.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); }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row .container { background-color: transparent; background-image: none; }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row .container > .video-iframe-container { display: none; }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row > .video-iframe-container { display: none; }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .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); }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row .container { border-width: 0; border-radius: 0; }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#qTSZpR3TzX0Vm7tB0wdIQcWLTBeWhOIh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.999755859375rem;left:17.43896484375rem;display:block; }
#z7NROBAKUlHcO2g8iaMvMo235PAo2IAS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InwMMqHThL5tFuS6gRv4apeyCpVCQDO6 { background-color:#e6dfd8;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;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9375rem;left:64.5625rem;display:block; }
#xZRzgmB6xXvQLA9s2NqzqT3wngB8niSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p3lLVnJpWRexwXd7AQAuvPiiPGASgZFL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.624755859375rem;left:61.06201171875rem; }
#p3lLVnJpWRexwXd7AQAuvPiiPGASgZFL > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#mB1gduiDVzh06hOJiwTtIfyFiUR9xePo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fdpL0Z8uy28CsyqsgI4mUpI9v28JmTVl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.999755859375rem;left:27.938842773438rem;display:block; }
#MdksTOKGa1DiDTFW6UpbW7R2SSk7Fr33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXZQBK9ziO0a2JZUhtxRzzBFcaLSQiqH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.999755859375rem;left:36.0009765625rem;display:block; }
#tmmtyk4UDxOLimu4kx0hMpeWbh1Wo3LT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkfzNVzAc3R3fn5hTwHuTtsNHPDH1hEK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.999755859375rem;left:42.688598632812rem;display:block; }
#HVHpdWnRLQgWnJnxvZLbqyJrDXi9Ptin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kt5tWM5V3Cr7iOBRBtOKtEaqIMBsdTVi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.999755859375rem;left:53.68896484375rem;display:block; }
#OdxBB4mrwcu3H91lg4PuCOQQiTCO8sMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D2bpexT16JLVTp8rv3Gbcn0IohM5TfiF { 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:4.0625rem;width:4.875rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row .container { background-color: transparent; background-image: none; }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row .container > .video-iframe-container { display: none; }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row > .video-iframe-container { display: none; }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .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); }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row .container { border-width: 0; border-radius: 0; }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx { position:relative;display:none; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx { border-width: 0; border-radius: 0; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .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; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .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:1.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#O3uLQqGBBEINGLdocyG9Q3rz6FHouCyb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.03125rem;left:25.8125rem;display:none; }
#xmHSqz4ZgZyO0nkuPnG00KkEMrtCK8Il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CIwAkTEICaEEEONdwsOKG1WroH4X3xQ7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.03125rem;left:32.875rem;display:none; }
#mi6u4pK3kZVU5xebwEo6T9us2PunpaNR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQ3oZskSkyTHvUxDgpeJ2x9ZWedkuWnB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.03125rem;left:45.625rem;display:none; }
#UDZslhD6t7o6yatRWKWFnWDEQQ95ooEK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mr28yQg5uUK6h62rSMQq9p30xmLITEcH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.03125rem;left:51.75rem;display:none; }
#mxhRNr2yZhC3l8KLa3dM6pu2RATxKCr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcqThrKpdrpSymn4vJCC9sh43d3oSECg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.625rem;left:59.6875rem;display:none; }
#VcqThrKpdrpSymn4vJCC9sh43d3oSECg > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#SKWMyTZfZtT8Hqu4NoISbAT3HfKXbbqG { background-color:#717171;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9375rem;left:62.6875rem;display:none; }
#h0Ms52ZkvFddgPaEwcowaM3tAfHXUats { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8zyCJXhMApQyuTiReEeP3KiVIJcIq0p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#717171;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.03125rem;left:45.625rem;display:none; }
#QsBVTUZhd2UmCnl6Np7g5VU90qGpAc0t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQaosfLdrTFKHvv3h5yqWKmAD6d0sQvQ { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#2a2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.65625rem;left:52.78125rem;display:none; }
#CCLC9VKdHp2Ip1Tw1ZUMpRxcIBJEJTyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5EKK3eO2CHepDDzBbGP4UOItgxWkcvT { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#2a2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.65625rem;left:52.78125rem;display:none; }
#RxtCQdSyRbCcBSru9B7KkCLMExC2Im5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uC5QeCoQKWUoZC6yQocEJksEXMFRUuKC { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:2.5rem;top:54.0625rem;left:32.6875rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f1ebe6;background-image:url("https://images.assets-landingi.com/uc/8e1ffc48-cd67-479c-8d72-ac05c562df28/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#XDgZKCENg4mV5grO6iNNZiFqnLTlLK6u { color:#2c2b2f;display:block;width:33.937375rem;position:absolute;font-family:"league spartan";font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:7.2491455078125rem;left:0rem;height:9.07325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yg7HiauI0MJgUbqKNmTXrfkw1xgdkO8X { background-color:#5e1d07;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;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:"league spartan medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.562125rem;height:3.37463125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.037231445312rem;left:0rem;display:block; }
#aslLqCcz7bZAJPs4atmSI8JSdTTQ7LTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNCdwdKPTgPVm7y0tk07PhbydBvidpdr { background-color:rgba(94,29,7,0.09);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;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.687125rem;height:3.37463125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.037231445312rem;left:16.685180664062rem;display:block; }
#IRbLLUmgVQcUrCBhiL7X5y52SHrwdbGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i85Jncedo5QTMon60PGQJttxJTJaXbEz { color:#2c2b2f;display:block;width:26.5625rem;position:absolute;font-family:"league spartan";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.5625rem;left:0rem;height:4.1232625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XAS76cVX4DxMritXxvPunrJX2ymD3puA { box-sizing:content-box;height:35.4986875rem;width:37.3108125rem;position:absolute;display:block;z-index:14997;background-color:#e6dfd8;background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:none; }
#c8vBW1yMyLmJ18Pnu2CT5mv8r2g9uQaU { color:#2c2b2f;display:block;width:26.5625rem;position:absolute;font-family:"league spartan";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.12841796875rem;left:0rem;height:4.12475625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MMklFcXs5gxcZF3xI0IShLTDxNhTwgTu { 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:4.25rem;width:5.3125rem;top:19.375rem;left:88.96875rem;overflow:hidden;display:none; }
#EbpqVs2oDG1VJlWnxXG1VTZ0lKU5hq6J { position:absolute;display:block;z-index:15012;height:23.3125rem;width:44.625rem;top:6.0986328125rem;left:35.518131428759rem;display:block; }
#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row .container { background-color: transparent; background-image: none; }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row .container > .video-iframe-container { display: none; }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row > .video-iframe-container { display: none; }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .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); }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row .container { border-width: 0; border-radius: 0; }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#R017VB8Bx70y3TkZgTP0eaOLeuahbKwI { color:#2c2b2f;display:block;width:52.125rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.875rem;left:11.437499046326rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IA89KbAuSRpyKnzSi0ZEUikJtW6NE4J4 { color:#000000;display:block;width:75rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.9375rem;left:0rem;height:18.5601125rem;display:block; }
#lhno9Rcqoa11OuQWTFE6WlT0sTZIu5uz { color:#2c2b2f;display:block;width:65rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:29.693748474121rem;left:5rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row .container { background-color: transparent; background-image: none; }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row .container > .video-iframe-container { display: none; }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row > .video-iframe-container { display: none; }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .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); }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row .container { border-width: 0; border-radius: 0; }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#Umz4dvEKVTQUXBfww0AU64TlwBUayvcs { position:absolute;display:block;z-index:15000;height:11.375rem;width:74.5rem;top:0rem;left:0.4998779296875rem;display:block; }
#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row .container { background-color: transparent; background-image: none; }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row .container > .video-iframe-container { display: none; }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row > .video-iframe-container { display: none; }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .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); }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row .container { border-width: 0; border-radius: 0; }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#OySkdWunE3yyNPGuIZ1d6Z4FPrrHzIid { color:#2c2b2f;display:block;width:27.6245rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.9996337890625rem;left:30.9375rem;height:2.47504375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ShKCxqfN31pR8qwkqaukvBWACZv0ZxkR { box-sizing:content-box;height:27.5rem;width:26.375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b2eb4b1-c509-4610-aa01-891f6babbad3/img1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.37451171875rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:none; }#ShKCxqfN31pR8qwkqaukvBWACZv0ZxkR.adaptive-delivery-prevent-bg, #ShKCxqfN31pR8qwkqaukvBWACZv0ZxkR.lazyload, #ShKCxqfN31pR8qwkqaukvBWACZv0ZxkR.lazyloading { background-image: none; }
#gNMOQNDmpZX5NedeVft8JsfH3w6zmdTs { color:#2c2b2f;display:block;width:44.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.1875rem;left:30.874132156372rem;height:16.87284375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FRNJKVLAAbqyO6pyS1vhNWTZOalGud8M { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.3125rem;width:26.375rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6dfd8;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; }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row .container { background-color: transparent; background-image: none; }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row .container > .video-iframe-container { display: none; }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row > .video-iframe-container { display: none; }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .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); }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row .container { border-width: 0; border-radius: 0; }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#y1aZAnTg8rR9NmPoPA0ISEc12GJ7cdQK { color:#2c2b2f;display:block;width:27.6236875rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.1054668426514rem;left:23.6875rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVItCZQzIgt4ZBMItzvOnQc76G3keTDN { box-sizing:content-box;height:24.25rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#2c2b2f;background-image:none;top:6.539306640625rem;left:-8.9996337890625rem;border-top-left-radius:6.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VytOedMH6gxx3vRXTIWnTiV1xJERExpg { box-sizing:content-box;height:20.8125rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a83222d-dde4-4494-9e28-cf5311e73a92/projekt_ekspozycji_a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:0rem;box-shadow: 0rem 0.375rem 0.75rem rgba(44,43,47,0.17) ;display:block; }#VytOedMH6gxx3vRXTIWnTiV1xJERExpg.adaptive-delivery-prevent-bg, #VytOedMH6gxx3vRXTIWnTiV1xJERExpg.lazyload, #VytOedMH6gxx3vRXTIWnTiV1xJERExpg.lazyloading { background-image: none; }
#qryVHzuB3hpEJstS2TV0J9ieabzMAwci { box-sizing:content-box;height:6.93725rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#dfc0a2;background-image:none;top:29.386596679688rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:4.5rem;border-top-left-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ub6y8wzgvxTmZagsTPlTiDRFs54NgFwO { color:#2c2b2f;display:block;width:17.5625rem;position:absolute;font-family:"league spartan medium";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:32.811721801757rem;left:3rem;height:3.02300625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CskgJ2Q4rF3y17cAiMLHi0fzTrBnMLKy { box-sizing:content-box;height:20.8125rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8bfd3d62-43fb-44b2-8b99-f6b764e57c5d/wyposaz_enie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.077514648438rem;left:25.3125rem;box-shadow: 0rem 0.375rem 0.75rem rgba(44,43,47,0.17) ;display:block; }#CskgJ2Q4rF3y17cAiMLHi0fzTrBnMLKy.adaptive-delivery-prevent-bg, #CskgJ2Q4rF3y17cAiMLHi0fzTrBnMLKy.lazyload, #CskgJ2Q4rF3y17cAiMLHi0fzTrBnMLKy.lazyloading { background-image: none; }
#VBAK7e0hGkuOJk0soo3pnf8048ZXhQlS { box-sizing:content-box;height:6.9375rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:#dfc0a2;background-image:none;top:29.375rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wvJNhMf3aXEsaaNPaPu50aNCUnlPat3F { color:#2c2b2f;display:block;width:23rem;position:absolute;font-family:"league spartan medium";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:32.811721801757rem;left:26.000000953674rem;height:1.5125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCs45buAoJGHK48TR75NKDT62uTWTfR8 { box-sizing:content-box;height:20.8125rem;width:24.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eae6bb78-b414-4170-a277-4111b4e4433d/serwis.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.077514648438rem;left:50.625rem;box-shadow: 0rem 0.375rem 0.75rem rgba(44,43,47,0.17) ;border-top-right-radius:4.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#LCs45buAoJGHK48TR75NKDT62uTWTfR8.adaptive-delivery-prevent-bg, #LCs45buAoJGHK48TR75NKDT62uTWTfR8.lazyload, #LCs45buAoJGHK48TR75NKDT62uTWTfR8.lazyloading { background-image: none; }
#lw5nBxC6840Ls8GJqJDzD5ZdUc4AUypD { box-sizing:content-box;height:6.9375rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#dfc0a2;background-image:none;top:29.375rem;left:50.625rem;display:block; }
#rmDhaGF1fFzDye6lmImChTeWT6XAZ3VC { color:#2c2b2f;display:block;width:21.8125rem;position:absolute;font-family:"league spartan medium";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.811721801757rem;left:51.937500953674rem;height:1.5125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aatIlZupiR8EftHBh6tE7ylTU37nmugR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.624875rem;width:3.624875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.62255859375rem;left:59.404907226562rem; }
#vcTaZ0Nb6V8q7KPPsbxcETCKMfvql7bK { position:absolute;display:block;z-index:15011;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:6.9375rem;width:11.3125rem;top:21.041015265442rem;left:-7.7535066855575rem;overflow:hidden;display:block; }
#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm { position:relative;display:block; }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm { background-color: transparent; background-image: none; }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm > .row .container > .video-iframe-container { display: none; }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm > .row > .video-iframe-container { display: none; }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm > .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); }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm { border-width: 0; border-radius: 0; }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm > .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; }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm > .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:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P97ZZRrMUMD3pMoOIF04bpxJWX4bzwPS { color:#2c2b2f;display:block;width:75rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.8125rem;left:0rem;height:4.9500875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M345dCUObPWIixpXUvZ5A0IOBUnDhkcF { color:#000000;display:block;width:74.9375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:18.5601125rem;display:block; }
#HnzgKBia5U4OerBitGG15I7lJWJMsvvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row .container { background-color: transparent; background-image: none; }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row .container > .video-iframe-container { display: none; }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row > .video-iframe-container { display: none; }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .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); }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row .container { border-width: 0; border-radius: 0; }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#nvJ3OoKROq5c0HQ2vsy7BOaIh84VT0TZ { box-sizing:content-box;height:33.999625rem;width:19.375rem;position:absolute;display:block;z-index:15000;background-color:#2c2b2f;background-image:none;top:1.875rem;left:55.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;display:block; }
#ZbMW3ebZukBQNc74E2OTXxF2FOuMg6y9 { position:absolute;display:block;z-index:15007;height:34.375rem;width:22.5rem;top:4.8748779296875rem;left:48.373779296875rem;display:block; }
#ed3q3J6VF8gzFnvCFOd8bMItLWE1xw8e { 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:7.125rem;width:11.5625rem;top:11.9375rem;left:63.4375rem;overflow:hidden;display:block; }
#RGZnvJlcuZa8e4p0CCpWJSAz72GSHHyt { color:#2c2b2f;display:block;width:43.5rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4rem;left:0rem;height:4.9500875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wSTScLxXqTWH0FQAwE9ns94pq0zh4tJT { color:#2c2b2f;display:block;width:44.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.625rem;left:0rem;height:23.2454375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#wSTScLxXqTWH0FQAwE9ns94pq0zh4tJT li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#wSTScLxXqTWH0FQAwE9ns94pq0zh4tJT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fd3a366a-38c8-4b0b-bcf0-e2da6d7180f1/Rectangle28.svg); }
#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row .container { background-color: transparent; background-image: none; }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row .container > .video-iframe-container { display: none; }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row > .video-iframe-container { display: none; }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .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); }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row .container { border-width: 0; border-radius: 0; }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#e2ocrNRa9XHhhBlZ2SK1iEWiX1dXyts1 { color:#2c2b2f;display:block;width:51.25rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.0244140625rem;left:11.875rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg { position:relative;display:block; }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg { background-color: transparent; background-image: none; }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg > .row .container > .video-iframe-container { display: none; }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg > .row > .video-iframe-container { display: none; }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg > .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); }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg { border-width: 0; border-radius: 0; }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg > .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; }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg > .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:19.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n7OGWfcK6RlNkuc42XFxSQW0TaRckSPf { color:#2c2b2f;display:block;width:14.375rem;position:absolute;font-family:"league spartan medium";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.1875rem;height:4.38801875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fdzLfvPOaXsC0yiS0PshIlkL1wSFsmBd { 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:7.0625rem;width:6.875rem;top:2rem;left:5.9375rem;overflow:hidden;display:block; }
#E8kmDad4B3WA9X4R3gL06KUcp9GZrqyp { 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:7.0625rem;width:6.875rem;top:2rem;left:24.6875rem;overflow:hidden;display:block; }
#XgS7PWx4N2J66spsbyRSDBsRausClC4K { color:#2c2b2f;display:block;width:14.375rem;position:absolute;font-family:"league spartan medium";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:20.9375rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8RdqyaqpzzxTlJfv6pQdJ9pKgRhGEAg { position:absolute;display:block;z-index:15009;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:7.1875rem;width:6.875rem;top:1.9366455078125rem;left:43.4375rem;overflow:hidden;display:block; }
#GnWaAdbbr6JXqvt49SAwgfXM2SoVU7Fi { color:#2c2b2f;display:block;width:14.375rem;position:absolute;font-family:"league spartan medium";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.312255859375rem;left:39.6875rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m0ysoKMHhNrtkf62fOL8czZuIUHr0eJ4 { position:absolute;display:block;z-index:15011;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:7.1875rem;width:6.875rem;top:1.9366455078125rem;left:62.1875rem;overflow:hidden;display:block; }
#mMcqI74TwnOHkohU4FnDGBTxbxukmtAi { color:#2c2b2f;display:block;width:14.375rem;position:absolute;font-family:"league spartan medium";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.312255859375rem;left:58.4375rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH { position:relative;display:block; }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH { background-color: transparent; background-image: none; }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH > .row .container > .video-iframe-container { display: none; }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH > .row > .video-iframe-container { display: none; }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH > .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); }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH { border-width: 0; border-radius: 0; }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH > .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; }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kfB4ogKWTf1ZHnJQRgPOnQ8z5rTSChho { background-color:#5e1d07;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;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:"league spartan medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.562rem;height:3.37463125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:28.2177734375rem;display:block; }
#HEPTH2uXKJcrazAttE7Z7OVxTgydfzyZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row .container { background-color: transparent; background-image: none; }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row .container > .video-iframe-container { display: none; }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row > .video-iframe-container { display: none; }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .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); }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row .container { border-width: 0; border-radius: 0; }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#Qqxy6CTmX1dPywGw01RTeWnoTEpVNp72 { color:#2c2b2f;display:block;width:52.1875rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.63671875rem;left:11.40625rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row .container { background-color: transparent; background-image: none; }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row .container > .video-iframe-container { display: none; }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row > .video-iframe-container { display: none; }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .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); }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row .container { border-width: 0; border-radius: 0; }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row .container { font-size:0.875rem;font-family:arial;height:68rem;width:75rem;position:relative;display:block; }#eAwE2rXgcQ1Jm2lT6qXcvzZQcg4DcMhi { color:#2c2b2f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.4375rem;left:14.8125rem;height:2.25036875rem;font-style:normal;display:block; }
#cwFXWEyeI8Wv7WSKUPXlnUTyuvopumM8 { color:#2c2b2f;display:block;width:18.9375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.8739013671875rem;left:14.81201171875rem;height:3.375rem;font-style:normal;display:block; }
#K5HbzAxus6zhEUwQLJRki3iVmqPGntTT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/481d7feb-2294-4870-96e9-38d261ff545c/side_view_senior_male_butcher_putting_out_glass_counter_plate_with_sliced_fresh_steaks_raw_meat_pieces_refrigerator_with_price_tags_ready_sale_meat_department_concept_food.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.375rem;width:11.375rem;top:2.0623779296875rem;left:0rem;display:block; }#K5HbzAxus6zhEUwQLJRki3iVmqPGntTT.adaptive-delivery-prevent-bg, #K5HbzAxus6zhEUwQLJRki3iVmqPGntTT.lazyload, #K5HbzAxus6zhEUwQLJRki3iVmqPGntTT.lazyloading { background-image: none; }
#oVB47STfx6bcbU8wkz31QpMzPZhZ3JDu { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:2.0625rem;left:34.375rem;box-shadow: 0rem 0.375rem 0.75rem rgba(44,43,47,0.17) ;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#b83UixoJBEmp2MTXLK5fOl1q5N6kQJyN { color:#dfc0a2;display:block;width:3.8745125rem;position:absolute;font-family:"league spartan medium";font-size:3.75rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:3.4375rem;left:35.5625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J3ahNeQqH4o592KwThJd18STr6JiTHES { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:33.75rem;top:10.375rem;left:37.625rem;display:block; }
#rHT2VCBCILg1nXuoe7TWDOIXzspsW3o4 { color:#2c2b2f;display:block;width:18.9375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.75rem;left:42.3125rem;height:3.375rem;font-style:normal;display:block; }
#kvgwieH4Tv4cwzM7HLA4qLsBRqPcVHrF { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3d47b218-4729-4a84-8cb4-179bd49f2efd/duz_y_zestaw_cukierniczo_piekarniczy2_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;box-shadow: -0.0625rem -0.25rem 0.5rem rgba(0,0,0,0.04) ;height:11.375rem;width:11.375rem;top:12.249145507812rem;left:63.62548828125rem;display:block; }#kvgwieH4Tv4cwzM7HLA4qLsBRqPcVHrF.adaptive-delivery-prevent-bg, #kvgwieH4Tv4cwzM7HLA4qLsBRqPcVHrF.lazyload, #kvgwieH4Tv4cwzM7HLA4qLsBRqPcVHrF.lazyloading { background-image: none; }
#cF0dMznp15Kdx8rzXgzT8Fk6iv82WwHG { color:#2c2b2f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:12.4375rem;left:42.3125rem;height:3.59895625rem;font-style:normal;display:block; }
#WaDhxpNdMgdNT6nX09A7lvWgE2ATUdn7 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.6875rem;left:34.375rem;box-shadow: 0rem 0.375rem 0.75rem rgba(44,43,47,0.17) ;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#R7funDXUmqXQIMyXnW8fgQHqBDwrnICi { color:#dfc0a2;display:block;width:3.8745125rem;position:absolute;font-family:"league spartan medium";font-size:3.75rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:13.9990234375rem;left:35.562744140625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GcP8oSQDZUJprmo9ARRlFSaFKeonSN8Z { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:33.75rem;top:33.0625rem;left:37.6875rem;display:block; }
#uFvfMLldTN3FIXE3J2KPWwkq5tbsrT3Q { color:#2c2b2f;display:block;width:18.9375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:38.8125rem;left:42.375rem;height:3.375rem;font-style:normal;display:block; }
#B1z8ygmb9ybemRT0UlrJ8VUsOu30bVWw { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3baf1c16-d421-484b-9bd1-69eae93bb040/perojekt_piekarnio_cukierni.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:11.375rem;width:11.375rem;top:34.9375rem;left:63.6875rem;display:block; }#B1z8ygmb9ybemRT0UlrJ8VUsOu30bVWw.adaptive-delivery-prevent-bg, #B1z8ygmb9ybemRT0UlrJ8VUsOu30bVWw.lazyload, #B1z8ygmb9ybemRT0UlrJ8VUsOu30bVWw.lazyloading { background-image: none; }
#VI8ctvIncgit8BfqkGX8r8feNuTy0Lkn { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:35.375rem;left:34.4375rem;box-shadow: 0rem 0.375rem 0.75rem rgba(44,43,47,0.17) ;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#faxU1TtmgfvawKKFsd22Zqu0u0TdnJTR { color:#dfc0a2;display:block;width:3.8745125rem;position:absolute;font-family:"league spartan medium";font-size:3.75rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:36.6875rem;left:35.625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvyBRU6KnTOg6gA7o1DLDRgCrXu8O50o { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b859aec-8bb4-4f60-a9fc-3b52c98203c0/12334.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.375rem;width:11.375rem;top:23.8125rem;left:0.0625rem;display:block; }#TvyBRU6KnTOg6gA7o1DLDRgCrXu8O50o.adaptive-delivery-prevent-bg, #TvyBRU6KnTOg6gA7o1DLDRgCrXu8O50o.lazyload, #TvyBRU6KnTOg6gA7o1DLDRgCrXu8O50o.lazyloading { background-image: none; }
#kTMkK2sATTlKNUueSEwTLl47PEfwzt2X { color:#2c2b2f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:36.375rem;left:42.375rem;height:1.8rem;font-style:normal;display:block; }
#TnLwhf0nIAoMKMEwD37sCS9SGRNawkCe { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:33.75rem;top:21.75rem;left:3.9375rem;display:block; }
#yZOFAgrnaoVVQ8D6AJvNT04zaflppyP2 { color:#2c2b2f;display:block;width:18.9375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:26rem;left:14.875rem;height:5.0625rem;font-style:normal;display:block; }
#DJgThr9U6OxSA96eCmMTy0nTWBsNF0fo { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:23.8125rem;left:34.4375rem;box-shadow: 0rem 0.375rem 0.75rem rgba(44,43,47,0.17) ;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#PPbMPVV7xTkZipgpisDGTXXfsu4rxaXW { color:#dfc0a2;display:block;width:3.8745125rem;position:absolute;font-family:"league spartan medium";font-size:3.75rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:25.1875rem;left:35.625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DX176gnvRzpTOhcWw43xbiOiNa5fnkF1 { color:#2c2b2f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:23.5625rem;left:14.875rem;height:2.25036875rem;font-style:normal;display:block; }
#APEEAitmbb7rCN3MFRgGwMGNnBP0CH80 { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:33.75rem;top:44.4375rem;left:3.875rem;display:block; }
#L5zDvOHDzyyt2dpkU1eZ6Q70b8ko1pSb { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:46.5rem;left:34.375rem;box-shadow: 0rem 0.375rem 0.75rem rgba(44,43,47,0.17) ;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#DQtlNtCHrruibzMzb0JvbDqIWHqnatVN { color:#dfc0a2;display:block;width:3.8745125rem;position:absolute;font-family:"league spartan medium";font-size:3.75rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:47.875rem;left:35.5625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKuAya6yt4rVpSr8XyB5bGmEfVdASTfX { color:#2c2b2f;display:block;width:18.8125rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:47.125rem;left:14.81201171875rem;height:2.25036875rem;font-style:normal;display:block; }
#caSQqLvmnzC46qvAshTOakope1FuaX1a { color:#2c2b2f;display:block;width:18.1875rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:49.562133789062rem;left:14.81201171875rem;height:3.375rem;font-style:normal;display:block; }
#H2vaJuI6Ac079EC71XRItI6HDwxGBHxT { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a29ae52-92e3-47be-80a0-4a6245765976/6561.crop_671x501_0,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.375rem;width:11.375rem;top:46.5rem;left:0rem;display:block; }#H2vaJuI6Ac079EC71XRItI6HDwxGBHxT.adaptive-delivery-prevent-bg, #H2vaJuI6Ac079EC71XRItI6HDwxGBHxT.lazyload, #H2vaJuI6Ac079EC71XRItI6HDwxGBHxT.lazyloading { background-image: none; }
#tCEPrfmWFmyInfGvL3Do1hror9AkfmUM { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:33.75rem;top:0rem;left:3.9166679382324rem;display:block; }
#yWfTAr1NuG0RMbgH4TPFtExNsTsvbaxd { 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:7.6875rem;width:12.4375rem;top:8.2486982345581rem;left:5.6875rem;overflow:hidden;display:block; }
#Tb9JJZ7xe3zvy9MvX9DuL4qSbUKr8wZa { 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:7.6875rem;width:12.4375rem;top:19.562500953674rem;left:57.4375rem;overflow:hidden;display:block; }
#O6JUuthNi2lm60SDGXnfh86vsLKVFT5K { 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:7.6875rem;width:12.4375rem;top:31.166672706604rem;left:5.6875rem;overflow:hidden;display:block; }
#CG6mN1y8o5tekpoIAkiMyDyeqPZyr2ut { 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:7.6875rem;width:12.4375rem;top:40.812512397766rem;left:57.4375rem;overflow:hidden;display:block; }
#M6EnQRw7N4RD3dNtGxZNcG0DSalbqsbg { 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:7.6875rem;width:12.4375rem;top:54.000003814698rem;left:5.6875rem;overflow:hidden;display:block; }
#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2b2f;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; }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row .container { background-color: transparent; background-image: none; }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row .container > .video-iframe-container { display: none; }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row > .video-iframe-container { display: none; }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .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); }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row .container { border-width: 0; border-radius: 0; }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#sQQ4IlKFV6ALhqOg3n0TavTFxWeKnNTd { color:#ffffff;display:block;width:45.9985625rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.75rem;left:14.500122070312rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2b2f;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; }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row .container { background-color: transparent; background-image: none; }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row .container > .video-iframe-container { display: none; }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row > .video-iframe-container { display: none; }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .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); }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row .container { border-width: 0; border-radius: 0; }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#mnhexqUvQmBPmc6OoBczl5kpZVsRsupE { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:13.0625rem;left:1.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I44OvTw5q1c7zktyoi4EsqbZJECqls4A { box-sizing:content-box;height:17.5rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #e1cab0;border-left:0.0625rem solid #e1cab0;border-right:0.0625rem solid #e1cab0;border-bottom:0.0625rem solid #e1cab0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
#viQeFtW4CqNHh2uNlxR6hrRbmJO5Wpxd { background-color:rgba(0,0,0,0);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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:11.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.28125rem;left:0.3125rem;display:block; }
#eb128ZDb8MevyiyP8CT0uoBOg2B85tlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABLl38tOIaBrfPu7HwD0NBZksoEAuFMR { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:.7;top:4.03125rem;left:6.875rem; }
#mzaFmEgthcK7lfbwDsP2kASsqD7AEdg3 { box-sizing:content-box;height:11.5rem;width:17.25rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5779b8f9-77bd-44c4-92d0-19e7d964b627/wrzesnia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.25rem;left:0.3125rem;display:block; }#mzaFmEgthcK7lfbwDsP2kASsqD7AEdg3.adaptive-delivery-prevent-bg, #mzaFmEgthcK7lfbwDsP2kASsqD7AEdg3.lazyload, #mzaFmEgthcK7lfbwDsP2kASsqD7AEdg3.lazyloading { background-image: none; }
#mzaFmEgthcK7lfbwDsP2kASsqD7AEdg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,43,47,0.2); }#N82s6Q7EpUnSp5hFCdHSp4DfEMxQZgr0 { box-sizing:content-box;height:17.5rem;width:17.8125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:19.25rem;border-top:0.0625rem solid #e1cab0;border-left:0.0625rem solid #e1cab0;border-right:0.0625rem solid #e1cab0;border-bottom:0.0625rem solid #e1cab0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
#w2ReFio03HkJTs2sawKLgVH5K1UyCNCN { background-color:rgba(0,0,0,0);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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:11.5625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0.25rem;left:19.59375rem;display:block; }
#AchmLF9u1t2qO4M3PWEDXqXKJWh1w4lK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oz3d2wJFDzOSxChcpp4FiVTiCqBBr7ol { box-sizing:content-box;height:11.5rem;width:17.25rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d91a4d4-48ac-4e75-a9a6-4e5355fdd4f9/czerniejewo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.3125rem;left:19.59375rem;display:block; }#Oz3d2wJFDzOSxChcpp4FiVTiCqBBr7ol.adaptive-delivery-prevent-bg, #Oz3d2wJFDzOSxChcpp4FiVTiCqBBr7ol.lazyload, #Oz3d2wJFDzOSxChcpp4FiVTiCqBBr7ol.lazyloading { background-image: none; }
#Oz3d2wJFDzOSxChcpp4FiVTiCqBBr7ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,43,47,0.2); }#HlHVyERN2C1wRgMFJta5Dr3rqT178AAc { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.7;top:3.96875rem;left:26.03125rem; }
#kmGFD40PKuAUaCtTQkwUL3gZ1NPxK6QB { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:13.0625rem;left:20.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l34r7g91E9RcTtITomzHqgKlnohJTIQh { box-sizing:content-box;height:17.5rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:0rem;left:38.25rem;border-top:0.0625rem solid #e1cab0;border-left:0.0625rem solid #e1cab0;border-right:0.0625rem solid #e1cab0;border-bottom:0.0625rem solid #e1cab0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
#emCE4o8Rmsu3UBrpV6P2BvssbBfeQGA2 { background-color:rgba(0,0,0,0);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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:11.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.28125rem;left:38.59375rem;display:block; }
#BlCi3FHQu5N5yeJ7Hhvn0ZKTz3anvTsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJ3goF66FBWgTEGPaTzHFTpIy0fPQef5 { box-sizing:content-box;height:11.5rem;width:17.125rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac7bc63e-32de-4d1d-9f23-0dd2aa2e8b06/71714d4a_243b_4568_af7c_4ab1d2c84122.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.3125rem;left:38.625rem;display:block; }#cJ3goF66FBWgTEGPaTzHFTpIy0fPQef5.adaptive-delivery-prevent-bg, #cJ3goF66FBWgTEGPaTzHFTpIy0fPQef5.lazyload, #cJ3goF66FBWgTEGPaTzHFTpIy0fPQef5.lazyloading { background-image: none; }
#cJ3goF66FBWgTEGPaTzHFTpIy0fPQef5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,43,47,0.2); }#E8FIKsUZd9G9NaKb4EDh98s9ElJle8fz { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:.7;top:4.03125rem;left:45.09375rem; }
#womhhiZW3TWgnEzwllaR2cswnR6JkH3w { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:13.0625rem;left:39.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lZiFSRZmq8MPHTTu9TsAWWTK7GXXDqyz { box-sizing:content-box;height:17.5rem;width:17.8125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:57.0625rem;border-top:0.0625rem solid #e1cab0;border-left:0.0625rem solid #e1cab0;border-right:0.0625rem solid #e1cab0;border-bottom:0.0625rem solid #e1cab0;border-top-right-radius:0rem;border-bottom-right-radius:4.5rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#x9Q3sykcVpoo7iRVU4oyVECE5BkTSdIH { background-color:rgba(0,0,0,0);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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:11.5rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0.28125rem;left:57.40625rem;display:block; }
#klV2BbZGCR4LDBRCI1dQ7kpM3rgg75Dy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSz7ktnagOC6eTyw8ltQODZysLU0U8n9 { box-sizing:content-box;height:11.5rem;width:17.25rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a08d74ca-2469-42fa-bfcd-40d18997ec37/5cb04d09_55a7_47f4_8338_a9f4f60d0e82.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.3125rem;left:57.40625rem;display:block; }#aSz7ktnagOC6eTyw8ltQODZysLU0U8n9.adaptive-delivery-prevent-bg, #aSz7ktnagOC6eTyw8ltQODZysLU0U8n9.lazyload, #aSz7ktnagOC6eTyw8ltQODZysLU0U8n9.lazyloading { background-image: none; }
#aSz7ktnagOC6eTyw8ltQODZysLU0U8n9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,43,47,0.2); }#SaGu2zcg9fxZ5TcNyg3XAiTeQ8pLLEz8 { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.7;top:3.90625rem;left:64.09375rem; }
#dcSwPvpxUbZPQx8MoL6hUocekBOpWN5G { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:13.0625rem;left:58.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SPkWEpVTVh447zNlMai0w5rva0al0qrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2b2f;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; }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row .container { background-color: transparent; background-image: none; }#SPkWEpVTVh447zNlMai0w5rva0al0qrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row .container > .video-iframe-container { display: none; }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row > .video-iframe-container { display: none; }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .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); }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row .container { border-width: 0; border-radius: 0; }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#kVRvAUOst3hNTaT23Az4pEx6ycG87WwM { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:13.0625rem;left:1.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BxBnDi2E5zrdy9unVJTWyrW31P4rMs5g { box-sizing:content-box;height:17.5rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #e1cab0;border-left:0.0625rem solid #e1cab0;border-right:0.0625rem solid #e1cab0;border-bottom:0.0625rem solid #e1cab0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
#MSg9zpeW5hKZnGuNIriC6tIgkrK896d1 { background-color:rgba(0,0,0,0);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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:11.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.28125rem;left:0.3125rem;display:block; }
#nxM46twIhMx2nlpRpRbuRHMhMJz0o7Ju { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pGbQT5LiRgX2vK6bL4bEolieaZzqnnXL { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:.7;top:4.03125rem;left:6.875rem; }
#d08DMeSKmyDsy5uPK2O6MxFodsaGd089 { box-sizing:content-box;height:11.5rem;width:17.25rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a64ef57e-c7be-4b59-bf17-456dbeed14d6/manufaktura_rema.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.25rem;left:0.3125rem;display:block; }#d08DMeSKmyDsy5uPK2O6MxFodsaGd089.adaptive-delivery-prevent-bg, #d08DMeSKmyDsy5uPK2O6MxFodsaGd089.lazyload, #d08DMeSKmyDsy5uPK2O6MxFodsaGd089.lazyloading { background-image: none; }
#d08DMeSKmyDsy5uPK2O6MxFodsaGd089::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,43,47,0.2); }#UcTTkTIOky7ixZTRqEyDT3b3iheJBV2n { box-sizing:content-box;height:17.5rem;width:17.8125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:19.25rem;border-top:0.0625rem solid #e1cab0;border-left:0.0625rem solid #e1cab0;border-right:0.0625rem solid #e1cab0;border-bottom:0.0625rem solid #e1cab0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
#lTuZorTktVdWzT4NTpgePnT48yNoK2JB { background-color:rgba(0,0,0,0);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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:11.5625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0.25rem;left:19.59375rem;display:block; }
#rigvI7f3g1EIsHvteSzzbImzNa1bNQFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbupR7SqctmNgXJzwqNVc4XLhJHd78ww { box-sizing:content-box;height:11.5rem;width:17.25rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/833a9784-c545-4d6c-a023-d6f67720f31a/sniadaniowo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.3125rem;left:19.59375rem;display:block; }#UbupR7SqctmNgXJzwqNVc4XLhJHd78ww.adaptive-delivery-prevent-bg, #UbupR7SqctmNgXJzwqNVc4XLhJHd78ww.lazyload, #UbupR7SqctmNgXJzwqNVc4XLhJHd78ww.lazyloading { background-image: none; }
#UbupR7SqctmNgXJzwqNVc4XLhJHd78ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,43,47,0.2); }#zqVqBNRJGAJOVlhLwPtrczLAFDICPN4a { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.7;top:3.96875rem;left:26.03125rem; }
#pbKW1Z2T7lacEG1WQbZ34TwnQRoU6yBg { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:13.0625rem;left:20.5rem;height:2.9991375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LEzTvr8G914E8KMoXdLP0zl2KILy5Pzn { box-sizing:content-box;height:17.5rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:0rem;left:38.25rem;border-top:0.0625rem solid #e1cab0;border-left:0.0625rem solid #e1cab0;border-right:0.0625rem solid #e1cab0;border-bottom:0.0625rem solid #e1cab0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
#eHcNCioSSFt9OKiRTBl3hOVmxnoXw4wA { background-color:rgba(0,0,0,0);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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:11.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.28125rem;left:38.59375rem;display:block; }
#cqPx4FhDle2Dy8TzDhqVfZTTm4Z6Vxdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApXH0G8vdUcMBWuOnRWD4XJd6Dwmc7UQ { box-sizing:content-box;height:11.5rem;width:17.125rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0ae4ec9-ec19-4e34-8123-2012b8b56e31/petit_paris.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.3125rem;left:38.625rem;display:block; }#ApXH0G8vdUcMBWuOnRWD4XJd6Dwmc7UQ.adaptive-delivery-prevent-bg, #ApXH0G8vdUcMBWuOnRWD4XJd6Dwmc7UQ.lazyload, #ApXH0G8vdUcMBWuOnRWD4XJd6Dwmc7UQ.lazyloading { background-image: none; }
#ApXH0G8vdUcMBWuOnRWD4XJd6Dwmc7UQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,43,47,0.2); }#T64eJr9yB1HRG3V3KCpFD6cgz2Pdce5e { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:.7;top:4.03125rem;left:45.09375rem; }
#RFCWZZ9N2y7BIXbSAScp4sNdluqr0zvH { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:13.0625rem;left:39.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SobLBVxMQpcV9tE3XRB003vRxPAKK3L4 { box-sizing:content-box;height:17.5rem;width:17.8125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:0rem;left:57.1875rem;border-top:0.0625rem solid #e1cab0;border-left:0.0625rem solid #e1cab0;border-right:0.0625rem solid #e1cab0;border-bottom:0.0625rem solid #e1cab0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
#ssttPZxW9rqS80E2o2fyI8QXw9PepTCT { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:13.061632156372rem;left:58.618059158325rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MvWEGq0m5JfLKpvBHrgsfBeNFTJTTBmU { background-color:rgba(0,0,0,0);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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:11.5rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0.281005859375rem;left:57.523874282837rem;display:block; }
#aM9TK9hfBLoCgQHMGv7sSQtCOQQ7NCR2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKcOuT1FEh9UwWy2x3ToiS8C2dBeyVNZ { box-sizing:content-box;height:11.5rem;width:17.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8fb23e03-ea4f-4234-a608-716ff1b2df5f/Thumbnail_SeromaniaCafe_NowyTomyl_607x457px_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.3359375rem;left:57.586809158325rem;display:block; }#RKcOuT1FEh9UwWy2x3ToiS8C2dBeyVNZ.adaptive-delivery-prevent-bg, #RKcOuT1FEh9UwWy2x3ToiS8C2dBeyVNZ.lazyload, #RKcOuT1FEh9UwWy2x3ToiS8C2dBeyVNZ.lazyloading { background-image: none; }
#RKcOuT1FEh9UwWy2x3ToiS8C2dBeyVNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,43,47,0.2); }#iQ1KdJWbGVKDdTbuWIyPbz7IM71AM7P4 { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.7;top:3.90625rem;left:64.024309158325rem; }
#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc { position:relative;display:block; }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc { background-color: transparent; background-image: none; }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc > .row .container > .video-iframe-container { display: none; }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc > .row > .video-iframe-container { display: none; }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc > .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); }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc { border-width: 0; border-radius: 0; }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc > .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; }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc > .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:13.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r88iImAhdGdp7k8u3S8RJE1rwki7Jext { background-color:#ffffff;background-image:none;border-top:0.125rem solid #dfc0a2;border-left:0.125rem solid #dfc0a2;border-right:0.125rem solid #dfc0a2;border-bottom:0.125rem solid #dfc0a2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.6871337890625rem;left:0rem;display:block; }
#fObXaGH5yiSUn5FctuhPTdOv9zbmbEOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5cpRrZzKEu9eFI0LWSS49fZNZ044RLW { background-color:#ffffff;background-image:none;border-top:0.125rem solid #dfc0a2;border-left:0.125rem solid #dfc0a2;border-right:0.125rem solid #dfc0a2;border-bottom:0.125rem solid #dfc0a2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.64025625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.741455078125rem;left:13.248901367188rem;display:block; }
#GQpBael4TFZTRA9ndyS6fEA7tcz0c6ft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iq1PEfJHPF62Il4Bp9LCfrA4aZTNTwZk { color:#2c2b2f;display:block;width:54.25rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:3.75rem;left:10.375rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmiSTbTJxCTJ0IMrwlRuac7b3mAhFLTT { background-color:#ffffff;background-image:none;border-top:0.125rem solid #dfc0a2;border-left:0.125rem solid #dfc0a2;border-right:0.125rem solid #dfc0a2;border-bottom:0.125rem solid #dfc0a2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.64025625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.741455078125rem;left:26.686401367188rem;display:block; }
#kMerKwRmN2VmEA6QxCM8v1UfW1fKBJCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOlJi6We0oQOPLyI25Wl1MkKDT27COKI { background-color:#ffffff;background-image:none;border-top:0.125rem solid #dfc0a2;border-left:0.125rem solid #dfc0a2;border-right:0.125rem solid #dfc0a2;border-bottom:0.125rem solid #dfc0a2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.57775rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.7493896484375rem;left:40.023193359375rem;display:block; }
#G16QKc7xLfafEuVN070lZ3PWd5CL8zId { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paV1gmcr2kvyun0PSJHQgQALARE3vIiv { background-color:#ffffff;background-image:none;border-top:0.125rem solid #dfc0a2;border-left:0.125rem solid #dfc0a2;border-right:0.125rem solid #dfc0a2;border-bottom:0.125rem solid #dfc0a2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:8.7493896484375rem;left:54.537353515625rem;display:block; }
#UiVGbJgVfSOF2gtZHGiMWJdFQILgUaku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvXbVteMlPCuOR8oUJGdGkN62eocuRPd { background-color:#ffffff;background-image:none;border-top:0.125rem solid #dfc0a2;border-left:0.125rem solid #dfc0a2;border-right:0.125rem solid #dfc0a2;border-bottom:0.125rem solid #dfc0a2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.452625rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.7493896484375rem;left:66.43798828125rem;display:block; }
#IE4sB3DbsTX5fa8MbHTKM5IvZqG7Ugft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A { position:relative;display:block; }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A { background-color: transparent; background-image: none; }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A > .row .container > .video-iframe-container { display: none; }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A > .row > .video-iframe-container { display: none; }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A > .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); }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A { border-width: 0; border-radius: 0; }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A > .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; }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SMcBxJ1zJNiP6vMiTkN2nIXTpa41MF7v { color:#2c2b2f;display:block;width:15.68725rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:16.5771484375rem;left:0rem;height:1.68823125rem;font-style:normal;display:block; }
#UHogs2X2DMTffRq522rwHbx9EyDeMpCz { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d4399741-e813-4513-ab80-5b1ba2e165e0/Ciagchodniczy2xLF194107dabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.015625rem;height:15.5625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#UHogs2X2DMTffRq522rwHbx9EyDeMpCz.adaptive-delivery-prevent-bg, #UHogs2X2DMTffRq522rwHbx9EyDeMpCz.lazyload, #UHogs2X2DMTffRq522rwHbx9EyDeMpCz.lazyloading { background-image: none; }
#qAHXQHpshbDlVhbI7NdDm2RbCaGG1c8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhIXGim7O720OT0XOqVZffB28VIZfGTS { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/30bdb97f-9b46-4de5-ac26-c5d61ed6a4be/Prosty4metrowyciagcukierniczopiekarniczy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:18.875rem;display:block; }#hhIXGim7O720OT0XOqVZffB28VIZfGTS.adaptive-delivery-prevent-bg, #hhIXGim7O720OT0XOqVZffB28VIZfGTS.lazyload, #hhIXGim7O720OT0XOqVZffB28VIZfGTS.lazyloading { background-image: none; }
#tUz97t33TogNH6z5UyW3UEMfmTWfWUXJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZS133H2P8k5U42s3qoM91QEEKpJCvNS { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.875rem;height:3.375rem;font-style:normal;display:block; }
#HhoT0A3Ct94ka2AvNvAB0sXgmNXrmgeo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d7dd070-5c5b-47c5-80ff-1c90465553e2/ciagchodniczyzestaw_2xLF194107_1xLF_153107_LKFNW_RAL9003_front_boklewy_RAPA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:37.8125rem;display:block; }#HhoT0A3Ct94ka2AvNvAB0sXgmNXrmgeo.adaptive-delivery-prevent-bg, #HhoT0A3Ct94ka2AvNvAB0sXgmNXrmgeo.lazyload, #HhoT0A3Ct94ka2AvNvAB0sXgmNXrmgeo.lazyloading { background-image: none; }
#cNqWwWphvbdfC99oC8F35q8S7WFDZwZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLkUJq6b07ytGTZ1rFTfkwipd020id5s { color:#2c2b2f;display:block;width:18.3125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.87451171875rem;height:1.68823125rem;font-style:normal;display:block; }
#SRmF6gVtFNq3XS7Qa6yXUZxdTxNonGt7 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/02206eca-fe73-4d9c-9f7b-260615be4ff3/_25mciagcukierniczopiekarniczyExcellentefrontdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:56.875rem;display:block; }#SRmF6gVtFNq3XS7Qa6yXUZxdTxNonGt7.adaptive-delivery-prevent-bg, #SRmF6gVtFNq3XS7Qa6yXUZxdTxNonGt7.lazyload, #SRmF6gVtFNq3XS7Qa6yXUZxdTxNonGt7.lazyloading { background-image: none; }
#IR7zukA9bsAB33AufsnZkcq1u3BgmXuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GT8z5yq7QM47OTQ6CstTsZNhiA4ksEkG { color:#2c2b2f;display:block;width:17.5625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:56.875rem;height:3.375rem;font-style:normal;display:block; }
#lw7wZNBFP2cg3sPafJz1byBUnQMEEE92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JxffUV88eEvMJ02mX6KdnJvkVWOlPnaC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#snoR9C6RomTWwBIPzsewhtJTw9zX1ND6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uNH5Btn3zqhC2gN9X7RM37ANfr6QqHAO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#T7xaEhgSfhxEliPzzV5qEbprx1m7BLZs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kMduQBXppJVqXMauMRtz7NNHsZsongho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SWgx6BXuGsHxK8VFeQDAzvBQJnkbzyIx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HDlVZBE5ZUqxg5B7TrlIV0Q7hwyzT8tL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW { position:relative;display:block; }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW { background-color: transparent; background-image: none; }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW > .row .container > .video-iframe-container { display: none; }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW > .row > .video-iframe-container { display: none; }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW > .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); }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW { border-width: 0; border-radius: 0; }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW > .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; }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ng2Q5wKzFsVf5f9yWx8cgAH3VBBzloXU { color:#2c2b2f;display:block;width:15.68725rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:16.5771484375rem;left:0rem;height:1.68823125rem;font-style:normal;display:block; }
#oNhx7JSv9IfxRNDmXM6XXdTFSOI6pliT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a2bfd2f9-9ac9-477a-96b2-683bd280ac2a/ciagchodniczy2xLX188_120LX_NWLKSiXdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.015625rem;height:15.5625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#oNhx7JSv9IfxRNDmXM6XXdTFSOI6pliT.adaptive-delivery-prevent-bg, #oNhx7JSv9IfxRNDmXM6XXdTFSOI6pliT.lazyload, #oNhx7JSv9IfxRNDmXM6XXdTFSOI6pliT.lazyloading { background-image: none; }
#rbuGxMvnTr055nLAOiN2ao9ETEx8VSMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gb94Zp5EWqVuzLoJsIDbaSRzcczUUQu4 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/737d8bc4-2479-4e9b-a2fd-b592451dfa63/Prosty6metrowyciagcukierniczopiekarniczyCebea.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:18.875rem;display:block; }#gb94Zp5EWqVuzLoJsIDbaSRzcczUUQu4.adaptive-delivery-prevent-bg, #gb94Zp5EWqVuzLoJsIDbaSRzcczUUQu4.lazyload, #gb94Zp5EWqVuzLoJsIDbaSRzcczUUQu4.lazyloading { background-image: none; }
#V2rCRzxsApdwfieXHKAymkIO1Tw3Xxb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IfeWMb8Wa7XNv0uiMBQGzOlNLP5cHawU { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.874755859375rem;height:3.375rem;font-style:normal;display:block; }
#i690xtgadmJlfbaIJZ1d2TX3zLGKWsLe { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2a5a3c07-622e-4c0a-b273-57fddcb4f1d2/_35mciagcukierniczopiekarniczyExcellenteneutralnychodniczybokdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:56.875rem;display:block; }#i690xtgadmJlfbaIJZ1d2TX3zLGKWsLe.adaptive-delivery-prevent-bg, #i690xtgadmJlfbaIJZ1d2TX3zLGKWsLe.lazyload, #i690xtgadmJlfbaIJZ1d2TX3zLGKWsLe.lazyloading { background-image: none; }
#bBghTQx5WQV9b8yPmRrlqPRLdyb16rM9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mhC40n3McXdOcf6ZNmylJJemmTP4vzLz { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8e014aab-50c6-4afd-8ae3-1f046f5a8a4d/ciagchodniczyLE1Max_2x194107_RAL9003_frontboklewy_RAPA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:37.8125rem;display:block; }#mhC40n3McXdOcf6ZNmylJJemmTP4vzLz.adaptive-delivery-prevent-bg, #mhC40n3McXdOcf6ZNmylJJemmTP4vzLz.lazyload, #mhC40n3McXdOcf6ZNmylJJemmTP4vzLz.lazyloading { background-image: none; }
#avFgZH13EtFqwIWkacg81NRO6vTb1Ln6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6lvc4GrE4iNIf4XEH8A7zZUpHTTsOOi { color:#2c2b2f;display:block;width:16.875rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.8125rem;height:1.68823125rem;font-style:normal;display:block; }
#nPbih7GEoeZFdT57lppGHBTyKa6ayiW0 { color:#2c2b2f;display:block;width:18.312375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.125rem;left:56.75rem;height:1.68823125rem;font-style:normal;display:block; }
#FKOpqV5g1FI6OaLqTyCRn9W3m4boiJFs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bLVfBQ5mzDTIbTRhlUkOtvHVt9qvEKCD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#riLgRHUP7yG8apUhIKfDaJsVv6HFC7Ai { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hskvTequ0eafMO8hDngbg8aNBagEZBKw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KvuHccJ4iSdTEClD6myVNiIwirz4hTMP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XSvGiOziwCUWnVMbRf8FTuocJZ5oDvXI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#scJgH5lcT1KqKLeomOrEMbJHnNNJPyk8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rOxTDVRlg1SSKoAk1Gtx4TlNh4CpNpVk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#g0o1C72tHqfNJQgpZg507kp2oBTRAakm { position:relative;display:block; }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm { background-color: transparent; background-image: none; }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm > .row .container > .video-iframe-container { display: none; }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm > .row > .video-iframe-container { display: none; }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm > .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); }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm { border-width: 0; border-radius: 0; }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm > .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; }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kp20wT5s3ElXK9GmWvzSoxQ509T6biN2 { color:#2c2b2f;display:block;width:15.68725rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:16.5771484375rem;left:0rem;height:1.68823125rem;font-style:normal;display:block; }
#ap4x79mwJ0hVi9Pn7SP1gkPlmfMeN9f3 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/40aae761-4ceb-4e9c-be62-83c89ecbd376/4metrowyciagchodniczyWch82x2mbprzoddabamerykanski.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.015625rem;height:15.5625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#ap4x79mwJ0hVi9Pn7SP1gkPlmfMeN9f3.adaptive-delivery-prevent-bg, #ap4x79mwJ0hVi9Pn7SP1gkPlmfMeN9f3.lazyload, #ap4x79mwJ0hVi9Pn7SP1gkPlmfMeN9f3.lazyloading { background-image: none; }
#Dc7p83iJCOkrzHbCHQIDIhLXki88qH46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqgSCZPinRkdyTzOwwph0mLAksGlk9Qi { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/71212dd3-9752-40d0-a883-351e517ec415/Prosty4metrowyciagcukierniczopiekarniczybiayfront.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:18.875rem;display:block; }#RqgSCZPinRkdyTzOwwph0mLAksGlk9Qi.adaptive-delivery-prevent-bg, #RqgSCZPinRkdyTzOwwph0mLAksGlk9Qi.lazyload, #RqgSCZPinRkdyTzOwwph0mLAksGlk9Qi.lazyloading { background-image: none; }
#zF3ol1TuFiiGX5c2MqEx0OFMgF345e29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgIqn7vim0i5vm8rQoQokdA49bQKz8WG { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.874755859375rem;height:3.375rem;font-style:normal;display:block; }
#vWrWDkUrD8w14qZrUA03viQTsUgFOmVa { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b8a6d225-1bb6-498e-b70a-e0b976981d2c/ciagchodniczyLF_2x194107_RAL9003_front_lewybok_RAPA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:37.8125rem;display:block; }#vWrWDkUrD8w14qZrUA03viQTsUgFOmVa.adaptive-delivery-prevent-bg, #vWrWDkUrD8w14qZrUA03viQTsUgFOmVa.lazyload, #vWrWDkUrD8w14qZrUA03viQTsUgFOmVa.lazyloading { background-image: none; }
#rTsiALymoIGfdBvwz0Hiq7UT4M3354qf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZpDTHPdCilxDZZ0l4w4fOphsZ6pRxol { color:#2c2b2f;display:block;width:18.3125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.81201171875rem;height:1.68823125rem;font-style:normal;display:block; }
#wcrUQA6pKEbJXduPrgm9uLMwmdEcLVcU { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b818c65-c0a7-4f09-9fdb-1f06b17ba7fa/12_4_m_cia_g_cukierniczo_piekarniczy_excellente_neutralny_ch_odniczy_ukosem_da_b_charlestone.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.90575rem;height:15.45275rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:57.125rem;display:block; }#wcrUQA6pKEbJXduPrgm9uLMwmdEcLVcU.adaptive-delivery-prevent-bg, #wcrUQA6pKEbJXduPrgm9uLMwmdEcLVcU.lazyload, #wcrUQA6pKEbJXduPrgm9uLMwmdEcLVcU.lazyloading { background-image: none; }
#SFETbXNiqTGlSTt0OHKRdUy24lc0lTzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwJugVAqIO1JTK5DHONk20P7repyXNNS { color:#2c2b2f;display:block;width:15.686625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:57.125rem;height:3.375rem;font-style:normal;display:block; }
#kIy1VrIkhscbMKtEDfomBmEOEFzWOJUw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#W4VnyOZDz24h4Gb3TCqbB9bzvFKaphwG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HnQeR5zmdPBKHJ8MEDDMFDazLPqlontT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zSAdc8eJMF6lEGpSTRk4PCzIe2gFX8Om { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Db3o0VnsuFp15TKqhznhsVnQNqq6grmV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#aCcZdyuWZpbeZdeoLVJrPt6w7RAP7a0n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#feKMPVyRpcZv3FyHV2LEyKHCTePXTIUK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rKlaRMPKSCde2MdZurcIQ566cHexeg3c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz { position:relative;display:block; }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz { background-color: transparent; background-image: none; }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz > .row .container > .video-iframe-container { display: none; }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz > .row > .video-iframe-container { display: none; }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz > .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); }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz { border-width: 0; border-radius: 0; }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz > .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; }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz > .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:22.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#an7tWi38CqWnuaCTAl1evMGv6HF0wpgL { color:#2c2b2f;display:block;width:15.68725rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:16.5625rem;left:19.625rem;height:3.375rem;font-style:normal;display:block; }
#nJEzZPAVI03dGMyObxrNefQaGSAUdsiF { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9393b25d-5afd-45c5-baeb-fd4cc17edcf1/Prosty6metrowyciagcukierniczopiekarniczyJuka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.015625rem;height:15.5625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:19.625rem;display:block; }#nJEzZPAVI03dGMyObxrNefQaGSAUdsiF.adaptive-delivery-prevent-bg, #nJEzZPAVI03dGMyObxrNefQaGSAUdsiF.lazyload, #nJEzZPAVI03dGMyObxrNefQaGSAUdsiF.lazyloading { background-image: none; }
#rlZ2oXQqSXqpkhcc75cl2DrWTTwlbQMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uyB8G1iTZOqpy4Msczm5g8rsOLhZbq1K { color:#2c2b2f;display:block;width:16.875rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:0rem;height:1.68823125rem;font-style:normal;display:block; }
#xQlqRRVZ7xoHTmvZ5LFELcrPOB8VRqle { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/979924c0-7d6a-46c3-a1f7-5281972cdd59/13_cia_g_ch_odniczy_prosty_8_3_metrowy_cia_g_ch_odniczy_2_x_modena_300_modena_200_da_b_charlestone_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.90575rem;height:15.342875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#xQlqRRVZ7xoHTmvZ5LFELcrPOB8VRqle.adaptive-delivery-prevent-bg, #xQlqRRVZ7xoHTmvZ5LFELcrPOB8VRqle.lazyload, #xQlqRRVZ7xoHTmvZ5LFELcrPOB8VRqle.lazyloading { background-image: none; }
#JN23f3T3TSwOzzfkCGNHWh8OzZgHfZDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWTQwkP3sGPAzTm5DansTEcOUSozeE0P { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#S7VxSJfngEy1oZhBZ6tLx9mDWwf71VBJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#W7zMyKRXXneKn7KqC55VqMKW5ac9cL3U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ceRxWQw5Oi8stCzFyrlvbkFxPV72ZeGU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#byh07JEsokr4fI5KTQFteauulK3wIPm2 { position:relative;display:block; }#byh07JEsokr4fI5KTQFteauulK3wIPm2 { background-color: transparent; background-image: none; }#byh07JEsokr4fI5KTQFteauulK3wIPm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byh07JEsokr4fI5KTQFteauulK3wIPm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byh07JEsokr4fI5KTQFteauulK3wIPm2 > .row .container > .video-iframe-container { display: none; }#byh07JEsokr4fI5KTQFteauulK3wIPm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byh07JEsokr4fI5KTQFteauulK3wIPm2 > .row > .video-iframe-container { display: none; }#byh07JEsokr4fI5KTQFteauulK3wIPm2 > .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); }#byh07JEsokr4fI5KTQFteauulK3wIPm2 { border-width: 0; border-radius: 0; }#byh07JEsokr4fI5KTQFteauulK3wIPm2 > .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; }#byh07JEsokr4fI5KTQFteauulK3wIPm2 > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LFJTKEsQD9K5R822Xo32W7RTfRZwHq5F { color:#2c2b2f;display:block;width:15.68725rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:16.5771484375rem;left:0rem;height:1.68823125rem;font-style:normal;display:block; }
#Fo7TrqHGICbxrgmut18WgVLvEExU6CvT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d4399741-e813-4513-ab80-5b1ba2e165e0/Ciagchodniczy2xLF194107dabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.015625rem;height:15.5625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#Fo7TrqHGICbxrgmut18WgVLvEExU6CvT.adaptive-delivery-prevent-bg, #Fo7TrqHGICbxrgmut18WgVLvEExU6CvT.lazyload, #Fo7TrqHGICbxrgmut18WgVLvEExU6CvT.lazyloading { background-image: none; }
#XagS8GMTbVbWvh55mWKOZswes50nxDTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTxcB1h6WUJHR21Men9zTPyBcl2TNHCK { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d7dd070-5c5b-47c5-80ff-1c90465553e2/ciagchodniczyzestaw_2xLF194107_1xLF_153107_LKFNW_RAL9003_front_boklewy_RAPA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:18.875rem;display:block; }#BTxcB1h6WUJHR21Men9zTPyBcl2TNHCK.adaptive-delivery-prevent-bg, #BTxcB1h6WUJHR21Men9zTPyBcl2TNHCK.lazyload, #BTxcB1h6WUJHR21Men9zTPyBcl2TNHCK.lazyloading { background-image: none; }
#QGQdnnsbEhS8ACmUZb6r0Gf6ABqhhysw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zyTCCDTTCfttkg6CQtI9TMcqRGR4MCVG { color:#2c2b2f;display:block;width:18.3125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.9375rem;height:1.68823125rem;font-style:normal;display:block; }
#QcDVWzmFKlIR7AFpTSr4PTts9wmuV2an { color:#2c2b2f;display:block;width:15.68725rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.8125rem;height:1.68823125rem;font-style:normal;display:block; }
#SJQINerXGRbOVPIaQXTXtlCDOJTvz0BB { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a2bfd2f9-9ac9-477a-96b2-683bd280ac2a/ciagchodniczy2xLX188_120LX_NWLKSiXdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.015625rem;height:15.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:37.8125rem;display:block; }#SJQINerXGRbOVPIaQXTXtlCDOJTvz0BB.adaptive-delivery-prevent-bg, #SJQINerXGRbOVPIaQXTXtlCDOJTvz0BB.lazyload, #SJQINerXGRbOVPIaQXTXtlCDOJTvz0BB.lazyloading { background-image: none; }
#ziBZAba4GvnTADOi5XJzsTecbOhhD4yV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nwbSeaMnN3o5oIXt7AWW3msuOIf546Cd { color:#2c2b2f;display:block;width:16.875rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:16.5625rem;left:56.875rem;height:1.68823125rem;font-style:normal;display:block; }
#nVxAXIC0eSCnFFdFcLK16wyyVJVU1BNG { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8e014aab-50c6-4afd-8ae3-1f046f5a8a4d/ciagchodniczyLE1Max_2x194107_RAL9003_frontboklewy_RAPA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:0rem;left:56.875rem;display:block; }#nVxAXIC0eSCnFFdFcLK16wyyVJVU1BNG.adaptive-delivery-prevent-bg, #nVxAXIC0eSCnFFdFcLK16wyyVJVU1BNG.lazyload, #nVxAXIC0eSCnFFdFcLK16wyyVJVU1BNG.lazyloading { background-image: none; }
#g8z2H1d6qtm6ZAg1GTnrKbcNViNHaJpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aocfeT1dw0U6LDihv3Z3Uwz2r1bxPMBN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dzqHkHwdJaXFzaaFokvyOxlMQw3rswcE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#R5TBUkVciu9qr15Vyyk4ynE8hDQI4EWn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wV7dDv4Z4KUeLwhTCf9sfAg9F09Pr1dc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#C5uTSPrTF3rmsGO1oTdsEN3kVCbvuc7q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Hm3oBicHzHubkWxqLOTIlNZ11L0x0khF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iFbLHMzJGa5NJyPHsuxE9wtl09w5tHWo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eAyxWUTA9H8O2MyTZH2HDB1JtcPtqAnI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QSscFhTEWNoDv4assl6xKCisKuVUC534 { position:relative;display:block; }#QSscFhTEWNoDv4assl6xKCisKuVUC534 { background-color: transparent; background-image: none; }#QSscFhTEWNoDv4assl6xKCisKuVUC534::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSscFhTEWNoDv4assl6xKCisKuVUC534 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSscFhTEWNoDv4assl6xKCisKuVUC534 > .row .container > .video-iframe-container { display: none; }#QSscFhTEWNoDv4assl6xKCisKuVUC534 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSscFhTEWNoDv4assl6xKCisKuVUC534 > .row > .video-iframe-container { display: none; }#QSscFhTEWNoDv4assl6xKCisKuVUC534 > .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); }#QSscFhTEWNoDv4assl6xKCisKuVUC534 { border-width: 0; border-radius: 0; }#QSscFhTEWNoDv4assl6xKCisKuVUC534 > .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; }#QSscFhTEWNoDv4assl6xKCisKuVUC534 > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mmmJ6ENnZ98SB8DIiKINiXzlTdwUfPeP { color:#2c2b2f;display:block;width:15.68725rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:0rem;height:1.68823125rem;font-style:normal;display:block; }
#FmtTiaT8G3QWBM9UeTlfactI19FnaPIP { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/40aae761-4ceb-4e9c-be62-83c89ecbd376/4metrowyciagchodniczyWch82x2mbprzoddabamerykanski.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.015625rem;height:15.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#FmtTiaT8G3QWBM9UeTlfactI19FnaPIP.adaptive-delivery-prevent-bg, #FmtTiaT8G3QWBM9UeTlfactI19FnaPIP.lazyload, #FmtTiaT8G3QWBM9UeTlfactI19FnaPIP.lazyloading { background-image: none; }
#Z7JAS9ZRDfIZdn4iH2CSspcTkSS4T7yN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtwEOQKr0DCJTbJKlKl2nXr3w4losys9 { color:#2c2b2f;display:block;width:18.3125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.9375rem;height:1.68823125rem;font-style:normal;display:block; }
#c3ekzicvoAXPGdv51gsqEocvoV28yBZe { color:#2c2b2f;display:block;width:16.875rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.8125rem;height:1.68823125rem;font-style:normal;display:block; }
#tlVJ2Pe4k7VQN2LCQaprF80mRc8Eh8Q9 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b8a6d225-1bb6-498e-b70a-e0b976981d2c/ciagchodniczyLF_2x194107_RAL9003_front_lewybok_RAPA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:0rem;left:18.9375rem;display:block; }#tlVJ2Pe4k7VQN2LCQaprF80mRc8Eh8Q9.adaptive-delivery-prevent-bg, #tlVJ2Pe4k7VQN2LCQaprF80mRc8Eh8Q9.lazyload, #tlVJ2Pe4k7VQN2LCQaprF80mRc8Eh8Q9.lazyloading { background-image: none; }
#nL3oZl4Xtb8gm9a7yP9b165ViaT3iKhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfuqgZlQrOHpt8CN69iRwQBQJG9HIEez { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/979924c0-7d6a-46c3-a1f7-5281972cdd59/13_cia_g_ch_odniczy_prosty_8_3_metrowy_cia_g_ch_odniczy_2_x_modena_300_modena_200_da_b_charlestone_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.015625rem;height:15.45275rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0rem;left:37.8125rem;display:block; }#WfuqgZlQrOHpt8CN69iRwQBQJG9HIEez.adaptive-delivery-prevent-bg, #WfuqgZlQrOHpt8CN69iRwQBQJG9HIEez.lazyload, #WfuqgZlQrOHpt8CN69iRwQBQJG9HIEez.lazyloading { background-image: none; }
#TKoPmUMXhTOe92iKLltHnwx7wscHCQF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IlJOqw4QqklBuZpSJeuVUyqImi19ZQID { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NsEbc85QgXzf3Tqw8fdP2r6Cl2RkQycS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Atca7EL0J6dLelfoWlHX3dL6IZrE1rfq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#PszHwRUG1RKVw9mEFMZTBkRmhGUrLINl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#tyx18V01H2TVivKQzMWvZ5HVP9W9ExJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ByWuTNZvdKRkXU3NJCNFNI4iQEawiFHa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A { position:relative;display:block; }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A { background-color: transparent; background-image: none; }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A > .row .container > .video-iframe-container { display: none; }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A > .row > .video-iframe-container { display: none; }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A > .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); }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A { border-width: 0; border-radius: 0; }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A > .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; }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gRar3EJEWArSANWBbQ1D9p92CDxkTTbq { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/30bdb97f-9b46-4de5-ac26-c5d61ed6a4be/Prosty4metrowyciagcukierniczopiekarniczy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#gRar3EJEWArSANWBbQ1D9p92CDxkTTbq.adaptive-delivery-prevent-bg, #gRar3EJEWArSANWBbQ1D9p92CDxkTTbq.lazyload, #gRar3EJEWArSANWBbQ1D9p92CDxkTTbq.lazyloading { background-image: none; }
#w9TnSZoeDE9VHQw1BP35froq4WfdxvOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNnt7wFBkmFJIStJLo9TcWkufCftQ3wW { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#ylQTyN8t3i6tnnJzVtEGZqAasTwP80Mf { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/02206eca-fe73-4d9c-9f7b-260615be4ff3/_25mciagcukierniczopiekarniczyExcellentefrontdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:18.9375rem;display:block; }#ylQTyN8t3i6tnnJzVtEGZqAasTwP80Mf.adaptive-delivery-prevent-bg, #ylQTyN8t3i6tnnJzVtEGZqAasTwP80Mf.lazyload, #ylQTyN8t3i6tnnJzVtEGZqAasTwP80Mf.lazyloading { background-image: none; }
#oBnOVBatuRmTE0d5ErXAI2bTx1SX6NrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZ5cp7Z7TKxrvZtSTOwlAMUKPJZPs8Ao { color:#2c2b2f;display:block;width:17.5625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.9375rem;height:3.375rem;font-style:normal;display:block; }
#f7Xlsg9sQiXyzrnBTp41OS2ko9k7Qe6H { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.8125rem;height:3.375rem;font-style:normal;display:block; }
#aU43Znovg1UbeVgXIlN6hwKT3f6QrxWO { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/737d8bc4-2479-4e9b-a2fd-b592451dfa63/Prosty6metrowyciagcukierniczopiekarniczyCebea.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:37.8125rem;display:block; }#aU43Znovg1UbeVgXIlN6hwKT3f6QrxWO.adaptive-delivery-prevent-bg, #aU43Znovg1UbeVgXIlN6hwKT3f6QrxWO.lazyload, #aU43Znovg1UbeVgXIlN6hwKT3f6QrxWO.lazyloading { background-image: none; }
#Ag7vpQSVVAoQUaivuuWRT1KWEAxXA7lq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dElTTn0v5VDbZU52VfGBLPpkx9q00JL6 { color:#2c2b2f;display:block;width:18.3125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:56.6875rem;height:1.68823125rem;font-style:normal;display:block; }
#zlQHX5TT8NPJOcF4AXATrK8TKEPsUkU9 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2a5a3c07-622e-4c0a-b273-57fddcb4f1d2/_35mciagcukierniczopiekarniczyExcellenteneutralnychodniczybokdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:56.6875rem;display:block; }#zlQHX5TT8NPJOcF4AXATrK8TKEPsUkU9.adaptive-delivery-prevent-bg, #zlQHX5TT8NPJOcF4AXATrK8TKEPsUkU9.lazyload, #zlQHX5TT8NPJOcF4AXATrK8TKEPsUkU9.lazyloading { background-image: none; }
#shndAb27OgxVCINXJznTw0Kr178Ak9u9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJRFnOt3Wr3NGgLtLpX0fN6yJWCc1mgl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#P9plzkuIr1AuHcnuT1zyPb8v6ehDtJx8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FWcDmhcEXPGcl0fOxhtAlqsVN6lWsaA2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GtbnkziTyy3OTLGzyTNgyGl12uq3Tff4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gnIbFrVdKZFC0Ws4weZIM7Gg891JHJB7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yC89xJ2SVTCu8HRBiTK4s2hwRwma1GzC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ysqtDm7txz372OTioz3zhecNsILlKXlZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hoEfKTqBnSVBsEsChWyCx7cpQKHRtT5N { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw { position:relative;display:block; }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw { background-color: transparent; background-image: none; }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw > .row .container > .video-iframe-container { display: none; }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw > .row > .video-iframe-container { display: none; }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw > .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); }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw { border-width: 0; border-radius: 0; }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw > .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; }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vGiwg337HVofhT2qyTgXv5dqaEn1qvbs { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/71212dd3-9752-40d0-a883-351e517ec415/Prosty4metrowyciagcukierniczopiekarniczybiayfront.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:9.5367431640625E-7rem;left:0rem;display:block; }#vGiwg337HVofhT2qyTgXv5dqaEn1qvbs.adaptive-delivery-prevent-bg, #vGiwg337HVofhT2qyTgXv5dqaEn1qvbs.lazyload, #vGiwg337HVofhT2qyTgXv5dqaEn1qvbs.lazyloading { background-image: none; }
#ILQ8Eca2V2oZi0DAPpV8hbGFSq9qn38c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OK1PNMTED1nITFWVaKg2S2htOAonoFnn { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.5625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#qT3H7yeHbDb4f0FkHrTaJ5Ztd54fsoD8 { color:#2c2b2f;display:block;width:15.68725rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.9375rem;height:3.375rem;font-style:normal;display:block; }
#VOqqtro2RcogDdZfZS6caWAETik7FNsP { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9393b25d-5afd-45c5-baeb-fd4cc17edcf1/Prosty6metrowyciagcukierniczopiekarniczyJuka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.015625rem;height:15.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:18.9375rem;display:block; }#VOqqtro2RcogDdZfZS6caWAETik7FNsP.adaptive-delivery-prevent-bg, #VOqqtro2RcogDdZfZS6caWAETik7FNsP.lazyload, #VOqqtro2RcogDdZfZS6caWAETik7FNsP.lazyloading { background-image: none; }
#eJ9b2T1J4J9gz4cs82Zzd5kxZ7Mstslp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTHUIpTQx01eRkF7RR318c1dwPTON5ML { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b818c65-c0a7-4f09-9fdb-1f06b17ba7fa/12_4_m_cia_g_cukierniczo_piekarniczy_excellente_neutralny_ch_odniczy_ukosem_da_b_charlestone.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.795875rem;height:15.342875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:37.812255859375rem;display:block; }#xTHUIpTQx01eRkF7RR318c1dwPTON5ML.adaptive-delivery-prevent-bg, #xTHUIpTQx01eRkF7RR318c1dwPTON5ML.lazyload, #xTHUIpTQx01eRkF7RR318c1dwPTON5ML.lazyloading { background-image: none; }
#uOINadsadV2sFsRBxyoc7cO91ixpyUG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uuSg2RvbmCmEqbUTFuKxcLVh36JRr15l { color:#2c2b2f;display:block;width:15.6860625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.812255859375rem;height:3.375rem;font-style:normal;display:block; }
#TET4fC49X55lTmHAsp2Kycz8Bi7ctg7b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CLd97cwlzZ2NP1lieTAcTGcMCDhMBCBD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OtBckNNCyQEGaScO7MahINOgQwiBTqi9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MnZ7U63Tx9cVbmnfd29TS6fvdFbuEbgR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#g8CNFcV3gVEi4TlhAXJrIQ6MIA89BX7Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#s2ITbPhFG69ck3WSefQhCdb6mlpW6uIr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ { position:relative;display:block; }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ { background-color: transparent; background-image: none; }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ > .row .container > .video-iframe-container { display: none; }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ > .row > .video-iframe-container { display: none; }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ > .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); }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ { border-width: 0; border-radius: 0; }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ > .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; }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oRCPUhHGPhmUKW7TPfULKpW4u5VGFzWq { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/30bdb97f-9b46-4de5-ac26-c5d61ed6a4be/Prosty4metrowyciagcukierniczopiekarniczy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#oRCPUhHGPhmUKW7TPfULKpW4u5VGFzWq.adaptive-delivery-prevent-bg, #oRCPUhHGPhmUKW7TPfULKpW4u5VGFzWq.lazyload, #oRCPUhHGPhmUKW7TPfULKpW4u5VGFzWq.lazyloading { background-image: none; }
#pBfkI5nWwPN6My3QXPkG1uVlaiaKvlXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWWLIuBim3JO9XkEJVoJAObD4hlDDwxv { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#Q6UcqCfkZETGAWoKmZLIIITMrPLU6Lyi { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/02206eca-fe73-4d9c-9f7b-260615be4ff3/_25mciagcukierniczopiekarniczyExcellentefrontdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:18.9375rem;display:block; }#Q6UcqCfkZETGAWoKmZLIIITMrPLU6Lyi.adaptive-delivery-prevent-bg, #Q6UcqCfkZETGAWoKmZLIIITMrPLU6Lyi.lazyload, #Q6UcqCfkZETGAWoKmZLIIITMrPLU6Lyi.lazyloading { background-image: none; }
#reMHRbU33WizqLZeKuckDURSk1gc8KlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t8mlaF6zdUJILBrQuGckoXrGayhp2Nin { color:#2c2b2f;display:block;width:17.5625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.9375rem;height:3.375rem;font-style:normal;display:block; }
#elS836PDkKAngXmrlHyFwlnSwR4cQ9Qp { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.562501907349rem;left:37.8125rem;height:3.375rem;font-style:normal;display:block; }
#ZluD7Ec6Q5d0T92iBhTVWdVx91DadP0B { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/737d8bc4-2479-4e9b-a2fd-b592451dfa63/Prosty6metrowyciagcukierniczopiekarniczyCebea.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:37.8125rem;display:block; }#ZluD7Ec6Q5d0T92iBhTVWdVx91DadP0B.adaptive-delivery-prevent-bg, #ZluD7Ec6Q5d0T92iBhTVWdVx91DadP0B.lazyload, #ZluD7Ec6Q5d0T92iBhTVWdVx91DadP0B.lazyloading { background-image: none; }
#XwhB962NIiFhBazGugAsJ9KHXmwh5CWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gcfyo14DoZDq3f3aA3PqT1r48p2yKI2z { color:#2c2b2f;display:block;width:18.3125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:56.6875rem;height:1.68823125rem;font-style:normal;display:block; }
#lQiiHLVRBBf9X7W6ndVOgqOCaXCLA4Tc { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2a5a3c07-622e-4c0a-b273-57fddcb4f1d2/_35mciagcukierniczopiekarniczyExcellenteneutralnychodniczybokdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:56.875rem;display:block; }#lQiiHLVRBBf9X7W6ndVOgqOCaXCLA4Tc.adaptive-delivery-prevent-bg, #lQiiHLVRBBf9X7W6ndVOgqOCaXCLA4Tc.lazyload, #lQiiHLVRBBf9X7W6ndVOgqOCaXCLA4Tc.lazyloading { background-image: none; }
#hWQN606eGFZRxlnTdL8cEMoVKoR2uVzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9D5nAetIRR7hNrmJWKba1SaZzXkInBE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bCu938dCJ3WePAfDAJeK5Wfwm8GLxZyU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#T8Mmu6LRha3OZQB2GDnHqgrTkPumb2u2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UUNbT6UcgT3reSZDsdz8TfvZ5vyzVlfF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#udruR60HRPcF3L8RnplLLtr713bVN1XW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JrLNnyXTeZ4qJMqtVtW88lcogz309DXt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ICqyoOh3faBDRXP6UGa9fGOfo2fpefuz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#StxbN1GTS1XOtKaFqlfRO23c6vcpIrUQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK { position:relative;display:block; }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK { background-color: transparent; background-image: none; }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK > .row .container > .video-iframe-container { display: none; }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK > .row > .video-iframe-container { display: none; }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK > .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); }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK { border-width: 0; border-radius: 0; }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK > .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; }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k5CHTQJKfOy0NTTTIyKcpuRIWffkRqvl { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.5625rem;left:0.5rem;height:3.375rem;font-style:normal;display:block; }
#Fpwhb71d23XOm5WtrdLRalOLSl7Kv1rf { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/71212dd3-9752-40d0-a883-351e517ec415/Prosty4metrowyciagcukierniczopiekarniczybiayfront.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#Fpwhb71d23XOm5WtrdLRalOLSl7Kv1rf.adaptive-delivery-prevent-bg, #Fpwhb71d23XOm5WtrdLRalOLSl7Kv1rf.lazyload, #Fpwhb71d23XOm5WtrdLRalOLSl7Kv1rf.lazyloading { background-image: none; }
#prqg6StVIgDAhnqZ8D4RwHOD4SWHVPe8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MCXFOWDhS7BdzIQpswgBElXSSdZTOiA7 { color:#2c2b2f;display:block;width:15.686625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.9375rem;height:3.375rem;font-style:normal;display:block; }
#a7wxGCukgaXRif8DTowo2v39BBTwPG7x { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b818c65-c0a7-4f09-9fdb-1f06b17ba7fa/12_4_m_cia_g_cukierniczo_piekarniczy_excellente_neutralny_ch_odniczy_ukosem_da_b_charlestone.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.90575rem;height:15.45275rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:0rem;left:18.9375rem;display:block; }#a7wxGCukgaXRif8DTowo2v39BBTwPG7x.adaptive-delivery-prevent-bg, #a7wxGCukgaXRif8DTowo2v39BBTwPG7x.lazyload, #a7wxGCukgaXRif8DTowo2v39BBTwPG7x.lazyloading { background-image: none; }
#ObAM0ANhK4aPBgvJwryQiWJbh1gEqmcl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qGqbLZmgFypOI18qzAHTTFoO9H0n67vX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#px3dnoBk4hqN22JVtwPghKxtwXeOV7mt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RTVJ6SdCDl5tD1nKDTcpS72aq1N1Xhuz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kB8x7lZOcECQ7NhAa8fKKMfFLJii3WdA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT { position:relative;display:block; }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT { background-color: transparent; background-image: none; }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT > .row .container > .video-iframe-container { display: none; }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT > .row > .video-iframe-container { display: none; }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT > .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); }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT { border-width: 0; border-radius: 0; }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT > .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; }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ir6J2olwFwoIRrymn4rTTTWLb7c0qtaI { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/30bdb97f-9b46-4de5-ac26-c5d61ed6a4be/Prosty4metrowyciagcukierniczopiekarniczy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#Ir6J2olwFwoIRrymn4rTTTWLb7c0qtaI.adaptive-delivery-prevent-bg, #Ir6J2olwFwoIRrymn4rTTTWLb7c0qtaI.lazyload, #Ir6J2olwFwoIRrymn4rTTTWLb7c0qtaI.lazyloading { background-image: none; }
#iBEwBo1rrZhX8r0yeu2a9gE2xUaHxRdE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jefl8lDOrvyntaMlT4Fd4m0IQQo2ULG2 { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.5625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#X41x2Nw8nNOJgKVvaLr5bv3OlZlIoWqk { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/02206eca-fe73-4d9c-9f7b-260615be4ff3/_25mciagcukierniczopiekarniczyExcellentefrontdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:18.9375rem;display:block; }#X41x2Nw8nNOJgKVvaLr5bv3OlZlIoWqk.adaptive-delivery-prevent-bg, #X41x2Nw8nNOJgKVvaLr5bv3OlZlIoWqk.lazyload, #X41x2Nw8nNOJgKVvaLr5bv3OlZlIoWqk.lazyloading { background-image: none; }
#rFXd8CRo4ploUTmV2tb1okZDkOq2FIz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mq4sNLBpZ6Ml5UkPMeEMDFnVEqr9OHt2 { color:#2c2b2f;display:block;width:17.5625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.9375rem;height:3.375rem;font-style:normal;display:block; }
#RWQNZ51oJsr7SlGiaau4Tc6lBGiau5s0 { color:#2c2b2f;display:block;width:18.3125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.625rem;height:1.68823125rem;font-style:normal;display:block; }
#AwsfPCATiJtdTELwbiqSGMgD6ZkDvcmK { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2a5a3c07-622e-4c0a-b273-57fddcb4f1d2/_35mciagcukierniczopiekarniczyExcellenteneutralnychodniczybokdabcharlestone.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0rem;left:37.8125rem;display:block; }#AwsfPCATiJtdTELwbiqSGMgD6ZkDvcmK.adaptive-delivery-prevent-bg, #AwsfPCATiJtdTELwbiqSGMgD6ZkDvcmK.lazyload, #AwsfPCATiJtdTELwbiqSGMgD6ZkDvcmK.lazyloading { background-image: none; }
#f03CMaSXQMaZx2s8Nw05fqpeDBR91iAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zx4ROUnQTPvrMF9TJbvVioyvZcksmkdF { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/71212dd3-9752-40d0-a883-351e517ec415/Prosty4metrowyciagcukierniczopiekarniczybiayfront.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:15.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:0rem;left:56.875rem;display:block; }#zx4ROUnQTPvrMF9TJbvVioyvZcksmkdF.adaptive-delivery-prevent-bg, #zx4ROUnQTPvrMF9TJbvVioyvZcksmkdF.lazyload, #zx4ROUnQTPvrMF9TJbvVioyvZcksmkdF.lazyloading { background-image: none; }
#ElWnXEDTD7TFoS9IHWtuQfOgshn5UahC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmTQiatZk3qhZd25hdlX3zTsqLuSd8XL { color:#2c2b2f;display:block;width:17.125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.5625rem;left:57.375rem;height:3.375rem;font-style:normal;display:block; }
#qySOelOfhwJZNfkI8eTWAQC9JpyHCoTF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eBhKf3bngmS3Z4uV6uDczIsFZ39Vz5Fl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wOTkQSDuBOZT3egGZ8LmxJ3VSqgNCEHJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#oer2Uyx0UP7UXsa4nm0GaAWkypUfKZ2F { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iXCVVmO1LWmUvekZpRSfvW7ur7GDTtNZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TPCGIriFVuLmlziTXcsl7tMK4DbgbnlQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#g7w4EiViz3KaEfHIQ5hLnNaSebzzRhtf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qOwJEhstfsoqCle7qqXHDgFRUdRX179t { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m { position:relative;display:block; }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m { background-color: transparent; background-image: none; }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m > .row .container > .video-iframe-container { display: none; }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m > .row > .video-iframe-container { display: none; }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m > .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); }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m { border-width: 0; border-radius: 0; }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m > .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; }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m > .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:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fE3K1SqrNdK0lDdPdak3BDXwA2ev7QdF { color:#2c2b2f;display:block;width:15.686625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:16.5625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#TskTtFUZT1JniFk0rAOoaLmI6cG517Ti { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b818c65-c0a7-4f09-9fdb-1f06b17ba7fa/12_4_m_cia_g_cukierniczo_piekarniczy_excellente_neutralny_ch_odniczy_ukosem_da_b_charlestone.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #eeeeee;border-left:0.125rem solid #eeeeee;border-right:0.125rem solid #eeeeee;border-bottom:0.125rem solid #eeeeee;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.90575rem;height:15.45275rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }#TskTtFUZT1JniFk0rAOoaLmI6cG517Ti.adaptive-delivery-prevent-bg, #TskTtFUZT1JniFk0rAOoaLmI6cG517Ti.lazyload, #TskTtFUZT1JniFk0rAOoaLmI6cG517Ti.lazyloading { background-image: none; }
#MbonNWUeVd6K1GGJhlQhvnzzbXEl9UsN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iR6GfwBAT3XuXta20Q5ET2ppCMMgQk9v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VWs1h8onG2HdJIdPsdhVVny5GbVTXZ8h { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz { position:relative;display:block; }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz { background-color: transparent; background-image: none; }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz > .row .container > .video-iframe-container { display: none; }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz > .row > .video-iframe-container { display: none; }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz > .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); }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz { border-width: 0; border-radius: 0; }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz > .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; }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz > .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:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IJVHOcBHJkRCzyM5rocsGWfmhmOEoU1V { background-color:#5e1d07;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;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:"league spartan medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5615rem;height:3.3745125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.34375rem;left:28.21875rem;display:block; }
#MJIOxTZCB2pumk7JB01Rtq9mexTyxgEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw { position:relative;display:block; }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw { background-color: transparent; background-image: none; }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw > .row .container > .video-iframe-container { display: none; }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw > .row > .video-iframe-container { display: none; }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw > .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); }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw { border-width: 0; border-radius: 0; }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw > .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; }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw > .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:9.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LI5oH0yDizs0RLWoEMSxGi896Agf9Ro4 { color:#2c2b2f;display:block;width:45.9985625rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.75rem;left:14.50048828125rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvxIauFs78vQOi598trtFfHBXZ9eJTOq { position:relative;display:block; }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq { background-color: transparent; background-image: none; }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq > .row .container > .video-iframe-container { display: none; }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq > .row > .video-iframe-container { display: none; }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq > .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); }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq { border-width: 0; border-radius: 0; }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq > .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; }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq > .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:20.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LanNP2dOJNsWqnwsLg3nWk0PyaBkvKDW { color:#2a2a2a;display:block;width:52.8125rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:3.3125rem;left:8.3125rem;height:7.999125rem;font-style:normal;display:block; }
#ZfLVRvMZmMpbKw6kw2VfG8C8FzoZfobx { position:absolute;display:block;z-index:15012;background-color:#2c2b2f;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:8.8125rem;left:69.25rem;display:block; }
#tpkf5kLMH9k1emwkvFzbOfo3GUrfLf0e { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.125rem;left:69.6875rem; }
#XgrT3J5ftNGkO3uIAQnFlxnEVpMWTgp7 { position:absolute;display:block;z-index:15007;background-color:#eeeeee;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:20.0625rem;width:66.25rem;top:0rem;left:4.40625rem;display:block; }
#d1WgKmpZdWw8ouDbpo0Bl86ZavN7dlk3 { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan medium";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.75rem;left:8.3125rem;height:2.0625rem;font-style:normal;display:block; }
#GOmi7Vt53AN9qp3fp7Io6zLyn7Bsxb05 { color:#2c2b2f;display:block;width:42.6245rem;position:absolute;font-family:"league spartan";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:15.375rem;left:8.3125rem;height:1.50065rem;font-style:normal;display:block; }
#kTVuArfrMOzGLiOX3Cd3UEqT6zlICyM1 { position:absolute;display:block;z-index:15019;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:7.374875rem;width:10.562125rem;top:11.310424804688rem;left:56.550903320312rem;overflow:hidden;display:block; }
#JhI7EFc2O5iiVnMiZGmJRTTAKmBiFlOL { position:absolute;display:block;z-index:15008;background-color:#e6dfd8;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:6.0625rem;width:6.375rem;top:13.87451171875rem;left:64.3203125rem;display:block; }
#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA { position:relative;display:block; }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA { background-color: transparent; background-image: none; }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA > .row .container > .video-iframe-container { display: none; }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA > .row > .video-iframe-container { display: none; }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA > .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); }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA { border-width: 0; border-radius: 0; }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA > .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; }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA > .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:20.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y4Hp1udQQ4CQWI5t7S3revtacAKh30ub { color:#2a2a2a;display:block;width:55.625rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:3.3116302490234rem;left:8.3116321563719rem;height:7.999125rem;font-style:normal;display:block; }
#TToGZACTioUSNhARgqZPJNwkqJ1dvX9g { position:absolute;display:block;z-index:15012;background-color:#2c2b2f;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:8.8125rem;left:69.25rem;display:block; }
#c3DaCBMHtQqzOgxLyplxV1HSgoCH4wyr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.125rem;left:69.6875rem; }
#aeUtOQuB1aAINvcM3hd7HUVnw1FvLZwE { position:absolute;display:block;z-index:15007;background-color:#eeeeee;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:20.0625rem;width:66.25rem;top:0rem;left:4.40625rem;display:block; }
#l6QgIQWP9uAzbo1ERMqV29eAiTTBsRNP { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan medium";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.75rem;left:8.3125rem;height:2.06163125rem;font-style:normal;display:block; }
#NJ3rCusSwe9bN9w4VF0aqqm79X7MM6uO { color:#2c2b2f;display:block;width:42.6245rem;position:absolute;font-family:"league spartan";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:15.375rem;left:8.3125rem;height:1.50065rem;font-style:normal;display:block; }
#V02n52vTIXtmrhsMKi7pf0nANyMqardH { position:absolute;display:block;z-index:15019;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:7.374875rem;width:10.562125rem;top:11.310424804688rem;left:56.550903320312rem;overflow:hidden;display:block; }
#TToX5cZpI00teZgOaDBHxkrsNyZzLSyz { position:absolute;display:block;z-index:15008;background-color:#e6dfd8;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:6.0625rem;width:6.375rem;top:13.87451171875rem;left:64.3203125rem;display:block; }
#UEkLE6RGLleMJdvZfQRv1qANsvfAC2G1 { position:absolute;display:block;z-index:15014;background-color:#2c2b2f;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:8.75rem;left:3.125rem;display:block; }
#ycACfAr8wEHoQGczyQ6R52r9n2uJT2VQ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.0625rem;left:3.1875rem; }
#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD { position:relative;display:block; }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD { background-color: transparent; background-image: none; }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD > .row .container > .video-iframe-container { display: none; }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD > .row > .video-iframe-container { display: none; }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD > .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); }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD { border-width: 0; border-radius: 0; }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD > .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; }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD > .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:20.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RZUtLV17gCEJI5MS06McF1ypG8JfWpJV { color:#2a2a2a;display:block;width:52.8125rem;position:absolute;font-family:"league spartan";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:3.3125rem;left:8.3125rem;height:8rem;font-style:normal;display:block; }
#EZtM4ZZDITTKpqW80y3FwQktiP9VF4Gc { position:absolute;display:block;z-index:15012;background-color:#2c2b2f;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:8.75rem;left:3rem;display:block; }
#IwTMpucslHDXgTTEqi9PaouAUNT9QVyr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.0625rem;left:3.0625rem; }
#kVcRT2xuvzGWGq9QzKmbP3dUqmhWytZz { position:absolute;display:block;z-index:15007;background-color:#eeeeee;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:20.0625rem;width:66.25rem;top:0rem;left:4.40625rem;display:block; }
#G7oXKaCQIPFek7RQO0vvQC5rgHN1PcH5 { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan medium";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.75rem;left:8.3125rem;height:2.0625rem;font-style:normal;display:block; }
#RPzovSWRb6m6TOJw5eRXgRxMFmOrkWUT { color:#2c2b2f;display:block;width:42.6245rem;position:absolute;font-family:"league spartan";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:15.375rem;left:8.3125rem;height:1.50065rem;font-style:normal;display:block; }
#cg5UQIrSwgflfsdgfIt32SSDAaKxJQiT { position:absolute;display:block;z-index:15019;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:7.374875rem;width:10.562125rem;top:11.310424804688rem;left:56.550903320312rem;overflow:hidden;display:block; }
#nM8OqNsTwKRZ07rls0Edi5JqfrzwM6mP { position:absolute;display:block;z-index:15008;background-color:#e6dfd8;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:6rem;width:6.374rem;top:14.061889648438rem;left:64.3212890625rem;display:block; }
#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg { position:relative;display:block; }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg { background-color: transparent; background-image: none; }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg > .row .container > .video-iframe-container { display: none; }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg > .row > .video-iframe-container { display: none; }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg > .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); }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg { border-width: 0; border-radius: 0; }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg > .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; }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg > .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:9.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#siZQLu0NJoVLVLTZahlfzhxvZTTIGUuH { color:#2c2b2f;display:block;width:45.9985625rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.75rem;left:14.50048828125rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n0IuCKFdeu78AA9dT7RcwrX6obih994c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row .container { background-color: transparent; background-image: none; }#n0IuCKFdeu78AA9dT7RcwrX6obih994c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row .container > .video-iframe-container { display: none; }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row > .video-iframe-container { display: none; }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .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); }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row .container { border-width: 0; border-radius: 0; }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#fnZbVTu3v1sWa5IMvGtIISSrEIuiXxvG { color:#2c2b2f;display:block;width:41.0625rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.375rem;height:1.94965rem;font-style:normal;display:block; }
#vmIyHUHHTr2nu2Nrs0wVTnP5d9TJ5rLk { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.0308837890625rem;left:59.281005859375rem; }
#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz { position:relative;display:block; }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz { background-color: transparent; background-image: none; }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz > .row .container > .video-iframe-container { display: none; }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz > .row > .video-iframe-container { display: none; }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz > .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); }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz { border-width: 0; border-radius: 0; }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz > .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; }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz > .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:10.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qfQFVwba4fcLiJcQrLb4b6kvTivg1o55 { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:0.57500076293945rem;left:13.375rem;height:9.000625rem;font-style:normal;display:block; }
#zH2PttssRm4copRNKSxISGXLCuP1iPAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row .container { background-color: transparent; background-image: none; }#zH2PttssRm4copRNKSxISGXLCuP1iPAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row .container > .video-iframe-container { display: none; }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row > .video-iframe-container { display: none; }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .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); }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row .container { border-width: 0; border-radius: 0; }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#VHqHqmRJclzWA2stlOkzIG7uTRPdq1L8 { color:#2c2b2f;display:block;width:41.0625rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.375rem;height:1.94965rem;font-style:normal;display:block; }
#MrVuZ7HettzyXJx40lfb8nHid7N1T9cF { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.8125rem;left:59.25rem; }
#kzbdfyqtPhoUMhQAgTxQObNdeMlBmsHa { position:absolute;display:block;z-index:15017;background-color:#dfc0a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.125rem;top:0rem;left:13.4375rem;display:block; }
#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV { position:relative;display:block; }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV { background-color: transparent; background-image: none; }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV > .row .container > .video-iframe-container { display: none; }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV > .row > .video-iframe-container { display: none; }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV > .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); }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV { border-width: 0; border-radius: 0; }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV > .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; }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV > .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:10.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IyTRoXqIVOPSaRMKeFxQTMJ75RrzAysV { color:#2c2b2f;display:block;width:39.9375rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:0.57499694824219rem;left:13.375rem;height:1.80013125rem;font-style:normal;display:block; }
#otBw56TbTfFMZ5DvE06p7bX5PkEI0aPb { color:#2c2b2f;display:block;width:39.937125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.374267578125rem;left:13.373413085938rem;height:;font-style:normal;display:block; }#otBw56TbTfFMZ5DvE06p7bX5PkEI0aPb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#otBw56TbTfFMZ5DvE06p7bX5PkEI0aPb li:before{  }
#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row .container { background-color: transparent; background-image: none; }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row .container > .video-iframe-container { display: none; }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row > .video-iframe-container { display: none; }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .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); }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row .container { border-width: 0; border-radius: 0; }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#IxEdko355C1xicvpKIeRPV1me9gyQN5t { color:#2c2b2f;display:block;width:41.0625rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.375rem;height:1.94965rem;font-style:normal;display:block; }
#ZGm6t7kWs6q2CXMGEGHLKZwswlXJv5vb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.8125rem;left:59.25rem; }
#VpyX8oQJSX1mqKKEFW36MbTNUQWtyeBe { position:absolute;display:block;z-index:15017;background-color:#dfc0a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.125rem;top:0rem;left:13.4375rem;display:block; }
#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p { position:relative;display:block; }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p { background-color: transparent; background-image: none; }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p > .row .container > .video-iframe-container { display: none; }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p > .row > .video-iframe-container { display: none; }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p > .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); }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p { border-width: 0; border-radius: 0; }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p > .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; }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p > .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:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h7uJckU6mKeDAcc59HHbFSlLAcXgsMR6 { color:#2c2b2f;display:block;width:43.625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:0.57500076293945rem;left:13.375rem;height:5.4003875rem;font-style:normal;display:block; }
#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK { position:relative;display:block; }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK { background-color: transparent; background-image: none; }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK > .row .container > .video-iframe-container { display: none; }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK > .row > .video-iframe-container { display: none; }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK > .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); }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK { border-width: 0; border-radius: 0; }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK > .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; }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK > .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:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L7294MZMb2CqT15HklOeItT8aAyIX2ps { background-color:#dfc0a2;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;box-shadow: none;box-sizing:border-box;color:#2c2b2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5rem;left:31.03125rem;display:block; }
#p2ZbJ9AZDIftE6Bp5dsPbJ9kJ4AaaSXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row .container { background-color: transparent; background-image: none; }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row .container > .video-iframe-container { display: none; }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row > .video-iframe-container { display: none; }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .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); }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row .container { border-width: 0; border-radius: 0; }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#zfLf395x95KC4WNyWb5GhwgoWc15lLyi { color:#2c2b2f;display:block;width:41.0625rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.375rem;height:1.94965rem;font-style:normal;display:block; }
#G4cb1btpalvxePCpSXMQFC5EyarLTeeX { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.8125rem;left:59.25rem; }
#ieJtdH2eGbw6FxVtMfJmNsJqcI3uvJLU { position:absolute;display:block;z-index:15017;background-color:#dfc0a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.125rem;top:0rem;left:13.4375rem;display:block; }
#utL5N45MIrtTlshfHiLLACT0MB5zxm09 { position:relative;display:block; }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 { background-color: transparent; background-image: none; }#utL5N45MIrtTlshfHiLLACT0MB5zxm09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 > .row .container > .video-iframe-container { display: none; }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 > .row > .video-iframe-container { display: none; }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 > .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); }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 { border-width: 0; border-radius: 0; }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 > .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; }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 > .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:36.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AZA5I0F27EZPMkReWM93T7G1ci7F1xbz { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:0.57500076293945rem;left:13.375rem;height:1.80013125rem;font-style:normal;display:block; }
#FKDKGCb6xwKfJnkuNf6MaZEt5BBT680o { color:#2c2b2f;display:block;width:42.6245rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.999267578125rem;left:13.373413085938rem;height:8.138rem;font-style:normal;display:block; }#FKDKGCb6xwKfJnkuNf6MaZEt5BBT680o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FKDKGCb6xwKfJnkuNf6MaZEt5BBT680o li:before{  }
#Isw0tUaU3pBperxQOFNPqqHgaFAV6vZ2 { color:#2c2b2f;display:block;width:42.6245rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:14.75rem;left:13.375rem;height:14.4759375rem;font-style:normal;display:block; }#Isw0tUaU3pBperxQOFNPqqHgaFAV6vZ2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Isw0tUaU3pBperxQOFNPqqHgaFAV6vZ2 li:before{  }
#g9cXpy1XDl1GxXAJVlaCskvPKiqXL7zm { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:12.3125rem;left:13.375rem;height:1.80013125rem;font-style:normal;display:block; }
#GKWuznzmQTP7lnBcqCBQ3M58iBUUuH4P { color:#2c2b2f;display:block;width:42.6245rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:30.374267578125rem;left:13.373413085938rem;height:3.6002625rem;font-style:normal;display:block; }
#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row .container { background-color: transparent; background-image: none; }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row .container > .video-iframe-container { display: none; }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row > .video-iframe-container { display: none; }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .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); }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row .container { border-width: 0; border-radius: 0; }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#L1LrglczRz0NiQaPH49mDWX0yrfsUHI7 { color:#2c2b2f;display:block;width:41.0625rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.375rem;height:1.94965rem;font-style:normal;display:block; }
#xXwmtGprHPIyWX1VlqT2J0vZKqS5XnQS { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.8125rem;left:59.25rem; }
#qZizCKopvCqmTvKy8rZDTIN0arCQHtO9 { position:absolute;display:block;z-index:15017;background-color:#dfc0a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.125rem;top:0rem;left:13.4375rem;display:block; }
#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An { position:relative;display:block; }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An { background-color: transparent; background-image: none; }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An > .row .container > .video-iframe-container { display: none; }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An > .row > .video-iframe-container { display: none; }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An > .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); }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An { border-width: 0; border-radius: 0; }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An > .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; }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An > .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:10.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TBMBnAmPr2Z3W3tJl6emLlCfu40UvPps { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:0.57500076293945rem;left:13.375rem;height:7.2005rem;font-style:normal;display:block; }
#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row .container { background-color: transparent; background-image: none; }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row .container > .video-iframe-container { display: none; }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row > .video-iframe-container { display: none; }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .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); }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row .container { border-width: 0; border-radius: 0; }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#t1hNyMmpUcIx2l6WCeuxTROnKqfZ4tIC { color:#2c2b2f;display:block;width:41.0625rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.375rem;height:1.94965rem;font-style:normal;display:block; }
#NR9SC4oaNCakx8ekOg45UHlV23Q1A94E { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.09375rem;left:59.562377929688rem; }
#lHGMVMA2wy710rTGW0FD6VUQUp3TrMpF { position:absolute;display:block;z-index:15017;background-color:#dfc0a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.125rem;top:0rem;left:13.4375rem;display:block; }
#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq { position:relative;display:block; }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq { background-color: transparent; background-image: none; }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq > .row .container > .video-iframe-container { display: none; }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq > .row > .video-iframe-container { display: none; }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq > .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); }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq { border-width: 0; border-radius: 0; }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq > .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; }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq > .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:8.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p5NQX6xCHW2lRbgbwybqefgi7ymxp9nl { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:0.57500076293945rem;left:13.375rem;height:5.4003875rem;font-style:normal;display:block; }
#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row .container { background-color: transparent; background-image: none; }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row .container > .video-iframe-container { display: none; }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row > .video-iframe-container { display: none; }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .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); }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row .container { border-width: 0; border-radius: 0; }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#Zx7RUSfJKQLeeRVqPUEpvOEOtVOWUMem { color:#2c2b2f;display:block;width:41.0625rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.375rem;height:1.94965rem;font-style:normal;display:block; }
#v7yRSbci4PdsyT47lxNidUAq91uJKUay { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.09375rem;left:59.562377929688rem; }
#EW0cLTnP1u92mAig3cmyqqaTpBE8A3dt { position:absolute;display:block;z-index:15017;background-color:#dfc0a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.125rem;top:0rem;left:13.4375rem;display:block; }
#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi { position:relative;display:block; }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi { background-color: transparent; background-image: none; }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi > .row .container > .video-iframe-container { display: none; }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi > .row > .video-iframe-container { display: none; }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi > .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); }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi { border-width: 0; border-radius: 0; }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi > .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; }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi > .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:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vwhlWRbtACrS8TMFoV8OKOITgk7ppI7c { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:0.57500076293945rem;left:13.375rem;height:3.6002625rem;font-style:normal;display:block; }
#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row .container { background-color: transparent; background-image: none; }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row .container > .video-iframe-container { display: none; }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row > .video-iframe-container { display: none; }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .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); }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row .container { border-width: 0; border-radius: 0; }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#A6OgsoZHS4TibNRNKDbs2Ot8cEeZo9WA { color:#2c2b2f;display:block;width:41.0625rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.375rem;height:3.89756875rem;font-style:normal;display:block; }
#R5xEkvVfw2P077yGWrVf95rGmvD7XScC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.8125rem;left:59.60417175293rem; }
#XcUCaxgHkc4JfVKrBuT12zv9fUKIEQx9 { position:absolute;display:block;z-index:15017;background-color:#dfc0a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.125rem;top:0rem;left:13.4375rem;display:block; }
#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH { position:relative;display:block; }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH { background-color: transparent; background-image: none; }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH > .row .container > .video-iframe-container { display: none; }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH > .row > .video-iframe-container { display: none; }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH > .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); }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH { border-width: 0; border-radius: 0; }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH > .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; }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH > .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:7.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hhmi2iNCvvLnoPQEZMSNseGODp0Ps60N { color:#2c2b2f;display:block;width:42.625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:0.57500076293945rem;left:13.375rem;height:5.4003875rem;font-style:normal;display:block; }
#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX { position:relative;display:block; }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX { background-color: transparent; background-image: none; }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX > .row .container > .video-iframe-container { display: none; }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX > .row > .video-iframe-container { display: none; }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX > .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); }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX { border-width: 0; border-radius: 0; }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX > .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; }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX > .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:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row .container { background-color: transparent; background-image: none; }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row .container > .video-iframe-container { display: none; }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row > .video-iframe-container { display: none; }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .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); }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row .container { border-width: 0; border-radius: 0; }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#xbqxkGGqVhCO03vP3Oo4gsTJKCTO3f49 { color:#2c2b2f;display:block;width:17.0625rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:25.8837890625rem;left:11.90625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaxnisbuHtCzsIiQnem2dRwrAE91wrEq { position:absolute;display:block;z-index:15018;background-color:#2c2b2f;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:23.1875rem;width:34.3125rem;top:12.875rem;left:32.0625rem;display:block; }
#xOS0hPZrA3AJDq4Wp1pyaLoLHZH1JIAt { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.75rem;top:15.0625rem;left:15.5625rem;overflow:hidden;display:block; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-form-header {  }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:bold;color:#000000;width:23.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.75rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:"league spartan";vertical-align:top;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:"league spartan";vertical-align:top;text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#dfc0a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#2c2b2f;width:23.1875rem;height:3.4375rem;font-family:"league spartan medium";overflow:hidden;font-style:normal; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.7);font-family:"league spartan";font-size:1.125rem;text-align:left;text-align-last:left; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.7);font-family:"league spartan";font-size:1.125rem;text-align:left;text-align-last:left; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.7);font-family:"league spartan";font-size:1.125rem;text-align:left;text-align-last:left; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.7);font-family:"league spartan";font-size:1.125rem;text-align:left;text-align-last:left; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"league spartan";line-height:1.3;font-size:0.875rem;font-weight:300;color:rgba(255,255,255,0.7);vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-container:first-of-type{padding-top:0;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-container:last-of-type{padding-bottom:0;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.6875rem;left:36.3125rem; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.1875rem;display:block;vertical-align:top; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 {display:block;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.6875rem;left:36.3125rem; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #BvzLs8dfVsvTi1tC2RdyQonmL9kNIfDi { position:relative; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #A6DsLJeBT3qa7w7k7tfUsqmPtKybtmTy { position:relative;display:none; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #VPA7lqxvH585HafTdR3ycaTNKcnwIJP3 { position:relative; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #KSTUBCsQpLrnw3NNE9KEmbmgkmHAWvhF { position:relative; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #GWuxNlb85oFAU9mhxTgl0TSpcq8HX1SW { position:relative;z-index:2; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #IOUUoXT5i82LZL4x28J3slHDSGy5LvG6 { position:relative; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #S9V8KVRCnRwtzCcGvy8QkAGNu8f8A0dL { position:relative; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #fyewGQT5uMVFW6xIpAaKbiN2rscwg7Ps { position:relative; }
#AxWvRnT5sfcpOQsXVh8wbKn2Pv9Wm4JE { color:rgba(255,255,255,0.7);display:block;width:20.25rem;position:absolute;font-family:"league spartan";font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:28.2744140625rem;left:39.09375rem;height:1.9694rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFNFHOHdWgwTRzD9hTyPsI6ixSVd8ulu { background-color:transparent;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;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:"league spartan medium";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:30.2431640625rem;left:43.0625rem;display:block; }
#DqraRldtRbrx8G3Fizx8FFJVFr5F3pQk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ONwT7COWEhCqbeOXorH91U2dTZ7Qeh1S { color:#2c2b2f;display:block;width:31.25rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5rem;left:21.875rem;height:4.9500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XovCb4JywyHPi9kw1s2kUmUhCmWOqc6T { position:absolute;display:block;z-index:15006;background-color:#e6dfd8;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:6.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.1875rem;width:23.5rem;top:12.875rem;left:8.625rem;display:block; }
#hPUBgBhlDXQUkrPP1kiXLA6MdyLF81ff { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:transparent;background-image:none;top:14.6875rem;left:15.1875rem;border-top:0.0625rem solid #dfc0a2;border-left:0.0625rem solid #dfc0a2;border-right:0.0625rem solid #dfc0a2;border-bottom:0.0625rem solid #dfc0a2;display:block; }
#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row .container { background-color: transparent; background-image: none; }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row .container > .video-iframe-container { display: none; }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row > .video-iframe-container { display: none; }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .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); }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row .container { border-width: 0; border-radius: 0; }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#b5y7qPlB8RNgtsn5fypOSKZqrCA2Vczv { color:#2c2b2f;display:block;width:65rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:5rem;height:2.47504375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yM0hFUqvi4SFnqvqUVmthVD8kDDTKtBz { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.5rem;left:8.625rem;height:5.0625rem;display:block; }
#TiyIgasmewwJiVvQvAyH3ZvlcmL4noCV { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:15.75rem;left:16.625rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kzO4cOz6v4AphE5lMeQRB7ErNU3qzdIx { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.6875rem;left:8.625rem;height:6.75rem;display:block; }
#ToaIRzgKrK5693JZkQPhPeHDlLWOasR1 { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:29.5625rem;left:21.875rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xgitg7OakExvmt9ueaX2XXVqGOcEUC8l { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:33.4375rem;left:8.625rem;height:6.75rem;display:block; }
#JrCsX9knEhiitwcthQwNXzmnTueyD5uU { color:#000000;display:block;width:32.375rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:43.1875rem;left:21.25rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w15kVg3MHcaTlkVVB6c0TZnhaL7O8gPJ { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:46.875rem;left:8.625rem;height:6.75rem;display:block; }
#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row .container { background-color: transparent; background-image: none; }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row .container > .video-iframe-container { display: none; }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row > .video-iframe-container { display: none; }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .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); }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row .container { border-width: 0; border-radius: 0; }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#T1D8BFudcGZXpGTGE6rExRia69Q0p7pp { position:absolute;display:block;z-index:15000;height:11.375rem;width:74.5rem;top:0rem;left:0.5rem;display:block; }
#LfsLsLyHZJkXsaRdpmnbFRveZzUBMlpK { color:#000000;display:block;width:43.5rem;position:absolute;font-family:"league spartan medium";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:13.75rem;left:15.625rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vocX9h870GuS969Vv9yE0DXiTvR3dzEn { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.173610687256rem;left:8.625rem;height:5.0625rem;display:block; }
#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2b2f;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; }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row .container { background-color: transparent; background-image: none; }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row .container > .video-iframe-container { display: none; }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row > .video-iframe-container { display: none; }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .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); }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row .container { border-width: 0; border-radius: 0; }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#gf6fMCFGZgs0zNcl0ruTXtfdCd90y1du { color:rgba(255,255,255,0.8);display:block;width:48.8125rem;position:absolute;font-family:"league spartan";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.5rem;left:12.75rem;height:13.4982625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa { display:block; }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTSZpR3TzX0Vm7tB0wdIQcWLTBeWhOIh { width:8.6875rem;height:2.625rem;top:0.9375rem;left:3.81396484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7NROBAKUlHcO2g8iaMvMo235PAo2IAS { display:block; }
 }@media only screen and (max-width: 763px) { #InwMMqHThL5tFuS6gRv4apeyCpVCQDO6 { width:10.3125rem;height:2.75rem;top:0.9375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZRzgmB6xXvQLA9s2NqzqT3wngB8niSN { display:block; }
 }@media only screen and (max-width: 763px) { #p3lLVnJpWRexwXd7AQAuvPiiPGASgZFL { width:1.375rem;height:1.375rem;top:1.5625rem;left:46.375rem;display:block; }
#p3lLVnJpWRexwXd7AQAuvPiiPGASgZFL > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mB1gduiDVzh06hOJiwTtIfyFiUR9xePo { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdpL0Z8uy28CsyqsgI4mUpI9v28JmTVl { width:6.375rem;height:2.625rem;top:0.9375rem;left:14.313842773438rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdksTOKGa1DiDTFW6UpbW7R2SSk7Fr33 { display:block; }
 }@media only screen and (max-width: 763px) { #vXZQBK9ziO0a2JZUhtxRzzBFcaLSQiqH { width:5rem;height:2.625rem;top:0.9375rem;left:22.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmmtyk4UDxOLimu4kx0hMpeWbh1Wo3LT { display:block; }
 }@media only screen and (max-width: 763px) { #PkfzNVzAc3R3fn5hTwHuTtsNHPDH1hEK { width:9.375rem;height:2.625rem;top:0.9375rem;left:29.063598632812rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVHpdWnRLQgWnJnxvZLbqyJrDXi9Ptin { display:block; }
 }@media only screen and (max-width: 763px) { #kt5tWM5V3Cr7iOBRBtOKtEaqIMBsdTVi { width:6rem;height:2.625rem;top:0.9375rem;left:40.06396484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdxBB4mrwcu3H91lg4PuCOQQiTCO8sMu { display:block; }
 }@media only screen and (max-width: 763px) { #D2bpexT16JLVTp8rv3Gbcn0IohM5TfiF { width:4.875rem;height:4.0625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ { display:block; }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avtDk96a43qZMSIoIvs1skRcaRJ216Bx { display:none; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O3uLQqGBBEINGLdocyG9Q3rz6FHouCyb { width:6.9375rem;height:2.5625rem;top:1rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmHSqz4ZgZyO0nkuPnG00KkEMrtCK8Il { display:block; }
 }@media only screen and (max-width: 763px) { #CIwAkTEICaEEEONdwsOKG1WroH4X3xQ7 { width:12.5625rem;height:2.5625rem;top:1rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mi6u4pK3kZVU5xebwEo6T9us2PunpaNR { display:block; }
 }@media only screen and (max-width: 763px) { #sQ3oZskSkyTHvUxDgpeJ2x9ZWedkuWnB { width:6rem;height:2.5625rem;top:1rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDZslhD6t7o6yatRWKWFnWDEQQ95ooEK { display:block; }
 }@media only screen and (max-width: 763px) { #Mr28yQg5uUK6h62rSMQq9p30xmLITEcH { width:6.8125rem;height:2.5625rem;top:1rem;left:38.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxhRNr2yZhC3l8KLa3dM6pu2RATxKCr9 { display:block; }
 }@media only screen and (max-width: 763px) { #VcqThrKpdrpSymn4vJCC9sh43d3oSECg { width:1.375rem;height:1.375rem;top:1.625rem;left:46.0625rem;display:none; }
#VcqThrKpdrpSymn4vJCC9sh43d3oSECg > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #SKWMyTZfZtT8Hqu4NoISbAT3HfKXbbqG { width:12.3125rem;height:2.75rem;top:0.9375rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0Ms52ZkvFddgPaEwcowaM3tAfHXUats { display:block; }
 }@media only screen and (max-width: 763px) { #D8zyCJXhMApQyuTiReEeP3KiVIJcIq0p { width:6rem;height:2.5625rem;top:1rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsBVTUZhd2UmCnl6Np7g5VU90qGpAc0t { display:block; }
 }@media only screen and (max-width: 763px) { #dQaosfLdrTFKHvv3h5yqWKmAD6d0sQvQ { width:12.3125rem;height:2.125rem;top:24.625rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCLC9VKdHp2Ip1Tw1ZUMpRxcIBJEJTyG { display:block; }
 }@media only screen and (max-width: 763px) { #q5EKK3eO2CHepDDzBbGP4UOItgxWkcvT { width:12.3125rem;height:2.125rem;top:24.625rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxtCQdSyRbCcBSru9B7KkCLMExC2Im5a { display:block; }
 }@media only screen and (max-width: 763px) { #uC5QeCoQKWUoZC6yQocEJksEXMFRUuKC { width:2.5rem;height:0.25rem;top:54.0625rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDgZKCENg4mV5grO6iNNZiFqnLTlLK6u { width:33.875rem;height:4.3994125rem;top:7.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg7HiauI0MJgUbqKNmTXrfkw1xgdkO8X { width:15.5rem;height:3.3125rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aslLqCcz7bZAJPs4atmSI8JSdTTQ7LTx { display:block; }
 }@media only screen and (max-width: 763px) { #JNCdwdKPTgPVm7y0tk07PhbydBvidpdr { width:13.625rem;height:3.3125rem;top:25rem;left:3.0601806640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRbLLUmgVQcUrCBhiL7X5y52SHrwdbGh { display:block; }
 }@media only screen and (max-width: 763px) { #i85Jncedo5QTMon60PGQJttxJTJaXbEz { width:26.5625rem;height:4.125rem;top:18.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAS76cVX4DxMritXxvPunrJX2ymD3puA { width:37.25rem;height:35.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8vBW1yMyLmJ18Pnu2CT5mv8r2g9uQaU { width:15.3125rem;height:6.125rem;top:17.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMklFcXs5gxcZF3xI0IShLTDxNhTwgTu { width:5.3125rem;height:4.25rem;top:20rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbpqVs2oDG1VJlWnxXG1VTZ0lKU5hq6J { width:44.625rem;height:23.3125rem;top:6.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih { display:block; }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R017VB8Bx70y3TkZgTP0eaOLeuahbKwI { width:47.75rem;height:2.4375rem;top:3.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA89KbAuSRpyKnzSi0ZEUikJtW6NE4J4 { width:47.75rem;height:18.5625rem;top:7.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhno9Rcqoa11OuQWTFE6WlT0sTZIu5uz { width:47.75rem;height:2.4375rem;top:29.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 { display:block; }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umz4dvEKVTQUXBfww0AU64TlwBUayvcs { width:47.75rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A { display:block; }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OySkdWunE3yyNPGuIZ1d6Z4FPrrHzIid { width:27.5625rem;height:2.474825rem;top:3.9375rem;left:17.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShKCxqfN31pR8qwkqaukvBWACZv0ZxkR { width:26.375rem;height:27.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNMOQNDmpZX5NedeVft8JsfH3w6zmdTs { width:44.125rem;height:16.875rem;top:8.1875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRNJKVLAAbqyO6pyS1vhNWTZOalGud8M { width:26.375rem;height:27.3125rem;top:1.40625rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc { display:block; }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1aZAnTg8rR9NmPoPA0ISEc12GJ7cdQK { width:27.5625rem;height:1.92480625rem;top:4.0625rem;left:10.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVItCZQzIgt4ZBMItzvOnQc76G3keTDN { width:21.875rem;height:24.25rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VytOedMH6gxx3vRXTIWnTiV1xJERExpg { width:24.375rem;height:20.8125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qryVHzuB3hpEJstS2TV0J9ieabzMAwci { width:24.375rem;height:6.9375rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub6y8wzgvxTmZagsTPlTiDRFs54NgFwO { width:17.5625rem;height:3rem;top:32.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CskgJ2Q4rF3y17cAiMLHi0fzTrBnMLKy { width:24.375rem;height:20.8125rem;top:10.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBAK7e0hGkuOJk0soo3pnf8048ZXhQlS { width:24.375rem;height:6.9375rem;top:29.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvJNhMf3aXEsaaNPaPu50aNCUnlPat3F { width:23rem;height:1.5rem;top:32.75rem;left:12.375000953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCs45buAoJGHK48TR75NKDT62uTWTfR8 { width:24.375rem;height:20.8125rem;top:10.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw5nBxC6840Ls8GJqJDzD5ZdUc4AUypD { width:24.375rem;height:6.9375rem;top:29.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmDhaGF1fFzDye6lmImChTeWT6XAZ3VC { width:21.8125rem;height:1.5rem;top:32.75rem;left:25.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aatIlZupiR8EftHBh6tE7ylTU37nmugR { width:3.5625rem;height:3.5625rem;top:15.5625rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTaZ0Nb6V8q7KPPsbxcETCKMfvql7bK { width:11.3125rem;height:6.9375rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V111Bvs4phnSwyWUByFUbp5aAJR3GeJm { display:block; }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P97ZZRrMUMD3pMoOIF04bpxJWX4bzwPS { width:47.75rem;height:4.9375rem;top:3.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M345dCUObPWIixpXUvZ5A0IOBUnDhkcF { width:47.75rem;height:18.5625rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnzgKBia5U4OerBitGG15I7lJWJMsvvq { display:block; }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvJ3OoKROq5c0HQ2vsy7BOaIh84VT0TZ { width:19.375rem;height:33.9375rem;top:1.875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbMW3ebZukBQNc74E2OTXxF2FOuMg6y9 { width:22.5rem;height:34.375rem;top:4.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed3q3J6VF8gzFnvCFOd8bMItLWE1xw8e { width:11.5625rem;height:7.125rem;top:11.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGZnvJlcuZa8e4p0CCpWJSAz72GSHHyt { width:43.5rem;height:4.94965rem;top:4rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTScLxXqTWH0FQAwE9ns94pq0zh4tJT { width:44.125rem;height:23.25rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }#wSTScLxXqTWH0FQAwE9ns94pq0zh4tJT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fd3a366a-38c8-4b0b-bcf0-e2da6d7180f1/Rectangle28.svg); }
 }@media only screen and (max-width: 763px) { #cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M { display:block; }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2ocrNRa9XHhhBlZ2SK1iEWiX1dXyts1 { width:47.75rem;height:2.4375rem;top:5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg { display:block; }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7OGWfcK6RlNkuc42XFxSQW0TaRckSPf { width:14.375rem;height:4.38720625rem;top:11.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdzLfvPOaXsC0yiS0PshIlkL1wSFsmBd { width:6.875rem;height:7.0625rem;top:2rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8kmDad4B3WA9X4R3gL06KUcp9GZrqyp { width:6.875rem;height:7.0625rem;top:2rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgS7PWx4N2J66spsbyRSDBsRausClC4K { width:14.375rem;height:2.92480625rem;top:11.3125rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8RdqyaqpzzxTlJfv6pQdJ9pKgRhGEAg { width:6.875rem;height:7.1875rem;top:1.875rem;left:26.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnWaAdbbr6JXqvt49SAwgfXM2SoVU7Fi { width:14.375rem;height:2.92480625rem;top:11.25rem;left:21.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ysoKMHhNrtkf62fOL8czZuIUHr0eJ4 { width:6.875rem;height:7.1875rem;top:1.875rem;left:38.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMcqI74TwnOHkohU4FnDGBTxbxukmtAi { width:14.375rem;height:2.92480625rem;top:11.25rem;left:33.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZJev8EB0hcmdFpuFxEMmkEQsL83hznH { display:block; }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfB4ogKWTf1ZHnJQRgPOnQ8z5rTSChho { width:18.5rem;height:3.3125rem;top:0rem;left:14.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEPTH2uXKJcrazAttE7Z7OVxTgydfzyZ { display:block; }
 }@media only screen and (max-width: 763px) { #qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b { display:block; }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qqxy6CTmX1dPywGw01RTeWnoTEpVNp72 { width:47.75rem;height:2.4375rem;top:3.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb { display:block; }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAwE2rXgcQ1Jm2lT6qXcvzZQcg4DcMhi { width:18.75rem;height:1.875rem;top:2.375rem;left:1.18701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwFXWEyeI8Wv7WSKUPXlnUTyuvopumM8 { width:18.9375rem;height:3.375rem;top:4.8125rem;left:1.18701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5HbzAxus6zhEUwQLJRki3iVmqPGntTT { width:11.375rem;height:11.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVB47STfx6bcbU8wkz31QpMzPZhZ3JDu { width:6.25rem;height:6.25rem;top:2.0625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b83UixoJBEmp2MTXLK5fOl1q5N6kQJyN { width:3.8125rem;height:4.125rem;top:3.4375rem;left:21.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ahNeQqH4o592KwThJd18STr6JiTHES { width:33.75rem;height:11.375rem;top:10.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHT2VCBCILg1nXuoe7TWDOIXzspsW3o4 { width:18.875rem;height:3.375rem;top:16.75rem;left:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvgwieH4Tv4cwzM7HLA4qLsBRqPcVHrF { width:11.375rem;height:11.375rem;top:12.1875rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF0dMznp15Kdx8rzXgzT8Fk6iv82WwHG { width:18.75rem;height:1.5rem;top:12.375rem;left:28.68701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaDhxpNdMgdNT6nX09A7lvWgE2ATUdn7 { width:6.25rem;height:6.25rem;top:12.6875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7funDXUmqXQIMyXnW8fgQHqBDwrnICi { width:3.8125rem;height:4.125rem;top:13.9375rem;left:21.937744140625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcP8oSQDZUJprmo9ARRlFSaFKeonSN8Z { width:33.75rem;height:11.3125rem;top:33.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFvfMLldTN3FIXE3J2KPWwkq5tbsrT3Q { width:18.875rem;height:3.375rem;top:38.8125rem;left:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1z8ygmb9ybemRT0UlrJ8VUsOu30bVWw { width:11.3125rem;height:11.3125rem;top:34.9375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI8ctvIncgit8BfqkGX8r8feNuTy0Lkn { width:6.25rem;height:6.25rem;top:35.375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faxU1TtmgfvawKKFsd22Zqu0u0TdnJTR { width:3.8125rem;height:4.125rem;top:36.6875rem;left:22rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvyBRU6KnTOg6gA7o1DLDRgCrXu8O50o { width:11.3125rem;height:11.3125rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMkK2sATTlKNUueSEwTLl47PEfwzt2X { width:18.75rem;height:1.79980625rem;top:36.3125rem;left:28.749877929688rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLwhf0nIAoMKMEwD37sCS9SGRNawkCe { width:33.75rem;height:11.375rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZOFAgrnaoVVQ8D6AJvNT04zaflppyP2 { width:18.875rem;height:5.0625rem;top:25.9375rem;left:1.2498779296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJgThr9U6OxSA96eCmMTy0nTWBsNF0fo { width:6.25rem;height:6.25rem;top:23.8125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPbMPVV7xTkZipgpisDGTXXfsu4rxaXW { width:3.8125rem;height:4.125rem;top:25.1875rem;left:22rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX176gnvRzpTOhcWw43xbiOiNa5fnkF1 { width:18.75rem;height:1.875rem;top:23.5rem;left:1.2498779296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APEEAitmbb7rCN3MFRgGwMGNnBP0CH80 { width:33.75rem;height:11.3125rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zDvOHDzyyt2dpkU1eZ6Q70b8ko1pSb { width:6.25rem;height:6.25rem;top:46.5rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQtlNtCHrruibzMzb0JvbDqIWHqnatVN { width:3.8125rem;height:4.125rem;top:47.875rem;left:21.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKuAya6yt4rVpSr8XyB5bGmEfVdASTfX { width:18.75rem;height:1.875rem;top:47.125rem;left:1.18701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSQqLvmnzC46qvAshTOakope1FuaX1a { width:18.1875rem;height:3.375rem;top:49.5rem;left:1.18701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2vaJuI6Ac079EC71XRItI6HDwxGBHxT { width:11.3125rem;height:11.3125rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCEPrfmWFmyInfGvL3Do1hror9AkfmUM { width:33.75rem;height:10.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWfTAr1NuG0RMbgH4TPFtExNsTsvbaxd { width:12.4375rem;height:7.6875rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb9JJZ7xe3zvy9MvX9DuL4qSbUKr8wZa { width:12.4375rem;height:7.6875rem;top:19.5625rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6JUuthNi2lm60SDGXnfh86vsLKVFT5K { width:12.4375rem;height:7.6875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG6mN1y8o5tekpoIAkiMyDyeqPZyr2ut { width:12.4375rem;height:7.6875rem;top:40.8125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6EnQRw7N4RD3dNtGxZNcG0DSalbqsbg { width:12.4375rem;height:7.6875rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA { display:block; }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQQ4IlKFV6ALhqOg3n0TavTFxWeKnNTd { width:45.9375rem;height:2.4375rem;top:3.75rem;left:0.87499904632569rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuzHPFlmRQotTV5KA36LCaWHvxyN3akd { display:block; }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnhexqUvQmBPmc6OoBczl5kpZVsRsupE { width:15.375rem;height:3rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I44OvTw5q1c7zktyoi4EsqbZJECqls4A { width:17.8125rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viQeFtW4CqNHh2uNlxR6hrRbmJO5Wpxd { width:17.25rem;height:11.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb128ZDb8MevyiyP8CT0uoBOg2B85tlB { display:block; }
 }@media only screen and (max-width: 763px) { #ABLl38tOIaBrfPu7HwD0NBZksoEAuFMR { width:4.25rem;height:4.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzaFmEgthcK7lfbwDsP2kASsqD7AEdg3 { width:17.25rem;height:11.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82s6Q7EpUnSp5hFCdHSp4DfEMxQZgr0 { width:17.8125rem;height:17.5rem;top:0rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ReFio03HkJTs2sawKLgVH5K1UyCNCN { width:17.25rem;height:11.5625rem;top:0.25rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AchmLF9u1t2qO4M3PWEDXqXKJWh1w4lK { display:block; }
 }@media only screen and (max-width: 763px) { #Oz3d2wJFDzOSxChcpp4FiVTiCqBBr7ol { width:17.25rem;height:11.5rem;top:0.3125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlHVyERN2C1wRgMFJta5Dr3rqT178AAc { width:4.25rem;height:4.25rem;top:3.9375rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmGFD40PKuAUaCtTQkwUL3gZ1NPxK6QB { width:15.1875rem;height:3rem;top:13.0625rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l34r7g91E9RcTtITomzHqgKlnohJTIQh { width:17.8125rem;height:17.5rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emCE4o8Rmsu3UBrpV6P2BvssbBfeQGA2 { width:17.25rem;height:11.5rem;top:0.25rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlCi3FHQu5N5yeJ7Hhvn0ZKTz3anvTsM { display:block; }
 }@media only screen and (max-width: 763px) { #cJ3goF66FBWgTEGPaTzHFTpIy0fPQef5 { width:17.125rem;height:11.5rem;top:0.3125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8FIKsUZd9G9NaKb4EDh98s9ElJle8fz { width:4.25rem;height:4.25rem;top:4rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #womhhiZW3TWgnEzwllaR2cswnR6JkH3w { width:15.0625rem;height:3rem;top:13.0625rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZiFSRZmq8MPHTTu9TsAWWTK7GXXDqyz { width:17.8125rem;height:17.5rem;top:0rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Q3sykcVpoo7iRVU4oyVECE5BkTSdIH { width:17.25rem;height:11.5rem;top:0.25rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klV2BbZGCR4LDBRCI1dQ7kpM3rgg75Dy { display:block; }
 }@media only screen and (max-width: 763px) { #aSz7ktnagOC6eTyw8ltQODZysLU0U8n9 { width:17.25rem;height:11.5rem;top:0.3125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaGu2zcg9fxZ5TcNyg3XAiTeQ8pLLEz8 { width:4.25rem;height:4.25rem;top:3.875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcSwPvpxUbZPQx8MoL6hUocekBOpWN5G { width:12.875rem;height:3rem;top:13.0625rem;left:34.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPkWEpVTVh447zNlMai0w5rva0al0qrT { display:block; }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVRvAUOst3hNTaT23Az4pEx6ycG87WwM { width:15.3125rem;height:2.9375rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxBnDi2E5zrdy9unVJTWyrW31P4rMs5g { width:17.8125rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSg9zpeW5hKZnGuNIriC6tIgkrK896d1 { width:17.25rem;height:11.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxM46twIhMx2nlpRpRbuRHMhMJz0o7Ju { display:block; }
 }@media only screen and (max-width: 763px) { #pGbQT5LiRgX2vK6bL4bEolieaZzqnnXL { width:4.25rem;height:4.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d08DMeSKmyDsy5uPK2O6MxFodsaGd089 { width:17.25rem;height:11.5rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcTTkTIOky7ixZTRqEyDT3b3iheJBV2n { width:17.8125rem;height:17.5rem;top:0rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTuZorTktVdWzT4NTpgePnT48yNoK2JB { width:17.25rem;height:11.5625rem;top:0.25rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rigvI7f3g1EIsHvteSzzbImzNa1bNQFV { display:block; }
 }@media only screen and (max-width: 763px) { #UbupR7SqctmNgXJzwqNVc4XLhJHd78ww { width:17.25rem;height:11.5rem;top:0.3125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqVqBNRJGAJOVlhLwPtrczLAFDICPN4a { width:4.25rem;height:4.25rem;top:3.9375rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbKW1Z2T7lacEG1WQbZ34TwnQRoU6yBg { width:19rem;height:3rem;top:13.0625rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEzTvr8G914E8KMoXdLP0zl2KILy5Pzn { width:17.8125rem;height:17.5rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcNCioSSFt9OKiRTBl3hOVmxnoXw4wA { width:17.25rem;height:11.5rem;top:0.25rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqPx4FhDle2Dy8TzDhqVfZTTm4Z6Vxdd { display:block; }
 }@media only screen and (max-width: 763px) { #ApXH0G8vdUcMBWuOnRWD4XJd6Dwmc7UQ { width:17.125rem;height:11.5rem;top:0.3125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64eJr9yB1HRG3V3KCpFD6cgz2Pdce5e { width:4.25rem;height:4.25rem;top:4rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFCWZZ9N2y7BIXbSAScp4sNdluqr0zvH { width:15rem;height:2.9375rem;top:13rem;left:25.874788284302rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SobLBVxMQpcV9tE3XRB003vRxPAKK3L4 { width:17.8125rem;height:17.5rem;top:0rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssttPZxW9rqS80E2o2fyI8QXw9PepTCT { width:15rem;height:2.9375rem;top:13rem;left:32.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWEGq0m5JfLKpvBHrgsfBeNFTJTTBmU { width:17.25rem;height:11.5rem;top:0.25rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM9TK9hfBLoCgQHMGv7sSQtCOQQ7NCR2 { display:block; }
 }@media only screen and (max-width: 763px) { #RKcOuT1FEh9UwWy2x3ToiS8C2dBeyVNZ { width:17.125rem;height:11.5rem;top:0.3125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1KdJWbGVKDdTbuWIyPbz7IM71AM7P4 { width:4.25rem;height:4.25rem;top:3.875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc { display:block; }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r88iImAhdGdp7k8u3S8RJE1rwki7Jext { width:12.3125rem;height:2.75rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fObXaGH5yiSUn5FctuhPTdOv9zbmbEOu { display:block; }
 }@media only screen and (max-width: 763px) { #W5cpRrZzKEu9eFI0LWSS49fZNZ044RLW { width:12.5rem;height:2.625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQpBael4TFZTRA9ndyS6fEA7tcz0c6ft { display:block; }
 }@media only screen and (max-width: 763px) { #Iq1PEfJHPF62Il4Bp9LCfrA4aZTNTwZk { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmiSTbTJxCTJ0IMrwlRuac7b3mAhFLTT { width:12.5rem;height:2.625rem;top:8.6875rem;left:13.061401367188rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMerKwRmN2VmEA6QxCM8v1UfW1fKBJCz { display:block; }
 }@media only screen and (max-width: 763px) { #LOlJi6We0oQOPLyI25Wl1MkKDT27COKI { width:13.5625rem;height:2.625rem;top:8.6875rem;left:26.398193359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G16QKc7xLfafEuVN070lZ3PWd5CL8zId { display:block; }
 }@media only screen and (max-width: 763px) { #paV1gmcr2kvyun0PSJHQgQALARE3vIiv { width:11.25rem;height:2.625rem;top:8.6875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiVGbJgVfSOF2gtZHGiMWJdFQILgUaku { display:block; }
 }@media only screen and (max-width: 763px) { #HvXbVteMlPCuOR8oUJGdGkN62eocuRPd { width:8.4375rem;height:2.625rem;top:8.6875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE4sB3DbsTX5fa8MbHTKM5IvZqG7Ugft { display:block; }
 }@media only screen and (max-width: 763px) { #ABs72o8RuvV47ETxpD1gKMsMx1Boa43A { display:block; }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMcBxJ1zJNiP6vMiTkN2nIXTpa41MF7v { width:15.625rem;height:1.6875rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHogs2X2DMTffRq522rwHbx9EyDeMpCz { width:18rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAHXQHpshbDlVhbI7NdDm2RbCaGG1c8x { display:block; }
 }@media only screen and (max-width: 763px) { #hhIXGim7O720OT0XOqVZffB28VIZfGTS { width:18rem;height:15.4375rem;top:0rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUz97t33TogNH6z5UyW3UEMfmTWfWUXJ { display:block; }
 }@media only screen and (max-width: 763px) { #HZS133H2P8k5U42s3qoM91QEEKpJCvNS { width:17.0625rem;height:3.375rem;top:16.5625rem;left:5.24951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhoT0A3Ct94ka2AvNvAB0sXgmNXrmgeo { width:18rem;height:15.4375rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNqWwWphvbdfC99oC8F35q8S7WFDZwZD { display:block; }
 }@media only screen and (max-width: 763px) { #pLkUJq6b07ytGTZ1rFTfkwipd020id5s { width:18.25rem;height:1.6875rem;top:16.5625rem;left:24.249145507812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRmF6gVtFNq3XS7Qa6yXUZxdTxNonGt7 { width:18rem;height:15.4375rem;top:0rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR7zukA9bsAB33AufsnZkcq1u3BgmXuF { display:block; }
 }@media only screen and (max-width: 763px) { #GT8z5yq7QM47OTQ6CstTsZNhiA4ksEkG { width:17.5rem;height:3.375rem;top:16.5625rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw7wZNBFP2cg3sPafJz1byBUnQMEEE92 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxffUV88eEvMJ02mX6KdnJvkVWOlPnaC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #snoR9C6RomTWwBIPzsewhtJTw9zX1ND6 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNH5Btn3zqhC2gN9X7RM37ANfr6QqHAO { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7xaEhgSfhxEliPzzV5qEbprx1m7BLZs { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMduQBXppJVqXMauMRtz7NNHsZsongho { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWgx6BXuGsHxK8VFeQDAzvBQJnkbzyIx { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDlVZBE5ZUqxg5B7TrlIV0Q7hwyzT8tL { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #REWoSdFHCwB6fJOzFEUodtTau5h4KJTW { display:block; }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ng2Q5wKzFsVf5f9yWx8cgAH3VBBzloXU { width:15.625rem;height:1.6875rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNhx7JSv9IfxRNDmXM6XXdTFSOI6pliT { width:18rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbuGxMvnTr055nLAOiN2ao9ETEx8VSMv { display:block; }
 }@media only screen and (max-width: 763px) { #gb94Zp5EWqVuzLoJsIDbaSRzcczUUQu4 { width:18rem;height:15.4375rem;top:0rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2rCRzxsApdwfieXHKAymkIO1Tw3Xxb7 { display:block; }
 }@media only screen and (max-width: 763px) { #IfeWMb8Wa7XNv0uiMBQGzOlNLP5cHawU { width:17.0625rem;height:3.375rem;top:16.5625rem;left:5.249755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i690xtgadmJlfbaIJZ1d2TX3zLGKWsLe { width:18rem;height:15.4375rem;top:0rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBghTQx5WQV9b8yPmRrlqPRLdyb16rM9 { display:block; }
 }@media only screen and (max-width: 763px) { #mhC40n3McXdOcf6ZNmylJJemmTP4vzLz { width:18rem;height:15.4375rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avFgZH13EtFqwIWkacg81NRO6vTb1Ln6 { display:block; }
 }@media only screen and (max-width: 763px) { #s6lvc4GrE4iNIf4XEH8A7zZUpHTTsOOi { width:16.875rem;height:1.6875rem;top:16.5625rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbih7GEoeZFdT57lppGHBTyKa6ayiW0 { width:18.25rem;height:1.6875rem;top:16.125rem;left:29.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKOpqV5g1FI6OaLqTyCRn9W3m4boiJFs { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLVfBQ5mzDTIbTRhlUkOtvHVt9qvEKCD { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #riLgRHUP7yG8apUhIKfDaJsVv6HFC7Ai { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hskvTequ0eafMO8hDngbg8aNBagEZBKw { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvuHccJ4iSdTEClD6myVNiIwirz4hTMP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSvGiOziwCUWnVMbRf8FTuocJZ5oDvXI { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #scJgH5lcT1KqKLeomOrEMbJHnNNJPyk8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOxTDVRlg1SSKoAk1Gtx4TlNh4CpNpVk { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0o1C72tHqfNJQgpZg507kp2oBTRAakm { display:block; }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kp20wT5s3ElXK9GmWvzSoxQ509T6biN2 { width:15.625rem;height:1.6875rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap4x79mwJ0hVi9Pn7SP1gkPlmfMeN9f3 { width:18rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7p83iJCOkrzHbCHQIDIhLXki88qH46 { display:block; }
 }@media only screen and (max-width: 763px) { #RqgSCZPinRkdyTzOwwph0mLAksGlk9Qi { width:18rem;height:15.4375rem;top:0rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF3ol1TuFiiGX5c2MqEx0OFMgF345e29 { display:block; }
 }@media only screen and (max-width: 763px) { #AgIqn7vim0i5vm8rQoQokdA49bQKz8WG { width:17.0625rem;height:3.375rem;top:16.5625rem;left:5.24951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWrWDkUrD8w14qZrUA03viQTsUgFOmVa { width:18rem;height:15.4375rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTsiALymoIGfdBvwz0Hiq7UT4M3354qf { display:block; }
 }@media only screen and (max-width: 763px) { #tZpDTHPdCilxDZZ0l4w4fOphsZ6pRxol { width:18.25rem;height:1.6875rem;top:16.5625rem;left:24.186889648438rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcrUQA6pKEbJXduPrgm9uLMwmdEcLVcU { width:17.875rem;height:15.4375rem;top:0rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFETbXNiqTGlSTt0OHKRdUy24lc0lTzc { display:block; }
 }@media only screen and (max-width: 763px) { #rwJugVAqIO1JTK5DHONk20P7repyXNNS { width:15.625rem;height:3.375rem;top:16.5625rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIy1VrIkhscbMKtEDfomBmEOEFzWOJUw { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4VnyOZDz24h4Gb3TCqbB9bzvFKaphwG { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnQeR5zmdPBKHJ8MEDDMFDazLPqlontT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSAdc8eJMF6lEGpSTRk4PCzIe2gFX8Om { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Db3o0VnsuFp15TKqhznhsVnQNqq6grmV { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCcZdyuWZpbeZdeoLVJrPt6w7RAP7a0n { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #feKMPVyRpcZv3FyHV2LEyKHCTePXTIUK { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKlaRMPKSCde2MdZurcIQ566cHexeg3c { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz { display:block; }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #an7tWi38CqWnuaCTAl1evMGv6HF0wpgL { width:15.625rem;height:3.375rem;top:16.5625rem;left:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJEzZPAVI03dGMyObxrNefQaGSAUdsiF { width:17.875rem;height:15.4375rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlZ2oXQqSXqpkhcc75cl2DrWTTwlbQMc { display:block; }
 }@media only screen and (max-width: 763px) { #uyB8G1iTZOqpy4Msczm5g8rsOLhZbq1K { width:16.875rem;height:1.6875rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQlqRRVZ7xoHTmvZ5LFELcrPOB8VRqle { width:17.875rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN23f3T3TSwOzzfkCGNHWh8OzZgHfZDW { display:block; }
 }@media only screen and (max-width: 763px) { #PWTQwkP3sGPAzTm5DansTEcOUSozeE0P { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7VxSJfngEy1oZhBZ6tLx9mDWwf71VBJ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7zMyKRXXneKn7KqC55VqMKW5ac9cL3U { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceRxWQw5Oi8stCzFyrlvbkFxPV72ZeGU { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #byh07JEsokr4fI5KTQFteauulK3wIPm2 { display:block; }#byh07JEsokr4fI5KTQFteauulK3wIPm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFJTKEsQD9K5R822Xo32W7RTfRZwHq5F { width:15.625rem;height:1.6875rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo7TrqHGICbxrgmut18WgVLvEExU6CvT { width:18rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XagS8GMTbVbWvh55mWKOZswes50nxDTq { display:block; }
 }@media only screen and (max-width: 763px) { #BTxcB1h6WUJHR21Men9zTPyBcl2TNHCK { width:18.125rem;height:15.5625rem;top:0rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGQdnnsbEhS8ACmUZb6r0Gf6ABqhhysw { display:block; }
 }@media only screen and (max-width: 763px) { #zyTCCDTTCfttkg6CQtI9TMcqRGR4MCVG { width:18.3125rem;height:1.6875rem;top:16.5625rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcDVWzmFKlIR7AFpTSr4PTts9wmuV2an { width:15.625rem;height:1.6875rem;top:16.5625rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJQINerXGRbOVPIaQXTXtlCDOJTvz0BB { width:18rem;height:15.5625rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziBZAba4GvnTADOi5XJzsTecbOhhD4yV { display:block; }
 }@media only screen and (max-width: 763px) { #nwbSeaMnN3o5oIXt7AWW3msuOIf546Cd { width:16.875rem;height:1.6875rem;top:16.5625rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVxAXIC0eSCnFFdFcLK16wyyVJVU1BNG { width:18.125rem;height:15.5625rem;top:0rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8z2H1d6qtm6ZAg1GTnrKbcNViNHaJpQ { display:block; }
 }@media only screen and (max-width: 763px) { #aocfeT1dw0U6LDihv3Z3Uwz2r1bxPMBN { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzqHkHwdJaXFzaaFokvyOxlMQw3rswcE { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5TBUkVciu9qr15Vyyk4ynE8hDQI4EWn { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV7dDv4Z4KUeLwhTCf9sfAg9F09Pr1dc { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5uTSPrTF3rmsGO1oTdsEN3kVCbvuc7q { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hm3oBicHzHubkWxqLOTIlNZ11L0x0khF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFbLHMzJGa5NJyPHsuxE9wtl09w5tHWo { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAyxWUTA9H8O2MyTZH2HDB1JtcPtqAnI { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSscFhTEWNoDv4assl6xKCisKuVUC534 { display:block; }#QSscFhTEWNoDv4assl6xKCisKuVUC534 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmmJ6ENnZ98SB8DIiKINiXzlTdwUfPeP { width:15.625rem;height:1.6875rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmtTiaT8G3QWBM9UeTlfactI19FnaPIP { width:18rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JAS9ZRDfIZdn4iH2CSspcTkSS4T7yN { display:block; }
 }@media only screen and (max-width: 763px) { #PtwEOQKr0DCJTbJKlKl2nXr3w4losys9 { width:18.3125rem;height:1.6875rem;top:16.5625rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ekzicvoAXPGdv51gsqEocvoV28yBZe { width:16.875rem;height:1.6875rem;top:16.5625rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlVJ2Pe4k7VQN2LCQaprF80mRc8Eh8Q9 { width:18.125rem;height:15.5625rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3oZl4Xtb8gm9a7yP9b165ViaT3iKhv { display:block; }
 }@media only screen and (max-width: 763px) { #WfuqgZlQrOHpt8CN69iRwQBQJG9HIEez { width:18rem;height:15.4375rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKoPmUMXhTOe92iKLltHnwx7wscHCQF9 { display:block; }
 }@media only screen and (max-width: 763px) { #IlJOqw4QqklBuZpSJeuVUyqImi19ZQID { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsEbc85QgXzf3Tqw8fdP2r6Cl2RkQycS { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Atca7EL0J6dLelfoWlHX3dL6IZrE1rfq { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PszHwRUG1RKVw9mEFMZTBkRmhGUrLINl { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyx18V01H2TVivKQzMWvZ5HVP9W9ExJ0 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByWuTNZvdKRkXU3NJCNFNI4iQEawiFHa { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A { display:block; }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRar3EJEWArSANWBbQ1D9p92CDxkTTbq { width:18.125rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TnSZoeDE9VHQw1BP35froq4WfdxvOE { display:block; }
 }@media only screen and (max-width: 763px) { #cNnt7wFBkmFJIStJLo9TcWkufCftQ3wW { width:17.125rem;height:3.375rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylQTyN8t3i6tnnJzVtEGZqAasTwP80Mf { width:18.125rem;height:15.5625rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBnOVBatuRmTE0d5ErXAI2bTx1SX6NrM { display:block; }
 }@media only screen and (max-width: 763px) { #oZ5cp7Z7TKxrvZtSTOwlAMUKPJZPs8Ao { width:17.5rem;height:3.375rem;top:16.5625rem;left:5.3123779296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Xlsg9sQiXyzrnBTp41OS2ko9k7Qe6H { width:17.125rem;height:3.375rem;top:16.5625rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU43Znovg1UbeVgXIlN6hwKT3f6QrxWO { width:18.125rem;height:15.5625rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag7vpQSVVAoQUaivuuWRT1KWEAxXA7lq { display:block; }
 }@media only screen and (max-width: 763px) { #dElTTn0v5VDbZU52VfGBLPpkx9q00JL6 { width:18.3125rem;height:1.6875rem;top:16.5625rem;left:29.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQHX5TT8NPJOcF4AXATrK8TKEPsUkU9 { width:18.125rem;height:15.5625rem;top:0rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shndAb27OgxVCINXJznTw0Kr178Ak9u9 { display:block; }
 }@media only screen and (max-width: 763px) { #LJRFnOt3Wr3NGgLtLpX0fN6yJWCc1mgl { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9plzkuIr1AuHcnuT1zyPb8v6ehDtJx8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWcDmhcEXPGcl0fOxhtAlqsVN6lWsaA2 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtbnkziTyy3OTLGzyTNgyGl12uq3Tff4 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnIbFrVdKZFC0Ws4weZIM7Gg891JHJB7 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yC89xJ2SVTCu8HRBiTK4s2hwRwma1GzC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysqtDm7txz372OTioz3zhecNsILlKXlZ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoEfKTqBnSVBsEsChWyCx7cpQKHRtT5N { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBTHpasHaIC3aCGm5bElXlb97HTsdkVw { display:block; }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGiwg337HVofhT2qyTgXv5dqaEn1qvbs { width:18.125rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILQ8Eca2V2oZi0DAPpV8hbGFSq9qn38c { display:block; }
 }@media only screen and (max-width: 763px) { #OK1PNMTED1nITFWVaKg2S2htOAonoFnn { width:17.125rem;height:3.375rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT3H7yeHbDb4f0FkHrTaJ5Ztd54fsoD8 { width:15.625rem;height:3.375rem;top:16.5625rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOqqtro2RcogDdZfZS6caWAETik7FNsP { width:18rem;height:15.5625rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9b2T1J4J9gz4cs82Zzd5kxZ7Mstslp { display:block; }
 }@media only screen and (max-width: 763px) { #xTHUIpTQx01eRkF7RR318c1dwPTON5ML { width:17.75rem;height:15.3125rem;top:0rem;left:24.187255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOINadsadV2sFsRBxyoc7cO91ixpyUG1 { display:block; }
 }@media only screen and (max-width: 763px) { #uuSg2RvbmCmEqbUTFuKxcLVh36JRr15l { width:15.625rem;height:3.375rem;top:16.5625rem;left:24.187255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET4fC49X55lTmHAsp2Kycz8Bi7ctg7b { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLd97cwlzZ2NP1lieTAcTGcMCDhMBCBD { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtBckNNCyQEGaScO7MahINOgQwiBTqi9 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnZ7U63Tx9cVbmnfd29TS6fvdFbuEbgR { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8CNFcV3gVEi4TlhAXJrIQ6MIA89BX7Q { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2ITbPhFG69ck3WSefQhCdb6mlpW6uIr { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ { display:block; }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRCPUhHGPhmUKW7TPfULKpW4u5VGFzWq { width:18rem;height:15.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBfkI5nWwPN6My3QXPkG1uVlaiaKvlXX { display:block; }
 }@media only screen and (max-width: 763px) { #vWWLIuBim3JO9XkEJVoJAObD4hlDDwxv { width:17.0625rem;height:3.375rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6UcqCfkZETGAWoKmZLIIITMrPLU6Lyi { width:18.125rem;height:15.5625rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMHRbU33WizqLZeKuckDURSk1gc8KlZ { display:block; }
 }@media only screen and (max-width: 763px) { #t8mlaF6zdUJILBrQuGckoXrGayhp2Nin { width:17.5rem;height:3.375rem;top:16.5625rem;left:5.3123779296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elS836PDkKAngXmrlHyFwlnSwR4cQ9Qp { width:17.125rem;height:3.375rem;top:16.5625rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZluD7Ec6Q5d0T92iBhTVWdVx91DadP0B { width:18.125rem;height:15.5625rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwhB962NIiFhBazGugAsJ9KHXmwh5CWH { display:block; }
 }@media only screen and (max-width: 763px) { #Gcfyo14DoZDq3f3aA3PqT1r48p2yKI2z { width:18.3125rem;height:1.6875rem;top:16.5625rem;left:29.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQiiHLVRBBf9X7W6ndVOgqOCaXCLA4Tc { width:18.125rem;height:15.5625rem;top:0rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWQN606eGFZRxlnTdL8cEMoVKoR2uVzP { display:block; }
 }@media only screen and (max-width: 763px) { #z9D5nAetIRR7hNrmJWKba1SaZzXkInBE { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCu938dCJ3WePAfDAJeK5Wfwm8GLxZyU { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8Mmu6LRha3OZQB2GDnHqgrTkPumb2u2 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUNbT6UcgT3reSZDsdz8TfvZ5vyzVlfF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #udruR60HRPcF3L8RnplLLtr713bVN1XW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrLNnyXTeZ4qJMqtVtW88lcogz309DXt { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICqyoOh3faBDRXP6UGa9fGOfo2fpefuz { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #StxbN1GTS1XOtKaFqlfRO23c6vcpIrUQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK { display:block; }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5CHTQJKfOy0NTTTIyKcpuRIWffkRqvl { width:17.125rem;height:3.375rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpwhb71d23XOm5WtrdLRalOLSl7Kv1rf { width:18.125rem;height:15.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prqg6StVIgDAhnqZ8D4RwHOD4SWHVPe8 { display:block; }
 }@media only screen and (max-width: 763px) { #MCXFOWDhS7BdzIQpswgBElXSSdZTOiA7 { width:15.625rem;height:3.375rem;top:16.5625rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7wxGCukgaXRif8DTowo2v39BBTwPG7x { width:17.75rem;height:15.3125rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObAM0ANhK4aPBgvJwryQiWJbh1gEqmcl { display:block; }
 }@media only screen and (max-width: 763px) { #qGqbLZmgFypOI18qzAHTTFoO9H0n67vX { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #px3dnoBk4hqN22JVtwPghKxtwXeOV7mt { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTVJ6SdCDl5tD1nKDTcpS72aq1N1Xhuz { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kB8x7lZOcECQ7NhAa8fKKMfFLJii3WdA { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT { display:block; }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir6J2olwFwoIRrymn4rTTTWLb7c0qtaI { width:18rem;height:15.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBEwBo1rrZhX8r0yeu2a9gE2xUaHxRdE { display:block; }
 }@media only screen and (max-width: 763px) { #Jefl8lDOrvyntaMlT4Fd4m0IQQo2ULG2 { width:17.0625rem;height:3.375rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X41x2Nw8nNOJgKVvaLr5bv3OlZlIoWqk { width:18.125rem;height:15.5625rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFXd8CRo4ploUTmV2tb1okZDkOq2FIz8 { display:block; }
 }@media only screen and (max-width: 763px) { #mq4sNLBpZ6Ml5UkPMeEMDFnVEqr9OHt2 { width:17.5rem;height:3.375rem;top:16.5625rem;left:5.3123779296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWQNZ51oJsr7SlGiaau4Tc6lBGiau5s0 { width:18.3125rem;height:1.6875rem;top:16.5625rem;left:24rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwsfPCATiJtdTELwbiqSGMgD6ZkDvcmK { width:18.125rem;height:15.5625rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f03CMaSXQMaZx2s8Nw05fqpeDBR91iAy { display:block; }
 }@media only screen and (max-width: 763px) { #zx4ROUnQTPvrMF9TJbvVioyvZcksmkdF { width:18.125rem;height:15.5625rem;top:0rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElWnXEDTD7TFoS9IHWtuQfOgshn5UahC { display:block; }
 }@media only screen and (max-width: 763px) { #lmTQiatZk3qhZd25hdlX3zTsqLuSd8XL { width:17.125rem;height:3.375rem;top:16.5625rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qySOelOfhwJZNfkI8eTWAQC9JpyHCoTF { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBhKf3bngmS3Z4uV6uDczIsFZ39Vz5Fl { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOTkQSDuBOZT3egGZ8LmxJ3VSqgNCEHJ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oer2Uyx0UP7UXsa4nm0GaAWkypUfKZ2F { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXCVVmO1LWmUvekZpRSfvW7ur7GDTtNZ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPCGIriFVuLmlziTXcsl7tMK4DbgbnlQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7w4EiViz3KaEfHIQ5hLnNaSebzzRhtf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOwJEhstfsoqCle7qqXHDgFRUdRX179t { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m { display:block; }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fE3K1SqrNdK0lDdPdak3BDXwA2ev7QdF { width:15.625rem;height:3.375rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TskTtFUZT1JniFk0rAOoaLmI6cG517Ti { width:17.75rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbonNWUeVd6K1GGJhlQhvnzzbXEl9UsN { display:block; }
 }@media only screen and (max-width: 763px) { #iR6GfwBAT3XuXta20Q5ET2ppCMMgQk9v { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWs1h8onG2HdJIdPsdhVVny5GbVTXZ8h { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz { display:block; }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJVHOcBHJkRCzyM5rocsGWfmhmOEoU1V { width:18.5rem;height:3.3125rem;top:2.3125rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJIOxTZCB2pumk7JB01Rtq9mexTyxgEn { display:block; }
 }@media only screen and (max-width: 763px) { #ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw { display:block; }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LI5oH0yDizs0RLWoEMSxGi896Agf9Ro4 { width:45.9375rem;height:1.92480625rem;top:3.75rem;left:0.87548828125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvxIauFs78vQOi598trtFfHBXZ9eJTOq { display:block; }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LanNP2dOJNsWqnwsLg3nWk0PyaBkvKDW { width:47.75rem;height:6.3984375rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfLVRvMZmMpbKw6kw2VfG8C8FzoZfobx { width:2.5rem;height:2.5rem;top:8.8125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpkf5kLMH9k1emwkvFzbOfo3GUrfLf0e { width:1.9375rem;height:1.9375rem;top:9.125rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgrT3J5ftNGkO3uIAQnFlxnEVpMWTgp7 { width:47.75rem;height:20.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1WgKmpZdWw8ouDbpo0Bl86ZavN7dlk3 { width:42.5625rem;height:1.6875rem;top:12.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOmi7Vt53AN9qp3fp7Io6zLyn7Bsxb05 { width:42.5625rem;height:1.5rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVuArfrMOzGLiOX3Cd3UEqT6zlICyM1 { width:10.5rem;height:7.3314969762238rem;top:11.25rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhI7EFc2O5iiVnMiZGmJRTTAKmBiFlOL { width:6.375rem;height:6.0625rem;top:13.8125rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA { display:block; }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Hp1udQQ4CQWI5t7S3revtacAKh30ub { width:47.75rem;height:7.9375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToGZACTioUSNhARgqZPJNwkqJ1dvX9g { width:2.5rem;height:2.5rem;top:8.8125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3DaCBMHtQqzOgxLyplxV1HSgoCH4wyr { width:1.9375rem;height:1.9375rem;top:9.125rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeUtOQuB1aAINvcM3hd7HUVnw1FvLZwE { width:47.75rem;height:20.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6QgIQWP9uAzbo1ERMqV29eAiTTBsRNP { width:42.5625rem;height:2rem;top:12.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ3rCusSwe9bN9w4VF0aqqm79X7MM6uO { width:42.5625rem;height:1.5rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02n52vTIXtmrhsMKi7pf0nANyMqardH { width:10.5rem;height:7.3314969762238rem;top:11.25rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToX5cZpI00teZgOaDBHxkrsNyZzLSyz { width:6.375rem;height:6.0625rem;top:13.8125rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEkLE6RGLleMJdvZfQRv1qANsvfAC2G1 { width:2.5rem;height:2.5rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycACfAr8wEHoQGczyQ6R52r9n2uJT2VQ { width:1.875rem;height:1.875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD { display:block; }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZUtLV17gCEJI5MS06McF1ypG8JfWpJV { width:47.75rem;height:6.3984375rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZtM4ZZDITTKpqW80y3FwQktiP9VF4Gc { width:2.5rem;height:2.5rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwTMpucslHDXgTTEqi9PaouAUNT9QVyr { width:1.875rem;height:1.875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcRT2xuvzGWGq9QzKmbP3dUqmhWytZz { width:47.75rem;height:20.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7oXKaCQIPFek7RQO0vvQC5rgHN1PcH5 { width:42.625rem;height:1.6875rem;top:12.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPzovSWRb6m6TOJw5eRXgRxMFmOrkWUT { width:42.5625rem;height:1.5rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg5UQIrSwgflfsdgfIt32SSDAaKxJQiT { width:10.5rem;height:7.3314969762238rem;top:11.25rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8OqNsTwKRZ07rls0Edi5JqfrzwM6mP { width:6.3125rem;height:6rem;top:14rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg { display:block; }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siZQLu0NJoVLVLTZahlfzhxvZTTIGUuH { width:45.9375rem;height:2.4375rem;top:3.75rem;left:0.87451171875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0IuCKFdeu78AA9dT7RcwrX6obih994c { display:block; }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnZbVTu3v1sWa5IMvGtIISSrEIuiXxvG { top:1.25rem;left:0rem;width:41.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmIyHUHHTr2nu2Nrs0wVTnP5d9TJ5rLk { top:1rem;left:45.656005859375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz { display:block; }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfQFVwba4fcLiJcQrLb4b6kvTivg1o55 { width:42.625rem;height:8.999rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH2PttssRm4copRNKSxISGXLCuP1iPAe { display:block; }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHqHqmRJclzWA2stlOkzIG7uTRPdq1L8 { top:1.25rem;left:0rem;width:41.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrVuZ7HettzyXJx40lfb8nHid7N1T9cF { top:0.8125rem;left:45.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzbdfyqtPhoUMhQAgTxQObNdeMlBmsHa { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV { display:block; }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyTRoXqIVOPSaRMKeFxQTMJ75RrzAysV { width:39.875rem;height:1.79980625rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otBw56TbTfFMZ5DvE06p7bX5PkEI0aPb { width:39.875rem;height:;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }#otBw56TbTfFMZ5DvE06p7bX5PkEI0aPb li:before{  }
 }@media only screen and (max-width: 763px) { #eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL { display:block; }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxEdko355C1xicvpKIeRPV1me9gyQN5t { top:1.25rem;left:0rem;width:41.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGm6t7kWs6q2CXMGEGHLKZwswlXJv5vb { top:0.8125rem;left:45.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpyX8oQJSX1mqKKEFW36MbTNUQWtyeBe { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p { display:block; }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7uJckU6mKeDAcc59HHbFSlLAcXgsMR6 { width:43.625rem;height:5.3994125rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK { display:block; }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7294MZMb2CqT15HklOeItT8aAyIX2ps { width:12.9375rem;height:3.6875rem;top:2.5rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ZbJ9AZDIftE6Bp5dsPbJ9kJ4AaaSXy { display:block; }
 }@media only screen and (max-width: 763px) { #r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf { display:block; }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfLf395x95KC4WNyWb5GhwgoWc15lLyi { top:1.25rem;left:0rem;width:41.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4cb1btpalvxePCpSXMQFC5EyarLTeeX { top:0.8125rem;left:45.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieJtdH2eGbw6FxVtMfJmNsJqcI3uvJLU { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utL5N45MIrtTlshfHiLLACT0MB5zxm09 { display:block; }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZA5I0F27EZPMkReWM93T7G1ci7F1xbz { width:42.5625rem;height:1.79980625rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKDKGCb6xwKfJnkuNf6MaZEt5BBT680o { width:42.5625rem;height:;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }#FKDKGCb6xwKfJnkuNf6MaZEt5BBT680o li:before{  }
 }@media only screen and (max-width: 763px) { #Isw0tUaU3pBperxQOFNPqqHgaFAV6vZ2 { width:42.5625rem;height:14.473625rem;top:14.75rem;left:0rem;font-size:1.125rem;display:block; }#Isw0tUaU3pBperxQOFNPqqHgaFAV6vZ2 li:before{  }
 }@media only screen and (max-width: 763px) { #g9cXpy1XDl1GxXAJVlaCskvPKiqXL7zm { width:42.5625rem;height:1.79980625rem;top:12.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKWuznzmQTP7lnBcqCBQ3M58iBUUuH4P { width:42.5625rem;height:3.5996125rem;top:30.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS { display:block; }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1LrglczRz0NiQaPH49mDWX0yrfsUHI7 { top:1.25rem;left:0rem;width:41.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXwmtGprHPIyWX1VlqT2J0vZKqS5XnQS { top:0.8125rem;left:45.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZizCKopvCqmTvKy8rZDTIN0arCQHtO9 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An { display:block; }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBMBnAmPr2Z3W3tJl6emLlCfu40UvPps { width:42.625rem;height:7.19925rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 { display:block; }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1hNyMmpUcIx2l6WCeuxTROnKqfZ4tIC { top:1.25rem;left:0rem;width:41.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR9SC4oaNCakx8ekOg45UHlV23Q1A94E { top:1.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHGMVMA2wy710rTGW0FD6VUQUp3TrMpF { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq { display:block; }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5NQX6xCHW2lRbgbwybqefgi7ymxp9nl { width:42.625rem;height:5.3994125rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl { display:block; }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zx7RUSfJKQLeeRVqPUEpvOEOtVOWUMem { top:1.25rem;left:0rem;width:41.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7yRSbci4PdsyT47lxNidUAq91uJKUay { top:1.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW0cLTnP1u92mAig3cmyqqaTpBE8A3dt { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi { display:block; }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwhlWRbtACrS8TMFoV8OKOITgk7ppI7c { width:42.625rem;height:3.5996125rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMRLUIIoAz4znherrWyBJl2tJ3DEIowq { display:block; }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6OgsoZHS4TibNRNKDbs2Ot8cEeZo9WA { top:1.25rem;left:0rem;width:41.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5xEkvVfw2P077yGWrVf95rGmvD7XScC { top:1.8125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcUCaxgHkc4JfVKrBuT12zv9fUKIEQx9 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AksN9FqBky7a6rSB73SqlnLoaOD0ezGH { display:block; }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhmi2iNCvvLnoPQEZMSNseGODp0Ps60N { width:42.625rem;height:5.3994125rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCrk99E3N6pJJ9gUdiud8xweixyVMvBX { display:block; }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nmwaqi3QRZmICCTL24RM2UmPG65sxppP { display:block; }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbqxkGGqVhCO03vP3Oo4gsTJKCTO3f49 { width:17.0625rem;height:7.5rem;top:25.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaxnisbuHtCzsIiQnem2dRwrAE91wrEq { width:34.3125rem;height:23.1875rem;top:12.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOS0hPZrA3AJDq4Wp1pyaLoLHZH1JIAt { width:9.75rem;height:9.75rem;top:15.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-regular-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-text { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-textarea { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-select { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-button { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3  { width:23.1875rem;height:auto;top:15.6875rem;left:22.0625rem; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .radio-container { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 {display:block;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 { width:23.1875rem;height:auto;top:15.6875rem;left:22.0625rem; }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #BvzLs8dfVsvTi1tC2RdyQonmL9kNIfDi {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #A6DsLJeBT3qa7w7k7tfUsqmPtKybtmTy {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #VPA7lqxvH585HafTdR3ycaTNKcnwIJP3 {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #KSTUBCsQpLrnw3NNE9KEmbmgkmHAWvhF {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #GWuxNlb85oFAU9mhxTgl0TSpcq8HX1SW {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #IOUUoXT5i82LZL4x28J3slHDSGy5LvG6 {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #S9V8KVRCnRwtzCcGvy8QkAGNu8f8A0dL {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #fyewGQT5uMVFW6xIpAaKbiN2rscwg7Ps {  }
 }@media only screen and (max-width: 763px) { #AxWvRnT5sfcpOQsXVh8wbKn2Pv9Wm4JE { width:20.25rem;height:1.96875rem;top:28.25rem;left:25.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFNFHOHdWgwTRzD9hTyPsI6ixSVd8ulu { width:12.3125rem;height:2.125rem;top:30.1875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqraRldtRbrx8G3Fizx8FFJVFr5F3pQk { display:block; }
 }@media only screen and (max-width: 763px) { #ONwT7COWEhCqbeOXorH91U2dTZ7Qeh1S { width:31.25rem;height:3.8496125rem;top:5rem;left:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XovCb4JywyHPi9kw1s2kUmUhCmWOqc6T { width:23.5rem;height:23.1875rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPUBgBhlDXQUkrPP1kiXLA6MdyLF81ff { width:10.375rem;height:10.375rem;top:14.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT { display:block; }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5y7qPlB8RNgtsn5fypOSKZqrCA2Vczv { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0hFUqvi4SFnqvqUVmthVD8kDDTKtBz { width:47.75rem;height:6.75rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiyIgasmewwJiVvQvAyH3ZvlcmL4noCV { width:41.6875rem;height:2.474825rem;top:15.75rem;left:3rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzO4cOz6v4AphE5lMeQRB7ErNU3qzdIx { width:47.75rem;height:8.4375rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToaIRzgKrK5693JZkQPhPeHDlLWOasR1 { width:32.0625rem;height:2.474825rem;top:29.5625rem;left:8.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgitg7OakExvmt9ueaX2XXVqGOcEUC8l { width:47.75rem;height:8.4375rem;top:33.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrCsX9knEhiitwcthQwNXzmnTueyD5uU { width:32.375rem;height:2.474825rem;top:43.1875rem;left:7.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w15kVg3MHcaTlkVVB6c0TZnhaL7O8gPJ { width:47.75rem;height:8.4375rem;top:46.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg { display:block; }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1D8BFudcGZXpGTGE6rExRia69Q0p7pp { width:47.75rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfsLsLyHZJkXsaRdpmnbFRveZzUBMlpK { width:43.5rem;height:2.474825rem;top:13.75rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vocX9h870GuS969Vv9yE0DXiTvR3dzEn { width:47.75rem;height:6.75rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 { display:block; }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf6fMCFGZgs0zNcl0ruTXtfdCd90y1du { width:47.75rem;height:13.5rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa { position:relative;z-index:auto;display:block; }#KaXUxGmcSnLOoeJvL9tTVslH8eEoSMZa > .row .container { width:20rem;height:4.4357767578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTSZpR3TzX0Vm7tB0wdIQcWLTBeWhOIh { width:6.9375rem;height:2.5625rem;top:6.75rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7NROBAKUlHcO2g8iaMvMo235PAo2IAS { display:block; }
 }@media only screen and (max-width: 763px) { #InwMMqHThL5tFuS6gRv4apeyCpVCQDO6 { width:12.3125rem;height:2.75rem;top:24.625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZRzgmB6xXvQLA9s2NqzqT3wngB8niSN { display:block; }
 }@media only screen and (max-width: 763px) { #p3lLVnJpWRexwXd7AQAuvPiiPGASgZFL { display:flex;width:1.375rem;height:1.375rem;top:22rem;left:9.3125rem;display:none; }
#p3lLVnJpWRexwXd7AQAuvPiiPGASgZFL > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mB1gduiDVzh06hOJiwTtIfyFiUR9xePo { display:flex;top:1.5rem;left:18.375rem;width:1.625rem;height:1.625rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #fdpL0Z8uy28CsyqsgI4mUpI9v28JmTVl { width:6.375rem;height:2.625rem;top:0.9375rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdksTOKGa1DiDTFW6UpbW7R2SSk7Fr33 { display:block; }
 }@media only screen and (max-width: 763px) { #vXZQBK9ziO0a2JZUhtxRzzBFcaLSQiqH { width:5rem;height:2.625rem;top:0.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmmtyk4UDxOLimu4kx0hMpeWbh1Wo3LT { display:block; }
 }@media only screen and (max-width: 763px) { #PkfzNVzAc3R3fn5hTwHuTtsNHPDH1hEK { width:9.375rem;height:2.625rem;top:0.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVHpdWnRLQgWnJnxvZLbqyJrDXi9Ptin { display:block; }
 }@media only screen and (max-width: 763px) { #kt5tWM5V3Cr7iOBRBtOKtEaqIMBsdTVi { width:6rem;height:2.625rem;top:0.9375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdxBB4mrwcu3H91lg4PuCOQQiTCO8sMu { display:block; }
 }@media only screen and (max-width: 763px) { #D2bpexT16JLVTp8rv3Gbcn0IohM5TfiF { width:5.125rem;height:4.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ { display:none; }#Q2BlBEuQuNO9uJbIFognmTvdEvb7NClQ > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #avtDk96a43qZMSIoIvs1skRcaRJ216Bx { background-color:#ffffff;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; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .row .container { background-color: transparent; background-image: none; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .row .container > .video-iframe-container { display: none; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .row > .video-iframe-container { display: none; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .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); }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .row .container { border-width: 0; border-radius: 0; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avtDk96a43qZMSIoIvs1skRcaRJ216Bx > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3uLQqGBBEINGLdocyG9Q3rz6FHouCyb { width:10.562125rem;height:2.56225625rem;top:0.9368896484375rem;left:4.7174072265625rem;z-index:15011;font-family:"league spartan";font-size:1.125rem;color:#2c2b2f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xmHSqz4ZgZyO0nkuPnG00KkEMrtCK8Il { display:block; }
 }@media only screen and (max-width: 763px) { #CIwAkTEICaEEEONdwsOKG1WroH4X3xQ7 { width:12.5625rem;height:2.5625rem;top:4.375rem;left:3.75rem;z-index:15012;color:#2c2b2f;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mi6u4pK3kZVU5xebwEo6T9us2PunpaNR { display:block; }
 }@media only screen and (max-width: 763px) { #sQ3oZskSkyTHvUxDgpeJ2x9ZWedkuWnB { width:6rem;height:2.5625rem;top:7.7496337890625rem;left:6.99951171875rem;z-index:15013;color:#2c2b2f;font-size:1.125rem;font-family:"league spartan";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UDZslhD6t7o6yatRWKWFnWDEQQ95ooEK { display:block; }
 }@media only screen and (max-width: 763px) { #Mr28yQg5uUK6h62rSMQq9p30xmLITEcH { width:6.812125rem;height:2.56225625rem;top:15.374145507812rem;left:6.5936279296875rem;z-index:15014;color:#2c2b2f;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mxhRNr2yZhC3l8KLa3dM6pu2RATxKCr9 { display:block; }
 }@media only screen and (max-width: 763px) { #VcqThrKpdrpSymn4vJCC9sh43d3oSECg { display:flex;width:1.374025rem;height:1.374025rem;top:28.5rem;left:6.1875rem;z-index:15014; }
#VcqThrKpdrpSymn4vJCC9sh43d3oSECg > img { max-width: 100%;max-height:100%; width:1.374025rem; height:1.374025rem; } }@media only screen and (max-width: 763px) { #SKWMyTZfZtT8Hqu4NoISbAT3HfKXbbqG { width:16.31225rem;height:2.74963125rem;top:19.249877929688rem;left:1.8121337890625rem;z-index:15013;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(156,81,52,0.17);background-image:none;color:#2c2b2f;font-family:"league spartan medium";font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Ms52ZkvFddgPaEwcowaM3tAfHXUats { display:block; }
 }@media only screen and (max-width: 763px) { #D8zyCJXhMApQyuTiReEeP3KiVIJcIq0p { width:11.93725rem;height:2.56225625rem;top:11.561889648438rem;left:4.03076171875rem;z-index:15014;color:#2c2b2f;font-size:1.125rem;font-family:"league spartan";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QsBVTUZhd2UmCnl6Np7g5VU90qGpAc0t { display:block; }
 }@media only screen and (max-width: 763px) { #dQaosfLdrTFKHvv3h5yqWKmAD6d0sQvQ { width:6.9375rem;height:2.5rem;top:27.9375rem;left:6.875rem;z-index:15027;color:#2c2b2f;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CCLC9VKdHp2Ip1Tw1ZUMpRxcIBJEJTyG { display:block; }
 }@media only screen and (max-width: 763px) { #q5EKK3eO2CHepDDzBbGP4UOItgxWkcvT { width:12.3125rem;height:2.125rem;top:25.8125rem;left:3.84375rem;z-index:15026;color:#2c2b2f;font-family:"league spartan";font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RxtCQdSyRbCcBSru9B7KkCLMExC2Im5a { display:block; }
 }@media only screen and (max-width: 763px) { #uC5QeCoQKWUoZC6yQocEJksEXMFRUuKC { width:2.5rem;height:0.0625rem;top:24.1875rem;left:8.75rem;z-index:15012;background-color:#2c2b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e6dfd8;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDgZKCENg4mV5grO6iNNZiFqnLTlLK6u { width:19.4375rem;height:8.79775rem;top:14.124145507812rem;left:0.5938720703125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;font-family:"league spartan medium";display:block; }
 }@media only screen and (max-width: 763px) { #yg7HiauI0MJgUbqKNmTXrfkw1xgdkO8X { width:15.4986875rem;height:3.125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aslLqCcz7bZAJPs4atmSI8JSdTTQ7LTx { display:block; }
 }@media only screen and (max-width: 763px) { #JNCdwdKPTgPVm7y0tk07PhbydBvidpdr { width:15.4986875rem;height:3.125rem;top:34.3125rem;left:0rem;background-color:rgba(44,43,47,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IRbLLUmgVQcUrCBhiL7X5y52SHrwdbGh { display:block; }
 }@media only screen and (max-width: 763px) { #i85Jncedo5QTMon60PGQJttxJTJaXbEz { width:17.625rem;height:0;top:17.4365234375rem;left:1.6558837890625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #XAS76cVX4DxMritXxvPunrJX2ymD3puA { width:20rem;height:36.8125rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;background-color:#e6dfd8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #c8vBW1yMyLmJ18Pnu2CT5mv8r2g9uQaU { width:15.3125rem;height:4.388025rem;top:23.9375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;z-index:15004;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MMklFcXs5gxcZF3xI0IShLTDxNhTwgTu { width:5.3125rem;height:4.25rem;top:40.62890625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbpqVs2oDG1VJlWnxXG1VTZ0lKU5hq6J { width:20rem;height:23.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih { display:block; }#Z9TGxWoZ5cB6QZwQS0d68zPrTflw0Tih > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R017VB8Bx70y3TkZgTP0eaOLeuahbKwI { width:20rem;height:7.35025rem;top:3.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IA89KbAuSRpyKnzSi0ZEUikJtW6NE4J4 { width:20rem;height:53.993rem;top:11.7230625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhno9Rcqoa11OuQWTFE6WlT0sTZIu5uz { width:20rem;height:4.900175rem;top:66.9730625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 { display:block; }#WxrdPX4dQ8q069hfnMBb1MJTi93zKdd0 > .row .container { width:20rem;height:11.3736875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umz4dvEKVTQUXBfww0AU64TlwBUayvcs { width:20rem;height:11.3745rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A { display:block; }#GKC2rlgIGuDRCfNimesVm1XUiLBQcU6A > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OySkdWunE3yyNPGuIZ1d6Z4FPrrHzIid { width:16.625rem;height:4.39886875rem;top:23.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ShKCxqfN31pR8qwkqaukvBWACZv0ZxkR { width:20rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNMOQNDmpZX5NedeVft8JsfH3w6zmdTs { width:20rem;height:33.74565625rem;top:28.83680625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FRNJKVLAAbqyO6pyS1vhNWTZOalGud8M { width:20rem;height:20.710900473934rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc { display:block; }#yzvRAETgEM06wUqXdFVHeSgI6eqsbuQc > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1aZAnTg8rR9NmPoPA0ISEc12GJ7cdQK { width:20rem;height:1.925rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVItCZQzIgt4ZBMItzvOnQc76G3keTDN { width:10.1245rem;height:11.499625rem;top:7.4993896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VytOedMH6gxx3vRXTIWnTiV1xJERExpg { width:15.625rem;height:13.4375rem;top:10.7470703125rem;left:2.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a83222d-dde4-4494-9e28-cf5311e73a92/projekt_ekspozycji_a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VytOedMH6gxx3vRXTIWnTiV1xJERExpg.adaptive-delivery-prevent-bg, #VytOedMH6gxx3vRXTIWnTiV1xJERExpg.lazyload, #VytOedMH6gxx3vRXTIWnTiV1xJERExpg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qryVHzuB3hpEJstS2TV0J9ieabzMAwci { width:15.625rem;height:4.25rem;top:24.1845703125rem;left:2.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub6y8wzgvxTmZagsTPlTiDRFs54NgFwO { width:14.375rem;height:2.75rem;top:24.989845275879rem;left:2.8125000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CskgJ2Q4rF3y17cAiMLHi0fzTrBnMLKy { width:15.625rem;height:13.4375rem;top:30.335083007812rem;left:2.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8bfd3d62-43fb-44b2-8b99-f6b764e57c5d/wyposaz_enie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CskgJ2Q4rF3y17cAiMLHi0fzTrBnMLKy.adaptive-delivery-prevent-bg, #CskgJ2Q4rF3y17cAiMLHi0fzTrBnMLKy.lazyload, #CskgJ2Q4rF3y17cAiMLHi0fzTrBnMLKy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VBAK7e0hGkuOJk0soo3pnf8048ZXhQlS { width:15.625rem;height:4.249875rem;top:43.772583007812rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvJNhMf3aXEsaaNPaPu50aNCUnlPat3F { width:14.375rem;height:2.75rem;top:44.703125rem;left:2.8125000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCs45buAoJGHK48TR75NKDT62uTWTfR8 { width:15.625rem;height:13.4375rem;top:49.875rem;left:2.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eae6bb78-b414-4170-a277-4111b4e4433d/serwis.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LCs45buAoJGHK48TR75NKDT62uTWTfR8.adaptive-delivery-prevent-bg, #LCs45buAoJGHK48TR75NKDT62uTWTfR8.lazyload, #LCs45buAoJGHK48TR75NKDT62uTWTfR8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lw5nBxC6840Ls8GJqJDzD5ZdUc4AUypD { width:15.625rem;height:4.25rem;top:63.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmDhaGF1fFzDye6lmImChTeWT6XAZ3VC { width:14.375rem;height:1.375rem;top:64.6875rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aatIlZupiR8EftHBh6tE7ylTU37nmugR { display:flex;width:2.5rem;height:2.5rem;top:53.5625rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #vcTaZ0Nb6V8q7KPPsbxcETCKMfvql7bK { width:11.3125rem;height:6.9375rem;top:8.7499904632569rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V111Bvs4phnSwyWUByFUbp5aAJR3GeJm { display:block; }#V111Bvs4phnSwyWUByFUbp5aAJR3GeJm > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P97ZZRrMUMD3pMoOIF04bpxJWX4bzwPS { width:20rem;height:5.775rem;top:3.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M345dCUObPWIixpXUvZ5A0IOBUnDhkcF { width:20rem;height:48.93125rem;top:10.2734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnzgKBia5U4OerBitGG15I7lJWJMsvvq { display:block; }#HnzgKBia5U4OerBitGG15I7lJWJMsvvq > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvJ3OoKROq5c0HQ2vsy7BOaIh84VT0TZ { width:20rem;height:4.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbMW3ebZukBQNc74E2OTXxF2FOuMg6y9 { width:20rem;height:34.375rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ed3q3J6VF8gzFnvCFOd8bMItLWE1xw8e { width:11.5625rem;height:7.125rem;top:58.061851501465rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGZnvJlcuZa8e4p0CCpWJSAz72GSHHyt { width:20rem;height:3.298825rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wSTScLxXqTWH0FQAwE9ns94pq0zh4tJT { width:20rem;height:44.2448125rem;top:5.7986125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#wSTScLxXqTWH0FQAwE9ns94pq0zh4tJT li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#wSTScLxXqTWH0FQAwE9ns94pq0zh4tJT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fd3a366a-38c8-4b0b-bcf0-e2da6d7180f1/Rectangle28.svg); }
 }@media only screen and (max-width: 763px) { #cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M { display:block; }#cSE5FouvHQkHRgtz9aon7RiNg8JDPe3M > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2ocrNRa9XHhhBlZ2SK1iEWiX1dXyts1 { width:20rem;height:5.7747375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg { display:block; }#ET3EnVegHBaRGNTUbWnqR24JQwt8aqfg > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7OGWfcK6RlNkuc42XFxSQW0TaRckSPf { width:16.62475rem;height:5.361325rem;top:8.18603515625rem;left:1.6864013671875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdzLfvPOaXsC0yiS0PshIlkL1wSFsmBd { width:5.75rem;height:6.0625rem;top:0.975341796875rem;left:7.0623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8kmDad4B3WA9X4R3gL06KUcp9GZrqyp { width:5.8125rem;height:6.0625rem;top:16.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgS7PWx4N2J66spsbyRSDBsRausClC4K { width:16.625rem;height:3.575rem;top:23.875rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8RdqyaqpzzxTlJfv6pQdJ9pKgRhGEAg { width:5.8125rem;height:6.125rem;top:30.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnWaAdbbr6JXqvt49SAwgfXM2SoVU7Fi { width:16.625rem;height:3.575rem;top:37.5625rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0ysoKMHhNrtkf62fOL8czZuIUHr0eJ4 { width:6.75rem;height:7rem;top:43.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMcqI74TwnOHkohU4FnDGBTxbxukmtAi { width:16.625rem;height:3.575rem;top:52.1875rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZJev8EB0hcmdFpuFxEMmkEQsL83hznH { display:block; }#HZJev8EB0hcmdFpuFxEMmkEQsL83hznH > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfB4ogKWTf1ZHnJQRgPOnQ8z5rTSChho { width:18.5rem;height:3.3125rem;top:0rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEPTH2uXKJcrazAttE7Z7OVxTgydfzyZ { display:block; }
 }@media only screen and (max-width: 763px) { #qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b { display:block; }#qEWDd1PvFJdXKVegUVikk8t9vWp3ti9b > .row .container { width:20rem;height:8.9605001220703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qqxy6CTmX1dPywGw01RTeWnoTEpVNp72 { width:15.812375rem;height:5.7747375rem;top:3.187255859375rem;left:2.09228515625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb { display:block; }#xQoGnlaLTqLbQkRNOXU7vmsSnhSIEihb > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAwE2rXgcQ1Jm2lT6qXcvzZQcg4DcMhi { width:12.4375rem;height:3.75rem;top:4.6246337890625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwFXWEyeI8Wv7WSKUPXlnUTyuvopumM8 { width:13.062125rem;height:5.0625rem;top:8.9996337890625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5HbzAxus6zhEUwQLJRki3iVmqPGntTT { width:5.1245125rem;height:5.87463125rem;top:9.8504638671875rem;left:14.87548828125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVB47STfx6bcbU8wkz31QpMzPZhZ3JDu { width:3.8745125rem;height:3.8745125rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b83UixoJBEmp2MTXLK5fOl1q5N6kQJyN { width:2.999875rem;height:2.2rem;top:0.999755859375rem;left:1.9996337890625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3ahNeQqH4o592KwThJd18STr6JiTHES { width:18.125rem;height:13.5625rem;top:18.828735351562rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHT2VCBCILg1nXuoe7TWDOIXzspsW3o4 { width:11.375rem;height:5.0625rem;top:25.9375rem;left:1.5625rem;font-size:1.125rem;color:#2c2b2f;display:block; }
 }@media only screen and (max-width: 763px) { #kvgwieH4Tv4cwzM7HLA4qLsBRqPcVHrF { width:5.1245125rem;height:5.875rem;top:26.5rem;left:14.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3d47b218-4729-4a84-8cb4-179bd49f2efd/duz_y_zestaw_cukierniczo_piekarniczy2_1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kvgwieH4Tv4cwzM7HLA4qLsBRqPcVHrF.adaptive-delivery-prevent-bg, #kvgwieH4Tv4cwzM7HLA4qLsBRqPcVHrF.lazyload, #kvgwieH4Tv4cwzM7HLA4qLsBRqPcVHrF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cF0dMznp15Kdx8rzXgzT8Fk6iv82WwHG { width:12.5rem;height:3rem;top:21.99951171875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaDhxpNdMgdNT6nX09A7lvWgE2ATUdn7 { width:3.8745125rem;height:3.8745125rem;top:16.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7funDXUmqXQIMyXnW8fgQHqBDwrnICi { width:2.999875rem;height:2.2rem;top:17.874755859375rem;left:2.0001220703125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcP8oSQDZUJprmo9ARRlFSaFKeonSN8Z { width:18.125rem;height:12.6875rem;top:54.562377929688rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFvfMLldTN3FIXE3J2KPWwkq5tbsrT3Q { width:12.5625rem;height:5.0625rem;top:60.4375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1z8ygmb9ybemRT0UlrJ8VUsOu30bVWw { width:5.1245125rem;height:5.875rem;top:61.414184570312rem;left:14.87548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI8ctvIncgit8BfqkGX8r8feNuTy0Lkn { width:3.8745125rem;height:3.8745125rem;top:52.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #faxU1TtmgfvawKKFsd22Zqu0u0TdnJTR { width:3.81225625rem;height:2.2rem;top:53.875rem;left:1.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvyBRU6KnTOg6gA7o1DLDRgCrXu8O50o { width:5.1245125rem;height:5.875rem;top:45.725708007812rem;left:14.87548828125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMkK2sATTlKNUueSEwTLl47PEfwzt2X { width:18.75rem;height:1.8rem;top:57.875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLwhf0nIAoMKMEwD37sCS9SGRNawkCe { width:18.125rem;height:15.875rem;top:35.6875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZOFAgrnaoVVQ8D6AJvNT04zaflppyP2 { width:12.4375rem;height:8.4364375rem;top:41.187133789062rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJgThr9U6OxSA96eCmMTy0nTWBsNF0fo { width:3.875rem;height:3.875rem;top:33.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPbMPVV7xTkZipgpisDGTXXfsu4rxaXW { width:3.81225625rem;height:2.2rem;top:34.6875rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DX176gnvRzpTOhcWw43xbiOiNa5fnkF1 { width:17.375rem;height:1.875rem;top:38.75rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APEEAitmbb7rCN3MFRgGwMGNnBP0CH80 { width:18.125rem;height:12.9375rem;top:71rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zDvOHDzyyt2dpkU1eZ6Q70b8ko1pSb { width:3.875rem;height:3.875rem;top:68.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQtlNtCHrruibzMzb0JvbDqIWHqnatVN { width:3.81225625rem;height:2.2rem;top:69.75rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKuAya6yt4rVpSr8XyB5bGmEfVdASTfX { width:14.4375rem;height:1.875rem;top:73.6875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSQqLvmnzC46qvAshTOakope1FuaX1a { width:12.3125rem;height:6.75rem;top:76.124877929688rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2vaJuI6Ac079EC71XRItI6HDwxGBHxT { width:5.1245125rem;height:5.875rem;top:78.1005859375rem;left:14.87548828125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCEPrfmWFmyInfGvL3Do1hror9AkfmUM { width:18.125rem;height:13.875rem;top:1.8121337890625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWfTAr1NuG0RMbgH4TPFtExNsTsvbaxd { width:7.125rem;height:4.3125rem;top:12.604157447815rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb9JJZ7xe3zvy9MvX9DuL4qSbUKr8wZa { width:7.125rem;height:4.375rem;top:29.291679382324rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6JUuthNi2lm60SDGXnfh86vsLKVFT5K { width:7.125rem;height:4.375rem;top:48.541646003723rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG6mN1y8o5tekpoIAkiMyDyeqPZyr2ut { width:7.125rem;height:4.375rem;top:64.374633789062rem;left:12.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6EnQRw7N4RD3dNtGxZNcG0DSalbqsbg { width:7.125rem;height:4.375rem;top:81.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA { display:block; }#CqnzNTicqx0RfVTtHt39XEdlZJHiSfbA > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQQ4IlKFV6ALhqOg3n0TavTFxWeKnNTd { width:20rem;height:3.85rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuzHPFlmRQotTV5KA36LCaWHvxyN3akd { display:block; }#JuzHPFlmRQotTV5KA36LCaWHvxyN3akd > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnhexqUvQmBPmc6OoBczl5kpZVsRsupE { width:18.1875rem;height:3rem;top:12.7490234375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I44OvTw5q1c7zktyoi4EsqbZJECqls4A { width:19.875rem;height:17rem;top:36.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viQeFtW4CqNHh2uNlxR6hrRbmJO5Wpxd { width:19.0625rem;height:11.0625rem;top:0.4365234375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb128ZDb8MevyiyP8CT0uoBOg2B85tlB { display:block; }
 }@media only screen and (max-width: 763px) { #ABLl38tOIaBrfPu7HwD0NBZksoEAuFMR { display:flex;width:5rem;height:6.0625rem;top:2.3126220703125rem;left:7.4371337890625rem; }
 }@media only screen and (max-width: 763px) { #mzaFmEgthcK7lfbwDsP2kASsqD7AEdg3 { width:19.0625rem;height:11.062rem;top:0.4376220703125rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82s6Q7EpUnSp5hFCdHSp4DfEMxQZgr0 { width:19.875rem;height:17rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ReFio03HkJTs2sawKLgVH5K1UyCNCN { width:19.0625rem;height:11.0625rem;top:19rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AchmLF9u1t2qO4M3PWEDXqXKJWh1w4lK { display:block; }
 }@media only screen and (max-width: 763px) { #Oz3d2wJFDzOSxChcpp4FiVTiCqBBr7ol { width:19.0625rem;height:11.0625rem;top:19rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlHVyERN2C1wRgMFJta5Dr3rqT178AAc { display:flex;width:5.1875rem;height:5.1875rem;top:21.5rem;left:7.4375rem;font-size:4.1875rem; }
 }@media only screen and (max-width: 763px) { #kmGFD40PKuAUaCtTQkwUL3gZ1NPxK6QB { width:16.5625rem;height:3rem;top:31.3125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l34r7g91E9RcTtITomzHqgKlnohJTIQh { width:19.875rem;height:17rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emCE4o8Rmsu3UBrpV6P2BvssbBfeQGA2 { width:19.0625rem;height:11.0615rem;top:37.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlCi3FHQu5N5yeJ7Hhvn0ZKTz3anvTsM { display:block; }
 }@media only screen and (max-width: 763px) { #cJ3goF66FBWgTEGPaTzHFTpIy0fPQef5 { width:19.0625rem;height:11.0615rem;top:37.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8FIKsUZd9G9NaKb4EDh98s9ElJle8fz { display:flex;width:5rem;height:6.061525rem;top:39.875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #womhhiZW3TWgnEzwllaR2cswnR6JkH3w { width:14.25rem;height:3rem;top:49.6875rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZiFSRZmq8MPHTTu9TsAWWTK7GXXDqyz { width:19.875rem;height:17rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Q3sykcVpoo7iRVU4oyVECE5BkTSdIH { width:19rem;height:11.0625rem;top:55.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klV2BbZGCR4LDBRCI1dQ7kpM3rgg75Dy { display:block; }
 }@media only screen and (max-width: 763px) { #aSz7ktnagOC6eTyw8ltQODZysLU0U8n9 { width:19.0625rem;height:11.0625rem;top:55.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaGu2zcg9fxZ5TcNyg3XAiTeQ8pLLEz8 { display:flex;width:6.0625rem;height:6.0625rem;top:57.625rem;left:7.5rem;font-size:4.1875rem; }
 }@media only screen and (max-width: 763px) { #dcSwPvpxUbZPQx8MoL6hUocekBOpWN5G { width:15.5rem;height:3rem;top:67.875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPkWEpVTVh447zNlMai0w5rva0al0qrT { display:block; }#SPkWEpVTVh447zNlMai0w5rva0al0qrT > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVRvAUOst3hNTaT23Az4pEx6ycG87WwM { width:14.4375rem;height:3rem;top:12.7490234375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxBnDi2E5zrdy9unVJTWyrW31P4rMs5g { width:19.875rem;height:17rem;top:36.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSg9zpeW5hKZnGuNIriC6tIgkrK896d1 { width:19.0625rem;height:11.0625rem;top:0.4365234375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxM46twIhMx2nlpRpRbuRHMhMJz0o7Ju { display:block; }
 }@media only screen and (max-width: 763px) { #pGbQT5LiRgX2vK6bL4bEolieaZzqnnXL { display:flex;width:5rem;height:6.0625rem;top:2.3126220703125rem;left:7.4371337890625rem; }
 }@media only screen and (max-width: 763px) { #d08DMeSKmyDsy5uPK2O6MxFodsaGd089 { width:19.0625rem;height:11.062rem;top:0.4376220703125rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcTTkTIOky7ixZTRqEyDT3b3iheJBV2n { width:19.875rem;height:17rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTuZorTktVdWzT4NTpgePnT48yNoK2JB { width:19.0625rem;height:11.0625rem;top:19rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rigvI7f3g1EIsHvteSzzbImzNa1bNQFV { display:block; }
 }@media only screen and (max-width: 763px) { #UbupR7SqctmNgXJzwqNVc4XLhJHd78ww { width:19.0625rem;height:11.0625rem;top:19rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqVqBNRJGAJOVlhLwPtrczLAFDICPN4a { display:flex;width:5.1875rem;height:5.1875rem;top:21.5rem;left:7.4375rem;font-size:4.1875rem; }
 }@media only screen and (max-width: 763px) { #pbKW1Z2T7lacEG1WQbZ34TwnQRoU6yBg { width:16.5625rem;height:2.9991375rem;top:31.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEzTvr8G914E8KMoXdLP0zl2KILy5Pzn { width:19.875rem;height:17rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcNCioSSFt9OKiRTBl3hOVmxnoXw4wA { width:19.0625rem;height:11.0615rem;top:37.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqPx4FhDle2Dy8TzDhqVfZTTm4Z6Vxdd { display:block; }
 }@media only screen and (max-width: 763px) { #ApXH0G8vdUcMBWuOnRWD4XJd6Dwmc7UQ { width:19.0625rem;height:11.0615rem;top:37.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T64eJr9yB1HRG3V3KCpFD6cgz2Pdce5e { display:flex;width:5rem;height:6.061525rem;top:39.875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #RFCWZZ9N2y7BIXbSAScp4sNdluqr0zvH { width:14.25rem;height:3rem;top:49.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SobLBVxMQpcV9tE3XRB003vRxPAKK3L4 { width:19.875rem;height:17rem;top:55.199655532837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssttPZxW9rqS80E2o2fyI8QXw9PepTCT { width:15.061875rem;height:2.99913125rem;top:68.073785781862rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWEGq0m5JfLKpvBHrgsfBeNFTJTTBmU { width:19.0625rem;height:11.0625rem;top:55.886503219604rem;left:0.46875005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM9TK9hfBLoCgQHMGv7sSQtCOQQ7NCR2 { display:block; }
 }@media only screen and (max-width: 763px) { #RKcOuT1FEh9UwWy2x3ToiS8C2dBeyVNZ { width:19.0625rem;height:11.0625rem;top:55.886938095093rem;left:0.46701389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1KdJWbGVKDdTbuWIyPbz7IM71AM7P4 { display:flex;width:4.25rem;height:4.25rem;top:59.044096757812rem;left:7.8359375rem; }
 }@media only screen and (max-width: 763px) { #fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc { display:block; }#fTe1ALg38OoTSOCQVFgaZ0ZzmOWBkpCc > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r88iImAhdGdp7k8u3S8RJE1rwki7Jext { width:9rem;height:2.5625rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fObXaGH5yiSUn5FctuhPTdOv9zbmbEOu { display:block; }
 }@media only screen and (max-width: 763px) { #W5cpRrZzKEu9eFI0LWSS49fZNZ044RLW { width:10.3125rem;height:2.625rem;top:10.5625rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQpBael4TFZTRA9ndyS6fEA7tcz0c6ft { display:block; }
 }@media only screen and (max-width: 763px) { #Iq1PEfJHPF62Il4Bp9LCfrA4aZTNTwZk { width:19.125rem;height:5.7747375rem;top:3.2998046875rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmiSTbTJxCTJ0IMrwlRuac7b3mAhFLTT { width:8.3125rem;height:2.625rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMerKwRmN2VmEA6QxCM8v1UfW1fKBJCz { display:block; }
 }@media only screen and (max-width: 763px) { #LOlJi6We0oQOPLyI25Wl1MkKDT27COKI { width:11.125rem;height:2.625rem;top:13.75rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G16QKc7xLfafEuVN070lZ3PWd5CL8zId { display:block; }
 }@media only screen and (max-width: 763px) { #paV1gmcr2kvyun0PSJHQgQALARE3vIiv { width:10.4375rem;height:2.625rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiVGbJgVfSOF2gtZHGiMWJdFQILgUaku { display:block; }
 }@media only screen and (max-width: 763px) { #HvXbVteMlPCuOR8oUJGdGkN62eocuRPd { width:9rem;height:2.625rem;top:17rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE4sB3DbsTX5fa8MbHTKM5IvZqG7Ugft { display:block; }
 }@media only screen and (max-width: 763px) { #ABs72o8RuvV47ETxpD1gKMsMx1Boa43A { display:block; }#ABs72o8RuvV47ETxpD1gKMsMx1Boa43A > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMcBxJ1zJNiP6vMiTkN2nIXTpa41MF7v { width:17.8745rem;height:1.6875rem;top:38.625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHogs2X2DMTffRq522rwHbx9EyDeMpCz { width:18rem;height:15.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAHXQHpshbDlVhbI7NdDm2RbCaGG1c8x { display:block; }
 }@media only screen and (max-width: 763px) { #hhIXGim7O720OT0XOqVZffB28VIZfGTS { width:18rem;height:15.4375rem;top:22.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUz97t33TogNH6z5UyW3UEMfmTWfWUXJ { display:block; }
 }@media only screen and (max-width: 763px) { #HZS133H2P8k5U42s3qoM91QEEKpJCvNS { width:17.1230625rem;height:3.375rem;top:16.6875rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhoT0A3Ct94ka2AvNvAB0sXgmNXrmgeo { width:18rem;height:15.4375rem;top:42.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNqWwWphvbdfC99oC8F35q8S7WFDZwZD { display:block; }
 }@media only screen and (max-width: 763px) { #pLkUJq6b07ytGTZ1rFTfkwipd020id5s { width:17.3115rem;height:1.6875rem;top:58.25rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRmF6gVtFNq3XS7Qa6yXUZxdTxNonGt7 { width:18rem;height:15.4375rem;top:61.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR7zukA9bsAB33AufsnZkcq1u3BgmXuF { display:block; }
 }@media only screen and (max-width: 763px) { #GT8z5yq7QM47OTQ6CstTsZNhiA4ksEkG { width:17.9375rem;height:3.375rem;top:77.875rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw7wZNBFP2cg3sPafJz1byBUnQMEEE92 { display:flex;top:62.8125rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #JxffUV88eEvMJ02mX6KdnJvkVWOlPnaC { top:62.4375rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15050;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #snoR9C6RomTWwBIPzsewhtJTw9zX1ND6 { top:42.8125rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15052;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uNH5Btn3zqhC2gN9X7RM37ANfr6QqHAO { display:flex;top:43.1875rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #T7xaEhgSfhxEliPzzV5qEbprx1m7BLZs { top:23.1875rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15054;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kMduQBXppJVqXMauMRtz7NNHsZsongho { display:flex;top:23.5625rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #SWgx6BXuGsHxK8VFeQDAzvBQJnkbzyIx { top:1.875rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15056;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HDlVZBE5ZUqxg5B7TrlIV0Q7hwyzT8tL { display:flex;top:2.25rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #REWoSdFHCwB6fJOzFEUodtTau5h4KJTW { display:block; }#REWoSdFHCwB6fJOzFEUodtTau5h4KJTW > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ng2Q5wKzFsVf5f9yWx8cgAH3VBBzloXU { width:17.8736875rem;height:1.6875rem;top:38.625002384186rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNhx7JSv9IfxRNDmXM6XXdTFSOI6pliT { width:18rem;height:15.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbuGxMvnTr055nLAOiN2ao9ETEx8VSMv { display:block; }
 }@media only screen and (max-width: 763px) { #gb94Zp5EWqVuzLoJsIDbaSRzcczUUQu4 { width:18rem;height:15.4375rem;top:22.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2rCRzxsApdwfieXHKAymkIO1Tw3Xxb7 { display:block; }
 }@media only screen and (max-width: 763px) { #IfeWMb8Wa7XNv0uiMBQGzOlNLP5cHawU { width:17.1236875rem;height:3.375rem;top:17.312500476837rem;left:1.0618491172791rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i690xtgadmJlfbaIJZ1d2TX3zLGKWsLe { width:18rem;height:15.4375rem;top:61.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBghTQx5WQV9b8yPmRrlqPRLdyb16rM9 { display:block; }
 }@media only screen and (max-width: 763px) { #mhC40n3McXdOcf6ZNmylJJemmTP4vzLz { width:18rem;height:15.4375rem;top:41.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avFgZH13EtFqwIWkacg81NRO6vTb1Ln6 { display:block; }
 }@media only screen and (max-width: 763px) { #s6lvc4GrE4iNIf4XEH8A7zZUpHTTsOOi { width:17.9375rem;height:1.6875rem;top:57.6875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbih7GEoeZFdT57lppGHBTyKa6ayiW0 { width:17.3115rem;height:3.375rem;top:77.3125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKOpqV5g1FI6OaLqTyCRn9W3m4boiJFs { top:1.875rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15052;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bLVfBQ5mzDTIbTRhlUkOtvHVt9qvEKCD { display:flex;top:2.25rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #riLgRHUP7yG8apUhIKfDaJsVv6HFC7Ai { top:23.1875rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15054;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hskvTequ0eafMO8hDngbg8aNBagEZBKw { display:flex;top:23.5625rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #KvuHccJ4iSdTEClD6myVNiIwirz4hTMP { top:42.25rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15056;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XSvGiOziwCUWnVMbRf8FTuocJZ5oDvXI { display:flex;top:42.625rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #scJgH5lcT1KqKLeomOrEMbJHnNNJPyk8 { top:61.6875rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15058;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rOxTDVRlg1SSKoAk1Gtx4TlNh4CpNpVk { display:flex;top:62.0625rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #g0o1C72tHqfNJQgpZg507kp2oBTRAakm { display:block; }#g0o1C72tHqfNJQgpZg507kp2oBTRAakm > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kp20wT5s3ElXK9GmWvzSoxQ509T6biN2 { width:17.8736875rem;height:1.6875rem;top:38.624980926514rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap4x79mwJ0hVi9Pn7SP1gkPlmfMeN9f3 { width:18rem;height:15.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7p83iJCOkrzHbCHQIDIhLXki88qH46 { display:block; }
 }@media only screen and (max-width: 763px) { #RqgSCZPinRkdyTzOwwph0mLAksGlk9Qi { width:18rem;height:15.4375rem;top:22.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF3ol1TuFiiGX5c2MqEx0OFMgF345e29 { display:block; }
 }@media only screen and (max-width: 763px) { #AgIqn7vim0i5vm8rQoQokdA49bQKz8WG { width:17.1236875rem;height:3.375rem;top:17.3125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWrWDkUrD8w14qZrUA03viQTsUgFOmVa { width:18rem;height:15.4375rem;top:42.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTsiALymoIGfdBvwz0Hiq7UT4M3354qf { display:block; }
 }@media only screen and (max-width: 763px) { #tZpDTHPdCilxDZZ0l4w4fOphsZ6pRxol { width:17.3111875rem;height:1.6875rem;top:58.250020980835rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcrUQA6pKEbJXduPrgm9uLMwmdEcLVcU { width:17.875rem;height:15.4375rem;top:61.18652421875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFETbXNiqTGlSTt0OHKRdUy24lc0lTzc { display:block; }
 }@media only screen and (max-width: 763px) { #rwJugVAqIO1JTK5DHONk20P7repyXNNS { width:15.625rem;height:3.375rem;top:77.87402421875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIy1VrIkhscbMKtEDfomBmEOEFzWOJUw { top:1.875rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15060;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W4VnyOZDz24h4Gb3TCqbB9bzvFKaphwG { display:flex;top:2.25rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #HnQeR5zmdPBKHJ8MEDDMFDazLPqlontT { top:23.1875rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15062;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zSAdc8eJMF6lEGpSTRk4PCzIe2gFX8Om { display:flex;top:23.5625rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15063; }
 }@media only screen and (max-width: 763px) { #Db3o0VnsuFp15TKqhznhsVnQNqq6grmV { top:42.8125rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15064;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aCcZdyuWZpbeZdeoLVJrPt6w7RAP7a0n { display:flex;top:43.1875rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15065; }
 }@media only screen and (max-width: 763px) { #feKMPVyRpcZv3FyHV2LEyKHCTePXTIUK { top:61.8125rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15066;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rKlaRMPKSCde2MdZurcIQ566cHexeg3c { display:flex;top:62.1875rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz { display:block; }#Lqr4cPzvfO8nK8yTZTTDxhrarJ38Hclz > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #an7tWi38CqWnuaCTAl1evMGv6HF0wpgL { width:17.8730625rem;height:3.375rem;top:35.1875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJEzZPAVI03dGMyObxrNefQaGSAUdsiF { width:18rem;height:15.4375rem;top:19.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlZ2oXQqSXqpkhcc75cl2DrWTTwlbQMc { display:block; }
 }@media only screen and (max-width: 763px) { #uyB8G1iTZOqpy4Msczm5g8rsOLhZbq1K { width:17.9375rem;height:1.6875rem;top:16.0625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQlqRRVZ7xoHTmvZ5LFELcrPOB8VRqle { width:18rem;height:15.4375rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN23f3T3TSwOzzfkCGNHWh8OzZgHfZDW { display:block; }
 }@media only screen and (max-width: 763px) { #PWTQwkP3sGPAzTm5DansTEcOUSozeE0P { top:0.625rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15068;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #S7VxSJfngEy1oZhBZ6tLx9mDWwf71VBJ { display:flex;top:1rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15069; }
 }@media only screen and (max-width: 763px) { #W7zMyKRXXneKn7KqC55VqMKW5ac9cL3U { display:flex;top:20.125rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15071; }
 }@media only screen and (max-width: 763px) { #ceRxWQw5Oi8stCzFyrlvbkFxPV72ZeGU { top:19.75rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15070;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #byh07JEsokr4fI5KTQFteauulK3wIPm2 { display:block; }#byh07JEsokr4fI5KTQFteauulK3wIPm2 > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFJTKEsQD9K5R822Xo32W7RTfRZwHq5F { width:17.8745rem;height:1.6875rem;top:17.3125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo7TrqHGICbxrgmut18WgVLvEExU6CvT { width:18rem;height:15.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XagS8GMTbVbWvh55mWKOZswes50nxDTq { display:block; }
 }@media only screen and (max-width: 763px) { #BTxcB1h6WUJHR21Men9zTPyBcl2TNHCK { width:18rem;height:15.4375rem;top:20.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGQdnnsbEhS8ACmUZb6r0Gf6ABqhhysw { display:block; }
 }@media only screen and (max-width: 763px) { #zyTCCDTTCfttkg6CQtI9TMcqRGR4MCVG { width:17.3111875rem;height:1.6875rem;top:36.937541365624rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcDVWzmFKlIR7AFpTSr4PTts9wmuV2an { width:15.625rem;height:1.6875rem;top:56.687460899353rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJQINerXGRbOVPIaQXTXtlCDOJTvz0BB { width:18rem;height:15.5625rem;top:40.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziBZAba4GvnTADOi5XJzsTecbOhhD4yV { display:block; }
 }@media only screen and (max-width: 763px) { #nwbSeaMnN3o5oIXt7AWW3msuOIf546Cd { width:16.875rem;height:1.6875rem;top:76.4375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVxAXIC0eSCnFFdFcLK16wyyVJVU1BNG { width:18.125rem;height:15.5625rem;top:60.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8z2H1d6qtm6ZAg1GTnrKbcNViNHaJpQ { display:block; }
 }@media only screen and (max-width: 763px) { #aocfeT1dw0U6LDihv3Z3Uwz2r1bxPMBN { display:flex;top:2.25rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15073; }
 }@media only screen and (max-width: 763px) { #dzqHkHwdJaXFzaaFokvyOxlMQw3rswcE { top:1.875rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15072;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R5TBUkVciu9qr15Vyyk4ynE8hDQI4EWn { display:flex;top:21.875rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15075; }
 }@media only screen and (max-width: 763px) { #wV7dDv4Z4KUeLwhTCf9sfAg9F09Pr1dc { top:21.5rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15074;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C5uTSPrTF3rmsGO1oTdsEN3kVCbvuc7q { display:flex;top:42.125rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15077; }
 }@media only screen and (max-width: 763px) { #Hm3oBicHzHubkWxqLOTIlNZ11L0x0khF { top:41.75rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15076;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iFbLHMzJGa5NJyPHsuxE9wtl09w5tHWo { display:flex;top:61.25rem;left:16.3125rem;width:1.625rem;height:1.625rem;z-index:15079; }
 }@media only screen and (max-width: 763px) { #eAyxWUTA9H8O2MyTZH2HDB1JtcPtqAnI { top:60.875rem;left:15.875rem;width:2.5rem;height:2.5rem;z-index:15078;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QSscFhTEWNoDv4assl6xKCisKuVUC534 { display:block; }#QSscFhTEWNoDv4assl6xKCisKuVUC534 > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmmJ6ENnZ98SB8DIiKINiXzlTdwUfPeP { width:15.625rem;height:1.6875rem;top:16.8125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmtTiaT8G3QWBM9UeTlfactI19FnaPIP { width:18rem;height:15.5625rem;top:0.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JAS9ZRDfIZdn4iH2CSspcTkSS4T7yN { display:block; }
 }@media only screen and (max-width: 763px) { #PtwEOQKr0DCJTbJKlKl2nXr3w4losys9 { width:18.3125rem;height:1.6875rem;top:36.5625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ekzicvoAXPGdv51gsqEocvoV28yBZe { width:16.875rem;height:1.6875rem;top:56.187501907349rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlVJ2Pe4k7VQN2LCQaprF80mRc8Eh8Q9 { width:18.125rem;height:15.5625rem;top:20.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3oZl4Xtb8gm9a7yP9b165ViaT3iKhv { display:block; }
 }@media only screen and (max-width: 763px) { #WfuqgZlQrOHpt8CN69iRwQBQJG9HIEez { width:18rem;height:15.4375rem;top:40.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKoPmUMXhTOe92iKLltHnwx7wscHCQF9 { display:block; }
 }@media only screen and (max-width: 763px) { #IlJOqw4QqklBuZpSJeuVUyqImi19ZQID { display:flex;top:1.625rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15081; }
 }@media only screen and (max-width: 763px) { #NsEbc85QgXzf3Tqw8fdP2r6Cl2RkQycS { top:1.25rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15080;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Atca7EL0J6dLelfoWlHX3dL6IZrE1rfq { display:flex;top:21.375rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15083; }
 }@media only screen and (max-width: 763px) { #PszHwRUG1RKVw9mEFMZTBkRmhGUrLINl { top:21rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15082;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tyx18V01H2TVivKQzMWvZ5HVP9W9ExJ0 { display:flex;top:41.125rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15085; }
 }@media only screen and (max-width: 763px) { #ByWuTNZvdKRkXU3NJCNFNI4iQEawiFHa { top:40.75rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15084;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A { display:block; }#wDDy4QpTiLl72tMV2ZLO1bFfq9gZ3V9A > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRar3EJEWArSANWBbQ1D9p92CDxkTTbq { width:18rem;height:15.4375rem;top:1.2890834808349rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TnSZoeDE9VHQw1BP35froq4WfdxvOE { display:block; }
 }@media only screen and (max-width: 763px) { #cNnt7wFBkmFJIStJLo9TcWkufCftQ3wW { width:17.1236875rem;height:3.375rem;top:17.3515625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylQTyN8t3i6tnnJzVtEGZqAasTwP80Mf { width:18rem;height:15.4375rem;top:22.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBnOVBatuRmTE0d5ErXAI2bTx1SX6NrM { display:block; }
 }@media only screen and (max-width: 763px) { #oZ5cp7Z7TKxrvZtSTOwlAMUKPJZPs8Ao { width:17.9375rem;height:3.375rem;top:38.687460899353rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Xlsg9sQiXyzrnBTp41OS2ko9k7Qe6H { width:17.125rem;height:3.375rem;top:60.3125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU43Znovg1UbeVgXIlN6hwKT3f6QrxWO { width:18.125rem;height:15.5625rem;top:44.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag7vpQSVVAoQUaivuuWRT1KWEAxXA7lq { display:block; }
 }@media only screen and (max-width: 763px) { #dElTTn0v5VDbZU52VfGBLPpkx9q00JL6 { width:17.8125rem;height:3.375rem;top:81.75rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQHX5TT8NPJOcF4AXATrK8TKEPsUkU9 { width:18.125rem;height:15.5625rem;top:65.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shndAb27OgxVCINXJznTw0Kr178Ak9u9 { display:block; }
 }@media only screen and (max-width: 763px) { #LJRFnOt3Wr3NGgLtLpX0fN6yJWCc1mgl { display:flex;top:2.3125rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15087; }
 }@media only screen and (max-width: 763px) { #P9plzkuIr1AuHcnuT1zyPb8v6ehDtJx8 { top:1.9375rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15086;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FWcDmhcEXPGcl0fOxhtAlqsVN6lWsaA2 { display:flex;top:23.625rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #GtbnkziTyy3OTLGzyTNgyGl12uq3Tff4 { top:23.25rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15088;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gnIbFrVdKZFC0Ws4weZIM7Gg891JHJB7 { display:flex;top:45.125rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #yC89xJ2SVTCu8HRBiTK4s2hwRwma1GzC { top:44.75rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15090;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ysqtDm7txz372OTioz3zhecNsILlKXlZ { display:flex;top:66.5625rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #hoEfKTqBnSVBsEsChWyCx7cpQKHRtT5N { top:66.1875rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15092;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iBTHpasHaIC3aCGm5bElXlb97HTsdkVw { display:block; }#iBTHpasHaIC3aCGm5bElXlb97HTsdkVw > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGiwg337HVofhT2qyTgXv5dqaEn1qvbs { width:18.125rem;height:15.5625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILQ8Eca2V2oZi0DAPpV8hbGFSq9qn38c { display:block; }
 }@media only screen and (max-width: 763px) { #OK1PNMTED1nITFWVaKg2S2htOAonoFnn { width:17.125rem;height:3.375rem;top:17.436849117279rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT3H7yeHbDb4f0FkHrTaJ5Ztd54fsoD8 { width:15.625rem;height:3.375rem;top:38.874350547791rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOqqtro2RcogDdZfZS6caWAETik7FNsP { width:18rem;height:15.5625rem;top:22.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9b2T1J4J9gz4cs82Zzd5kxZ7Mstslp { display:block; }
 }@media only screen and (max-width: 763px) { #xTHUIpTQx01eRkF7RR318c1dwPTON5ML { width:17.75rem;height:15.3125rem;top:43.497926367188rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOINadsadV2sFsRBxyoc7cO91ixpyUG1 { display:block; }
 }@media only screen and (max-width: 763px) { #uuSg2RvbmCmEqbUTFuKxcLVh36JRr15l { width:15.625rem;height:3.375rem;top:60.060426367188rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET4fC49X55lTmHAsp2Kycz8Bi7ctg7b { display:flex;top:2.25rem;left:16.4375rem;width:1.625rem;height:1.625rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #CLd97cwlzZ2NP1lieTAcTGcMCDhMBCBD { top:1.875rem;left:16rem;width:2.5rem;height:2.5rem;z-index:15094;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OtBckNNCyQEGaScO7MahINOgQwiBTqi9 { display:flex;top:23.6875rem;left:16.4375rem;width:1.625rem;height:1.625rem;z-index:15097; }
 }@media only screen and (max-width: 763px) { #MnZ7U63Tx9cVbmnfd29TS6fvdFbuEbgR { top:23.3125rem;left:16rem;width:2.5rem;height:2.5rem;z-index:15096;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g8CNFcV3gVEi4TlhAXJrIQ6MIA89BX7Q { display:flex;top:44.5rem;left:16.1875rem;width:1.625rem;height:1.625rem;z-index:15099; }
 }@media only screen and (max-width: 763px) { #s2ITbPhFG69ck3WSefQhCdb6mlpW6uIr { top:44.125rem;left:15.75rem;width:2.5rem;height:2.5rem;z-index:15098;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ { display:block; }#kMleXAZfqA93uWcnfgSeVvVpHhTOsyKJ > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRCPUhHGPhmUKW7TPfULKpW4u5VGFzWq { width:18rem;height:15.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBfkI5nWwPN6My3QXPkG1uVlaiaKvlXX { display:block; }
 }@media only screen and (max-width: 763px) { #vWWLIuBim3JO9XkEJVoJAObD4hlDDwxv { width:17.1236875rem;height:3.375rem;top:17.3125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6UcqCfkZETGAWoKmZLIIITMrPLU6Lyi { width:18rem;height:15.4375rem;top:22.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reMHRbU33WizqLZeKuckDURSk1gc8KlZ { display:block; }
 }@media only screen and (max-width: 763px) { #t8mlaF6zdUJILBrQuGckoXrGayhp2Nin { width:17.9375rem;height:3.375rem;top:38.623687744141rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elS836PDkKAngXmrlHyFwlnSwR4cQ9Qp { width:17.125rem;height:3.375rem;top:60.061187744141rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZluD7Ec6Q5d0T92iBhTVWdVx91DadP0B { width:18.125rem;height:15.5625rem;top:43.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwhB962NIiFhBazGugAsJ9KHXmwh5CWH { display:block; }
 }@media only screen and (max-width: 763px) { #Gcfyo14DoZDq3f3aA3PqT1r48p2yKI2z { width:18.3125rem;height:1.6875rem;top:81.499328613281rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQiiHLVRBBf9X7W6ndVOgqOCaXCLA4Tc { width:18.125rem;height:15.5625rem;top:65.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWQN606eGFZRxlnTdL8cEMoVKoR2uVzP { display:block; }
 }@media only screen and (max-width: 763px) { #z9D5nAetIRR7hNrmJWKba1SaZzXkInBE { display:flex;top:2.25rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15101; }
 }@media only screen and (max-width: 763px) { #bCu938dCJ3WePAfDAJeK5Wfwm8GLxZyU { top:1.875rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15100;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T8Mmu6LRha3OZQB2GDnHqgrTkPumb2u2 { display:flex;top:23.5625rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15103; }
 }@media only screen and (max-width: 763px) { #UUNbT6UcgT3reSZDsdz8TfvZ5vyzVlfF { top:23.1875rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15102;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #udruR60HRPcF3L8RnplLLtr713bVN1XW { display:flex;top:44.875rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15105; }
 }@media only screen and (max-width: 763px) { #JrLNnyXTeZ4qJMqtVtW88lcogz309DXt { top:44.5rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15104;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ICqyoOh3faBDRXP6UGa9fGOfo2fpefuz { display:flex;top:66.3125rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15107; }
 }@media only screen and (max-width: 763px) { #StxbN1GTS1XOtKaFqlfRO23c6vcpIrUQ { top:65.9375rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15106;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK { display:block; }#rVT1rsMMSmIIRNhRtgDdM58yJm8WoBFK > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5CHTQJKfOy0NTTTIyKcpuRIWffkRqvl { width:17.125rem;height:3.375rem;top:17.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpwhb71d23XOm5WtrdLRalOLSl7Kv1rf { width:18.125rem;height:15.5625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prqg6StVIgDAhnqZ8D4RwHOD4SWHVPe8 { display:block; }
 }@media only screen and (max-width: 763px) { #MCXFOWDhS7BdzIQpswgBElXSSdZTOiA7 { width:15.625rem;height:3.375rem;top:38.623658789063rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7wxGCukgaXRif8DTowo2v39BBTwPG7x { width:17.75rem;height:15.3125rem;top:22.061158789062rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObAM0ANhK4aPBgvJwryQiWJbh1gEqmcl { display:block; }
 }@media only screen and (max-width: 763px) { #qGqbLZmgFypOI18qzAHTTFoO9H0n67vX { display:flex;top:2.25rem;left:16.4375rem;width:1.625rem;height:1.625rem;z-index:15109; }
 }@media only screen and (max-width: 763px) { #px3dnoBk4hqN22JVtwPghKxtwXeOV7mt { top:1.875rem;left:16rem;width:2.5rem;height:2.5rem;z-index:15108;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RTVJ6SdCDl5tD1nKDTcpS72aq1N1Xhuz { display:flex;top:23.0625rem;left:16.4375rem;width:1.625rem;height:1.625rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #kB8x7lZOcECQ7NhAa8fKKMfFLJii3WdA { top:22.6875rem;left:16rem;width:2.5rem;height:2.5rem;z-index:15110;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT { display:block; }#HQtsD1oTOn9zXkJmrO0bUMGqNqP1EDFT > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir6J2olwFwoIRrymn4rTTTWLb7c0qtaI { width:18rem;height:15.4375rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBEwBo1rrZhX8r0yeu2a9gE2xUaHxRdE { display:block; }
 }@media only screen and (max-width: 763px) { #Jefl8lDOrvyntaMlT4Fd4m0IQQo2ULG2 { width:17.1236875rem;height:3.375rem;top:17.3125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X41x2Nw8nNOJgKVvaLr5bv3OlZlIoWqk { width:18rem;height:15.4375rem;top:22.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFXd8CRo4ploUTmV2tb1okZDkOq2FIz8 { display:block; }
 }@media only screen and (max-width: 763px) { #mq4sNLBpZ6Ml5UkPMeEMDFnVEqr9OHt2 { width:17.9375rem;height:3.375rem;top:38.9375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWQNZ51oJsr7SlGiaau4Tc6lBGiau5s0 { width:18.3125rem;height:1.6875rem;top:60.375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwsfPCATiJtdTELwbiqSGMgD6ZkDvcmK { width:18.125rem;height:15.5625rem;top:44.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f03CMaSXQMaZx2s8Nw05fqpeDBR91iAy { display:block; }
 }@media only screen and (max-width: 763px) { #zx4ROUnQTPvrMF9TJbvVioyvZcksmkdF { width:18.125rem;height:15.5625rem;top:63.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElWnXEDTD7TFoS9IHWtuQfOgshn5UahC { display:block; }
 }@media only screen and (max-width: 763px) { #lmTQiatZk3qhZd25hdlX3zTsqLuSd8XL { width:17.125rem;height:3.375rem;top:80.125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qySOelOfhwJZNfkI8eTWAQC9JpyHCoTF { display:flex;top:2.25rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15113; }
 }@media only screen and (max-width: 763px) { #eBhKf3bngmS3Z4uV6uDczIsFZ39Vz5Fl { top:1.875rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15112;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wOTkQSDuBOZT3egGZ8LmxJ3VSqgNCEHJ { display:flex;top:23.5625rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15115; }
 }@media only screen and (max-width: 763px) { #oer2Uyx0UP7UXsa4nm0GaAWkypUfKZ2F { top:23.1875rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15114;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iXCVVmO1LWmUvekZpRSfvW7ur7GDTtNZ { display:flex;top:45.1875rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15117; }
 }@media only screen and (max-width: 763px) { #TPCGIriFVuLmlziTXcsl7tMK4DbgbnlQ { top:44.8125rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15116;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g7w4EiViz3KaEfHIQ5hLnNaSebzzRhtf { display:flex;top:64.9375rem;left:16.375rem;width:1.625rem;height:1.625rem;z-index:15119; }
 }@media only screen and (max-width: 763px) { #qOwJEhstfsoqCle7qqXHDgFRUdRX179t { top:64.5625rem;left:15.9375rem;width:2.5rem;height:2.5rem;z-index:15118;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m { display:block; }#AvnUzMiM1CLtzzr2OFi40p7PwiNA4r8m > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fE3K1SqrNdK0lDdPdak3BDXwA2ev7QdF { width:15.625rem;height:3.375rem;top:17.8125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TskTtFUZT1JniFk0rAOoaLmI6cG517Ti { width:17.75rem;height:15.3125rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbonNWUeVd6K1GGJhlQhvnzzbXEl9UsN { display:block; }
 }@media only screen and (max-width: 763px) { #iR6GfwBAT3XuXta20Q5ET2ppCMMgQk9v { display:flex;top:2.25rem;left:16.25rem;width:1.625rem;height:1.625rem;z-index:15121; }
 }@media only screen and (max-width: 763px) { #VWs1h8onG2HdJIdPsdhVVny5GbVTXZ8h { top:1.875rem;left:15.8125rem;width:2.5rem;height:2.5rem;z-index:15120;background-color:rgba(227,227,227,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz { display:block; }#wLSU82f7LMKfIIDb4NbB5BEVILdmQ3wz > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJVHOcBHJkRCzyM5rocsGWfmhmOEoU1V { width:18.5rem;height:3.3125rem;top:2.3125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJIOxTZCB2pumk7JB01Rtq9mexTyxgEn { display:block; }
 }@media only screen and (max-width: 763px) { #ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw { display:block; }#ddvn0VBhemuTRagTBOyWDNOM8Dkv6IFw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LI5oH0yDizs0RLWoEMSxGi896Agf9Ro4 { width:20rem;height:1.925rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvxIauFs78vQOi598trtFfHBXZ9eJTOq { display:block; }#LvxIauFs78vQOi598trtFfHBXZ9eJTOq > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LanNP2dOJNsWqnwsLg3nWk0PyaBkvKDW { width:14.4995rem;height:20.8061875rem;top:2.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfLVRvMZmMpbKw6kw2VfG8C8FzoZfobx { width:1.875rem;height:1.875rem;top:13rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpkf5kLMH9k1emwkvFzbOfo3GUrfLf0e { display:flex;width:1.25rem;height:1.25rem;top:13.3125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #XgrT3J5ftNGkO3uIAQnFlxnEVpMWTgp7 { width:17.5625rem;height:33.9375rem;top:0rem;left:1.312255859375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d1WgKmpZdWw8ouDbpo0Bl86ZavN7dlk3 { width:14.125rem;height:1.6875rem;top:24rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOmi7Vt53AN9qp3fp7Io6zLyn7Bsxb05 { width:12.25rem;height:3.0013rem;top:25.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVuArfrMOzGLiOX3Cd3UEqT6zlICyM1 { width:7.0625rem;height:4.875rem;top:28.482544726563rem;left:10.172872442052rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhI7EFc2O5iiVnMiZGmJRTTAKmBiFlOL { width:4rem;height:4.375rem;top:29.600830078125rem;left:14.788818359375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA { display:block; }#xf1OiUWesZzs3nTVDoHflMIeS9Q6SCnA > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Hp1udQQ4CQWI5t7S3revtacAKh30ub { width:14.4995rem;height:20.8061875rem;top:2.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToGZACTioUSNhARgqZPJNwkqJ1dvX9g { width:1.875rem;height:1.875rem;top:13rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3DaCBMHtQqzOgxLyplxV1HSgoCH4wyr { display:flex;width:1.25rem;height:1.25rem;top:13.3125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #aeUtOQuB1aAINvcM3hd7HUVnw1FvLZwE { width:17.5625rem;height:33.9375rem;top:0rem;left:1.312255859375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #l6QgIQWP9uAzbo1ERMqV29eAiTTBsRNP { width:14.125rem;height:1.6875rem;top:24rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ3rCusSwe9bN9w4VF0aqqm79X7MM6uO { width:12.25rem;height:3.0013rem;top:25.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02n52vTIXtmrhsMKi7pf0nANyMqardH { width:7.0625rem;height:4.875rem;top:28.482544726563rem;left:10.172872442052rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToX5cZpI00teZgOaDBHxkrsNyZzLSyz { width:4rem;height:4.375rem;top:29.600830078125rem;left:14.788818359375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UEkLE6RGLleMJdvZfQRv1qANsvfAC2G1 { width:1.875rem;height:1.875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycACfAr8wEHoQGczyQ6R52r9n2uJT2VQ { display:flex;width:1.25rem;height:1.25rem;top:13.375rem;left:0.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD { display:block; }#ytevDHUw2LW1AWBI5rNN05LvbdMTnwvD > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZUtLV17gCEJI5MS06McF1ypG8JfWpJV { width:14.4995rem;height:20.8061875rem;top:2.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZtM4ZZDITTKpqW80y3FwQktiP9VF4Gc { width:1.875rem;height:1.875rem;top:13rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwTMpucslHDXgTTEqi9PaouAUNT9QVyr { display:flex;width:1.25rem;height:1.25rem;top:13.3125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #kVcRT2xuvzGWGq9QzKmbP3dUqmhWytZz { width:17.5625rem;height:33.9375rem;top:0rem;left:1.312255859375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #G7oXKaCQIPFek7RQO0vvQC5rgHN1PcH5 { width:14.125rem;height:1.6875rem;top:24rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPzovSWRb6m6TOJw5eRXgRxMFmOrkWUT { width:12.25rem;height:3.0013rem;top:25.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg5UQIrSwgflfsdgfIt32SSDAaKxJQiT { width:7.0625rem;height:4.875rem;top:28.482544726563rem;left:10.172872442052rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8OqNsTwKRZ07rls0Edi5JqfrzwM6mP { width:4rem;height:4.375rem;top:29.600830078125rem;left:14.788818359375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg { display:block; }#qlhqTZ20JwEG8rnuJQobM0BQJHJdqExg > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siZQLu0NJoVLVLTZahlfzhxvZTTIGUuH { width:20rem;height:1.925rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0IuCKFdeu78AA9dT7RcwrX6obih994c { display:block; }#n0IuCKFdeu78AA9dT7RcwrX6obih994c > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnZbVTu3v1sWa5IMvGtIISSrEIuiXxvG { width:15.25rem;height:1.625rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmIyHUHHTr2nu2Nrs0wVTnP5d9TJ5rLk { display:flex;width:2rem;height:2rem;top:0.95625305175781rem;left:18rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz { display:block; }#BzTi2UGdbzQPKMJL3OKtvlzhf6q0cXzz > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfQFVwba4fcLiJcQrLb4b6kvTivg1o55 { width:20rem;height:19.8014375rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH2PttssRm4copRNKSxISGXLCuP1iPAe { display:block; }#zH2PttssRm4copRNKSxISGXLCuP1iPAe > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHqHqmRJclzWA2stlOkzIG7uTRPdq1L8 { width:16.4375rem;height:4.87305rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrVuZ7HettzyXJx40lfb8nHid7N1T9cF { display:flex;width:2rem;height:2rem;top:1.625rem;left:18rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #kzbdfyqtPhoUMhQAgTxQObNdeMlBmsHa { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV { display:block; }#tp4azWSgAg1XhIbXzWaAiKwoNnv0DtSV > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyTRoXqIVOPSaRMKeFxQTMJ75RrzAysV { width:20rem;height:3.6002625rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otBw56TbTfFMZ5DvE06p7bX5PkEI0aPb { width:20rem;height:11.42575rem;top:4.4105224609375rem;left:0rem;font-size:1.125rem;display:block; }#otBw56TbTfFMZ5DvE06p7bX5PkEI0aPb li:before{  }
 }@media only screen and (max-width: 763px) { #eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL { display:block; }#eVRL0OVOlgOq1qJ5SZD013c1FJ2DIZOL > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxEdko355C1xicvpKIeRPV1me9gyQN5t { width:15.25rem;height:4.87305rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGm6t7kWs6q2CXMGEGHLKZwswlXJv5vb { display:flex;width:2rem;height:2rem;top:1rem;left:18rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #VpyX8oQJSX1mqKKEFW36MbTNUQWtyeBe { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p { display:block; }#TR9eZyJu9RoW9EdGwc9LR6b28hou2e1p > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7uJckU6mKeDAcc59HHbFSlLAcXgsMR6 { width:20rem;height:12.6009375rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK { display:block; }#lvPzoyxLuXv6GipTpzJvIrIdBpRER8AK > .row .container { width:20rem;height:4.93706875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7294MZMb2CqT15HklOeItT8aAyIX2ps { width:12.9375rem;height:3.6875rem;top:1.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ZbJ9AZDIftE6Bp5dsPbJ9kJ4AaaSXy { display:block; }
 }@media only screen and (max-width: 763px) { #r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf { display:block; }#r1fwTq6x1HwB0eT78K8G2ncDLtyyEfdf > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfLf395x95KC4WNyWb5GhwgoWc15lLyi { width:15.25rem;height:3.2487rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4cb1btpalvxePCpSXMQFC5EyarLTeeX { display:flex;width:2rem;height:2rem;top:1rem;left:18rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #ieJtdH2eGbw6FxVtMfJmNsJqcI3uvJLU { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utL5N45MIrtTlshfHiLLACT0MB5zxm09 { display:block; }#utL5N45MIrtTlshfHiLLACT0MB5zxm09 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZA5I0F27EZPMkReWM93T7G1ci7F1xbz { width:20rem;height:3.6002625rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKDKGCb6xwKfJnkuNf6MaZEt5BBT680o { width:20rem;height:8.138rem;top:5.473025rem;left:0rem;font-size:1.125rem;display:block; }#FKDKGCb6xwKfJnkuNf6MaZEt5BBT680o li:before{  }
 }@media only screen and (max-width: 763px) { #Isw0tUaU3pBperxQOFNPqqHgaFAV6vZ2 { width:20rem;height:14.4759375rem;top:19.705175rem;left:0rem;font-size:1.125rem;display:block; }#Isw0tUaU3pBperxQOFNPqqHgaFAV6vZ2 li:before{  }
 }@media only screen and (max-width: 763px) { #g9cXpy1XDl1GxXAJVlaCskvPKiqXL7zm { width:20rem;height:3.6002625rem;top:14.85715rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKWuznzmQTP7lnBcqCBQ3M58iBUUuH4P { width:20rem;height:7.2005rem;top:35.4248rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS { display:block; }#I0fQfatBrlLkflFKp5Dx3d0pLuQdiqzS > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1LrglczRz0NiQaPH49mDWX0yrfsUHI7 { width:15.25rem;height:3.2487rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXwmtGprHPIyWX1VlqT2J0vZKqS5XnQS { display:flex;width:2rem;height:2rem;top:1rem;left:18rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #qZizCKopvCqmTvKy8rZDTIN0arCQHtO9 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An { display:block; }#s73UXgUZ5F7P2xQl2oXW6c4AgMxlm2An > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBMBnAmPr2Z3W3tJl6emLlCfu40UvPps { width:20rem;height:14.4010625rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 { display:block; }#IkJ5lD7NS6GQqtSgOmUp0xxrvxTFZTr8 > .row .container { width:20rem;height:5.5599396484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1hNyMmpUcIx2l6WCeuxTROnKqfZ4tIC { width:16.25rem;height:4.87305rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR9SC4oaNCakx8ekOg45UHlV23Q1A94E { display:flex;width:2rem;height:2rem;top:1rem;left:18rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #lHGMVMA2wy710rTGW0FD6VUQUp3TrMpF { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq { display:block; }#QVIXCgN3dmJyO7zOxabEfgeghxsHcRvq > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5NQX6xCHW2lRbgbwybqefgi7ymxp9nl { width:20rem;height:12.6009375rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl { display:block; }#DFlccQwmfH9BpW7NBrrsJIMyBc1bL5cl > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zx7RUSfJKQLeeRVqPUEpvOEOtVOWUMem { width:16.25rem;height:3.2487rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7yRSbci4PdsyT47lxNidUAq91uJKUay { display:flex;width:2rem;height:2rem;top:1rem;left:18rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #EW0cLTnP1u92mAig3cmyqqaTpBE8A3dt { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi { display:block; }#PtwIhGABxpNq3J2B6FaTJ7JmPOqC98Xi > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwhlWRbtACrS8TMFoV8OKOITgk7ppI7c { width:20rem;height:7.2005rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMRLUIIoAz4znherrWyBJl2tJ3DEIowq { display:block; }#oMRLUIIoAz4znherrWyBJl2tJ3DEIowq > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6OgsoZHS4TibNRNKDbs2Ot8cEeZo9WA { width:16.25rem;height:4.87305rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5xEkvVfw2P077yGWrVf95rGmvD7XScC { display:flex;width:2rem;height:2rem;top:1rem;left:18rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #XcUCaxgHkc4JfVKrBuT12zv9fUKIEQx9 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AksN9FqBky7a6rSB73SqlnLoaOD0ezGH { display:block; }#AksN9FqBky7a6rSB73SqlnLoaOD0ezGH > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhmi2iNCvvLnoPQEZMSNseGODp0Ps60N { width:20rem;height:10.80075rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCrk99E3N6pJJ9gUdiud8xweixyVMvBX { display:block; }#hCrk99E3N6pJJ9gUdiud8xweixyVMvBX > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nmwaqi3QRZmICCTL24RM2UmPG65sxppP { display:block; }#Nmwaqi3QRZmICCTL24RM2UmPG65sxppP > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbqxkGGqVhCO03vP3Oo4gsTJKCTO3f49 { width:16.9983125rem;height:6.497375rem;top:38.1005859375rem;left:1.500244140625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZaxnisbuHtCzsIiQnem2dRwrAE91wrEq { width:20rem;height:17.5625rem;top:30.997314453125rem;left:0rem;z-index:15005;background-color:#2c2b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xOS0hPZrA3AJDq4Wp1pyaLoLHZH1JIAt { width:9.625rem;height:9.625rem;top:26.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3  { width:17.5rem;height:auto;top:9.83154296875rem;left:0rem; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 {display:block;}#Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 { width:17.5rem;height:auto;top:9.83154296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #BvzLs8dfVsvTi1tC2RdyQonmL9kNIfDi {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #A6DsLJeBT3qa7w7k7tfUsqmPtKybtmTy {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #VPA7lqxvH585HafTdR3ycaTNKcnwIJP3 {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #KSTUBCsQpLrnw3NNE9KEmbmgkmHAWvhF {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #GWuxNlb85oFAU9mhxTgl0TSpcq8HX1SW {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #IOUUoXT5i82LZL4x28J3slHDSGy5LvG6 {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #S9V8KVRCnRwtzCcGvy8QkAGNu8f8A0dL {  }
 }@media only screen and (max-width: 763px) { #Dmmxzg0siInTTgO6tbU77kBVCP43xDe3 #fyewGQT5uMVFW6xIpAaKbiN2rscwg7Ps {  }
 }@media only screen and (max-width: 763px) { #AxWvRnT5sfcpOQsXVh8wbKn2Pv9Wm4JE { width:20rem;height:1.9694rem;top:21.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFNFHOHdWgwTRzD9hTyPsI6ixSVd8ulu { width:12.311875rem;height:3rem;top:23.125rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqraRldtRbrx8G3Fizx8FFJVFr5F3pQk { display:block; }
 }@media only screen and (max-width: 763px) { #ONwT7COWEhCqbeOXorH91U2dTZ7Qeh1S { width:20rem;height:5.775rem;top:1.1250007152557rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XovCb4JywyHPi9kw1s2kUmUhCmWOqc6T { width:20rem;height:22.312rem;top:8.6865234375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#2c2b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hPUBgBhlDXQUkrPP1kiXLA6MdyLF81ff { width:10.375rem;height:10.375rem;top:26.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT { display:block; }#RhUByXaCIkuMpNLUhhgRaixx4PDTOnzT > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5y7qPlB8RNgtsn5fypOSKZqrCA2Vczv { width:20rem;height:4.900175rem;top:2.5625014305115rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yM0hFUqvi4SFnqvqUVmthVD8kDDTKtBz { width:20rem;height:15.1855625rem;top:8.71180625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiyIgasmewwJiVvQvAyH3ZvlcmL4noCV { width:20rem;height:6.5983125rem;top:25.14930625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzO4cOz6v4AphE5lMeQRB7ErNU3qzdIx { width:20rem;height:20.247375rem;top:32.99736875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToaIRzgKrK5693JZkQPhPeHDlLWOasR1 { width:20rem;height:4.39886875rem;top:54.49736875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgitg7OakExvmt9ueaX2XXVqGOcEUC8l { width:20rem;height:20.247375rem;top:60.146675rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrCsX9knEhiitwcthQwNXzmnTueyD5uU { width:20rem;height:4.39886875rem;top:81.646675rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w15kVg3MHcaTlkVVB6c0TZnhaL7O8gPJ { width:20rem;height:18.560125rem;top:87.29598125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg { display:block; }#PCTPkhJ80eZOLpdNgJ2E5XE1oT7AeoLg > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1D8BFudcGZXpGTGE6rExRia69Q0p7pp { width:20rem;height:11.3745rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfsLsLyHZJkXsaRdpmnbFRveZzUBMlpK { width:20rem;height:6.5983125rem;top:12.624125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vocX9h870GuS969Vv9yE0DXiTvR3dzEn { width:20rem;height:15.1855625rem;top:20.4721875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 { display:block; }#GydQtabVmeLzdi8X9G3BDEOTlGG8aRN4 > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf6fMCFGZgs0zNcl0ruTXtfdCd90y1du { width:20rem;height:23.61655625rem;top:3.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(255,255,255,0.7);display:block; }
 }