.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#212121;background-image:url("https://images.assets-landingi.com/uc/1a0f0857-9bc8-491b-85cc-840d43511ab8/backgroundimagepattern.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;overflow:visible;position:relative;display:block; }#ERvHmHuyRhoEgpm5t33T7cQIcuNX22Zq { position:absolute;display:block;z-index:15026;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.1875rem;top:6.6243896484375rem;left:33.624877929688rem;display:block; }
#dMFXNtNHAZXRoXgvAuCbsFtX45ORLyI0 { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"vintage moon";font-size:1.5625rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:49.873044967651rem;left:55.936431884766rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T1sPmC2Sy5Co7bv8xE5mbsaS5v71PAST { 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:4.3125rem;width:3.9375rem;display:none; }
#C5POLCQsqmtzp0FVJzaL7ER8fldy0dLv { background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mada;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.875rem;left:26.4375rem;display:block; }
#bqNr3GvKTh6oVdv38Q0I5WgBrJnbfSG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQmtHXWkBJ1KnZJdeH1xyGvTuROrodZP { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:mada;font-size:3.5rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:6.6243896484375rem;left:19.312133789062rem;height:7rem;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;text-align:center;text-align-last:center;display:block; }
#XygmGC6429AhGJVRl0bK0lUnEgAEkBOn { color:#ffffff;display:block;width:17.0605625rem;position:absolute;font-family:"vintage moon";font-size:2.0625rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:14.186645507812rem;left:40.538330078125rem;height:2.0625rem;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;text-align:center;text-align-last:center;display:block; }
#fHXEuEEd9OU56qmlAWOdacNJofaXKAKB { color:#ffffff;display:block;width:40.1245rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:17.937255859375rem;left:17.437133789062rem;height:5.99853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWvxa8lRBTd8wmqeWOL4Oonk052LUeks { color:#ffffff;display:block;width:18.6230625rem;position:absolute;font-family:mada;font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:30rem;left:28.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AE8pE30L4nh2k4p3zgeU8qMfTIwWpXw0 { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.874875rem;width:70.3125rem;top:26.0625rem;left:1.5rem;overflow:hidden;display:block; }
#EIuw8PIieUiFVmTJfKBEkMyaZEB2vv1W { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:1.0625rem;left:0rem;overflow:hidden;display:none; }
#ODwRXJbTgaigc1clF7bDcXwn6WLgmhOf { 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:16.5rem;width:45.625rem;display:none; }
#hTygsieOQurv8W1mhDWrqnsBPXG6UopS { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.625rem;top:50.5rem;left:5.5625rem;overflow:hidden;display:none; }
#cTGsz6lpaOgkU9uK7sWMDWyLzkFqFvlx { box-sizing:content-box;height:9.812rem;width:18.4375rem;position:absolute;display:block;z-index:15118;background-color:#fcff02;background-image:none;top:51.187133789062rem;left:51.036987304688rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#Rkd1IcwHwCL0Z4Pt4XgIuw7zFb6C2XOL { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.2495125rem;top:49.81201171875rem;left:52.413330078125rem;overflow:hidden;display:block; }
#ohFApchZkpP5lUSpTciRwOPHE00Q6vPm { position:absolute;display:block;z-index:15125;height:5.875rem;width:10.5rem;top:0rem;left:64.50000190735rem;display:block; }
#eJa4eBEcZEJn87KtAlXHh57Tamo23B7T { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.5610625rem;top:31.75rem;left:26.5rem;overflow:hidden;display:block; }
#LGMJrwb22VaUcyvitfGD0skRkc9xsxCi { position:absolute;display:block;z-index:15130;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:1.3745125rem;width:1.3745125rem;top:32.5rem;left:34.4375rem;overflow:hidden;display:block; }
#NHsWEd0gGrLeO9vTEMJc6xUnVmVWLLOJ { color:#ffffff;display:block;width:13.6855625rem;position:absolute;font-family:mada;font-size:1rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:32.6875rem;left:36.1875rem;height:1.19934375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DJOVNGrdq4HM9Ocu1MtTSl3TciO12npM { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:3.0625rem;left:28.25rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d22MEKbVHmDBJL9DRI16kbTZTZFH4ND2 { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:31.0625rem;left:65.099999427794rem;overflow:hidden;display:none; }
#iDysiebVF17RzzSrlC8xEUh6S7lHRxnA { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15124;line-height:1.1;letter-spacing:0;top:32.212501525879rem;left:69.599999427794rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wDfbCTfSMUl64Ito4UH12i09o0s04lD3 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:53.562622070312rem;left:52.443237304688rem;height:2.92358125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVTRZDtv3VmUBoCGeDi8lN8x3Sgmtng0 { box-sizing:content-box;height:2.3125rem;width:17.3125rem;position:absolute;display:block;z-index:15131;background-color:transparent;background-image:none;top:2.5625rem;left:28.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row .container { background-color: transparent; background-image: none; }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row .container > .video-iframe-container { display: none; }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row > .video-iframe-container { display: none; }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .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); }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row .container { border-width: 0; border-radius: 0; }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row .container { font-size:0.875rem;font-family:arial;height:110.4375rem;width:75rem;position:relative;display:block; }#XHfZhKLtdGULlaQ5GZPUrc7gD5Qhw5Jz { color:#000000;display:block;width:39.12475rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:8.2891845703125rem;left:17.936401367188rem;height:5.49926875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfTq3egXiOk5111deVEkSQ8bTJHDROCU { color:#000000;display:block;width:31.5rem;position:absolute;font-family:mada;font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:23rem;left:21.375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fRcgh1kZTiD6hTGh6ctFeut1pXcLT5e8 { color:#000000;display:block;width:35.625rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:26.075000286103rem;left:21.483593940735rem;height:5.77514375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ux4N17fvJlIJp9rD1JiVR50fIkqVyl8q { color:#000000;display:block;width:39.125rem;position:absolute;font-family:mada;font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:39.46249961853rem;left:21.374218940735rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6OND8PlDFvnFbkRiNetu09TG4pOuUVF { color:#000000;display:block;width:33.375rem;position:absolute;font-family:mada;font-size:1.625rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:59.224609375rem;left:21.3740234375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhbNsfCGlKzgC0WEdQHZFKHccKyMncWA { color:#000000;display:block;width:38.812rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:62.11767578125rem;left:21.375rem;height:4.94934375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P0chrkl3SSRm0yQZZmWOHRgwpuLoFL5P { position:absolute;display:block;z-index:15087;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:5rem;width:5rem;top:23rem;left:15.5rem;overflow:hidden;display:block; }
#uxW7r8eUG1Thn2JWdF5AmgO62PxuBPLI { position:absolute;display:block;z-index:15088;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:5rem;width:4.9375rem;top:39.46249961853rem;left:15.530468940735rem;overflow:hidden;display:block; }
#w5SIXKKBRc7BAWqEmRkdhT1u9505Smmc { position:absolute;display:block;z-index:15089;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:5rem;width:4.9375rem;top:59.224609375rem;left:15.5302734375rem;overflow:hidden;display:block; }
#hNp7k83V2iaLlePUATPTccsOlFh651Lp { color:#000000;display:block;width:17.0609375rem;position:absolute;font-family:"vintage moon";font-size:2.25rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:14.112500190735rem;left:47.562500953674rem;height:2.25rem;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;text-align:center;text-align-last:center;display:block; }
#y0l1sid2lv2pAgX7mafOtrXVUQ1bnz4d { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:300;z-index:15095;line-height:1.2;letter-spacing:0;top:23.9375rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HyhxTSTM9hRsuoEd7BXgSLGJFxx1KcO4 { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:33.75rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BBgMPDTq5nkyz848kVlMM7hJVk2UdvGl { position:absolute;display:block;z-index:15089;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:11.6875rem;top:32.4375rem;left:47.71875rem;display:none; }
#oOPZyVz0d6vpDDqaV6xlTcJVyNuMl5Ft { position:absolute;display:block;z-index:15090;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:11.6875rem;top:35.75rem;left:43.21875rem;display:none; }
#pP3JN1Dk9Pqq2GpfioldImqZg7JWK3qy { 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; }
#XQAb7wDOnRQC1G47fHbk9ITFd0koD9lT { 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; }
#bggFUO23CQP7IGO1nODbuBXqcSr3KuGP { color:#000000;display:block;width:8.0605625rem;position:absolute;font-family:mada;font-size:0.75rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:28.375rem;left:5.75rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qkdy49m2GvTCVqy9n1mEQgNP2HDzTT5h { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:27.875rem;left:1rem;overflow:hidden;display:none; }
#ynxRwHatxAJpTUmablxbQVMPSr3eSozn { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:30.9375rem;left:1.4375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tznpW43xkuQ6K4fTil8TVaWEuLgXHsc3 { position:absolute;display:block;z-index:15127;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:5.875rem;width:4.5625rem;top:29.8125rem;left:10.125rem;overflow:hidden;display:none; }
#JT0HnaVsrKQrQ5Tp1LJaPe9SuevAGdfh { box-sizing:content-box;height:13.25rem;width:15.8125rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:22.4375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#LMNdvKLN7n4a40h6pbZ91mGbpJoC6KLJ { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:90.3125rem;left:33.3125rem;overflow:hidden;display:block; }
#QT2G1lhVf7OxTxCILFHEwD00lm5s6Duc { box-sizing:content-box;height:26.625rem;width:61.75rem;position:absolute;display:block;z-index:15043;background-color:#000000;background-image:none;top:89.25rem;left:6.625rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VHT7HCmBRGiJLqokVteWLWrsh2mm1keF { box-sizing:content-box;height:14.625rem;width:53.8125rem;position:absolute;display:block;z-index:14989;background-color:transparent;background-image:none;top:20rem;left:10.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#hRVeMZ3PwGa8Meo6AuWX49Ar7gR27ut5 { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:42.624997615814rem;left:21.374218940735rem;height:7.7001875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4KGUzaZOOF5MbTsp1xKLV0n0p80hare { box-sizing:content-box;height:16.3125rem;width:53.8125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:36.875rem;left:10.44287109375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#dx9UPBhwMcP8H9T1SMW5t0ykVTbkTf9T { box-sizing:content-box;height:14.625rem;width:53.8125rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image:none;top:55.3125rem;left:10.44287109375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#KBCWRhTVtMt3zFTkfX2znsP3npi4hsMc { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.5625rem;width:9.5625rem;top:28.450000762939rem;left:60.499222755432rem;overflow:hidden;display:block; }
#vLP7erwlu8zZcZ7AT4HCfgCA1uqR2TR5 { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.5625rem;width:13.125rem;top:48.91250038147rem;left:0rem;overflow:hidden;display:block; }
#zTfqyIPRxc7sOVI5I1htqMkvU9MePyIx { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:400;z-index:15094;line-height:1.2;letter-spacing:0;top:100.625rem;left:13.3125rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zicJQKIy9wym1bc3fdqBTP7sOrlRPcq5 { position:absolute;display:block;z-index:15089;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:31.9375rem;top:102.375rem;left:30.6875rem;display:block; }
#ZcD5gEPJ9ZMyZdw4nPSG6bgEINwGwldO { position:absolute;display:block;z-index:15130;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:53.9375rem;width:25.6875rem;top:46.812499904633rem;left:59.427127689786rem;overflow:hidden;display:block; }
#w3zwn8kDGHVQoncoR9siqLrHX8qMevIU { position:absolute;display:block;z-index:15088;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:27.5625rem;top:104.3125rem;left:18.9375rem;display:block; }
#Nh4wGT5TAxCVyM7hm8St0OcGGzrOTsPI { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:108.375rem;left:20rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1WlNtlvDI1wxpzrwh2WCZJlsSQx37Wl { position:absolute;display:block;z-index:15141;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:1.375rem;width:1.375rem;top:91.8125rem;left:40.0625rem;overflow:hidden;display:none; }
#TGp1fRnMFI2HubaSKnsckmVHE9xhVAGB { position:absolute;display:block;z-index:15140;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:1.375rem;width:1.375rem;top:91.8125rem;left:38.6875rem;overflow:hidden;display:none; }
#b8BH9lvpMWA37CpH1ZhfbQ2qrHzyLEhi { position:absolute;display:block;z-index:15139;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:1.375rem;width:1.375rem;top:91.8125rem;left:37.3125rem;overflow:hidden;display:none; }
#xanHtDXxxDrgLaRng7QBGPR0ttaVPULa { position:absolute;display:block;z-index:15138;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:1.375rem;width:1.375rem;top:91.8125rem;left:36rem;overflow:hidden;display:none; }
#z4J486APavNvGEHH02KQR84oTC7IdTf6 { position:absolute;display:block;z-index:15137;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:1.375rem;width:1.375rem;top:91.8125rem;left:34.625rem;overflow:hidden;display:none; }
#Pn73Dk5kLw7AS4BczDVkzWPTbeNBcEMm { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:83.26172065735rem;left:20.924218177796rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Q7lBKrkTxbTAZqM9MgBWVdH2d8RzTyPf { box-sizing:content-box;height:13.75rem;width:75rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;top:0rem;left:0rem;display:block; }
#Mwu5ta4IGdzLfoNReCzH915b1MglmB3h { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.6497802734375rem;left:52.2119140625rem;overflow:hidden;display:block; }
#kVxiJ1KxNw9dMSNF5HTN7aDpN7HFHotP { color:#000000;display:block;width:11.875rem;position:absolute;font-family:mada;font-size:0.875rem;font-weight:400;z-index:15122;line-height:1.1;letter-spacing:0;top:2.6866455078125rem;left:55.9853515625rem;height:1.92505rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ew5x8RqiNkGTMat4zxxJOVRVcge8R0xp { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:74.75rem;left:10.59375rem;height:5.4992625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ih0TQQHndsELZTm2h654KxRRRHnkqc9K { color:#000000;display:block;width:25.75rem;position:absolute;font-family:mada;font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:81.3125rem;left:26.31201171875rem;height:3.80005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row .container { background-color: transparent; background-image: none; }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row .container > .video-iframe-container { display: none; }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row > .video-iframe-container { display: none; }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .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); }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row .container { border-width: 0; border-radius: 0; }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row .container { font-size:0.875rem;font-family:arial;height:81.75rem;width:75rem;position:relative;display:block; }#dge2rFA7LuWQXrPR1xscJLMf1JmslC4I { color:#1c1c1c;display:block;width:31.3125rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15086;line-height:1.1;letter-spacing:0;top:9.625rem;left:40.0625rem;height:5.49926875rem;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;text-align:left;text-align-last:left;display:block; }
#SfmnHbm0FhLHOrgyC9vbabqykvenVqCX { color:#000000;display:block;width:31.5rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:17.3125rem;left:40rem;height:10.4992625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vSWfacnyCwlIhHwrXdDiAdPNkAqF3e9C { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:29.75rem;left:40.25rem;height:1.49963125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ciBKkTFbsInbQkZQmW3UTLNBRMi4Wv1Z { position:absolute;display:block;z-index:15027;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:14.5625rem;top:29.375rem;left:40.0625rem;display:block; }
#nAP3mKgKqaIbhSuGK5JmG5m2QJaW8ELX { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:32.5625rem;left:40.0625rem;height:13.99901875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UzOSi5KcLpKtZuRAbmERFBNUiKv0RHrl { color:#1c1c1c;display:block;width:30.8125rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15087;line-height:1.1;letter-spacing:0;top:50rem;left:39.8125rem;height:5.49926875rem;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;text-align:left;text-align-last:left;display:block; }
#ZzQ8XSeLO9oIgvPNAo39NvKSUe9IvVnB { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:57.6875rem;left:40.125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SQicsg1u9ThsAw4g5pFQJU8zhzGCo5Rw { position:absolute;display:block;z-index:15029;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:16.6875rem;top:64.75rem;left:40.125rem;display:block; }
#QGAhN54AOGa937kbZpPecWtF2wt09hZC { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:65rem;left:40.3125rem;height:1.49963125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPVkIf13H90QuQ9IDkHvCrx3VSUkiMgV { position:absolute;display:block;z-index:15085;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:20.5625rem;width:20rem;top:58.8125rem;left:12rem;overflow:hidden;display:block; }
#DNQhKl7XzSKQROTZntygaJ3LuEdqUCI6 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.125rem;width:17.0625rem;top:11.125rem;left:5.6875rem;overflow:hidden;display:block; }
#ef9pyvKvME6MbcHFqEw9oqO1Qe1Xi6D5 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.8125rem;width:16.8125rem;top:21.1875rem;left:11.249999046326rem;overflow:hidden;display:block; }
#i1TrTQIqlfA5SFS2PSp3a0ZZ136L8JZ3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13rem;width:20.4375rem;top:55.5rem;left:6.4375rem;overflow:hidden;display:block; }
#cN9glJhspvTBhL95nP0IIZEggFMDtsHS { position:absolute;display:block;z-index:15092;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:5.0625rem;width:5.0625rem;top:67.75rem;left:11.25rem;overflow:hidden;display:block; }
#cbqcMlG75ZkG4fDrDfKmyvA4LTTzN5zk { position:absolute;display:block;z-index:15093;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:5.625rem;width:5.625rem;top:35.75rem;left:19.6875rem;overflow:hidden;display:block; }
#KEAfVhgOuvrnlI8OwATWpkvvM3zOqORh { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:68.25rem;left:40.125rem;height:10.4992625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#upHTvpzxEU6SkM3mxrNsLHkh9bhPP9V7 { position:absolute;display:block;z-index:15132;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:1.375rem;width:1.375rem;top:2rem;left:34.6875rem;overflow:hidden;display:block; }
#VxJB6KkILIHrq1Ivi8ZPGJbPHIl0m7Gz { position:absolute;display:block;z-index:15133;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:1.375rem;width:1.375rem;top:2rem;left:36.0625rem;overflow:hidden;display:block; }
#T10oUT6Z8FCIDFhUTNsB5yrUKKv7Zpaa { position:absolute;display:block;z-index:15134;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:1.375rem;width:1.375rem;top:2rem;left:37.375rem;overflow:hidden;display:block; }
#OrEQPK2U8hGMpTvmhXxhEAFKEp6H7wmw { position:absolute;display:block;z-index:15135;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:1.375rem;width:1.375rem;top:2rem;left:38.75rem;overflow:hidden;display:block; }
#gO3uvHCW6KXu7zIXlAoyJcWmxrn6TCLe { position:absolute;display:block;z-index:15136;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:1.375rem;width:1.375rem;top:2rem;left:40.125rem;overflow:hidden;display:block; }
#I3SwNQNrlsk9PT4S7lGrnKzZ1HF14UX1 { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:0rem;left:19.686718940735rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row .container { background-color: transparent; background-image: none; }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row .container > .video-iframe-container { display: none; }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row > .video-iframe-container { display: none; }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .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); }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row .container { border-width: 0; border-radius: 0; }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row .container { font-size:0.875rem;font-family:arial;height:86.6875rem;width:75rem;position:relative;display:block; }#d6Ww26lMxZ5LstO9qlh0WyUTysGFFVRX { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:mada;font-size:1.75rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:46.5rem;left:48.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Tw36T2QezrlkVpkbbFS79MIR5LlKrsHd { color:#1c1c1c;display:block;width:33.062125rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15087;line-height:1.1;letter-spacing:0;top:7.6873779296875rem;left:7.8125rem;height:5.49926875rem;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;text-align:left;text-align-last:left;display:block; }
#rpPpNxfhdg5p7oldtSO3IzFop46v1u7b { color:#1c1c1c;display:block;width:11.8125rem;position:absolute;font-family:"vintage moon";font-size:2.875rem;font-weight:400;z-index:15088;line-height:1.1;letter-spacing:0;top:10.3125rem;left:28rem;height:3.1625rem;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;text-align:left;text-align-last:left;display:block; }
#DBCEBMbhyNbWMSmUWuqhBdcCSEweWMTG { color:#000000;display:block;width:49.375rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:26.875rem;left:11.249218940735rem;height:32.7258375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mbMgUQTSKddoZIeCZVtbnt0KvXSu2Zms { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:14.6875rem;left:7.8125rem;height:8.7493875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lauMD29uDUyzd4cZZ15TIl4AxzEMVlyb { position:absolute;display:block;z-index:15029;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.875rem;top:7.6875rem;left:15.375rem;display:block; }
#oLdOPM7TWkJItqMI0V5U6QoNF2LDbHN3 { color:#000000;display:block;width:30.875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:70.6875rem;left:37.625rem;height:10.49925625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUz9C8SN2GZ3fsBWzRPhUSxHPtcMdTm4 { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.625rem;width:20.875rem;top:7.6866455078125rem;left:44.790623664856rem;overflow:hidden;display:block; }
#hQOS1IDv556bNNeCCZyb0lzF8qOQZMss { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:26.875rem;left:7.7867193222044rem;overflow:hidden;display:block; }
#ltKRu4kwPcEL2DIW1o5DBVTNtAtdR4Gx { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:36.27499961853rem;left:7.7867193222044rem;overflow:hidden;display:block; }
#ewoMgW7kKBIf11n80rCGCPcBn0WabkH5 { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:45.77499961853rem;left:7.7867193222044rem;overflow:hidden;display:block; }
#i5k43w5kmAJenpZlL6K0C0c4lC1leWDt { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:53.46249961853rem;left:7.7867193222044rem;overflow:hidden;display:block; }
#OwSUoGPQETRtZQuQKGT7IRwVIiKeocbz { color:#1c1c1c;display:block;width:33.062125rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15088;line-height:1.1;letter-spacing:0;top:63.375rem;left:37.875rem;height:5.4992625rem;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;text-align:left;text-align-last:left;display:block; }
#K9AAW8S4AweO2CqCTSTCpniqoqcRkMlx { position:absolute;display:block;z-index:15030;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7rem;top:66.125rem;left:37.375rem;display:block; }
#iOe3mwHMKUdHNnrSSsoMsZO6Wqkfz9Dm { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.49975rem;width:22.1875rem;top:62.97607421875rem;left:9.124755859375rem;overflow:hidden;display:block; }
#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row .container { background-color: transparent; background-image: none; }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row .container > .video-iframe-container { display: none; }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row > .video-iframe-container { display: none; }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .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); }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row .container { border-width: 0; border-radius: 0; }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#xDavvRPDFifWaCXvCLynsE5COuSm4gT6 { color:#1c1c1c;display:block;width:49.624625rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:4.8125rem;left:11.625rem;height:5rem;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;text-align:center;text-align-last:center;display:block; }
#yKtFWvPuTSMO2060reF28F2OXXImUzvI { position:absolute;display:block;z-index:15030;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:24.375rem;top:17.0625rem;left:24.25rem;display:block; }
#VHD0em6pumTXgnX2H0Bax76oWL50pa2V { color:#000000;display:block;width:44rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:11.9375rem;left:14.4375rem;height:6.99950625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBOTFECJut2ELtH1adBwoLwJolCkB99d { box-sizing:content-box;height:25.5625rem;width:56.875rem;position:absolute;display:block;z-index:15023;background-color:#000000;background-image:none;top:23.496875286103rem;left:9.061718940735rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.19) ;display:block; }
#C8Zp7SW9aGGIHHFPS69vfSz2eIlTUSWa { position:absolute;display:block;z-index:15111;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:8.4375rem;width:8.4375rem;top:24.78750038147rem;left:33.281250953674rem;overflow:hidden;display:block; }
#iTQ9EAQe3V62PHTGapC4qrSz3qLLXJ6z { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:19.937125rem;top:6.9375rem;left:39.9375rem;overflow:hidden;display:block; }
#aaP8c18Wvqog8M4n7EUnzS9WvS5sgEhG { position:absolute;display:block;z-index:15146;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:1.375rem;width:1.375rem;top:21.987500190735rem;left:12.162499427796rem;overflow:hidden;display:none; }
#qpaJ9M4eNvUVPszdixA7Zz2Xp8s4KJzw { position:absolute;display:block;z-index:15145;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:1.375rem;width:1.375rem;top:21.987500190735rem;left:10.787499427796rem;overflow:hidden;display:none; }
#gtu3ZmrPgTJTDoTWrIBV0ZUy27xV6DGc { position:absolute;display:block;z-index:15144;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:1.375rem;width:1.375rem;top:21.987500190735rem;left:9.4124994277956rem;overflow:hidden;display:none; }
#u4AKHm1SDA7tMBvhmfoxL5T6TR0TgfC5 { position:absolute;display:block;z-index:15143;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:1.375rem;width:1.375rem;top:21.987500190735rem;left:8.0999994277956rem;overflow:hidden;display:none; }
#FyRRWyJFN97JQmSDSH8l073UaU3T2T1B { position:absolute;display:block;z-index:15142;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:1.375rem;width:1.375rem;top:21.987500190735rem;left:6.7249994277956rem;overflow:hidden;display:none; }
#Ty5A87ZcB98DtM2Zi1DVenI4T1Na4PP5 { position:absolute;display:block;z-index:15141;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:1.3745125rem;width:1.3745125rem;top:44.5625rem;left:39.5625rem;overflow:hidden;display:block; }
#mxRU8qomosdcq9UmFxAHJ6dikG68rTdc { color:#ffffff;display:block;width:36.187125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:42.6875rem;left:19.375rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MACTDNprleL8kr8ddxlkn25cLGiL2lqi { color:#ffffff;display:block;width:36.187125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:41.3125rem;left:19.375rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sv2ZmJHmHqrKmS25GvPIprLmNSid57UR { position:absolute;display:block;z-index:15140;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:1.3745125rem;width:1.3745125rem;top:44.5625rem;left:38.1875rem;overflow:hidden;display:block; }
#sGegcGftvhDDTEW3pXFK8nGK9WU8T9Cw { position:absolute;display:block;z-index:15139;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:1.3745125rem;width:1.3745125rem;top:44.5625rem;left:36.8125rem;overflow:hidden;display:block; }
#yGVJ7hMWweg3zI4lGb3OSvNd9It1kdqq { position:absolute;display:block;z-index:15138;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:1.3745125rem;width:1.3745125rem;top:44.5625rem;left:35.5rem;overflow:hidden;display:block; }
#ecum9txlQGlT2HXoGtMTEOI3wSSM5XQV { position:absolute;display:block;z-index:15137;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:1.3745125rem;width:1.3745125rem;top:44.5625rem;left:34.125rem;overflow:hidden;display:block; }
#fAeyI3ezMxJKTZa1BroBObB023BelmNK { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15147;line-height:1.2;letter-spacing:0;top:33.96249961853rem;left:12.655468940735rem;height:5.9985375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#or7424M90TZsUqC1sC3u4UKGlTDL2rxf { position:absolute;display:block;z-index:15102;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:22.625rem;top:36.9375rem;left:12.9375rem;display:block; }
#DATr0EzgXV4JIuvqccDQKcgwo6u8FCpw { position:absolute;display:block;z-index:15101;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:26.0625rem;top:35.4375rem;left:35.9375rem;display:block; }
#H4K4qZHwyUKkVteRt5IXqNwckyTG5y4N { color:#000000;display:block;width:4.625rem;position:absolute;font-family:mada;font-size:3.1875rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:14.85595703125rem;left:47.65576171875rem;height:4.14306875rem;display:block; }
#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row .container { background-color: transparent; background-image: none; }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row .container > .video-iframe-container { display: none; }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row > .video-iframe-container { display: none; }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .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); }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row .container { border-width: 0; border-radius: 0; }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row .container { font-size:0.875rem;font-family:arial;height:89.5rem;width:75rem;position:relative;display:block; }#sBM3Cm7yEETTsIbymhzAnMTmnlacIqIK { color:#1c1c1c;display:block;width:26.25rem;position:absolute;font-family:mada;font-size:2.8125rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:9.5rem;left:32.625rem;height:5.625rem;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;text-align:left;text-align-last:left;display:block; }
#fqgLpgankMZSXlPzzb5zDRT13LCoPdos { position:absolute;display:block;z-index:15027;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:31.6875rem;top:30.875rem;left:32.625rem;display:block; }
#PAMizxOT24ZOMdAwoSJBDpGMfwixOQXy { color:#1c1c1c;display:block;width:36.875rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:17.25rem;left:32.625rem;height:23.1005875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tfbOvEr6A4513Jaf4lUyAhiareN6o7bg { color:#1c1c1c;display:block;width:44.6875rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:46.0625rem;left:15.8125rem;height:4.2004375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5IUb3Q9m0Qk0syzo8MFIxkn5u5OamH5 { position:absolute;display:block;z-index:15142;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:32.375rem;width:21.8125rem;top:8.9375rem;left:5.5rem;overflow:hidden;display:block; }
#etCuK6DROZKWSTiFVHNofi1ICdMVSeNx { position:absolute;display:block;z-index:15028;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:32.8125rem;top:38.625rem;left:32.625rem;display:block; }
#Mr6ugfUVNCVh0CGF1PMVf2ibT27meO4Z { position:absolute;display:block;z-index:15029;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.875rem;top:36.5rem;left:65.1875rem;display:block; }
#UMHoscrBTMzbL9qJiTxghFrSDyLHDTOe { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6860625rem;width:33.75rem;top:53.812255859375rem;left:21.281127929688rem;overflow:hidden;display:block; }
#ncKAxltch17GsyJgJxTDKqUi5At2TuQP { box-sizing:content-box;height:9.2486875rem;width:21.5625rem;position:absolute;display:block;z-index:15029;background-color:#4d42e2;background-image:none;top:82.01171875rem;left:44.366455078125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#vqrx8QGx9gIPr979sXsiMPIMZIQ9wfPn { color:#f0f0f0;display:block;width:16.93725rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:64.25rem;left:50.6875rem;height:6.599125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IfccBL0TshtmINEgd2bhwtfpZN7IRO3s { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:52.1875rem;left:27.375rem;overflow:hidden;display:block; }
#nxnSNmF9NuhmSSigRAtTt0krQx8IuO7a { color:#000000;display:block;width:15.748875rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15147;line-height:1.2;letter-spacing:0;top:55.375rem;left:12.8125rem;height:4.94934375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJMCExkv8NQ0T30OLJ1wKGFBaGzdA3M4 { box-sizing:content-box;height:8.062125rem;width:19.74975rem;position:absolute;display:block;z-index:15032;background-color:#fcff02;background-image:none;top:53.625rem;left:11.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#ESaK7JxFw7Pe9TqNXNb7FsWfomlTqeCX { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:60.875rem;left:46.9375rem;overflow:hidden;display:block; }
#vMi4uiZ6huDD6lF90znTUL2Chgwefcq3 { color:#000000;display:block;width:15.7495rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15149;line-height:1.2;letter-spacing:0;top:72.4375rem;left:12.9375rem;height:6.599125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MltIfJ2VEEEKGXGklgR39OtC9MBnKNDJ { box-sizing:content-box;height:9.43725rem;width:19.937125rem;position:absolute;display:block;z-index:15034;background-color:#fcff02;background-image:none;top:70.875rem;left:10.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#XXFTlfmnJTcbvMJfwxhDza7lTrTvtHOR { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:78.625rem;left:23.0625rem;overflow:hidden;display:block; }
#HrDiKqALDQEL137zGFGLJnru5dPgoVXs { box-sizing:content-box;height:9.187rem;width:20.874625rem;position:absolute;display:block;z-index:15031;background-color:#4d42e2;background-image:none;top:62.75rem;left:48.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#lnErB0JvxQ5EPFPPEUNCcCf69GrZ0O6f { color:#f0f0f0;display:block;width:16.9360625rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:84.424560546875rem;left:46.608764648438rem;height:4.94934375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VyXVdTHcxh3FNvsvxqWfBIrA3bte1R70 { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:79.901000976562rem;left:61.03857421875rem;overflow:hidden;display:block; }
#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row .container { background-color: transparent; background-image: none; }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row .container > .video-iframe-container { display: none; }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row > .video-iframe-container { display: none; }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .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); }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row .container { border-width: 0; border-radius: 0; }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row .container { font-size:0.875rem;font-family:arial;height:135.625rem;width:75rem;position:relative;display:block; }#HJWBIkJCT6ifsOmgBAsFVOJ3KCG55vZp { position:absolute;display:block;z-index:15028;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:35.75rem;top:9.875rem;left:5.0625rem;display:block; }
#w0UVBkMCJ3ro2QXG5IW0739MMRSQRhlS { position:absolute;display:block;z-index:15052;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:12.25rem;left:62.5625rem;display:none; }
#pJIBCkL77si2vl5Ohv53JJdeKVdxxSTQ { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:71.3125rem;left:36.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DqXl9w9xNG44XEJpAHwZnnA1WZbyRtrN { color:#1c1c1c;display:block;width:33.75rem;position:absolute;font-family:mada;font-size:1.75rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:16.3125rem;left:21.061718940735rem;height:1.75rem;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;text-align:center;text-align-last:center;display:block; }
#DQhA5k2OlL64WwaTmLJDW2kJAP7sKEG8 { color:#1c1c1c;display:block;width:63.75rem;position:absolute;font-family:mada;font-size:3.125rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:6.5625rem;left:5.5rem;height:6.25rem;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;text-align:center;text-align-last:center;display:block; }
#tXxqRiEzG7dF5ZH9Mc7JfeuMq3Rlhy4n { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:24.6875rem;left:25.5rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XnTaq3r9oc71n23FmJTfiA2EXGT8nTKi { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:27.1875rem;left:25.5rem;height:4.87426875rem;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;text-align:left;text-align-last:left;display:block; }
#VZw39Jlt8SlnkfzH6gho6cqepFCBB2ia { box-sizing:content-box;height:11.75rem;width:46.875rem;position:absolute;display:block;z-index:15032;background-color:#4d42e2;background-image:none;top:22.1875rem;left:22rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pkntSb9yaIpSaCnAsZHpWdt3XJhNmuSd { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15136;background-color:#ffffff;background-image:none;top:26.1875rem;left:6.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#MnT9TgPoyCxsgEBON7KeoT4sTuRqXlOZ { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.5rem;top:26.9375rem;left:6.75rem;overflow:hidden;display:block; }
#fBzRaCR5vrV5iTuVxrdV4puTQfxHCdvk { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:41.625rem;left:65.8125rem;overflow:hidden;display:block; }
#dh5cUCTgzl8tAu3gTKlSdiwqkwNdQT0L { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15138;background-color:#ffffff;background-image:none;top:40.875rem;left:65.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#f7RxInCyKz5Lq9f6AeltDGAbVtdaPk0d { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15142;background-color:#ffffff;background-image:none;top:53.625rem;left:6.5rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#XmPXCRHfKAthLbLMOhWn7k09qSaTC2Fq { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.625rem;top:54.375rem;left:7.25rem;overflow:hidden;display:block; }
#N2JlTxMQ6fkeukwvLvqD5QiPrV4RL70S { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15146;background-color:#ffffff;background-image:none;top:70.375rem;left:65.1875rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#vKX9z37vKCf89saiROvn823TtKXZO8vR { position:absolute;display:block;z-index:15147;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.375rem;top:71.375rem;left:65.9375rem;overflow:hidden;display:block; }
#GBWlDogGS0T8cg3BngTszK7Ad9SKfROV { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15150;background-color:#ffffff;background-image:none;top:85.0625rem;left:6.625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#bZD86SgpfdmBtw2BqpZLIK1L7k9iZ8xl { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.0625rem;top:85.8125rem;left:7.625rem;overflow:hidden;display:block; }
#upOPih1EPLSP9n4qkWmQpMuz9meHmSLg { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15154;background-color:#ffffff;background-image:none;top:99.75rem;left:64.5625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#DLGuVIPOAIvyur46ERoiF1SRx5FtJdQG { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:100.5625rem;left:65.375rem;overflow:hidden;display:block; }
#lRcT8ZC1yah4nT1lO8lv77TCcM8HpHsp { box-sizing:content-box;height:27.1875rem;width:51.1875rem;position:absolute;display:block;z-index:15045;background-color:#000000;background-image:none;top:116rem;left:11.75rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fhf0XKmaq2rI9lKwFDRHDKHqlv7TsmIT { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:117.6875rem;left:32.875rem;overflow:hidden;display:block; }
#Atunv2vIEOy1ZkAmkUeMlfoJrB52TVxT { position:absolute;display:block;z-index:15028;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:35.75rem;top:9.875rem;left:5.0625rem;display:none; }
#UgeDe3bNibglisBzMKWN4suoHIn9gfsS { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:86.75rem;left:58.849999427796rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Zx4ryNZVL2XcgSl6H0lfLOmNPM4bPguQ { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15094;line-height:1.2;letter-spacing:0;top:88.125rem;left:58.849999427796rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dDy63UTUkbVBpsLutbqSHktEwqhIutBD { position:absolute;display:block;z-index:15161;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:1.375rem;width:1.375rem;top:89.75rem;left:93.662501335144rem;overflow:hidden;display:block; }
#b5pA2U9aiGuTMSpWhRKN5TnhWpOWmm3W { position:absolute;display:block;z-index:15160;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:1.375rem;width:1.375rem;top:89.75rem;left:93.662501335144rem;overflow:hidden;display:block; }
#TVDq8QL0k71HnFkToNqJ6XKtVIbmTVxK { position:absolute;display:block;z-index:15159;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:1.375rem;width:1.375rem;top:89.75rem;left:93.662501335144rem;overflow:hidden;display:block; }
#UtMoXsWvvBPGrKGUhTOPAbE37BmlhbeW { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;top:79.375rem;left:48.224999427796rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NDRXNQTc6aZf8g2d0Xp7ORioxFkShWO4 { position:absolute;display:block;z-index:15122;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:17.9375rem;top:82.25rem;left:77.100001335144rem;display:none; }
#uygiGCkWgcCITqpp9PfhpQTHnqmCecpI { position:absolute;display:block;z-index:15158;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:1.375rem;width:1.375rem;top:89.75rem;left:93.662501335144rem;overflow:hidden;display:block; }
#z1h1tSUTkC13vU8CZcVTfmsqZwMVQyvm { position:absolute;display:block;z-index:15157;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:1.375rem;width:1.375rem;top:89.75rem;left:92.912501335144rem;overflow:hidden;display:block; }
#FU1GedHRHIMgZ7g2kt6SMT58g5pXhXTl { position:absolute;display:block;z-index:15121;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:24.0625rem;top:79.3125rem;left:70.974999427794rem;display:none; }
#dGvxTBRGSV6ufQDg4XbvpyWyfPkQQ3lC { position:absolute;display:block;z-index:15156;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:1.375rem;width:1.375rem;top:105.6875rem;left:19.75rem;overflow:hidden;display:none; }
#fRfFcB1V7kNIPufimJCitvONZmuU2m9X { position:absolute;display:block;z-index:15155;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:1.375rem;width:1.375rem;top:105.6875rem;left:18.375rem;overflow:hidden;display:none; }
#prfRz2f7hZsU3OQkdO5emfI46U6L26Oc { position:absolute;display:block;z-index:15154;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:1.375rem;width:1.375rem;top:105.6875rem;left:17rem;overflow:hidden;display:none; }
#tAnqXxenqlGVy9D8diCTTFfdWwGBgyzd { position:absolute;display:block;z-index:15153;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:1.375rem;width:1.375rem;top:105.6875rem;left:15.6875rem;overflow:hidden;display:none; }
#fAe1Dg5BbDhwqu1FSQBqC1dUq5D247Nv { position:absolute;display:block;z-index:15152;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:1.375rem;width:1.375rem;top:105.6875rem;left:14.3125rem;overflow:hidden;display:none; }
#lleEWq89iSpHTk5pJ423AMbhIZPvHhsF { color:#ffffff;display:block;width:43.3125rem;position:absolute;font-family:mada;font-size:1.3125rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:128.625rem;left:15.625rem;height:6.82375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Db4VUcuQAR7BR9GrAoodmFa26T2PA2UV { position:absolute;display:block;z-index:15162;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:24.4375rem;top:24.0625rem;left:25.0625rem;display:block; }
#sERh3WQOGxSS8JkmDFoVWA3h86d2kGDI { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.25rem;top:27.875rem;left:9.8125rem;overflow:hidden;display:block; }
#iAmbmdOw2Gp0DUcmy84EpZ1yLamWtygi { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.25rem;top:42.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#Q7qMVVitGNOgLNtbd6aboBwNOM3l3irq { box-sizing:content-box;height:11.75rem;width:46.875rem;position:absolute;display:block;z-index:15036;background-color:#000000;background-image:none;top:36.875rem;left:6.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gu6mQNCPRlHpuIyXLb64P9QHryfksIoI { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:41.875rem;left:9.5625rem;height:3.25rem;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;text-align:left;text-align-last:left;display:block; }
#anuxVJ066JdKE3HzT28GXD5CSLCyISUz { position:absolute;display:block;z-index:15166;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:30.1875rem;top:38.75rem;left:9.125rem;display:block; }
#yR3bnL7frUrwOU8ZlSpVWCnwXdtU245y { color:#000000;display:block;width:31.125rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:700;z-index:15167;line-height:1.2;letter-spacing:0;top:39.375rem;left:9.5625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xc6D1Wi47LT9lNR3zwVu8d0y9vLMTk4k { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.25rem;top:55.3125rem;left:10.0625rem;overflow:hidden;display:block; }
#JzLR1JucHPQnys8ZPCHqUFbfWvXWmbkr { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:56.6875rem;left:24.875rem;height:3.25rem;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;text-align:left;text-align-last:left;display:block; }
#tecQXwd0qfyKQ4Bv20ufiw6xPcoRQkJz { box-sizing:content-box;height:11.75rem;width:46.875rem;position:absolute;display:block;z-index:15036;background-color:#4d42e2;background-image:none;top:51.6875rem;left:21.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g220lLoh23Gxhg6HfNtPcUU8Z4s6OePv { position:absolute;display:block;z-index:15166;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:20.5rem;top:53.5625rem;left:24.4375rem;display:block; }
#AeiT63d42nW24vhgWMGnOR9BAlb70HL0 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:700;z-index:15167;line-height:1.2;letter-spacing:0;top:54.1875rem;left:24.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#op63TeTEgCIOOt5BKAUfBu9CG9yhdFyS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.25rem;top:72.0625rem;left:52.9375rem;overflow:hidden;display:block; }
#d91LI0mqkQLvJCkJ5vknuU9EeSc9JQVT { box-sizing:content-box;height:11.75rem;width:46.875rem;position:absolute;display:block;z-index:15040;background-color:#000000;background-image:none;top:66.375rem;left:6.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fg7H6cSWNROs8sruNZIrpTHbXIQpqZyC { position:absolute;display:block;z-index:15170;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:30.1875rem;top:68.25rem;left:9.1875rem;display:block; }
#adALzURklT3V58Xm8JZGPz0GPcDZT1G6 { color:#000000;display:block;width:31.125rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:700;z-index:15171;line-height:1.2;letter-spacing:0;top:68.875rem;left:9.625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s6EZCoPm6PxVoVVr39JRp84XC7v8D1cr { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:71.375rem;left:9.625rem;height:4.87426875rem;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;text-align:left;text-align-last:left;display:block; }
#G8sZJIez8ew3nnxrytTGBdAyay9V3D6J { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.25rem;top:86.875rem;left:10.5rem;overflow:hidden;display:block; }
#aPE6SfZv9DNPTvE2LoBmem5OkTBoOn8O { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:86.0625rem;left:25.0625rem;height:4.87426875rem;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;text-align:left;text-align-last:left;display:block; }
#izncVEFgQfdeM4vV4HBfETwomW6lHOAG { box-sizing:content-box;height:11.75rem;width:46.875rem;position:absolute;display:block;z-index:15040;background-color:#4d42e2;background-image:none;top:81.0625rem;left:21.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wt771AydzfSuEBnXzXTP4TCfWTaBb1fo { position:absolute;display:block;z-index:15170;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:26.0625rem;top:82.9375rem;left:24.625rem;display:block; }
#HUzASsbqJlU6svR1WmEXqmUB0NmngDrb { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:700;z-index:15171;line-height:1.2;letter-spacing:0;top:83.5625rem;left:25.0625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIQUNSaJWy7O4CW4T4ShoIWyNZpis1ip { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.25rem;top:101.4375rem;left:52.9375rem;overflow:hidden;display:block; }
#zrxvsressdM1tSG5dR0N0RAQSL1pclQd { box-sizing:content-box;height:11.75rem;width:46.875rem;position:absolute;display:block;z-index:15044;background-color:#000000;background-image:none;top:95.875rem;left:6.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ViVnllIQm0KNJX4fSuZUlAw5Qu3EJn7s { position:absolute;display:block;z-index:15174;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:33.125rem;top:97.75rem;left:9.1875rem;display:block; }
#t4D4gwlPNKzm2Ckmo0gbAbmTCMhzWCVA { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:700;z-index:15175;line-height:1.2;letter-spacing:0;top:98.375rem;left:9.625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4Z5orMgehzpEyRJMiV0TQmWAHgGWALG { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:100.875rem;left:9.625rem;height:4.87426875rem;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;text-align:left;text-align-last:left;display:block; }
#FF5S0TeJwViCsJs8US42R6Uw2N41vS95 { position:absolute;display:block;z-index:15111;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:36.3125rem;top:132.1875rem;left:15.562499046326rem;display:block; }
#RdAdtIDIsWSR0KpBInHFvZTUNwqSRAyR { position:absolute;display:block;z-index:15112;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:19.625rem;top:130.375rem;left:39.187500953674rem;display:block; }
#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row .container { background-color: transparent; background-image: none; }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row .container > .video-iframe-container { display: none; }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row > .video-iframe-container { display: none; }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .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); }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row .container { border-width: 0; border-radius: 0; }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row .container { font-size:0.875rem;font-family:arial;height:74.9375rem;width:75rem;position:relative;display:block; }#sJDumKhqE1wzw2TTFCPgCdTtCbUAGk8M { color:#1c1c1c;display:block;width:46.1859375rem;position:absolute;font-family:mada;font-size:2.625rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:13.5625rem;left:15.0625rem;height:2.625125rem;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;text-align:center;text-align-last:center;display:block; }
#MmK3bWzf4w7dxDqgKexlVa9CTXPsIJxW { box-sizing:content-box;height:20.875rem;width:23.1875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:47.4375rem;left:51.3125rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#SCe9XygAITMqzdMr3WQGLwsuOheMegqI { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15072;line-height:1.2;letter-spacing:0;top:50.9375rem;left:53.9375rem;height:10.4974375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CnEVNZH6qq3X5ZJ0eo1MTsw7gVPs9CD5 { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:62.125rem;left:53.375rem;overflow:hidden;display:block; }
#LhlGJF88qoZszHHaiupi3hl67uS5gaCh { color:#000000;display:block;width:11.875rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:63.3125rem;left:58.8125rem;height:2.3986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pgtFWv3iwlOdCdaKc7Ap0TDbMlqC1F3r { box-sizing:content-box;height:23.75rem;width:23.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:21.0625rem;left:25.625rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#eEgt0qsAMOFHx2SRLDIleHbKteUbTeKf { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:24.5625rem;left:28.125rem;height:11.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EEepwq5vIdhqkTOGbrFSE8bskfqTNfLI { position:absolute;display:block;z-index:15023;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.5625rem;top:60.3125rem;left:58.25rem;display:block; }
#Z4e6dgu1O65WQsFciFJc876UXnFo3PJ5 { position:absolute;display:block;z-index:15025;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:18.6875rem;top:55.625rem;left:53.9375rem;display:block; }
#nNVTh79y9CmEyOkHVl6A08VhcSg1aG2e { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:39.3125rem;left:32.125rem;height:2.39868125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OCf1zE4cGkcEsWaTFIrDcMiUvbT9uh0E { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:45.9375rem;left:53.9375rem;overflow:hidden;display:block; }
#xT4CB6CUaVTnTEQs0xHXPtsF8BrUsSnL { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:19.5625rem;left:28.125rem;overflow:hidden;display:block; }
#TR9RSkJL43HC2ZLobSNCXM5WyyEChXoz { position:absolute;display:block;z-index:15024;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:7.75rem;top:26.1875rem;left:38.125rem;display:block; }
#fuyVDXdRZZEVU3eEEXoaRdkZ8edckoPh { position:absolute;display:block;z-index:15025;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:3rem;top:27.75rem;left:28.1875rem;display:block; }
#W3BzMr3UZvsbcuTo5hqNRxvBoWN3Samr { position:absolute;display:block;z-index:15026;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:9.9375rem;top:33.75rem;left:37.1875rem;display:block; }
#NklBEtXz0FRl4LpRedAggVJcIbWLZp5U { position:absolute;display:block;z-index:15027;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.4375rem;top:35.4375rem;left:28.125rem;display:block; }
#RufzHtg9HlloQOVEo36z3Bwc6q5UcTZe { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.875rem;top:38rem;left:27.25rem;overflow:hidden;display:block; }
#b3L9GawgB1V3IElVcUUtoEhWPVtI3ZFV { box-sizing:content-box;height:23.75rem;width:23.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:21.125rem;left:51.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#bN575TMTOHCWtePiPtHN7zf4upDKtaC7 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:mada;font-size:1.1875rem;font-weight:400;z-index:15090;line-height:1.2;letter-spacing:0;top:24.625rem;left:53.5rem;height:12.8265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SVsaFLKJT5QWkWQSHU15RgJyQlnW28fB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:39.3125rem;left:57.625rem;height:2.3986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cUC3OFxb3r2ot9NT0xcqTXxCtVZ3GL3v { position:absolute;display:block;z-index:15035;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.0625rem;top:33.1875rem;left:65.25rem;display:block; }
#bBH8sDFLINvl5GxOb2eCEpVvATAWmxSR { position:absolute;display:block;z-index:15036;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:19.5625rem;top:34.75rem;left:53.6875rem;display:block; }
#I0tI4LOqCVCixWSG09HxFIJ9a4nFIt98 { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.875rem;top:38.0625rem;left:52.8125rem;overflow:hidden;display:block; }
#u0AQapgH7Ok6nFq5F1K50ANZCIGe9sXl { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:19.625rem;left:53.6875rem;overflow:hidden;display:block; }
#KpKRJhH6zwDZE4TUxNksd7CZm8TtqEm3 { position:absolute;display:block;z-index:15035;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.375rem;top:36rem;left:53.6875rem;display:block; }
#KIiC8aEMUSoSdvpueQG8eyMtVwD2guU0 { box-sizing:content-box;height:20.6875rem;width:23rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:47.5rem;left:0.375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#KB0ILvzPlTMdL4Btedhi7V2M48M5ituF { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:46.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#DRFVT70HodKGn6lkI6o6vQEq4UZzsWif { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:51.6875rem;left:2.8125rem;height:7.4981875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N13SvpC0rFa630OTRDd3WbnklE302dkZ { position:absolute;display:block;z-index:15032;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:14.0625rem;top:56.5625rem;left:5.4375rem;display:block; }
#TiRvlOzzJm9y1cPEPzhEH7fKHxs8JKoJ { position:absolute;display:block;z-index:15030;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.5625rem;top:58.0625rem;left:2.8125rem;display:block; }
#rWBmNU0RpR8KOXds6Tt0nMoTIo7fmDKf { position:absolute;display:block;z-index:15113;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:5.75rem;width:5.8125rem;top:60.4375rem;left:1.625rem;overflow:hidden;display:block; }
#C9HoakKMqfwXvGCBFv1Mck1HkzNH4urc { color:#000000;display:block;width:13.625rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:61.5625rem;left:7.4375rem;height:3.598025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxcLyev0LsRmQxJMdvErEyWLS7q1qQ3T { box-sizing:content-box;height:20.75rem;width:23.25rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:47.625rem;left:25.75rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#GhL8G9ftT2QfQtbmNFZN7zWsMiyDv2Bf { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15086;line-height:1.2;letter-spacing:0;top:53.375rem;left:28.6875rem;height:5.9985375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AEUOv2HNc0rIfxS8zEJQVUSTlk6Kfw4o { color:#000000;display:block;width:13.625rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15088;line-height:1.2;letter-spacing:0;top:62.3125rem;left:33.6875rem;height:2.3986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fmufvDE44ZP2JAgDm7GkVRkuMWDTn7ly { position:absolute;display:block;z-index:15037;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:7.0625rem;top:58rem;left:37.1875rem;display:block; }
#OSvopgneIVoUTneOnQFgwFxPHMoFN8rz { position:absolute;display:block;z-index:15120;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:5.75rem;width:5.75rem;top:60.5rem;left:27.8125rem;overflow:hidden;display:block; }
#tI79XhyaHsWNeCs807XnZ6Ny47Fa24ZS { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:46.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#o0J5KJ005LW2ep2C47fRyv3t00Ipc4gT { box-sizing:content-box;height:23.75rem;width:23rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:21.125rem;left:0.375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#goJMSeZMgIWGI2SJk1uDCmMSKN1e0FOR { position:absolute;display:block;z-index:15120;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:5.25rem;width:5.25rem;top:37.5rem;left:1.9375rem;overflow:hidden;display:block; }
#yqtkrAtk2IA2kKNxVDJRMbaknRZcA3Xc { color:#000000;display:block;width:13.625rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15088;line-height:1.2;letter-spacing:0;top:38.875rem;left:7.4375rem;height:2.3986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nBuHk0KPqNx1rVloSMksvCFOvQ7S5ers { color:#000000;display:block;width:19rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:400;z-index:15086;line-height:1.2;letter-spacing:0;top:25.0625rem;left:2.8125rem;height:11.5484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RcnDQp7AJ9hfuHLC2fqX3RZyEBpeUHl0 { position:absolute;display:block;z-index:15037;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:12.125rem;top:34.9375rem;left:2.8125rem;display:block; }
#kocEvWlyIp9JTXKHtyHm1Qsd3Eq7XDCf { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:19.6875rem;left:2.8125rem;overflow:hidden;display:block; }
#LVeE8b7TLrLwy7UKMAK4J55lQxDG2NrT { position:absolute;display:block;z-index:15038;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:7.625rem;left:9.78125rem;display:none; }
#P961SRGnJHZ2Upmw4VTQCsDRrcodlttQ { position:absolute;display:block;z-index:15039;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:9.9375rem;left:9.9375rem;display:none; }
#oEwF6HKsQsF4Dz4Dh28abRXD0teieSyC { position:absolute;display:block;z-index:15040;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:11.8125rem;left:9.9375rem;display:none; }
#bLuSVdN4Ew6uo5Jb9zsBJEtrF5zr8Hpe { position:absolute;display:block;z-index:15041;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:7.5625rem;left:5.65625rem;display:none; }
#hzB6SFhtheOrgW6TC3nLd2NvoLXz4yUH { position:absolute;display:block;z-index:15042;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8.0625rem;left:26.4375rem;display:none; }
#o4c9WvsJd6DJbLBWuSCoKPrKBUnqdnzp { position:absolute;display:block;z-index:15045;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8rem;left:22.3125rem;display:none; }
#rXNqOGoBCkDv9CzkWl4dowcB87pTths2 { position:absolute;display:block;z-index:15043;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:10.375rem;left:26.5625rem;display:none; }
#KxtTwJpxbvwRr0Si4CzDo2vBu2BAM7Jx { position:absolute;display:block;z-index:15046;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8.0625rem;left:45.3125rem;display:none; }
#OTRkLeyLKoqTBRAiwx4WnU1GKlEoB9hH { position:absolute;display:block;z-index:15049;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8rem;left:41.1875rem;display:none; }
#wPtyohBEHkbfHfztQ1zTA04rA3fyuHtN { position:absolute;display:block;z-index:15047;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:10.375rem;left:45.4375rem;display:none; }
#eH3zdBUTCKUGzkdE2lWZNNf8XO6KG39c { position:absolute;display:block;z-index:15050;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8.0625rem;left:62.4375rem;display:none; }
#T9wcrVFDm0W7Q5BFokPTgWrSpGqBbr7S { position:absolute;display:block;z-index:15053;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8rem;left:58.3125rem;display:none; }
#MOzknTr6NH84iyT0XMudX2eue7BZBaMN { position:absolute;display:block;z-index:15051;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:10.375rem;left:62.5625rem;display:none; }
#VhTXeZztN0xd5yAO24CFleCO681co1JN { position:absolute;display:block;z-index:15052;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:12.25rem;left:62.5625rem;display:none; }
#cu1Bwn0XmX3qwn2sSClfA62Z83WUUlUP { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:71.3125rem;left:36.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wqe9VIQTTvpSNZQ1oNaXTlMKqNTtnNGG { box-sizing:content-box;height:5.0625rem;width:5.0625rem;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:15132;background-color:#fcff02;background-image:none;top:63.4375rem;left:64.4375rem;display:none; }
#zRZmliHiV1owkWnhaA5DcVDSDiasIULB { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:1.125rem;left:19.8125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTHVB2XUHUubmgs8K29sT9qrvtFhZUau { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.2;letter-spacing:0;top:2.5rem;left:19.8125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJ8RkI2qKH08xHCBvXcyfZzF7QnWPTw7 { position:absolute;display:block;z-index:15151;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:1.375rem;width:1.375rem;top:4.125rem;left:40rem;overflow:hidden;display:block; }
#q7VoaUL4Lyzq7W9Gp9P8tGpW2tr8KaFB { position:absolute;display:block;z-index:15150;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:1.375rem;width:1.375rem;top:4.125rem;left:38.625rem;overflow:hidden;display:block; }
#bMWI6usMo640ky0QdWwxeo8wcPlvdmmT { position:absolute;display:block;z-index:15149;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:1.375rem;width:1.375rem;top:4.125rem;left:37.25rem;overflow:hidden;display:block; }
#cSzLGqMUvJoQayvu5lvX1FwfeP1TXdEm { position:absolute;display:block;z-index:15148;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:1.375rem;width:1.375rem;top:4.125rem;left:35.9375rem;overflow:hidden;display:block; }
#sf1WLcTQqupviGIrDndMfDoiJenXESA1 { position:absolute;display:block;z-index:15147;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:1.375rem;width:1.375rem;top:4.125rem;left:34.5625rem;overflow:hidden;display:block; }
#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row .container { background-color: transparent; background-image: none; }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row .container > .video-iframe-container { display: none; }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row > .video-iframe-container { display: none; }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .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); }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row .container { border-width: 0; border-radius: 0; }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row .container { font-size:0.875rem;font-family:arial;height:92.75rem;width:75rem;position:relative;display:block; }#yx1h2hPadzUIbeLqROuegWqK1qStX3bV { position:absolute;display:block;z-index:15106;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:17.3125rem;width:10.5625rem;top:45rem;left:10.59375rem;overflow:hidden;display:none; }
#CNsGHQG9F6VFxSHQVlP6sOkqirwm5vLw { position:absolute;display:block;z-index:15107;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:17.0625rem;width:11.0625rem;top:53.25rem;left:14.28125rem;overflow:hidden;display:none; }
#uhXoeTCF9227pNTZHBSfTvJrmXcmvrH8 { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7rem;top:4.8117189407349rem;left:34.000000953674rem;overflow:hidden;display:block; }
#Q4wTg9ky40u2maHSZv9pxuJApNAqhytk { color:#1c1c1c;display:block;width:41.625rem;position:absolute;font-family:mada;font-size:2.625rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:7.786865234375rem;left:17.4365234375rem;height:7.875375rem;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;text-align:center;text-align-last:center;display:block; }
#QmCNHDDkadwQEQ4RGcD6lbbiTWTrKU3y { color:#1c1c1c;display:block;width:9.812rem;position:absolute;font-family:"vintage moon";font-size:3.25rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:13.161010742188rem;left:47.725708007812rem;height:3.250125rem;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;text-align:left;text-align-last:left;display:block; }
#EXiPTnQHuXPbE7xOLFBfmRKSRHDtAfLp { color:#000000;display:block;width:40.37475rem;position:absolute;font-family:mada;font-size:1.625rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:19.18701171875rem;left:17.31201171875rem;height:2.27416875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxiMgBmo829io8L7PO9GTCLpy8uC6Ziy { position:absolute;display:block;z-index:15108;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:25.874rem;width:31.12425rem;top:51.1875rem;left:24.625rem;overflow:hidden;display:block; }
#X6zSR56OvZ7cXi9J3RsrV34WAlkSq3sy { box-sizing:content-box;height:3.3125rem;width:30.0625rem;position:absolute;display:block;z-index:15109;background-color:#f0f0f0;background-image:none;top:47.9375rem;left:25.187500953674rem;display:block; }
#xZwuLrRP0DQRsvRuAnTHeQPsmlFVIZvN { box-sizing:content-box;height:6.6875rem;width:12.5rem;position:absolute;display:block;z-index:15110;background-color:#fcff02;background-image:none;top:53.0625rem;left:40.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#xyTctkmezcO1qSEgJIUSDzAHB6T8aI92 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:mada;font-size:3.125rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:53.625rem;left:42.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#T071zApbZmtDlUNZhINsygriPz5Th7wP { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15112;line-height:1.2;letter-spacing:0;top:57.0625rem;left:41.9375rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THqGv5GwXoZcXcMZtqw6GJA4bDKzk0Ir { position:absolute;display:block;z-index:15113;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:3rem;width:3.5rem;top:50.6875rem;left:46.1875rem;overflow:hidden;display:block; }
#SodDQOgrl4VMEqfO2Z81RmTlz4qX5nrt { box-sizing:content-box;height:5.625rem;width:10.4375rem;position:absolute;display:block;z-index:15111;background-color:#4d42e2;background-image:none;top:58.4375rem;left:47.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#ivw4QTD8FfRAXsnpzDas2HTeHIpWWJFt { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.8125rem;top:57.125rem;left:56.125rem;overflow:hidden;display:block; }
#ngxxSMUz68ZmNW6vybuNOxKnDcTP6Bo2 { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:mada;font-size:1.1875rem;font-weight:normal;z-index:15112;line-height:1.1;letter-spacing:0;top:59.4375rem;left:48.875rem;height:3.91875rem;text-align:left;text-align-last:left;display:block; }
#BqKDvN0TpWt2k3rDA9D7wgbAuliPmo7d { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.4375rem;top:59.4375rem;left:51.875rem;overflow:hidden;display:block; }
#ycm9ixobDd0hVXe8BdV898FU2OzOD1BT { color:#000000;display:block;width:4.625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15113;line-height:1;letter-spacing:0;top:63.9375rem;left:61.875rem;height:2.24975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LpOVzEi7G34lHqVVKAi3BW5FWdELhizA { box-sizing:content-box;height:5.625rem;width:16.3125rem;position:absolute;display:block;z-index:15112;background-color:#ffffff;background-image:none;top:69.5625rem;left:50.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#sxE98dVxw8BqCPJByAQQTIhVWUJD6kpv { position:absolute;display:block;z-index:15116;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:7rem;width:7.875rem;top:64.875rem;left:46.5625rem;overflow:hidden;display:block; }
#qZGDRyOxhFJsSq0uaqcpL7a93KVGFlhV { color:#4d42e2;display:block;width:10.5rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:70.125rem;left:54.375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#bEpWK44mWTqa3Mlbiw9XF06vNJWRSqMh { color:#000000;display:block;width:9.937125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15113;line-height:1.2;letter-spacing:0;top:73.25rem;left:55.25rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsvE4BkQ3TNsefoLbEA6mWrMgwLJ6L1w { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3120125rem;width:1.62475625rem;top:70.8125rem;left:52rem;overflow:hidden;display:block; }
#nZkshzvTGhWvbiMbt33pB9dz0OALgqsq { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374025rem;width:3.374025rem;top:73.75rem;left:63.1875rem;overflow:hidden;display:block; }
#oZ6llRTxaUuJOKlbC4Qm5g8NP5kXpnfa { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:70.1875rem;left:16.625rem;overflow:hidden;display:block; }
#Ak27T0GkGmGfPTRexo4CCDJn2fd6Tpqg { color:#ffffff;display:block;width:8rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.1;letter-spacing:0;top:68.3125rem;left:20.3125rem;height:3.71155rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GiH2PPPQ7WhcyHOwbh7OGCwp9JvUlsyJ { box-sizing:content-box;height:5.625rem;width:10.4375rem;position:absolute;display:block;z-index:15113;background-color:#4d42e2;background-image:none;top:67.25rem;left:18.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#Abu49N26XF2uc6wHzB94qQKRD2zhk5dz { box-sizing:content-box;height:4.625rem;width:12.9375rem;position:absolute;display:block;z-index:15113;background-color:#ffffff;background-image:none;top:60.75rem;left:12.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#AiZC7BV81QOQv4AEa1IfzoPsTfVaUefg { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15113;line-height:1.2;letter-spacing:0;top:61.8125rem;left:15.3125rem;height:2.698975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQrfbGecKBuuoTk1BwcvMi1A9EHp8aAa { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.625rem;top:62.125rem;left:13.4375rem;overflow:hidden;display:block; }
#Faf7HvR8zQPr3kLtNv6JIykFsilCqfws { position:absolute;display:block;z-index:15027;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:14.1875rem;width:14.25rem;top:54.3125rem;left:5.5625rem;overflow:hidden;display:block; }
#uOal3Ewl1TCzWGqEtlGkdsAMifhCIwWI { position:absolute;display:block;z-index:15026;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:8.125rem;width:8.8125rem;top:56rem;left:20.9375rem;overflow:hidden;display:block; }
#JSKehGiNnJtWgxVa4ta9zz5fxFMmJcFy { position:absolute;display:block;z-index:15120;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:1.375rem;width:5.5625rem;top:51.75rem;left:17.6875rem;overflow:hidden;display:block; }
#v2oBe8i0TSf7mSoPqOe6oUIJE03Xuq3W { position:absolute;display:block;z-index:15121;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:1.3125rem;width:9.375rem;top:53.625rem;left:17.5625rem;overflow:hidden;display:block; }
#iqRn55pVoCWQ3TZzA2nLekXsWd4kmOJ8 { color:#000000;display:block;width:4.625rem;position:absolute;font-family:mada;font-size:0.9375rem;font-weight:400;z-index:15114;line-height:1;letter-spacing:0;top:50.4375rem;left:18.25rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1xR2JwPMDqtq1y5KGxhdOqKwTQAEyp2 { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:23.499755859375rem;left:14.967041015625rem;height:21.17555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moeKTqfhaoqNZMJAJgxAkNurSnB9RdVV { position:absolute;display:block;z-index:15104;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:1.31225625rem;width:0.99975625rem;top:23.624755859375rem;left:13.663940429688rem;overflow:hidden;display:block; }
#V6g1UUc7tlnwqWwC2scXZMMfwoiKvql0 { position:absolute;display:block;z-index:15105;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:1.31225625rem;width:0.99975625rem;top:27.62451171875rem;left:13.663940429688rem;overflow:hidden;display:block; }
#ztLDEAdgLdksQl1J2GsG9W34aHTfc9ED { position:absolute;display:block;z-index:15106;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:1.31225625rem;width:0.99975625rem;top:31.437377929688rem;left:13.663940429688rem;overflow:hidden;display:block; }
#eOWaUhKIZuW1K8bFSA3igOdPfQd30oR0 { position:absolute;display:block;z-index:15107;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:1.31225625rem;width:0.99975625rem;top:35.561767578125rem;left:13.663940429688rem;overflow:hidden;display:block; }
#uUA6oUkGARQPk3bQbXyNwOJVcfPbM2Uh { position:absolute;display:block;z-index:15108;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:1.31225625rem;width:0.99975625rem;top:41.374755859375rem;left:13.663940429688rem;overflow:hidden;display:block; }
#ogxhxhcmdXVkAoe1DGUvwxBmeS4hdqHg { color:#000000;display:block;width:48.374625rem;position:absolute;font-family:mada;font-size:1.75rem;font-weight:700;z-index:15054;line-height:1.4;letter-spacing:0;top:80.5rem;left:14.125rem;height:4.89868125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luGMkXTZtDTVNtS6wVZMBCHQcbcTzBhA { box-sizing:content-box;height:11.3125rem;width:56.625rem;position:absolute;display:block;z-index:15002;background-color:#fcff02;background-image:none;top:77.0625rem;left:10.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row .container { background-color: transparent; background-image: none; }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row .container > .video-iframe-container { display: none; }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row > .video-iframe-container { display: none; }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .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); }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row .container { border-width: 0; border-radius: 0; }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row .container { font-size:0.875rem;font-family:arial;height:86.3125rem;width:75rem;position:relative;display:block; }#Sr8KV0Xf3ZwJepSbbH4fD63GcvyTetKw { position:absolute;display:block;z-index:15089;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:1.18696875rem;width:4.1867875rem;top:46.6875rem;left:51.40625rem;overflow:hidden;display:none; }
#eFlBs1K8beAVltPg1DRuhQ1FWksGSCHq { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:10.506249427796rem;left:39.093750953674rem;height:12.5rem;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;text-align:left;text-align-last:left;display:block; }
#O57UAb41keroAQlUBDXTtfCH20oZKiGI { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.625rem;top:5.75rem;left:39.093750953674rem;overflow:hidden;display:block; }
#Twe6RxqGl006yHP1IkrQKgUcWS6aQudl { position:absolute;display:block;z-index:15029;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:30rem;top:15.599217414856rem;left:39.093750953674rem;display:block; }
#t0CTEykZz6JWi6G2BNFc2WsohbgaekdQ { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:25.1875rem;left:39.250000953674rem;height:10.49925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lm12mcdTU3NHEH0xzvgNWiShNSAo8Tqg { box-sizing:content-box;height:10.75rem;width:35.625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:36.875rem;left:39.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#WxIPDPNW0GVMqiFDhFycKNTRosl9MKkB { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:40.75rem;left:44.5rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A74NgEHWvJGfp1M3U2tihoTTVEG2G6yl { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:38.9375rem;left:44.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i2IIDZ6gi0JJQUvlc84kTCdGetRB2U1S { box-sizing:content-box;height:12.375rem;width:35.6875rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:49.5rem;left:39.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#TusHntJ1n0ONs5PUw9K0vwywJ3hTGRss { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:51.5rem;left:44.5rem;height:2.99926875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ASvrH2GtCqqdZy2vyrhfrk0btaeGzdXm { color:#000000;display:block;width:28.25rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:55.125rem;left:44.5rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gm0UbekHriJzzBoKNTRtcriTHg6vLTyM { box-sizing:content-box;height:10.8125rem;width:35.75rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:63.5625rem;left:39.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#mm3B942nOQxnZlTR22TL1nXzyPDmSuyc { color:#000000;display:block;width:18.375rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:65.6875rem;left:44.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f4zZZcS7TJlZmHVXHdle5MeO7GCoabbR { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:67.6875rem;left:44.5rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0FmeuasQ0864UwwneiR1SUyJhHe88GB { background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mada;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:70.187500953675rem;left:39.093750953674rem;display:none; }
#Hfupw08WZVsCcqdQ2o3HThQOp4DsUELa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oFp0cASILTRTqqSuy0Iw3tNAwhK521gF { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:38.875rem;left:40.8125rem;overflow:hidden;display:block; }
#XJRZN986JmsiGElp4KdKWTlllNzUJUvg { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:51.5rem;left:40.8125rem;overflow:hidden;display:block; }
#m9dKD28Msv0xPRtFVzTT6Rk2CKHLXssv { position:absolute;display:block;z-index:15120;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:65.6875rem;left:40.8125rem;overflow:hidden;display:block; }
#uhPGklE9EsgFRTwAqcKb5eTmBAscLTO4 { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:7.6179687976837rem;left:65.613282203675rem;overflow:hidden;display:block; }
#U76391SwRbpI66vcUWUU02lnWv4DavT3 { position:absolute;display:block;z-index:15124;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:46.3125rem;width:39.0625rem;top:18.560791015625rem;left:0rem;overflow:hidden;display:block; }
#BZXw5Sf8saSrHrHDzDZtSFqhlqumewh3 { background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mada;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4375rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:77.375rem;left:20.8125rem;display:block; }
#nbFEeFOCLC7NpgspkQGOoxlldEqxfuOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnTINIuXRycxrRyWX8TmlQPbLmwTgcJn { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.12475625rem;top:75.124633789062rem;left:55.6865234375rem;overflow:hidden;display:block; }
#vXRSNQcbvzFcUdorlNfBIhVkQITOf8dR { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:mada;font-size:0.8125rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:82.375rem;left:26.5625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzW1078rJIgfCOahdOrMZKxQTfHffGQT { box-sizing:content-box;height:1.4375rem;width:8.4375rem;position:absolute;display:block;z-index:15126;background-color:#ffffff;background-image:none;top:23.192187786103rem;left:15.099999427796rem;display:block; }
#HOiAf2RWOmwaGRMc2SqHmvCT3sg07D9g { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:23.004687786103rem;left:16.224999427796rem;height:1.35rem;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; }
#nO7tRf9Ze5eF5tGfMEWfBuuz4REtkwty { box-sizing:content-box;height:1.75rem;width:13.9375rem;position:absolute;display:block;z-index:15127;background-color:#ffffff;background-image:none;top:21.304687976837rem;left:16.224999427796rem;display:block; }
#TeR4olwcUeEVbNm5eQO0grJ2yvEsUW2x { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15128;line-height:1.2;letter-spacing:0;top:21.704687833786rem;left:16.224999427796rem;height:1.35rem;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; }
#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row .container { background-color: transparent; background-image: none; }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row .container > .video-iframe-container { display: none; }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row > .video-iframe-container { display: none; }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .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); }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row .container { border-width: 0; border-radius: 0; }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row .container { font-size:0.875rem;font-family:arial;height:341.125rem;width:75rem;position:relative;display:block; }#f25gC55MHcnoF4DVxx8grzmO6luJUOcH { box-sizing:content-box;height:21.125rem;width:68.25rem;position:absolute;display:block;z-index:14998;background-color:#fcff02;background-image:none;top:27.4375rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#dLDv4svLThzQGXJw3hcCwlaH0UbvWWEA { box-sizing:content-box;height:24.375rem;width:68.25rem;position:absolute;display:block;z-index:15001;background-color:#fcff02;background-image:none;top:50.6875rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#IIo8JipQssGW2GK7V29Le0SQUpKMJnF3 { box-sizing:content-box;height:20.125rem;width:68.25rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:77.5rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#fQtMKeeyf5XXm4TXPTmLMtfRzo1G140Z { position:absolute;display:block;z-index:15087;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:8.5rem;width:8.5rem;top:78.375rem;left:33.5625rem;overflow:hidden;display:block; }
#riF5knIkLREphT2WszMXAPt39FOgRwFL { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:92rem;left:19.375rem;height:2.3986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#otUb7G7ETRfBob3IFhEFPAiAzVTBUlil { color:#ffffff;display:block;width:47.9375rem;position:absolute;font-family:mada;font-size:1.3125rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:86.875rem;left:13.842968940735rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTDVJz6HNboyItbfm6kFHlmGXOKHgyXn { box-sizing:content-box;height:21.125rem;width:68.25rem;position:absolute;display:block;z-index:15002;background-color:#fcff02;background-image:none;top:99.4375rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#VFQNLlTJmfFB9DV1mgWTiwFaKe7cW7uA { box-sizing:content-box;height:29.3125rem;width:68.25rem;position:absolute;display:block;z-index:15003;background-color:#fcff02;background-image:none;top:122.75rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#wdPKzzGOxuikCUA1RAxfFFAmG8k6qyco { color:#1c1c1c;display:block;width:39rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:6.6875rem;left:17.4375rem;height:5rem;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;text-align:center;text-align-last:center;display:block; }
#magt9QnAnuXw12cTiqAMi7eRuB6F8FN6 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:12.749633789062rem;left:22.8125rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxLxSzTdlh9uuV7xvIsaGoKlEJyT1RnM { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9rem;top:2.75rem;left:32.4375rem;overflow:hidden;display:block; }
#Vcq5HhanmQ1WTBfM6hEnLOxRTqnWlanc { color:#000000;display:block;width:33.25rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:34.25rem;left:6.9375rem;height:12.998025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C6Oz3LTEEo0svRTVveEHL5vUnTULLWyw { color:#000000;display:block;width:25.75rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:31.5625rem;left:6.9375rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ld5q3wnPAQKCtiKwVH0hFIIs65T2WUoC { position:absolute;display:block;z-index:15097;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:1.625rem;width:3.375rem;top:29.375rem;left:6.9375rem;overflow:hidden;display:block; }
#nysTaLFPggr4ezZckg8FUchKyVmFgAvb { position:absolute;display:block;z-index:15100;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:1.625rem;width:3.375rem;top:53.3125rem;left:35.25rem;overflow:hidden;display:block; }
#lHCNxsuHXvsC8Dxqk4Ft2TTc1hWqa4S8 { position:absolute;display:block;z-index:15103;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:1.625rem;width:3.375rem;top:102.0625rem;left:6.9375rem;overflow:hidden;display:block; }
#I5AMuugCgDxTuFBkQmsmK17LfM0bcmFv { color:#000000;display:block;width:25.75rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:104.25rem;left:6.9375rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zFsLEGDu3TdEv7LSArxgOu63DVfcSg9K { position:absolute;display:block;z-index:15103;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:1.625rem;width:3.375rem;top:126.25rem;left:38.6875rem;overflow:hidden;display:block; }
#SFDR5tqgO1gbFAx6ITPuz618TEnMsOt5 { position:absolute;display:block;z-index:15106;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:1.625rem;width:3.375rem;top:198.9375rem;left:6.6875rem;overflow:hidden;display:block; }
#nKFOUv0ThmAdRavtNMhsrTZCdveaEizi { position:absolute;display:block;z-index:15106;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:1.625rem;width:3.375rem;top:227.5625rem;left:35.125rem;overflow:hidden;display:block; }
#tLiIpCW9efDckhMvbrP9nNgqX9oqmuQO { color:#1c1c1c;display:block;width:8.4375rem;position:absolute;font-family:"vintage moon";font-size:2.75rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:9.1875rem;left:45.125rem;height:2.75024375rem;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;text-align:left;text-align-last:left;display:block; }
#tyW2oXkbWCzKUz0PB7CkiHE1ZnZ7INGx { position:absolute;display:block;z-index:15030;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:29.8125rem;top:20.5rem;left:22.625rem;display:block; }
#CQVgZDiLzJAcmiQSWTgDWv46ml7F3ac3 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:mada;font-size:1.875rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:20.9375rem;left:22.9375rem;height:2.24975625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdUMzyKXPzH96CgKtkfnWtazFeTwkJqC { position:absolute;display:block;z-index:15031;background-color:#fcff02;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:19.375rem;top:23.5625rem;left:28.125rem;display:block; }
#uJKN62ZZ5qzMbWLE5qT4WSUnIlGATvwQ { color:#000000;display:block;width:29.375rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:23.5625rem;left:22.9375rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifn6sLphETgdp7Z3Cb0mzOqH1GedRzpP { position:absolute;display:block;z-index:15032;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:42.5rem;left:6.8125rem;display:block; }
#OPwO1i1r204F3KQ8PJnAdTNGfSlmt9Uo { position:absolute;display:block;z-index:15135;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:17.375rem;width:24.75rem;top:31.4375rem;left:39.5625rem;overflow:hidden;display:block; }
#gAmEz78uvmeWIBpfaM4KbnhEXq2FG9ev { position:absolute;display:block;z-index:14999;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:14.375rem;width:17.3125rem;top:28.8125rem;left:52.1875rem;overflow:hidden;display:block; }
#OCTBWz2dgk4nvIgH8kgvAtRRRHxA3v0v { position:absolute;display:block;z-index:15136;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:36.625rem;left:70.4375rem;overflow:hidden;display:block; }
#Gti6Cx1Gq7EGKIEGaWSzlM1vftovxaV3 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:55.9375rem;left:35.375rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LT4xvQiRUGGo0OKWrsO6XqmTkxenzle6 { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:58.5625rem;left:35.375rem;height:12.998025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCOIOgJ2MHDXzsCopKDQZbKn3lssZpgx { position:absolute;display:block;z-index:15035;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:66.8125rem;left:35.25rem;display:block; }
#i8Re39zTKxh4g0291L6JUdgVrBM3M7Pz { position:absolute;display:block;z-index:15137;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:14.875rem;width:27.125rem;top:57rem;left:6.5rem;overflow:hidden;display:block; }
#WFB1hkLvy5oSZgsBLG0X9vk3U0HPSkuB { position:absolute;display:block;z-index:15138;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:62.0625rem;left:1.25rem;overflow:hidden;display:block; }
#ewdI5ucVa0KfBJa0Nwk9Nec3PLf9HGqf { color:#000000;display:block;width:34.4366875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:107.05003547669rem;left:6.926562309265rem;height:9.7485375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRFrXltUTGxWVwIa63KK3IKDzOCAe2c8 { position:absolute;display:block;z-index:15036;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:113.6875rem;left:6.9375rem;display:block; }
#HuVh06R8heI10J2nINB3Lp8QcmhD4XIW { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:24.25rem;top:104.25rem;left:45.125rem;overflow:hidden;display:block; }
#ZQZm5A1cqwTOWh3IP0B6cRx9Ky7QX0OJ { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:108rem;left:69.5rem;overflow:hidden;display:block; }
#SRfgEvu74JteD7FCxsGsUkCEKUwIWmIk { position:absolute;display:block;z-index:15038;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:144.8125rem;left:38.625rem;display:block; }
#EWJckqCXCZTEcZ4rOnUSQJ6e84NNbyRJ { color:#000000;display:block;width:30.125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:131.625rem;left:38.75rem;height:17.87229375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e4y0ONi0FBCa1GI21yW6iGflFkNJ0pGy { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:129rem;left:38.75rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rd4CDKkBTvhZ49PwOsvUnPtN7IxVSQEs { position:absolute;display:block;z-index:15143;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:19.5625rem;width:21.375rem;top:132.75rem;left:13.0625rem;overflow:hidden;display:block; }
#CXU4Gtwf8m6yi40uNRf4K3S65h0M1hBM { position:absolute;display:block;z-index:15142;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:14.3125rem;width:18rem;top:128.5rem;left:7.6875rem;overflow:hidden;display:block; }
#ZpzET3XKi2lWlI2nn6zmLV1n2ulCsxf5 { position:absolute;display:block;z-index:15144;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:5rem;width:5rem;top:130.625rem;left:0rem;overflow:hidden;display:block; }
#Jt78QgLVBCa8WPNWkthRTvGeTfTQOQlr { box-sizing:content-box;height:29.3125rem;width:68.375rem;position:absolute;display:block;z-index:15011;background-color:#fcff02;background-image:none;top:154.5625rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#EfhqZnr82fXTIBJ1v1wWixL8H16d6ncA { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:163.25rem;left:7.3125rem;height:17.87231875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p84INLTRTBPWIB43TVLhDiMVNXgqVfkn { position:absolute;display:block;z-index:15046;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:176.4375rem;left:7.1875rem;display:block; }
#lLV0zfkPnw8Ppgt1zLTggnCohRPIR3ef { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:160.625rem;left:7.3125rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tvq8XlqU8VJ5BH3EpuqxBBrpHgt7yz7L { position:absolute;display:block;z-index:15104;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:1.625rem;width:3.375rem;top:157.8125rem;left:7.5625rem;overflow:hidden;display:block; }
#URUGpVDaeQDRRiupEtQmbOrQ8kC25QdT { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:28rem;top:163.25rem;left:42.0625rem;overflow:hidden;display:block; }
#bSO2Josq350Ragw4vWlJxXw6lXD5GpfP { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:165.3125rem;left:69.875rem;overflow:hidden;display:block; }
#u7rLDZVfUTopiT8PiWfNq0VdL3iO6BiW { position:absolute;display:block;z-index:15034;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:29.8125rem;top:189.8125rem;left:22.375rem;display:block; }
#bmD6rUsPiKK18G5Vfk4y27TDGGVRP9Ia { color:#000000;display:block;width:29.375rem;position:absolute;font-family:mada;font-size:1.875rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:190.25rem;left:22.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tdy0w0Los2vx0PoeXDzpaKlwdMEFwTUy { position:absolute;display:block;z-index:15035;background-color:#fcff02;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:19.375rem;top:192.875rem;left:27.8125rem;display:block; }
#NaEWETv9g5IXWrkoGmQR3qx3PENaO7E6 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:192.875rem;left:22.6875rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcZDaDPWTl8IqesODPlyBToTxLP0n5NT { box-sizing:content-box;height:25rem;width:68.25rem;position:absolute;display:block;z-index:15003;background-color:#fcff02;background-image:none;top:197.125rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#Z3T7fmdqkZn9rC8Z1UouPClcKxhUhND1 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:201.25rem;left:6.6875rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c39HTy2h2anP8t2Bk8y59BHonZoDgZmI { color:#000000;display:block;width:33.25rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:204rem;left:6.6874990463256rem;height:16.2475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b1lxpQPQB0NJnP8oRnkLMdveD9l5PEKC { position:absolute;display:block;z-index:15037;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:215.625rem;left:6.6875rem;display:block; }
#RJmpUtGettChfA23KAoUTbVzot1VpNI0 { position:absolute;display:block;z-index:15149;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:21.75rem;width:23.1875rem;top:200.625rem;left:41.125rem;overflow:hidden;display:block; }
#zKmUXlfC2WfT1TpLNmrmFxA06tz7iSWR { position:absolute;display:block;z-index:15148;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:13.375rem;width:16.5rem;top:201.25rem;left:53.25rem;overflow:hidden;display:block; }
#FIgk0RoIV7eoWwsNoZHuhFGqiczKEI2T { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:207rem;left:69.6875rem;overflow:hidden;display:block; }
#KlIC3ikIZtAFOrFUqQqw6dmz1SxLg9eV { color:#000000;display:block;width:25.75rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:229.75rem;left:35.125rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZ0F6Bf6uJflWQtyTFfnXhVlbzLbo00W { color:#000000;display:block;width:31.875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:232.375rem;left:35.125rem;height:16.2475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#biN8SyBcm1BH3xguILwZ0OtaZVUTDTp6 { position:absolute;display:block;z-index:15040;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.4375rem;top:244rem;left:34.9375rem;display:block; }
#FhRAG3evAVE6XPGL7vNN95pX45sdmz9a { box-sizing:content-box;height:26.75rem;width:68.25rem;position:absolute;display:block;z-index:15006;background-color:#fcff02;background-image:none;top:224.5rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#c5lHGr31uUMoDDtZtT446SigZLcANHTM { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:27.9375rem;top:230.3125rem;left:5.1875rem;overflow:hidden;display:block; }
#U4h49CAk1xFGTIHileT9CGlIpCuE6Eqn { position:absolute;display:block;z-index:15152;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:5.5rem;width:5.5rem;top:233.5625rem;left:0.8125rem;overflow:hidden;display:block; }
#ETyCf0fCcRKhZrLXvhokJ2JLlvn6qNZI { box-sizing:content-box;height:22.6875rem;width:68.25rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:253.5625rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#f9pbtcmd1nsxOTUrTixFolm2gyxHzwr7 { position:absolute;display:block;z-index:15091;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:8.5rem;width:8.5rem;top:255.48750019074rem;left:32.687500953674rem;overflow:hidden;display:block; }
#ZDTXdi6VJ3KkLuO1zxuoxxvvT1T86Bgh { color:#ffffff;display:block;width:50.8125rem;position:absolute;font-family:mada;font-size:1.3125rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:263.98750114441rem;left:12.092968940735rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrEsHe3gqlhhXn1FOba2GIhxs0Z3zvSW { position:absolute;display:block;z-index:15146;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:1.375rem;width:1.375rem;top:94.625rem;left:39.562500953674rem;overflow:hidden;display:block; }
#pLc9LpcrqKSIoNc19XL58eaGRlMcEQLV { position:absolute;display:block;z-index:15145;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:1.375rem;width:1.375rem;top:94.625rem;left:38.187500953674rem;overflow:hidden;display:block; }
#CM44QZZqgu1UAi7bBgwOx5sP2WKnAmDS { position:absolute;display:block;z-index:15144;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:1.375rem;width:1.375rem;top:94.625rem;left:36.812500953674rem;overflow:hidden;display:block; }
#CcvOGwrpTK8ZigzBA63dvhno8GdeVkhd { position:absolute;display:block;z-index:15143;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:1.375rem;width:1.375rem;top:94.625rem;left:35.500000953674rem;overflow:hidden;display:block; }
#cfmAf6dCFhNQ2cTKyECCu23W5GaAOrPk { position:absolute;display:block;z-index:15142;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:1.375rem;width:1.375rem;top:94.625rem;left:34.125000953674rem;overflow:hidden;display:block; }
#MHkJTqnAChT2x0cZgxqJ4IbnNMsV53e3 { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:269.875rem;left:18.842968940735rem;height:2.39868125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hr0i7TVJddBPIUn23X3umEJ21T5XKCAJ { position:absolute;display:block;z-index:15152;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:1.375rem;width:1.375rem;top:273.0625rem;left:39rem;overflow:hidden;display:block; }
#hzmN31TkDsC57tpeQu2LRNdQlDvCJUV7 { position:absolute;display:block;z-index:15151;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:1.375rem;width:1.375rem;top:273.0625rem;left:37.625rem;overflow:hidden;display:block; }
#btDhitwcRZEFbetldnVEmT0MoydHX2hX { position:absolute;display:block;z-index:15150;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:1.375rem;width:1.375rem;top:273.0625rem;left:36.25rem;overflow:hidden;display:block; }
#iiAdT44uADce2mTOhhG1CRFISIh0PBQW { position:absolute;display:block;z-index:15149;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:1.375rem;width:1.375rem;top:273.0625rem;left:34.9375rem;overflow:hidden;display:block; }
#pqCe4aByzSyQba4N4zTBBZ1uORfUVIRn { position:absolute;display:block;z-index:15148;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:1.375rem;width:1.375rem;top:273.0625rem;left:33.5625rem;overflow:hidden;display:block; }
#VTtBevILEzkRQSZ6AVosgViy7kI2BSth { box-sizing:content-box;height:26.0625rem;width:68.25rem;position:absolute;display:block;z-index:15008;background-color:#fcff02;background-image:none;top:278.125rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#X1bKmiJTegiTqzmfFWT73xXDNooTdVA4 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:282.5625rem;left:6.5625rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U1W10io7firkNd5zCJuRsr3RpLcOJB5f { color:#000000;display:block;width:33.25rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:285.31169319153rem;left:6.686718940735rem;height:16.2475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mIHnvttaVFJnRL6zS8149zI1LwNsMoTi { position:absolute;display:block;z-index:15042;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:298.4375rem;left:6.6875rem;display:block; }
#TMpoMkhTXzTAODTk6wFRT9UJhvXuaTaW { box-sizing:content-box;height:1.375rem;width:3.4375rem;position:absolute;display:block;z-index:15153;background-color:transparent;background-image:none;top:280.3125rem;left:6.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#LtKEwc4ICRM6WhtyldEOfDCw8PX2FSxB { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:mada;font-size:0.6875rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:280.6875rem;left:6.0625rem;height:0.825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iaIacNGiBDrt4yg8rKraaM7F2sLbDaq3 { position:absolute;display:block;z-index:15155;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:15rem;width:28.75rem;top:285.3125rem;left:41.125rem;overflow:hidden;display:block; }
#Gb3OqRES98Ffdn9TIr6pcquJg2BTb37t { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:287.75rem;left:70.1875rem;overflow:hidden;display:block; }
#vMiy2qQd89Qek71lpNS1qdLX08A4Ae8R { box-sizing:content-box;height:28.375rem;width:68.25rem;position:absolute;display:block;z-index:15011;background-color:#fcff02;background-image:none;top:306.375rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#HB1l8F0USI5LxwDR36B5dxEQb9RWGqLx { color:#000000;display:block;width:32.75rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:314.25rem;left:36.5625rem;height:17.87229375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nacNafrU3m51O4ys2ThxqKnzQa8ZGhR1 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:311.375rem;left:36.5625rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PpTvHks6TqLTm5o72UNrVHBdNtVQTE7E { position:absolute;display:block;z-index:15045;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.4375rem;top:327.4375rem;left:36.4375rem;display:block; }
#vaMVRmcJRL2ftVHxEaooOQPL56be0AZB { box-sizing:content-box;height:1.375rem;width:3.4375rem;position:absolute;display:block;z-index:15155;background-color:transparent;background-image:none;top:309.1875rem;left:36.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#StHaH2c6NzUfNwZ2iOmclPVtAnbKT0ht { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:mada;font-size:0.6875rem;font-weight:400;z-index:15062;line-height:1.2;letter-spacing:0;top:309.5625rem;left:36.0625rem;height:0.825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XBFSntLyKtaarfxy2fdtLD9EhQ39GLWG { position:absolute;display:block;z-index:15159;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:20.375rem;width:21.5rem;top:314.625rem;left:10.0625rem;overflow:hidden;display:block; }
#ld9AyVzSFieSafm1pRUE2Da78NOIstsr { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:19.0625rem;top:311.625rem;left:5.5rem;overflow:hidden;display:block; }
#pd6szrNgPwK4xOlxlAJqUTqweSXWDGsa { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:318.6875rem;left:1rem;overflow:hidden;display:block; }
#v1mclU81TGqP8D87mhFTdWWeMmngt15k { color:#000000;display:block;width:33.25rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:34.25rem;left:6.9375rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#a8KMrrRin8hNfznyerBczXyd4KfbuZq3 { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:58.5625rem;left:35.375rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pozfNErvCNVrb1Mt1Lg39nzT9qhGp5xS { color:#000000;display:block;width:34.4366875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:107.05003547669rem;left:6.926562309265rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dbwZ1tPpTlTkA8RDTrxcPZqpOfiErtpw { color:#000000;display:block;width:30.125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:131.625rem;left:38.75rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xnNM2SMVha9yCi6AIFdVt7GVHnpDUP8y { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:163.25rem;left:7.3125rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ASf3dk3SJ6rWgnScXZr7T0fHNKUkBVdf { color:#000000;display:block;width:33.25rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:204rem;left:6.6874990463256rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#t8gZA5IEvueknJhsIQszZiEGVRt7sosC { color:#000000;display:block;width:31.875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:232.375rem;left:35.125rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MuwyoMPmWrZcT2PF3ZAA6dOrCxCxaFDm { color:#000000;display:block;width:33.25rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:285.31169319153rem;left:6.686718940735rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ddf6JpghOfVT3LZCFZ2dhMKWPpCkMdFW { color:#000000;display:block;width:32.75rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:314.25rem;left:36.5625rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2688c40e-71f2-4543-b70e-b8ce5e33855c/Vector.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo.adaptive-delivery-prevent-bg, #WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo.lazyload, #WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo.lazyloading { background-image: none; }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row .container { background-color: transparent; background-image: none; }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row .container > .video-iframe-container { display: none; }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row > .video-iframe-container { display: none; }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .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); }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row .container { border-width: 0; border-radius: 0; }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#ASfWvbBKera8ANfnf8qt1TqGCkl0cGay { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14rem;width:24.9375rem;top:5.0625rem;left:15.375rem;overflow:hidden;display:block; }
#JBDLZCbTygwGIS1SL0umS7QhdW1h93Eu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.75rem;width:19.375rem;top:10.499218940735rem;left:37.937500953674rem;overflow:hidden;display:block; }
#OWMGNatsZfvJnc8ZW2Gqa9UAwExnHU18 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.999875rem;width:20.874625rem;top:7.5rem;left:6.75rem;overflow:hidden;display:block; }
#ywXST0sRWv2CWxVwC9BLeNuXRphk88Fu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:14.75rem;top:14.4375rem;left:55.0625rem;overflow:hidden;display:block; }
#lrrAmrk89CiaF2dCruZ17MeuZzHeaLO5 { color:#ffffff;display:block;width:41.124875rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:28.4375rem;left:17.3125rem;height:8.93555625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5EEhUUqL2JXU2HqqDbaG77Xw9ZDEyNq { position:absolute;display:block;z-index:15029;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.3125rem;top:35.8125rem;left:37.9375rem;display:block; }
#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row .container { background-color: transparent; background-image: none; }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row .container > .video-iframe-container { display: none; }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row > .video-iframe-container { display: none; }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .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); }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row .container { border-width: 0; border-radius: 0; }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#DfOGr7wfVa8OalSSXdTE64urVCS80AWd { position:absolute;display:block;z-index:15000;height:33.1875rem;width:74.875rem;top:2.6367188692093rem;left:0rem;display:block; }
#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 { position:relative;display:block; }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 { background-color: transparent; background-image: none; }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 > .row .container > .video-iframe-container { display: none; }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 > .row > .video-iframe-container { display: none; }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 > .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); }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 { border-width: 0; border-radius: 0; }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 > .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; }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:124.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nL2OF7mlL9kwF0DlrruVkiEFy9SaVGUt { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:mada;font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:118.00000572204rem;left:27.656250953674rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTFUT6QoCVSxTgTbruOpDChLKz052DcB { box-sizing:content-box;height:78.875rem;width:62.625rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:35.812503814698rem;left:6.4999990463256rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.27) ;display:block; }
#MyKeJFSNT6qs00NtdymDgThzLXCPKK3k { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:mada;font-size:4.375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:39.3125rem;left:50.8125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nesAtZmTIBKKv70Bf4iBBfqKXmILFTTk { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12421875rem;width:1.5625rem;top:45.625rem;left:11.3125rem;overflow:hidden;display:block; }
#kFhSilfKMnMipFZVvRsI4cdPhGr6LirA { color:#4d42e2;display:block;width:21.1859375rem;position:absolute;font-family:mada;font-size:2rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:40.25rem;left:11.3125rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#MO5U5SOan4I579b5SanptcZtrp2ycfBp { color:#000000;display:block;width:24.1859375rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:61.375rem;left:13.8125rem;height:1.7875rem;display:block; }
#ZFz0B1AQEEACAAio2AbLrwu9POgKzid6 { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:45.3125rem;left:13.8125rem;height:1.7875rem;display:block; }
#nciq1RfRwmmupn9veD0O1IdkpaMNw4cb { color:#b2b2b2;display:block;width:31.0625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:47.25rem;left:13.8125rem;height:1.46179375rem;display:block; }
#XTZxbPsn9IwXgmiz6DAkucZgFlrwop3x { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:50.8125rem;left:13.8125rem;height:1.7875rem;display:block; }
#rJATTN35uqv4fEvotNFhD3TlEQ96uBKn { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1234375rem;width:1.5625rem;top:51rem;left:11.3125rem;overflow:hidden;display:block; }
#dptWtBG4TGzbqrZnk6E8Q3U1B0WkUkpx { color:#b2b2b2;display:block;width:30.625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:52.625rem;left:13.8125rem;height:1.46179375rem;display:block; }
#Kemd2Ic9EupSkp5df0wwruuAcD6qnyRQ { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1234375rem;width:1.5625rem;top:56.5rem;left:11.3125rem;overflow:hidden;display:block; }
#vxrWfMl8awWzAKeTx8bNChuzTim2lTQk { color:#000000;display:block;width:33.125rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:56.375rem;left:13.8125rem;height:1.7875rem;display:block; }
#GqJ3s2U60Q5zBPTsW76J7nk6GXCkn6nE { color:#b2b2b2;display:block;width:34.625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:58.125rem;left:13.8125rem;height:1.46179375rem;display:block; }
#aP6lEhGfiBESlMsEO2TTmv65yT7otskd { color:#000000;display:block;width:24.185125rem;position:absolute;font-family:mada;font-size:1.375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:66.75rem;left:13.8125rem;height:5.3613375rem;display:block; }
#K4v5w1X063Mz0Q2quVdcDFRTTmThOexV { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1234375rem;width:1.5625rem;top:61.5625rem;left:11.3125rem;overflow:hidden;display:block; }
#JhNSsVFJDgyrqbrkHUGVNvxDf3zu3puE { color:#b2b2b2;display:block;width:34.8125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:normal;z-index:15110;line-height:1.4;letter-spacing:0;top:63.1875rem;left:13.8125rem;height:1.575rem;display:block; }
#D6H5sE62ZWzgVFIRMEhBEXUpA0ySixUO { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1234375rem;width:1.5625rem;top:66.75rem;left:11.3125rem;overflow:hidden;display:block; }
#yNVKMudPPrXEZI5VC35SrzTqxgJEhrab { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1234375rem;width:1.5625rem;top:70.25rem;left:11.3125rem;overflow:hidden;display:block; }
#DeIqC6hxrC38JpsUWw0xcStJlQxBnMsM { position:absolute;display:block;z-index:15163;height:4.874875rem;width:22.8125rem;top:25.12451171875rem;left:26.09375rem;display:block; }
#ptmZvqVaNEgu6rAVd2mQcccV5fwrHv8P { background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mada;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.625rem;height:5.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:111.62344169617rem;left:18.499218940735rem;display:block; }
#PegCw68IbCKspg8u8D9nkmZKz4mZIOt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X1hd2Su7UIA9QTPwnQ8cWOsFcVQNuQzt { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.249025rem;width:3.249025rem;top:41.125rem;left:61.8125rem;overflow:hidden;display:block; }
#oSJsG2JR8CPTpsrETmPQbFKR3DEs6pwf { color:#000000;display:block;width:9.5rem;position:absolute;font-family:caveat;font-size:1.375rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:43.937377929688rem;left:55.62451171875rem;height:1.7871125rem;font-style:normal;display:block; }
#zArKia87PITlZDQ6bfIUC0cGvQoXp1sx { color:#ffffff;display:block;width:30rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.4;letter-spacing:0;top:16.5625rem;left:21.842651367188rem;height:3.49975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzQbAbOemHIGdEKn4c9Tr4A5hbNgw3Hh { color:#ffffff;display:block;width:10.7495rem;position:absolute;font-family:"vintage moon";font-size:2.1875rem;font-weight:400;z-index:15040;line-height:1;letter-spacing:0;top:12.9375rem;left:45.5rem;height:2.1875rem;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;text-align:left;text-align-last:left;display:block; }
#aw5ChT35eIGFKwyfE30BghWIcs9X46zP { color:#ffffff;display:block;width:31.187125rem;position:absolute;font-family:mada;font-size:2.8125rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:6.1875rem;left:21.25rem;height:6.186525rem;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;text-align:center;text-align-last:center;display:block; }
#lP678mgu4gaHathBOp4vnNR2QqAhOwWW { box-sizing:content-box;height:2.75rem;width:10.4375rem;position:absolute;display:block;z-index:14997;background-color:#fcff02;background-image:none;top:9.5625rem;left:38.9375rem;display:block; }
#hXVMOPMK9b5bJcT5ueSXbdHFZVfvO2T6 { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:mada;font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:21.8125rem;left:20.3125rem;height:2.10021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIzZbgAEOJnVtus7FmJFkNEN8P4g742C { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:12.4375rem;top:41.75rem;left:49.9375rem;overflow:hidden;display:block; }
#SaOGari0UdnLA8q4Vr4OOiaNBgKIxZ0y { position:absolute;display:block;z-index:15167;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:16.8125rem;width:21.875rem;top:47.748438835144rem;left:51.187500953674rem;overflow:hidden;display:block; }
#O3X6peBTpMTFiTcidtLsU9wDon3m1HdD { box-sizing:content-box;height:34.8125rem;width:54rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:74.361723423006rem;left:10.811718940735rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;display:block; }
#pu7VAdBMfT5S139WL1rVaottUtbrFy3u { color:#ffffff;display:block;width:21.1859375rem;position:absolute;font-family:mada;font-size:2rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:76.762504577638rem;left:13.811718940735rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#kh266KLtMHOTyzXUHwVJPwb9c1MotW5a { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:76.349220275881rem;left:28.843750953674rem;overflow:hidden;display:block; }
#DzQJJI1coPOxG4EzpgAwuAmr7Ed8nRRl { box-sizing:content-box;height:9.0625rem;width:19.8125rem;position:absolute;display:block;z-index:14996;background-color:#fcff02;background-image:none;top:72.073974609375rem;left:43.536254882812rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;display:block; }
#MQgd90MmSbsPmyMfvq1wekcQowL8NIex { color:#000000;display:block;width:25.7495rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:72.623046875rem;left:40.672119140625rem;height:1.46179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMeTr9fbJMMcSzKTb5mvBJHUlHQFhwhi { color:#ffffff;display:block;width:21.1859375rem;position:absolute;font-family:mada;font-size:1.75rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:76.924219131469rem;left:47.989064216614rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#PmqlwdstEUG8hBARAw0Qzl0LJ9EyBSSo { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:81.917114257812rem;left:16.237182617188rem;height:3.2495125rem;display:block; }
#EPSQt0K6VhdfA4EaZtM22AeiFNHxmpEf { position:absolute;display:block;z-index:15169;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.5625rem;top:82.38672065735rem;left:13.811718940735rem;overflow:hidden;display:block; }
#i5OT9BAWKpyolscJ88v4bZHCK2Bv5RUJ { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:86.5625rem;left:16.25rem;height:6.499025rem;display:block; }
#PtqHIU3P6l4QwkhxMWJPNNNlSvnZrkUT { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.5625rem;top:87.0625rem;left:13.8125rem;overflow:hidden;display:block; }
#ON4MEA6xWHKNeeTEFvMf6IJRgevyhvT2 { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.5625rem;top:94.75rem;left:13.8125rem;overflow:hidden;display:block; }
#K0APozNua0iqJCdT1uFnOnOT2n0p2P0k { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:94.25rem;left:16.25rem;height:4.87426875rem;display:block; }
#cTTGDuTPJTbI5bffRPJFv3s5Mg7TWSVt { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.5625rem;top:101.0625rem;left:13.8125rem;overflow:hidden;display:block; }
#QwfTfrfsTqfsNRZoI26wVt5f3fbfxgQu { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:100.5625rem;left:16.25rem;height:4.87426875rem;display:block; }
#AzzU9QGv8O6ATvqKJnFCnpoOvptvggL8 { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.125rem;top:89.430473709106rem;left:55.132266515518rem;overflow:hidden;display:block; }
#Skb6t1EtoZktPJLJNJsNGaBwH3a2RFfz { position:absolute;display:block;z-index:15177;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:18.25rem;width:11.8125rem;top:79.361723899844rem;left:2.69140625rem;overflow:hidden;display:block; }
#wL1fk5V0QBop76O07OS8z7E8RE37Csr9 { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18713125rem;width:4.375rem;top:107.12341308594rem;left:57.93701171875rem;overflow:hidden;display:block; }
#XvzH8Q2fzEc9b9z9SghJT0Z6lgIpGfnS { background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mada;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.625rem;height:5.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:119.13749980926rem;left:31.287499427796rem;display:none; }
#r2SHDoZIufqm5ygNitnFUWLfwXPDTzqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vr2QBOCDOqSxKLM0cpCnpt8lVPM9MkUi { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:mada;font-size:0.8125rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:108.24844360351rem;left:53.125000953674rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row .container { background-color: transparent; background-image: none; }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row .container > .video-iframe-container { display: none; }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row > .video-iframe-container { display: none; }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .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); }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row .container { border-width: 0; border-radius: 0; }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row .container { font-size:0.875rem;font-family:arial;height:207.625rem;width:75rem;position:relative;display:block; }#VM7TWroFVpnoVK0dru93m5QHh8OVlhGX { color:#1c1c1c;display:block;width:46.75rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:38.5rem;left:13.75rem;height:2.5rem;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;text-align:center;text-align-last:center;display:block; }
#ruBLwxhATU9WpMXmnDay9KmtABFD8EJ1 { position:absolute;display:block;z-index:15028;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:26.25rem;top:38.4375rem;left:17.4375rem;display:block; }
#UzM2JZXN5DvlkIwJSUlOTHgN7fvq58fb { box-sizing:content-box;height:35.5625rem;width:33.9375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:44.625rem;left:1.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#vLrGz295bKnGugrcUC9Ezc6phfioNwsA { color:#1c1c1c;display:block;width:31.5625rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:47.375rem;left:3.0625rem;height:2.5rem;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;text-align:left;text-align-last:left;display:block; }
#caQ6JhNKBfJsfrSnGv2VnzWOxWP3fLCe { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:51.9375rem;left:5.125rem;height:25.186175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xJ0xJ8nH1TAUdleoLZTt0rc7fPgvi7Nl { box-sizing:content-box;height:24.125rem;width:34.0625rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:44.625rem;left:39.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#RfmTT5xGr0R6kvTThaCF2htnh10kXAiT { color:#1c1c1c;display:block;width:28.6875rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:47.375rem;left:41.25rem;height:2.5rem;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;text-align:left;text-align-last:left;display:block; }
#ImiOC5ye8bvcGkWhV7VXVJ19FUpvKPp3 { color:#000000;display:block;width:28.5rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:52rem;left:43.3125rem;height:9.59474375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGN3nDWZtaVtgD4TffwNMnsdLpmwveKA { color:#000000;display:block;width:26.625rem;position:absolute;font-family:mada;font-size:1rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:62.75rem;left:43.0625rem;height:3.598025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KFxLNtQptvFal4XCQHX3IzeWyTRHBNHG { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:78.875rem;left:28.125rem;overflow:hidden;display:block; }
#CzvbmviE5E2qlNBvac4lE44TRHzTvEef { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:66.3125rem;left:68.5rem;overflow:hidden;display:block; }
#T1yc6TepyPaNWpQRS3Lsmz6eeABMeOwk { position:absolute;display:block;z-index:15064;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:1.375rem;width:1.3125rem;top:51.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#NbNOlLVH0ipaa1l80sDHir8SNUImvKVQ { position:absolute;display:block;z-index:15066;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:1.375rem;width:1.3125rem;top:55.5625rem;left:3.0625rem;overflow:hidden;display:block; }
#V3IlmIvPviMT05EWZqfiCliqisLd0XTE { position:absolute;display:block;z-index:15067;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:1.375rem;width:1.3125rem;top:59.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#RUpBR5QyNnpU5BTuCnUBFUXbBRzGm3bV { position:absolute;display:block;z-index:15069;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:1.375rem;width:1.3125rem;top:66.5rem;left:3.0625rem;overflow:hidden;display:block; }
#QUn0RXmZLFm5fg3JcKV3spnUcipWE4lB { position:absolute;display:block;z-index:15068;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:1.375rem;width:1.3125rem;top:62.875rem;left:3.0625rem;overflow:hidden;display:block; }
#InZ72XaOLwZomFEBK3SWEVe81FEaTAHR { position:absolute;display:block;z-index:15071;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:1.375rem;width:1.3125rem;top:73.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#faJWLwF1QuimetOSSEc7O1JbgJzfT5RQ { position:absolute;display:block;z-index:15070;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:1.375rem;width:1.3125rem;top:70rem;left:3.0625rem;overflow:hidden;display:block; }
#fUcPvfNyqyAPEQ5rkIiapf7NDRGRngCP { position:absolute;display:block;z-index:15072;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:1.375rem;width:1.3125rem;top:51.9375rem;left:41.25rem;overflow:hidden;display:block; }
#T3FM8GVpeeRzADiJxHu4LBOtTkQf3E9o { position:absolute;display:block;z-index:15073;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:1.3745125rem;width:1.31225625rem;top:55.6875rem;left:41.25rem;overflow:hidden;display:block; }
#lynyOs4buBtnfMg5boSEdTrAOpiPQa1p { position:absolute;display:block;z-index:15074;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:1.3745125rem;width:1.31225625rem;top:58rem;left:41.25rem;overflow:hidden;display:block; }
#esv2ZELKUWHhCBgIMyb1XTufQrDv6GTN { position:absolute;display:block;z-index:15076;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:1.375rem;width:1.3125rem;top:60.25rem;left:41.25rem;overflow:hidden;display:block; }
#evi542ZCyMgd0zObpbGD7XH4nIVRw2kP { color:#1c1c1c;display:block;width:47.875rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:88rem;left:14.125rem;height:2.5rem;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;text-align:center;text-align-last:center;display:block; }
#yBhPTRiC9wl447o8r2lwV9No6UT6iRCx { position:absolute;display:block;z-index:15077;height:59.8125rem;width:75rem;top:93.6875rem;left:0rem;display:block; }
#FCsd0F8oAS2XXn5aqLDompfOViB2caFQ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mada;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.684375rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:198.1875rem;left:31.657811164856rem;display:block; }
#TTa21VUuXzxSM0EfsyXTdrAO2T7f7KsC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DR8bNXs9w7DUJc6WigMbtU6sdsNfFdHq { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:23.25rem;left:19.375rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQvqg6W1M4t9rJQL8762bCtaaHqnV5Uk { position:absolute;display:block;z-index:15089;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:23.375rem;top:16.125rem;left:29.875rem;display:block; }
#fVV3iE9e1JuqTJp3Ed38mzU5pmznNDik { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:16.125000953674rem;left:14.092968940735rem;height:4.4989rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFUUGMruFA2OMCfJLgmr7eMKKXptDaE3 { box-sizing:content-box;height:27.8125rem;width:54.0625rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:3.5625rem;left:10.467968940735rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;display:block; }
#bTtQrTxoLdWsxpePeT72sTkuC554rCxl { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:6rem;left:32.8125rem;overflow:hidden;display:block; }
#gLAMxq2UNUyahLETpuaA0AlLp5zEPCkR { position:absolute;display:block;z-index:15155;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:1.375rem;width:1.375rem;top:25.9375rem;left:38.1875rem;overflow:hidden;display:block; }
#Q1JX0ivOwWhwzT0isrcnpFKQydRXRB1g { position:absolute;display:block;z-index:15156;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:1.375rem;width:1.375rem;top:25.9375rem;left:39.5625rem;overflow:hidden;display:block; }
#CxJ7Gi2FND7ltfasl1cqlQMLVk4q4ikP { position:absolute;display:block;z-index:15154;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:1.375rem;width:1.375rem;top:25.9375rem;left:36.8125rem;overflow:hidden;display:block; }
#eQcB11ayUAUR9TmOQSDEk1UXvIvu6BfP { position:absolute;display:block;z-index:15153;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:1.375rem;width:1.375rem;top:25.9375rem;left:35.5rem;overflow:hidden;display:block; }
#bgWMsuqBJW1BwNa78hT8QXLwGtprq1AH { position:absolute;display:block;z-index:15152;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:1.375rem;width:1.375rem;top:25.9375rem;left:34.125rem;overflow:hidden;display:block; }
#bFscyMHsNCBXgTQogFmVd2XZH5yhz8BS { position:absolute;display:block;z-index:15028;background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:26.25rem;top:42.1875rem;left:17.8125rem;display:none; }
#hieauTNhxpEZkCw3kDQNgu7viZHg6vlw { position:absolute;display:block;z-index:15090;background-color:#fcff04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:23.375rem;top:9.324999809265rem;left:51.625000953674rem;display:none; }
#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row .container { background-color: transparent; background-image: none; }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row .container > .video-iframe-container { display: none; }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row > .video-iframe-container { display: none; }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .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); }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row .container { border-width: 0; border-radius: 0; }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:block; }#PgNvzHV6X94BXB6TzTKcLWzCnq7R1TTt { box-sizing:content-box;height:57.0625rem;width:71.6875rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:2.6875rem;left:1.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#XmxL9aG7oV9p2UpbDmCw5DQwXlzm2UVN { color:#ffffff;display:block;width:42.9984375rem;position:absolute;font-family:mada;font-size:2.6875rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:6.25rem;left:15.875rem;height:5.375rem;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;text-align:center;text-align-last:center;display:block; }
#nZsWFokUBSUV2QJDxtwVD7XocfJMreSA { background-color:#4d42e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mada;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.687375rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.62451171875rem;left:21.15478515625rem;display:block; }
#r4ZypxhGcO0vZCMsEocZM3LOeHeoicdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXe1irnJUzUrWwdk6WKLKVsZ5XEvaHqV { color:#ffffff;display:block;width:29.812rem;position:absolute;font-family:mada;font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.8;letter-spacing:0;top:27.686767578125rem;left:22.593383789062rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbifGDGRDcxBDlvnNVrF5JULObrR8wik { color:#ffffff;display:block;width:26.4984375rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:18.5rem;left:24.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lrxKgdwyval2Zr7vmbzeVOK7weu8BEeT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60.249625rem;width:69.6875rem;top:0rem;left:2.65625rem;overflow:hidden;display:block; }
#rwsmtJWhNXoRvyPDLf264pKCm5TSxiyp { box-sizing:content-box;height:3.125rem;width:10.0625rem;position:absolute;display:block;z-index:15054;background-color:#fcff02;background-image:none;top:6rem;left:39.75rem;display:block; }
#vtXWW3m4mTotf25xUykVoXz0LZTGTXwk { box-sizing:content-box;height:11.125rem;width:17.9375rem;position:absolute;display:block;z-index:15121;background-color:#fcff02;background-image:none;top:36.376953125rem;left:7.3736572265625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#Jyh385lIFnP5U3EoPvQSppmGh91Np9vM { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.2495125rem;top:35.003051757812rem;left:8.91357421875rem;overflow:hidden;display:block; }
#fkr3QCR8ye5a9PFhgJhKxaOswczpUgbw { color:#000000;display:block;width:16.62475rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:38.871459960938rem;left:8.85107421875rem;height:4.385375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lVF0RpitrCFGxDlCPLf3WGZc4x4LTnZA { color:#000000;display:block;width:11.875rem;position:absolute;font-family:mada;font-size:0.875rem;font-weight:400;z-index:15123;line-height:1.1;letter-spacing:0;top:44.005615234375rem;left:8.94384765625rem;height:1.92505rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HKFJ6Q8JgIEA12cAIliZHH0cfToVbPR1 { color:#ffffff;display:block;width:48.8125rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:13.812500953674rem;left:13.092968940735rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row .container { background-color: transparent; background-image: none; }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row .container > .video-iframe-container { display: none; }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row > .video-iframe-container { display: none; }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .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); }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row .container { border-width: 0; border-radius: 0; }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row .container { background-color: transparent; background-image: none; }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row .container > .video-iframe-container { display: none; }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row > .video-iframe-container { display: none; }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .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); }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row .container { border-width: 0; border-radius: 0; }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#ZGnf1qd1fTBlwt7cqz8sSlshbwRhEPQe { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:6rem;left:16.875rem;display:block; }
#oTaDAm9HOZkEgZz3WIyoyW1ubbqcvLom { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.0625rem;left:54.5625rem; }
#Hg2laT4Ep1n88VShcAeA8qrpvAO6KZpv { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.4375rem;left:18.687501907349rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b8rc2kWsCQKWTsCDklqNVu558hERGkRA { color:#1c1c1c;display:block;width:40.625rem;position:absolute;font-family:mada;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:0rem;left:16.875rem;height:2.5rem;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;text-align:center;text-align-last:center;display:block; }
#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row .container { background-color: transparent; background-image: none; }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row .container > .video-iframe-container { display: none; }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row > .video-iframe-container { display: none; }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .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); }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row .container { border-width: 0; border-radius: 0; }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#eC3ChoT3JgspGsRqRB8NTkOzVcJRVaZy { color:#000000;display:block;width:39.874875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:1.500244140625rem;left:17.56103515625rem;height:14.61791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row .container { background-color: transparent; background-image: none; }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row .container > .video-iframe-container { display: none; }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row > .video-iframe-container { display: none; }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .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); }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row .container { border-width: 0; border-radius: 0; }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#GTk6hvtWUMWo97tOsR3i6stVfF4pARoe { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#rVw7XFurnMh3QEbsNDymZyyVWVf3npCW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#Kat8XHkJ9fWo0PT1pybPmLNS9IB03EVp { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0.95545959472656rem;left:18.687499046326rem;height:2.92358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row .container { background-color: transparent; background-image: none; }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row .container > .video-iframe-container { display: none; }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row > .video-iframe-container { display: none; }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .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); }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row .container { border-width: 0; border-radius: 0; }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#F9x3zbPXZ5tJTwPlVPkTew0BqX8bW6qN { color:#000000;display:block;width:39.875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:2.6259765625rem;left:17.5625rem;height:44.5330875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row .container { background-color: transparent; background-image: none; }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row .container > .video-iframe-container { display: none; }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row > .video-iframe-container { display: none; }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .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); }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row .container { border-width: 0; border-radius: 0; }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#d1ZRXX1ZBqNH7IrXkfyfq1AbRiy2TMyR { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#WCMtzQsRrd1bm59eyIXgZAqApyqJDLyF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#RR0tX7PBlQinXTR7BJFlxqWAiP8bWmD5 { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0.95623779296875rem;left:18.562499046326rem;height:2.92358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row .container { background-color: transparent; background-image: none; }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row .container > .video-iframe-container { display: none; }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row > .video-iframe-container { display: none; }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .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); }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row .container { border-width: 0; border-radius: 0; }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Dg1kXfA14TQHc17ndJNTk4ioCen4WMeS { color:#000000;display:block;width:39.875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:2.6259765625rem;left:17.5625rem;height:2.698975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row .container { background-color: transparent; background-image: none; }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row .container > .video-iframe-container { display: none; }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row > .video-iframe-container { display: none; }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .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); }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row .container { border-width: 0; border-radius: 0; }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#pV8d7aCNOE6RDm9Cq5MG3pBGJEFULccT { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#Nd4Oa2hhxTDbAglZScc1hdel6ulsAsyU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#vonDhvxBLzlCJuHzLHGOUcDRQC0vzg3E { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0.95546722412112rem;left:18.499218940735rem;height:2.92358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row .container { background-color: transparent; background-image: none; }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row .container > .video-iframe-container { display: none; }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row > .video-iframe-container { display: none; }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .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); }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row .container { border-width: 0; border-radius: 0; }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#lq8B9fsTnBZOlNboPCQf4xLACV7NplqC { color:#000000;display:block;width:39.875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:2.6259765625rem;left:17.5625rem;height:8.0969375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fcbOxHXN36wQiUnP99wirnrIQcaXidVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row .container { background-color: transparent; background-image: none; }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row .container > .video-iframe-container { display: none; }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row > .video-iframe-container { display: none; }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .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); }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row .container { border-width: 0; border-radius: 0; }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#SpEoFMLybQ7k87TreVTXeDZsx7sGTXFn { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#KwG4TRanm3ws35ShDQOeq3KcsPC7ct0v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#zSq2SWavyMJBqTqOqSknnPbsnDz9NFNo { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.75rem;left:18.6875rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XOZya2PWTgTWQrEo2J53isuMScs01SIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row .container { background-color: transparent; background-image: none; }#XOZya2PWTgTWQrEo2J53isuMScs01SIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row .container > .video-iframe-container { display: none; }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row > .video-iframe-container { display: none; }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .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); }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row .container { border-width: 0; border-radius: 0; }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#PTA625QwuvS5Qi0GPb0ccJrKQiQ4rzw8 { color:#000000;display:block;width:39.875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.6259765625rem;left:17.5625rem;height:4.385375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row .container { background-color: transparent; background-image: none; }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row .container > .video-iframe-container { display: none; }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row > .video-iframe-container { display: none; }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .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); }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row .container { border-width: 0; border-radius: 0; }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#mfFKqfrf0yUnbKHfOVWGrivcXfA9w4mN { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#TXPzUISISTBA3nKpZ2wnuGnSH4pBOret { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#Alkt5CVictHKTpcahKoBr7gImsrAsT5F { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.75rem;left:18.6875rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row .container { background-color: transparent; background-image: none; }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row .container > .video-iframe-container { display: none; }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row > .video-iframe-container { display: none; }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .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); }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row .container { border-width: 0; border-radius: 0; }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#Et3icOy2F1KZl0LuTqc9Oh6denrbHi2o { color:#000000;display:block;width:39.875rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.6259765625rem;left:17.5625rem;height:4.385375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row .container { background-color: transparent; background-image: none; }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row .container > .video-iframe-container { display: none; }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row > .video-iframe-container { display: none; }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .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); }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row .container { border-width: 0; border-radius: 0; }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#OJ9Izv2kFLmw0RPTDp9WgkVHqaDQLRhE { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#fTZt4RpKw0qTQWwyCCTLoSHtmheD3Muu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#Pt5XNzbl9ryE7ToPzR0LQ4f4bpRRGUza { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.75rem;left:18.687499046326rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row .container { background-color: transparent; background-image: none; }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row .container > .video-iframe-container { display: none; }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row > .video-iframe-container { display: none; }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .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); }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row .container { border-width: 0; border-radius: 0; }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#lTxemsny3XWsMTIQfKAGZciO6hXom2Av { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.6257801055908rem;left:17.562499046326rem;height:2.92358125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbtPk223O9tKwiv5NNFKS89xcC4SohXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row .container { background-color: transparent; background-image: none; }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row .container > .video-iframe-container { display: none; }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row > .video-iframe-container { display: none; }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .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); }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row .container { border-width: 0; border-radius: 0; }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ScJ7AsIoXkiN5NZeQ2Eq27EUqxt0xMWU { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#Lhi6iCGOVKcT7mXQnpzQP6S5rLvZQ5SP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#ULeN8IDiwEnym104xWBv3wCfdaDmON6P { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.0375003814698rem;left:18.624218940735rem;height:2.92358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cXU03539rxkhTME43c6atNcigW7nGXFa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row .container { background-color: transparent; background-image: none; }#cXU03539rxkhTME43c6atNcigW7nGXFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row .container > .video-iframe-container { display: none; }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row > .video-iframe-container { display: none; }#cXU03539rxkhTME43c6atNcigW7nGXFa > .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); }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row .container { border-width: 0; border-radius: 0; }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#mC3A6WKhV82WGuLV0Dax0JGuwy5xShcT { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.6257801055908rem;left:17.562499046326rem;height:30.69763125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row .container { background-color: transparent; background-image: none; }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row .container > .video-iframe-container { display: none; }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row > .video-iframe-container { display: none; }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .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); }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row .container { border-width: 0; border-radius: 0; }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Fk9Ei4Zk7OlZx2E2uvUBR6hFG6qkvLeu { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#sHJSTr3Eq9S13f9b3l3BoiPIaLwbTTpO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#OORDVFZqUEZTtIB9TeqCyNl2a5bFKztk { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.7679696083069rem;left:18.624218940735rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vIQP68qJ4yfBkULuZu2mionoAoEV3czn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row .container { background-color: transparent; background-image: none; }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row .container > .video-iframe-container { display: none; }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row > .video-iframe-container { display: none; }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .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); }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row .container { border-width: 0; border-radius: 0; }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#z3iJRNOZ1k9pcCTB6HoOGRUixiSs5A1B { color:#000000;display:block;width:40.5rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.625732421875rem;left:17.562255859375rem;height:7.3089375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row .container { background-color: transparent; background-image: none; }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row .container > .video-iframe-container { display: none; }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row > .video-iframe-container { display: none; }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .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); }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row .container { border-width: 0; border-radius: 0; }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#SQfAoSfOvNPPXv2peAtUKb85zD6tukK4 { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#JrthcolyDmtZWMtafIaZV8JXBLp9vEGu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#Iivo0d9SI0DEHsge7x7cwNq1b3SMaTw9 { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.0367183685302rem;left:18.436718940735rem;height:2.92358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row .container { background-color: transparent; background-image: none; }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row .container > .video-iframe-container { display: none; }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row > .video-iframe-container { display: none; }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .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); }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row .container { border-width: 0; border-radius: 0; }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#v5MeGC4GqWTSbrAmvidf3AJZcv74LDV6 { color:#000000;display:block;width:43.625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.625rem;left:17.561718940735rem;height:1.46179375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row .container { background-color: transparent; background-image: none; }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row .container > .video-iframe-container { display: none; }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row > .video-iframe-container { display: none; }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .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); }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row .container { border-width: 0; border-radius: 0; }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#cFQISWli09uUT90e8C8x0dqkWnRi3yIk { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#WH5tE6TvWkscsEfdIyL94Su4yN1oeN9u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#MHSH8LmB7ZtdPdrQXI82yIXmZAaAHdxF { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.7679686546326rem;left:18.374218940735rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row .container { background-color: transparent; background-image: none; }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row .container > .video-iframe-container { display: none; }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row > .video-iframe-container { display: none; }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .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); }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row .container { border-width: 0; border-radius: 0; }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#HDlG7cKCEg9ue9dXxDHHqSQwrJDtHV2k { color:#000000;display:block;width:41rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.62451171875rem;left:17.561645507812rem;height:8.77075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcff02;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row .container { background-color: transparent; background-image: none; }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row .container > .video-iframe-container { display: none; }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row > .video-iframe-container { display: none; }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .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); }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row .container { border-width: 0; border-radius: 0; }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { background-color: transparent; background-image: none; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container > .video-iframe-container { display: none; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row > .video-iframe-container { display: none; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .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); }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { border-width: 0; border-radius: 0; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#zxTnViZHcDKRLa3RTxQ7NrGwHgkR6LlU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:7rem;top:1.6875rem;left:34rem;overflow:hidden;display:block; }
#bZUvatE8gMmFNdFd9T1f03MDKTmtMrf5 { color:#ffffff;display:block;width:15.812375rem;position:absolute;font-family:mada;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:3.087158203125rem;left:57.686767578125rem;height:1.13769375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TZ1oXOcIJghaPkJIAC1nfkVRed3aXa2H { position:absolute;display:block;z-index:15047;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:1.875rem;width:1.875rem;top:2.6875rem;left:1.9375rem;overflow:hidden;display:block; }
#yN180H3tGrpx5ts90hFDBhFEi1Bez995 { position:absolute;display:block;z-index:15048;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:1.875rem;width:1.875rem;top:2.6875rem;left:4.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERvHmHuyRhoEgpm5t33T7cQIcuNX22Zq { top:6.5625rem;left:19.999877929688rem;width:13.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMFXNtNHAZXRoXgvAuCbsFtX45ORLyI0 { width:17.375rem;height:4.0625rem;top:49.8125rem;left:30.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sPmC2Sy5Co7bv8xE5mbsaS5v71PAST { width:3.9375rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5POLCQsqmtzp0FVJzaL7ER8fldy0dLv { width:22.125rem;height:3.6875rem;top:25.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqNr3GvKTh6oVdv38Q0I5WgBrJnbfSG4 { display:block; }
 }@media only screen and (max-width: 763px) { #CQmtHXWkBJ1KnZJdeH1xyGvTuROrodZP { width:36.3125rem;height:7rem;top:6.5625rem;left:5.6871337890625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XygmGC6429AhGJVRl0bK0lUnEgAEkBOn { width:17rem;height:2.0625rem;top:14.125rem;left:26.9130859375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHXEuEEd9OU56qmlAWOdacNJofaXKAKB { width:40.0625rem;height:6rem;top:17.875rem;left:3.81201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWvxa8lRBTd8wmqeWOL4Oonk052LUeks { width:18.5625rem;height:1.125rem;top:30rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE8pE30L4nh2k4p3zgeU8qMfTIwWpXw0 { top:26.0625rem;left:0rem;width:47.75rem;height:27.079216rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIuw8PIieUiFVmTJfKBEkMyaZEB2vv1W { top:1.0625rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODwRXJbTgaigc1clF7bDcXwn6WLgmhOf { width:30.6875rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTygsieOQurv8W1mhDWrqnsBPXG6UopS { top:50.5rem;left:0rem;width:4.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTGsz6lpaOgkU9uK7sWMDWyLzkFqFvlx { top:51.125rem;left:29.3125rem;width:18.4375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkd1IcwHwCL0Z4Pt4XgIuw7zFb6C2XOL { top:49.75rem;left:38.788330078125rem;width:3.1875rem;height:2.7588272856313rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohFApchZkpP5lUSpTciRwOPHE00Q6vPm { top:0rem;left:37.25rem;width:10.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJa4eBEcZEJn87KtAlXHh57Tamo23B7T { top:31.75rem;left:12.875rem;width:9.5rem;height:2.7945377409676rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGMJrwb22VaUcyvitfGD0skRkc9xsxCi { top:32.5rem;left:20.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHsWEd0gGrLeO9vTEMJc6xUnVmVWLLOJ { width:13.625rem;height:1.1875rem;top:32.6875rem;left:22.562500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJOVNGrdq4HM9Ocu1MtTSl3TciO12npM { width:18.5625rem;height:1.3125rem;top:3.0625rem;left:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22MEKbVHmDBJL9DRI16kbTZTZFH4ND2 { top:31.6875rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDysiebVF17RzzSrlC8xEUh6S7lHRxnA { width:14.0625rem;height:2.1875rem;top:32.8125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDfbCTfSMUl64Ito4UH12i09o0s04lD3 { width:15.625rem;height:2.875rem;top:53.5625rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTRZDtv3VmUBoCGeDi8lN8x3Sgmtng0 { top:2.5625rem;left:15.25rem;width:17.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KABGeV0lkNLTTpKypgk7HKb15m0VzvBA { display:block; }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHfZhKLtdGULlaQ5GZPUrc7gD5Qhw5Jz { width:39.0625rem;height:5.4375rem;top:8.25rem;left:4.3114013671875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfTq3egXiOk5111deVEkSQ8bTJHDROCU { width:31.5rem;height:1.9375rem;top:23rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRcgh1kZTiD6hTGh6ctFeut1pXcLT5e8 { width:35.625rem;height:5.75rem;top:26.0625rem;left:7.8583984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux4N17fvJlIJp9rD1JiVR50fIkqVyl8q { width:39.125rem;height:1.9375rem;top:39.4375rem;left:7.749218940735rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6OND8PlDFvnFbkRiNetu09TG4pOuUVF { width:33.375rem;height:1.9375rem;top:59.1875rem;left:7.7490234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhbNsfCGlKzgC0WEdQHZFKHccKyMncWA { width:38.75rem;height:4.9375rem;top:62.0625rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0chrkl3SSRm0yQZZmWOHRgwpuLoFL5P { top:23rem;left:1.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxW7r8eUG1Thn2JWdF5AmgO62PxuBPLI { top:39.4375rem;left:1.9054689407349rem;width:4.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5SIXKKBRc7BAWqEmRkdhT1u9505Smmc { top:59.1875rem;left:1.9052734375rem;width:4.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNp7k83V2iaLlePUATPTccsOlFh651Lp { width:17rem;height:2.25rem;top:14.0625rem;left:30.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0l1sid2lv2pAgX7mafOtrXVUQ1bnz4d { width:39.75rem;height:8.1875rem;top:23.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyhxTSTM9hRsuoEd7BXgSLGJFxx1KcO4 { width:36.1875rem;height:2.6875rem;top:33.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBgMPDTq5nkyz848kVlMM7hJVk2UdvGl { top:33.0625rem;left:34.71875rem;width:11.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOPZyVz0d6vpDDqaV6xlTcJVyNuMl5Ft { top:36.375rem;left:30.21875rem;width:11.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP3JN1Dk9Pqq2GpfioldImqZg7JWK3qy { display:none; }
 }@media only screen and (max-width: 763px) { #XQAb7wDOnRQC1G47fHbk9ITFd0koD9lT { display:none; }
 }@media only screen and (max-width: 763px) { #bggFUO23CQP7IGO1nODbuBXqcSr3KuGP { width:8rem;height:2.6875rem;top:28.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkdy49m2GvTCVqy9n1mEQgNP2HDzTT5h { top:27.875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynxRwHatxAJpTUmablxbQVMPSr3eSozn { width:13.1875rem;height:4.75rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tznpW43xkuQ6K4fTil8TVaWEuLgXHsc3 { top:29.8125rem;left:0rem;width:4.5625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0HnaVsrKQrQ5Tp1LJaPe9SuevAGdfh { top:22.4375rem;left:0rem;width:15.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMNdvKLN7n4a40h6pbZ91mGbpJoC6KLJ { top:90.3125rem;left:19.6875rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT2G1lhVf7OxTxCILFHEwD00lm5s6Duc { top:89.25rem;left:0rem;width:47.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHT7HCmBRGiJLqokVteWLWrsh2mm1keF { top:20rem;left:0rem;width:47.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRVeMZ3PwGa8Meo6AuWX49Ar7gR27ut5 { width:34.4375rem;height:7.6875rem;top:42.5625rem;left:7.749218940735rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4KGUzaZOOF5MbTsp1xKLV0n0p80hare { top:36.875rem;left:0rem;width:47.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx9UPBhwMcP8H9T1SMW5t0ykVTbkTf9T { top:55.3125rem;left:0rem;width:47.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBCWRhTVtMt3zFTkfX2znsP3npi4hsMc { top:28.4375rem;left:36.6875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLP7erwlu8zZcZ7AT4HCfgCA1uqR2TR5 { top:48.875rem;left:0rem;width:13.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTfqyIPRxc7sOVI5I1htqMkvU9MePyIx { width:47.75rem;height:5.375rem;top:100.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zicJQKIy9wym1bc3fdqBTP7sOrlRPcq5 { top:102.375rem;left:15.8125rem;width:31.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcD5gEPJ9ZMyZdw4nPSG6bgEINwGwldO { top:46.75rem;left:22.0625rem;width:25.6875rem;height:53.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3zwn8kDGHVQoncoR9siqLrHX8qMevIU { top:104.3125rem;left:5.3125rem;width:27.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh4wGT5TAxCVyM7hm8St0OcGGzrOTsPI { width:36.1875rem;height:1.5rem;top:108.375rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1WlNtlvDI1wxpzrwh2WCZJlsSQx37Wl { top:91.8125rem;left:26.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGp1fRnMFI2HubaSKnsckmVHE9xhVAGB { top:91.8125rem;left:25.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8BH9lvpMWA37CpH1ZhfbQ2qrHzyLEhi { top:91.8125rem;left:23.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xanHtDXxxDrgLaRng7QBGPR0ttaVPULa { top:91.8125rem;left:22.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4J486APavNvGEHH02KQR84oTC7IdTf6 { top:91.8125rem;left:21rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn73Dk5kLw7AS4BczDVkzWPTbeNBcEMm { width:36.1875rem;height:1.3125rem;top:83.25rem;left:7.2992181777956rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7lBKrkTxbTAZqM9MgBWVdH2d8RzTyPf { top:0rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwu5ta4IGdzLfoNReCzH915b1MglmB3h { top:1.625rem;left:38.5869140625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVxiJ1KxNw9dMSNF5HTN7aDpN7HFHotP { width:11.875rem;height:1.875rem;top:2.625rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew5x8RqiNkGTMat4zxxJOVRVcge8R0xp { width:47.75rem;height:5.5rem;top:74.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih0TQQHndsELZTm2h654KxRRRHnkqc9K { width:25.75rem;height:3.75rem;top:81.3125rem;left:12.68701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI { display:block; }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dge2rFA7LuWQXrPR1xscJLMf1JmslC4I { width:31.25rem;height:5.4375rem;top:9.625rem;left:16.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmnHbm0FhLHOrgyC9vbabqykvenVqCX { width:31.4375rem;height:10.4375rem;top:17.3125rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSWfacnyCwlIhHwrXdDiAdPNkAqF3e9C { width:15.125rem;height:1.4375rem;top:29.75rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciBKkTFbsInbQkZQmW3UTLNBRMi4Wv1Z { top:29.375rem;left:26.4375rem;width:14.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAP3mKgKqaIbhSuGK5JmG5m2QJaW8ELX { width:32.25rem;height:13.9375rem;top:32.5625rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzOSi5KcLpKtZuRAbmERFBNUiKv0RHrl { width:30.75rem;height:5.4375rem;top:50rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzQ8XSeLO9oIgvPNAo39NvKSUe9IvVnB { width:32.5rem;height:5.1875rem;top:57.6875rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQicsg1u9ThsAw4g5pFQJU8zhzGCo5Rw { top:64.75rem;left:26.5rem;width:16.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGAhN54AOGa937kbZpPecWtF2wt09hZC { width:17.625rem;height:1.4375rem;top:65rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPVkIf13H90QuQ9IDkHvCrx3VSUkiMgV { top:58.8125rem;left:0rem;width:20rem;height:20.562125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNQhKl7XzSKQROTZntygaJ3LuEdqUCI6 { top:11.125rem;left:0rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9pyvKvME6MbcHFqEw9oqO1Qe1Xi6D5 { top:21.1875rem;left:0rem;width:16.8125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1TrTQIqlfA5SFS2PSp3a0ZZ136L8JZ3 { top:55.5rem;left:0rem;width:20.4375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN9glJhspvTBhL95nP0IIZEggFMDtsHS { top:67.75rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbqcMlG75ZkG4fDrDfKmyvA4LTTzN5zk { top:35.75rem;left:6.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEAfVhgOuvrnlI8OwATWpkvvM3zOqORh { width:33.125rem;height:10.4375rem;top:68.25rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upHTvpzxEU6SkM3mxrNsLHkh9bhPP9V7 { top:2rem;left:21.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxJB6KkILIHrq1Ivi8ZPGJbPHIl0m7Gz { top:2rem;left:22.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T10oUT6Z8FCIDFhUTNsB5yrUKKv7Zpaa { top:2rem;left:23.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrEQPK2U8hGMpTvmhXxhEAFKEp6H7wmw { top:2rem;left:25.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO3uvHCW6KXu7zIXlAoyJcWmxrn6TCLe { top:2rem;left:26.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3SwNQNrlsk9PT4S7lGrnKzZ1HF14UX1 { width:36.1875rem;height:1.3125rem;top:0rem;left:6.0617189407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d { display:block; }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6Ww26lMxZ5LstO9qlh0WyUTysGFFVRX { width:13.4375rem;height:2.0625rem;top:46.5rem;left:34.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw36T2QezrlkVpkbbFS79MIR5LlKrsHd { width:33rem;height:5.4375rem;top:7.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPpNxfhdg5p7oldtSO3IzFop46v1u7b { width:11.8125rem;height:3.1875rem;top:10.3125rem;left:14.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBCEBMbhyNbWMSmUWuqhBdcCSEweWMTG { width:47.75rem;height:32.6875rem;top:26.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbMgUQTSKddoZIeCZVtbnt0KvXSu2Zms { width:29.5rem;height:8.6875rem;top:14.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lauMD29uDUyzd4cZZ15TIl4AxzEMVlyb { top:7.6875rem;left:1.75rem;width:5.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLdOPM7TWkJItqMI0V5U6QoNF2LDbHN3 { width:30.8125rem;height:10.4375rem;top:70.6875rem;left:16.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUz9C8SN2GZ3fsBWzRPhUSxHPtcMdTm4 { top:7.625rem;left:25.75rem;width:20.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQOS1IDv556bNNeCCZyb0lzF8qOQZMss { top:26.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltKRu4kwPcEL2DIW1o5DBVTNtAtdR4Gx { top:36.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewoMgW7kKBIf11n80rCGCPcBn0WabkH5 { top:45.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5k43w5kmAJenpZlL6K0C0c4lC1leWDt { top:53.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwSUoGPQETRtZQuQKGT7IRwVIiKeocbz { width:33rem;height:5.4375rem;top:63.375rem;left:14.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9AAW8S4AweO2CqCTSTCpniqoqcRkMlx { top:66.125rem;left:23.75rem;width:6.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOe3mwHMKUdHNnrSSsoMsZO6Wqkfz9Dm { top:62.9375rem;left:0rem;width:22.1875rem;height:18.49975rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 { display:block; }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDavvRPDFifWaCXvCLynsE5COuSm4gT6 { width:47.75rem;height:5rem;top:4.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKtFWvPuTSMO2060reF28F2OXXImUzvI { top:17.0625rem;left:10.625rem;width:24.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHD0em6pumTXgnX2H0Bax76oWL50pa2V { width:44rem;height:7rem;top:11.9375rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOTFECJut2ELtH1adBwoLwJolCkB99d { top:23.4375rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Zp7SW9aGGIHHFPS69vfSz2eIlTUSWa { top:24.75rem;left:19.656250953674rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTQ9EAQe3V62PHTGapC4qrSz3qLLXJ6z { top:6.9375rem;left:26.3125rem;width:19.875rem;height:0.93457870680953rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaP8c18Wvqog8M4n7EUnzS9WvS5sgEhG { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpaJ9M4eNvUVPszdixA7Zz2Xp8s4KJzw { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtu3ZmrPgTJTDoTWrIBV0ZUy27xV6DGc { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4AKHm1SDA7tMBvhmfoxL5T6TR0TgfC5 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyRRWyJFN97JQmSDSH8l073UaU3T2T1B { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty5A87ZcB98DtM2Zi1DVenI4T1Na4PP5 { top:44.5625rem;left:25.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxRU8qomosdcq9UmFxAHJ6dikG68rTdc { width:36.125rem;height:1.3125rem;top:42.6875rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACTDNprleL8kr8ddxlkn25cLGiL2lqi { width:36.125rem;height:1.3125rem;top:41.3125rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv2ZmJHmHqrKmS25GvPIprLmNSid57UR { top:44.5625rem;left:24.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGegcGftvhDDTEW3pXFK8nGK9WU8T9Cw { top:44.5625rem;left:23.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGVJ7hMWweg3zI4lGb3OSvNd9It1kdqq { top:44.5625rem;left:21.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecum9txlQGlT2HXoGtMTEOI3wSSM5XQV { top:44.5625rem;left:20.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAeyI3ezMxJKTZa1BroBObB023BelmNK { width:47.75rem;height:6rem;top:33.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7424M90TZsUqC1sC3u4UKGlTDL2rxf { top:36.9375rem;left:0rem;width:22.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATr0EzgXV4JIuvqccDQKcgwo6u8FCpw { top:35.4375rem;left:21.6875rem;width:26.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4K4qZHwyUKkVteRt5IXqNwckyTG5y4N { top:14.8125rem;left:34.03076171875rem;width:4.625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 { display:block; }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBM3Cm7yEETTsIbymhzAnMTmnlacIqIK { width:26.25rem;height:5.625rem;top:9.5rem;left:19rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqgLpgankMZSXlPzzb5zDRT13LCoPdos { top:30.875rem;left:16.0625rem;width:31.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAMizxOT24ZOMdAwoSJBDpGMfwixOQXy { width:36.875rem;height:23.0625rem;top:17.25rem;left:10.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfbOvEr6A4513Jaf4lUyAhiareN6o7bg { width:44.6875rem;height:4.1875rem;top:46.0625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5IUb3Q9m0Qk0syzo8MFIxkn5u5OamH5 { top:8.9375rem;left:0rem;width:21.75rem;height:32.282665318028rem;display:block; }
 }@media only screen and (max-width: 763px) { #etCuK6DROZKWSTiFVHNofi1ICdMVSeNx { top:38.625rem;left:14.9375rem;width:32.8125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr6ugfUVNCVh0CGF1PMVf2ibT27meO4Z { top:36.5rem;left:44.875rem;width:2.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMHoscrBTMzbL9qJiTxghFrSDyLHDTOe { top:53.75rem;left:7.6561279296875rem;width:33.75rem;height:35.6860625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncKAxltch17GsyJgJxTDKqUi5At2TuQP { top:82rem;left:25.9375rem;width:21.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqrx8QGx9gIPr979sXsiMPIMZIQ9wfPn { width:16.875rem;height:6.5625rem;top:64.25rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfccBL0TshtmINEgd2bhwtfpZN7IRO3s { top:52.1875rem;left:13.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxnSNmF9NuhmSSigRAtTt0krQx8IuO7a { width:15.6875rem;height:4.9375rem;top:55.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJMCExkv8NQ0T30OLJ1wKGFBaGzdA3M4 { top:53.625rem;left:0rem;width:19.6875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESaK7JxFw7Pe9TqNXNb7FsWfomlTqeCX { top:60.875rem;left:33.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMi4uiZ6huDD6lF90znTUL2Chgwefcq3 { width:15.6875rem;height:6.5625rem;top:72.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MltIfJ2VEEEKGXGklgR39OtC9MBnKNDJ { top:70.875rem;left:0rem;width:19.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXFTlfmnJTcbvMJfwxhDza7lTrTvtHOR { top:78.625rem;left:9.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrDiKqALDQEL137zGFGLJnru5dPgoVXs { top:62.75rem;left:26.6875rem;width:20.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnErB0JvxQ5EPFPPEUNCcCf69GrZ0O6f { width:16.875rem;height:4.9375rem;top:84.375rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyXVdTHcxh3FNvsvxqWfBIrA3bte1R70 { top:79.875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 { display:block; }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJWBIkJCT6ifsOmgBAsFVOJ3KCG55vZp { top:9.875rem;left:0rem;width:35.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0UVBkMCJ3ro2QXG5IW0739MMRSQRhlS { top:12.25rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJIBCkL77si2vl5Ohv53JJdeKVdxxSTQ { width:36.1875rem;height:2.6875rem;top:71.3125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqXl9w9xNG44XEJpAHwZnnA1WZbyRtrN { width:33.75rem;height:1.75rem;top:16.3125rem;left:7.436718940735rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQhA5k2OlL64WwaTmLJDW2kJAP7sKEG8 { width:47.75rem;height:6.25rem;top:6.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXxqRiEzG7dF5ZH9Mc7JfeuMq3Rlhy4n { width:27.4375rem;height:1.75rem;top:24.6875rem;left:11.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnTaq3r9oc71n23FmJTfiA2EXGT8nTKi { width:42.3125rem;height:4.875rem;top:27.1875rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZw39Jlt8SlnkfzH6gho6cqepFCBB2ia { top:22.1875rem;left:0.875rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkntSb9yaIpSaCnAsZHpWdt3XJhNmuSd { top:26.1875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnT9TgPoyCxsgEBON7KeoT4sTuRqXlOZ { top:26.9375rem;left:0rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBzRaCR5vrV5iTuVxrdV4puTQfxHCdvk { top:41.625rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh5cUCTgzl8tAu3gTKlSdiwqkwNdQT0L { top:40.875rem;left:43.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7RxInCyKz5Lq9f6AeltDGAbVtdaPk0d { top:53.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmPXCRHfKAthLbLMOhWn7k09qSaTC2Fq { top:54.375rem;left:0rem;width:2.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2JlTxMQ6fkeukwvLvqD5QiPrV4RL70S { top:70.375rem;left:43.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKX9z37vKCf89saiROvn823TtKXZO8vR { top:71.375rem;left:45.375rem;width:2.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBWlDogGS0T8cg3BngTszK7Ad9SKfROV { top:85.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZD86SgpfdmBtw2BqpZLIK1L7k9iZ8xl { top:85.8125rem;left:0rem;width:2.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upOPih1EPLSP9n4qkWmQpMuz9meHmSLg { top:99.75rem;left:43.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLGuVIPOAIvyur46ERoiF1SRx5FtJdQG { top:100.5625rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRcT8ZC1yah4nT1lO8lv77TCcM8HpHsp { top:116rem;left:0rem;width:47.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhf0XKmaq2rI9lKwFDRHDKHqlv7TsmIT { top:117.6875rem;left:19.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atunv2vIEOy1ZkAmkUeMlfoJrB52TVxT { top:9.875rem;left:0rem;width:35.75rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgeDe3bNibglisBzMKWN4suoHIn9gfsS { width:36.1875rem;height:1.3125rem;top:87.375rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx4ryNZVL2XcgSl6H0lfLOmNPM4bPguQ { width:36.1875rem;height:1.3125rem;top:88.75rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDy63UTUkbVBpsLutbqSHktEwqhIutBD { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5pA2U9aiGuTMSpWhRKN5TnhWpOWmm3W { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVDq8QL0k71HnFkToNqJ6XKtVIbmTVxK { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtMoXsWvvBPGrKGUhTOPAbE37BmlhbeW { width:17.5625rem;height:12.125rem;top:167.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDRXNQTc6aZf8g2d0Xp7ORioxFkShWO4 { top:82.875rem;left:29.8125rem;width:17.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uygiGCkWgcCITqpp9PfhpQTHnqmCecpI { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1h1tSUTkC13vU8CZcVTfmsqZwMVQyvm { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU1GedHRHIMgZ7g2kt6SMT58g5pXhXTl { top:79.9375rem;left:23.6875rem;width:24.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGvxTBRGSV6ufQDg4XbvpyWyfPkQQ3lC { top:105.6875rem;left:6.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRfFcB1V7kNIPufimJCitvONZmuU2m9X { top:105.6875rem;left:4.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prfRz2f7hZsU3OQkdO5emfI46U6L26Oc { top:105.6875rem;left:3.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAnqXxenqlGVy9D8diCTTFfdWwGBgyzd { top:105.6875rem;left:2.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAe1Dg5BbDhwqu1FSQBqC1dUq5D247Nv { top:105.6875rem;left:0.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lleEWq89iSpHTk5pJ423AMbhIZPvHhsF { width:43.3125rem;height:6.8125rem;top:128.625rem;left:1.9999990463257rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db4VUcuQAR7BR9GrAoodmFa26T2PA2UV { top:24.0625rem;left:11.4375rem;width:24.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sERh3WQOGxSS8JkmDFoVWA3h86d2kGDI { top:27.875rem;left:0rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAmbmdOw2Gp0DUcmy84EpZ1yLamWtygi { top:42.6875rem;left:35.5rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7qMVVitGNOgLNtbd6aboBwNOM3l3irq { top:36.875rem;left:0rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu6mQNCPRlHpuIyXLb64P9QHryfksIoI { width:40.4375rem;height:3.25rem;top:41.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anuxVJ066JdKE3HzT28GXD5CSLCyISUz { top:38.75rem;left:0rem;width:30.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR3bnL7frUrwOU8ZlSpVWCnwXdtU245y { width:31.125rem;height:1.75rem;top:39.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc6D1Wi47LT9lNR3zwVu8d0y9vLMTk4k { top:55.3125rem;left:0rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLR1JucHPQnys8ZPCHqUFbfWvXWmbkr { width:42.3125rem;height:3.25rem;top:56.6875rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tecQXwd0qfyKQ4Bv20ufiw6xPcoRQkJz { top:51.6875rem;left:0.875rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g220lLoh23Gxhg6HfNtPcUU8Z4s6OePv { top:53.5625rem;left:10.8125rem;width:20.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeiT63d42nW24vhgWMGnOR9BAlb70HL0 { width:27.4375rem;height:1.75rem;top:54.1875rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #op63TeTEgCIOOt5BKAUfBu9CG9yhdFyS { top:72.0625rem;left:35.5rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d91LI0mqkQLvJCkJ5vknuU9EeSc9JQVT { top:66.375rem;left:0rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg7H6cSWNROs8sruNZIrpTHbXIQpqZyC { top:68.25rem;left:0rem;width:30.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adALzURklT3V58Xm8JZGPz0GPcDZT1G6 { width:31.125rem;height:1.75rem;top:68.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EZCoPm6PxVoVVr39JRp84XC7v8D1cr { width:38.8125rem;height:4.875rem;top:71.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8sZJIez8ew3nnxrytTGBdAyay9V3D6J { top:86.875rem;left:0rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPE6SfZv9DNPTvE2LoBmem5OkTBoOn8O { width:38.75rem;height:4.875rem;top:86.0625rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izncVEFgQfdeM4vV4HBfETwomW6lHOAG { top:81.0625rem;left:0.875rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt771AydzfSuEBnXzXTP4TCfWTaBb1fo { top:82.9375rem;left:11rem;width:26.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUzASsbqJlU6svR1WmEXqmUB0NmngDrb { width:27.4375rem;height:1.75rem;top:83.5625rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIQUNSaJWy7O4CW4T4ShoIWyNZpis1ip { top:101.4375rem;left:35.5rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrxvsressdM1tSG5dR0N0RAQSL1pclQd { top:95.875rem;left:0rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViVnllIQm0KNJX4fSuZUlAw5Qu3EJn7s { top:97.75rem;left:0rem;width:33.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4D4gwlPNKzm2Ckmo0gbAbmTCMhzWCVA { width:36.3125rem;height:1.8125rem;top:98.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Z5orMgehzpEyRJMiV0TQmWAHgGWALG { width:37.5625rem;height:4.875rem;top:100.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF5S0TeJwViCsJs8US42R6Uw2N41vS95 { top:132.1875rem;left:1.9374990463257rem;width:36.3125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdAdtIDIsWSR0KpBInHFvZTUNwqSRAyR { top:130.375rem;left:25.562500953674rem;width:19.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ { display:block; }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJDumKhqE1wzw2TTFCPgCdTtCbUAGk8M { width:46.125rem;height:2.625rem;top:13.5625rem;left:1.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmK3bWzf4w7dxDqgKexlVa9CTXPsIJxW { top:47.4375rem;left:24.5625rem;width:23.1875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCe9XygAITMqzdMr3WQGLwsuOheMegqI { width:19.1875rem;height:10.5rem;top:50.9375rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnEVNZH6qq3X5ZJ0eo1MTsw7gVPs9CD5 { top:62.125rem;left:39.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhlGJF88qoZszHHaiupi3hl67uS5gaCh { width:11.875rem;height:2.375rem;top:63.3125rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgtFWv3iwlOdCdaKc7Ap0TDbMlqC1F3r { top:21.0625rem;left:12rem;width:23.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEgt0qsAMOFHx2SRLDIleHbKteUbTeKf { width:20.0625rem;height:12rem;top:24.5625rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEepwq5vIdhqkTOGbrFSE8bskfqTNfLI { top:60.3125rem;left:39.1875rem;width:8.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4e6dgu1O65WQsFciFJc876UXnFo3PJ5 { top:55.625rem;left:29.0625rem;width:18.6875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNVTh79y9CmEyOkHVl6A08VhcSg1aG2e { width:12.9375rem;height:2.375rem;top:39.3125rem;left:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCf1zE4cGkcEsWaTFIrDcMiUvbT9uh0E { top:45.9375rem;left:40.3125rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT4CB6CUaVTnTEQs0xHXPtsF8BrUsSnL { top:19.5625rem;left:14.5rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9RSkJL43HC2ZLobSNCXM5WyyEChXoz { top:26.1875rem;left:24.5rem;width:7.75rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuyVDXdRZZEVU3eEEXoaRdkZ8edckoPh { top:27.75rem;left:14.5625rem;width:3rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3BzMr3UZvsbcuTo5hqNRxvBoWN3Samr { top:33.75rem;left:23.5625rem;width:9.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NklBEtXz0FRl4LpRedAggVJcIbWLZp5U { top:35.4375rem;left:14.5rem;width:5.4375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RufzHtg9HlloQOVEo36z3Bwc6q5UcTZe { top:38rem;left:13.625rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3L9GawgB1V3IElVcUUtoEhWPVtI3ZFV { top:21.125rem;left:24.375rem;width:23.375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN575TMTOHCWtePiPtHN7zf4upDKtaC7 { width:20.0625rem;height:12.8125rem;top:24.625rem;left:27.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVsaFLKJT5QWkWQSHU15RgJyQlnW28fB { width:14.8125rem;height:2.375rem;top:39.3125rem;left:32.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUC3OFxb3r2ot9NT0xcqTXxCtVZ3GL3v { top:33.1875rem;left:42.6875rem;width:5.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBH8sDFLINvl5GxOb2eCEpVvATAWmxSR { top:34.75rem;left:28.1875rem;width:19.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0tI4LOqCVCixWSG09HxFIJ9a4nFIt98 { top:38.0625rem;left:39.1875rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0AQapgH7Ok6nFq5F1K50ANZCIGe9sXl { top:19.625rem;left:40.0625rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpKRJhH6zwDZE4TUxNksd7CZm8TtqEm3 { top:36rem;left:40.0625rem;width:5.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIiC8aEMUSoSdvpueQG8eyMtVwD2guU0 { top:47.5rem;left:0rem;width:23rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB0ILvzPlTMdL4Btedhi7V2M48M5ituF { top:46.0625rem;left:0rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRFVT70HodKGn6lkI6o6vQEq4UZzsWif { width:19.1875rem;height:7.5rem;top:51.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N13SvpC0rFa630OTRDd3WbnklE302dkZ { top:56.5625rem;left:0rem;width:14.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiRvlOzzJm9y1cPEPzhEH7fKHxs8JKoJ { top:58.0625rem;left:0rem;width:8.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBmNU0RpR8KOXds6Tt0nMoTIo7fmDKf { top:60.4375rem;left:0rem;width:5.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9HoakKMqfwXvGCBFv1Mck1HkzNH4urc { width:13.625rem;height:3.5625rem;top:61.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxcLyev0LsRmQxJMdvErEyWLS7q1qQ3T { top:47.625rem;left:12.125rem;width:23.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhL8G9ftT2QfQtbmNFZN7zWsMiyDv2Bf { width:19.1875rem;height:6rem;top:53.375rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEUOv2HNc0rIfxS8zEJQVUSTlk6Kfw4o { width:13.625rem;height:2.375rem;top:62.3125rem;left:20.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmufvDE44ZP2JAgDm7GkVRkuMWDTn7ly { top:58rem;left:23.5625rem;width:7.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSvopgneIVoUTneOnQFgwFxPHMoFN8rz { top:60.5rem;left:14.1875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI79XhyaHsWNeCs807XnZ6Ny47Fa24ZS { top:46.1875rem;left:14.8125rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0J5KJ005LW2ep2C47fRyv3t00Ipc4gT { top:21.125rem;left:0rem;width:23rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goJMSeZMgIWGI2SJk1uDCmMSKN1e0FOR { top:37.5rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqtkrAtk2IA2kKNxVDJRMbaknRZcA3Xc { width:13.625rem;height:2.375rem;top:38.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBuHk0KPqNx1rVloSMksvCFOvQ7S5ers { width:19rem;height:11.5rem;top:25.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcnDQp7AJ9hfuHLC2fqX3RZyEBpeUHl0 { top:34.9375rem;left:0rem;width:12.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kocEvWlyIp9JTXKHtyHm1Qsd3Eq7XDCf { top:19.6875rem;left:0rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVeE8b7TLrLwy7UKMAK4J55lQxDG2NrT { top:8.25rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P961SRGnJHZ2Upmw4VTQCsDRrcodlttQ { top:9.9375rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEwF6HKsQsF4Dz4Dh28abRXD0teieSyC { top:11.8125rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLuSVdN4Ew6uo5Jb9zsBJEtrF5zr8Hpe { top:8.1875rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzB6SFhtheOrgW6TC3nLd2NvoLXz4yUH { top:8.0625rem;left:12.8125rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4c9WvsJd6DJbLBWuSCoKPrKBUnqdnzp { top:8rem;left:8.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNqOGoBCkDv9CzkWl4dowcB87pTths2 { top:10.375rem;left:12.9375rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtTwJpxbvwRr0Si4CzDo2vBu2BAM7Jx { top:8.0625rem;left:31.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRkLeyLKoqTBRAiwx4WnU1GKlEoB9hH { top:8rem;left:27.5625rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPtyohBEHkbfHfztQ1zTA04rA3fyuHtN { top:10.375rem;left:31.8125rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH3zdBUTCKUGzkdE2lWZNNf8XO6KG39c { top:8.0625rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wcrVFDm0W7Q5BFokPTgWrSpGqBbr7S { top:8rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOzknTr6NH84iyT0XMudX2eue7BZBaMN { top:10.375rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhTXeZztN0xd5yAO24CFleCO681co1JN { top:12.25rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu1Bwn0XmX3qwn2sSClfA62Z83WUUlUP { width:36.1875rem;height:2.6875rem;top:71.3125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqe9VIQTTvpSNZQ1oNaXTlMKqNTtnNGG { top:63.4375rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRZmliHiV1owkWnhaA5DcVDSDiasIULB { width:36.1875rem;height:1.3125rem;top:1.125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHVB2XUHUubmgs8K29sT9qrvtFhZUau { width:36.1875rem;height:1.3125rem;top:2.5rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ8RkI2qKH08xHCBvXcyfZzF7QnWPTw7 { top:4.125rem;left:26.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7VoaUL4Lyzq7W9Gp9P8tGpW2tr8KaFB { top:4.125rem;left:25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMWI6usMo640ky0QdWwxeo8wcPlvdmmT { top:4.125rem;left:23.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSzLGqMUvJoQayvu5lvX1FwfeP1TXdEm { top:4.125rem;left:22.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf1WLcTQqupviGIrDndMfDoiJenXESA1 { top:4.125rem;left:20.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfMQzVJzQugt5f9bT5Js1vXo63k2clLE { display:block; }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx1h2hPadzUIbeLqROuegWqK1qStX3bV { top:45rem;left:0rem;width:10.5625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNsGHQG9F6VFxSHQVlP6sOkqirwm5vLw { top:53.25rem;left:0.65625rem;width:11.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhXoeTCF9227pNTZHBSfTvJrmXcmvrH8 { top:4.75rem;left:20.375000953674rem;width:7rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4wTg9ky40u2maHSZv9pxuJApNAqhytk { width:41.5625rem;height:7.875rem;top:7.75rem;left:3.8115234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmCNHDDkadwQEQ4RGcD6lbbiTWTrKU3y { width:9.75rem;height:3.625rem;top:13.125rem;left:34.100708007812rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXiPTnQHuXPbE7xOLFBfmRKSRHDtAfLp { width:40.3125rem;height:2.25rem;top:19.125rem;left:3.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxiMgBmo829io8L7PO9GTCLpy8uC6Ziy { top:51.1875rem;left:11rem;width:31.0625rem;height:25.822571709851rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6zSR56OvZ7cXi9J3RsrV34WAlkSq3sy { top:47.9375rem;left:11.562500953674rem;width:30rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZwuLrRP0DQRsvRuAnTHeQPsmlFVIZvN { top:53.0625rem;left:27.0625rem;width:12.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTctkmezcO1qSEgJIUSDzAHB6T8aI92 { top:53.625rem;left:28.4375rem;width:8.4375rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T071zApbZmtDlUNZhINsygriPz5Th7wP { width:9.875rem;height:1.3125rem;top:57.0625rem;left:28.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqGv5GwXoZcXcMZtqw6GJA4bDKzk0Ir { top:50.6875rem;left:32.5625rem;width:3.4375rem;height:2.9465110070166rem;display:block; }
 }@media only screen and (max-width: 763px) { #SodDQOgrl4VMEqfO2Z81RmTlz4qX5nrt { top:58.4375rem;left:33.6875rem;width:10.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivw4QTD8FfRAXsnpzDas2HTeHIpWWJFt { top:57.125rem;left:42.5rem;width:2.8125rem;height:2.87475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngxxSMUz68ZmNW6vybuNOxKnDcTP6Bo2 { top:59.4375rem;left:35.25rem;width:8.4375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqKDvN0TpWt2k3rDA9D7wgbAuliPmo7d { top:59.4375rem;left:35.375rem;width:12.375rem;height:12.313060946561rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycm9ixobDd0hVXe8BdV898FU2OzOD1BT { width:4.5625rem;height:2.1875rem;top:63.9375rem;left:43.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOVzEi7G34lHqVVKAi3BW5FWdELhizA { top:69.5625rem;left:31.5rem;width:16.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxE98dVxw8BqCPJByAQQTIhVWUJD6kpv { top:64.875rem;left:32.9375rem;width:7.8125rem;height:6.9441688625036rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZGDRyOxhFJsSq0uaqcpL7a93KVGFlhV { top:70.125rem;left:37.3125rem;width:10.4375rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEpWK44mWTqa3Mlbiw9XF06vNJWRSqMh { width:9.875rem;height:1.3125rem;top:73.25rem;left:37.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsvE4BkQ3TNsefoLbEA6mWrMgwLJ6L1w { top:70.8125rem;left:38.375rem;width:1.5625rem;height:2.223422455676rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZkshzvTGhWvbiMbt33pB9dz0OALgqsq { top:73.75rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ6llRTxaUuJOKlbC4Qm5g8NP5kXpnfa { top:70.1875rem;left:3rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak27T0GkGmGfPTRexo4CCDJn2fd6Tpqg { top:68.3125rem;left:6.6875rem;width:7.9375rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiH2PPPQ7WhcyHOwbh7OGCwp9JvUlsyJ { top:67.25rem;left:5.0625rem;width:10.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abu49N26XF2uc6wHzB94qQKRD2zhk5dz { top:60.75rem;left:0rem;width:12.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiZC7BV81QOQv4AEa1IfzoPsTfVaUefg { width:9.875rem;height:2.6875rem;top:61.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQrfbGecKBuuoTk1BwcvMi1A9EHp8aAa { top:62.125rem;left:0rem;width:1.5625rem;height:2.223422455676rem;display:block; }
 }@media only screen and (max-width: 763px) { #Faf7HvR8zQPr3kLtNv6JIykFsilCqfws { top:54.3125rem;left:0rem;width:14.1875rem;height:14.124900218423rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOal3Ewl1TCzWGqEtlGkdsAMifhCIwWI { top:56rem;left:7.3125rem;width:8.75rem;height:8.0676047547448rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSKehGiNnJtWgxVa4ta9zz5fxFMmJcFy { top:51.75rem;left:4.0625rem;width:5.5rem;height:1.3591586408537rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2oBe8i0TSf7mSoPqOe6oUIJE03Xuq3W { top:53.625rem;left:3.9375rem;width:9.375rem;height:1.31225625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqRn55pVoCWQ3TZzA2nLekXsWd4kmOJ8 { width:4.5625rem;height:0.9375rem;top:50.4375rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1xR2JwPMDqtq1y5KGxhdOqKwTQAEyp2 { width:46.5625rem;height:21.125rem;top:23.4375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moeKTqfhaoqNZMJAJgxAkNurSnB9RdVV { top:23.5625rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6g1UUc7tlnwqWwC2scXZMMfwoiKvql0 { top:27.5625rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztLDEAdgLdksQl1J2GsG9W34aHTfc9ED { top:31.375rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOWaUhKIZuW1K8bFSA3igOdPfQd30oR0 { top:35.5rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUA6oUkGARQPk3bQbXyNwOJVcfPbM2Uh { top:41.3125rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogxhxhcmdXVkAoe1DGUvwxBmeS4hdqHg { width:47.75rem;height:4.875rem;top:80.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luGMkXTZtDTVNtS6wVZMBCHQcbcTzBhA { top:77.0625rem;left:0rem;width:47.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKIIFI7g0CqlpKZAFwlOoIS1847cSumC { display:block; }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr8KV0Xf3ZwJepSbbH4fD63GcvyTetKw { top:47.3125rem;left:38.40625rem;width:4.125rem;height:1.1690878771774rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFlBs1K8beAVltPg1DRuhQ1FWksGSCHq { width:33.125rem;height:12.5rem;top:10.5rem;left:14.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O57UAb41keroAQlUBDXTtfCH20oZKiGI { top:5.75rem;left:25.468750953674rem;width:8.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twe6RxqGl006yHP1IkrQKgUcWS6aQudl { top:15.5625rem;left:17.75rem;width:30rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0CTEykZz6JWi6G2BNFc2WsohbgaekdQ { width:30.8125rem;height:10.5rem;top:25.1875rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm12mcdTU3NHEH0xzvgNWiShNSAo8Tqg { top:36.875rem;left:12.125rem;width:35.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIPDPNW0GVMqiFDhFycKNTRosl9MKkB { width:27.3125rem;height:4.75rem;top:40.75rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A74NgEHWvJGfp1M3U2tihoTTVEG2G6yl { width:24.9375rem;height:1.5rem;top:38.9375rem;left:22.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2IIDZ6gi0JJQUvlc84kTCdGetRB2U1S { top:49.5rem;left:12.0625rem;width:35.6875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TusHntJ1n0ONs5PUw9K0vwywJ3hTGRss { width:24.0625rem;height:3rem;top:51.5rem;left:23.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASvrH2GtCqqdZy2vyrhfrk0btaeGzdXm { width:28.25rem;height:4.6875rem;top:55.125rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm0UbekHriJzzBoKNTRtcriTHg6vLTyM { top:63.5625rem;left:12rem;width:35.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm3B942nOQxnZlTR22TL1nXzyPDmSuyc { width:18.375rem;height:1.5rem;top:65.6875rem;left:29.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4zZZcS7TJlZmHVXHdle5MeO7GCoabbR { width:26.3125rem;height:4.6875rem;top:67.6875rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0FmeuasQ0864UwwneiR1SUyJhHe88GB { width:24.125rem;height:3.125rem;top:70.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfupw08WZVsCcqdQ2o3HThQOp4DsUELa { display:block; }
 }@media only screen and (max-width: 763px) { #oFp0cASILTRTqqSuy0Iw3tNAwhK521gF { top:38.875rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJRZN986JmsiGElp4KdKWTlllNzUJUvg { top:51.5rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9dKD28Msv0xPRtFVzTT6Rk2CKHLXssv { top:65.6875rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhPGklE9EsgFRTwAqcKb5eTmBAscLTO4 { top:7.5625rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U76391SwRbpI66vcUWUU02lnWv4DavT3 { top:18.5rem;left:0rem;width:39.0625rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZXw5Sf8saSrHrHDzDZtSFqhlqumewh3 { width:33.4375rem;height:4.375rem;top:77.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbFEeFOCLC7NpgspkQGOoxlldEqxfuOI { display:block; }
 }@media only screen and (max-width: 763px) { #XnTINIuXRycxrRyWX8TmlQPbLmwTgcJn { top:75.0625rem;left:42.0615234375rem;width:4.0625rem;height:4.6167500806866rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXRSNQcbvzFcUdorlNfBIhVkQITOf8dR { width:21.875rem;height:0.9375rem;top:82.375rem;left:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzW1078rJIgfCOahdOrMZKxQTfHffGQT { top:23.1875rem;left:1.4749994277954rem;width:8.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOiAf2RWOmwaGRMc2SqHmvCT3sg07D9g { top:23rem;left:2.5999994277954rem;width:8.8125rem;height:1.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO7tRf9Ze5eF5tGfMEWfBuuz4REtkwty { top:21.25rem;left:2.5999994277954rem;width:13.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeR4olwcUeEVbNm5eQO0grJ2yvEsUW2x { top:21.6875rem;left:2.5999994277954rem;width:13.0625rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc { display:block; }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f25gC55MHcnoF4DVxx8grzmO6luJUOcH { top:27.4375rem;left:0rem;width:47.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLDv4svLThzQGXJw3hcCwlaH0UbvWWEA { top:50.6875rem;left:0rem;width:47.25rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIo8JipQssGW2GK7V29Le0SQUpKMJnF3 { top:77.5rem;left:0rem;width:47.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQtMKeeyf5XXm4TXPTmLMtfRzo1G140Z { top:78.375rem;left:19.9375rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riF5knIkLREphT2WszMXAPt39FOgRwFL { width:36.1875rem;height:2.375rem;top:92rem;left:5.7499990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otUb7G7ETRfBob3IFhEFPAiAzVTBUlil { width:47.75rem;height:4.6875rem;top:86.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDVJz6HNboyItbfm6kFHlmGXOKHgyXn { top:99.4375rem;left:0rem;width:47.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFQNLlTJmfFB9DV1mgWTiwFaKe7cW7uA { top:122.75rem;left:0rem;width:47.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdPKzzGOxuikCUA1RAxfFFAmG8k6qyco { width:38.9375rem;height:5rem;top:6.6875rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #magt9QnAnuXw12cTiqAMi7eRuB6F8FN6 { width:29.375rem;height:3.25rem;top:12.6875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxLxSzTdlh9uuV7xvIsaGoKlEJyT1RnM { top:2.75rem;left:18.8125rem;width:8.9375rem;height:2.1723995444255rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcq5HhanmQ1WTBfM6hEnLOxRTqnWlanc { width:33.1875rem;height:12.9375rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Oz3LTEEo0svRTVveEHL5vUnTULLWyw { width:25.6875rem;height:1.625rem;top:31.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld5q3wnPAQKCtiKwVH0hFIIs65T2WUoC { top:29.375rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #nysTaLFPggr4ezZckg8FUchKyVmFgAvb { top:53.3125rem;left:21.625rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCNxsuHXvsC8Dxqk4Ft2TTc1hWqa4S8 { top:102.0625rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5AMuugCgDxTuFBkQmsmK17LfM0bcmFv { width:25.6875rem;height:1.625rem;top:104.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFsLEGDu3TdEv7LSArxgOu63DVfcSg9K { top:126.25rem;left:25.0625rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFDR5tqgO1gbFAx6ITPuz618TEnMsOt5 { top:198.9375rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFOUv0ThmAdRavtNMhsrTZCdveaEizi { top:227.5625rem;left:21.5rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLiIpCW9efDckhMvbrP9nNgqX9oqmuQO { width:8.4375rem;height:2.75rem;top:9.1875rem;left:31.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyW2oXkbWCzKUz0PB7CkiHE1ZnZ7INGx { top:20.5rem;left:9rem;width:29.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQVgZDiLzJAcmiQSWTgDWv46ml7F3ac3 { width:29.375rem;height:2.1875rem;top:20.9375rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdUMzyKXPzH96CgKtkfnWtazFeTwkJqC { top:23.5625rem;left:14.5rem;width:19.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJKN62ZZ5qzMbWLE5qT4WSUnIlGATvwQ { width:29.375rem;height:1.75rem;top:23.5625rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifn6sLphETgdp7Z3Cb0mzOqH1GedRzpP { top:42.5rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPwO1i1r204F3KQ8PJnAdTNGfSlmt9Uo { top:31.4375rem;left:23rem;width:24.6875rem;height:17.331174115395rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmEz78uvmeWIBpfaM4KbnhEXq2FG9ev { top:28.8125rem;left:30.4375rem;width:17.25rem;height:14.323518368762rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCTBWz2dgk4nvIgH8kgvAtRRRHxA3v0v { top:36.625rem;left:43.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gti6Cx1Gq7EGKIEGaWSzlM1vftovxaV3 { width:25.6875rem;height:1.625rem;top:55.9375rem;left:21.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT4xvQiRUGGo0OKWrsO6XqmTkxenzle6 { width:33.3125rem;height:14.625rem;top:58.5625rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOIOgJ2MHDXzsCopKDQZbKn3lssZpgx { top:66.8125rem;left:21.625rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Re39zTKxh4g0291L6JUdgVrBM3M7Pz { top:57rem;left:0rem;width:27.0625rem;height:14.840806266907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFB1hkLvy5oSZgsBLG0X9vk3U0HPSkuB { top:62.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewdI5ucVa0KfBJa0Nwk9Nec3PLf9HGqf { width:34.375rem;height:9.75rem;top:107rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRFrXltUTGxWVwIa63KK3IKDzOCAe2c8 { top:113.6875rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuVh06R8heI10J2nINB3Lp8QcmhD4XIW { top:104.25rem;left:23.5rem;width:24.1875rem;height:12.529937654318rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQZm5A1cqwTOWh3IP0B6cRx9Ky7QX0OJ { top:108rem;left:43.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRfgEvu74JteD7FCxsGsUkCEKUwIWmIk { top:144.8125rem;left:25rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWJckqCXCZTEcZ4rOnUSQJ6e84NNbyRJ { width:30.0625rem;height:17.8125rem;top:131.625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4y0ONi0FBCa1GI21yW6iGflFkNJ0pGy { width:33.75rem;height:1.625rem;top:129rem;left:13.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4CDKkBTvhZ49PwOsvUnPtN7IxVSQEs { top:132.75rem;left:0rem;width:21.3125rem;height:19.505631345178rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXU4Gtwf8m6yi40uNRf4K3S65h0M1hBM { top:128.5rem;left:0rem;width:17.9375rem;height:14.262529166869rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpzET3XKi2lWlI2nn6zmLV1n2ulCsxf5 { top:130.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt78QgLVBCa8WPNWkthRTvGeTfTQOQlr { top:154.5625rem;left:0rem;width:47.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfhqZnr82fXTIBJ1v1wWixL8H16d6ncA { width:33.125rem;height:17.8125rem;top:163.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p84INLTRTBPWIB43TVLhDiMVNXgqVfkn { top:176.4375rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLV0zfkPnw8Ppgt1zLTggnCohRPIR3ef { width:33.75rem;height:1.625rem;top:160.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvq8XlqU8VJ5BH3EpuqxBBrpHgt7yz7L { top:157.8125rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #URUGpVDaeQDRRiupEtQmbOrQ8kC25QdT { top:163.25rem;left:19.75rem;width:27.9375rem;height:15.402611172371rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSO2Josq350Ragw4vWlJxXw6lXD5GpfP { top:165.3125rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7rLDZVfUTopiT8PiWfNq0VdL3iO6BiW { top:189.8125rem;left:8.75rem;width:29.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmD6rUsPiKK18G5Vfk4y27TDGGVRP9Ia { width:29.375rem;height:2.1875rem;top:190.25rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdy0w0Los2vx0PoeXDzpaKlwdMEFwTUy { top:192.875rem;left:14.1875rem;width:19.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaEWETv9g5IXWrkoGmQR3qx3PENaO7E6 { width:29.375rem;height:1.75rem;top:192.875rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZDaDPWTl8IqesODPlyBToTxLP0n5NT { top:197.125rem;left:0rem;width:47.25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3T7fmdqkZn9rC8Z1UouPClcKxhUhND1 { width:25.6875rem;height:1.625rem;top:201.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c39HTy2h2anP8t2Bk8y59BHonZoDgZmI { width:33.1875rem;height:16.1875rem;top:204rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1lxpQPQB0NJnP8oRnkLMdveD9l5PEKC { top:215.625rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmpUtGettChfA23KAoUTbVzot1VpNI0 { top:200.625rem;left:24.625rem;width:23.125rem;height:21.691483870446rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKmUXlfC2WfT1TpLNmrmFxA06tz7iSWR { top:201.25rem;left:31.3125rem;width:16.4375rem;height:13.324266365902rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIgk0RoIV7eoWwsNoZHuhFGqiczKEI2T { top:207rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlIC3ikIZtAFOrFUqQqw6dmz1SxLg9eV { width:25.6875rem;height:1.625rem;top:229.75rem;left:21.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0F6Bf6uJflWQtyTFfnXhVlbzLbo00W { width:31.875rem;height:16.25rem;top:232.375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biN8SyBcm1BH3xguILwZ0OtaZVUTDTp6 { top:244rem;left:21.3125rem;width:5.375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhRAG3evAVE6XPGL7vNN95pX45sdmz9a { top:224.5rem;left:0rem;width:47.25rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5lHGr31uUMoDDtZtT446SigZLcANHTM { top:230.3125rem;left:0rem;width:27.875rem;height:15.2785172889rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4h49CAk1xFGTIHileT9CGlIpCuE6Eqn { top:233.5625rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyCf0fCcRKhZrLXvhokJ2JLlvn6qNZI { top:253.5625rem;left:0rem;width:47.25rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9pbtcmd1nsxOTUrTixFolm2gyxHzwr7 { top:255.4375rem;left:19.062500953674rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTXdi6VJ3KkLuO1zxuoxxvvT1T86Bgh { width:47.75rem;height:4.6875rem;top:263.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrEsHe3gqlhhXn1FOba2GIhxs0Z3zvSW { top:94.625rem;left:25.937500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLc9LpcrqKSIoNc19XL58eaGRlMcEQLV { top:94.625rem;left:24.562500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM44QZZqgu1UAi7bBgwOx5sP2WKnAmDS { top:94.625rem;left:23.187500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcvOGwrpTK8ZigzBA63dvhno8GdeVkhd { top:94.625rem;left:21.875000953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfmAf6dCFhNQ2cTKyECCu23W5GaAOrPk { top:94.625rem;left:20.500000953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHkJTqnAChT2x0cZgxqJ4IbnNMsV53e3 { width:36.1875rem;height:2.375rem;top:269.875rem;left:5.2179689407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr0i7TVJddBPIUn23X3umEJ21T5XKCAJ { top:273.0625rem;left:25.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzmN31TkDsC57tpeQu2LRNdQlDvCJUV7 { top:273.0625rem;left:24rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btDhitwcRZEFbetldnVEmT0MoydHX2hX { top:273.0625rem;left:22.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiAdT44uADce2mTOhhG1CRFISIh0PBQW { top:273.0625rem;left:21.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqCe4aByzSyQba4N4zTBBZ1uORfUVIRn { top:273.0625rem;left:19.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtBevILEzkRQSZ6AVosgViy7kI2BSth { top:278.125rem;left:0rem;width:47.25rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1bKmiJTegiTqzmfFWT73xXDNooTdVA4 { width:25.6875rem;height:1.625rem;top:282.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1W10io7firkNd5zCJuRsr3RpLcOJB5f { width:33.25rem;height:16.25rem;top:285.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIHnvttaVFJnRL6zS8149zI1LwNsMoTi { top:298.4375rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpoMkhTXzTAODTk6wFRT9UJhvXuaTaW { top:280.3125rem;left:0rem;width:3.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtKEwc4ICRM6WhtyldEOfDCw8PX2FSxB { width:4.5rem;height:0.8125rem;top:280.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaIacNGiBDrt4yg8rKraaM7F2sLbDaq3 { top:285.3125rem;left:19rem;width:28.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb3OqRES98Ffdn9TIr6pcquJg2BTb37t { top:287.75rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMiy2qQd89Qek71lpNS1qdLX08A4Ae8R { top:306.375rem;left:0rem;width:47.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB1l8F0USI5LxwDR36B5dxEQb9RWGqLx { width:32.6875rem;height:17.8125rem;top:314.25rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nacNafrU3m51O4ys2ThxqKnzQa8ZGhR1 { width:25.6875rem;height:1.625rem;top:311.375rem;left:22.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpTvHks6TqLTm5o72UNrVHBdNtVQTE7E { top:327.4375rem;left:22.8125rem;width:5.375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaMVRmcJRL2ftVHxEaooOQPL56be0AZB { top:309.1875rem;left:23rem;width:3.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StHaH2c6NzUfNwZ2iOmclPVtAnbKT0ht { width:4.5rem;height:0.8125rem;top:309.5625rem;left:22.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBFSntLyKtaarfxy2fdtLD9EhQ39GLWG { top:314.625rem;left:0rem;width:21.4375rem;height:20.315875422246rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld9AyVzSFieSafm1pRUE2Da78NOIstsr { top:311.625rem;left:0rem;width:19.0625rem;height:15.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd6szrNgPwK4xOlxlAJqUTqweSXWDGsa { top:318.6875rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mclU81TGqP8D87mhFTdWWeMmngt15k { width:16.375rem;height:15.5625rem;top:30.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8KMrrRin8hNfznyerBczXyd4KfbuZq3 { width:17.0625rem;height:15.5625rem;top:65.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pozfNErvCNVrb1Mt1Lg39nzT9qhGp5xS { width:15.625rem;height:14.25rem;top:124.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbwZ1tPpTlTkA8RDTrxcPZqpOfiErtpw { width:17.125rem;height:18.1875rem;top:157.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnNM2SMVha9yCi6AIFdVt7GVHnpDUP8y { width:16.4375rem;height:19.5rem;top:200.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASf3dk3SJ6rWgnScXZr7T0fHNKUkBVdf { width:15.9375rem;height:20.75rem;top:250.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8gZA5IEvueknJhsIQszZiEGVRt7sosC { width:16.375rem;height:18.1875rem;top:298.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuwyoMPmWrZcT2PF3ZAA6dOrCxCxaFDm { width:16.8125rem;height:19.5rem;top:367rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddf6JpghOfVT3LZCFZ2dhMKWPpCkMdFW { width:16.0625rem;height:19.5rem;top:410.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo { display:block; }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASfWvbBKera8ANfnf8qt1TqGCkl0cGay { top:5.0625rem;left:1.75rem;width:24.9375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBDLZCbTygwGIS1SL0umS7QhdW1h93Eu { top:10.4375rem;left:24.312500953674rem;width:19.375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWMGNatsZfvJnc8ZW2Gqa9UAwExnHU18 { top:7.5rem;left:0rem;width:20.8125rem;height:2.9909470679114rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywXST0sRWv2CWxVwC9BLeNuXRphk88Fu { top:14.4375rem;left:33rem;width:14.6875rem;height:2.6760331742911rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrrAmrk89CiaF2dCruZ17MeuZzHeaLO5 { width:41.0625rem;height:8.875rem;top:28.4375rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5EEhUUqL2JXU2HqqDbaG77Xw9ZDEyNq { top:35.8125rem;left:24.3125rem;width:7.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnJsGceJIlAOo8TP74GieZdzOFBpUDHp { display:block; }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfOGr7wfVa8OalSSXdTE64urVCS80AWd { top:2.625rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 { display:block; }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL2OF7mlL9kwF0DlrruVkiEFy9SaVGUt { width:21.875rem;height:0.9375rem;top:118rem;left:14.031250953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTFUT6QoCVSxTgTbruOpDChLKz052DcB { top:35.8125rem;left:0rem;width:47.75rem;height:78.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyKeJFSNT6qs00NtdymDgThzLXCPKK3k { top:39.3125rem;left:37.1875rem;width:9.6875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nesAtZmTIBKKv70Bf4iBBfqKXmILFTTk { top:45.625rem;left:0rem;width:1.5625rem;height:2.12421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFhSilfKMnMipFZVvRsI4cdPhGr6LirA { top:40.25rem;left:0rem;width:21.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO5U5SOan4I579b5SanptcZtrp2ycfBp { top:61.375rem;left:0.1875rem;width:24.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFz0B1AQEEACAAio2AbLrwu9POgKzid6 { top:45.3125rem;left:0.1875rem;width:30.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nciq1RfRwmmupn9veD0O1IdkpaMNw4cb { top:47.25rem;left:0.1875rem;width:31.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZxbPsn9IwXgmiz6DAkucZgFlrwop3x { top:50.8125rem;left:0.1875rem;width:37.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJATTN35uqv4fEvotNFhD3TlEQ96uBKn { top:51rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptWtBG4TGzbqrZnk6E8Q3U1B0WkUkpx { top:52.625rem;left:0.1875rem;width:30.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kemd2Ic9EupSkp5df0wwruuAcD6qnyRQ { top:56.5rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxrWfMl8awWzAKeTx8bNChuzTim2lTQk { top:56.375rem;left:0.1875rem;width:33.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqJ3s2U60Q5zBPTsW76J7nk6GXCkn6nE { top:58.125rem;left:0.1875rem;width:34.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP6lEhGfiBESlMsEO2TTmv65yT7otskd { top:66.75rem;left:0.1875rem;width:24.125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4v5w1X063Mz0Q2quVdcDFRTTmThOexV { top:61.5625rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhNSsVFJDgyrqbrkHUGVNvxDf3zu3puE { top:63.1875rem;left:0.1875rem;width:34.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6H5sE62ZWzgVFIRMEhBEXUpA0ySixUO { top:66.75rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVKMudPPrXEZI5VC35SrzTqxgJEhrab { top:70.25rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeIqC6hxrC38JpsUWw0xcStJlQxBnMsM { top:25.0625rem;left:12.46875rem;width:22.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptmZvqVaNEgu6rAVd2mQcccV5fwrHv8P { width:38.625rem;height:5.5625rem;top:111.5625rem;left:4.8742189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PegCw68IbCKspg8u8D9nkmZKz4mZIOt4 { display:block; }
 }@media only screen and (max-width: 763px) { #X1hd2Su7UIA9QTPwnQ8cWOsFcVQNuQzt { top:41.125rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSJsG2JR8CPTpsrETmPQbFKR3DEs6pwf { top:43.875rem;left:38.25rem;width:9.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zArKia87PITlZDQ6bfIUC0cGvQoXp1sx { width:30rem;height:3.4375rem;top:16.5625rem;left:8.2176513671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzQbAbOemHIGdEKn4c9Tr4A5hbNgw3Hh { width:10.6875rem;height:2.1875rem;top:12.9375rem;left:31.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw5ChT35eIGFKwyfE30BghWIcs9X46zP { width:31.125rem;height:6.125rem;top:6.1875rem;left:7.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP678mgu4gaHathBOp4vnNR2QqAhOwWW { top:9.5625rem;left:25.3125rem;width:10.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXVMOPMK9b5bJcT5ueSXbdHFZVfvO2T6 { width:34.3125rem;height:2.0625rem;top:21.8125rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIzZbgAEOJnVtus7FmJFkNEN8P4g742C { top:41.75rem;left:35.3125rem;width:12.4375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaOGari0UdnLA8q4Vr4OOiaNBgKIxZ0y { top:47.6875rem;left:25.875rem;width:21.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3X6peBTpMTFiTcidtLsU9wDon3m1HdD { top:74.3125rem;left:0rem;width:47.75rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu7VAdBMfT5S139WL1rVaottUtbrFy3u { top:76.75rem;left:0.18671894073486rem;width:21.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh266KLtMHOTyzXUHwVJPwb9c1MotW5a { top:76.3125rem;left:15.218750953674rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzQJJI1coPOxG4EzpgAwuAmr7Ed8nRRl { top:72.0625rem;left:21.3125rem;width:19.8125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQgd90MmSbsPmyMfvq1wekcQowL8NIex { top:72.5625rem;left:22.0625rem;width:25.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMeTr9fbJMMcSzKTb5mvBJHUlHQFhwhi { top:76.875rem;left:26.625rem;width:21.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmqlwdstEUG8hBARAw0Qzl0LJ9EyBSSo { top:81.875rem;left:2.6121826171875rem;width:42.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPSQt0K6VhdfA4EaZtM22AeiFNHxmpEf { top:82.375rem;left:0.18671894073486rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5OT9BAWKpyolscJ88v4bZHCK2Bv5RUJ { top:86.5625rem;left:2.625rem;width:38.3125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtqHIU3P6l4QwkhxMWJPNNNlSvnZrkUT { top:87.0625rem;left:0.1875rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON4MEA6xWHKNeeTEFvMf6IJRgevyhvT2 { top:94.75rem;left:0.1875rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0APozNua0iqJCdT1uFnOnOT2n0p2P0k { top:94.25rem;left:2.625rem;width:38.3125rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTGDuTPJTbI5bffRPJFv3s5Mg7TWSVt { top:101.0625rem;left:0.1875rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwfTfrfsTqfsNRZoI26wVt5f3fbfxgQu { top:100.5625rem;left:2.625rem;width:38.3125rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzU9QGv8O6ATvqKJnFCnpoOvptvggL8 { top:89.375rem;left:26.625rem;width:21.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skb6t1EtoZktPJLJNJsNGaBwH3a2RFfz { top:79.3125rem;left:0rem;width:11.8125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL1fk5V0QBop76O07OS8z7E8RE37Csr9 { top:107.0625rem;left:43.375rem;width:4.375rem;height:6.18713125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvzH8Q2fzEc9b9z9SghJT0Z6lgIpGfnS { width:38.625rem;height:5.5625rem;top:119.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2SHDoZIufqm5ygNitnFUWLfwXPDTzqG { display:block; }
 }@media only screen and (max-width: 763px) { #vr2QBOCDOqSxKLM0cpCnpt8lVPM9MkUi { width:21.875rem;height:0.9375rem;top:108.1875rem;left:25.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT { display:block; }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VM7TWroFVpnoVK0dru93m5QHh8OVlhGX { width:46.75rem;height:2.5rem;top:38.5rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruBLwxhATU9WpMXmnDay9KmtABFD8EJ1 { top:38.4375rem;left:3.8125rem;width:26.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzM2JZXN5DvlkIwJSUlOTHgN7fvq58fb { top:44.625rem;left:0rem;width:33.9375rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLrGz295bKnGugrcUC9Ezc6phfioNwsA { width:31.5625rem;height:2.5rem;top:47.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caQ6JhNKBfJsfrSnGv2VnzWOxWP3fLCe { width:26.8125rem;height:25.1875rem;top:51.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0xJ8nH1TAUdleoLZTt0rc7fPgvi7Nl { top:44.625rem;left:13.4375rem;width:34.0625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfmTT5xGr0R6kvTThaCF2htnh10kXAiT { width:28.6875rem;height:2.5rem;top:47.375rem;left:19.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImiOC5ye8bvcGkWhV7VXVJ19FUpvKPp3 { width:28.5rem;height:9.5625rem;top:52rem;left:19.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGN3nDWZtaVtgD4TffwNMnsdLpmwveKA { width:26.625rem;height:3.5625rem;top:62.75rem;left:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFxLNtQptvFal4XCQHX3IzeWyTRHBNHG { top:78.875rem;left:14.5rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzvbmviE5E2qlNBvac4lE44TRHzTvEef { top:66.3125rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yc6TepyPaNWpQRS3Lsmz6eeABMeOwk { top:51.8125rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbNOlLVH0ipaa1l80sDHir8SNUImvKVQ { top:55.5625rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3IlmIvPviMT05EWZqfiCliqisLd0XTE { top:59.3125rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUpBR5QyNnpU5BTuCnUBFUXbBRzGm3bV { top:66.5rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUn0RXmZLFm5fg3JcKV3spnUcipWE4lB { top:62.875rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InZ72XaOLwZomFEBK3SWEVe81FEaTAHR { top:73.6875rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faJWLwF1QuimetOSSEc7O1JbgJzfT5RQ { top:70rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUcPvfNyqyAPEQ5rkIiapf7NDRGRngCP { top:51.9375rem;left:27.625rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3FM8GVpeeRzADiJxHu4LBOtTkQf3E9o { top:55.6875rem;left:27.625rem;width:1.25rem;height:1.3095592614652rem;display:block; }
 }@media only screen and (max-width: 763px) { #lynyOs4buBtnfMg5boSEdTrAOpiPQa1p { top:58rem;left:27.625rem;width:1.25rem;height:1.3095592614652rem;display:block; }
 }@media only screen and (max-width: 763px) { #esv2ZELKUWHhCBgIMyb1XTufQrDv6GTN { top:60.25rem;left:27.625rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evi542ZCyMgd0zObpbGD7XH4nIVRw2kP { width:47.75rem;height:2.5rem;top:88rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBhPTRiC9wl447o8r2lwV9No6UT6iRCx { top:93.6875rem;left:0rem;width:47.75rem;height:59.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCsd0F8oAS2XXn5aqLDompfOViB2caFQ { width:11.625rem;height:2.8125rem;top:198.1875rem;left:18.032811164856rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa21VUuXzxSM0EfsyXTdrAO2T7f7KsC { display:block; }
 }@media only screen and (max-width: 763px) { #DR8bNXs9w7DUJc6WigMbtU6sdsNfFdHq { width:36.1875rem;height:2.6875rem;top:23.25rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQvqg6W1M4t9rJQL8762bCtaaHqnV5Uk { top:16.125rem;left:16.25rem;width:23.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVV3iE9e1JuqTJp3Ed38mzU5pmznNDik { width:46.8125rem;height:4.5rem;top:16.125rem;left:0.46796894073486rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFUUGMruFA2OMCfJLgmr7eMKKXptDaE3 { top:3.5625rem;left:0rem;width:47.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTtQrTxoLdWsxpePeT72sTkuC554rCxl { top:6rem;left:19.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLAMxq2UNUyahLETpuaA0AlLp5zEPCkR { top:25.9375rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1JX0ivOwWhwzT0isrcnpFKQydRXRB1g { top:25.9375rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxJ7Gi2FND7ltfasl1cqlQMLVk4q4ikP { top:25.9375rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQcB11ayUAUR9TmOQSDEk1UXvIvu6BfP { top:25.9375rem;left:21.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgWMsuqBJW1BwNa78hT8QXLwGtprq1AH { top:25.9375rem;left:20.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFscyMHsNCBXgTQogFmVd2XZH5yhz8BS { top:42.1875rem;left:4.1875rem;width:26.25rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hieauTNhxpEZkCw3kDQNgu7viZHg6vlw { top:9.3125rem;left:24.375rem;width:23.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okDhbg3I6lAyzXwaptzZTUCEy63qSIGy { display:block; }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgNvzHV6X94BXB6TzTKcLWzCnq7R1TTt { top:2.6875rem;left:0rem;width:47.25rem;height:57.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmxL9aG7oV9p2UpbDmCw5DQwXlzm2UVN { width:42.9375rem;height:5.3125rem;top:6.25rem;left:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZsWFokUBSUV2QJDxtwVD7XocfJMreSA { width:32.625rem;height:4.375rem;top:22.5625rem;left:7.52978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ZypxhGcO0vZCMsEocZM3LOeHeoicdD { display:block; }
 }@media only screen and (max-width: 763px) { #wXe1irnJUzUrWwdk6WKLKVsZ5XEvaHqV { width:29.75rem;height:3.8125rem;top:27.625rem;left:8.9683837890625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbifGDGRDcxBDlvnNVrF5JULObrR8wik { width:26.4375rem;height:1.4375rem;top:18.5rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrxKgdwyval2Zr7vmbzeVOK7weu8BEeT { top:0rem;left:0rem;width:47.75rem;height:41.283151121076rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwsmtJWhNXoRvyPDLf264pKCm5TSxiyp { top:6rem;left:26.125rem;width:10rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtXWW3m4mTotf25xUykVoXz0LZTGTXwk { top:36.375rem;left:0rem;width:17.9375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyh385lIFnP5U3EoPvQSppmGh91Np9vM { top:35rem;left:0rem;width:3.1875rem;height:2.7588272856313rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkr3QCR8ye5a9PFhgJhKxaOswczpUgbw { width:16.5625rem;height:4.375rem;top:38.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVF0RpitrCFGxDlCPLf3WGZc4x4LTnZA { width:11.875rem;height:1.875rem;top:44rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKFJ6Q8JgIEA12cAIliZHH0cfToVbPR1 { width:47.75rem;height:3.5rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoSp4RPgmXJoUcqIo92036r59nMTrrr3 { display:block; }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 { display:block; }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGnf1qd1fTBlwt7cqz8sSlshbwRhEPQe { top:6rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTaDAm9HOZkEgZz3WIyoyW1ubbqcvLom { top:7.0625rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2laT4Ep1n88VShcAeA8qrpvAO6KZpv { top:7.4375rem;left:5.0624990463257rem;width:30.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8rc2kWsCQKWTsCDklqNVu558hERGkRA { width:40.625rem;height:2.5rem;top:0rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV { display:block; }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eC3ChoT3JgspGsRqRB8NTkOzVcJRVaZy { width:39.8125rem;height:14.625rem;top:1.5rem;left:3.9359378814698rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NetmWUXBoC3uE18WHl8TZimlC8HB7tHO { display:block; }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTk6hvtWUMWo97tOsR3i6stVfF4pARoe { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVw7XFurnMh3QEbsNDymZyyVWVf3npCW { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kat8XHkJ9fWo0PT1pybPmLNS9IB03EVp { top:0.9375rem;left:5.0624990463257rem;width:31.3125rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q { display:block; }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9x3zbPXZ5tJTwPlVPkTew0BqX8bW6qN { width:39.875rem;height:44.5rem;top:2.625rem;left:3.9375019073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN { display:block; }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1ZRXX1ZBqNH7IrXkfyfq1AbRiy2TMyR { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMtzQsRrd1bm59eyIXgZAqApyqJDLyF { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR0tX7PBlQinXTR7BJFlxqWAiP8bWmD5 { top:0.9375rem;left:4.9374990463257rem;width:29.375rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 { display:block; }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg1kXfA14TQHc17ndJNTk4ioCen4WMeS { width:39.875rem;height:2.6875rem;top:2.625rem;left:3.9375019073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q { display:block; }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV8d7aCNOE6RDm9Cq5MG3pBGJEFULccT { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd4Oa2hhxTDbAglZScc1hdel6ulsAsyU { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vonDhvxBLzlCJuHzLHGOUcDRQC0vzg3E { top:0.9375rem;left:4.8742189407349rem;width:34.8125rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 { display:block; }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lq8B9fsTnBZOlNboPCQf4xLACV7NplqC { width:39.875rem;height:8.0625rem;top:2.625rem;left:3.9374990463257rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcbOxHXN36wQiUnP99wirnrIQcaXidVH { display:block; }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpEoFMLybQ7k87TreVTXeDZsx7sGTXFn { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwG4TRanm3ws35ShDQOeq3KcsPC7ct0v { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSq2SWavyMJBqTqOqSknnPbsnDz9NFNo { top:1.75rem;left:5.0624990463257rem;width:23.5625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZya2PWTgTWQrEo2J53isuMScs01SIw { display:block; }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTA625QwuvS5Qi0GPb0ccJrKQiQ4rzw8 { width:39.875rem;height:4.375rem;top:2.625rem;left:3.9374990463257rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe { display:block; }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfFKqfrf0yUnbKHfOVWGrivcXfA9w4mN { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXPzUISISTBA3nKpZ2wnuGnSH4pBOret { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alkt5CVictHKTpcahKoBr7gImsrAsT5F { top:1.75rem;left:5.0624990463257rem;width:23.5625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tStB4rd9n2iPTevcgHoViqPbb1fTBEZv { display:block; }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et3icOy2F1KZl0LuTqc9Oh6denrbHi2o { width:39.875rem;height:4.375rem;top:2.625rem;left:3.9374990463257rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu { display:block; }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJ9Izv2kFLmw0RPTDp9WgkVHqaDQLRhE { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZt4RpKw0qTQWwyCCTLoSHtmheD3Muu { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt5XNzbl9ryE7ToPzR0LQ4f4bpRRGUza { top:1.75rem;left:5.0624990463257rem;width:34.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 { display:block; }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTxemsny3XWsMTIQfKAGZciO6hXom2Av { width:41.5625rem;height:2.875rem;top:2.625rem;left:3.9374990463257rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbtPk223O9tKwiv5NNFKS89xcC4SohXc { display:block; }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScJ7AsIoXkiN5NZeQ2Eq27EUqxt0xMWU { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhi6iCGOVKcT7mXQnpzQP6S5rLvZQ5SP { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULeN8IDiwEnym104xWBv3wCfdaDmON6P { top:1rem;left:4.9992189407349rem;width:35.125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXU03539rxkhTME43c6atNcigW7nGXFa { display:block; }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mC3A6WKhV82WGuLV0Dax0JGuwy5xShcT { width:41.5625rem;height:32.125rem;top:2.625rem;left:3.9367189407349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP { display:block; }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fk9Ei4Zk7OlZx2E2uvUBR6hFG6qkvLeu { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHJSTr3Eq9S13f9b3l3BoiPIaLwbTTpO { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OORDVFZqUEZTtIB9TeqCyNl2a5bFKztk { top:1.75rem;left:4.9992189407349rem;width:35.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIQP68qJ4yfBkULuZu2mionoAoEV3czn { display:block; }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3iJRNOZ1k9pcCTB6HoOGRUixiSs5A1B { width:40.5rem;height:7.3125rem;top:2.625rem;left:3.937255859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX { display:block; }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQfAoSfOvNPPXv2peAtUKb85zD6tukK4 { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrthcolyDmtZWMtafIaZV8JXBLp9vEGu { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iivo0d9SI0DEHsge7x7cwNq1b3SMaTw9 { top:1rem;left:4.8117189407349rem;width:22.9375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCTJTrth4zecdJoWy4VEVaeuQowzLOzV { display:block; }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5MeGC4GqWTSbrAmvidf3AJZcv74LDV6 { width:43.5625rem;height:1.4375rem;top:2.5625rem;left:3.9366455078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz { display:block; }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFQISWli09uUT90e8C8x0dqkWnRi3yIk { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH5tE6TvWkscsEfdIyL94Su4yN1oeN9u { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHSH8LmB7ZtdPdrQXI82yIXmZAaAHdxF { top:1.75rem;left:4.7492189407349rem;width:34.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV { display:block; }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDlG7cKCEg9ue9dXxDHHqSQwrJDtHV2k { width:41rem;height:8.75rem;top:2.5625rem;left:3.9366455078125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA { display:block; }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI { display:block; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxTnViZHcDKRLa3RTxQ7NrGwHgkR6LlU { top:1.6875rem;left:20.375rem;width:7rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZUvatE8gMmFNdFd9T1f03MDKTmtMrf5 { width:15.75rem;height:1.125rem;top:3.0625rem;left:32rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1oXOcIJghaPkJIAC1nfkVRed3aXa2H { top:2.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN180H3tGrpx5ts90hFDBhFEi1Bez995 { top:2.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#212121;background-image:url("https://images.assets-landingi.com/uc/1a0f0857-9bc8-491b-85cc-840d43511ab8/backgroundimagepattern.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERvHmHuyRhoEgpm5t33T7cQIcuNX22Zq { width:7.625rem;height:1.8125rem;top:6.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMFXNtNHAZXRoXgvAuCbsFtX45ORLyI0 { width:17.3745rem;height:0;top:104.55168305054rem;left:-0.62553405761719rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1sPmC2Sy5Co7bv8xE5mbsaS5v71PAST { top:54.061546875rem;left:0rem;width:3.9375rem;height:4.3125rem;z-index:15070;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #C5POLCQsqmtzp0FVJzaL7ER8fldy0dLv { width:20rem;height:3.4375rem;top:28.612501144409rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqNr3GvKTh6oVdv38Q0I5WgBrJnbfSG4 { display:block; }
 }@media only screen and (max-width: 763px) { #CQmtHXWkBJ1KnZJdeH1xyGvTuROrodZP { width:20rem;height:4.00024375rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #XygmGC6429AhGJVRl0bK0lUnEgAEkBOn { width:17rem;height:1.5625rem;top:11.5rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #fHXEuEEd9OU56qmlAWOdacNJofaXKAKB { width:20rem;height:7.19605rem;top:14.686718940735rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWvxa8lRBTd8wmqeWOL4Oonk052LUeks { width:20rem;height:1.05rem;top:32.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE8pE30L4nh2k4p3zgeU8qMfTIwWpXw0 { width:20rem;height:11.3125rem;top:20.6875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #EIuw8PIieUiFVmTJfKBEkMyaZEB2vv1W { width:9.1875rem;height:9.1875rem;top:0rem;left:5.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODwRXJbTgaigc1clF7bDcXwn6WLgmhOf { top:28rem;left:0rem;width:20rem;height:7rem;z-index:15087;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hTygsieOQurv8W1mhDWrqnsBPXG6UopS { width:4.625rem;height:4.25rem;top:36.21875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTGsz6lpaOgkU9uK7sWMDWyLzkFqFvlx { width:17.625rem;height:17.5rem;top:42.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkd1IcwHwCL0Z4Pt4XgIuw7zFb6C2XOL { width:4rem;height:3.4375rem;top:41.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohFApchZkpP5lUSpTciRwOPHE00Q6vPm { width:10.5rem;height:5.875rem;top:47.0625rem;left:5.1875rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #eJa4eBEcZEJn87KtAlXHh57Tamo23B7T { width:9.875rem;height:2.875rem;top:35.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGMJrwb22VaUcyvitfGD0skRkc9xsxCi { width:1.1875rem;height:1.1875rem;top:38.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHsWEd0gGrLeO9vTEMJc6xUnVmVWLLOJ { width:13.6875rem;height:1.19934375rem;top:38.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJOVNGrdq4HM9Ocu1MtTSl3TciO12npM { width:14.8125rem;height:1.05rem;top:3.3125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22MEKbVHmDBJL9DRI16kbTZTZFH4ND2 { width:5.75rem;height:5.75rem;top:50rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDysiebVF17RzzSrlC8xEUh6S7lHRxnA { width:13.8125rem;height:2.1984875rem;top:55.75rem;left:3.0937500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDfbCTfSMUl64Ito4UH12i09o0s04lD3 { width:15.25rem;height:4.87426875rem;top:45.125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTRZDtv3VmUBoCGeDi8lN8x3Sgmtng0 { width:14.125rem;height:1.75rem;top:2.9125001430511rem;left:2.8875001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #KABGeV0lkNLTTpKypgk7HKb15m0VzvBA { display:block; }#KABGeV0lkNLTTpKypgk7HKb15m0VzvBA > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHfZhKLtdGULlaQ5GZPUrc7gD5Qhw5Jz { width:16.5625rem;height:4.94934375rem;top:2.875rem;left:2.1742187142372rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfTq3egXiOk5111deVEkSQ8bTJHDROCU { width:13.1875rem;height:2.99926875rem;top:13.375rem;left:5.5992189049721rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRcgh1kZTiD6hTGh6ctFeut1pXcLT5e8 { width:13.375rem;height:6.9976875rem;top:16.9375rem;left:5.5992189049721rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux4N17fvJlIJp9rD1JiVR50fIkqVyl8q { width:13.875rem;height:4.4989rem;top:29.393751144409rem;left:5.2554689049721rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6OND8PlDFvnFbkRiNetu09TG4pOuUVF { width:14.125rem;height:2.99926875rem;top:49.125rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhbNsfCGlKzgC0WEdQHZFKHccKyMncWA { width:14.1875rem;height:7.1960625rem;top:53.6875rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0chrkl3SSRm0yQZZmWOHRgwpuLoFL5P { width:4.0625rem;height:4.0625rem;top:13.375rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxW7r8eUG1Thn2JWdF5AmgO62PxuBPLI { width:4.0625rem;height:4.0625rem;top:29.612501144409rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5SIXKKBRc7BAWqEmRkdhT1u9505Smmc { width:4.0625rem;height:4.0625rem;top:49.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNp7k83V2iaLlePUATPTccsOlFh651Lp { width:9.49925rem;height:1.75rem;top:7.824999809265rem;left:10.500000536442rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #y0l1sid2lv2pAgX7mafOtrXVUQ1bnz4d { width:15.25rem;height:0;top:80.4375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyhxTSTM9hRsuoEd7BXgSLGJFxx1KcO4 { width:17.125rem;height:0;top:94.5625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBgMPDTq5nkyz848kVlMM7hJVk2UdvGl { width:14.875rem;height:1.4375rem;top:78.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOPZyVz0d6vpDDqaV6xlTcJVyNuMl5Ft { width:9.9375rem;height:1.375rem;top:86.25rem;left:1.0500000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP3JN1Dk9Pqq2GpfioldImqZg7JWK3qy { top:9.4375rem;left:5.5625rem;width:10.6875rem;height:1.125rem;z-index:14992;background-color:#fcff02;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XQAb7wDOnRQC1G47fHbk9ITFd0koD9lT { top:10.5625rem;left:3.5rem;width:4rem;height:1.125rem;z-index:14990;background-color:#fcff02;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #bggFUO23CQP7IGO1nODbuBXqcSr3KuGP { width:8rem;height:0;top:13.375rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkdy49m2GvTCVqy9n1mEQgNP2HDzTT5h { width:3.75rem;height:3.75rem;top:12.5rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynxRwHatxAJpTUmablxbQVMPSr3eSozn { width:13.1875rem;height:0;top:7rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tznpW43xkuQ6K4fTil8TVaWEuLgXHsc3 { width:4.1875rem;height:5.4375rem;top:1.6125011444092rem;left:11.905468523503rem;display:none; }
 }@media only screen and (max-width: 763px) { #JT0HnaVsrKQrQ5Tp1LJaPe9SuevAGdfh { width:15.8125rem;height:13.25rem;top:4.5625rem;left:2.125rem;z-index:14989;display:none; }
 }@media only screen and (max-width: 763px) { #LMNdvKLN7n4a40h6pbZ91mGbpJoC6KLJ { width:7.25rem;height:7.25rem;top:67.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT2G1lhVf7OxTxCILFHEwD00lm5s6Duc { width:20rem;height:28rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHT7HCmBRGiJLqokVteWLWrsh2mm1keF { width:19.625rem;height:14.625rem;top:11.074999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRVeMZ3PwGa8Meo6AuWX49Ar7gR27ut5 { width:14rem;height:9.79675rem;top:34.86093711853rem;left:5.1929689049721rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4KGUzaZOOF5MbTsp1xKLV0n0p80hare { width:19.75rem;height:18.1875rem;top:27.422660827637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx9UPBhwMcP8H9T1SMW5t0ykVTbkTf9T { width:19.625rem;height:14.625rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBCWRhTVtMt3zFTkfX2znsP3npi4hsMc { width:4.8125rem;height:4.8125rem;top:23.9375rem;left:2.1742187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLP7erwlu8zZcZ7AT4HCfgCA1uqR2TR5 { width:6.5625rem;height:4.75rem;top:43.8125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTfqyIPRxc7sOVI5I1htqMkvU9MePyIx { width:17.1875rem;height:9.4464375rem;top:74.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zicJQKIy9wym1bc3fdqBTP7sOrlRPcq5 { width:14.1875rem;height:1.25rem;top:82rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcD5gEPJ9ZMyZdw4nPSG6bgEINwGwldO { width:20rem;height:41.9945rem;top:54.4375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #w3zwn8kDGHVQoncoR9siqLrHX8qMevIU { width:15.6875rem;height:1.625rem;top:80.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh4wGT5TAxCVyM7hm8St0OcGGzrOTsPI { width:20rem;height:1.35rem;top:87.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1WlNtlvDI1wxpzrwh2WCZJlsSQx37Wl { width:1.375rem;height:1.375rem;top:89.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGp1fRnMFI2HubaSKnsckmVHE9xhVAGB { width:1.375rem;height:1.375rem;top:89.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8BH9lvpMWA37CpH1ZhfbQ2qrHzyLEhi { width:1.375rem;height:1.375rem;top:89.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xanHtDXxxDrgLaRng7QBGPR0ttaVPULa { width:1.375rem;height:1.375rem;top:89.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4J486APavNvGEHH02KQR84oTC7IdTf6 { width:1.375rem;height:1.375rem;top:89.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn73Dk5kLw7AS4BczDVkzWPTbeNBcEMm { width:20rem;height:1.05rem;top:88.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7lBKrkTxbTAZqM9MgBWVdH2d8RzTyPf { width:20rem;height:10.875rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwu5ta4IGdzLfoNReCzH915b1MglmB3h { width:4.5rem;height:4.5rem;top:80.437507629394rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVxiJ1KxNw9dMSNF5HTN7aDpN7HFHotP { width:9.5rem;height:2.8875rem;top:86.187507629394rem;left:5.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ew5x8RqiNkGTMat4zxxJOVRVcge8R0xp { width:17.6875rem;height:6.599125rem;top:97.118749618531rem;left:1.1554687619209rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih0TQQHndsELZTm2h654KxRRRHnkqc9K { width:20rem;height:3.1982375rem;top:104.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI { display:block; }#qrWmT2BpUgZ61fF5ER50CSAlzqTE5bSI > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dge2rFA7LuWQXrPR1xscJLMf1JmslC4I { width:16.9375rem;height:3.025rem;top:3.0703125rem;left:1.5312500596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmnHbm0FhLHOrgyC9vbabqykvenVqCX { width:20rem;height:9.79675625rem;top:8.66796875rem;left:0.0615234375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSWfacnyCwlIhHwrXdDiAdPNkAqF3e9C { width:14.875rem;height:1.5rem;top:21.0625rem;left:2.5625000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciBKkTFbsInbQkZQmW3UTLNBRMi4Wv1Z { width:15.125rem;height:1.875rem;top:20.875rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAP3mKgKqaIbhSuGK5JmG5m2QJaW8ELX { width:19.875rem;height:15.39489375rem;top:42.76318359375rem;left:0.0927734375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzOSi5KcLpKtZuRAbmERFBNUiKv0RHrl { width:15.0625rem;height:3.025rem;top:77.062500953675rem;left:2.4687500596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzQ8XSeLO9oIgvPNAo39NvKSUe9IvVnB { width:20rem;height:5.59814375rem;top:81.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQicsg1u9ThsAw4g5pFQJU8zhzGCo5Rw { width:17.375rem;height:1.875rem;top:88.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGAhN54AOGa937kbZpPecWtF2wt09hZC { width:17.3125rem;height:1.5rem;top:89rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPVkIf13H90QuQ9IDkHvCrx3VSUkiMgV { width:13.5rem;height:13.875rem;top:63.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNQhKl7XzSKQROTZntygaJ3LuEdqUCI6 { width:13.125rem;height:9.3125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9pyvKvME6MbcHFqEw9oqO1Qe1Xi6D5 { width:10.3125rem;height:10.3125rem;top:30.9375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1TrTQIqlfA5SFS2PSp3a0ZZ136L8JZ3 { width:15.1875rem;height:9.6875rem;top:60.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN9glJhspvTBhL95nP0IIZEggFMDtsHS { width:3.875rem;height:3.875rem;top:69.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbqcMlG75ZkG4fDrDfKmyvA4LTTzN5zk { width:2.125rem;height:2.125rem;top:5.29296875rem;left:16.767968714238rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEAfVhgOuvrnlI8OwATWpkvvM3zOqORh { width:20rem;height:9.79675625rem;top:92.875rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upHTvpzxEU6SkM3mxrNsLHkh9bhPP9V7 { width:1.375rem;height:1.375rem;top:95.8rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxJB6KkILIHrq1Ivi8ZPGJbPHIl0m7Gz { width:1.375rem;height:1.375rem;top:98.425rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T10oUT6Z8FCIDFhUTNsB5yrUKKv7Zpaa { width:1.375rem;height:1.375rem;top:101.05rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrEQPK2U8hGMpTvmhXxhEAFKEp6H7wmw { width:1.375rem;height:1.375rem;top:103.675rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gO3uvHCW6KXu7zIXlAoyJcWmxrn6TCLe { width:1.375rem;height:1.375rem;top:106.3rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3SwNQNrlsk9PT4S7lGrnKzZ1HF14UX1 { width:20rem;height:0;top:106.725rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d { display:block; }#KMsfufT8Uw5KzLGOdgetlTdShwdDmQ4d > .row .container { width:20rem;height:117.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6Ww26lMxZ5LstO9qlh0WyUTysGFFVRX { width:13.4375rem;height:0;top:140.1376953125rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw36T2QezrlkVpkbbFS79MIR5LlKrsHd { width:15.5625rem;height:3.025rem;top:2.5625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPpNxfhdg5p7oldtSO3IzFop46v1u7b { width:20rem;height:1.7875rem;top:5.5867176055908rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBCEBMbhyNbWMSmUWuqhBdcCSEweWMTG { width:17.75rem;height:48.8159625rem;top:30.687501144596rem;left:2.2500000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbMgUQTSKddoZIeCZVtbnt0KvXSu2Zms { width:20rem;height:6.9976875rem;top:22rem;left:-0.013671875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lauMD29uDUyzd4cZZ15TIl4AxzEMVlyb { width:2.8125rem;height:1.5625rem;top:2.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLdOPM7TWkJItqMI0V5U6QoNF2LDbHN3 { width:19.9375rem;height:11.19629375rem;top:103.0625rem;left:0.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUz9C8SN2GZ3fsBWzRPhUSxHPtcMdTm4 { width:13.9375rem;height:10.4375rem;top:8.9359380723906rem;left:3.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQOS1IDv556bNNeCCZyb0lzF8qOQZMss { width:2.1875rem;height:2.1875rem;top:30.687500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltKRu4kwPcEL2DIW1o5DBVTNtAtdR4Gx { width:2.1875rem;height:2.1875rem;top:44.875001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewoMgW7kKBIf11n80rCGCPcBn0WabkH5 { width:2.1875rem;height:2.1875rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5k43w5kmAJenpZlL6K0C0c4lC1leWDt { width:2.1875rem;height:2.1875rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwSUoGPQETRtZQuQKGT7IRwVIiKeocbz { width:20rem;height:3.025rem;top:97.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9AAW8S4AweO2CqCTSTCpniqoqcRkMlx { width:3.9375rem;height:1.8125rem;top:99.1875rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOe3mwHMKUdHNnrSSsoMsZO6Wqkfz9Dm { width:15.625rem;height:13rem;top:81.5750002861rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 { display:block; }#HBRLnKbgzhOwNo1DsJe6W00aw4riLdU7 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDavvRPDFifWaCXvCLynsE5COuSm4gT6 { width:19.4375rem;height:4.50073125rem;top:2.759765625rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKtFWvPuTSMO2060reF28F2OXXImUzvI { width:20rem;height:1.9375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHD0em6pumTXgnX2H0Bax76oWL50pa2V { width:20rem;height:8.92455625rem;top:9.375rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOTFECJut2ELtH1adBwoLwJolCkB99d { width:20rem;height:29.125rem;top:22.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #C8Zp7SW9aGGIHHFPS69vfSz2eIlTUSWa { width:9.375rem;height:9.375rem;top:18.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTQ9EAQe3V62PHTGapC4qrSz3qLLXJ6z { width:20rem;height:0.3125rem;top:7.0726561546325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaP8c18Wvqog8M4n7EUnzS9WvS5sgEhG { width:1.375rem;height:1.375rem;top:48.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpaJ9M4eNvUVPszdixA7Zz2Xp8s4KJzw { width:1.375rem;height:1.375rem;top:48.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtu3ZmrPgTJTDoTWrIBV0ZUy27xV6DGc { width:1.375rem;height:1.375rem;top:48.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4AKHm1SDA7tMBvhmfoxL5T6TR0TgfC5 { width:1.375rem;height:1.375rem;top:48.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyRRWyJFN97JQmSDSH8l073UaU3T2T1B { width:1.375rem;height:1.375rem;top:48.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty5A87ZcB98DtM2Zi1DVenI4T1Na4PP5 { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxRU8qomosdcq9UmFxAHJ6dikG68rTdc { width:20rem;height:1.05rem;top:46.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACTDNprleL8kr8ddxlkn25cLGiL2lqi { width:20rem;height:1.35rem;top:44.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv2ZmJHmHqrKmS25GvPIprLmNSid57UR { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGegcGftvhDDTEW3pXFK8nGK9WU8T9Cw { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGVJ7hMWweg3zI4lGb3OSvNd9It1kdqq { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecum9txlQGlT2HXoGtMTEOI3wSSM5XQV { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAeyI3ezMxJKTZa1BroBObB023BelmNK { width:17.5625rem;height:14.844375rem;top:27.8125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #or7424M90TZsUqC1sC3u4UKGlTDL2rxf { width:20rem;height:1.375rem;top:65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DATr0EzgXV4JIuvqccDQKcgwo6u8FCpw { width:20rem;height:1.5rem;top:42.530469894409rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4K4qZHwyUKkVteRt5IXqNwckyTG5y4N { width:2.5rem;height:2.6001rem;top:14.77490234375rem;left:17.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 { display:block; }#vOysc6hGGOGf3pAgguzfCZRpP7vVt2H3 > .row .container { width:20rem;height:127.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBM3Cm7yEETTsIbymhzAnMTmnlacIqIK { width:14.8125rem;height:3.0004875rem;top:2.5000004768372rem;left:2.5937500596046rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #fqgLpgankMZSXlPzzb5zDRT13LCoPdos { width:8.0625rem;height:1.3125rem;top:20.288281917572rem;left:10.750000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAMizxOT24ZOMdAwoSJBDpGMfwixOQXy { width:18.875rem;height:23.79213125rem;top:7.75rem;left:0.37421876192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfbOvEr6A4513Jaf4lUyAhiareN6o7bg { width:20rem;height:6.9995125rem;top:56.68505859375rem;left:-0.1259765625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5IUb3Q9m0Qk0syzo8MFIxkn5u5OamH5 { width:15rem;height:22.3125rem;top:32.750781059265rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #etCuK6DROZKWSTiFVHNofi1ICdMVSeNx { width:18.4375rem;height:1.4375rem;top:28.622656822204rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr6ugfUVNCVh0CGF1PMVf2ibT27meO4Z { width:15.1875rem;height:1.6875rem;top:21.600780963897rem;left:2.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMHoscrBTMzbL9qJiTxghFrSDyLHDTOe { width:20rem;height:21.1479375rem;top:106.2275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncKAxltch17GsyJgJxTDKqUi5At2TuQP { width:19.75rem;height:8.5rem;top:65.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqrx8QGx9gIPr979sXsiMPIMZIQ9wfPn { width:16.9375rem;height:5.9985375rem;top:67rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfccBL0TshtmINEgd2bhwtfpZN7IRO3s { width:3.125rem;height:3.125rem;top:64.375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxnSNmF9NuhmSSigRAtTt0krQx8IuO7a { width:15.75rem;height:4.4989rem;top:88.5625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJMCExkv8NQ0T30OLJ1wKGFBaGzdA3M4 { width:19.75rem;height:7.375rem;top:87rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESaK7JxFw7Pe9TqNXNb7FsWfomlTqeCX { width:3.125rem;height:3.125rem;top:85.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMi4uiZ6huDD6lF90znTUL2Chgwefcq3 { width:15.75rem;height:5.9985375rem;top:77.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MltIfJ2VEEEKGXGklgR39OtC9MBnKNDJ { width:19.75rem;height:8.375rem;top:76.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXFTlfmnJTcbvMJfwxhDza7lTrTvtHOR { width:3.125rem;height:3.125rem;top:75.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrDiKqALDQEL137zGFGLJnru5dPgoVXs { width:19.75rem;height:8.3125rem;top:96.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnErB0JvxQ5EPFPPEUNCcCf69GrZ0O6f { width:16.9375rem;height:4.4989rem;top:98.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyXVdTHcxh3FNvsvxqWfBIrA3bte1R70 { width:3.125rem;height:3.125rem;top:95.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 { display:block; }#iEgZUHzHSKGPsHBAQuR0zrOfUxfwV2y1 > .row .container { width:20rem;height:185.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJWBIkJCT6ifsOmgBAsFVOJ3KCG55vZp { width:7.625rem;height:1.75rem;top:7.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0UVBkMCJ3ro2QXG5IW0739MMRSQRhlS { width:11.0625rem;height:1.1875rem;top:12.25rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJIBCkL77si2vl5Ohv53JJdeKVdxxSTQ { width:18.0625rem;height:0;top:149.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #DqXl9w9xNG44XEJpAHwZnnA1WZbyRtrN { width:13.5625rem;height:2.99926875rem;top:12.75rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DQhA5k2OlL64WwaTmLJDW2kJAP7sKEG8 { width:17.0625rem;height:9.06375rem;top:2.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXxqRiEzG7dF5ZH9Mc7JfeuMq3Rlhy4n { width:17.625rem;height:1.35rem;top:23.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnTaq3r9oc71n23FmJTfiA2EXGT8nTKi { width:17.5625rem;height:8.77075rem;top:27.0625rem;left:1.2179687619209rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZw39Jlt8SlnkfzH6gho6cqepFCBB2ia { width:19.75rem;height:18.25rem;top:19.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkntSb9yaIpSaCnAsZHpWdt3XJhNmuSd { width:3.75rem;height:3.75rem;top:17.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnT9TgPoyCxsgEBON7KeoT4sTuRqXlOZ { width:2.5rem;height:2.4375rem;top:18.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBzRaCR5vrV5iTuVxrdV4puTQfxHCdvk { width:2.4375rem;height:2.4375rem;top:39.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh5cUCTgzl8tAu3gTKlSdiwqkwNdQT0L { width:3.75rem;height:3.75rem;top:38.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7RxInCyKz5Lq9f6AeltDGAbVtdaPk0d { width:3.75rem;height:3.75rem;top:60.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmPXCRHfKAthLbLMOhWn7k09qSaTC2Fq { width:2.625rem;height:2.1875rem;top:61.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2JlTxMQ6fkeukwvLvqD5QiPrV4RL70S { width:3.75rem;height:3.75rem;top:81.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKX9z37vKCf89saiROvn823TtKXZO8vR { width:2.375rem;height:2.0625rem;top:82.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBWlDogGS0T8cg3BngTszK7Ad9SKfROV { width:3.75rem;height:3.75rem;top:104.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZD86SgpfdmBtw2BqpZLIK1L7k9iZ8xl { width:2.0625rem;height:2.375rem;top:105.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upOPih1EPLSP9n4qkWmQpMuz9meHmSLg { width:3.75rem;height:3.75rem;top:128.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLGuVIPOAIvyur46ERoiF1SRx5FtJdQG { width:2.375rem;height:2.375rem;top:129.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRcT8ZC1yah4nT1lO8lv77TCcM8HpHsp { width:20rem;height:27rem;top:154.3125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #fhf0XKmaq2rI9lKwFDRHDKHqlv7TsmIT { width:6.875rem;height:6.875rem;top:151.625rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atunv2vIEOy1ZkAmkUeMlfoJrB52TVxT { width:12.8125rem;height:1.75rem;top:6.0625rem;left:5.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #UgeDe3bNibglisBzMKWN4suoHIn9gfsS { width:20rem;height:1.35rem;top:173.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#f0f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #Zx4ryNZVL2XcgSl6H0lfLOmNPM4bPguQ { width:20rem;height:1.19934375rem;top:175.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#f0f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #dDy63UTUkbVBpsLutbqSHktEwqhIutBD { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5pA2U9aiGuTMSpWhRKN5TnhWpOWmm3W { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVDq8QL0k71HnFkToNqJ6XKtVIbmTVxK { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtMoXsWvvBPGrKGUhTOPAbE37BmlhbeW { width:17.5625rem;height:12.145375rem;top:159.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NDRXNQTc6aZf8g2d0Xp7ORioxFkShWO4 { width:13.9375rem;height:1.375rem;top:159.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uygiGCkWgcCITqpp9PfhpQTHnqmCecpI { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1h1tSUTkC13vU8CZcVTfmsqZwMVQyvm { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FU1GedHRHIMgZ7g2kt6SMT58g5pXhXTl { width:17rem;height:1.625rem;top:170.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGvxTBRGSV6ufQDg4XbvpyWyfPkQQ3lC { width:1.375rem;height:1.375rem;top:176.9375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRfFcB1V7kNIPufimJCitvONZmuU2m9X { width:1.375rem;height:1.375rem;top:176.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prfRz2f7hZsU3OQkdO5emfI46U6L26Oc { width:1.375rem;height:1.375rem;top:176.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAnqXxenqlGVy9D8diCTTFfdWwGBgyzd { width:1.375rem;height:1.375rem;top:176.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAe1Dg5BbDhwqu1FSQBqC1dUq5D247Nv { width:1.375rem;height:1.375rem;top:176.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lleEWq89iSpHTk5pJ423AMbhIZPvHhsF { width:20rem;height:0;top:176.575rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Db4VUcuQAR7BR9GrAoodmFa26T2PA2UV { width:18.125rem;height:2.75rem;top:23.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sERh3WQOGxSS8JkmDFoVWA3h86d2kGDI { width:12.25rem;height:0.375rem;top:26.5125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAmbmdOw2Gp0DUcmy84EpZ1yLamWtygi { width:12.25rem;height:0.375rem;top:56.1625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7qMVVitGNOgLNtbd6aboBwNOM3l3irq { width:20rem;height:18.9375rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu6mQNCPRlHpuIyXLb64P9QHryfksIoI { width:15.6875rem;height:7.3089375rem;top:49.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anuxVJ066JdKE3HzT28GXD5CSLCyISUz { width:17.8125rem;height:3.375rem;top:44.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR3bnL7frUrwOU8ZlSpVWCnwXdtU245y { width:14.6875rem;height:2.698975rem;top:44.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc6D1Wi47LT9lNR3zwVu8d0y9vLMTk4k { width:12.25rem;height:0.375rem;top:68.1875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzLR1JucHPQnys8ZPCHqUFbfWvXWmbkr { width:16.5625rem;height:7.3089375rem;top:70.375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tecQXwd0qfyKQ4Bv20ufiw6xPcoRQkJz { width:20rem;height:17.6875rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g220lLoh23Gxhg6HfNtPcUU8Z4s6OePv { width:18rem;height:2.75rem;top:66.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeiT63d42nW24vhgWMGnOR9BAlb70HL0 { width:20rem;height:1.35rem;top:66.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #op63TeTEgCIOOt5BKAUfBu9CG9yhdFyS { width:12.25rem;height:0.375rem;top:96.375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d91LI0mqkQLvJCkJ5vknuU9EeSc9JQVT { width:20rem;height:20.75rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg7H6cSWNROs8sruNZIrpTHbXIQpqZyC { width:17.75rem;height:3.8125rem;top:86.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adALzURklT3V58Xm8JZGPz0GPcDZT1G6 { width:14.4375rem;height:2.698975rem;top:87.3125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EZCoPm6PxVoVVr39JRp84XC7v8D1cr { width:17.875rem;height:8.77075rem;top:92.149999618531rem;left:1.0617187619209rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8sZJIez8ew3nnxrytTGBdAyay9V3D6J { width:12.25rem;height:0.375rem;top:123.325rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPE6SfZv9DNPTvE2LoBmem5OkTBoOn8O { width:17.75rem;height:8.77075rem;top:115.625rem;left:1.1242187619209rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izncVEFgQfdeM4vV4HBfETwomW6lHOAG { width:20rem;height:20.625rem;top:106.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt771AydzfSuEBnXzXTP4TCfWTaBb1fo { width:17.8125rem;height:3.375rem;top:110.35000038147rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUzASsbqJlU6svR1WmEXqmUB0NmngDrb { width:13rem;height:2.698975rem;top:110.6875rem;left:3.5000000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIQUNSaJWy7O4CW4T4ShoIWyNZpis1ip { width:12.25rem;height:0.375rem;top:157.125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrxvsressdM1tSG5dR0N0RAQSL1pclQd { width:20rem;height:20.75rem;top:129.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViVnllIQm0KNJX4fSuZUlAw5Qu3EJn7s { width:18rem;height:3.625rem;top:134.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4D4gwlPNKzm2Ckmo0gbAbmTCMhzWCVA { width:15.4375rem;height:2.698975rem;top:135.08750057221rem;left:2.2812500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Z5orMgehzpEyRJMiV0TQmWAHgGWALG { width:16.5rem;height:8.77075rem;top:139.09375rem;left:1.7500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF5S0TeJwViCsJs8US42R6Uw2N41vS95 { width:20rem;height:1.625rem;top:180.1375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdAdtIDIsWSR0KpBInHFvZTUNwqSRAyR { width:20rem;height:1.875rem;top:178.325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ { display:block; }#dfuVfyQJyFsJry3pBHexCg8U5gMDPHsJ > .row .container { width:20rem;height:135.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJDumKhqE1wzw2TTFCPgCdTtCbUAGk8M { width:17.0625rem;height:3.0004875rem;top:3.0625rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmK3bWzf4w7dxDqgKexlVa9CTXPsIJxW { width:20rem;height:20.125rem;top:111.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCe9XygAITMqzdMr3WQGLwsuOheMegqI { width:16.3125rem;height:10.795875rem;top:114.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnEVNZH6qq3X5ZJ0eo1MTsw7gVPs9CD5 { width:4.875rem;height:4.875rem;top:125.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhlGJF88qoZszHHaiupi3hl67uS5gaCh { width:11.875rem;height:2.24975rem;top:127rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgtFWv3iwlOdCdaKc7Ap0TDbMlqC1F3r { width:20rem;height:18.8125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEgt0qsAMOFHx2SRLDIleHbKteUbTeKf { width:16.5625rem;height:10.795875rem;top:30.25rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEepwq5vIdhqkTOGbrFSE8bskfqTNfLI { width:8.5625rem;height:1.1875rem;top:148rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4e6dgu1O65WQsFciFJc876UXnFo3PJ5 { width:18.6875rem;height:1.1875rem;top:143.3125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNVTh79y9CmEyOkHVl6A08VhcSg1aG2e { width:12.9375rem;height:2.25rem;top:42.6875rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCf1zE4cGkcEsWaTFIrDcMiUvbT9uh0E { width:3.4375rem;height:2.9375rem;top:109.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT4CB6CUaVTnTEQs0xHXPtsF8BrUsSnL { width:3.4375rem;height:2.9375rem;top:26.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR9RSkJL43HC2ZLobSNCXM5WyyEChXoz { width:7.75rem;height:1.1875rem;top:40.25rem;left:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuyVDXdRZZEVU3eEEXoaRdkZ8edckoPh { width:3rem;height:1.1875rem;top:41.8125rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3BzMr3UZvsbcuTo5hqNRxvBoWN3Samr { width:9.9375rem;height:1.1875rem;top:47.8125rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NklBEtXz0FRl4LpRedAggVJcIbWLZp5U { width:5.4375rem;height:1.1875rem;top:49.5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RufzHtg9HlloQOVEo36z3Bwc6q5UcTZe { width:4.875rem;height:4.8125rem;top:41.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3L9GawgB1V3IElVcUUtoEhWPVtI3ZFV { width:20rem;height:22.4375rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN575TMTOHCWtePiPtHN7zf4upDKtaC7 { width:16.6875rem;height:13.494875rem;top:51.625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVsaFLKJT5QWkWQSHU15RgJyQlnW28fB { width:14.0625rem;height:2.1rem;top:67rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUC3OFxb3r2ot9NT0xcqTXxCtVZ3GL3v { width:5.0625rem;height:1.1875rem;top:72.25rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBH8sDFLINvl5GxOb2eCEpVvATAWmxSR { width:19.5625rem;height:1.1875rem;top:73.75rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0tI4LOqCVCixWSG09HxFIJ9a4nFIt98 { width:4.875rem;height:4.8125rem;top:65.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0AQapgH7Ok6nFq5F1K50ANZCIGe9sXl { width:3.4375rem;height:2.9375rem;top:47.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpKRJhH6zwDZE4TUxNksd7CZm8TtqEm3 { width:5.375rem;height:1.1875rem;top:75rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIiC8aEMUSoSdvpueQG8eyMtVwD2guU0 { width:20rem;height:16.3125rem;top:74.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB0ILvzPlTMdL4Btedhi7V2M48M5ituF { width:3.4375rem;height:2.9375rem;top:73.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRFVT70HodKGn6lkI6o6vQEq4UZzsWif { width:17.125rem;height:6.7474375rem;top:76.9375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N13SvpC0rFa630OTRDd3WbnklE302dkZ { width:14.0625rem;height:1.1875rem;top:94.1875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiRvlOzzJm9y1cPEPzhEH7fKHxs8JKoJ { width:8.5625rem;height:1.1875rem;top:95.6875rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWBmNU0RpR8KOXds6Tt0nMoTIo7fmDKf { width:5.8125rem;height:5.75rem;top:84.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9HoakKMqfwXvGCBFv1Mck1HkzNH4urc { width:13.625rem;height:3.375rem;top:85.3125rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxcLyev0LsRmQxJMdvErEyWLS7q1qQ3T { width:20rem;height:14.75rem;top:93.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhL8G9ftT2QfQtbmNFZN7zWsMiyDv2Bf { width:16.125rem;height:5.39795rem;top:96.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEUOv2HNc0rIfxS8zEJQVUSTlk6Kfw4o { width:13.625rem;height:2.24975rem;top:103.6875rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmufvDE44ZP2JAgDm7GkVRkuMWDTn7ly { width:7.0625rem;height:1.1875rem;top:120.5rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSvopgneIVoUTneOnQFgwFxPHMoFN8rz { width:5.75rem;height:5.75rem;top:101.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI79XhyaHsWNeCs807XnZ6Ny47Fa24ZS { width:3.4375rem;height:2.9375rem;top:92.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0J5KJ005LW2ep2C47fRyv3t00Ipc4gT { width:20rem;height:16.5625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goJMSeZMgIWGI2SJk1uDCmMSKN1e0FOR { width:4.5625rem;height:4.5625rem;top:19.9853515625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqtkrAtk2IA2kKNxVDJRMbaknRZcA3Xc { width:8.5625rem;height:2.24975rem;top:21.16015625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBuHk0KPqNx1rVloSMksvCFOvQ7S5ers { width:16.25rem;height:8.096925rem;top:11.9501953125rem;left:2rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcnDQp7AJ9hfuHLC2fqX3RZyEBpeUHl0 { width:10.125rem;height:1.1875rem;top:18.7353515625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kocEvWlyIp9JTXKHtyHm1Qsd3Eq7XDCf { width:3.4375rem;height:2.9375rem;top:7.4375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVeE8b7TLrLwy7UKMAK4J55lQxDG2NrT { width:3.375rem;height:1.1875rem;top:33rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P961SRGnJHZ2Upmw4VTQCsDRrcodlttQ { width:6.375rem;height:1.1875rem;top:100.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEwF6HKsQsF4Dz4Dh28abRXD0teieSyC { width:4.5625rem;height:1.1875rem;top:123.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLuSVdN4Ew6uo5Jb9zsBJEtrF5zr8Hpe { width:7rem;height:1.1875rem;top:31.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzB6SFhtheOrgW6TC3nLd2NvoLXz4yUH { width:8.0625rem;height:1.1875rem;top:82.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4c9WvsJd6DJbLBWuSCoKPrKBUnqdnzp { width:17.1875rem;height:1.1875rem;top:62.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNqOGoBCkDv9CzkWl4dowcB87pTths2 { width:3.875rem;height:1.1875rem;top:122.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtTwJpxbvwRr0Si4CzDo2vBu2BAM7Jx { width:12.375rem;height:1.1875rem;top:80.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRkLeyLKoqTBRAiwx4WnU1GKlEoB9hH { width:5.375rem;height:1.1875rem;top:61rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPtyohBEHkbfHfztQ1zTA04rA3fyuHtN { width:6.5rem;height:1.1875rem;top:119.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH3zdBUTCKUGzkdE2lWZNNf8XO6KG39c { width:7.75rem;height:1.1875rem;top:63.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wcrVFDm0W7Q5BFokPTgWrSpGqBbr7S { width:13.3125rem;height:1.1875rem;top:39.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOzknTr6NH84iyT0XMudX2eue7BZBaMN { width:10.5625rem;height:1.1875rem;top:118.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhTXeZztN0xd5yAO24CFleCO681co1JN { width:11.0625rem;height:1.1875rem;top:12.25rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cu1Bwn0XmX3qwn2sSClfA62Z83WUUlUP { width:18.0625rem;height:0;top:148.6123046875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqe9VIQTTvpSNZQ1oNaXTlMKqNTtnNGG { width:5.0625rem;height:5.0625rem;top:159.375rem;left:13.53125rem;z-index:15133;display:none; }
 }@media only screen and (max-width: 763px) { #zRZmliHiV1owkWnhaA5DcVDSDiasIULB { width:20rem;height:auto;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTHVB2XUHUubmgs8K29sT9qrvtFhZUau { width:20rem;height:auto;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJ8RkI2qKH08xHCBvXcyfZzF7QnWPTw7 { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7VoaUL4Lyzq7W9Gp9P8tGpW2tr8KaFB { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMWI6usMo640ky0QdWwxeo8wcPlvdmmT { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSzLGqMUvJoQayvu5lvX1FwfeP1TXdEm { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sf1WLcTQqupviGIrDndMfDoiJenXESA1 { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfMQzVJzQugt5f9bT5Js1vXo63k2clLE { display:block; }#tfMQzVJzQugt5f9bT5Js1vXo63k2clLE > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx1h2hPadzUIbeLqROuegWqK1qStX3bV { width:10.5625rem;height:17.3125rem;top:63.265625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNsGHQG9F6VFxSHQVlP6sOkqirwm5vLw { width:11.125rem;height:17.125rem;top:91.203125rem;left:4.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uhXoeTCF9227pNTZHBSfTvJrmXcmvrH8 { width:7rem;height:2.1875rem;top:1.9375rem;left:6.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4wTg9ky40u2maHSZv9pxuJApNAqhytk { width:19.625rem;height:6.25rem;top:4.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmCNHDDkadwQEQ4RGcD6lbbiTWTrKU3y { width:4.0625rem;height:1.875rem;top:9.25rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXiPTnQHuXPbE7xOLFBfmRKSRHDtAfLp { width:16.25rem;height:3.15rem;top:12.375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxiMgBmo829io8L7PO9GTCLpy8uC6Ziy { width:20rem;height:16.626rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6zSR56OvZ7cXi9J3RsrV34WAlkSq3sy { width:20rem;height:3.25rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZwuLrRP0DQRsvRuAnTHeQPsmlFVIZvN { width:6.625rem;height:5.25rem;top:54.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTctkmezcO1qSEgJIUSDzAHB6T8aI92 { width:4.5625rem;height:1.7875rem;top:54.8125rem;left:14.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T071zApbZmtDlUNZhINsygriPz5Th7wP { width:6.875rem;height:2.1rem;top:56.375rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqGv5GwXoZcXcMZtqw6GJA4bDKzk0Ir { width:2.875rem;height:2.4375rem;top:52.1875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SodDQOgrl4VMEqfO2Z81RmTlz4qX5nrt { width:8.25rem;height:5.125rem;top:60.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivw4QTD8FfRAXsnpzDas2HTeHIpWWJFt { width:2.5rem;height:2.5625rem;top:59.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngxxSMUz68ZmNW6vybuNOxKnDcTP6Bo2 { width:6rem;height:3.09265rem;top:61.25rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqKDvN0TpWt2k3rDA9D7wgbAuliPmo7d { width:5.5625rem;height:5.5rem;top:63.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycm9ixobDd0hVXe8BdV898FU2OzOD1BT { width:3.625rem;height:1.7504875rem;top:65.8125rem;left:16.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpOVzEi7G34lHqVVKAi3BW5FWdELhizA { width:9.625rem;height:4.0625rem;top:70.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxE98dVxw8BqCPJByAQQTIhVWUJD6kpv { width:4.375rem;height:3.875rem;top:68.3125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZGDRyOxhFJsSq0uaqcpL7a93KVGFlhV { width:6.1875rem;height:1.7875rem;top:71.3125rem;left:12.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEpWK44mWTqa3Mlbiw9XF06vNJWRSqMh { width:6.25rem;height:0.9rem;top:73.0625rem;left:12.125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsvE4BkQ3TNsefoLbEA6mWrMgwLJ6L1w { width:1.3125rem;height:1.9375rem;top:71.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZkshzvTGhWvbiMbt33pB9dz0OALgqsq { width:2.3125rem;height:2.3125rem;top:73.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ6llRTxaUuJOKlbC4Qm5g8NP5kXpnfa { width:2rem;height:2rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak27T0GkGmGfPTRexo4CCDJn2fd6Tpqg { width:5.25rem;height:2.47375625rem;top:71.5rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiH2PPPQ7WhcyHOwbh7OGCwp9JvUlsyJ { width:6.5rem;height:3.625rem;top:70.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abu49N26XF2uc6wHzB94qQKRD2zhk5dz { width:10.5625rem;height:4.3125rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiZC7BV81QOQv4AEa1IfzoPsTfVaUefg { width:7.1875rem;height:2.1rem;top:55.4375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQrfbGecKBuuoTk1BwcvMi1A9EHp8aAa { width:1.125rem;height:1.625rem;top:55.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Faf7HvR8zQPr3kLtNv6JIykFsilCqfws { width:6.75rem;height:6.75rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOal3Ewl1TCzWGqEtlGkdsAMifhCIwWI { width:5.5625rem;height:5.125rem;top:58.5rem;left:0rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #JSKehGiNnJtWgxVa4ta9zz5fxFMmJcFy { width:4.0625rem;height:0.9375rem;top:50.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2oBe8i0TSf7mSoPqOe6oUIJE03Xuq3W { width:6.3125rem;height:0.8125rem;top:52.1875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqRn55pVoCWQ3TZzA2nLekXsWd4kmOJ8 { width:4.625rem;height:0.87524375rem;top:50rem;left:9.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1xR2JwPMDqtq1y5KGxhdOqKwTQAEyp2 { width:18rem;height:31.49414375rem;top:17.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moeKTqfhaoqNZMJAJgxAkNurSnB9RdVV { width:1rem;height:1.3125rem;top:17.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6g1UUc7tlnwqWwC2scXZMMfwoiKvql0 { width:1rem;height:1.3125rem;top:23.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztLDEAdgLdksQl1J2GsG9W34aHTfc9ED { width:1rem;height:1.3125rem;top:29.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOWaUhKIZuW1K8bFSA3igOdPfQd30oR0 { width:1rem;height:1.3125rem;top:37.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUA6oUkGARQPk3bQbXyNwOJVcfPbM2Uh { width:1rem;height:1.3125rem;top:47.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogxhxhcmdXVkAoe1DGUvwxBmeS4hdqHg { width:16.1875rem;height:6.2988125rem;top:79.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luGMkXTZtDTVNtS6wVZMBCHQcbcTzBhA { width:19.5rem;height:9.4375rem;top:77.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKIIFI7g0CqlpKZAFwlOoIS1847cSumC { display:block; }#OKIIFI7g0CqlpKZAFwlOoIS1847cSumC > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr8KV0Xf3ZwJepSbbH4fD63GcvyTetKw { width:4.124025rem;height:1.16796875rem;top:96.37109375rem;left:12.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFlBs1K8beAVltPg1DRuhQ1FWksGSCHq { width:20rem;height:7.50125rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O57UAb41keroAQlUBDXTtfCH20oZKiGI { width:7.5rem;height:2.1875rem;top:3.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twe6RxqGl006yHP1IkrQKgUcWS6aQudl { width:18.875rem;height:1.375rem;top:9.4375rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0CTEykZz6JWi6G2BNFc2WsohbgaekdQ { width:19.5rem;height:9.7967625rem;top:16rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm12mcdTU3NHEH0xzvgNWiShNSAo8Tqg { width:20rem;height:13.25rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxIPDPNW0GVMqiFDhFycKNTRosl9MKkB { width:14.75rem;height:6.9976875rem;top:53.875rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A74NgEHWvJGfp1M3U2tihoTTVEG2G6yl { width:15.1875rem;height:2.698975rem;top:50.25rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2IIDZ6gi0JJQUvlc84kTCdGetRB2U1S { width:20rem;height:13.0625rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TusHntJ1n0ONs5PUw9K0vwywJ3hTGRss { width:15rem;height:2.698975rem;top:64.375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASvrH2GtCqqdZy2vyrhfrk0btaeGzdXm { width:14.75rem;height:6.9976875rem;top:68rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm0UbekHriJzzBoKNTRtcriTHg6vLTyM { width:20rem;height:13.3125rem;top:77.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm3B942nOQxnZlTR22TL1nXzyPDmSuyc { width:12.3125rem;height:2.698975rem;top:79.5625rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4zZZcS7TJlZmHVXHdle5MeO7GCoabbR { width:14.8125rem;height:5.59814375rem;top:83.1875rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0FmeuasQ0864UwwneiR1SUyJhHe88GB { width:20rem;height:3.375rem;top:93.249223709106rem;left:0rem;font-size:1.0625rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #Hfupw08WZVsCcqdQ2o3HThQOp4DsUELa { display:block; }
 }@media only screen and (max-width: 763px) { #oFp0cASILTRTqqSuy0Iw3tNAwhK521gF { width:2.5625rem;height:2.5625rem;top:50.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJRZN986JmsiGElp4KdKWTlllNzUJUvg { width:2.5625rem;height:2.5625rem;top:64.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9dKD28Msv0xPRtFVzTT6Rk2CKHLXssv { width:2.5625rem;height:2.5625rem;top:79.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhPGklE9EsgFRTwAqcKb5eTmBAscLTO4 { width:2.375rem;height:2.375rem;top:12.512500762939rem;left:16.300000727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #U76391SwRbpI66vcUWUU02lnWv4DavT3 { width:19.9375rem;height:23.6875rem;top:28.19296836853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZXw5Sf8saSrHrHDzDZtSFqhlqumewh3 { width:19rem;height:4.375rem;top:77.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbFEeFOCLC7NpgspkQGOoxlldEqxfuOI { display:block; }
 }@media only screen and (max-width: 763px) { #XnTINIuXRycxrRyWX8TmlQPbLmwTgcJn { width:5.6875rem;height:6.4375rem;top:96.4375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXRSNQcbvzFcUdorlNfBIhVkQITOf8dR { width:20rem;height:0.9rem;top:97.874267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzW1078rJIgfCOahdOrMZKxQTfHffGQT { width:6.4375rem;height:1.1875rem;top:29.337500572204rem;left:8.2249999642375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOiAf2RWOmwaGRMc2SqHmvCT3sg07D9g { width:8.8125rem;height:0.67505rem;top:30.525000572204rem;left:8.2249999642375rem;font-size:0.5625rem;font-weight:400;font-style:normal;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #nO7tRf9Ze5eF5tGfMEWfBuuz4REtkwty { width:3.8125rem;height:0.8125rem;top:30.525000572204rem;left:8.1250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeR4olwcUeEVbNm5eQO0grJ2yvEsUW2x { width:8.1875rem;height:0.75rem;top:29.668750762939rem;left:8.2249999642375rem;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc { display:block; }#i01U3WQZp0rb5WTLZPBuSfk1gBM4rXuc > .row .container { width:20rem;height:453.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f25gC55MHcnoF4DVxx8grzmO6luJUOcH { width:19.5rem;height:34.5625rem;top:23.225000858307rem;left:0rem;background-color:#fcff02;background-image:none;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dLDv4svLThzQGXJw3hcCwlaH0UbvWWEA { width:19.5rem;height:32.1875rem;top:59.312492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIo8JipQssGW2GK7V29Le0SQUpKMJnF3 { width:19.5rem;height:20.375rem;top:93.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQtMKeeyf5XXm4TXPTmLMtfRzo1G140Z { width:6.0625rem;height:6.0625rem;top:94.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #riF5knIkLREphT2WszMXAPt39FOgRwFL { width:20rem;height:2.1rem;top:109.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otUb7G7ETRfBob3IFhEFPAiAzVTBUlil { width:16.125rem;height:8.395375rem;top:100.75rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDVJz6HNboyItbfm6kFHlmGXOKHgyXn { width:19.5rem;height:32.8125rem;top:115.55000305176rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFQNLlTJmfFB9DV1mgWTiwFaKe7cW7uA { width:19.5rem;height:41rem;top:150.12500762939rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdPKzzGOxuikCUA1RAxfFFAmG8k6qyco { width:18.4375rem;height:4.50073125rem;top:4.4375rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #magt9QnAnuXw12cTiqAMi7eRuB6F8FN6 { width:14.9375rem;height:4.0484625rem;top:10.687500953674rem;left:2.5312500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxLxSzTdlh9uuV7xvIsaGoKlEJyT1RnM { width:9rem;height:2.1875rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcq5HhanmQ1WTBfM6hEnLOxRTqnWlanc { width:16.375rem;height:0;top:29.912501335144rem;left:1.8125000596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15161;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #C6Oz3LTEEo0svRTVveEHL5vUnTULLWyw { width:16.125rem;height:1.5rem;top:27.524219512939rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld5q3wnPAQKCtiKwVH0hFIIs65T2WUoC { width:3.375rem;height:1.625rem;top:25.162501335144rem;left:1.9875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nysTaLFPggr4ezZckg8FUchKyVmFgAvb { width:3.375rem;height:1.625rem;top:60.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCNxsuHXvsC8Dxqk4Ft2TTc1hWqa4S8 { width:3.375rem;height:1.625rem;top:117.62500286102rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5AMuugCgDxTuFBkQmsmK17LfM0bcmFv { width:17.6875rem;height:2.99926875rem;top:120.12500286102rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFsLEGDu3TdEv7LSArxgOu63DVfcSg9K { width:3.375rem;height:1.625rem;top:152.8750038147rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFDR5tqgO1gbFAx6ITPuz618TEnMsOt5 { width:3.375rem;height:1.625rem;top:246.2500038147rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFOUv0ThmAdRavtNMhsrTZCdveaEizi { width:3.375rem;height:1.625rem;top:292.93751907349rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLiIpCW9efDckhMvbrP9nNgqX9oqmuQO { width:10.75rem;height:2.000125rem;top:7.6875123977663rem;left:4.6250000596046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyW2oXkbWCzKUz0PB7CkiHE1ZnZ7INGx { width:20rem;height:2.4375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQVgZDiLzJAcmiQSWTgDWv46ml7F3ac3 { width:20rem;height:1.5rem;top:17rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdUMzyKXPzH96CgKtkfnWtazFeTwkJqC { width:16.4375rem;height:1.8125rem;top:19rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJKN62ZZ5qzMbWLE5qT4WSUnIlGATvwQ { width:20rem;height:1.5rem;top:19rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifn6sLphETgdp7Z3Cb0mzOqH1GedRzpP { width:4.625rem;height:1.125rem;top:40.192969322204rem;left:1.5500000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPwO1i1r204F3KQ8PJnAdTNGfSlmt9Uo { width:13.5625rem;height:9.5rem;top:48.586715698243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmEz78uvmeWIBpfaM4KbnhEXq2FG9ev { width:11.3125rem;height:9.375rem;top:47.010938644409rem;left:6.9242187142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCTBWz2dgk4nvIgH8kgvAtRRRHxA3v0v { width:3.8125rem;height:3.8125rem;top:45.511720657349rem;left:14.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gti6Cx1Gq7EGKIEGaWSzlM1vftovxaV3 { width:13.75rem;height:1.5rem;top:63.4375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT4xvQiRUGGo0OKWrsO6XqmTkxenzle6 { width:17.0625rem;height:0;top:65.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCOIOgJ2MHDXzsCopKDQZbKn3lssZpgx { width:4.625rem;height:1.125rem;top:74.75rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8Re39zTKxh4g0291L6JUdgVrBM3M7Pz { width:14.1875rem;height:7.75rem;top:83.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFB1hkLvy5oSZgsBLG0X9vk3U0HPSkuB { width:2.8125rem;height:2.8125rem;top:82.625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewdI5ucVa0KfBJa0Nwk9Nec3PLf9HGqf { width:15.625rem;height:0;top:124.1875038147rem;left:2.0625000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRFrXltUTGxWVwIa63KK3IKDzOCAe2c8 { width:4.25rem;height:1.125rem;top:133.5rem;left:1.8000000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuVh06R8heI10J2nINB3Lp8QcmhD4XIW { width:13.9375rem;height:7.1875rem;top:140.3125038147rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQZm5A1cqwTOWh3IP0B6cRx9Ky7QX0OJ { width:2.625rem;height:2.625rem;top:142.0312538147rem;left:13.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRfgEvu74JteD7FCxsGsUkCEKUwIWmIk { width:4.6875rem;height:1.125rem;top:171.1875rem;left:1.7687500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWJckqCXCZTEcZ4rOnUSQJ6e84NNbyRJ { width:17.125rem;height:0;top:158rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4y0ONi0FBCa1GI21yW6iGflFkNJ0pGy { width:15.9375rem;height:1.5rem;top:155.3750038147rem;left:2.0312500596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4CDKkBTvhZ49PwOsvUnPtN7IxVSQEs { width:13.625rem;height:12.4375rem;top:179rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXU4Gtwf8m6yi40uNRf4K3S65h0M1hBM { width:12.25rem;height:9.75rem;top:177.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpzET3XKi2lWlI2nn6zmLV1n2ulCsxf5 { width:3.6875rem;height:3.6875rem;top:182.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt78QgLVBCa8WPNWkthRTvGeTfTQOQlr { width:19.5rem;height:40.3125rem;top:192.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfhqZnr82fXTIBJ1v1wWixL8H16d6ncA { width:16.4375rem;height:0;top:200.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p84INLTRTBPWIB43TVLhDiMVNXgqVfkn { width:4.5rem;height:1.125rem;top:213.625rem;left:1.5500000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLV0zfkPnw8Ppgt1zLTggnCohRPIR3ef { width:14.8125rem;height:1.5rem;top:198.1875rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvq8XlqU8VJ5BH3EpuqxBBrpHgt7yz7L { width:3.375rem;height:1.625rem;top:195.375rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #URUGpVDaeQDRRiupEtQmbOrQ8kC25QdT { width:18.125rem;height:9.9375rem;top:222.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSO2Josq350Ragw4vWlJxXw6lXD5GpfP { width:4rem;height:4rem;top:220.625rem;left:13.031250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7rLDZVfUTopiT8PiWfNq0VdL3iO6BiW { width:20rem;height:2.25rem;top:236.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmD6rUsPiKK18G5Vfk4y27TDGGVRP9Ia { width:20rem;height:1.5rem;top:237.1875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdy0w0Los2vx0PoeXDzpaKlwdMEFwTUy { width:15.1875rem;height:1.5rem;top:239rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaEWETv9g5IXWrkoGmQR3qx3PENaO7E6 { width:20rem;height:1.5rem;top:239rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZDaDPWTl8IqesODPlyBToTxLP0n5NT { width:19.5rem;height:44.375rem;top:244.1875038147rem;left:0.0625rem;background-color:#fcff02;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Z3T7fmdqkZn9rC8Z1UouPClcKxhUhND1 { width:12.9375rem;height:1.5rem;top:249.0625038147rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c39HTy2h2anP8t2Bk8y59BHonZoDgZmI { width:15.9375rem;height:0;top:251.62500286102rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1lxpQPQB0NJnP8oRnkLMdveD9l5PEKC { width:4.25rem;height:1.0625rem;top:266.0546875rem;left:1.8625000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJmpUtGettChfA23KAoUTbVzot1VpNI0 { width:14.8125rem;height:13.875rem;top:274.93751811981rem;left:0.61171871423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKmUXlfC2WfT1TpLNmrmFxA06tz7iSWR { width:11.8125rem;height:9.5625rem;top:272.42501831055rem;left:6.9687500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIgk0RoIV7eoWwsNoZHuhFGqiczKEI2T { width:4.125rem;height:4.125rem;top:278.6875038147rem;left:14.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlIC3ikIZtAFOrFUqQqw6dmz1SxLg9eV { width:15rem;height:1.5rem;top:296.12501907349rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0F6Bf6uJflWQtyTFfnXhVlbzLbo00W { width:16.375rem;height:0;top:298.82501792907rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #biN8SyBcm1BH3xguILwZ0OtaZVUTDTp6 { width:4.375rem;height:1.125rem;top:312.06251811981rem;left:1.8937500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhRAG3evAVE6XPGL7vNN95pX45sdmz9a { width:19.5rem;height:41.9375rem;top:290.43751811981rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5lHGr31uUMoDDtZtT446SigZLcANHTM { width:19.375rem;height:10.5625rem;top:319.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4h49CAk1xFGTIHileT9CGlIpCuE6Eqn { width:5.5rem;height:5.5rem;top:320.65001869202rem;left:11.674218714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyCf0fCcRKhZrLXvhokJ2JLlvn6qNZI { width:19.5rem;height:23.25rem;top:334rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9pbtcmd1nsxOTUrTixFolm2gyxHzwr7 { width:8rem;height:8rem;top:335.37501239777rem;left:6.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTXdi6VJ3KkLuO1zxuoxxvvT1T86Bgh { width:16.9375rem;height:7.1960625rem;top:343.37501335144rem;left:1.5312500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrEsHe3gqlhhXn1FOba2GIhxs0Z3zvSW { width:1.375rem;height:1.375rem;top:111.1875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLc9LpcrqKSIoNc19XL58eaGRlMcEQLV { width:1.375rem;height:1.375rem;top:111.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM44QZZqgu1UAi7bBgwOx5sP2WKnAmDS { width:1.375rem;height:1.375rem;top:111.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcvOGwrpTK8ZigzBA63dvhno8GdeVkhd { width:1.375rem;height:1.375rem;top:111.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfmAf6dCFhNQ2cTKyECCu23W5GaAOrPk { width:1.375rem;height:1.375rem;top:111.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHkJTqnAChT2x0cZgxqJ4IbnNMsV53e3 { width:20rem;height:2.1rem;top:352.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr0i7TVJddBPIUn23X3umEJ21T5XKCAJ { width:1.375rem;height:1.375rem;top:354.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzmN31TkDsC57tpeQu2LRNdQlDvCJUV7 { width:1.375rem;height:1.375rem;top:354.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #btDhitwcRZEFbetldnVEmT0MoydHX2hX { width:1.375rem;height:1.375rem;top:354.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiAdT44uADce2mTOhhG1CRFISIh0PBQW { width:1.375rem;height:1.375rem;top:354.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqCe4aByzSyQba4N4zTBBZ1uORfUVIRn { width:1.375rem;height:1.375rem;top:354.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtBevILEzkRQSZ6AVosgViy7kI2BSth { width:19.5rem;height:42.125rem;top:359.0625rem;left:0.0625rem;background-color:#fcff02;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X1bKmiJTegiTqzmfFWT73xXDNooTdVA4 { width:13rem;height:2.99926875rem;top:363.43751907349rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1W10io7firkNd5zCJuRsr3RpLcOJB5f { width:16.8125rem;height:0;top:367.68751859665rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIHnvttaVFJnRL6zS8149zI1LwNsMoTi { width:4.5625rem;height:1.125rem;top:383.50001907349rem;left:1.7687500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMpoMkhTXzTAODTk6wFRT9UJhvXuaTaW { width:3.4375rem;height:1.375rem;top:361.17501831055rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtKEwc4ICRM6WhtyldEOfDCw8PX2FSxB { width:4.5625rem;height:0.825rem;top:361.50001907349rem;left:1.4375000596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaIacNGiBDrt4yg8rKraaM7F2sLbDaq3 { width:16.75rem;height:8.6875rem;top:390.17814445496rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb3OqRES98Ffdn9TIr6pcquJg2BTb37t { width:2.6875rem;height:2.6875rem;top:388.93751811981rem;left:11.862499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMiy2qQd89Qek71lpNS1qdLX08A4Ae8R { width:19.5rem;height:46.5625rem;top:403.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB1l8F0USI5LxwDR36B5dxEQb9RWGqLx { width:16.0625rem;height:0;top:411.03751850128rem;left:1.9687500596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nacNafrU3m51O4ys2ThxqKnzQa8ZGhR1 { width:13.375rem;height:1.5rem;top:408.50001811981rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpTvHks6TqLTm5o72UNrVHBdNtVQTE7E { width:4.25rem;height:1.125rem;top:425.61250305176rem;left:1.8937500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaMVRmcJRL2ftVHxEaooOQPL56be0AZB { width:3.4375rem;height:1.375rem;top:405.68751907349rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #StHaH2c6NzUfNwZ2iOmclPVtAnbKT0ht { width:3.625rem;height:0.825rem;top:406.07501888275rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBFSntLyKtaarfxy2fdtLD9EhQ39GLWG { width:14.9375rem;height:14.1875rem;top:435.75001811981rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld9AyVzSFieSafm1pRUE2Da78NOIstsr { width:13.5rem;height:11.125rem;top:432.50001907349rem;left:1.0500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd6szrNgPwK4xOlxlAJqUTqweSXWDGsa { width:3.4375rem;height:3.4375rem;top:432.31251907349rem;left:1.3000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1mclU81TGqP8D87mhFTdWWeMmngt15k { width:16.375rem;height:15.59325625rem;top:29.961719036103rem;left:1.8125000596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15162;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #a8KMrrRin8hNfznyerBczXyd4KfbuZq3 { width:17.0625rem;height:15.59325rem;top:65.637499809262rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #pozfNErvCNVrb1Mt1Lg39nzT9qhGp5xS { width:15.625rem;height:14.29381875rem;top:124.30624961853rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #dbwZ1tPpTlTkA8RDTrxcPZqpOfiErtpw { width:17.125rem;height:18.19213125rem;top:157.5625rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #xnNM2SMVha9yCi6AIFdVt7GVHnpDUP8y { width:16.4375rem;height:19.491575rem;top:200.375rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #ASf3dk3SJ6rWgnScXZr7T0fHNKUkBVdf { width:15.9375rem;height:20.79100625rem;top:250.875rem;left:2.0312500596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #t8gZA5IEvueknJhsIQszZiEGVRt7sosC { width:16.375rem;height:18.19213125rem;top:298.76249980926rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #MuwyoMPmWrZcT2PF3ZAA6dOrCxCxaFDm { width:16.8125rem;height:19.4915625rem;top:367rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #ddf6JpghOfVT3LZCFZ2dhMKWPpCkMdFW { width:16.0625rem;height:19.49156875rem;top:410.78750038147rem;left:1.9687500596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo { display:block; }#WEwmRqPKsmVl6EXzTCb0byUr1zoWrHCo > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASfWvbBKera8ANfnf8qt1TqGCkl0cGay { width:16.125rem;height:9.0625rem;top:3.75rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBDLZCbTygwGIS1SL0umS7QhdW1h93Eu { width:14.375rem;height:10.9375rem;top:14.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWMGNatsZfvJnc8ZW2Gqa9UAwExnHU18 { width:17rem;height:2.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywXST0sRWv2CWxVwC9BLeNuXRphk88Fu { width:14.75rem;height:2.6875rem;top:14.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrrAmrk89CiaF2dCruZ17MeuZzHeaLO5 { width:18.75rem;height:8.77075625rem;top:28.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5EEhUUqL2JXU2HqqDbaG77Xw9ZDEyNq { width:5.9375rem;height:1.4375rem;top:35.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnJsGceJIlAOo8TP74GieZdzOFBpUDHp { display:block; }#vnJsGceJIlAOo8TP74GieZdzOFBpUDHp > .row .container { width:20rem;height:129.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfOGr7wfVa8OalSSXdTE64urVCS80AWd { width:20rem;height:33.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 { display:block; }#qZMoEVBzgbxMnr0SU5ct8t06I7d516c7 > .row .container { width:20rem;height:155.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL2OF7mlL9kwF0DlrruVkiEFy9SaVGUt { width:20rem;height:0.9rem;top:75.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTFUT6QoCVSxTgTbruOpDChLKz052DcB { width:20rem;height:60.3125rem;top:23.157806396484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyKeJFSNT6qs00NtdymDgThzLXCPKK3k { width:9.6875rem;height:4.0625rem;top:25.624999642372rem;left:5.1562500596046rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nesAtZmTIBKKv70Bf4iBBfqKXmILFTTk { width:1.25rem;height:1.6875rem;top:35.752344369888rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFhSilfKMnMipFZVvRsI4cdPhGr6LirA { width:20rem;height:2.11181875rem;top:31.658594608307rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MO5U5SOan4I579b5SanptcZtrp2ycfBp { width:14.6875rem;height:1.625rem;top:56.72109413147rem;left:3.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFz0B1AQEEACAAio2AbLrwu9POgKzid6 { width:16.6875rem;height:3.25rem;top:35.346094369888rem;left:3.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nciq1RfRwmmupn9veD0O1IdkpaMNw4cb { width:14.6875rem;height:2.598875rem;top:38.596094548703rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZxbPsn9IwXgmiz6DAkucZgFlrwop3x { width:16.375rem;height:3.25rem;top:42.312500953674rem;left:3.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJATTN35uqv4fEvotNFhD3TlEQ96uBKn { width:1.25rem;height:1.6875rem;top:42.312500953674rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptWtBG4TGzbqrZnk6E8Q3U1B0WkUkpx { width:15.0625rem;height:2.598875rem;top:45.562500953674rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kemd2Ic9EupSkp5df0wwruuAcD6qnyRQ { width:1.25rem;height:1.6875rem;top:49.364844322204rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxrWfMl8awWzAKeTx8bNChuzTim2lTQk { width:15.5rem;height:3.25rem;top:49.364844322204rem;left:3.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqJ3s2U60Q5zBPTsW76J7nk6GXCkn6nE { width:15.4375rem;height:2.598875rem;top:52.739844322204rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP6lEhGfiBESlMsEO2TTmv65yT7otskd { width:10.4375rem;height:6.499025rem;top:62.783594131469rem;left:3.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4v5w1X063Mz0Q2quVdcDFRTTmThOexV { width:1.25rem;height:1.6875rem;top:56.68984413147rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhNSsVFJDgyrqbrkHUGVNvxDf3zu3puE { width:14.125rem;height:2.799075rem;top:58.34609413147rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6H5sE62ZWzgVFIRMEhBEXUpA0ySixUO { width:1.25rem;height:1.6875rem;top:62.783594131469rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVKMudPPrXEZI5VC35SrzTqxgJEhrab { width:1.375rem;height:1.875rem;top:67.458595275881rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeIqC6hxrC38JpsUWw0xcStJlQxBnMsM { width:14.9375rem;height:2.875rem;top:17.708593755961rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptmZvqVaNEgu6rAVd2mQcccV5fwrHv8P { width:19.25rem;height:2.8125rem;top:72.31250190735rem;left:0.37421876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PegCw68IbCKspg8u8D9nkmZKz4mZIOt4 { display:block; }
 }@media only screen and (max-width: 763px) { #X1hd2Su7UIA9QTPwnQ8cWOsFcVQNuQzt { width:3.1875rem;height:3.1875rem;top:26.0625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSJsG2JR8CPTpsrETmPQbFKR3DEs6pwf { width:6.875rem;height:3.57421875rem;top:28.875rem;left:9.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zArKia87PITlZDQ6bfIUC0cGvQoXp1sx { width:13.4375rem;height:4.72411875rem;top:9.4249992370606rem;left:3.2812500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzQbAbOemHIGdEKn4c9Tr4A5hbNgw3Hh { width:7.75rem;height:1.625rem;top:6.2351551055908rem;left:12.250000536442rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw5ChT35eIGFKwyfE30BghWIcs9X46zP { width:18rem;height:3.3rem;top:2.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP678mgu4gaHathBOp4vnNR2QqAhOwWW { width:6.25rem;height:1.75rem;top:3.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXVMOPMK9b5bJcT5ueSXbdHFZVfvO2T6 { width:20rem;height:1.75rem;top:14.686717987061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIzZbgAEOJnVtus7FmJFkNEN8P4g742C { width:9.375rem;height:0.4375rem;top:27.314843654633rem;left:5.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaOGari0UdnLA8q4Vr4OOiaNBgKIxZ0y { width:14.5rem;height:11.125rem;top:77.875rem;left:4.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3X6peBTpMTFiTcidtLsU9wDon3m1HdD { width:19.875rem;height:56.5rem;top:86.907812595369rem;left:0rem;background-color:#000000;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #pu7VAdBMfT5S139WL1rVaottUtbrFy3u { width:11.6875rem;height:2.11181875rem;top:95.375rem;left:1rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh266KLtMHOTyzXUHwVJPwb9c1MotW5a { width:2rem;height:2rem;top:95.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzQJJI1coPOxG4EzpgAwuAmr7Ed8nRRl { width:17.625rem;height:3.4375rem;top:90.1875rem;left:0.99999994039537rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQgd90MmSbsPmyMfvq1wekcQowL8NIex { width:15.562125rem;height:1.13769375rem;top:91.337280273438rem;left:2.2174072265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMeTr9fbJMMcSzKTb5mvBJHUlHQFhwhi { width:12.1875rem;height:1.625rem;top:97.5rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmqlwdstEUG8hBARAw0Qzl0LJ9EyBSSo { width:17.3125rem;height:5.19775rem;top:101rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPSQt0K6VhdfA4EaZtM22AeiFNHxmpEf { width:1.5625rem;height:2.3125rem;top:107.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5OT9BAWKpyolscJ88v4bZHCK2Bv5RUJ { width:17.75rem;height:7.796625rem;top:107.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtqHIU3P6l4QwkhxMWJPNNNlSvnZrkUT { width:1.5625rem;height:2.3125rem;top:117.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON4MEA6xWHKNeeTEFvMf6IJRgevyhvT2 { width:1.5625rem;height:2.3125rem;top:123.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0APozNua0iqJCdT1uFnOnOT2n0p2P0k { width:17.25rem;height:5.19775rem;top:117.0625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTGDuTPJTbI5bffRPJFv3s5Mg7TWSVt { width:1.5625rem;height:2.3125rem;top:101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwfTfrfsTqfsNRZoI26wVt5f3fbfxgQu { width:17.5625rem;height:6.49719375rem;top:123.9375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzU9QGv8O6ATvqKJnFCnpoOvptvggL8 { width:17.375rem;height:13.0625rem;top:129rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skb6t1EtoZktPJLJNJsNGaBwH3a2RFfz { width:10.625rem;height:16.5625rem;top:131.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL1fk5V0QBop76O07OS8z7E8RE37Csr9 { width:4.375rem;height:6.1875rem;top:145.34531402588rem;left:14.843750536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvzH8Q2fzEc9b9z9SghJT0Z6lgIpGfnS { width:19.9375rem;height:2.8125rem;top:148.18750286102rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2SHDoZIufqm5ygNitnFUWLfwXPDTzqG { display:block; }
 }@media only screen and (max-width: 763px) { #vr2QBOCDOqSxKLM0cpCnpt8lVPM9MkUi { width:20rem;height:0.9rem;top:152.15000629425rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT { display:block; }#opRxdUSrsXsnWe5ZcCuoQek6W1xoiphT > .row .container { width:20rem;height:474.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VM7TWroFVpnoVK0dru93m5QHh8OVlhGX { width:20rem;height:6.00036875rem;top:37.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruBLwxhATU9WpMXmnDay9KmtABFD8EJ1 { width:6.1875rem;height:2.0625rem;top:36.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzM2JZXN5DvlkIwJSUlOTHgN7fvq58fb { width:19.8125rem;height:32.9375rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLrGz295bKnGugrcUC9Ezc6phfioNwsA { width:15.06225rem;height:1.50024375rem;top:48.1875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caQ6JhNKBfJsfrSnGv2VnzWOxWP3fLCe { width:16.375rem;height:25.19533125rem;top:51.6875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0xJ8nH1TAUdleoLZTt0rc7fPgvi7Nl { width:19.75rem;height:24.5625rem;top:81.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfmTT5xGr0R6kvTThaCF2htnh10kXAiT { width:16.499625rem;height:1.50024375rem;top:84.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImiOC5ye8bvcGkWhV7VXVJ19FUpvKPp3 { width:16.625rem;height:10.4980625rem;top:88.1875rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGN3nDWZtaVtgD4TffwNMnsdLpmwveKA { width:15.75rem;height:4.19921875rem;top:98.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFxLNtQptvFal4XCQHX3IzeWyTRHBNHG { width:4.0625rem;height:4.0625rem;top:76.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzvbmviE5E2qlNBvac4lE44TRHzTvEef { width:3.3125rem;height:3.3125rem;top:104.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yc6TepyPaNWpQRS3Lsmz6eeABMeOwk { width:1.3125rem;height:1.375rem;top:51.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbNOlLVH0ipaa1l80sDHir8SNUImvKVQ { width:1.3125rem;height:1.375rem;top:54.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3IlmIvPviMT05EWZqfiCliqisLd0XTE { width:1.3125rem;height:1.375rem;top:59.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUpBR5QyNnpU5BTuCnUBFUXbBRzGm3bV { width:1.3125rem;height:1.375rem;top:65.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUn0RXmZLFm5fg3JcKV3spnUcipWE4lB { width:1.3125rem;height:1.375rem;top:62.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InZ72XaOLwZomFEBK3SWEVe81FEaTAHR { width:1.3125rem;height:1.375rem;top:72.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faJWLwF1QuimetOSSEc7O1JbgJzfT5RQ { width:1.3125rem;height:1.375rem;top:69.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUcPvfNyqyAPEQ5rkIiapf7NDRGRngCP { width:1.3125rem;height:1.375rem;top:88.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3FM8GVpeeRzADiJxHu4LBOtTkQf3E9o { width:1.3125rem;height:1.375rem;top:91.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lynyOs4buBtnfMg5boSEdTrAOpiPQa1p { width:1.3125rem;height:1.375rem;top:94.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esv2ZELKUWHhCBgIMyb1XTufQrDv6GTN { width:1.3125rem;height:1.375rem;top:97.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evi542ZCyMgd0zObpbGD7XH4nIVRw2kP { width:15.625rem;height:3.37524375rem;top:110.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBhPTRiC9wl447o8r2lwV9No6UT6iRCx { width:20rem;height:48.125rem;top:116.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCsd0F8oAS2XXn5aqLDompfOViB2caFQ { width:11.684375rem;height:2.8125rem;top:467.87423706055rem;left:4.1578126549721rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTa21VUuXzxSM0EfsyXTdrAO2T7f7KsC { display:block; }
 }@media only screen and (max-width: 763px) { #DR8bNXs9w7DUJc6WigMbtU6sdsNfFdHq { width:20rem;height:2.39868125rem;top:23.812500178814rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQvqg6W1M4t9rJQL8762bCtaaHqnV5Uk { width:11.8125rem;height:1.3125rem;top:12.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVV3iE9e1JuqTJp3Ed38mzU5pmznNDik { width:13.625rem;height:10.795875rem;top:10.937500178814rem;left:3.1875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #qFUUGMruFA2OMCfJLgmr7eMKKXptDaE3 { width:20rem;height:28.8125rem;top:3.3125rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #bTtQrTxoLdWsxpePeT72sTkuC554rCxl { width:6.9375rem;height:6.9375rem;top:4rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLAMxq2UNUyahLETpuaA0AlLp5zEPCkR { width:1.375rem;height:1.375rem;top:27.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1JX0ivOwWhwzT0isrcnpFKQydRXRB1g { width:1.375rem;height:1.375rem;top:27.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxJ7Gi2FND7ltfasl1cqlQMLVk4q4ikP { width:1.375rem;height:1.375rem;top:27.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQcB11ayUAUR9TmOQSDEk1UXvIvu6BfP { width:1.375rem;height:1.375rem;top:27.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgWMsuqBJW1BwNa78hT8QXLwGtprq1AH { width:1.375rem;height:1.375rem;top:27.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFscyMHsNCBXgTQogFmVd2XZH5yhz8BS { width:15.25rem;height:1.9375rem;top:39.125rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #hieauTNhxpEZkCw3kDQNgu7viZHg6vlw { width:10.4375rem;height:1.3125rem;top:13.750000476837rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okDhbg3I6lAyzXwaptzZTUCEy63qSIGy { display:block; }#okDhbg3I6lAyzXwaptzZTUCEy63qSIGy > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgNvzHV6X94BXB6TzTKcLWzCnq7R1TTt { width:19.5rem;height:36.6875rem;top:1.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XmxL9aG7oV9p2UpbDmCw5DQwXlzm2UVN { width:15.3125rem;height:4.50073125rem;top:3.4375rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZsWFokUBSUV2QJDxtwVD7XocfJMreSA { width:18.375rem;height:2.625rem;top:29.66640663147rem;left:0.81171876192094rem;font-size:1rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #r4ZypxhGcO0vZCMsEocZM3LOeHeoicdD { display:block; }
 }@media only screen and (max-width: 763px) { #wXe1irnJUzUrWwdk6WKLKVsZ5XEvaHqV { width:20rem;height:2.7002rem;top:33.250000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbifGDGRDcxBDlvnNVrF5JULObrR8wik { width:20rem;height:1.35rem;top:19.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrxKgdwyval2Zr7vmbzeVOK7weu8BEeT { width:20rem;height:17.291479820628rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwsmtJWhNXoRvyPDLf264pKCm5TSxiyp { width:5.875rem;height:1.4375rem;top:4.8625000715256rem;left:2.9367187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtXWW3m4mTotf25xUykVoXz0LZTGTXwk { width:17.9375rem;height:11.3125rem;top:39rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyh385lIFnP5U3EoPvQSppmGh91Np9vM { width:3.1875rem;height:2.7588272856313rem;top:37.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkr3QCR8ye5a9PFhgJhKxaOswczpUgbw { width:16.5625rem;height:4.385375rem;top:41.3125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lVF0RpitrCFGxDlCPLf3WGZc4x4LTnZA { width:11.875rem;height:1.92505rem;top:47.375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKFJ6Q8JgIEA12cAIliZHH0cfToVbPR1 { width:18rem;height:7.8735625rem;top:9.6875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoSp4RPgmXJoUcqIo92036r59nMTrrr3 { display:block; }#BoSp4RPgmXJoUcqIo92036r59nMTrrr3 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 { display:block; }#d7wPqppOhQfyLsKLEXNf0ESnAfqwvNq1 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGnf1qd1fTBlwt7cqz8sSlshbwRhEPQe { width:20rem;height:4.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTaDAm9HOZkEgZz3WIyoyW1ubbqcvLom { display:flex;width:2.25rem;height:2.25rem;top:5.1875rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #Hg2laT4Ep1n88VShcAeA8qrpvAO6KZpv { width:14.125rem;height:2.436525rem;top:5.092969417572rem;left:1.4375000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b8rc2kWsCQKWTsCDklqNVu558hERGkRA { width:20rem;height:1.50024375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV { display:block; }#kby7dcezcIuBKFZXcOQg6Ac6DH1xiylV > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eC3ChoT3JgspGsRqRB8NTkOzVcJRVaZy { width:17.8125rem;height:20.71044375rem;top:2.607421875rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NetmWUXBoC3uE18WHl8TZimlC8HB7tHO { display:block; }#NetmWUXBoC3uE18WHl8TZimlC8HB7tHO > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTk6hvtWUMWo97tOsR3i6stVfF4pARoe { width:20rem;height:5.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVw7XFurnMh3QEbsNDymZyyVWVf3npCW { display:flex;width:2.25rem;height:2.25rem;top:2.90625rem;left:17.749999582768rem; }
 }@media only screen and (max-width: 763px) { #Kat8XHkJ9fWo0PT1pybPmLNS9IB03EVp { width:15.875rem;height:3.6547875rem;top:2.2984619140625rem;left:1.0617187619209rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q { display:block; }#s8tTeySO3T1QFDxKsAImIkpv8x4Sit8q > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9x3zbPXZ5tJTwPlVPkTew0BqX8bW6qN { width:18rem;height:53.99409375rem;top:1.39453125rem;left:1.2812500596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN { display:block; }#ivkxNK2bmTJsfOyKI4t0chAoX3x9ekPN > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1ZRXX1ZBqNH7IrXkfyfq1AbRiy2TMyR { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMtzQsRrd1bm59eyIXgZAqApyqJDLyF { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #RR0tX7PBlQinXTR7BJFlxqWAiP8bWmD5 { width:15.8125rem;height:2.436525rem;top:2.21875rem;left:1.4687500596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 { display:block; }#L97ht5mBmT2mciWoCXKKRkQoUUJHzgw8 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg1kXfA14TQHc17ndJNTk4ioCen4WMeS { width:18.875rem;height:4.5rem;top:0.77421951293944rem;left:1.1249999403954rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q { display:block; }#LbbmUZ68Ttc1TLrs2NSJ4WPlFoIF6i6Q > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV8d7aCNOE6RDm9Cq5MG3pBGJEFULccT { width:20rem;height:8rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd4Oa2hhxTDbAglZScc1hdel6ulsAsyU { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #vonDhvxBLzlCJuHzLHGOUcDRQC0vzg3E { width:16.6875rem;height:4.87305rem;top:2.8117198944092rem;left:1.6562500596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 { display:block; }#zvT7sLzlQ2GcAOCwA6y9W1ZrQkda81G7 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lq8B9fsTnBZOlNboPCQf4xLACV7NplqC { width:17.9375rem;height:12.3736875rem;top:1.75rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcbOxHXN36wQiUnP99wirnrIQcaXidVH { display:block; }#fcbOxHXN36wQiUnP99wirnrIQcaXidVH > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpEoFMLybQ7k87TreVTXeDZsx7sGTXFn { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwG4TRanm3ws35ShDQOeq3KcsPC7ct0v { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #zSq2SWavyMJBqTqOqSknnPbsnDz9NFNo { width:12.8125rem;height:1.21875rem;top:2.7867202758789rem;left:1.3750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XOZya2PWTgTWQrEo2J53isuMScs01SIw { display:block; }#XOZya2PWTgTWQrEo2J53isuMScs01SIw > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTA625QwuvS5Qi0GPb0ccJrKQiQ4rzw8 { width:18.625rem;height:6.09130625rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe { display:block; }#MzBKPL0BTOhnaRmhD6pOC0nmGK4m0exe > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfFKqfrf0yUnbKHfOVWGrivcXfA9w4mN { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXPzUISISTBA3nKpZ2wnuGnSH4pBOret { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #Alkt5CVictHKTpcahKoBr7gImsrAsT5F { width:18.8125rem;height:1.21875rem;top:2.6875rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tStB4rd9n2iPTevcgHoViqPbb1fTBEZv { display:block; }#tStB4rd9n2iPTevcgHoViqPbb1fTBEZv > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et3icOy2F1KZl0LuTqc9Oh6denrbHi2o { width:18.625rem;height:7.3095625rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu { display:block; }#CvrNGtoP7eF2VOR9i0TUIygbCIlNHisu > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJ9Izv2kFLmw0RPTDp9WgkVHqaDQLRhE { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZt4RpKw0qTQWwyCCTLoSHtmheD3Muu { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #Pt5XNzbl9ryE7ToPzR0LQ4f4bpRRGUza { width:15.3125rem;height:2.436525rem;top:2.2179698944092rem;left:0.99999994039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 { display:block; }#KKITNMuqH9PT1rAvLMu5Xm5TNQALdQe6 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTxemsny3XWsMTIQfKAGZciO6hXom2Av { width:18.625rem;height:4.87305rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbtPk223O9tKwiv5NNFKS89xcC4SohXc { display:block; }#SbtPk223O9tKwiv5NNFKS89xcC4SohXc > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScJ7AsIoXkiN5NZeQ2Eq27EUqxt0xMWU { width:20rem;height:7.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhi6iCGOVKcT7mXQnpzQP6S5rLvZQ5SP { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #ULeN8IDiwEnym104xWBv3wCfdaDmON6P { width:16.125rem;height:4.87305rem;top:2.3117198944092rem;left:1.2179687619209rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cXU03539rxkhTME43c6atNcigW7nGXFa { display:block; }#cXU03539rxkhTME43c6atNcigW7nGXFa > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mC3A6WKhV82WGuLV0Dax0JGuwy5xShcT { width:18.625rem;height:43.85745rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP { display:block; }#zaC71kRHQpM2CfNT4T2ypN6N62Up9NaP > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fk9Ei4Zk7OlZx2E2uvUBR6hFG6qkvLeu { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHJSTr3Eq9S13f9b3l3BoiPIaLwbTTpO { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #OORDVFZqUEZTtIB9TeqCyNl2a5bFKztk { width:16.5rem;height:1.21875rem;top:2.828125rem;left:1.2992187142372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vIQP68qJ4yfBkULuZu2mionoAoEV3czn { display:block; }#vIQP68qJ4yfBkULuZu2mionoAoEV3czn > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3iJRNOZ1k9pcCTB6HoOGRUixiSs5A1B { width:18.625rem;height:10.964375rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX { display:block; }#NeTnBrurbQOfcI1OuG1yxPAzrAP3BFeX > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQfAoSfOvNPPXv2peAtUKb85zD6tukK4 { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrthcolyDmtZWMtafIaZV8JXBLp9vEGu { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #Iivo0d9SI0DEHsge7x7cwNq1b3SMaTw9 { width:15.625rem;height:3.6547875rem;top:2.078125rem;left:1.2492187619209rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SCTJTrth4zecdJoWy4VEVaeuQowzLOzV { display:block; }#SCTJTrth4zecdJoWy4VEVaeuQowzLOzV > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5MeGC4GqWTSbrAmvidf3AJZcv74LDV6 { width:18.625rem;height:2.598875rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz { display:block; }#E0cSVP9a9mO2hTkpmyutvi7WLnXAArnz > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFQISWli09uUT90e8C8x0dqkWnRi3yIk { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH5tE6TvWkscsEfdIyL94Su4yN1oeN9u { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #MHSH8LmB7ZtdPdrQXI82yIXmZAaAHdxF { width:15.0625rem;height:2.436525rem;top:2.21875rem;left:0.99999994039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV { display:block; }#C7pEFOVeJVbA0TBW6iOTABQwm7KfsPxV > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDlG7cKCEg9ue9dXxDHHqSQwrJDtHV2k { width:18.625rem;height:13.400875rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA { display:block; }#JO0Bde2p8LAwFcA6ZsWKXkOss0MLUqtA > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI { display:block; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxTnViZHcDKRLa3RTxQ7NrGwHgkR6LlU { width:6.3125rem;height:3.125rem;top:1.9375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZUvatE8gMmFNdFd9T1f03MDKTmtMrf5 { width:12.0625rem;height:0.8125rem;top:8.875rem;left:7.9375rem;text-align:right;text-align-last:right;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1oXOcIJghaPkJIAC1nfkVRed3aXa2H { width:1.5625rem;height:1.5625rem;top:8.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN180H3tGrpx5ts90hFDBhFEi1Bez995 { width:1.5625rem;height:1.5625rem;top:8.5rem;left:0.625rem;display:block; }
 }