.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:url("https://images.assets-landingi.com/uc/096018da-7cfa-458a-a676-b27abebc8187/Zrzutekranu20251011144103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.adaptive-delivery-prevent-bg, #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.lazyload, #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.lazyloading { background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#XACzTXoAi2hkxDLvrvHOTHWb6486oW9Q { box-sizing:content-box;height:21.3125rem;width:55.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(58,127,67,0.85);background-image:none;top:1.3619792461395rem;left:3.416015625rem;box-shadow: none;border-top-right-radius:3.25rem;border-bottom-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-top-left-radius:3.25rem;display:block; }
#G1T43vsdkrNWnVaS4rFDRTEWG9S7sk5F { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.2493491172791rem;left:5.1451816558838rem;height:10.724625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ag2H7GeIoGPMnzIPO1qZkwKdMTFAUTql { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:7.8125rem;left:4.5rem;display:none; }
#LU9KDxTwKKLiDO9bmhKwZ5pyNTv8tlA3 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:13.3125rem;left:1.125rem;display:none; }
#KghhKRrRcnTGgyhOr8XLK5aeZXReVdgk { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:14.249349594116rem;left:4.259765625rem;height:6.8046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn { position:relative;display:none; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn { border-width: 0; border-radius: 0; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .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; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ITxOo1lBk0ZaZW8kePN9y3O97mNIEziy { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nmfQBLRd7s0sg17qdqw9itRuXpiAe4WT { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.375rem;top:1.3125rem;left:0.3125rem;display:none; }
#B60Iia6Nzn1oJ4SCtrob5bFQxK0yMBQr { 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; }
#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs { position:relative;display:none; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs { border-width: 0; border-radius: 0; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .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; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#i0nmEZpmZKqSMpdTkFCR1vneQncUyWOr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JnrBTBtnLIIUs1qpty21RBWZfRerd3Bd { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.3125rem;top:1.9375rem;left:0rem;display:none; }
#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg { position:relative;display:none; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg { border-width: 0; border-radius: 0; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .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; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SR8rTgVE5dIoy9yTZwrucW0K7eCxcMUp { color:#000000;display:block;width:17.75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.1875rem;top:1.1875rem;left:1.125rem;display:none; }
#dCSXiHUeixqscSGJCu6Pi0FW5kK2er6T { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:6rem;left:0.3125rem;display:none; }
#zaSqLIbbTlcQZP710WLsfwzLF8D5XCcW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WWcqnieD64IANUmQVNsZO6OXHnU9seQP { color:#000000;display:block;width:13rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:11.75rem;left:3.5rem;display:none; }
#wXQAEkanKmGyTuUmV8C6ZbqwCZ4f81DQ { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.5rem;top:16.3125rem;left:4rem;display:none; }
#SSZ84ppC6WqgB4Ca5V31Uvpw8e3HIgt7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#T83nQgtsTxWbsyImBNu8SAmWagcRmGw5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iIS2ePLnrbt1OFsfmS2ILLf3ZpF6hcqu { color:#000000;display:block;width:13rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:31.5625rem;left:3.3125rem;display:none; }
#yMU31V20rLhztgTPTyIxkG9Xn2qUzI6u { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:57.0625rem;left:3.4375rem;display:none; }
#t5gSTwHy9Cws8ApODkDTmg2D9OMd421o { color:#000000;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.9375rem;top:37.5rem;left:4.1875rem;display:none; }
#vbfOMT4gXK2GLVxq7Pb9Vh1QKyuZiFqk { color:#000000;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.9375rem;top:56.0625rem;left:3.3125rem;display:none; }
#fvsUqBxKyCNAeAPTQDLZtG2etigFV1QV { 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; }
#D09AISVlziRPyBMqTauwRz0oqcWLTzdy { 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; }
#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg { position:relative;display:none; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg { border-width: 0; border-radius: 0; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .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; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JEqUkBAxBNPRJpMVby7Orv11sSxKDLNv { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:1.0625rem;left:1rem;display:none; }
#Vd2h28u0EdCMSAR9FtgIBu6izFP6PktG { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:8.0625rem;left:0.875rem;display:none; }
#WUhc9kIL9UcOz2z1IQLVb6O8NhM7Im0Z { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:11.625rem;left:0.875rem;display:none; }
#kWG7LBltTKkdNmuofzizu7pMxS4ncrls { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:15.1875rem;left:0.875rem;display:none; }
#gP4mlVO1PJmZp8di9vgLxbT5l7iUkzBG { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:19.3125rem;left:0.875rem;display:none; }
#FgARwp02ET3A7MvVaHBKnLNbReygI8ci { position:relative;display:none; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci { border-width: 0; border-radius: 0; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .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; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z9Skhxc04rrySxADoKeo308cTWh7ZN5e { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:1.375rem;left:3.4375rem;display:none; }
#w9wak1cui3kqLOKqQm3HpPadznWR89ax { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.875rem;top:5.5rem;left:0.875rem;display:none; }
#aFCPx6LhEtqVlPQXOyoPSPQwuymWlIRa { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:23.4375rem;left:0.6875rem;display:none; }
#PunhBN2U3419fhTgET6RBVXgrtir0Kxs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uGNpIAV9zc4LUPQurTG1MReilPkzRCuN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qs7cnSv4FU6rdPkXhD1qL6vyVEhzftz4 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:29.8125rem;left:1.4375rem;display:none; }
#JrOOwG7s60LUqufWMsEgibqJWneyTbeX { color:#000000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:33.875rem;left:1.75rem;display:none; }
#BKGpHbiu1yZ9iLRTWVOJegsBnsn7Irmd { 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; }
#dWtIEOuSWTXzIUUtzJz6JHs7moulGFcd { 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; }
#yOp0AcT3fkIG8SVCat8WcmclVsS8PLLW { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:40.6875rem;left:0.6875rem;display:none; }
#r5xMrHDbiDINKxZd8I6QxZpiLeJSmh8G { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:44.5625rem;left:5.875rem;display:none; }
#kXAqFNcQDSVGWZNgzCHMBcJedzgzhAvE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rWKZmPumNE9Wxr1OaK0u3FFPRlTKpCGd { 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; }
#zsezhsfo9rhR51KugaMeIyQ8xlER5sG9 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:42.8125rem;left:3.25rem;display:none; }
#H0mAViFzhGp5RX6VESLZ7GCEbXIw3OaZ { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:47.5rem;left:0.6875rem;display:none; }
#Gp3Zy00P4EIX5D84vuNVriKUXPXrToM6 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:49.875rem;left:3.9375rem;display:none; }
#x3W8KzofNPVpSWS7nTra0FfTTX3Oc463 { 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; }
#MTdRTAxyzCQ41kW82shdDU5y155mm0pD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iGT6gHOZ0hoKNPOJzNxKw02wz9U0AQdE { 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; }
#xVZZ2CFwFs2O2td8gXfz98SEh8kzHpgt { color:#000000;display:block;width:1.875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:62.125rem;left:3.25rem;display:none; }
#LtQT1nZQiJX6dBLXKOUu3kRkHMZAi8Ri { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:66rem;left:3rem;display:none; }
#Ggs8yC8lZmC2lRaTsVRxz5NBrRdMxqc2 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:49.875rem;left:3.9375rem;display:none; }
#h7Ts8LdTRwDTsx4qmEmmt2sNRMi1UXlv { 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; }
#WaFXPTePQpqTpEPOAUFGASRzrlz18680 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:80rem;left:0.9375rem;display:none; }
#XN9Dy4s4d02ynZuvoO0KRlxW38sBO8hE { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:87.5rem;left:0.9375rem;display:none; }
#CUsNF9oeFNH23gN4uLT5pFHWz7zKDFoH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lHV1XdaL7p7s33XvBN9rCwTnThPRtWXc { color:#000000;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:91.75rem;left:1.875rem;display:none; }
#JTn9LzXQyDowpS1xISMPH0AAEDuWyWcQ { color:#000000;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.875rem;top:95.875rem;left:1.75rem;display:none; }
#lVEnqTyliTCNnzTkfOyrnJqc4Vsuz36B { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vGodx1sJkRVDGP5SL5BFJktwgrVCMeIF { 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:64rem;width:46.6875rem;display:none; }
#C0cWQQ0sN4ZMLITpAm7xx2fTMmwlMJ34 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:143.875rem;left:0.9375rem;display:none; }
#mT6JqP3hKTI1d0IvpguxgODmdthLGxRp { color:#000000;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:148.0625rem;left:1.75rem;display:none; }
#UKUxJJtF6mkW5ESoQaXztmfPApm9ekNT { 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:106.625rem;width:60rem;display:none; }
#ZE5Sh2IQ1fX4Qsd9VfBu2UxGhm264mdn { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:140.5625rem;left:0.9375rem;display:none; }
#QOaUhsTPSkg5NAwf6x5raCzNlzoR5r7T { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:179rem;left:0.9375rem;display:none; }
#DuaapFq7DgkGmZOI0SRAxdf1tocmnhtw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hNXwbngcfrhoWZBWpDwtmEU9hygP6dZX { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:183.4375rem;left:0.9375rem;display:none; }
#TnbfuKuXPkIOmDKBlQ9hlNfNHiC69t4v { color:#000000;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:189.625rem;left:1.75rem;display:none; }
#fclc1TrnH4g5CkiPdgdxKPi2TAr3w19R { 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:106.625rem;width:60rem;display:none; }
#vagr9KrZubSav1KnoOgcTqPvgVkBwybb { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:179rem;left:0.9375rem;display:none; }
#LyMdA7cnd1iNVvifVHyxuU016u0tU5Va { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LMr9ssW6JTAUR1clbNuOJbwmukx6Cz0S { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:224rem;left:0.9375rem;display:none; }
#yZu79kyNGBdb4aqZgmtO8ZLGOAygaLhl { color:#000000;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:230rem;left:1.75rem;display:none; }
#Svkqbq7AxH4v17lsAvCMTJkkBVkKPIgP { 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:106.625rem;width:60rem;display:none; }
#CW0FhDfZzDhWDJwTa59MP2RrRxkJJFeB { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:258.4375rem;left:0.9375rem;display:none; }
#tXTK0RqVqS5mgqbf1fWeeXtWrDuIZCLK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#e2uwlTiv3EKcDlBWlqs1VdsEXnqd25cz { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:263.9375rem;left:0rem;display:none; }
#THQFgVTTOZb8MU3R28RAxT7ByEpRrI6S { color:#000000;display:block;width:19.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:272.125rem;left:0.3125rem;display:none; }
#c151UZT41Vm92tWTQVVKkp5iJJyZmUfR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HlIWnFWuUAz5TwqG9xHGSEdABgRyPeFT { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.3125rem;top:1.9375rem;left:0rem;display:none; }
#syGaNOFwMUmCtwR7ysll9wm6n8NBMGSk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HbGN4U7FS4mo5VJoBSpuG31r4ZRbHshn { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:289.4375rem;left:0.3125rem;display:none; }
#TWf5NHA0DxSsU02ZwhRilDiPmOhNsL1q { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:296.25rem;left:0rem;display:none; }
#lvHg7NmS2m2GiaSL7goTUmSuqNrbs42R { 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; }
#DChitGQBTfBcHJBCmXiLcJi4ivBXpdsd { 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; }
#enH74kPaqNAoqQuOrEUWT3dTENCmvk7E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hKUW64cq4UeftdWd0gswLUpiICfk6nXd { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:303.125rem;left:0rem;display:none; }
#Bt3AO1bLI7Cecky9WQUlhdf4UJOEQSrh { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:307.3125rem;left:0rem;display:none; }
#iNbBKMUXh1ECBDThwidKZZa0IrmcIqHZ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#M3tp4cizPI3dZpnd6ToouX21cl9sottQ { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:309.75rem;left:0rem;display:none; }
#aGMqnL2d0C9MmXh1VGEh0EqvA3cT0s5R { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.125rem;top:313.375rem;left:0rem;display:none; }
#Zt5y4JLa0O18BZvE6czWa5QOwwUiWsoT { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.625rem;top:326.75rem;left:0.3125rem;display:none; }
#FfkTLBsuQvCDFFedoGdPsizpLIaE7sTQ { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.125rem;top:320.125rem;left:0rem;display:none; }
#ronThZ0qA2UkMv7hV7WNT2Eo8i6SBTs5 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:331.8125rem;left:0rem;display:none; }
#BxdBB73pXugQw1ITuIzlmQumK3VFW9ZU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zGQk75WrTp0dQdnaWubEBmTs88LqeqoF { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#buRTV2yc46hHonFf8ec5TJfDzQ39Atc0 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:339.625rem;left:0rem;display:none; }
#fQIBxQmUhZoMJAAsFJPyEoSfrqa57ZbS { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:341.5625rem;left:0rem;display:none; }
#hDgKT1LhkOnVqKTcggOVDm4wXLhfuu3t { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#V7RgOm8cfTthOv3BSeOQvl8f5kU6pkCI { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#I2loevgGclTfWXTwyNT3OOqJmGJKBSWd { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:345.3125rem;left:0.125rem;display:none; }
#mSie9sSRv3kJi8aF7Zw3WoT2sx3bzG5N { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:349.25rem;left:0rem;display:none; }
#wTi29i0xkRve5CRFS3ewZhIPIUO8m8Bx { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:353.1875rem;left:0rem;display:none; }
#fGDlpET8C5TVUJdEaUZ0br8VonvVVS1H { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:357.25rem;left:0rem;display:none; }
#T9F6Bd8cuJrssipSnuIfkffx9BU80UvO { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DSrOJViiqDFQDnEAVWWXXWlWBWaCXQkp { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A0x2rpCMm0mmrxwA5xutUE0GauayXiHi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qZZq89ShzPN3Oxik0koJlTGHQ9nbHlZz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pXQPOdcc0tWlRmPFqdticiV23yg6Ogg1 { color:#010304;display:block;width:60rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:7rem;left:0rem;height:3rem;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; }
#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d { z-index:;position:relative;display:none; }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d { border-width: 0; border-radius: 0; }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#lUzVDzLJUgVfkcN5zH829dAsyqEszXxh { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:20.375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
#uT4K2sL5S4RkJsf0iT1SCvJZNTB6Wu89 { color:#010304;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:24.5625rem;left:0rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l3gsg41bTEE5Wu33AO11EsXsuTRFWkw0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.625rem;width:2.5rem;top:31.9375rem;left:0rem;overflow:hidden;display:block; }
#UrbH8IULbo3ciyy7A5mwv4VApS8xVkJH { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15014;opacity:1;top:31.9375rem;left:0rem; }
#WbxDX4DhERdl4uIDpNV9CR63Jgdg3v1A { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15015;opacity:1;top:31.9375rem;left:0.875rem; }
#ZaO2O7f4US9xRf1RydGZSRxPAVZide5O { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15016;opacity:1;top:31.9375rem;left:2.5625rem; }
#pZ99ma1AC2KbfQ3UfMNbqvXHGTWAZB11 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15017;opacity:1;top:31.9375rem;left:4.1875rem; }
#H6VbhkzsMIIPI99Gof7aUQSnTe6Rf9Id { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:31.9375rem;left:5.875rem; }
#liZmAQLreUIyVORFl8mDuz9JtbbeFCRF { color:#010304;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:34.1875rem;left:24.75rem;height:1.3125rem;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; }
#iy57ImOAApIZHwvZX7Nz2R6WMsDDiCgk { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15014;opacity:1;top:32rem;left:24.75rem; }
#aSPXxHeiMI1HRdaJtTWHFwM36Ir2lOqs { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15015;opacity:1;top:32rem;left:26.4375rem; }
#x6Xkzf3SdtnPZaE4I03OueNWrG1luVFm { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15016;opacity:1;top:32rem;left:28.125rem; }
#ZaUK0sDLGtroIBgMILn67MxcT3lMuWD6 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15017;opacity:1;top:32rem;left:29.75rem; }
#NiuSoGyqCJSBt9LcP78hKqXgtNVF6N4f { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:32rem;left:31.4375rem; }
#a5VJDtQAwW27hBqDEXPzIsrrOnZJ7HCV { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:20.375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:none; }
#czkDqw0T5im0V794NAzE2p8owa3M7zcb { color:#010304;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:24.5625rem;left:0rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SHilL9epVqGxxveQmAcCpw8SuzkTOuic { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.625rem;width:2.375rem;top:31.9375rem;left:0rem;overflow:hidden;display:none; }
#GuJyp58Bl3NMklzbLA8g16BDJHDFJ7zn { color:#010304;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:34.1875rem;left:24.75rem;height:1.3125rem;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:none; }
#HSy8kDOuHPXwxyfVk4qX4HEJeiCW2bD1 { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:20.375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:none; }
#T79P7o6Tm2hTDltwAFaKR4ZKlLJpGyTc { color:#010304;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:24.5625rem;left:0rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aAVo0L5Xnw5IqykCm0wAfsTZqc2mK8wu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.25rem;width:2.375rem;top:31.9375rem;left:0rem;overflow:hidden;display:none; }
#yLzeDUyVqoOy0MsrcdSRiDRbtk4z5Nid { color:#010304;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:34.1875rem;left:24.75rem;height:1.3125rem;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:none; }
#k41ilghqJ4vol3R4zepZQOAiVf4kqvwG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:32rem;left:31.4375rem;display:none; }
#bxB7ENf6sFh6I4l8iyPSULfZ5PG8l8ay { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:32rem;left:31.4375rem;display:none; }
#KqTSX2yfOLCnH64vmoSZMe4ae2oCkNB3 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:32rem;left:31.4375rem;display:none; }
#PLOBlSvbo4xSJl76URIugSToUD1UtCUl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:32rem;left:31.4375rem;display:none; }
#SmbpZb7W58SexiAlzPygTyeOrvt1F21K { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15018;opacity:1;top:32rem;left:31.4375rem;display:none; }
#QKTN6PffEVQlMhHOgZyID3G58cApJfRe { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#xtbIkLvOzZFPRKT7du89BiDD66VPtHCi { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#NpLVVs41Qi9ALOl0mxNiICmZciEeALlO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.1875rem;width:33.3125rem;position:absolute;display:block;z-index:14999;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#yNZ3pLwKxkQ7As49oXloOlQ8zGenvdMu { 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:106.625rem;width:59.9375rem;display:none; }
#QfIZv77ZKlDJhuAMzVXPtDTAKGuMhxnE { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:33.8125rem;left:1.1875rem; }
#ocbDii4rdnS4DpQcRoqnna3gwlvdMDyV { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:20.375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:none; }
#DM7PeXz5id1J0oudLHg19t038KFBo5VS { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#oTkMbPdyR94yKIlyk8b70qy8H1T8zKCN { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#oMu812NlHBWIs16FbtuZsdnQ6ESZv806 { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#i9wMRNM19gC9ZbiKT8UWB7misM32URtL { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:33.8125rem;left:1.1875rem;display:none; }
#F3h91182OQDFUSB2sPoeCvA5zurRZEuS { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:33.8125rem;left:1.1875rem;display:none; }
#IRLutCDHRSSyPBB922RJ1vLik7lUFbfh { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:20.375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:none; }
#oKArO3O6ugT7bMQJ3GGTX3HZKtCEGlQn { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#hGD8fhSdcG1DcxLe4fUttO6ZI4mmvNbg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.1875rem;width:33.3125rem;position:absolute;display:block;z-index:14999;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.0625rem;left:0rem;overflow:hidden;display:none; }
#WcI8SkIgI33kaRyf8SshcDW3BzRN8FDV { 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:106.625rem;width:59.9375rem;display:none; }
#FTSGkJigzWVeRtLU0ki6kVhmUMNuw3B4 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:33.8125rem;left:1.1875rem;display:none; }
#aFOPytUaqQr0ufyfd2sn7RPz1e2WKAbT { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#NhschAZI0xT8qZTPtJSg2lC0J8AkvAur { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#KLPgaS9dcTPNrWAos0WeXDi9q2THNsxa { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#mtu4nSZiQqPxOyW4txK7mh2OJcrog72D { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:33.8125rem;left:1.1875rem;display:none; }
#fPniTwTNIExfus1L3a8i6BEIutTUElBK { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:33.8125rem;left:1.1875rem;display:none; }
#MHXkgLxzUNSZfZ06A6XI9qHGtnyQsoDg { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#CTpH5BxIicqdkZHPDT9vJH68rRPBaEBp { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#QQD8ZCUWi6XfCwZtTs2zTfhSKHr9gONc { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#F5K3Nbi1wfbP5KFDkL4ZDzxt8D4cfeic { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#JqrL1oxTqL92TqQgtZJ9nn6hbWfUg7VG { 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; }
#sfIXzsWBi4kyFfN811dZN7q27t59wN70 { display:block;width:25.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:3.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:none; }
#QpVOC5Gyi94QBwzOmUVHHca1SliRTCr1 { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#oVC5lCc0iBaOSsrJ3ye56sOueDZ5Embk { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#HgGnT2UU34TlpoNDccIeTgPUK9Qf9IiK { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#tylGq4y8X1DoEPlPLk7p4IAKDqeo5iHZ { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#vkOKPZwyLS4kbzekgEHxbrO4fG7q1WXX { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#hmRkLa2fTPiJ15mpFl8icUAoaWh6qysl { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#HGWxkeDzt2J93yKrfo1dqrgAxrnKdPmR { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#hsQOM3tzl9oqeXIgtVRL2776i2ndfaMf { 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; }
#QOTp74pa5cWVaLUGiTEReuQJUH32fnfW { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#B2qS8tVGRDqN5LRChyNRCDyL9TTAchHx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xhQeNxoOanTlFkTfZefJPiskdwdIAwbz { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:lato;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:lato;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #EgcmOO5Fwr5uRnlqtiVvOTTWnT5sLFFB { display:flex;position:relative;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #sINsV0zHLZwh2KkTUdJdExq7gB2kk6zf { width:auto; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #Qyt8rIrKJCNULmizNrrQiWz0BeIkTwNo {  }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #Hv1ClSrHgJ8aL8EFk8H2Bn2f6JuiH37H { display:flex;position:relative;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #JuM5Sh4RUvm7l3EIEq50Wr44gdXTUtUw {  }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #MD0wMSEN33JHL1gRy0n366WL0fZfsdcH {  }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #KOAuXaDRfp27kXnHOt0WairGZuSetfUR { display:flex;position:relative;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #wToDHTeyFkhuTFBQ7FdBhO3cckOm3G7e {  }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #XhweiU5ABNLnmlTZXzCC9wv63CGrC11B {  }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #eolZJTmHLuQof8FmUihQ1O07RTTBlRzT { display:flex;position:relative;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #Fy84fLSc7fus8uxudseK2a5uDkTpuUv8 {  }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #DMwDXR2LqZcAn5U2nh1PqTZT0I6nTP0e {  }
#o9ZwQdPfLgy4T28scn21lolAmaE5uVwu { display:block;width:34.625rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.3125rem;left:25.375rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:none; }
#V0xg08CllWvHxlvbJ6PmsImGtf4XDGHr { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:20.375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XACzTXoAi2hkxDLvrvHOTHWb6486oW9Q { top:1.3125rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1T43vsdkrNWnVaS4rFDRTEWG9S7sk5F { top:2.1875rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag2H7GeIoGPMnzIPO1qZkwKdMTFAUTql { top:7.8125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LU9KDxTwKKLiDO9bmhKwZ5pyNTv8tlA3 { top:13.3125rem;left:0rem;width:17.75rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KghhKRrRcnTGgyhOr8XLK5aeZXReVdgk { top:14.1875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn { display:none; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ITxOo1lBk0ZaZW8kePN9y3O97mNIEziy { display:none; }
 }@media only screen and (max-width: 763px) { #nmfQBLRd7s0sg17qdqw9itRuXpiAe4WT { top:1.3125rem;left:0rem;width:19.3125rem;height:13.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B60Iia6Nzn1oJ4SCtrob5bFQxK0yMBQr { display:none; }
 }@media only screen and (max-width: 763px) { #JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs { display:none; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i0nmEZpmZKqSMpdTkFCR1vneQncUyWOr { display:none; }
 }@media only screen and (max-width: 763px) { #JnrBTBtnLIIUs1qpty21RBWZfRerd3Bd { top:1.9375rem;left:0rem;width:19.3125rem;height:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAU76swh5a9kBfbpEABrXmRkaR4UX2xg { display:none; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SR8rTgVE5dIoy9yTZwrucW0K7eCxcMUp { top:1.1875rem;left:0rem;width:17.75rem;height:4.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCSXiHUeixqscSGJCu6Pi0FW5kK2er6T { top:6rem;left:0rem;width:19.3125rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaSqLIbbTlcQZP710WLsfwzLF8D5XCcW { display:none; }
 }@media only screen and (max-width: 763px) { #WWcqnieD64IANUmQVNsZO6OXHnU9seQP { top:11.75rem;left:0rem;width:13rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXQAEkanKmGyTuUmV8C6ZbqwCZ4f81DQ { top:16.3125rem;left:0rem;width:11.9375rem;height:8.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSZ84ppC6WqgB4Ca5V31Uvpw8e3HIgt7 { display:none; }
 }@media only screen and (max-width: 763px) { #T83nQgtsTxWbsyImBNu8SAmWagcRmGw5 { display:none; }
 }@media only screen and (max-width: 763px) { #iIS2ePLnrbt1OFsfmS2ILLf3ZpF6hcqu { top:31.5625rem;left:0rem;width:13rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMU31V20rLhztgTPTyIxkG9Xn2qUzI6u { top:57.0625rem;left:0rem;width:13.0625rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5gSTwHy9Cws8ApODkDTmg2D9OMd421o { top:37.5rem;left:0rem;width:11.625rem;height:12.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbfOMT4gXK2GLVxq7Pb9Vh1QKyuZiFqk { top:56.0625rem;left:0rem;width:11.625rem;height:12.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvsUqBxKyCNAeAPTQDLZtG2etigFV1QV { display:none; }
 }@media only screen and (max-width: 763px) { #D09AISVlziRPyBMqTauwRz0oqcWLTzdy { display:none; }
 }@media only screen and (max-width: 763px) { #rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg { display:none; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JEqUkBAxBNPRJpMVby7Orv11sSxKDLNv { top:1.0625rem;left:0rem;width:18.25rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd2h28u0EdCMSAR9FtgIBu6izFP6PktG { top:8.0625rem;left:0rem;width:18.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUhc9kIL9UcOz2z1IQLVb6O8NhM7Im0Z { top:11.625rem;left:0rem;width:18.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWG7LBltTKkdNmuofzizu7pMxS4ncrls { top:15.1875rem;left:0rem;width:18.25rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gP4mlVO1PJmZp8di9vgLxbT5l7iUkzBG { top:19.3125rem;left:0rem;width:18.25rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgARwp02ET3A7MvVaHBKnLNbReygI8ci { display:none; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z9Skhxc04rrySxADoKeo308cTWh7ZN5e { top:1.375rem;left:0rem;width:13.0625rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9wak1cui3kqLOKqQm3HpPadznWR89ax { top:5.5rem;left:0rem;width:18.25rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFCPx6LhEtqVlPQXOyoPSPQwuymWlIRa { top:23.4375rem;left:0rem;width:18.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PunhBN2U3419fhTgET6RBVXgrtir0Kxs { display:none; }
 }@media only screen and (max-width: 763px) { #uGNpIAV9zc4LUPQurTG1MReilPkzRCuN { display:none; }
 }@media only screen and (max-width: 763px) { #qs7cnSv4FU6rdPkXhD1qL6vyVEhzftz4 { top:29.8125rem;left:0rem;width:18.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrOOwG7s60LUqufWMsEgibqJWneyTbeX { top:33.875rem;left:0rem;width:18.25rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKGpHbiu1yZ9iLRTWVOJegsBnsn7Irmd { display:none; }
 }@media only screen and (max-width: 763px) { #dWtIEOuSWTXzIUUtzJz6JHs7moulGFcd { display:none; }
 }@media only screen and (max-width: 763px) { #yOp0AcT3fkIG8SVCat8WcmclVsS8PLLW { top:40.6875rem;left:0rem;width:18.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5xMrHDbiDINKxZd8I6QxZpiLeJSmh8G { top:44.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXAqFNcQDSVGWZNgzCHMBcJedzgzhAvE { display:none; }
 }@media only screen and (max-width: 763px) { #rWKZmPumNE9Wxr1OaK0u3FFPRlTKpCGd { display:none; }
 }@media only screen and (max-width: 763px) { #zsezhsfo9rhR51KugaMeIyQ8xlER5sG9 { top:42.8125rem;left:0rem;width:1.875rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0mAViFzhGp5RX6VESLZ7GCEbXIw3OaZ { top:47.5rem;left:0rem;width:18.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gp3Zy00P4EIX5D84vuNVriKUXPXrToM6 { top:49.875rem;left:0rem;width:12.625rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3W8KzofNPVpSWS7nTra0FfTTX3Oc463 { display:none; }
 }@media only screen and (max-width: 763px) { #MTdRTAxyzCQ41kW82shdDU5y155mm0pD { display:none; }
 }@media only screen and (max-width: 763px) { #iGT6gHOZ0hoKNPOJzNxKw02wz9U0AQdE { display:none; }
 }@media only screen and (max-width: 763px) { #xVZZ2CFwFs2O2td8gXfz98SEh8kzHpgt { top:62.125rem;left:0rem;width:1.875rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtQT1nZQiJX6dBLXKOUu3kRkHMZAi8Ri { top:66rem;left:0rem;width:14.5625rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ggs8yC8lZmC2lRaTsVRxz5NBrRdMxqc2 { top:49.875rem;left:0rem;width:12.625rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7Ts8LdTRwDTsx4qmEmmt2sNRMi1UXlv { display:none; }
 }@media only screen and (max-width: 763px) { #WaFXPTePQpqTpEPOAUFGASRzrlz18680 { top:80rem;left:0rem;width:18.125rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XN9Dy4s4d02ynZuvoO0KRlxW38sBO8hE { top:87.5rem;left:0rem;width:18.125rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUsNF9oeFNH23gN4uLT5pFHWz7zKDFoH { display:none; }
 }@media only screen and (max-width: 763px) { #lHV1XdaL7p7s33XvBN9rCwTnThPRtWXc { top:91.75rem;left:0rem;width:16.5rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTn9LzXQyDowpS1xISMPH0AAEDuWyWcQ { top:95.875rem;left:0rem;width:16.5rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVEnqTyliTCNnzTkfOyrnJqc4Vsuz36B { display:none; }
 }@media only screen and (max-width: 763px) { #vGodx1sJkRVDGP5SL5BFJktwgrVCMeIF { width:46.6875rem;height:64rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0cWQQ0sN4ZMLITpAm7xx2fTMmwlMJ34 { top:143.875rem;left:0rem;width:18.125rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mT6JqP3hKTI1d0IvpguxgODmdthLGxRp { top:148.0625rem;left:0rem;width:16.5rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKUxJJtF6mkW5ESoQaXztmfPApm9ekNT { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZE5Sh2IQ1fX4Qsd9VfBu2UxGhm264mdn { top:140.5625rem;left:0rem;width:18.125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOaUhsTPSkg5NAwf6x5raCzNlzoR5r7T { top:179rem;left:0rem;width:18.125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuaapFq7DgkGmZOI0SRAxdf1tocmnhtw { display:none; }
 }@media only screen and (max-width: 763px) { #hNXwbngcfrhoWZBWpDwtmEU9hygP6dZX { top:183.4375rem;left:0rem;width:18.125rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnbfuKuXPkIOmDKBlQ9hlNfNHiC69t4v { top:189.625rem;left:0rem;width:16.5rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fclc1TrnH4g5CkiPdgdxKPi2TAr3w19R { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vagr9KrZubSav1KnoOgcTqPvgVkBwybb { top:179rem;left:0rem;width:18.125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyMdA7cnd1iNVvifVHyxuU016u0tU5Va { display:none; }
 }@media only screen and (max-width: 763px) { #LMr9ssW6JTAUR1clbNuOJbwmukx6Cz0S { top:224rem;left:0rem;width:18.125rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZu79kyNGBdb4aqZgmtO8ZLGOAygaLhl { top:230rem;left:0rem;width:16.5rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Svkqbq7AxH4v17lsAvCMTJkkBVkKPIgP { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CW0FhDfZzDhWDJwTa59MP2RrRxkJJFeB { top:258.4375rem;left:0rem;width:18.125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXTK0RqVqS5mgqbf1fWeeXtWrDuIZCLK { display:none; }
 }@media only screen and (max-width: 763px) { #e2uwlTiv3EKcDlBWlqs1VdsEXnqd25cz { top:263.9375rem;left:0rem;width:19.6875rem;height:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THQFgVTTOZb8MU3R28RAxT7ByEpRrI6S { top:272.125rem;left:0rem;width:19.25rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c151UZT41Vm92tWTQVVKkp5iJJyZmUfR { display:none; }
 }@media only screen and (max-width: 763px) { #HlIWnFWuUAz5TwqG9xHGSEdABgRyPeFT { top:1.9375rem;left:0rem;width:19.3125rem;height:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #syGaNOFwMUmCtwR7ysll9wm6n8NBMGSk { display:none; }
 }@media only screen and (max-width: 763px) { #HbGN4U7FS4mo5VJoBSpuG31r4ZRbHshn { top:289.4375rem;left:0rem;width:19.6875rem;height:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWf5NHA0DxSsU02ZwhRilDiPmOhNsL1q { top:296.25rem;left:0rem;width:19.6875rem;height:1.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvHg7NmS2m2GiaSL7goTUmSuqNrbs42R { display:none; }
 }@media only screen and (max-width: 763px) { #DChitGQBTfBcHJBCmXiLcJi4ivBXpdsd { display:none; }
 }@media only screen and (max-width: 763px) { #enH74kPaqNAoqQuOrEUWT3dTENCmvk7E { display:none; }
 }@media only screen and (max-width: 763px) { #hKUW64cq4UeftdWd0gswLUpiICfk6nXd { top:303.125rem;left:0rem;width:19.6875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bt3AO1bLI7Cecky9WQUlhdf4UJOEQSrh { top:307.3125rem;left:0rem;width:19.6875rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNbBKMUXh1ECBDThwidKZZa0IrmcIqHZ { display:none; }
 }@media only screen and (max-width: 763px) { #M3tp4cizPI3dZpnd6ToouX21cl9sottQ { top:309.75rem;left:0rem;width:19.6875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGMqnL2d0C9MmXh1VGEh0EqvA3cT0s5R { top:313.375rem;left:0rem;width:19.6875rem;height:6.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zt5y4JLa0O18BZvE6czWa5QOwwUiWsoT { top:326.75rem;left:0rem;width:19.6875rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfkTLBsuQvCDFFedoGdPsizpLIaE7sTQ { top:320.125rem;left:0rem;width:19.6875rem;height:6.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ronThZ0qA2UkMv7hV7WNT2Eo8i6SBTs5 { top:331.8125rem;left:0rem;width:19.6875rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxdBB73pXugQw1ITuIzlmQumK3VFW9ZU { display:none; }
 }@media only screen and (max-width: 763px) { #zGQk75WrTp0dQdnaWubEBmTs88LqeqoF { display:none; }
 }@media only screen and (max-width: 763px) { #buRTV2yc46hHonFf8ec5TJfDzQ39Atc0 { top:339.625rem;left:0rem;width:19.6875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQIBxQmUhZoMJAAsFJPyEoSfrqa57ZbS { top:341.5625rem;left:0rem;width:19.6875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDgKT1LhkOnVqKTcggOVDm4wXLhfuu3t { display:none; }
 }@media only screen and (max-width: 763px) { #V7RgOm8cfTthOv3BSeOQvl8f5kU6pkCI { display:none; }
 }@media only screen and (max-width: 763px) { #I2loevgGclTfWXTwyNT3OOqJmGJKBSWd { top:345.3125rem;left:0rem;width:19.6875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSie9sSRv3kJi8aF7Zw3WoT2sx3bzG5N { top:349.25rem;left:0rem;width:19.6875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTi29i0xkRve5CRFS3ewZhIPIUO8m8Bx { top:353.1875rem;left:0rem;width:19.6875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGDlpET8C5TVUJdEaUZ0br8VonvVVS1H { top:357.25rem;left:0rem;width:19.6875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9F6Bd8cuJrssipSnuIfkffx9BU80UvO { display:none; }
 }@media only screen and (max-width: 763px) { #DSrOJViiqDFQDnEAVWWXXWlWBWaCXQkp { display:none; }
 }@media only screen and (max-width: 763px) { #A0x2rpCMm0mmrxwA5xutUE0GauayXiHi { display:none; }
 }@media only screen and (max-width: 763px) { #qZZq89ShzPN3Oxik0koJlTGHQ9nbHlZz { display:none; }
 }@media only screen and (max-width: 763px) { #pXQPOdcc0tWlRmPFqdticiV23yg6Ogg1 { top:1.25rem;left:0rem;width:20rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d { display:none; }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lUzVDzLJUgVfkcN5zH829dAsyqEszXxh { top:20.375rem;left:0rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT4K2sL5S4RkJsf0iT1SCvJZNTB6Wu89 { top:23.875rem;left:0rem;width:17.5rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3gsg41bTEE5Wu33AO11EsXsuTRFWkw0 { top:31.9375rem;left:0rem;width:2.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrbH8IULbo3ciyy7A5mwv4VApS8xVkJH { top:31.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbxDX4DhERdl4uIDpNV9CR63Jgdg3v1A { top:31.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaO2O7f4US9xRf1RydGZSRxPAVZide5O { top:31.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ99ma1AC2KbfQ3UfMNbqvXHGTWAZB11 { top:31.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6VbhkzsMIIPI99Gof7aUQSnTe6Rf9Id { top:31.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liZmAQLreUIyVORFl8mDuz9JtbbeFCRF { top:14.4375rem;left:1.3541666269302rem;width:11.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy57ImOAApIZHwvZX7Nz2R6WMsDDiCgk { top:32rem;left:18.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSPXxHeiMI1HRdaJtTWHFwM36Ir2lOqs { top:32rem;left:20.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Xkzf3SdtnPZaE4I03OueNWrG1luVFm { top:32rem;left:22rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaUK0sDLGtroIBgMILn67MxcT3lMuWD6 { top:32rem;left:23.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiuSoGyqCJSBt9LcP78hKqXgtNVF6N4f { top:32rem;left:25.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5VJDtQAwW27hBqDEXPzIsrrOnZJ7HCV { top:20.375rem;left:0rem;width:23.75rem;height:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #czkDqw0T5im0V794NAzE2p8owa3M7zcb { top:20.75rem;left:0rem;width:17.5rem;height:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHilL9epVqGxxveQmAcCpw8SuzkTOuic { top:31.9375rem;left:0rem;width:2.375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuJyp58Bl3NMklzbLA8g16BDJHDFJ7zn { top:33.75rem;left:1.1666666269302rem;width:11.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSy8kDOuHPXwxyfVk4qX4HEJeiCW2bD1 { top:20.375rem;left:0rem;width:23.75rem;height:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T79P7o6Tm2hTDltwAFaKR4ZKlLJpGyTc { top:39.1875rem;left:0rem;width:17.5rem;height:10.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAVo0L5Xnw5IqykCm0wAfsTZqc2mK8wu { top:31.9375rem;left:0rem;width:2.375rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLzeDUyVqoOy0MsrcdSRiDRbtk4z5Nid { top:51.6875rem;left:1.0416666269302rem;width:11.625rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k41ilghqJ4vol3R4zepZQOAiVf4kqvwG { top:32rem;left:25.3125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxB7ENf6sFh6I4l8iyPSULfZ5PG8l8ay { top:32rem;left:25.3125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqTSX2yfOLCnH64vmoSZMe4ae2oCkNB3 { top:32rem;left:25.3125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLOBlSvbo4xSJl76URIugSToUD1UtCUl { top:32rem;left:25.3125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmbpZb7W58SexiAlzPygTyeOrvt1F21K { top:32rem;left:25.3125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKTN6PffEVQlMhHOgZyID3G58cApJfRe { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbIkLvOzZFPRKT7du89BiDD66VPtHCi { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpLVVs41Qi9ALOl0mxNiICmZciEeALlO { width:23.875rem;height:25.174015009381rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNZ3pLwKxkQ7As49oXloOlQ8zGenvdMu { width:47.6875rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfIZv77ZKlDJhuAMzVXPtDTAKGuMhxnE { top:33.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocbDii4rdnS4DpQcRoqnna3gwlvdMDyV { top:20.375rem;left:0rem;width:23.75rem;height:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DM7PeXz5id1J0oudLHg19t038KFBo5VS { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTkMbPdyR94yKIlyk8b70qy8H1T8zKCN { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMu812NlHBWIs16FbtuZsdnQ6ESZv806 { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9wMRNM19gC9ZbiKT8UWB7misM32URtL { top:33.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3h91182OQDFUSB2sPoeCvA5zurRZEuS { top:33.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRLutCDHRSSyPBB922RJ1vLik7lUFbfh { top:20.375rem;left:0rem;width:23.75rem;height:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKArO3O6ugT7bMQJ3GGTX3HZKtCEGlQn { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGD8fhSdcG1DcxLe4fUttO6ZI4mmvNbg { width:23.875rem;height:25.174015009381rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcI8SkIgI33kaRyf8SshcDW3BzRN8FDV { width:47.6875rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTSGkJigzWVeRtLU0ki6kVhmUMNuw3B4 { top:33.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFOPytUaqQr0ufyfd2sn7RPz1e2WKAbT { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhschAZI0xT8qZTPtJSg2lC0J8AkvAur { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLPgaS9dcTPNrWAos0WeXDi9q2THNsxa { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtu4nSZiQqPxOyW4txK7mh2OJcrog72D { top:33.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPniTwTNIExfus1L3a8i6BEIutTUElBK { top:33.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHXkgLxzUNSZfZ06A6XI9qHGtnyQsoDg { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTpH5BxIicqdkZHPDT9vJH68rRPBaEBp { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQD8ZCUWi6XfCwZtTs2zTfhSKHr9gONc { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5K3Nbi1wfbP5KFDkL4ZDzxt8D4cfeic { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqrL1oxTqL92TqQgtZJ9nn6hbWfUg7VG { display:none; }
 }@media only screen and (max-width: 763px) { #sfIXzsWBi4kyFfN811dZN7q27t59wN70 { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpVOC5Gyi94QBwzOmUVHHca1SliRTCr1 { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVC5lCc0iBaOSsrJ3ye56sOueDZ5Embk { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgGnT2UU34TlpoNDccIeTgPUK9Qf9IiK { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tylGq4y8X1DoEPlPLk7p4IAKDqeo5iHZ { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkOKPZwyLS4kbzekgEHxbrO4fG7q1WXX { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmRkLa2fTPiJ15mpFl8icUAoaWh6qysl { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGWxkeDzt2J93yKrfo1dqrgAxrnKdPmR { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsQOM3tzl9oqeXIgtVRL2776i2ndfaMf { display:none; }
 }@media only screen and (max-width: 763px) { #QOTp74pa5cWVaLUGiTEReuQJUH32fnfW { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2qS8tVGRDqN5LRChyNRCDyL9TTAchHx { display:none; }
 }@media only screen and (max-width: 763px) { #xhQeNxoOanTlFkTfZefJPiskdwdIAwbz { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk { display:flex;width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #EgcmOO5Fwr5uRnlqtiVvOTTWnT5sLFFB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #sINsV0zHLZwh2KkTUdJdExq7gB2kk6zf {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #Qyt8rIrKJCNULmizNrrQiWz0BeIkTwNo {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #Hv1ClSrHgJ8aL8EFk8H2Bn2f6JuiH37H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #JuM5Sh4RUvm7l3EIEq50Wr44gdXTUtUw {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #MD0wMSEN33JHL1gRy0n366WL0fZfsdcH {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #KOAuXaDRfp27kXnHOt0WairGZuSetfUR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #wToDHTeyFkhuTFBQ7FdBhO3cckOm3G7e {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #XhweiU5ABNLnmlTZXzCC9wv63CGrC11B {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #eolZJTmHLuQof8FmUihQ1O07RTTBlRzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #Fy84fLSc7fus8uxudseK2a5uDkTpuUv8 {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #DMwDXR2LqZcAn5U2nh1PqTZT0I6nTP0e {  }
 }@media only screen and (max-width: 763px) { #o9ZwQdPfLgy4T28scn21lolAmaE5uVwu { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0xg08CllWvHxlvbJ6PmsImGtf4XDGHr { top:20.375rem;left:0rem;width:23.75rem;height:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { background-color:#356664;background-image:url("https://images.assets-landingi.com/uc/096018da-7cfa-458a-a676-b27abebc8187/Zrzutekranu20251011144103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.adaptive-delivery-prevent-bg, #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.lazyload, #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo.lazyloading { background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XACzTXoAi2hkxDLvrvHOTHWb6486oW9Q { width:20rem;height:18.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1T43vsdkrNWnVaS4rFDRTEWG9S7sk5F { width:20rem;height:10.999375rem;top:5.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag2H7GeIoGPMnzIPO1qZkwKdMTFAUTql { top:3.375rem;left:1.125rem;width:17.75rem;height:8.4479375rem;z-index:15007;color:#fcfcfc;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU9KDxTwKKLiDO9bmhKwZ5pyNTv8tlA3 { top:13.3125rem;left:1.125rem;width:17.75rem;height:6.09375rem;z-index:15008;color:#fcfcfc;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KghhKRrRcnTGgyhOr8XLK5aeZXReVdgk { width:20rem;height:auto;top:14.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn { background-color:#ddf1dd;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; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row .container { background-color: transparent; background-image: none; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row .container > .video-iframe-container { display: none; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row > .video-iframe-container { display: none; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .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); }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row .container { border-width: 0; border-radius: 0; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wk5opZvhqkdTWDnfIzvRfXXQMoRUmRNn > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITxOo1lBk0ZaZW8kePN9y3O97mNIEziy { top:0.78125rem;left:0rem;width:19.875rem;height:14.1875rem;z-index:15000;box-shadow: 0.4375rem 0.4375rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #nmfQBLRd7s0sg17qdqw9itRuXpiAe4WT { top:1.1718778610229rem;left:0.34375rem;width:19.3125rem;height:13.40625rem;z-index:15009;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B60Iia6Nzn1oJ4SCtrob5bFQxK0yMBQr { display:flex;top:0.78125rem;left:0rem;width:1.9375rem;height:1.9375rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs { background-color:#ddf1dd;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; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row .container { background-color: transparent; background-image: none; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row .container > .video-iframe-container { display: none; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row > .video-iframe-container { display: none; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .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); }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row .container { border-width: 0; border-radius: 0; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JmIDGAPP52xXO7uNuxciSK4JV5EFAtXs > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0nmEZpmZKqSMpdTkFCR1vneQncUyWOr { top:0rem;left:0rem;width:19.875rem;height:3.125rem;z-index:15000;border-top-right-radius:6rem;border-bottom-right-radius:6rem;border-bottom-left-radius:6rem;border-top-left-radius:6rem;background-color:#f8c424;background-image:none;box-shadow: 0.375rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JnrBTBtnLIIUs1qpty21RBWZfRerd3Bd { top:0.953125rem;left:0rem;width:19.3125rem;height:1.21875rem;z-index:15010;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAU76swh5a9kBfbpEABrXmRkaR4UX2xg { background-color:#ddf1dd;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; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row .container { background-color: transparent; background-image: none; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row .container > .video-iframe-container { display: none; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row > .video-iframe-container { display: none; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .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); }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row .container { border-width: 0; border-radius: 0; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAU76swh5a9kBfbpEABrXmRkaR4UX2xg > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SR8rTgVE5dIoy9yTZwrucW0K7eCxcMUp { top:0.619140625rem;left:1.125rem;width:17.75rem;height:4.22395625rem;z-index:15008;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCSXiHUeixqscSGJCu6Pi0FW5kK2er6T { top:5.453125rem;left:0.34375rem;width:19.3125rem;height:3.65625rem;z-index:15011;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaSqLIbbTlcQZP710WLsfwzLF8D5XCcW { top:10.904947757721rem;left:3.3125001192093rem;width:13.3125rem;height:16.25rem;z-index:15001;box-shadow: 0.75rem 0.875rem 0.75rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WWcqnieD64IANUmQVNsZO6OXHnU9seQP { top:11.792969062924rem;left:3.5000001192093rem;width:13rem;height:3.4114625rem;z-index:15009;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXQAEkanKmGyTuUmV8C6ZbqwCZ4f81DQ { top:15.80078125rem;left:4.1875001192093rem;width:11.625rem;height:10.3958125rem;z-index:15012;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSZ84ppC6WqgB4Ca5V31Uvpw8e3HIgt7 { top:30.9375rem;left:3.3437501192093rem;width:13.3125rem;height:20.875rem;z-index:15002;box-shadow: 0.4375rem 0.4375rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T83nQgtsTxWbsyImBNu8SAmWagcRmGw5 { top:56.0625rem;left:3.5000001192093rem;width:13.0625rem;height:19.9375rem;z-index:15003;box-shadow: 0.4375rem 0.4375rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iIS2ePLnrbt1OFsfmS2ILLf3ZpF6hcqu { top:31.60546875rem;left:3.3125001192093rem;width:13rem;height:5.1171875rem;z-index:15010;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMU31V20rLhztgTPTyIxkG9Xn2qUzI6u { top:56.062503814698rem;left:3.4687501192093rem;width:13.0625rem;height:5.1171875rem;z-index:15011;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gSTwHy9Cws8ApODkDTmg2D9OMd421o { top:37.67578125rem;left:4.1875001192093rem;width:11.625rem;height:12.9948125rem;z-index:15013;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbfOMT4gXK2GLVxq7Pb9Vh1QKyuZiFqk { top:61.796226501465rem;left:4.1875001192093rem;width:11.625rem;height:12.9948125rem;z-index:15014;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvsUqBxKyCNAeAPTQDLZtG2etigFV1QV { display:flex;top:52.416017532349rem;left:8.1562505960463rem;width:3.6875rem;height:3.6875rem;z-index:15015;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #D09AISVlziRPyBMqTauwRz0oqcWLTzdy { display:flex;top:27.154298305511rem;left:8.1562505960463rem;width:3.6875rem;height:3.6875rem;z-index:15016;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg { background-color:rgba(239,208,216,0.9);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; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row .container { background-color: transparent; background-image: none; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row .container > .video-iframe-container { display: none; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row > .video-iframe-container { display: none; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .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); }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row .container { border-width: 0; border-radius: 0; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMmhOJEZ9e75HAFaOAg2T3CZrtJONMOg > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEqUkBAxBNPRJpMVby7Orv11sSxKDLNv { top:1.107421875rem;left:1.0312501192093rem;width:18.25rem;height:6.497375rem;z-index:15015;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd2h28u0EdCMSAR9FtgIBu6izFP6PktG { top:8.0748691558837rem;left:0.875rem;width:18.25rem;height:2.59895625rem;z-index:15016;color:#f81d1d;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUhc9kIL9UcOz2z1IQLVb6O8NhM7Im0Z { top:11.677734375rem;left:0.875rem;width:18.25rem;height:2.59895625rem;z-index:15017;color:#ff0b0b;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWG7LBltTKkdNmuofzizu7pMxS4ncrls { top:15.234375rem;left:0.875rem;width:18.25rem;height:2.59895625rem;z-index:15018;color:#ff1010;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP4mlVO1PJmZp8di9vgLxbT5l7iUkzBG { top:19.315105438233rem;left:0.875rem;width:18.25rem;height:3.8984375rem;z-index:15016;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgARwp02ET3A7MvVaHBKnLNbReygI8ci { background-color:#ddf1dd;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; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row .container { background-color: transparent; background-image: none; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row .container > .video-iframe-container { display: none; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row > .video-iframe-container { display: none; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .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); }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row .container { border-width: 0; border-radius: 0; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FgARwp02ET3A7MvVaHBKnLNbReygI8ci > .row .container { width:20rem;height:372.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9Skhxc04rrySxADoKeo308cTWh7ZN5e { top:1.3750057220459rem;left:1.2187501192093rem;width:18.125rem;height:3.41145625rem;z-index:15012;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9wak1cui3kqLOKqQm3HpPadznWR89ax { top:5.41015625rem;left:0.875rem;width:18.25rem;height:16.8932375rem;z-index:15017;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFCPx6LhEtqVlPQXOyoPSPQwuymWlIRa { top:23.481121063233rem;left:0.71875rem;width:18.5625rem;height:1.70573125rem;z-index:15013;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PunhBN2U3419fhTgET6RBVXgrtir0Kxs { top:23.146484375rem;left:0.65625rem;width:18.6875rem;height:2.375rem;z-index:15004;box-shadow: 0.4375rem 0.4375rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uGNpIAV9zc4LUPQurTG1MReilPkzRCuN { top:27.187500953674rem;left:3.2500001192093rem;width:13.625rem;height:13.5rem;z-index:15005;box-shadow: 0.4375rem 0.4375rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;border-top:0.125rem solid #19471d;border-left:0.125rem solid #19471d;border-right:0.125rem solid #19471d;border-bottom:0.125rem solid #19471d;display:block; }
 }@media only screen and (max-width: 763px) { #qs7cnSv4FU6rdPkXhD1qL6vyVEhzftz4 { top:30.481121063233rem;left:0.71875rem;width:18.5625rem;height:1.70573125rem;z-index:15014;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrOOwG7s60LUqufWMsEgibqJWneyTbeX { top:32.845053672791rem;left:3.6875001192093rem;width:12.625rem;height:6.497375rem;z-index:15018;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKGpHbiu1yZ9iLRTWVOJegsBnsn7Irmd { display:flex;top:27.397787094116rem;left:8.4375005960463rem;width:3.125rem;height:3.125rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #dWtIEOuSWTXzIUUtzJz6JHs7moulGFcd { top:26.312501251698rem;left:2.3750001192093rem;width:2.75rem;height:2.3125rem;z-index:15020;background-color:#e5c52b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yOp0AcT3fkIG8SVCat8WcmclVsS8PLLW { top:27.187501430511rem;left:2.3437501192093rem;width:2.4375rem;height:1.70573125rem;z-index:15015;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5xMrHDbiDINKxZd8I6QxZpiLeJSmh8G { top:26.402996063233rem;left:3.2500001192093rem;width:1.875rem;height:2.1933625rem;z-index:15021;font-size:1.6875rem;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #kXAqFNcQDSVGWZNgzCHMBcJedzgzhAvE { top:43.8125rem;left:3.3437501192093rem;width:13.625rem;height:16rem;z-index:15006;box-shadow: 0.4375rem 0.4375rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;border-top:0.125rem solid #19471d;border-left:0.125rem solid #19471d;border-right:0.125rem solid #19471d;border-bottom:0.125rem solid #19471d;display:block; }
 }@media only screen and (max-width: 763px) { #rWKZmPumNE9Wxr1OaK0u3FFPRlTKpCGd { top:42.8125rem;left:2.3750001192093rem;width:2.75rem;height:2.3125rem;z-index:15021;background-color:#e5c52b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zsezhsfo9rhR51KugaMeIyQ8xlER5sG9 { top:42.871746063233rem;left:3.2500001192093rem;width:1.875rem;height:2.1933625rem;z-index:15022;font-size:1.6875rem;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #H0mAViFzhGp5RX6VESLZ7GCEbXIw3OaZ { top:47.543621063233rem;left:0.71875rem;width:18.5625rem;height:1.70573125rem;z-index:15015;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp3Zy00P4EIX5D84vuNVriKUXPXrToM6 { top:50.006511688233rem;left:3.9687501192093rem;width:12.625rem;height:9.096375rem;z-index:15019;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3W8KzofNPVpSWS7nTra0FfTTX3Oc463 { display:flex;top:44.460287094116rem;left:8.8437505960463rem;width:2.625rem;height:2.625rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #MTdRTAxyzCQ41kW82shdDU5y155mm0pD { top:63.06250190735rem;left:3.3437501192093rem;width:13.625rem;height:15.125rem;z-index:15007;box-shadow: 0.4375rem 0.4375rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;border-top:0.125rem solid #19471d;border-left:0.125rem solid #19471d;border-right:0.125rem solid #19471d;border-bottom:0.125rem solid #19471d;display:block; }
 }@media only screen and (max-width: 763px) { #iGT6gHOZ0hoKNPOJzNxKw02wz9U0AQdE { top:62.125001907349rem;left:2.3750001192093rem;width:2.75rem;height:2.3125rem;z-index:15022;background-color:#e5c52b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xVZZ2CFwFs2O2td8gXfz98SEh8kzHpgt { top:62.184246063233rem;left:3.2500001192093rem;width:1.875rem;height:2.1933625rem;z-index:15023;font-size:1.6875rem;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #LtQT1nZQiJX6dBLXKOUu3kRkHMZAi8Ri { top:66.043621063231rem;left:3.0000001192093rem;width:14.5625rem;height:1.54361875rem;z-index:15016;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggs8yC8lZmC2lRaTsVRxz5NBrRdMxqc2 { top:68.319011688231rem;left:3.9687501192093rem;width:12.625rem;height:9.096375rem;z-index:15020;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Ts8LdTRwDTsx4qmEmmt2sNRMi1UXlv { display:flex;top:63.25000190735rem;left:8.7187505960463rem;width:2.8125rem;height:2.8125rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #WaFXPTePQpqTpEPOAUFGASRzrlz18680 { top:80rem;left:0.9375rem;width:18.125rem;height:5.11719375rem;z-index:15013;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN9Dy4s4d02ynZuvoO0KRlxW38sBO8hE { top:86.5625rem;left:0.9375rem;width:18.125rem;height:5.1171875rem;z-index:15013;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUsNF9oeFNH23gN4uLT5pFHWz7zKDFoH { top:86.187505245206rem;left:0.78125rem;width:18.625rem;height:52.6875rem;z-index:15008;box-shadow: 0.4375rem 0.4375rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;border-top:0.125rem solid #19471d;border-left:0.125rem solid #19471d;border-right:0.125rem solid #19471d;border-bottom:0.125rem solid #19471d;display:block; }
 }@media only screen and (max-width: 763px) { #lHV1XdaL7p7s33XvBN9rCwTnThPRtWXc { top:91.794921875rem;left:1.7500001192093rem;width:16.5rem;height:9.096375rem;z-index:15021;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTn9LzXQyDowpS1xISMPH0AAEDuWyWcQ { top:101.62239646912rem;left:1.7500001192093rem;width:16.5rem;height:16.8932375rem;z-index:15022;color:#19471d;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVEnqTyliTCNnzTkfOyrnJqc4Vsuz36B { top:143.17903614044rem;left:0.9375rem;width:18.25rem;height:35.4375rem;z-index:15009;box-shadow: 0.4375rem 0.6875rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;border-top:0.125rem solid #19471d;border-left:0.125rem solid #19471d;border-right:0.125rem solid #19471d;border-bottom:0.125rem solid #19471d;display:block; }
 }@media only screen and (max-width: 763px) { #vGodx1sJkRVDGP5SL5BFJktwgrVCMeIF { top:113.70182323456rem;left:0rem;width:20rem;height:27.5rem;z-index:15026;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C0cWQQ0sN4ZMLITpAm7xx2fTMmwlMJ34 { top:143.93619823456rem;left:0.9375rem;width:18.125rem;height:3.4114625rem;z-index:15014;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT6JqP3hKTI1d0IvpguxgODmdthLGxRp { top:148.107421875rem;left:1.7500001192093rem;width:16.5rem;height:6.497375rem;z-index:15022;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKUxJJtF6mkW5ESoQaXztmfPApm9ekNT { top:151.97005712986rem;left:2.8750001192093rem;width:14.25rem;height:25.375rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZE5Sh2IQ1fX4Qsd9VfBu2UxGhm264mdn { top:136.19140625rem;left:0.9375rem;width:18.125rem;height:1.70573125rem;z-index:15015;color:#050505;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOaUhsTPSkg5NAwf6x5raCzNlzoR5r7T { top:175.59830856323rem;left:0.9375rem;width:18.125rem;height:1.70573125rem;z-index:15016;color:#050505;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuaapFq7DgkGmZOI0SRAxdf1tocmnhtw { top:182.42903709412rem;left:0.75rem;width:18.25rem;height:36.9375rem;z-index:15010;box-shadow: 0.4375rem 0.6875rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;border-top:0.125rem solid #19471d;border-left:0.125rem solid #19471d;border-right:0.125rem solid #19471d;border-bottom:0.125rem solid #19471d;display:block; }
 }@media only screen and (max-width: 763px) { #hNXwbngcfrhoWZBWpDwtmEU9hygP6dZX { top:183.49869918823rem;left:0.9375rem;width:18.125rem;height:5.11719375rem;z-index:15015;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnbfuKuXPkIOmDKBlQ9hlNfNHiC69t4v { top:189.669921875rem;left:1.7500001192093rem;width:16.5rem;height:6.497375rem;z-index:15023;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fclc1TrnH4g5CkiPdgdxKPi2TAr3w19R { top:195.51497387886rem;left:2.8125001192093rem;width:14.375rem;height:25.75rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vagr9KrZubSav1KnoOgcTqPvgVkBwybb { top:216.99153709412rem;left:0.9375rem;width:18.125rem;height:1.70573125rem;z-index:15017;color:#050505;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyMdA7cnd1iNVvifVHyxuU016u0tU5Va { top:222.93750524521rem;left:0.75rem;width:18.25rem;height:37.8125rem;z-index:15011;box-shadow: 0.4375rem 0.6875rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#f3f7f3;background-image:none;border-top:0.125rem solid #19471d;border-left:0.125rem solid #19471d;border-right:0.125rem solid #19471d;border-bottom:0.125rem solid #19471d;display:block; }
 }@media only screen and (max-width: 763px) { #LMr9ssW6JTAUR1clbNuOJbwmukx6Cz0S { top:224.06120300293rem;left:0.9375rem;width:18.125rem;height:3.4114625rem;z-index:15016;color:#19471d;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZu79kyNGBdb4aqZgmtO8ZLGOAygaLhl { top:230.04492759704rem;left:1.7500001192093rem;width:16.5rem;height:10.3958125rem;z-index:15024;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svkqbq7AxH4v17lsAvCMTJkkBVkKPIgP { top:238.62630748749rem;left:3.5000001192093rem;width:13rem;height:23.1875rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CW0FhDfZzDhWDJwTa59MP2RrRxkJJFeB { top:258.46029281616rem;left:0.9375rem;width:18.125rem;height:1.70573125rem;z-index:15017;color:#050505;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXTK0RqVqS5mgqbf1fWeeXtWrDuIZCLK { top:263.22917175293rem;left:0rem;width:20rem;height:18.625rem;z-index:15030;box-shadow: 0.3125rem 0.5625rem 0.3125rem rgba(0,0,0,0.5) ;background-color:#ffffff;background-image:none;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;display:block; }
 }@media only screen and (max-width: 763px) { #e2uwlTiv3EKcDlBWlqs1VdsEXnqd25cz { top:263.97852134704rem;left:0rem;width:19.6875rem;height:6.8229375rem;z-index:15031;text-align:center;text-align-last:center;color:#19471d;font-size:1.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #THQFgVTTOZb8MU3R28RAxT7ByEpRrI6S { top:272.166015625rem;left:0.3125rem;width:19.25rem;height:7.796875rem;z-index:15032;text-align:center;text-align-last:center;color:#19471d;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c151UZT41Vm92tWTQVVKkp5iJJyZmUfR { top:283.85546875rem;left:0.125rem;width:19.875rem;height:3.125rem;z-index:15001;border-top-right-radius:6rem;border-bottom-right-radius:6rem;border-bottom-left-radius:6rem;border-top-left-radius:6rem;background-color:#f8c424;background-image:none;box-shadow: 0.375rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HlIWnFWuUAz5TwqG9xHGSEdABgRyPeFT { top:284.80859375rem;left:0.6875rem;width:19.3125rem;height:1.21875rem;z-index:15011;color:#000000;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syGaNOFwMUmCtwR7ysll9wm6n8NBMGSk { top:298.29167747498rem;left:0rem;width:20rem;height:2.75rem;z-index:15031;box-shadow: 0.3125rem 0.5625rem 0.3125rem rgba(0,0,0,0.5) ;background-color:#ffffff;background-image:none;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;display:block; }
 }@media only screen and (max-width: 763px) { #HbGN4U7FS4mo5VJoBSpuG31r4ZRbHshn { top:289.47852706909rem;left:0.3125rem;width:19.6875rem;height:6.8229375rem;z-index:15032;text-align:center;text-align-last:center;color:#000000;font-size:1.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TWf5NHA0DxSsU02ZwhRilDiPmOhNsL1q { top:298.89519309998rem;left:0.15625rem;width:19.6875rem;height:1.54361875rem;z-index:15033;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lvHg7NmS2m2GiaSL7goTUmSuqNrbs42R { display:flex;top:298.76042747498rem;left:0rem;width:1.8125rem;height:1.8125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #DChitGQBTfBcHJBCmXiLcJi4ivBXpdsd { display:flex;top:303.05209350586rem;left:0rem;width:1.8125rem;height:1.8125rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #enH74kPaqNAoqQuOrEUWT3dTENCmvk7E { top:302.58334350586rem;left:0rem;width:20rem;height:2.75rem;z-index:15032;box-shadow: 0.3125rem 0.5625rem 0.3125rem rgba(0,0,0,0.5) ;background-color:#ffffff;background-image:none;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;display:block; }
 }@media only screen and (max-width: 763px) { #hKUW64cq4UeftdWd0gswLUpiICfk6nXd { top:303.18685913086rem;left:0rem;width:19.6875rem;height:1.54361875rem;z-index:15034;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3AO1bLI7Cecky9WQUlhdf4UJOEQSrh { top:306.35874557495rem;left:0rem;width:19.6875rem;height:3.41145625rem;z-index:15032;text-align:center;text-align-last:center;color:#19471d;font-size:1.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iNbBKMUXh1ECBDThwidKZZa0IrmcIqHZ { top:312.41798973084rem;left:0.125rem;width:19.875rem;height:24.75rem;z-index:15002;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;background-color:#efd0d8;background-image:none;box-shadow: 0.375rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #M3tp4cizPI3dZpnd6ToouX21cl9sottQ { top:310.33140087127rem;left:0rem;width:19.6875rem;height:1.54361875rem;z-index:15033;text-align:center;text-align-last:center;color:#19471d;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aGMqnL2d0C9MmXh1VGEh0EqvA3cT0s5R { top:313.378926754rem;left:0rem;width:19.6875rem;height:6.174475rem;z-index:15035;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zt5y4JLa0O18BZvE6czWa5QOwwUiWsoT { top:326.79559326172rem;left:0.3125rem;width:19.6875rem;height:4.63085625rem;z-index:15036;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FfkTLBsuQvCDFFedoGdPsizpLIaE7sTQ { top:320.18556785584rem;left:0rem;width:19.6875rem;height:6.174475rem;z-index:15037;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ronThZ0qA2UkMv7hV7WNT2Eo8i6SBTs5 { top:331.86199951172rem;left:0rem;width:19.6875rem;height:4.38671875rem;z-index:15038;text-align:center;text-align-last:center;color:#000000;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BxdBB73pXugQw1ITuIzlmQumK3VFW9ZU { top:340.54298973084rem;left:0rem;width:19.875rem;height:21.6875rem;z-index:15003;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;background-color:#9fd3af;background-image:none;box-shadow: 0.375rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zGQk75WrTp0dQdnaWubEBmTs88LqeqoF { top:319.55210399627rem;left:0rem;width:20rem;height:0.4375rem;z-index:15042;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #buRTV2yc46hHonFf8ec5TJfDzQ39Atc0 { top:338.35353660584rem;left:0rem;width:19.6875rem;height:1.54361875rem;z-index:15034;text-align:center;text-align-last:center;color:#19471d;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fQIBxQmUhZoMJAAsFJPyEoSfrqa57ZbS { top:341.615234375rem;left:0rem;width:19.6875rem;height:3.0872375rem;z-index:15039;text-align:center;text-align-last:center;color:#050505;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hDgKT1LhkOnVqKTcggOVDm4wXLhfuu3t { top:326.35874557495rem;left:0rem;width:20rem;height:0.4375rem;z-index:15043;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #V7RgOm8cfTthOv3BSeOQvl8f5kU6pkCI { top:331.42515182495rem;left:0rem;width:20rem;height:0.4375rem;z-index:15044;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I2loevgGclTfWXTwyNT3OOqJmGJKBSWd { top:345.32423973084rem;left:0.15625rem;width:19.6875rem;height:3.0872375rem;z-index:15040;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mSie9sSRv3kJi8aF7Zw3WoT2sx3bzG5N { top:349.26173973084rem;left:0rem;width:19.6875rem;height:3.0872375rem;z-index:15041;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wTi29i0xkRve5CRFS3ewZhIPIUO8m8Bx { top:353.23960494995rem;left:0rem;width:19.6875rem;height:3.0872375rem;z-index:15042;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fGDlpET8C5TVUJdEaUZ0br8VonvVVS1H { top:357.28517723084rem;left:0rem;width:19.6875rem;height:3.0872375rem;z-index:15043;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T9F6Bd8cuJrssipSnuIfkffx9BU80UvO { top:344.66017723084rem;left:0rem;width:20rem;height:0.4375rem;z-index:15045;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DSrOJViiqDFQDnEAVWWXXWlWBWaCXQkp { top:348.86525535584rem;left:0rem;width:20rem;height:0.4375rem;z-index:15046;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A0x2rpCMm0mmrxwA5xutUE0GauayXiHi { top:352.80275535584rem;left:0rem;width:20rem;height:0.4375rem;z-index:15047;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qZZq89ShzPN3Oxik0koJlTGHQ9nbHlZz { top:356.88869285584rem;left:0rem;width:20rem;height:0.4375rem;z-index:15048;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pXQPOdcc0tWlRmPFqdticiV23yg6Ogg1 { width:20rem;height:8rem;top:364.50001049042rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d { display:block; }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d { background-color: transparent; background-image: none; }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d > .row .container > .video-iframe-container { display: none; }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d > .row > .video-iframe-container { display: none; }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d > .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); }#Ia4UBHd2zKERa7FRKAabu4FcZ2yLJJ6d > .row .container { width:20rem;height:272.6875rem;background-color:#ddf1dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUzVDzLJUgVfkcN5zH829dAsyqEszXxh { width:19.875rem;height:16.5625rem;top:1.1861982345581rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #uT4K2sL5S4RkJsf0iT1SCvJZNTB6Wu89 { width:17.5rem;height:9.1875rem;top:2.3736982345581rem;left:1.2500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3gsg41bTEE5Wu33AO11EsXsuTRFWkw0 { width:3.5625rem;height:3.75rem;top:12.3125rem;left:1.2500001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UrbH8IULbo3ciyy7A5mwv4VApS8xVkJH { display:flex;width:1.5rem;height:1.5rem;top:12.3125rem;left:7.47916662693rem; }
 }@media only screen and (max-width: 763px) { #WbxDX4DhERdl4uIDpNV9CR63Jgdg3v1A { display:flex;width:1.5rem;height:1.5rem;top:12.3125rem;left:8.9375005960463rem; }
 }@media only screen and (max-width: 763px) { #ZaO2O7f4US9xRf1RydGZSRxPAVZide5O { display:flex;width:1.5rem;height:1.5rem;top:12.3125rem;left:10.395833611488rem; }
 }@media only screen and (max-width: 763px) { #pZ99ma1AC2KbfQ3UfMNbqvXHGTWAZB11 { display:flex;width:1.5rem;height:1.5rem;top:12.3125rem;left:11.85416662693rem; }
 }@media only screen and (max-width: 763px) { #H6VbhkzsMIIPI99Gof7aUQSnTe6Rf9Id { display:flex;width:1.5rem;height:1.5rem;top:12.3125rem;left:13.312500596046rem; }
 }@media only screen and (max-width: 763px) { #liZmAQLreUIyVORFl8mDuz9JtbbeFCRF { width:11.5rem;height:1.3125rem;top:14.479167938233rem;left:7.47916662693rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy57ImOAApIZHwvZX7Nz2R6WMsDDiCgk { display:flex;width:1.5rem;height:1.5rem;top:30.625rem;left:7.7708336114881rem; }
 }@media only screen and (max-width: 763px) { #aSPXxHeiMI1HRdaJtTWHFwM36Ir2lOqs { display:flex;width:1.5rem;height:1.5rem;top:30.625rem;left:9.22916662693rem; }
 }@media only screen and (max-width: 763px) { #x6Xkzf3SdtnPZaE4I03OueNWrG1luVFm { display:flex;width:1.5rem;height:1.5rem;top:30.625rem;left:10.437500596046rem; }
 }@media only screen and (max-width: 763px) { #ZaUK0sDLGtroIBgMILn67MxcT3lMuWD6 { display:flex;width:1.5rem;height:1.5rem;top:30.625rem;left:11.895833611488rem; }
 }@media only screen and (max-width: 763px) { #NiuSoGyqCJSBt9LcP78hKqXgtNVF6N4f { display:flex;width:1.5rem;height:1.5rem;top:30.625rem;left:13.35416662693rem; }
 }@media only screen and (max-width: 763px) { #a5VJDtQAwW27hBqDEXPzIsrrOnZJ7HCV { width:19.875rem;height:16.5625rem;top:19.936198234558rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #czkDqw0T5im0V794NAzE2p8owa3M7zcb { width:17.5rem;height:9.1875rem;top:20.811199188233rem;left:1.2500001192093rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #SHilL9epVqGxxveQmAcCpw8SuzkTOuic { width:3.375rem;height:3.75rem;top:30.625rem;left:1.2500001192093rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GuJyp58Bl3NMklzbLA8g16BDJHDFJ7zn { width:11.625rem;height:2.625rem;top:32.125rem;left:7.47916662693rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HSy8kDOuHPXwxyfVk4qX4HEJeiCW2bD1 { width:19.875rem;height:16.5625rem;top:38.686199188233rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #T79P7o6Tm2hTDltwAFaKR4ZKlLJpGyTc { width:17.5rem;height:10.5rem;top:39.248699188233rem;left:1.2500001192093rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #aAVo0L5Xnw5IqykCm0wAfsTZqc2mK8wu { width:3.375rem;height:3.1875rem;top:50.5625rem;left:1.2500001192093rem;overflow:hidden;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #yLzeDUyVqoOy0MsrcdSRiDRbtk4z5Nid { width:13.3125rem;height:1.3125rem;top:51.729167938233rem;left:7.16666662693rem;font-size:0.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #k41ilghqJ4vol3R4zepZQOAiVf4kqvwG { display:flex;width:1.5rem;height:1.5rem;top:49.748699188233rem;left:13.35416662693rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #bxB7ENf6sFh6I4l8iyPSULfZ5PG8l8ay { display:flex;width:1.5rem;height:1.5rem;top:49.748699188233rem;left:11.895833611488rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #KqTSX2yfOLCnH64vmoSZMe4ae2oCkNB3 { display:flex;width:1.5rem;height:1.5rem;top:49.748699188233rem;left:10.437500596046rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #PLOBlSvbo4xSJl76URIugSToUD1UtCUl { display:flex;width:1.5rem;height:1.5rem;top:49.748699188233rem;left:9.2500005960463rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #SmbpZb7W58SexiAlzPygTyeOrvt1F21K { display:flex;width:1.5rem;height:1.5rem;top:49.748699188233rem;left:7.7708336114881rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #QKTN6PffEVQlMhHOgZyID3G58cApJfRe { width:19.1875rem;height:1.75rem;top:56.479818344116rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbIkLvOzZFPRKT7du89BiDD66VPtHCi { width:16.5625rem;height:3.25rem;top:59.21875rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpLVVs41Qi9ALOl0mxNiICmZciEeALlO { width:20rem;height:21.08725rem;top:61.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNZ3pLwKxkQ7As49oXloOlQ8zGenvdMu { top:61.625rem;left:1.1875001192093rem;width:9.5rem;height:17.5rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QfIZv77ZKlDJhuAMzVXPtDTAKGuMhxnE { width:1.25rem;height:1.25rem;top:79.12500190735rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocbDii4rdnS4DpQcRoqnna3gwlvdMDyV { width:19.875rem;height:35.8125rem;top:58.718103408814rem;left:0.041015625rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #DM7PeXz5id1J0oudLHg19t038KFBo5VS { width:16.5625rem;height:;top:78.85547065735rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #oTkMbPdyR94yKIlyk8b70qy8H1T8zKCN { width:16.5625rem;height:3.8984375rem;top:83.54297065735rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #oMu812NlHBWIs16FbtuZsdnQ6ESZv806 { width:16.5625rem;height:3.8984375rem;top:87.980474472044rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #i9wMRNM19gC9ZbiKT8UWB7misM32URtL { width:1.25rem;height:1.25rem;top:83.542974472044rem;left:0.40625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #F3h91182OQDFUSB2sPoeCvA5zurRZEuS { width:1.25rem;height:1.25rem;top:88.667974472044rem;left:0.40625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IRLutCDHRSSyPBB922RJ1vLik7lUFbfh { width:19.875rem;height:36.75rem;top:97.541671752931rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #oKArO3O6ugT7bMQJ3GGTX3HZKtCEGlQn { width:16.5625rem;height:;top:98.156255722044rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hGD8fhSdcG1DcxLe4fUttO6ZI4mmvNbg { width:20rem;height:21.08725rem;top:101.40625190735rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WcI8SkIgI33kaRyf8SshcDW3BzRN8FDV { top:101.40625572204rem;left:1.2500001192093rem;width:9.5rem;height:16.9375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FTSGkJigzWVeRtLU0ki6kVhmUMNuw3B4 { width:1.25rem;height:1.25rem;top:119.56250572204rem;left:0.40625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #aFOPytUaqQr0ufyfd2sn7RPz1e2WKAbT { width:16.5625rem;height:3.8984375rem;top:118.63672447204rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NhschAZI0xT8qZTPtJSg2lC0J8AkvAur { width:16.5625rem;height:3.8984375rem;top:123.69922447204rem;left:2.2291666269303rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KLPgaS9dcTPNrWAos0WeXDi9q2THNsxa { width:16.5625rem;height:3.8984375rem;top:128.69922447204rem;left:2.2291666269303rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mtu4nSZiQqPxOyW4txK7mh2OJcrog72D { width:1.25rem;height:1.25rem;top:124.37500572204rem;left:0.40625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #fPniTwTNIExfus1L3a8i6BEIutTUElBK { width:1.25rem;height:1.25rem;top:129.31250572204rem;left:0.40625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #MHXkgLxzUNSZfZ06A6XI9qHGtnyQsoDg { width:19.1875rem;height:3.5rem;top:135.66732025146rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CTpH5BxIicqdkZHPDT9vJH68rRPBaEBp { width:20rem;height:17.0573125rem;top:140.04232406616rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QQD8ZCUWi6XfCwZtTs2zTfhSKHr9gONc { width:20rem;height:3.5rem;top:158.72982215881rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15004;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #F5K3Nbi1wfbP5KFDkL4ZDzxt8D4cfeic { width:18.6875rem;height:21.125rem;top:163.51171875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #JqrL1oxTqL92TqQgtZJ9nn6hbWfUg7VG { display:flex;top:184.10417175293rem;left:8.4375005960463rem;width:3.125rem;height:3.125rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #sfIXzsWBi4kyFfN811dZN7q27t59wN70 { width:18.6875rem;height:8.125rem;top:188.59310531616rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #QpVOC5Gyi94QBwzOmUVHHca1SliRTCr1 { width:19.1875rem;height:;top:200.771484375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15006;color:#f8c424;display:block; }
 }@media only screen and (max-width: 763px) { #oVC5lCc0iBaOSsrJ3ye56sOueDZ5Embk { width:19.9375rem;height:1.4375rem;top:198.03059959412rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15007;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #HgGnT2UU34TlpoNDccIeTgPUK9Qf9IiK { width:20rem;height:1.4375rem;top:200.052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15008;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #tylGq4y8X1DoEPlPLk7p4IAKDqeo5iHZ { width:20rem;height:4.3125rem;top:203.302734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15009;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #vkOKPZwyLS4kbzekgEHxbrO4fG7q1WXX { width:19.1875rem;height:1.4375rem;top:222.65690231323rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15010;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #hmRkLa2fTPiJ15mpFl8icUAoaWh6qysl { width:19.1875rem;height:11.25rem;top:224.052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15010;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #HGWxkeDzt2J93yKrfo1dqrgAxrnKdPmR { width:20rem;height:5.25rem;top:239.28190135956rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15005;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #hsQOM3tzl9oqeXIgtVRL2776i2ndfaMf { display:flex;top:235.26106834412rem;left:7.47916662693rem;width:4.0625rem;height:4.0625rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #QOTp74pa5cWVaLUGiTEReuQJUH32fnfW { width:19.1875rem;height:27rem;top:245.177754879rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15011;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #B2qS8tVGRDqN5LRChyNRCDyL9TTAchHx { top:207.990234375rem;left:5.3750001192093rem;width:8.875rem;height:2.625rem;z-index:15002;border-top-right-radius:6rem;border-bottom-right-radius:6rem;border-bottom-left-radius:6rem;border-top-left-radius:6rem;background-color:#f8c424;background-image:none;box-shadow: 0.375rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #xhQeNxoOanTlFkTfZefJPiskdwdIAwbz { width:20rem;height:1.4375rem;top:208.583984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15010;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk { display:flex;top:214.177734375rem;left:0.375rem;width:18rem;height:5.0625rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #EgcmOO5Fwr5uRnlqtiVvOTTWnT5sLFFB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #sINsV0zHLZwh2KkTUdJdExq7gB2kk6zf {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #Qyt8rIrKJCNULmizNrrQiWz0BeIkTwNo {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #Hv1ClSrHgJ8aL8EFk8H2Bn2f6JuiH37H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #JuM5Sh4RUvm7l3EIEq50Wr44gdXTUtUw {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #MD0wMSEN33JHL1gRy0n366WL0fZfsdcH {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #KOAuXaDRfp27kXnHOt0WairGZuSetfUR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #wToDHTeyFkhuTFBQ7FdBhO3cckOm3G7e {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #XhweiU5ABNLnmlTZXzCC9wv63CGrC11B {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #eolZJTmHLuQof8FmUihQ1O07RTTBlRzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #Fy84fLSc7fus8uxudseK2a5uDkTpuUv8 {  }
 }@media only screen and (max-width: 763px) { #LlHBp0Fn4ipdQN6iDEaNtcf16ck15NGk #DMwDXR2LqZcAn5U2nh1PqTZT0I6nTP0e {  }
 }@media only screen and (max-width: 763px) { #o9ZwQdPfLgy4T28scn21lolAmaE5uVwu { width:20rem;height:;top:212.177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15009;color:#19471d;display:block; }
 }@media only screen and (max-width: 763px) { #V0xg08CllWvHxlvbJ6PmsImGtf4XDGHr { width:19.875rem;height:44.5rem;top:157.97916698456rem;left:0rem;z-index:14991;display:block; }
 }