.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); }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN { 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; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN.adaptive-delivery-prevent-bg, #Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN.lazyload, #Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN.lazyloading { background-image: none; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container { background-color: transparent; background-image: none; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container > .video-iframe-container { display: none; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row > .video-iframe-container { display: none; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .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); }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container { border-width: 0; border-radius: 0; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;overflow:visible;position:relative;display:block; }#sDZqVL4F951qa1FDDnXKVugyRvbxq9sJ { 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; }
#B8PRXduw0vweG7N6GcTMIEA4yfGW4XTt { 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; }
#CXoXSutrNvfGVSt97ySPLt1gIFfJ3TLM { 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; }
#dJZOBEvyn6qbrPb7LVuvx3RhS4SryTrT { 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; }
#ABUCVzrKukfkgPgyk4ugUVrK29Vug0Vi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJkfqXxgACaJKNTI0kGOI5Ek5Anb8GTI { 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; }
#N9EWpyAD89LugTzEM1iaBC4xEhTRHBI9 { 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; }
#OS1ug1qWD2NSBred2GDMR6mGFZQVOll5 { 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:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGtMOzOzD8RxDxIII4bMOPLoJoTH7ePU { 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; }
#mEDGSUP60JhLAWIrAvyl4v1JdnoX5ktt { 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; }
#F7FdVR4F3bIGJFhT8hS7Q9d97TnustaM { 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; }
#p62zlxMI2cCkmXysK8rpt02bNG7xeAle { 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; }
#aLsa63AbGHGrrTdSQ7sxvLWIfCK9wyPZ { 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; }
#VILWBVvnpnG6tuxBwwIze5MVcrpb0MsL { 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; }
#Q5uo9dhT0D0biNn3ucySxZqCLIhiqJg7 { 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; }
#ag8a9a6p7s3L3Q4JlKZLmIIfXU6Hpfcy { position:absolute;display:block;z-index:15125;height:5.875rem;width:10.5rem;top:0rem;left:64.50000190735rem;display:block; }
#MRT0BTAEakod9JxXVbXydTVxD0SBeEhO { 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; }
#I3EKnVJqMGIJySurZ9PMxNM6ruA2rcGP { 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; }
#vtEC5E7tQqJxpv5VFq8mptChl6ElMva5 { 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.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GQaEiq9yTMhf0qZ87v6w0G3qla0oGS21 { 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; }
#U8HnzVKr4LOha1clDlmbazgPsCVPRN3c { 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; }
#HSWwdZabCE7CeXKBW3Doh52kzSlKGCJC { 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; }
#pyUrR1unJaIJhJ0TdctEEsyBCfsqRAWq { 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.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pxk3w2xtkHD2ASUCKzguQt9filD8kk8U { 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; }
#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR { 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; }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row .container { background-color: transparent; background-image: none; }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row .container > .video-iframe-container { display: none; }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row > .video-iframe-container { display: none; }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .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); }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row .container { border-width: 0; border-radius: 0; }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row .container { font-size:0.875rem;font-family:arial;height:110.4375rem;width:75rem;position:relative;display:block; }#eS7uODPPi1J5DxIrF02neuNHIxr5vbz9 { 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.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6IW2Bpcfw5SgA4o05ZlNW0hGJFG6fSs { 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; }
#ubFnPH1xEnsDiUTklGd6UwbBZOwIeH6r { 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.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qroWh97UlVeWzNdUdQpSfZNFlkKTd5kG { 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; }
#GU9icm0NJfigApbRiPzeGWgxE9CbmDdE { 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; }
#aSt4a4yTZEEJk6Xq7MyJX77RusZXTkfq { 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.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zsh6Lq0HsxtUwMvXGGLiseoIRpyxTn5I { 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; }
#BNIqXTBs9z2nTQh0OWmkBBeAGOun8XA7 { 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; }
#T8DUCBR0cXq0Rn3TdwFG70BVhzQ2B6OS { 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; }
#LXnHqJJpmHLLT1tKPQg7qlMOaTSp9aWv { 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; }
#A0B8EqApA7sihfs4q3Nd7qToxGqfLTxT { 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; }
#AxSQU3xhl99eNfRVsoNPpfq6sk3G7ui7 { 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; }
#hwO88UME7rUQS4RmDgAQ8yqesrfbCLkb { 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; }
#yhupG5qqTkGWJ5XL8nmqxyU4l3z3hv3r { 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; }
#lQ30koUJ0dqgrWHTQT7OUziTUdhU5R8R { 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; }
#l01dCq71yc54gXKKSPsJc7Drg5Fm3t2w { 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; }
#bQTTHH6NroPK4iZurK4OLx0PpDZ89GoV { 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; }
#TVxfcG5CkqLSWddggnH9PbNZLgX2XUTU { 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; }
#MfpDmT2N5NN4EMhONAlsg69PSXVHUs1J { 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; }
#ypR8In8KWXbFmiZHri4LNHmv6nEK5nTE { 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; }
#QACLgbzycUuy8UmMQnK8HcKApilTSO8s { 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; }
#VknExNUkmyLIy6U9F7e9RNCl4REEqZmg { 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; }
#C3XrntRTsmTJO3IQVZcBasK7STTBMVmw { 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; }
#NcX3CsVnphKAMlnknxWKxcLf2pRKTLTS { 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; }
#UwdEbgPWzvC38SOmndVyCefOTEP1dpJB { 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.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrzEEKvCp7JaU4KqIOmHxF3JEJQ7AydA { 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; }
#tFwZe5HQs64V5KVCkmCaRiM320exxqKc { 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; }
#F4n1MNDABrJGc6eXIWeNNpcZRwiMGm6k { 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; }
#LAIch0uUtkR1sz25ihr2zMqZAAVSZT3S { 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; }
#Xzl2i6zl3UE8zQPQZFrKfhppRX5y9oqd { 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; }
#SZrsPiWhf7pUFAR7TpytrQUkqxMbn9rM { 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; }
#LRpWImRhIVoOyp8HpC4uPcLvCgwbsGzn { 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; }
#bAKCE29WOJ6S8mzf8t4iXR49KSpBUKTW { 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; }
#gCDehpl3dWXKdJWC7lPXyipF7LxQ5A7S { 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; }
#Umv2THq9ZSg9QZQx3UKCSv7ghsHo9Tq8 { 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; }
#fTgaqLmaXBNSmrUV46ndBEUuf4ir9g5D { 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; }
#XRo9VXkeRqy3CN2JpvKSxcpZzVJoTQO5 { 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; }
#UFyJuw4sVxK0ydVR2cDKylnbLT2zZC74 { 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; }
#beCEQSC4AvF8BADd3USoPLT2XEKCoLVu { 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; }
#BX7ysabcnKWlOXdL1TRU8ZmINKU2EAxd { 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; }
#zQnRHQbSqaltnbEO8JS3iwsC18BNUOFA { 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; }
#ORuLW0hwcvRM71hPvZE558NqifBV2iEP { 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; }
#ulxRPggDwfMsbOXhKK0lahzu5aBLNQht { 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.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W2HEAPUr2QNcB1DRHFTX4JTkoEkL64aX { 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.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIiTenfT6hJphcup3we5Neuta7dUBIcV { 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.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 { 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; }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row .container { background-color: transparent; background-image: none; }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row .container > .video-iframe-container { display: none; }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row > .video-iframe-container { display: none; }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .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); }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row .container { border-width: 0; border-radius: 0; }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row .container { font-size:0.875rem;font-family:arial;height:81.75rem;width:75rem;position:relative;display:block; }#NH2J5JVRTKuu9TtZDHaNhbwWpUc6lwn4 { 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.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; }
#QcMlepMA6SMoiXLPRL8cFFVUeDrZh8lT { 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.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kVIEfJXTNIQfQxnwhOMTUEfrImzfXxex { 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.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5N4UHZVzg7NTUaSfTWXxBUrITTzpqMb { 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; }
#SIAWThsPTTJkLSTeG0affIWDoT5cTdyg { 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:14rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n6a80JZS8vWZFEAbK7aH7krd0IVgbUte { 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.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; }
#dU20D0sme0COOPklnVkShS4I4MO1z0Pf { 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; }
#PguElDv6M1tCRkz3RQx6OcvuKrtRGUIr { 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; }
#D19wOhp2qTPfdokTxAQ0Ik0fQ2LwlTLT { 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.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pocXLtOg4FDNK4oMAf254tpOw3lDzr4b { 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; }
#hFgxfDlwEF1dJmi4KZyJux9RqeB8npCG { 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; }
#QiUzNkGvyA3giKaygkm3D4QhIJqXzTTT { 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; }
#Gzy4wkdIpvZgIDzTZomeiwFWBiAbUWA4 { 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; }
#IRF1kgl6svdlezcmC9ogBhOlvIdkHnXF { 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; }
#BsRX2NOK5rk0MhvcDvCL3mZtc7KIADc5 { 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; }
#kqExNroyXpVcpX79CKoTnyONxtQZ5Pr9 { 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.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rT9V18iJ6ykwOWzuTW3ZyITDVF8tMlxT { 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; }
#iGhIBTv11fN982qITHAbCVGQuxsf4zDH { 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; }
#zEL2TPRPQDLwPAU68iMh3aIcsiIxsK1c { 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; }
#VTT1xuuWDvrx6khLqpG6pQstJz48U9Tr { 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; }
#aGKl5kfiQDJiX6xLXfd0BsixHVOAufQU { 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; }
#o9UZxLhQspcPdc9wMc6PHbODddBLnBM2 { 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; }
#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 { 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; }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row .container { background-color: transparent; background-image: none; }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row .container > .video-iframe-container { display: none; }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row > .video-iframe-container { display: none; }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .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); }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row .container { border-width: 0; border-radius: 0; }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row .container { font-size:0.875rem;font-family:arial;height:86.6875rem;width:75rem;position:relative;display:block; }#lveRwrWiphHI4L27fShIGWxJgwt7XLhM { 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; }
#LapH7qIWEI1zyZCO3ATDzSTW5AXwO9nS { 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.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; }
#AaA8967lWvT9c3vgDayaIu7ShGsMhweT { 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; }
#RzgFWHQk46gtLQxJkphetM88dEWT7ypo { 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.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qWVPcUp5meEDExXvrIW1ENqSwJ5dtNJf { 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.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t1TZ5eKqbhia7V3XNS3gFZeuiFwTy1le { 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; }
#TM800PSXl2mART2eztaagHTT8VIbH37k { 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.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cb0Wb50vZ8gS2aN795XAO81FBRDN1lgp { 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; }
#T2EpXdxs0BdCzDmCpIBQWxZwQ4TmTeVy { 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; }
#Ppp921Vmnwld1iLoH6TVdKwNRQs64uum { 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; }
#kPdGpVeFgQVHspFqdP4QeFaPOQKq9tKh { 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; }
#bHzbplFoyUDf9xmWEAKoEdZguigkfDIz { 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; }
#kFKzDOT8xJlZ8NSRoToshWKDscRORrO5 { 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.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; }
#JVOM6Nr8XqffrCPKGiwa9pwvNln7Tacb { 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; }
#gRP16IddD8cAbbu3yAnBqFlBOpJNkTAB { 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; }
#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 { 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; }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row .container { background-color: transparent; background-image: none; }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row .container > .video-iframe-container { display: none; }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row > .video-iframe-container { display: none; }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .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); }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row .container { border-width: 0; border-radius: 0; }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#b5k4HILCLPiVQpld3Xh3aT58MLgfh4Q8 { 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; }
#kR0UMcPJzIh7yuNKefFsTwwBoA4EXo2G { 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; }
#WF1TI6d0GU4ZhXfL3UQf555uyeklmC8V { 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:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ng72xFuc2mmn9flOqiMftMTrwAwLhxAD { 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; }
#vkagTWxZ1QLxbnUnWs6m1Um5T81CMiOo { 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; }
#p1GQyF57uvQdTaEvJHWqcdZQPTV3kZ8G { 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; }
#iHLvGhcoT6K2LytIyh5FxDx3kN9z2qvX { 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; }
#BldyCKLDtqJdTudTHM8lXbpbdr0eE07i { 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; }
#agv8XDIuqq1Ck2DuelVQ6D9CbTIaEuKH { 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; }
#z119aGGEGmakR3q8TFxKdTT0gKNAysG6 { 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; }
#RoHz8io7Ex0VvvGlTiwrU7B5AVVWkthv { 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; }
#TqO4bedQrIyozgOTyRxa3hFigtAfVthJ { 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; }
#LWWxlOKIS11DNyTTUeV6fH435D8PtJim { 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; }
#lA4cZFucuAesicn0TTNE0VuGoQ5K27zo { 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; }
#lA1V6UcfGnVlmzBLe56fJxqC1eTOF8EZ { 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; }
#Ud8ZRp4BCvHJesq6qgKZOdwNzv7iuqW7 { 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; }
#NNylUtpEmItEdW0L1vSNDcLNiWZG4HeX { 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; }
#ieUFGFTrqZPDaNLyS0dqkmWFDFMp5k2y { 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; }
#QvPMTITR2bOx0eqcIF4klAg50PwhAMsP { 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:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sltXuZ00cuiRbgDpMfEkR2HevQ0ZfFQh { 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; }
#luE6ABIQK5r4iVTA2PMxJVrdryDkVW1M { 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; }
#VdbctTA9xLL16Pn9kNOfc4RuVbezExC2 { 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.14375rem;display:block; }
#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq { 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; }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row .container { background-color: transparent; background-image: none; }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row .container > .video-iframe-container { display: none; }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row > .video-iframe-container { display: none; }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .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); }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row .container { border-width: 0; border-radius: 0; }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row .container { font-size:0.875rem;font-family:arial;height:89.5rem;width:75rem;position:relative;display:block; }#botJZLCqAW3DnEG5F5fGKrcfzNhVVZOt { 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; }
#Dl1w5HLNhKIfofD7n3ekwZorAlQrEUSh { 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; }
#iw2NK2IQkIhDk0lNkyJ48pZlzyL3tgFd { 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.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yomAOutEvcv53aKDpWsJZf8BB8yMW6PW { 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.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmWTJsue52q00zNnnP8SRLsTo9vwSLil { 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; }
#I4S2lMJMNer4Hr5pkbhAUpexgOcd6PVd { 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; }
#IMEVEDPanUZ5xffNz4CMqbtZT4iUMMHA { 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; }
#SRwbTqEv5vWatUWMQu7MZwtfZzPsRWrb { 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; }
#BgcIRTvGl1wRxWkk4qs5CTko4GuPFTTa { 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; }
#hzeP5Z2Zx40M0gQaJA5V62MwCn83oOkS { 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.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsRRZWmICZcNf0oUPJriDbMEtsTaVw1U { 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; }
#g71DUVC7cMctclCRMpegacz2wB3K06CD { 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.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNCDsVdX4gLNsKQMWdtGk6nrTCRPbzua { 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; }
#BDk6Df8FbxzeIW2plu7F38AbasBOKI4i { 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; }
#Ruc91s1NNAlxh1SPTbhIpQ5Ag3WbUVgA { 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.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THJN5v7fWqCi4OF5QM8aLzqgGb7op1Xm { 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; }
#TyLDoecvQ4CyyRd79dqRpUTtks8L1yGT { 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; }
#PnqGrvU3fQAGd6o0hgtGvDcB1OHx4Vy8 { 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; }
#TEBIxkgxxGB7HZJdTwKra65tnnQW3LJp { 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.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hDTv6g6EImoySk3DJ9LUvTcWksacAxot { 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; }
#TemquRavtv6T07UGyNfQn7lSJRHAb72R { 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; }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row .container { background-color: transparent; background-image: none; }#TemquRavtv6T07UGyNfQn7lSJRHAb72R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row .container > .video-iframe-container { display: none; }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row > .video-iframe-container { display: none; }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .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); }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row .container { border-width: 0; border-radius: 0; }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row .container { font-size:0.875rem;font-family:arial;height:135.625rem;width:75rem;position:relative;display:block; }#GRtR2zRXrnc8mDEB1NiK0u42bD3NX9oQ { 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; }
#izagSI02EOFQFHdBaO4zT5P9OIP3eEnC { 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; }
#vkiCFVZ1L02XnhOAmAdir6PAVZ4HxdCp { 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; }
#TfOx7gei1kTgwgkdutdyxuMqcooOOM6g { 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; }
#oPoCTiQv7b3JNTl5W3yuoMaubwVC02iC { 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; }
#xnZops45wBzATdIN3rt4TAxPSDWFpJ19 { 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; }
#cxkTN6LCoLJCx1OPsRXtrPaqgBwZORCG { 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.875rem;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; }
#g9q3IGh97D49kMChphTwQUMfu8yyc1sy { 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; }
#cXwKyVPPha8yapxJwfnitSCHRNynoQuo { 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; }
#xK4LH1apuugNTmM4qaT1va9kCJtfwHQS { 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; }
#XqSCnLt535ZVUEBtTD23ZopPwsiLiXZ8 { 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; }
#d3XJqoe9MNQTUOWLCZ5pJHD6gLHNUpSR { 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; }
#icUCulQdgC3nBhcTeeXF1AZA8VvseLkn { 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; }
#PFi9oTTTpyyZ7NdsU69CzezZ9e5G90Rh { 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; }
#PkXxdyW72FpDMG5gIGbFr7bsMLlGR74w { 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; }
#H2TZ7h4zJ9JO9JikS22XuUAQR5KdiCHh { 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; }
#MtVSff9TB9KWBmA4bDH6UeUonMLRR02s { 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; }
#TqSuacGIRqPVa7Sigloq82zvgmvn3Zn0 { 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; }
#XqszdoBNQhA00VHWlUTfDWhtgJVTJSm1 { 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; }
#WiilW4gub4RG2afIoOp6d9U6TBqApeiA { 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; }
#hAOqfCPJ4t6UgLWNHgWp3i5Tehl6owLk { 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; }
#DAtLPtvJnGxpLuw6DllbqykGZNBEUHqd { 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; }
#GysIc4f1DhEEbix8AtcN7CcMsfIdZT8r { 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; }
#sCvPloGq0xUvhTdLzPqdXZPloqayAg4A { 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; }
#N2JTGkTso1yc8hLpA5UuSNqA8gQavTCo { 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; }
#GmsP8KOw1X9Ckn2k8x6JtAhldPU9Nulp { 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; }
#p68Zdx6zEOOBTHArPrGo0v4DvBKZ9VOu { 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; }
#u4F7Qu16veaVMZOgzzFaG92qPaqbM2bG { 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; }
#gGSic11h7THk94pmeCHrsbNrabl7ER6f { 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; }
#Q85IcJRKRrcylvsIAOkpE1q9nQh63Vf4 { 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; }
#ssAtzC89wMZMaLlzH75G2OsDIWlGaNnr { 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; }
#tqNimRGvZJRkvxUkbatpicTFuwct6pbC { 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; }
#Rn5ns509BKUiDkKgOSKpQDrmFEOcmmT7 { 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; }
#hXWPx7cJ2COymW01eU6TSSIzqTTR5Go9 { 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; }
#AU3koQ8R6kAx4Mq5XELfhgccN5eltyTs { 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; }
#lN9GxDKTVAd05vZwCHvALNrLAVTE9oEL { 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; }
#JW14iICuNmXx43XGJOHeSlhKoahkTEt9 { 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; }
#K7T8CdBWB0k8w22TWW3elC8X7hBMSaFH { 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; }
#cngzRpfoyTJCqImFB5DdB4XUb14zvRTu { 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.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCS32tNizSgw4m9aqhhuVPhlPEl2nsWO { 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; }
#teLfqcC1oJzEhqx88msrIfkCXElVrVoR { 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; }
#u1Z7GGeWQAAZrAEgR0HANDAl1BzwFpl3 { 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; }
#BNKZEyyAEtghGTlOWcSCzVWcPqtVwUWa { 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; }
#IbeRiPHEIo6hrBCxXTcnZwsWMV5EXUyw { 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; }
#RZ8t2QH7E2tgZtT60IT9zWC94Fbu4Nlw { 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; }
#nqEasqdIJAdNH1wz267nDnH0FTK2aMcQ { 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; }
#BchC6V4SfxhkhqTmCtknda53CcQ8tetA { 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; }
#XpTkJl79NvkU1tPb8hJ4TsDe8fa7CNL8 { 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; }
#Xu9DeXZuiiFrHk5XAOS9BNxTzUr7ULFf { 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; }
#A6E9shqHwMOw74WG0WUrby6O0Kd9Kq1H { 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; }
#fpvK2hLt6J7LnEg1WJk77tWStIAih15X { 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; }
#OT5CQDg0nDG0tnZoxlQ8NBDiowLfODCu { 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; }
#UBhbNABPyvhHf5CMosQgRF1lUdrCdXmQ { 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; }
#f79E6SDf2ka7gD02HEFhpg02wHwfqNgk { 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; }
#SNGqdQ3sA95h5XtieTpzdqzc9vDLVhit { 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; }
#k2l5KoFWvP6yHzfXdIzXfyny7CcVeeAI { 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.875rem;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; }
#k0ZR2P6MNV44UTcwVkmun9xKxOJcvOza { 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; }
#kTgArfKeRJkrfw6nw402XUDb5nRL3GRk { 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.875rem;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; }
#L7r04ukHLuPkEVXfs9cRMlsAo6BNUPma { 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; }
#AxD7HFF9crr1QdNuD2hzBO1GRgTqVAx3 { 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; }
#a92xi10X5vS4dB9BScHHbZE3M9qsRuIJ { 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; }
#w6HBxpAM2HE83RhqdQamBWlqpWQnFzKB { 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; }
#IpSaDxuLO8MMbxibsdEPTX29cC2UNlhy { 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; }
#WPZUQldoeQGKR3FJ0aGlwiGEOAsUEPIN { 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; }
#PNd1l5TpxBG8mvmL9HxNLHC2EwUv52CN { 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; }
#rn0EaO523TLRkAmN41nMkwpD7SR1M5kJ { 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.875rem;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; }
#RS3tewr4WSIM13HOG16uRMgGzlzbzokH { 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; }
#C6szrrc3trCvlA8dRlbiLoK3wZub1qCk { 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; }
#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F { 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; }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row .container { background-color: transparent; background-image: none; }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row .container > .video-iframe-container { display: none; }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row > .video-iframe-container { display: none; }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .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); }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row .container { border-width: 0; border-radius: 0; }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row .container { font-size:0.875rem;font-family:arial;height:74.9375rem;width:75rem;position:relative;display:block; }#zXd6zm3GP8rcZnHCVecw4pKexqeWTXta { 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.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:center;text-align-last:center;display:block; }
#faZydCVWmG2IoA3KAxW2q58AJiDwnybd { 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; }
#wg8WpFiTiS8lLLEAPBsVMwQF7x52vGPL { 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.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RqymxSSFnTiEH7s1ys2rkifouzozNqTy { 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; }
#smfzig6dPQUgna2nlKpvWagpV8xpsVuL { 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.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bAtHDklEqAi4OhrxHTAwJy5NnvCQwvlJ { 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; }
#KxdUV5WVksCeyLM88uPzHx8fokdGeph8 { 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:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hfb1Nnl5O42RhOWmxuvrxNtWUh4vGSTL { 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; }
#pgwR4SRrHamwJSTLSAWKEu64fwLSJDZu { 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; }
#qlqCLn2wDlPI1eT354TnwRHkzc9n8iRJ { 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.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QxdfkbxAGTgL8fu5E576HHcyRo78hoI2 { 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; }
#nxCmaTbPQTbiMqiKXZpsKQDLHlI7JIzi { 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; }
#MkTl7fW3RKgbuAPCVLzklns8TttVkGEa { 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; }
#xQsgPTJBRqJdAT4PsrifsizqyCxvzq7o { 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; }
#e5HMFvPrHNOcfDzesR5i2qPKk2IzuIAO { 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; }
#bTlXAIIOPMykxCVcne5AqZimHB5urdot { 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; }
#brWQcp4hZiLTIhDhNE6izrfSV8g900fm { 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; }
#rIql8n506yZEaQRKy2iWVCyfdN141iDK { 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; }
#Acc4TgVLKGD4yOMNNBuiJOC6G4V13HGn { 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.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mFRhZ1KThHGUvqb1maKpddUP8fkDl52i { 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.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CM43cFxdnqWq9VvhK84o8iPlf68T1qsl { 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; }
#PeDq8bWrlJBOomfq2TIWLbqF7XMfbI7d { 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; }
#My1zasiP1NuPhUFwZx8HWHqG5wSkI5zB { 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; }
#Wl07vXfs3E8Od6lUeBZZ3ZaRTpF6MPd8 { 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; }
#d7CzEHzkLORgDJCJcPHEmU9ERFADtJWe { 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; }
#mMW4fO2ANiL3p85Oo2GvnilUdTrPOL5g { 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; }
#N39TfC3IxZEcfXSS7mA6nbMLSNQvHUC1 { 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; }
#BbZVKTRksKZb64QPFhoZl53dsNo0VLiC { 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.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L3bQCZNXmlrsOFK1FzkOxxSPKKuFLPbn { 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; }
#IvnO1T7uCEE2UFRxbNr3dMwEcfhArxSc { 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; }
#KAub4XWoNlgGOqqLNUSuGIpiTKDqHMAR { 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; }
#hBxaylMczi2alxbLzoDVkBvCAvgbMPLv { 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.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KNwXLL2OwpUfTuGGwyfs7rUXJlVfMdCb { 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; }
#pFxMlrCfSBeXcNew5fwST2F9kzH9HwTr { 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:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9a7xSoeG4X27Szg1lKoDMOCxUENPB6P { 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.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPNi6OJWhiNL94RpnMJAOI5JwbnCrGFD { 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; }
#ac7mkE8yvscvFTsD9El18LVeK9XLMna3 { 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; }
#wZSn60HA07fZUdmICNubdSVFfJmH2C4T { 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; }
#k4iMvgVDAFpl3f210CQybnBhPJByLx2K { 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; }
#mKs1mBbK13LzgmLtn94thhHg1td9zSir { 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; }
#Zy1mwXXn1xKJWIr4MkuWIHa21MZNTJsN { 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.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aU03pSl75eQ8diOmvGnQcXfJgIKOXPpn { 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.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NwcgdCcfmVKzobpU8FntSSUKtITVrEno { 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; }
#ceGM1IznOe3QmW8MHXwLMkyRI6XfJBlW { 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; }
#z847mNdBptbEH80Vgqa7suB2IcwuZkef { 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; }
#Hz2O3PgslLrRsNUAWBGFdkUZA2oyKBQs { 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; }
#sPvy8BGbDH1q29W90s9ThORmc7q6MHNV { 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; }
#Jyq0QPKkgUl5lU0bQmkNlmDEsBwHbLwO { 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; }
#kVzV7tboXcT080pNE79Eoq2DM5lWfAxG { 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; }
#CJwIdoT75SiHEpaZxQGKZQqdbQ3KGlZU { 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; }
#VNk7WxZeApKzwxKTiUlZLoZUUlKZZP69 { 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; }
#lxhgam1beNePNVAXWtL1VozTxVgGfnvq { 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; }
#hwk9VctgRcnBQ6Rmat8KqcZn1i6nqd0Q { 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; }
#tL42TNcEJlqwrCK1AlWuhko4OOWSHE1n { 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; }
#JZO2gZda4UcLam9NQTCkQpGvTf8Z0g80 { 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; }
#hTEAHgvIUW5CsdGE9iW8iPl2HwgUT5MO { 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; }
#Rc3sWfBwNrmIDXu0WOrpeXOOgWHRNwIM { 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; }
#TdMopVveXlcKFH78PIXFP7gR6KwS9ElZ { 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; }
#hsOBhykuCEzf4dPpDPxZgPmx17ehxZy1 { 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; }
#s870OSJEbDm3cE9tiPyHC2F7suE25c3J { 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; }
#RvaIe7nRPe3lmSGtlGoD62EVVcaCPpGW { 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; }
#NiSI88SO8xgzodR3VmA3NDllqTNdRSm1 { 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; }
#aeFH5UVJyzXdlnfii8tqB1tWevH6CErD { 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; }
#IR7VoA5lbOAsU1INAH4sQLqFNOPZWHrs { 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; }
#brmbyasU1Moe18JU9fLBSUe4UbbwuQen { 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; }
#O7XxGbte2NTMIJf8wLAwrHVMPFS9JxIh { 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; }
#M5WWeoNpELn0v6Uqik6GDnOmwaUsMFGD { 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; }
#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V { 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; }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row .container { background-color: transparent; background-image: none; }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row .container > .video-iframe-container { display: none; }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row > .video-iframe-container { display: none; }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .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); }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row .container { border-width: 0; border-radius: 0; }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row .container { font-size:0.875rem;font-family:arial;height:92.75rem;width:75rem;position:relative;display:block; }#CUl6nymAXCQyMdgUE93yZQQn8qbnkvU6 { 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; }
#BCndCeBOU9BOw79H6T9UPy1AF15mGMDO { 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; }
#rq4ZE3TQosWWXbG6FVKn71KJFDcLLmmI { 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; }
#e0X73N0gJya5MRTLn8wpXDwUtcT4TTaD { 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; }
#Bi8ZfqTIKFgH2A9K1Pe0K9Z8NhqT8ML9 { 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; }
#Ob2LSnTl7ahnPsOI5QUKx1TvT4eSMXkA { 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.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxtl6dfJa415vh72TJhCOw6SmLJrL2xa { 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; }
#dN76PdXct1hZQu3CkRX4NhNHbleIeJpb { 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; }
#LRoWvAbClVcLe31D9dxu2s3MwTn5iWSR { 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; }
#UDdK4CTfcSG600OESMwmMumw4ZbTg3Ui { 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; }
#qDVDTWPUMaNFIQfET11fCKPDMbGmivGF { 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; }
#n2qNEPybZXCLUl5l3QS71Klqk9CTze1t { 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; }
#AJQS7XdNq9KWMPvnVnf6eultkpwsTQxF { 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; }
#iw7MWVoQUOrDfKqcmvJ9cTEZ4d5aFPsG { 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; }
#Cpc1G8m2BHtZ1KXhN3eHfmfCOHQUtD5L { 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; }
#k0LBp2uehIMWRNopzJ2zZ0ufuKyf9DJO { 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; }
#ZJLxWaWyaTvACTsy9ZwtFMCoEPsnZupV { 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.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q0spiSNccVJoamzCJn8T7NiaJtbZz1se { 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; }
#kzC5mhc5tKc2zmBM0xFNkNsJPlcZNe6y { 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; }
#MT8TEzBazsNpX96XW4lHglDqwa55ofsc { 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; }
#xSyzZfl8m3QW2RTOIhpK29TI2lSVwR7l { 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; }
#ZNEOwk1PIMo5ukoSC3V8Bnk449XtP94v { 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; }
#InDwsGTqpnfVaXf3VdMPhwMepGKFJUN0 { 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; }
#s2ag07AeBR3S3TICDn90EF3SoqETvefT { 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; }
#pVCLZNrVi6Tseh59dgJtBWL4sBG5e71h { 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.7125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zgSTB4ufOUdEPOG93VHukSvSmB5ctNxK { 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; }
#X1adS29xW4ypgOme5OqEOSOAfVs1P4xs { 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; }
#o6zKerkrMnRdJ5izPd8MVIRzfFOBcn12 { 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.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ag3QQbeakbMXoJXXZZqEG1KrOs4uQ5yw { 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; }
#qmUom2QChILNxn5TJEpOZtcTNm9RlgPT { 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; }
#k7ZnOE9mTTE4TmWE51LC0hgvbkd9STwy { 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; }
#l8B1g90MMOLFI0aw2QHu2TvtAyHiEaAf { 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; }
#lD34MJpEeyXhLWrrIJlKyMsU4ZUfhv3Q { 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; }
#QS7sy4KR5FHuTLfZBiAAXBc8vQTbRJ2V { 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; }
#gqvz7mhZqwGibmb1iw4mgRCRV7MgSGDh { 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.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JdDwBo6ypTDdBxuNxRrE1Fgc9RVaIu2m { 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; }
#fSCeR4gigdTcPuwtrqOwAeWaTLV8eHvz { 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; }
#hdTJ8QEWIeXmuvai87mboLkezLuSG3LR { 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; }
#prqa0MmkhAUtTxZTxDJNB6MlLMomRIkd { 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; }
#PgkTUBHrG5lMFTTdzXqp9EaGav7rMQAF { 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; }
#ofFlkyQ7uL340wVQGDEGLpfRrPiGGXA4 { 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.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZK4RccsqHe0iQf1Mrxh8ftlcqfTGS3m { 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; }
#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF { 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; }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row .container { background-color: transparent; background-image: none; }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row .container > .video-iframe-container { display: none; }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row > .video-iframe-container { display: none; }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .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); }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row .container { border-width: 0; border-radius: 0; }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row .container { font-size:0.875rem;font-family:arial;height:86.3125rem;width:75rem;position:relative;display:block; }#ABtT7M0O58gRniuiJz6zhCrrQLPTQZuo { 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; }
#XzLzxNPTdZiVG1uTErOMs01iQoDqbxca { 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; }
#FZQlH4BUZPwgVwIINq4ac69THLOIiIIm { 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; }
#q18Kp8AXnx0ARVyT3xZ720QvhPsQqAdR { 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; }
#Hmc5JSAQa0HiHkeIuAsmRTm8nRhFAzot { 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.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBK50d5M3qZumBuKtUAcMOfZcTKhvfWr { 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; }
#yxLstLGEd5OCNXqXRKRU1KuUuxSFBADh { 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.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BIr2bgiUHcl8ss8q7NR6nsB3wbfpsG20 { 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; }
#Zh236lvJwwv5twkyfKdBDnpQBttHtErc { 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; }
#Th5pqTyQmuSFzl5ZtFa4bm30NTMKyQQw { 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:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQeiUUTGrhz1PNda2OG8xJWTGZADQUqD { 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.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ckUncllyMEPfImyc4s0pUvuA00QCWdNo { 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; }
#kG36Q7SdALIG1ELHxRMsvEizsL1pSpV7 { 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; }
#Anvyg2MwDTIFsVUC8qQz5gUGexfR3CbL { 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.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9vG9R8ex2mmSHRxOVEB6bMi2zNVH3HQ { 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; }
#rFfKuZlvgu43eTeNZoQnmdMDk9A4XSyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kEsm7xFOW4yQZb7J4QWLOF4TAT0F14f2 { 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; }
#rEkwfTl9NKtgkrAO1u9cEkmBv8akqa8Q { 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; }
#nn2moP1l8fOLMrFNhCyLRPTaRvKankzZ { 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; }
#bfp1ToQKiyITCAinl2iTAUAgTBMKu8Oa { 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; }
#zTPtI6STwCSnrmtigV1OwTb1CPswpJyV { 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; }
#qr165yxOybMRdzUaw9B32XLhihgaRyiF { 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; }
#P3OVMP3xODHECDe28JzWcCc9R3UqAQz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2bEl0zgIhKT1T41r77zhq1WxdV4CLTc { 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; }
#KfiDFhidE62ySIXvZAAWq7nO98W2Z2Zt { 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; }
#TZItkTOB5xTAzEFq5T1Q0ToAEm7MPhRQ { 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; }
#SVU9TePhcsNLhlazfNqqt0VXW2NQeFWF { 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; }
#WpcqXyITetqEvXvZhxMvP2oAztNwChb3 { 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; }
#hBufAvfTJos3Z42zAAkP2SurWoAwTCNQ { 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; }
#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H { 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; }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row .container { background-color: transparent; background-image: none; }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row .container > .video-iframe-container { display: none; }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row > .video-iframe-container { display: none; }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .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); }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row .container { border-width: 0; border-radius: 0; }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row .container { font-size:0.875rem;font-family:arial;height:341.125rem;width:75rem;position:relative;display:block; }#uiMbtfO9xTT726p8O5mri7dLi1TefK1A { 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; }
#WWHeumBeNEEwpIu3Wk5MWT8w9a0z0n7F { 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; }
#HsMBNZx9hJwc1r8b0XHuMdWfbzwPTvkP { 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; }
#kUqVvgPJU98VVzhuTe6yAo0zr6fnSNbw { 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; }
#xATz0pyLUNusV4iHrCwo31nRn9BtdNT2 { 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.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SutSaVeWxisoiergeHgZpyi8oKFoJO0V { 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.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VINm0pFWwbLzeu2BHQDpLNF9cTrJKlIE { 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; }
#zyFoOOhnaV8mitaSuNxV4fFXpM3piLfe { 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; }
#XHqqfH1VDgu4qvTbboIH9ZkftgK84OIJ { 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; }
#UlrefwZEMkClMUi2TBsn6IFssW9FGPhi { 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; }
#IBFWENqiCJv8d7ybKD2alHXkTJQq51rN { 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; }
#z6O1mVTP3DymDAll81Z1EEoXSSJTK6ex { 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:block; }
#wE30CyHffNHofoWa6E9ugynDFHJZqccU { 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; }
#q0vhbqh7tTmJ7V9K6wNHbvl3uplTsGDx { 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; }
#EUVJpaJibq59RNyhcRTF19ECpWsQKfT3 { 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; }
#o7ClT6dvtGTo5lhWPHkzEzT4oOTRed99 { 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; }
#s5oxDKm12VTHcP4xWQUJSdBDBis57JiT { 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; }
#qe4RyUgb6TCtdTGp0TWzzu8ecIvQ7kuS { 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; }
#vktdePlMwsKJyrWWztmPgTuua3t2NQO8 { 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; }
#fJpXlxJz9ewJhC5F1ebHavnzLRVClTS2 { 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; }
#AN5bnZ8v7KmLWO0ARZAQcEeNC0f1eZOI { 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.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:left;text-align-last:left;display:block; }
#ZutbXlrWi6G3fBfeQI7WbIyMKtVlbyE5 { 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; }
#nrR8vJ98Zr6l2MOAP81NafC9rRTTbmVB { 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.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpqB2zOsouhikuleDtDAxMmm01a8Ryix { 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; }
#s3K9dhmHLtyB55232RiCHxZ4sD7Ri3L8 { 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; }
#KXF3yR6RABq8RrE5bJ0Ca3etWO4AnrMM { 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; }
#ARofB2OdTLv2JvhQs57WlNCl8wHu61lN { 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; }
#wcUU5dFa7ekJZ6TQXnEDe5732NDtEkk2 { 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; }
#HRti8ZInexNEAqJVdWObMycI9HHXM7SK { 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; }
#A1Edq9SG3anpx6XmaTRCBfi1WM82NCga { 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; }
#k2c8IGhSUTTlTm3xRpTpyJ7gxnTU0zJb { 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:block; }
#qUEAHn4PVqfVsvOP7fJ5lTqGwucSpHKe { 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; }
#uwzwMaLSomPQys7NGT1ER4uD8DI0ageA { 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; }
#J1zInF6Wq9LTnxTFKPcGTkqER5UV26N6 { 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; }
#b6FUnAPhoa5mzLdqANKyvL9H5v8GV4Gz { 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:block; }
#Xvw67FaiIk5bKtBpSAOknwqyKVC4ibUl { 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; }
#KLGnhDlBOr9eSfs13atxZgyM2H15OLyN { 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; }
#d4WtZdEJnkkci1v5iAepfXwczteFI3tP { 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; }
#TWeS6qQQZAe8oz0O4FLbpBMuMTSiSyDO { 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; }
#VIQnRFlmHwXOW2vv4b1xHWw29wCkBrlT { 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:block; }
#G708W97w0hmIia80K9nTgnbCCzIa9yEB { 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; }
#DIEnZcqWKFR4J1GaGT58i9vDTuIQu5TS { 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; }
#JHshFimIsS9U1QttTJbbAdSvBBdQZ0kn { 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; }
#iW0w9T0BqPa7TtWfamugVL7r6ZB7hLfT { 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; }
#NVPT2XHANfwBZXtaRdZ2pygf0RTzdEMp { 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; }
#Zbcp19BBx0XwBFf5z4cSw00lb3ah9x1X { 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:block; }
#shugIkk5oGqtroWv2ipv7v6ak5NnvuOy { 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; }
#FdblAVRTAze5I9BabiQTgKTGkM1Ph5fw { 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; }
#rg86tTPF4NoQ1bgcNzZQwRav1qgvFCQv { 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; }
#GvmIt9ygEIZKmRtN2BOrH6IfalBOJEEe { 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; }
#Wy2mGRdNkyuQza2eVzvI1u9yhue7M4Kw { 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; }
#M76ctuCbFNy4kaSgVm0SJR2CB4oesR97 { 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; }
#Enm9ZPqBXFPcDzVCC8qklHEamQnSSxXh { 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; }
#mZmn0zqwpv50LLTrOlyUKTMePLcea3vA { 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; }
#n7XDayiBCuJyJT8qebLbi1EArrRIOcHm { 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; }
#cZI70TqRpSzxGtvKSTmmX6TnOH7Auzeb { 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; }
#hVB0x7CvwM3WursdEliQn1ESARiVn3tN { 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; }
#oEPcUX1V8U7oMBGrX0g7QCITsc4TOboB { 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:block; }
#QVnEt2DaF2SVBKBKx8FGJTrDcqElMVmV { 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; }
#oEUuSvSiKopBnTaTnee9JdCxmnTEtfL9 { 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; }
#a7bGNTWQp1pxx0B3eLuE1hdx06s5AC3o { 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; }
#zdN6zTaVB31d9SOOlnz8gQt7rGb1CaCy { 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; }
#X86MyW52xJSuuLdTbXoGBawkkWId4pGf { 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; }
#R039zQavEO0mUDEVQ7AmBR3ayg46k677 { 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:block; }
#VsqS6oM9emGch3t1obXvU9pIT8R6ggBB { 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; }
#AQicqGZtPbDUXhenPywVzOSD1FCWgqmZ { 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; }
#OVzOLwBfeGhgIcziLKg3aT7VwgcVXvJn { 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; }
#AT5qUQa1xJmJafSHho3gAROM4TUP8GqF { 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; }
#NviuV6TbitV7aeq4C75ueQtg140b7LBw { 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; }
#gQ6o93TJb2HGSBazCQkqF8LRe3Evfsef { 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; }
#oHTtZT9crq4mziQIZzETT6eX0WtoVfLQ { 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.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bSqI9Bna9AKXQPyJxmmdZrbN7SbTXrO0 { 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; }
#Qo2nV3eCF0ostVqoUTwbLww9NIkD6cTH { 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; }
#G4pBRWgohkGkpUToacOklLASeyDPRQ5p { 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; }
#X1PzmzsqFx0e4KAvEzTWq3lEddem5JsN { 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; }
#I4ehqgFmdMRobh6tvWg9ZGAL4f2aS3Z9 { 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; }
#e7ocP6mvlB6PJzZUnmlx8h6vRolCbpF2 { 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.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ox15809LXXOD6t0ezpdTCzJm3Xs0JJvZ { 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; }
#TI8ETIPlhsM5ra7qdPPDtEoXRxmQBZRy { 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; }
#UEdqctO95TVq6M8H5BXTFy0r9SQJ0kH1 { 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; }
#nFgcwezQFWXsiPHTbOuwcGuPNxZrnxhv { 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; }
#xChzMgPI70MnvAqBAJziGvNqx2l36rEJ { 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; }
#DlHOC0idgoeU3EuLT9f8NGHw7s3ErVia { 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; }
#OQ3goaxIuvozNTENaJNm6IBwJf0bRWOL { 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; }
#yDQFS1upeLCJTmTEQf4e9J2n0CnG9OzA { 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:block; }
#rSekUtmSIJTtOIvuGq5cEI5DhtmtcxTZ { 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; }
#T331acelTTWwakE05AFZWJJSSFchd0mz { 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; }
#w5buO3wFiQHncBWTnUnSORUKIvurvM3G { 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; }
#eIiTBCdBlhJsoT2uPsWfvdNmloeDKR8e { 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; }
#K9AaXAWMmOneldVs2kiuXXckJKg39vwS { 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; }
#g3SQido8ERcvKdfObSL7WQIRifo3SotV { 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; }
#mzPdkSBRtwP8FDuFeeDpthNlB6OhpyDa { 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:block; }
#VsvpRPLimCcCDL1ihqPdWTeQt33TnZpB { 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; }
#ZVAK825JZ9WPCGLKaOpNd9oas91oqBEG { 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; }
#GZKAUw7W6KPbpVCic7sT6HrNe4Dor0GM { 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; }
#huvgDvt1Um6tdL8BvVyJoDTTyicTS8CD { 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; }
#BXFvnPgpdRIl88gD7atloKnTSOBuPDSp { 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; }
#HKIyo3oBbyJvaazCc1fIhac1ZsbQomru { 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; }
#fHpPdRGonNtdzyGmrfH9uM25q0IZNm2N { 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; }
#Giwl3CLIS3ZUG8cIOWRW1dl46ri8HVTu { 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; }
#bh2T1ecmSLTEzWRzJCKhFO2qa417q6Mz { 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; }
#MaNEJ6BlNa9hDyXEObZhxFBU7vpbiSzc { 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; }
#KgwSabqZ0EeIHhuZzvRynAdEO60clpdr { 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; }
#VcpuFBDsfzQGLHw4OmvOde6tiu4TQXKy { 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; }
#lBWCmVB5nKEUApeGDcD6pzEre4bc72h7 { 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; }
#N5poN17ytHP8M4PfPZc8dKLKtTMTvVo9 { 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; }
#n6hSBH41uOG5J0Vcu8C2Hww6uC10uFvw { 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; }
#dkMmdcmP36rCPFnvK0kbpEnTElzkkSXm { 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; }
#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD { 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; }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD.adaptive-delivery-prevent-bg, #RugFPsfxoChkqufNUfGzSTV0i8EpRWzD.lazyload, #RugFPsfxoChkqufNUfGzSTV0i8EpRWzD.lazyloading { background-image: none; }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row .container { background-color: transparent; background-image: none; }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row .container > .video-iframe-container { display: none; }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row > .video-iframe-container { display: none; }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .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); }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row .container { border-width: 0; border-radius: 0; }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#Sc1BatTJwprBNqqP6QkNOMtwsTrzJR3O { 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; }
#J0aTOUmN47EA1ktkIbTCthFew0GItwrG { 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; }
#iDt3dFidiDg9g2NxasTdOJESA7UoDpAg { 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; }
#yOUpDdzotgncsZ0H1tZ5FVZyurBfx0uU { 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; }
#m7xpz7PgFdvRLrDItFWOmhNO84F3ayKn { 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.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKX5VdiG4erFXQRu9dSV6uTz4OvKccum { 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; }
#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL { 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; }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row .container { background-color: transparent; background-image: none; }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row .container > .video-iframe-container { display: none; }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row > .video-iframe-container { display: none; }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .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); }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row .container { border-width: 0; border-radius: 0; }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#xfLWssiMFBA2V77bBUzuqJR8w3M6etAU { position:absolute;display:block;z-index:15000;height:33.1875rem;width:74.875rem;top:2.6367188692093rem;left:0rem;display:block; }
#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow { position:relative;display:block; }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow { background-color: transparent; background-image: none; }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow > .row .container > .video-iframe-container { display: none; }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow > .row > .video-iframe-container { display: none; }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow > .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); }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow { border-width: 0; border-radius: 0; }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow > .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; }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow > .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:121.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WgmNh4CG6duDIHI4chl6woHoVeTZx4MR { 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:113.8125rem;left:27.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gF1vVebpLmE6ggMXS7O6CVybHdtRGm4Z { box-sizing:content-box;height:74.4375rem;width:62.625rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:35.8125rem;left:6.499218940735rem;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; }
#VeeC8RTnJFcfp3rsB19LIfCCg9JnqoDn { 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; }
#M0XNazS9asgp0tLvSJITxS1oJpZvHqfO { 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; }
#Oif9h4CW7Hrit6yq0qXkXTNBfAgthWqv { 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.6rem;text-align:left;text-align-last:left;display:block; }
#Qrk87WkcCP6VVZAixAOIeyJw0DQsfyeJ { 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; }
#L5aKf7tpQvqrLTA7KOfG1FDxcZ4KwIsQ { 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; }
#DsvXtErIoITvAJGkkarRpPB0RNqssuH7 { 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.4625rem;display:block; }
#guZSbWJ3PvCATRLW90rqQztB0Uh0zGW1 { 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; }
#IF7daa3ADOIUqxelJC7H2ums3OlJG0Cu { 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; }
#p2BN8aRD0RJZvT8m48IbqKnvalDMUP9b { 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.4625rem;display:block; }
#bWqJ2TXbEgSHoKLR9wmhVOuxsAwTScT0 { 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; }
#ZOLq5GgHfq48dOF0EShgp1gm0iIZK19b { 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; }
#Kzm2AfMLe8dbrbAuzBoHC5CIX5EC0rLU { 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.4625rem;display:block; }
#Ovq10aEUJgSuinmHcgiupNJIQ534RUa1 { 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.3625rem;display:block; }
#MSXgdSDoieXs9XcxnZwnhlK5wnV95L1o { 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; }
#ppAnOCFKiAZVtE2eTAG8Ip7T7HQSTA9c { 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; }
#fRntptOXJ39fs9naPB8FmWVnE3cymWsR { 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; }
#kGPlDKhnoX19EkwFfrTXJmzhs5HHUPia { 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; }
#IkLonpgKGf4vJGLg3ShGoZsqoPhBbuz1 { position:absolute;display:block;z-index:15163;height:4.874875rem;width:22.8125rem;top:25.12451171875rem;left:26.09375rem;display:block; }
#zhQLRR6KxNnFVK1QeArKgUEKaglOtCAE { 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:107.4375rem;left:18.625rem;display:block; }
#wFAPMh7349XWGLoeg6GBQXGrpeQky4ds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBQhf22lTCapJizOnF5Kweo2QhDLWVOk { 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; }
#Q2gW2cDwTgoSfxTTnMTcqb3okwUJQf4G { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:caveat;font-size:1.375rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:43.9375rem;left:57.937500953674rem;height:1.7875rem;font-style:normal;display:block; }
#Mdz3RgBKDZCvLUpGW4MqL1p8IEazMBuL { 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.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2bLxZ0tGa7WBk85xOGq2Fu63V0V9fle { 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; }
#XTr1Nd8vLy855g0Z3aOwoT7Vr5UwTxwa { 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.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:center;text-align-last:center;display:block; }
#ucR9l8NFtORIe71TUTyfyHf3lIbNquXh { 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; }
#ynBlynSX4EKMH0ec5sns74csACSzUlIk { 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.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFlrxNXLKUALOLKihTEmPS2RO4WAyhDk { 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; }
#TuUeBuLdItq7MpWi7nWOT0egBpdHUzmy { 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; }
#iK8ZLSI3pARuof1DFXiFDJTakBmJAbec { box-sizing:content-box;height:31.125rem;width:54rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:74.361694335938rem;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; }
#kZupsgbVPgtRrNcw2erGxK5ziEMDWzQH { 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.6rem;text-align:left;text-align-last:left;display:block; }
#kvCC5dSWo8eMkn8R7d6WSuPrBqGF746d { 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; }
#rMu3n2xpGgTHPOiaZ6xl6HUt3oMJKiMg { box-sizing:content-box;height:9.0625rem;width:21.375rem;position:absolute;display:block;z-index:14996;background-color:#fcff02;background-image:none;top:72.07421875rem;left:37.536717414856rem;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; }
#pJSf8aKcOfSmwrVm8dqoPTyJOZMsTLvL { color:#000000;display:block;width:33.125rem;position:absolute;font-family:mada;font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:72.622657775881rem;left:31.860936164856rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZcSl5wfXyFG8MT1dvrigs5MaThIwQtkV { 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; }
#aqdCA9ThDuemTsckDTIqOHDTXho48thI { color:#ffffff;display:block;width:38rem;position:absolute;font-family:mada;font-size:1.25rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:81.917188644406rem;left:16.237500190735rem;height:3.25rem;display:block; }
#RHsEbndZ4763o2FVg79UT4mAdbDMAv0i { 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; }
#D5AQLvpOJZ6EaHX7B0EI4NOFtMvCLBxZ { 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:87.875rem;left:13.8125rem;overflow:hidden;display:block; }
#izEqVqELfK39XVI85OEbd1X2l6no5sdO { 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:87.375rem;left:16.25rem;height:4.875rem;display:block; }
#NtP8J4vF7MmMelVZCHvDLCO9fHiM8GzQ { 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:94.5625rem;left:13.8125rem;overflow:hidden;display:block; }
#nFpg3QSDNzyG0nw9esNemKEWxxzlqHPd { 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:94.0625rem;left:16.25rem;height:4.875rem;display:block; }
#WmC0TtiaZKhXq0bAJHVO5gv9oHO12rTe { 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:83.8125rem;left:53.875rem;overflow:hidden;display:block; }
#cFOdW1d7EDZzW4w1WN6ODsOs3KedCG9K { 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:102.9375rem;left:58.0625rem;overflow:hidden;display:block; }
#w1rHqSnfZn4AOtyWQfG9SZmVhdS722GT { 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; }
#lgVI122fSnWxSmL22lzFxIR1Ar9Wutp3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzNJJcE146lJ6bQAToEfOdFsFMVi3E5K { 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; }
#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA { 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; }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row .container { background-color: transparent; background-image: none; }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row .container > .video-iframe-container { display: none; }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row > .video-iframe-container { display: none; }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .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); }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row .container { border-width: 0; border-radius: 0; }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row .container { font-size:0.875rem;font-family:arial;height:207.625rem;width:75rem;position:relative;display:block; }#yW6bsGdw7ZTrHHA4x0lGOmT6qUxc6DJf { 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; }
#Sc1X72P03SGTod3PdpmiNHBIhtzm3GId { 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; }
#iHMLqxRTfK9Wl4D8uyWtccoprG6UVeCm { 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; }
#CZq1eBEQmOB9q1ybZn93TXWDHMWg0dMg { 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; }
#rn2SlmvieKtEEidmbIA71e6xEhLfoTKk { 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.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtE6THy9xCfnOWmeJC6DD9GXXBzHLC9v { 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; }
#tbiZwxzgGvyoE6bEeqaUCELRpizZXTwS { 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; }
#GDETkQnJqM3nH1RPXHD9WFeJLwMolZ0W { 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.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SRBopxg42SKcDxtSBOeVQAKnbbKF1LTG { 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.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uw3S8EW0xhMKULiyC3b0IberMrqUUONS { 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; }
#Wz4k9yL3wqarrle4b8loCGB2co1AyQ6M { 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; }
#E7TqDXQ3kwXnQenKXSTIt9pTyXoFxaso { 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; }
#sSrbkEoWewNg82Mm9WEALtZlWAJiN2iC { 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; }
#hZxrGpJdArnaTGH5qxSmVFN7hdQdOhQO { 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; }
#dlKQwxQabyfhWM326c9Pbnm36trJPyeB { 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; }
#h83P5LStEtgZrE5vPBAKZAQQQs19tv1N { 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; }
#egpUSyn0BzQKxx064K5EHJrZ18wGognP { 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; }
#M1Ns9mUB8H6qGZrxsGHTPC3gP4JX9PH6 { 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; }
#TNlrT1tP6fyn96ecWO5yqr7BNvDtTUqo { 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; }
#KS5gqM0S6KfWKG1NKPwhbx1kTIWwSM7J { 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; }
#r8gSfA5QHcPGzoWiGB7h0mh5gMwGdUl9 { 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; }
#tkrUTr0omaGR7gTrU4qxXAlb9MLf1esB { 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; }
#S4zB30fvLkndiBUF4su6l85kCSWHXxHc { 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; }
#S68MFVoIztpSDcb7D1RvX88WEGup9wBw { position:absolute;display:block;z-index:15077;height:59.8125rem;width:75rem;top:93.6875rem;left:0rem;display:block; }
#UGIcCdlvMU57bk2CBiISPxxu3E1kOOkT { 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; }
#fp34EgO8hUs92A7e7wepG0EuSGecoJtX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aA7tARyryGc2Jacmi9xW9WAU1gDfPGnI { 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.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THRQG4JTC50SGfnZ05MXkE1CWFgFJQwX { 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; }
#IcuZbvwEVhCetobUNZFNFVoAT6EoSk9d { 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.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOoU7GKXAp0FFrnSv22ndG5FIXEsQ5Th { 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; }
#RrOmRoab6tPDmlgEcTmua4LtTqZP0kcs { 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; }
#Jpq51iAh4umrzdrlH9iWzBAmD2eOGxTT { 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; }
#t8ytngEIGvxoeRDAEHzzHR7alJQNc9UK { 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; }
#NTkRkhCi5OvfJMXKqonAdLumTeMGGJ0X { 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; }
#gR6oGlDqbGPNSTW9hx0QhQA9zrnZ8HcW { 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; }
#Fdxe5yTvTCnI5ryBe1oZXGiORNTuZUox { 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; }
#G8QGd7ZBDiVSrneUK3Mn9ELDM0NybKun { 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; }
#Ut65Q0goXgHsWsOc94JSSEoDyT41pcoQ { 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; }
#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O { 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; }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row .container { background-color: transparent; background-image: none; }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row .container > .video-iframe-container { display: none; }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row > .video-iframe-container { display: none; }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .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); }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row .container { border-width: 0; border-radius: 0; }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:block; }#eQPTvaPvqTLZdATnfQhMlzoZFKPT8Zn0 { 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; }
#QDrkVXgi6c06D2UNON83rwhpkVf8hZgB { 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; }
#MiNLwygX1gGoDlDpDBy831dv7iaPqFCO { 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; }
#a3x8cwTyubuvNRy4JzKtxyPBS4dOvkPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tt1H4QuSDSw5dFEsFTBVeOL9lLHlZT8I { 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; }
#WcEoZvCQV0A2RvH5hwtO8171RlG9TJ1f { 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; }
#nyayUuMCpfXqOCm69vrk7kks1zbb0ddX { 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; }
#wBVo8TrGI9C3nw9PWDXvGb0cnTdNzqq9 { 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; }
#gkLOBaCrtITnqpOuM675pQsOP5P8gTkA { 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; }
#blm7NkklKINTTzyVUMpTWEgkPRdbB0dX { 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; }
#QaUG0zHlbmmDHn0z0PJDixhKXSaPFBHB { 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.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jrht7wVggrWcRvUzIvsWmyqVlutRaubm { 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.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zlZfBXBRI8NGNdlUz3GkuFwMGk33B0bl { 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.500000953674rem;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; }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 { 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; }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row .container { background-color: transparent; background-image: none; }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row .container > .video-iframe-container { display: none; }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row > .video-iframe-container { display: none; }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .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); }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row .container { border-width: 0; border-radius: 0; }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#KsTd2PymwXCvqOinS2HLyVX21d5Zr0S4 { 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; }
#vkLhwLKlcudvc3dJDDdEkkNDLE5Tn8TW { 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; }
#ktPVNJzIE8dHGFZgOB2s7QFWpV3UgLzD { 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.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cG6EURnxZS919geEHtuTmkqR0XvtXxW8 { 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; }
#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k { 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; }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row .container { background-color: transparent; background-image: none; }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row .container > .video-iframe-container { display: none; }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row > .video-iframe-container { display: none; }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .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); }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row .container { border-width: 0; border-radius: 0; }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#bOmKSUGCV91IWpK6bcaITiTBOvbRwWiW { 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.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u { 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; }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row .container { background-color: transparent; background-image: none; }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row .container > .video-iframe-container { display: none; }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row > .video-iframe-container { display: none; }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .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); }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row .container { border-width: 0; border-radius: 0; }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#GsOI3FUcCna5nrgp7zFIySvBuUnb8D8H { 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; }
#gfixh2KxzygMwvWnh0vRiishQuTXBe6J { 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; }
#TwXv7HSDQEBl7SADHasTeb6I5OfB2eod { 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.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou { 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; }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row .container { background-color: transparent; background-image: none; }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row .container > .video-iframe-container { display: none; }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row > .video-iframe-container { display: none; }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .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); }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row .container { border-width: 0; border-radius: 0; }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#y5NvwhcAtAUgRxcxkgLIMFdVT2KSBZi4 { 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:39.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ { 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; }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row .container { background-color: transparent; background-image: none; }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row .container > .video-iframe-container { display: none; }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row > .video-iframe-container { display: none; }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .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); }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row .container { border-width: 0; border-radius: 0; }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Q3NKbuskAR7e8cvsglSH9v7gt2Wz2ZLu { 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; }
#v8EU1gDAe6riiB3hOm8yTftSuB6352z2 { 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; }
#taXpbaVq5fdV5woDoNdtGZgmXmG0ikXZ { 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.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op { 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; }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row .container { background-color: transparent; background-image: none; }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row .container > .video-iframe-container { display: none; }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row > .video-iframe-container { display: none; }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .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); }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row .container { border-width: 0; border-radius: 0; }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#cd7K5snr42TAvdft46iLWCRaSveqvrvT { 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.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KEghb5n3aroNHhorL8SF11BuJ3TFFkum { 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; }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row .container { background-color: transparent; background-image: none; }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row .container > .video-iframe-container { display: none; }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row > .video-iframe-container { display: none; }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .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); }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row .container { border-width: 0; border-radius: 0; }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Sh2nRR9Eb7COEkugItElsZFGGUl6Vfcz { 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; }
#XoZHgFfAfi4fgMoVFmc070y7EMDXhuWp { 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; }
#fNapI8rtSwnbApoeh7JEdTQE23zHcTU2 { 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.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ { 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; }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row .container { background-color: transparent; background-image: none; }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row .container > .video-iframe-container { display: none; }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row > .video-iframe-container { display: none; }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .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); }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row .container { border-width: 0; border-radius: 0; }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#HXFLrRNNXCkSbMAuRg7e3F7lNnA8Ipsy { 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.1rem;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; }
#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI { 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; }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row .container { background-color: transparent; background-image: none; }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row .container > .video-iframe-container { display: none; }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row > .video-iframe-container { display: none; }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .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); }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row .container { border-width: 0; border-radius: 0; }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#QLJGUhuWdup6f5bWUxkguIie3KdF2ZJr { 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; }
#TTmBsKcJvkInarqqPvMzBsHkwCv2aIdc { 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; }
#URpas2kS4nNEZzJbg8iKzPR1yL9Q2e3b { 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.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH { 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; }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row .container { background-color: transparent; background-image: none; }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row .container > .video-iframe-container { display: none; }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row > .video-iframe-container { display: none; }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .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); }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row .container { border-width: 0; border-radius: 0; }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#bRTHxs5eRcAeXvXyFzvAI5Pbwwv52cx1 { 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.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ { 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; }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row .container { background-color: transparent; background-image: none; }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row .container > .video-iframe-container { display: none; }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row > .video-iframe-container { display: none; }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .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); }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row .container { border-width: 0; border-radius: 0; }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#opkmJLHeWU7U3pZZuML2T9NCpTIREOyT { 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; }
#XZppuzJS6WrDD2tghdpRT81dxU75ncIb { 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; }
#JFAzKhHb7CLv4CCqVOoMvNImI4P8EWvg { 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.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e { 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; }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row .container { background-color: transparent; background-image: none; }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row .container > .video-iframe-container { display: none; }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row > .video-iframe-container { display: none; }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .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); }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row .container { border-width: 0; border-radius: 0; }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#HOzNhVds7zcnJBSC40Gm6u4Ix5S6FEbD { 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.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 { 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; }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row .container { background-color: transparent; background-image: none; }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row .container > .video-iframe-container { display: none; }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row > .video-iframe-container { display: none; }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .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); }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row .container { border-width: 0; border-radius: 0; }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#yu0bXHtWDfUQhGlVToXTztshAI1JZrdR { 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; }
#iTCnnBBWZEU2CDGVvvDqNSsvcuh9MwPH { 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; }
#NR8X78t5p2R18NNSzSi0qK8C7fawkq6H { 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.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M { 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; }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row .container { background-color: transparent; background-image: none; }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row .container > .video-iframe-container { display: none; }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row > .video-iframe-container { display: none; }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .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); }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row .container { border-width: 0; border-radius: 0; }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#Rw1bxJS9BPCBFOUMIwQqq1W3S5GE6ug3 { 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.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK { 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; }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row .container { background-color: transparent; background-image: none; }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row .container > .video-iframe-container { display: none; }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row > .video-iframe-container { display: none; }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .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); }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row .container { border-width: 0; border-radius: 0; }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Zoeu4tWifGhkW0PcTiLE4szI8nQn4lsb { 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; }
#QBbkfQ8weoT4RISkaZVM2FD4NdEAhTXs { 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; }
#OSL5aG9m3cSeEfQJAixcdxSiR4Vh1yu5 { 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.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F1cmhEuVS114KFCI6Jqlqwc9555e820M { 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; }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row .container { background-color: transparent; background-image: none; }#F1cmhEuVS114KFCI6Jqlqwc9555e820M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row .container > .video-iframe-container { display: none; }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row > .video-iframe-container { display: none; }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .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); }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row .container { border-width: 0; border-radius: 0; }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#iWFeiQEyrFVilcN6pOgqsCepnsq3MdX8 { 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.7125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL { 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; }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row .container { background-color: transparent; background-image: none; }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row .container > .video-iframe-container { display: none; }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row > .video-iframe-container { display: none; }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .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); }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row .container { border-width: 0; border-radius: 0; }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#dSImzTTGU2g2sumlfc6CL6vkAMQnmiJ1 { 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; }
#eyLXDIyMwIkqDm6bwuGWkSxXy1yqZPTM { 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; }
#Tn0MgGoTLo5LtoWBMQQ0PVTg46cU15ni { 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.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt { 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; }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row .container { background-color: transparent; background-image: none; }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row .container > .video-iframe-container { display: none; }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row > .video-iframe-container { display: none; }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .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); }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row .container { border-width: 0; border-radius: 0; }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#orngxG9m0Oil49uZvcJTXCLwvu3ImR43 { 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.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT { 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; }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row .container { background-color: transparent; background-image: none; }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row .container > .video-iframe-container { display: none; }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row > .video-iframe-container { display: none; }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .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); }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row .container { border-width: 0; border-radius: 0; }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#e46NzuNkGdN52bHT5kRQom5Jxl2d0obm { 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; }
#UDi3Nf2MRTtgcoSWpEqb1ycdOBv2dLgB { 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; }
#gBIPtSkQBJPQqdx2gftiLyb0hZGx9IGb { 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.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM { 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; }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row .container { background-color: transparent; background-image: none; }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row .container > .video-iframe-container { display: none; }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row > .video-iframe-container { display: none; }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .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); }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row .container { border-width: 0; border-radius: 0; }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#sqHVS91HUcOuSa9MRyCRgEG8LPx6F1AF { 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.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh { 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; }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row .container { background-color: transparent; background-image: none; }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row .container > .video-iframe-container { display: none; }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row > .video-iframe-container { display: none; }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .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); }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row .container { border-width: 0; border-radius: 0; }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#FdhyD9VRqRrxcn0ekQI9UDLNS86XF8dW { 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; }
#FLJhtaMoIslGq2GVsdRpG3i8mcLyRwlt { 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; }
#fJBH8rt2lfWSVOBOFSSFre8hN1IsBfEH { 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.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq { 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; }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row .container { background-color: transparent; background-image: none; }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row .container > .video-iframe-container { display: none; }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row > .video-iframe-container { display: none; }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .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); }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row .container { border-width: 0; border-radius: 0; }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#sK4iVrvhnWpl9AlJQ64eLiNuuCM90iPH { 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.775rem;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.1375rem;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) { #Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN { display:block; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDZqVL4F951qa1FDDnXKVugyRvbxq9sJ { top:6.5625rem;left:19.999877929688rem;width:13.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8PRXduw0vweG7N6GcTMIEA4yfGW4XTt { 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) { #CXoXSutrNvfGVSt97ySPLt1gIFfJ3TLM { width:3.9375rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJZOBEvyn6qbrPb7LVuvx3RhS4SryTrT { width:22.125rem;height:3.6875rem;top:25.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABUCVzrKukfkgPgyk4ugUVrK29Vug0Vi { display:block; }
 }@media only screen and (max-width: 763px) { #nJkfqXxgACaJKNTI0kGOI5Ek5Anb8GTI { width:36.3125rem;height:7rem;top:6.5625rem;left:5.6871337890625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9EWpyAD89LugTzEM1iaBC4xEhTRHBI9 { width:17rem;height:2.0625rem;top:14.125rem;left:26.9130859375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS1ug1qWD2NSBred2GDMR6mGFZQVOll5 { width:40.0625rem;height:6rem;top:17.875rem;left:3.81201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGtMOzOzD8RxDxIII4bMOPLoJoTH7ePU { width:18.5625rem;height:1.125rem;top:30rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEDGSUP60JhLAWIrAvyl4v1JdnoX5ktt { top:26.0625rem;left:0rem;width:47.75rem;height:27.079216rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7FdVR4F3bIGJFhT8hS7Q9d97TnustaM { top:1.0625rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p62zlxMI2cCkmXysK8rpt02bNG7xeAle { width:30.6875rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLsa63AbGHGrrTdSQ7sxvLWIfCK9wyPZ { top:50.5rem;left:0rem;width:4.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VILWBVvnpnG6tuxBwwIze5MVcrpb0MsL { top:51.125rem;left:29.3125rem;width:18.4375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5uo9dhT0D0biNn3ucySxZqCLIhiqJg7 { top:49.75rem;left:38.788330078125rem;width:3.1875rem;height:2.7588272856313rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag8a9a6p7s3L3Q4JlKZLmIIfXU6Hpfcy { top:0rem;left:37.25rem;width:10.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRT0BTAEakod9JxXVbXydTVxD0SBeEhO { top:31.75rem;left:12.875rem;width:9.5rem;height:2.7945377409676rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3EKnVJqMGIJySurZ9PMxNM6ruA2rcGP { top:32.5rem;left:20.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtEC5E7tQqJxpv5VFq8mptChl6ElMva5 { width:13.625rem;height:1.1875rem;top:32.6875rem;left:22.562500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQaEiq9yTMhf0qZ87v6w0G3qla0oGS21 { 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) { #U8HnzVKr4LOha1clDlmbazgPsCVPRN3c { top:31.6875rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSWwdZabCE7CeXKBW3Doh52kzSlKGCJC { width:14.0625rem;height:2.1875rem;top:32.8125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyUrR1unJaIJhJ0TdctEEsyBCfsqRAWq { 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) { #pxk3w2xtkHD2ASUCKzguQt9filD8kk8U { top:2.5625rem;left:15.25rem;width:17.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHbP0CVeB4VyPDa3iuzwGaW36af6dedR { display:block; }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS7uODPPi1J5DxIrF02neuNHIxr5vbz9 { 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) { #i6IW2Bpcfw5SgA4o05ZlNW0hGJFG6fSs { width:31.5rem;height:1.9375rem;top:23rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubFnPH1xEnsDiUTklGd6UwbBZOwIeH6r { width:35.625rem;height:5.75rem;top:26.0625rem;left:7.8583984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroWh97UlVeWzNdUdQpSfZNFlkKTd5kG { 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) { #GU9icm0NJfigApbRiPzeGWgxE9CbmDdE { 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) { #aSt4a4yTZEEJk6Xq7MyJX77RusZXTkfq { width:38.75rem;height:4.9375rem;top:62.0625rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zsh6Lq0HsxtUwMvXGGLiseoIRpyxTn5I { top:23rem;left:1.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNIqXTBs9z2nTQh0OWmkBBeAGOun8XA7 { top:39.4375rem;left:1.9054689407349rem;width:4.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DUCBR0cXq0Rn3TdwFG70BVhzQ2B6OS { top:59.1875rem;left:1.9052734375rem;width:4.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXnHqJJpmHLLT1tKPQg7qlMOaTSp9aWv { width:17rem;height:2.25rem;top:14.0625rem;left:30.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0B8EqApA7sihfs4q3Nd7qToxGqfLTxT { width:39.75rem;height:8.1875rem;top:23.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxSQU3xhl99eNfRVsoNPpfq6sk3G7ui7 { width:36.1875rem;height:2.6875rem;top:33.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwO88UME7rUQS4RmDgAQ8yqesrfbCLkb { top:33.0625rem;left:34.71875rem;width:11.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhupG5qqTkGWJ5XL8nmqxyU4l3z3hv3r { top:36.375rem;left:30.21875rem;width:11.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ30koUJ0dqgrWHTQT7OUziTUdhU5R8R { display:none; }
 }@media only screen and (max-width: 763px) { #l01dCq71yc54gXKKSPsJc7Drg5Fm3t2w { display:none; }
 }@media only screen and (max-width: 763px) { #bQTTHH6NroPK4iZurK4OLx0PpDZ89GoV { width:8rem;height:2.6875rem;top:28.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVxfcG5CkqLSWddggnH9PbNZLgX2XUTU { top:27.875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfpDmT2N5NN4EMhONAlsg69PSXVHUs1J { width:13.1875rem;height:4.75rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypR8In8KWXbFmiZHri4LNHmv6nEK5nTE { top:29.8125rem;left:0rem;width:4.5625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QACLgbzycUuy8UmMQnK8HcKApilTSO8s { top:22.4375rem;left:0rem;width:15.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknExNUkmyLIy6U9F7e9RNCl4REEqZmg { top:90.3125rem;left:19.6875rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3XrntRTsmTJO3IQVZcBasK7STTBMVmw { top:89.25rem;left:0rem;width:47.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcX3CsVnphKAMlnknxWKxcLf2pRKTLTS { top:20rem;left:0rem;width:47.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwdEbgPWzvC38SOmndVyCefOTEP1dpJB { width:34.4375rem;height:7.6875rem;top:42.5625rem;left:7.749218940735rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrzEEKvCp7JaU4KqIOmHxF3JEJQ7AydA { top:36.875rem;left:0rem;width:47.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFwZe5HQs64V5KVCkmCaRiM320exxqKc { top:55.3125rem;left:0rem;width:47.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4n1MNDABrJGc6eXIWeNNpcZRwiMGm6k { top:28.4375rem;left:36.6875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAIch0uUtkR1sz25ihr2zMqZAAVSZT3S { top:48.875rem;left:0rem;width:13.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzl2i6zl3UE8zQPQZFrKfhppRX5y9oqd { width:47.75rem;height:5.375rem;top:100.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZrsPiWhf7pUFAR7TpytrQUkqxMbn9rM { top:102.375rem;left:15.8125rem;width:31.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRpWImRhIVoOyp8HpC4uPcLvCgwbsGzn { top:46.75rem;left:22.0625rem;width:25.6875rem;height:53.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAKCE29WOJ6S8mzf8t4iXR49KSpBUKTW { top:104.3125rem;left:5.3125rem;width:27.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDehpl3dWXKdJWC7lPXyipF7LxQ5A7S { 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) { #Umv2THq9ZSg9QZQx3UKCSv7ghsHo9Tq8 { top:91.8125rem;left:26.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgaqLmaXBNSmrUV46ndBEUuf4ir9g5D { top:91.8125rem;left:25.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRo9VXkeRqy3CN2JpvKSxcpZzVJoTQO5 { top:91.8125rem;left:23.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFyJuw4sVxK0ydVR2cDKylnbLT2zZC74 { top:91.8125rem;left:22.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beCEQSC4AvF8BADd3USoPLT2XEKCoLVu { top:91.8125rem;left:21rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX7ysabcnKWlOXdL1TRU8ZmINKU2EAxd { 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) { #zQnRHQbSqaltnbEO8JS3iwsC18BNUOFA { top:0rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORuLW0hwcvRM71hPvZE558NqifBV2iEP { top:1.625rem;left:38.5869140625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulxRPggDwfMsbOXhKK0lahzu5aBLNQht { 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) { #W2HEAPUr2QNcB1DRHFTX4JTkoEkL64aX { width:47.75rem;height:5.5rem;top:74.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIiTenfT6hJphcup3we5Neuta7dUBIcV { width:25.75rem;height:3.75rem;top:81.3125rem;left:12.68701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igUBlI80XdwiGOduWPXlGqTguyJiiPK1 { display:block; }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NH2J5JVRTKuu9TtZDHaNhbwWpUc6lwn4 { 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) { #QcMlepMA6SMoiXLPRL8cFFVUeDrZh8lT { width:31.4375rem;height:10.4375rem;top:17.3125rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVIEfJXTNIQfQxnwhOMTUEfrImzfXxex { 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) { #T5N4UHZVzg7NTUaSfTWXxBUrITTzpqMb { top:29.375rem;left:26.4375rem;width:14.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAWThsPTTJkLSTeG0affIWDoT5cTdyg { 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) { #n6a80JZS8vWZFEAbK7aH7krd0IVgbUte { width:30.75rem;height:5.4375rem;top:50rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU20D0sme0COOPklnVkShS4I4MO1z0Pf { 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) { #PguElDv6M1tCRkz3RQx6OcvuKrtRGUIr { top:64.75rem;left:26.5rem;width:16.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D19wOhp2qTPfdokTxAQ0Ik0fQ2LwlTLT { width:17.625rem;height:1.4375rem;top:65rem;left:26.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pocXLtOg4FDNK4oMAf254tpOw3lDzr4b { top:58.8125rem;left:0rem;width:20rem;height:20.562125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFgxfDlwEF1dJmi4KZyJux9RqeB8npCG { top:11.125rem;left:0rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiUzNkGvyA3giKaygkm3D4QhIJqXzTTT { top:21.1875rem;left:0rem;width:16.8125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzy4wkdIpvZgIDzTZomeiwFWBiAbUWA4 { top:55.5rem;left:0rem;width:20.4375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRF1kgl6svdlezcmC9ogBhOlvIdkHnXF { top:67.75rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsRX2NOK5rk0MhvcDvCL3mZtc7KIADc5 { top:35.75rem;left:6.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqExNroyXpVcpX79CKoTnyONxtQZ5Pr9 { 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) { #rT9V18iJ6ykwOWzuTW3ZyITDVF8tMlxT { top:2rem;left:21.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGhIBTv11fN982qITHAbCVGQuxsf4zDH { top:2rem;left:22.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEL2TPRPQDLwPAU68iMh3aIcsiIxsK1c { top:2rem;left:23.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTT1xuuWDvrx6khLqpG6pQstJz48U9Tr { top:2rem;left:25.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGKl5kfiQDJiX6xLXfd0BsixHVOAufQU { top:2rem;left:26.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9UZxLhQspcPdc9wMc6PHbODddBLnBM2 { width:36.1875rem;height:1.3125rem;top:0rem;left:6.0617189407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 { display:block; }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lveRwrWiphHI4L27fShIGWxJgwt7XLhM { 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) { #LapH7qIWEI1zyZCO3ATDzSTW5AXwO9nS { width:33rem;height:5.4375rem;top:7.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaA8967lWvT9c3vgDayaIu7ShGsMhweT { 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) { #RzgFWHQk46gtLQxJkphetM88dEWT7ypo { width:47.75rem;height:32.6875rem;top:26.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWVPcUp5meEDExXvrIW1ENqSwJ5dtNJf { width:29.5rem;height:8.6875rem;top:14.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1TZ5eKqbhia7V3XNS3gFZeuiFwTy1le { top:7.6875rem;left:1.75rem;width:5.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM800PSXl2mART2eztaagHTT8VIbH37k { 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) { #cb0Wb50vZ8gS2aN795XAO81FBRDN1lgp { top:7.625rem;left:25.75rem;width:20.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EpXdxs0BdCzDmCpIBQWxZwQ4TmTeVy { top:26.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppp921Vmnwld1iLoH6TVdKwNRQs64uum { top:36.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPdGpVeFgQVHspFqdP4QeFaPOQKq9tKh { top:45.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHzbplFoyUDf9xmWEAKoEdZguigkfDIz { top:53.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFKzDOT8xJlZ8NSRoToshWKDscRORrO5 { width:33rem;height:5.4375rem;top:63.375rem;left:14.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVOM6Nr8XqffrCPKGiwa9pwvNln7Tacb { top:66.125rem;left:23.75rem;width:6.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRP16IddD8cAbbu3yAnBqFlBOpJNkTAB { top:62.9375rem;left:0rem;width:22.1875rem;height:18.49975rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 { display:block; }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5k4HILCLPiVQpld3Xh3aT58MLgfh4Q8 { width:47.75rem;height:5rem;top:4.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0UMcPJzIh7yuNKefFsTwwBoA4EXo2G { top:17.0625rem;left:10.625rem;width:24.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF1TI6d0GU4ZhXfL3UQf555uyeklmC8V { width:44rem;height:7rem;top:11.9375rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng72xFuc2mmn9flOqiMftMTrwAwLhxAD { top:23.4375rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkagTWxZ1QLxbnUnWs6m1Um5T81CMiOo { top:24.75rem;left:19.656250953674rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1GQyF57uvQdTaEvJHWqcdZQPTV3kZ8G { top:6.9375rem;left:26.3125rem;width:19.875rem;height:0.93457870680953rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHLvGhcoT6K2LytIyh5FxDx3kN9z2qvX { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BldyCKLDtqJdTudTHM8lXbpbdr0eE07i { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agv8XDIuqq1Ck2DuelVQ6D9CbTIaEuKH { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z119aGGEGmakR3q8TFxKdTT0gKNAysG6 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoHz8io7Ex0VvvGlTiwrU7B5AVVWkthv { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqO4bedQrIyozgOTyRxa3hFigtAfVthJ { top:44.5625rem;left:25.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWWxlOKIS11DNyTTUeV6fH435D8PtJim { 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) { #lA4cZFucuAesicn0TTNE0VuGoQ5K27zo { 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) { #lA1V6UcfGnVlmzBLe56fJxqC1eTOF8EZ { top:44.5625rem;left:24.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8ZRp4BCvHJesq6qgKZOdwNzv7iuqW7 { top:44.5625rem;left:23.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNylUtpEmItEdW0L1vSNDcLNiWZG4HeX { top:44.5625rem;left:21.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieUFGFTrqZPDaNLyS0dqkmWFDFMp5k2y { top:44.5625rem;left:20.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvPMTITR2bOx0eqcIF4klAg50PwhAMsP { width:47.75rem;height:6rem;top:33.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sltXuZ00cuiRbgDpMfEkR2HevQ0ZfFQh { top:36.9375rem;left:0rem;width:22.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luE6ABIQK5r4iVTA2PMxJVrdryDkVW1M { top:35.4375rem;left:21.6875rem;width:26.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdbctTA9xLL16Pn9kNOfc4RuVbezExC2 { 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) { #nl4RAbbTpvX18MegD2T5Nu25lpzBibxq { display:block; }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #botJZLCqAW3DnEG5F5fGKrcfzNhVVZOt { width:26.25rem;height:5.625rem;top:9.5rem;left:19rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl1w5HLNhKIfofD7n3ekwZorAlQrEUSh { top:30.875rem;left:16.0625rem;width:31.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw2NK2IQkIhDk0lNkyJ48pZlzyL3tgFd { 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) { #yomAOutEvcv53aKDpWsJZf8BB8yMW6PW { 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) { #lmWTJsue52q00zNnnP8SRLsTo9vwSLil { top:8.9375rem;left:0rem;width:21.75rem;height:32.282665318028rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4S2lMJMNer4Hr5pkbhAUpexgOcd6PVd { top:38.625rem;left:14.9375rem;width:32.8125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMEVEDPanUZ5xffNz4CMqbtZT4iUMMHA { top:36.5rem;left:44.875rem;width:2.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRwbTqEv5vWatUWMQu7MZwtfZzPsRWrb { top:53.75rem;left:7.6561279296875rem;width:33.75rem;height:35.6860625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgcIRTvGl1wRxWkk4qs5CTko4GuPFTTa { top:82rem;left:25.9375rem;width:21.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzeP5Z2Zx40M0gQaJA5V62MwCn83oOkS { 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) { #TsRRZWmICZcNf0oUPJriDbMEtsTaVw1U { top:52.1875rem;left:13.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g71DUVC7cMctclCRMpegacz2wB3K06CD { width:15.6875rem;height:4.9375rem;top:55.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNCDsVdX4gLNsKQMWdtGk6nrTCRPbzua { top:53.625rem;left:0rem;width:19.6875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDk6Df8FbxzeIW2plu7F38AbasBOKI4i { top:60.875rem;left:33.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruc91s1NNAlxh1SPTbhIpQ5Ag3WbUVgA { width:15.6875rem;height:6.5625rem;top:72.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJN5v7fWqCi4OF5QM8aLzqgGb7op1Xm { top:70.875rem;left:0rem;width:19.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyLDoecvQ4CyyRd79dqRpUTtks8L1yGT { top:78.625rem;left:9.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnqGrvU3fQAGd6o0hgtGvDcB1OHx4Vy8 { top:62.75rem;left:26.6875rem;width:20.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBIxkgxxGB7HZJdTwKra65tnnQW3LJp { 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) { #hDTv6g6EImoySk3DJ9LUvTcWksacAxot { top:79.875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TemquRavtv6T07UGyNfQn7lSJRHAb72R { display:block; }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRtR2zRXrnc8mDEB1NiK0u42bD3NX9oQ { top:9.875rem;left:0rem;width:35.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #izagSI02EOFQFHdBaO4zT5P9OIP3eEnC { top:12.25rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkiCFVZ1L02XnhOAmAdir6PAVZ4HxdCp { width:36.1875rem;height:2.6875rem;top:71.3125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfOx7gei1kTgwgkdutdyxuMqcooOOM6g { 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) { #oPoCTiQv7b3JNTl5W3yuoMaubwVC02iC { width:47.75rem;height:6.25rem;top:6.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnZops45wBzATdIN3rt4TAxPSDWFpJ19 { 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) { #cxkTN6LCoLJCx1OPsRXtrPaqgBwZORCG { 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) { #g9q3IGh97D49kMChphTwQUMfu8yyc1sy { top:22.1875rem;left:0.875rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXwKyVPPha8yapxJwfnitSCHRNynoQuo { top:26.1875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK4LH1apuugNTmM4qaT1va9kCJtfwHQS { top:26.9375rem;left:0rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqSCnLt535ZVUEBtTD23ZopPwsiLiXZ8 { top:41.625rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3XJqoe9MNQTUOWLCZ5pJHD6gLHNUpSR { top:40.875rem;left:43.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icUCulQdgC3nBhcTeeXF1AZA8VvseLkn { top:53.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFi9oTTTpyyZ7NdsU69CzezZ9e5G90Rh { top:54.375rem;left:0rem;width:2.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXxdyW72FpDMG5gIGbFr7bsMLlGR74w { top:70.375rem;left:43.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2TZ7h4zJ9JO9JikS22XuUAQR5KdiCHh { top:71.375rem;left:45.375rem;width:2.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtVSff9TB9KWBmA4bDH6UeUonMLRR02s { top:85.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSuacGIRqPVa7Sigloq82zvgmvn3Zn0 { top:85.8125rem;left:0rem;width:2.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqszdoBNQhA00VHWlUTfDWhtgJVTJSm1 { top:99.75rem;left:43.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiilW4gub4RG2afIoOp6d9U6TBqApeiA { top:100.5625rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAOqfCPJ4t6UgLWNHgWp3i5Tehl6owLk { top:116rem;left:0rem;width:47.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAtLPtvJnGxpLuw6DllbqykGZNBEUHqd { top:117.6875rem;left:19.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GysIc4f1DhEEbix8AtcN7CcMsfIdZT8r { top:9.875rem;left:0rem;width:35.75rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCvPloGq0xUvhTdLzPqdXZPloqayAg4A { 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) { #N2JTGkTso1yc8hLpA5UuSNqA8gQavTCo { width:36.1875rem;height:1.3125rem;top:88.75rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmsP8KOw1X9Ckn2k8x6JtAhldPU9Nulp { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p68Zdx6zEOOBTHArPrGo0v4DvBKZ9VOu { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4F7Qu16veaVMZOgzzFaG92qPaqbM2bG { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGSic11h7THk94pmeCHrsbNrabl7ER6f { width:17.5625rem;height:12.125rem;top:167.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q85IcJRKRrcylvsIAOkpE1q9nQh63Vf4 { top:82.875rem;left:29.8125rem;width:17.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssAtzC89wMZMaLlzH75G2OsDIWlGaNnr { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqNimRGvZJRkvxUkbatpicTFuwct6pbC { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn5ns509BKUiDkKgOSKpQDrmFEOcmmT7 { top:79.9375rem;left:23.6875rem;width:24.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXWPx7cJ2COymW01eU6TSSIzqTTR5Go9 { top:105.6875rem;left:6.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU3koQ8R6kAx4Mq5XELfhgccN5eltyTs { top:105.6875rem;left:4.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN9GxDKTVAd05vZwCHvALNrLAVTE9oEL { top:105.6875rem;left:3.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW14iICuNmXx43XGJOHeSlhKoahkTEt9 { top:105.6875rem;left:2.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7T8CdBWB0k8w22TWW3elC8X7hBMSaFH { top:105.6875rem;left:0.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cngzRpfoyTJCqImFB5DdB4XUb14zvRTu { 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) { #rCS32tNizSgw4m9aqhhuVPhlPEl2nsWO { top:24.0625rem;left:11.4375rem;width:24.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teLfqcC1oJzEhqx88msrIfkCXElVrVoR { top:27.875rem;left:0rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Z7GGeWQAAZrAEgR0HANDAl1BzwFpl3 { top:42.6875rem;left:35.5rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNKZEyyAEtghGTlOWcSCzVWcPqtVwUWa { top:36.875rem;left:0rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbeRiPHEIo6hrBCxXTcnZwsWMV5EXUyw { width:40.4375rem;height:3.25rem;top:41.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ8t2QH7E2tgZtT60IT9zWC94Fbu4Nlw { top:38.75rem;left:0rem;width:30.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEasqdIJAdNH1wz267nDnH0FTK2aMcQ { width:31.125rem;height:1.75rem;top:39.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BchC6V4SfxhkhqTmCtknda53CcQ8tetA { top:55.3125rem;left:0rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpTkJl79NvkU1tPb8hJ4TsDe8fa7CNL8 { 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) { #Xu9DeXZuiiFrHk5XAOS9BNxTzUr7ULFf { top:51.6875rem;left:0.875rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6E9shqHwMOw74WG0WUrby6O0Kd9Kq1H { top:53.5625rem;left:10.8125rem;width:20.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpvK2hLt6J7LnEg1WJk77tWStIAih15X { 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) { #OT5CQDg0nDG0tnZoxlQ8NBDiowLfODCu { top:72.0625rem;left:35.5rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBhbNABPyvhHf5CMosQgRF1lUdrCdXmQ { top:66.375rem;left:0rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79E6SDf2ka7gD02HEFhpg02wHwfqNgk { top:68.25rem;left:0rem;width:30.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNGqdQ3sA95h5XtieTpzdqzc9vDLVhit { width:31.125rem;height:1.75rem;top:68.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2l5KoFWvP6yHzfXdIzXfyny7CcVeeAI { width:38.8125rem;height:4.875rem;top:71.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZR2P6MNV44UTcwVkmun9xKxOJcvOza { top:86.875rem;left:0rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTgArfKeRJkrfw6nw402XUDb5nRL3GRk { width:38.75rem;height:4.875rem;top:86.0625rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7r04ukHLuPkEVXfs9cRMlsAo6BNUPma { top:81.0625rem;left:0.875rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxD7HFF9crr1QdNuD2hzBO1GRgTqVAx3 { top:82.9375rem;left:11rem;width:26.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a92xi10X5vS4dB9BScHHbZE3M9qsRuIJ { 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) { #w6HBxpAM2HE83RhqdQamBWlqpWQnFzKB { top:101.4375rem;left:35.5rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSaDxuLO8MMbxibsdEPTX29cC2UNlhy { top:95.875rem;left:0rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZUQldoeQGKR3FJ0aGlwiGEOAsUEPIN { top:97.75rem;left:0rem;width:33.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNd1l5TpxBG8mvmL9HxNLHC2EwUv52CN { width:36.3125rem;height:1.8125rem;top:98.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn0EaO523TLRkAmN41nMkwpD7SR1M5kJ { width:37.5625rem;height:4.875rem;top:100.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS3tewr4WSIM13HOG16uRMgGzlzbzokH { top:132.1875rem;left:1.9374990463257rem;width:36.3125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6szrrc3trCvlA8dRlbiLoK3wZub1qCk { top:130.375rem;left:25.562500953674rem;width:19.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F { display:block; }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXd6zm3GP8rcZnHCVecw4pKexqeWTXta { 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) { #faZydCVWmG2IoA3KAxW2q58AJiDwnybd { top:47.4375rem;left:24.5625rem;width:23.1875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg8WpFiTiS8lLLEAPBsVMwQF7x52vGPL { 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) { #RqymxSSFnTiEH7s1ys2rkifouzozNqTy { top:62.125rem;left:39.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smfzig6dPQUgna2nlKpvWagpV8xpsVuL { 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) { #bAtHDklEqAi4OhrxHTAwJy5NnvCQwvlJ { top:21.0625rem;left:12rem;width:23.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxdUV5WVksCeyLM88uPzHx8fokdGeph8 { width:20.0625rem;height:12rem;top:24.5625rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfb1Nnl5O42RhOWmxuvrxNtWUh4vGSTL { top:60.3125rem;left:39.1875rem;width:8.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgwR4SRrHamwJSTLSAWKEu64fwLSJDZu { top:55.625rem;left:29.0625rem;width:18.6875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlqCLn2wDlPI1eT354TnwRHkzc9n8iRJ { 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) { #QxdfkbxAGTgL8fu5E576HHcyRo78hoI2 { top:45.9375rem;left:40.3125rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxCmaTbPQTbiMqiKXZpsKQDLHlI7JIzi { top:19.5625rem;left:14.5rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTl7fW3RKgbuAPCVLzklns8TttVkGEa { top:26.1875rem;left:24.5rem;width:7.75rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQsgPTJBRqJdAT4PsrifsizqyCxvzq7o { top:27.75rem;left:14.5625rem;width:3rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5HMFvPrHNOcfDzesR5i2qPKk2IzuIAO { top:33.75rem;left:23.5625rem;width:9.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlXAIIOPMykxCVcne5AqZimHB5urdot { top:35.4375rem;left:14.5rem;width:5.4375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWQcp4hZiLTIhDhNE6izrfSV8g900fm { top:38rem;left:13.625rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIql8n506yZEaQRKy2iWVCyfdN141iDK { top:21.125rem;left:24.375rem;width:23.375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acc4TgVLKGD4yOMNNBuiJOC6G4V13HGn { 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) { #mFRhZ1KThHGUvqb1maKpddUP8fkDl52i { 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) { #CM43cFxdnqWq9VvhK84o8iPlf68T1qsl { top:33.1875rem;left:42.6875rem;width:5.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeDq8bWrlJBOomfq2TIWLbqF7XMfbI7d { top:34.75rem;left:28.1875rem;width:19.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #My1zasiP1NuPhUFwZx8HWHqG5wSkI5zB { top:38.0625rem;left:39.1875rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl07vXfs3E8Od6lUeBZZ3ZaRTpF6MPd8 { top:19.625rem;left:40.0625rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CzEHzkLORgDJCJcPHEmU9ERFADtJWe { top:36rem;left:40.0625rem;width:5.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMW4fO2ANiL3p85Oo2GvnilUdTrPOL5g { top:47.5rem;left:0rem;width:23rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N39TfC3IxZEcfXSS7mA6nbMLSNQvHUC1 { top:46.0625rem;left:0rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZVKTRksKZb64QPFhoZl53dsNo0VLiC { width:19.1875rem;height:7.5rem;top:51.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3bQCZNXmlrsOFK1FzkOxxSPKKuFLPbn { top:56.5625rem;left:0rem;width:14.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvnO1T7uCEE2UFRxbNr3dMwEcfhArxSc { top:58.0625rem;left:0rem;width:8.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAub4XWoNlgGOqqLNUSuGIpiTKDqHMAR { top:60.4375rem;left:0rem;width:5.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBxaylMczi2alxbLzoDVkBvCAvgbMPLv { width:13.625rem;height:3.5625rem;top:61.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNwXLL2OwpUfTuGGwyfs7rUXJlVfMdCb { top:47.625rem;left:12.125rem;width:23.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxMlrCfSBeXcNew5fwST2F9kzH9HwTr { width:19.1875rem;height:6rem;top:53.375rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9a7xSoeG4X27Szg1lKoDMOCxUENPB6P { 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) { #OPNi6OJWhiNL94RpnMJAOI5JwbnCrGFD { top:58rem;left:23.5625rem;width:7.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac7mkE8yvscvFTsD9El18LVeK9XLMna3 { top:60.5rem;left:14.1875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZSn60HA07fZUdmICNubdSVFfJmH2C4T { top:46.1875rem;left:14.8125rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4iMvgVDAFpl3f210CQybnBhPJByLx2K { top:21.125rem;left:0rem;width:23rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKs1mBbK13LzgmLtn94thhHg1td9zSir { top:37.5rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy1mwXXn1xKJWIr4MkuWIHa21MZNTJsN { width:13.625rem;height:2.375rem;top:38.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU03pSl75eQ8diOmvGnQcXfJgIKOXPpn { width:19rem;height:11.5rem;top:25.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcgdCcfmVKzobpU8FntSSUKtITVrEno { top:34.9375rem;left:0rem;width:12.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceGM1IznOe3QmW8MHXwLMkyRI6XfJBlW { top:19.6875rem;left:0rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z847mNdBptbEH80Vgqa7suB2IcwuZkef { top:8.25rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz2O3PgslLrRsNUAWBGFdkUZA2oyKBQs { top:9.9375rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPvy8BGbDH1q29W90s9ThORmc7q6MHNV { top:11.8125rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyq0QPKkgUl5lU0bQmkNlmDEsBwHbLwO { top:8.1875rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVzV7tboXcT080pNE79Eoq2DM5lWfAxG { top:8.0625rem;left:12.8125rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJwIdoT75SiHEpaZxQGKZQqdbQ3KGlZU { top:8rem;left:8.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNk7WxZeApKzwxKTiUlZLoZUUlKZZP69 { top:10.375rem;left:12.9375rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhgam1beNePNVAXWtL1VozTxVgGfnvq { top:8.0625rem;left:31.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwk9VctgRcnBQ6Rmat8KqcZn1i6nqd0Q { top:8rem;left:27.5625rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL42TNcEJlqwrCK1AlWuhko4OOWSHE1n { top:10.375rem;left:31.8125rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZO2gZda4UcLam9NQTCkQpGvTf8Z0g80 { top:8.0625rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTEAHgvIUW5CsdGE9iW8iPl2HwgUT5MO { top:8rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3sWfBwNrmIDXu0WOrpeXOOgWHRNwIM { top:10.375rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMopVveXlcKFH78PIXFP7gR6KwS9ElZ { top:12.25rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsOBhykuCEzf4dPpDPxZgPmx17ehxZy1 { width:36.1875rem;height:2.6875rem;top:71.3125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s870OSJEbDm3cE9tiPyHC2F7suE25c3J { top:63.4375rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvaIe7nRPe3lmSGtlGoD62EVVcaCPpGW { 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) { #NiSI88SO8xgzodR3VmA3NDllqTNdRSm1 { 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) { #aeFH5UVJyzXdlnfii8tqB1tWevH6CErD { top:4.125rem;left:26.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR7VoA5lbOAsU1INAH4sQLqFNOPZWHrs { top:4.125rem;left:25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brmbyasU1Moe18JU9fLBSUe4UbbwuQen { top:4.125rem;left:23.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7XxGbte2NTMIJf8wLAwrHVMPFS9JxIh { top:4.125rem;left:22.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5WWeoNpELn0v6Uqik6GDnOmwaUsMFGD { top:4.125rem;left:20.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V { display:block; }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUl6nymAXCQyMdgUE93yZQQn8qbnkvU6 { top:45rem;left:0rem;width:10.5625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCndCeBOU9BOw79H6T9UPy1AF15mGMDO { top:53.25rem;left:0.65625rem;width:11.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq4ZE3TQosWWXbG6FVKn71KJFDcLLmmI { top:4.75rem;left:20.375000953674rem;width:7rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0X73N0gJya5MRTLn8wpXDwUtcT4TTaD { 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) { #Bi8ZfqTIKFgH2A9K1Pe0K9Z8NhqT8ML9 { 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) { #Ob2LSnTl7ahnPsOI5QUKx1TvT4eSMXkA { 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) { #bxtl6dfJa415vh72TJhCOw6SmLJrL2xa { top:51.1875rem;left:11rem;width:31.0625rem;height:25.822571709851rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN76PdXct1hZQu3CkRX4NhNHbleIeJpb { top:47.9375rem;left:11.562500953674rem;width:30rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRoWvAbClVcLe31D9dxu2s3MwTn5iWSR { top:53.0625rem;left:27.0625rem;width:12.5rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDdK4CTfcSG600OESMwmMumw4ZbTg3Ui { 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) { #qDVDTWPUMaNFIQfET11fCKPDMbGmivGF { 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) { #n2qNEPybZXCLUl5l3QS71Klqk9CTze1t { top:50.6875rem;left:32.5625rem;width:3.4375rem;height:2.9465110070166rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJQS7XdNq9KWMPvnVnf6eultkpwsTQxF { top:58.4375rem;left:33.6875rem;width:10.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7MWVoQUOrDfKqcmvJ9cTEZ4d5aFPsG { top:57.125rem;left:42.5rem;width:2.8125rem;height:2.87475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpc1G8m2BHtZ1KXhN3eHfmfCOHQUtD5L { 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) { #k0LBp2uehIMWRNopzJ2zZ0ufuKyf9DJO { top:59.4375rem;left:35.375rem;width:12.375rem;height:12.313060946561rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJLxWaWyaTvACTsy9ZwtFMCoEPsnZupV { 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) { #q0spiSNccVJoamzCJn8T7NiaJtbZz1se { top:69.5625rem;left:31.5rem;width:16.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzC5mhc5tKc2zmBM0xFNkNsJPlcZNe6y { top:64.875rem;left:32.9375rem;width:7.8125rem;height:6.9441688625036rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8TEzBazsNpX96XW4lHglDqwa55ofsc { 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) { #xSyzZfl8m3QW2RTOIhpK29TI2lSVwR7l { 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) { #ZNEOwk1PIMo5ukoSC3V8Bnk449XtP94v { top:70.8125rem;left:38.375rem;width:1.5625rem;height:2.223422455676rem;display:block; }
 }@media only screen and (max-width: 763px) { #InDwsGTqpnfVaXf3VdMPhwMepGKFJUN0 { top:73.75rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ag07AeBR3S3TICDn90EF3SoqETvefT { top:70.1875rem;left:3rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVCLZNrVi6Tseh59dgJtBWL4sBG5e71h { 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) { #zgSTB4ufOUdEPOG93VHukSvSmB5ctNxK { top:67.25rem;left:5.0625rem;width:10.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1adS29xW4ypgOme5OqEOSOAfVs1P4xs { top:60.75rem;left:0rem;width:12.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6zKerkrMnRdJ5izPd8MVIRzfFOBcn12 { 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) { #ag3QQbeakbMXoJXXZZqEG1KrOs4uQ5yw { top:62.125rem;left:0rem;width:1.5625rem;height:2.223422455676rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmUom2QChILNxn5TJEpOZtcTNm9RlgPT { top:54.3125rem;left:0rem;width:14.1875rem;height:14.124900218423rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZnOE9mTTE4TmWE51LC0hgvbkd9STwy { top:56rem;left:7.3125rem;width:8.75rem;height:8.0676047547448rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8B1g90MMOLFI0aw2QHu2TvtAyHiEaAf { top:51.75rem;left:4.0625rem;width:5.5rem;height:1.3591586408537rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD34MJpEeyXhLWrrIJlKyMsU4ZUfhv3Q { top:53.625rem;left:3.9375rem;width:9.375rem;height:1.31225625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS7sy4KR5FHuTLfZBiAAXBc8vQTbRJ2V { 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) { #gqvz7mhZqwGibmb1iw4mgRCRV7MgSGDh { 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) { #JdDwBo6ypTDdBxuNxRrE1Fgc9RVaIu2m { top:23.5625rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSCeR4gigdTcPuwtrqOwAeWaTLV8eHvz { top:27.5625rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTJ8QEWIeXmuvai87mboLkezLuSG3LR { top:31.375rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #prqa0MmkhAUtTxZTxDJNB6MlLMomRIkd { top:35.5rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgkTUBHrG5lMFTTdzXqp9EaGav7rMQAF { top:41.3125rem;left:0.0389404296875rem;width:0.9375rem;height:1.2305401785435rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFlkyQ7uL340wVQGDEGLpfRrPiGGXA4 { width:47.75rem;height:4.875rem;top:80.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZK4RccsqHe0iQf1Mrxh8ftlcqfTGS3m { top:77.0625rem;left:0rem;width:47.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF { display:block; }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABtT7M0O58gRniuiJz6zhCrrQLPTQZuo { top:47.3125rem;left:38.40625rem;width:4.125rem;height:1.1690878771774rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzLzxNPTdZiVG1uTErOMs01iQoDqbxca { 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) { #FZQlH4BUZPwgVwIINq4ac69THLOIiIIm { top:5.75rem;left:25.468750953674rem;width:8.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q18Kp8AXnx0ARVyT3xZ720QvhPsQqAdR { top:15.5625rem;left:17.75rem;width:30rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmc5JSAQa0HiHkeIuAsmRTm8nRhFAzot { width:30.8125rem;height:10.5rem;top:25.1875rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBK50d5M3qZumBuKtUAcMOfZcTKhvfWr { top:36.875rem;left:12.125rem;width:35.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxLstLGEd5OCNXqXRKRU1KuUuxSFBADh { width:27.3125rem;height:4.75rem;top:40.75rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIr2bgiUHcl8ss8q7NR6nsB3wbfpsG20 { 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) { #Zh236lvJwwv5twkyfKdBDnpQBttHtErc { top:49.5rem;left:12.0625rem;width:35.6875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th5pqTyQmuSFzl5ZtFa4bm30NTMKyQQw { width:24.0625rem;height:3rem;top:51.5rem;left:23.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQeiUUTGrhz1PNda2OG8xJWTGZADQUqD { width:28.25rem;height:4.6875rem;top:55.125rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckUncllyMEPfImyc4s0pUvuA00QCWdNo { top:63.5625rem;left:12rem;width:35.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG36Q7SdALIG1ELHxRMsvEizsL1pSpV7 { 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) { #Anvyg2MwDTIFsVUC8qQz5gUGexfR3CbL { width:26.3125rem;height:4.6875rem;top:67.6875rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9vG9R8ex2mmSHRxOVEB6bMi2zNVH3HQ { width:24.125rem;height:3.125rem;top:70.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFfKuZlvgu43eTeNZoQnmdMDk9A4XSyi { display:block; }
 }@media only screen and (max-width: 763px) { #kEsm7xFOW4yQZb7J4QWLOF4TAT0F14f2 { top:38.875rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEkwfTl9NKtgkrAO1u9cEkmBv8akqa8Q { top:51.5rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn2moP1l8fOLMrFNhCyLRPTaRvKankzZ { top:65.6875rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfp1ToQKiyITCAinl2iTAUAgTBMKu8Oa { top:7.5625rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPtI6STwCSnrmtigV1OwTb1CPswpJyV { top:18.5rem;left:0rem;width:39.0625rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr165yxOybMRdzUaw9B32XLhihgaRyiF { width:33.4375rem;height:4.375rem;top:77.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3OVMP3xODHECDe28JzWcCc9R3UqAQz3 { display:block; }
 }@media only screen and (max-width: 763px) { #T2bEl0zgIhKT1T41r77zhq1WxdV4CLTc { top:75.0625rem;left:42.0615234375rem;width:4.0625rem;height:4.6167500806866rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfiDFhidE62ySIXvZAAWq7nO98W2Z2Zt { 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) { #TZItkTOB5xTAzEFq5T1Q0ToAEm7MPhRQ { top:23.1875rem;left:1.4749994277954rem;width:8.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVU9TePhcsNLhlazfNqqt0VXW2NQeFWF { top:23rem;left:2.5999994277954rem;width:8.8125rem;height:1.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpcqXyITetqEvXvZhxMvP2oAztNwChb3 { top:21.25rem;left:2.5999994277954rem;width:13.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBufAvfTJos3Z42zAAkP2SurWoAwTCNQ { 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) { #xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H { display:block; }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiMbtfO9xTT726p8O5mri7dLi1TefK1A { top:27.4375rem;left:0rem;width:47.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWHeumBeNEEwpIu3Wk5MWT8w9a0z0n7F { top:50.6875rem;left:0rem;width:47.25rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsMBNZx9hJwc1r8b0XHuMdWfbzwPTvkP { top:77.5rem;left:0rem;width:47.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqVvgPJU98VVzhuTe6yAo0zr6fnSNbw { top:78.375rem;left:19.9375rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xATz0pyLUNusV4iHrCwo31nRn9BtdNT2 { width:36.1875rem;height:2.375rem;top:92rem;left:5.7499990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SutSaVeWxisoiergeHgZpyi8oKFoJO0V { width:47.75rem;height:4.6875rem;top:86.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VINm0pFWwbLzeu2BHQDpLNF9cTrJKlIE { top:99.4375rem;left:0rem;width:47.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyFoOOhnaV8mitaSuNxV4fFXpM3piLfe { top:122.75rem;left:0rem;width:47.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHqqfH1VDgu4qvTbboIH9ZkftgK84OIJ { width:38.9375rem;height:5rem;top:6.6875rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlrefwZEMkClMUi2TBsn6IFssW9FGPhi { 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) { #IBFWENqiCJv8d7ybKD2alHXkTJQq51rN { top:2.75rem;left:18.8125rem;width:8.9375rem;height:2.1723995444255rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6O1mVTP3DymDAll81Z1EEoXSSJTK6ex { width:33.1875rem;height:12.9375rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE30CyHffNHofoWa6E9ugynDFHJZqccU { width:25.6875rem;height:1.625rem;top:31.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0vhbqh7tTmJ7V9K6wNHbvl3uplTsGDx { top:29.375rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUVJpaJibq59RNyhcRTF19ECpWsQKfT3 { top:53.3125rem;left:21.625rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ClT6dvtGTo5lhWPHkzEzT4oOTRed99 { top:102.0625rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5oxDKm12VTHcP4xWQUJSdBDBis57JiT { width:25.6875rem;height:1.625rem;top:104.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe4RyUgb6TCtdTGp0TWzzu8ecIvQ7kuS { top:126.25rem;left:25.0625rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #vktdePlMwsKJyrWWztmPgTuua3t2NQO8 { top:198.9375rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJpXlxJz9ewJhC5F1ebHavnzLRVClTS2 { top:227.5625rem;left:21.5rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5bnZ8v7KmLWO0ARZAQcEeNC0f1eZOI { 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) { #ZutbXlrWi6G3fBfeQI7WbIyMKtVlbyE5 { top:20.5rem;left:9rem;width:29.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrR8vJ98Zr6l2MOAP81NafC9rRTTbmVB { 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) { #wpqB2zOsouhikuleDtDAxMmm01a8Ryix { top:23.5625rem;left:14.5rem;width:19.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3K9dhmHLtyB55232RiCHxZ4sD7Ri3L8 { 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) { #KXF3yR6RABq8RrE5bJ0Ca3etWO4AnrMM { top:42.5rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARofB2OdTLv2JvhQs57WlNCl8wHu61lN { top:31.4375rem;left:23rem;width:24.6875rem;height:17.331174115395rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcUU5dFa7ekJZ6TQXnEDe5732NDtEkk2 { top:28.8125rem;left:30.4375rem;width:17.25rem;height:14.323518368762rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRti8ZInexNEAqJVdWObMycI9HHXM7SK { top:36.625rem;left:43.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Edq9SG3anpx6XmaTRCBfi1WM82NCga { 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) { #k2c8IGhSUTTlTm3xRpTpyJ7gxnTU0zJb { width:33.3125rem;height:14.625rem;top:58.5625rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUEAHn4PVqfVsvOP7fJ5lTqGwucSpHKe { top:66.8125rem;left:21.625rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwzwMaLSomPQys7NGT1ER4uD8DI0ageA { top:57rem;left:0rem;width:27.0625rem;height:14.840806266907rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1zInF6Wq9LTnxTFKPcGTkqER5UV26N6 { top:62.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6FUnAPhoa5mzLdqANKyvL9H5v8GV4Gz { width:34.375rem;height:9.75rem;top:107rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvw67FaiIk5bKtBpSAOknwqyKVC4ibUl { top:113.6875rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLGnhDlBOr9eSfs13atxZgyM2H15OLyN { top:104.25rem;left:23.5rem;width:24.1875rem;height:12.529937654318rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WtZdEJnkkci1v5iAepfXwczteFI3tP { top:108rem;left:43.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeS6qQQZAe8oz0O4FLbpBMuMTSiSyDO { top:144.8125rem;left:25rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQnRFlmHwXOW2vv4b1xHWw29wCkBrlT { width:30.0625rem;height:17.8125rem;top:131.625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G708W97w0hmIia80K9nTgnbCCzIa9yEB { width:33.75rem;height:1.625rem;top:129rem;left:13.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEnZcqWKFR4J1GaGT58i9vDTuIQu5TS { top:132.75rem;left:0rem;width:21.3125rem;height:19.505631345178rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHshFimIsS9U1QttTJbbAdSvBBdQZ0kn { top:128.5rem;left:0rem;width:17.9375rem;height:14.262529166869rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW0w9T0BqPa7TtWfamugVL7r6ZB7hLfT { top:130.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVPT2XHANfwBZXtaRdZ2pygf0RTzdEMp { top:154.5625rem;left:0rem;width:47.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbcp19BBx0XwBFf5z4cSw00lb3ah9x1X { width:33.125rem;height:17.8125rem;top:163.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shugIkk5oGqtroWv2ipv7v6ak5NnvuOy { top:176.4375rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdblAVRTAze5I9BabiQTgKTGkM1Ph5fw { width:33.75rem;height:1.625rem;top:160.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg86tTPF4NoQ1bgcNzZQwRav1qgvFCQv { top:157.8125rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvmIt9ygEIZKmRtN2BOrH6IfalBOJEEe { top:163.25rem;left:19.75rem;width:27.9375rem;height:15.402611172371rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy2mGRdNkyuQza2eVzvI1u9yhue7M4Kw { top:165.3125rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M76ctuCbFNy4kaSgVm0SJR2CB4oesR97 { top:189.8125rem;left:8.75rem;width:29.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enm9ZPqBXFPcDzVCC8qklHEamQnSSxXh { 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) { #mZmn0zqwpv50LLTrOlyUKTMePLcea3vA { top:192.875rem;left:14.1875rem;width:19.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7XDayiBCuJyJT8qebLbi1EArrRIOcHm { 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) { #cZI70TqRpSzxGtvKSTmmX6TnOH7Auzeb { top:197.125rem;left:0rem;width:47.25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVB0x7CvwM3WursdEliQn1ESARiVn3tN { width:25.6875rem;height:1.625rem;top:201.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPcUX1V8U7oMBGrX0g7QCITsc4TOboB { width:33.1875rem;height:16.1875rem;top:204rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnEt2DaF2SVBKBKx8FGJTrDcqElMVmV { top:215.625rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEUuSvSiKopBnTaTnee9JdCxmnTEtfL9 { top:200.625rem;left:24.625rem;width:23.125rem;height:21.691483870446rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7bGNTWQp1pxx0B3eLuE1hdx06s5AC3o { top:201.25rem;left:31.3125rem;width:16.4375rem;height:13.324266365902rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdN6zTaVB31d9SOOlnz8gQt7rGb1CaCy { top:207rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86MyW52xJSuuLdTbXoGBawkkWId4pGf { 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) { #R039zQavEO0mUDEVQ7AmBR3ayg46k677 { width:31.875rem;height:16.25rem;top:232.375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsqS6oM9emGch3t1obXvU9pIT8R6ggBB { top:244rem;left:21.3125rem;width:5.375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQicqGZtPbDUXhenPywVzOSD1FCWgqmZ { top:224.5rem;left:0rem;width:47.25rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVzOLwBfeGhgIcziLKg3aT7VwgcVXvJn { top:230.3125rem;left:0rem;width:27.875rem;height:15.2785172889rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5qUQa1xJmJafSHho3gAROM4TUP8GqF { top:233.5625rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NviuV6TbitV7aeq4C75ueQtg140b7LBw { top:253.5625rem;left:0rem;width:47.25rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ6o93TJb2HGSBazCQkqF8LRe3Evfsef { top:255.4375rem;left:19.062500953674rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTtZT9crq4mziQIZzETT6eX0WtoVfLQ { width:47.75rem;height:4.6875rem;top:263.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSqI9Bna9AKXQPyJxmmdZrbN7SbTXrO0 { top:94.625rem;left:25.937500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo2nV3eCF0ostVqoUTwbLww9NIkD6cTH { top:94.625rem;left:24.562500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4pBRWgohkGkpUToacOklLASeyDPRQ5p { top:94.625rem;left:23.187500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1PzmzsqFx0e4KAvEzTWq3lEddem5JsN { top:94.625rem;left:21.875000953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ehqgFmdMRobh6tvWg9ZGAL4f2aS3Z9 { top:94.625rem;left:20.500000953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ocP6mvlB6PJzZUnmlx8h6vRolCbpF2 { width:36.1875rem;height:2.375rem;top:269.875rem;left:5.2179689407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox15809LXXOD6t0ezpdTCzJm3Xs0JJvZ { top:273.0625rem;left:25.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI8ETIPlhsM5ra7qdPPDtEoXRxmQBZRy { top:273.0625rem;left:24rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEdqctO95TVq6M8H5BXTFy0r9SQJ0kH1 { top:273.0625rem;left:22.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFgcwezQFWXsiPHTbOuwcGuPNxZrnxhv { top:273.0625rem;left:21.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xChzMgPI70MnvAqBAJziGvNqx2l36rEJ { top:273.0625rem;left:19.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlHOC0idgoeU3EuLT9f8NGHw7s3ErVia { top:278.125rem;left:0rem;width:47.25rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ3goaxIuvozNTENaJNm6IBwJf0bRWOL { width:25.6875rem;height:1.625rem;top:282.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDQFS1upeLCJTmTEQf4e9J2n0CnG9OzA { width:33.25rem;height:16.25rem;top:285.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSekUtmSIJTtOIvuGq5cEI5DhtmtcxTZ { top:298.4375rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T331acelTTWwakE05AFZWJJSSFchd0mz { top:280.3125rem;left:0rem;width:3.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5buO3wFiQHncBWTnUnSORUKIvurvM3G { width:4.5rem;height:0.8125rem;top:280.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIiTBCdBlhJsoT2uPsWfvdNmloeDKR8e { top:285.3125rem;left:19rem;width:28.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9AaXAWMmOneldVs2kiuXXckJKg39vwS { top:287.75rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3SQido8ERcvKdfObSL7WQIRifo3SotV { top:306.375rem;left:0rem;width:47.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzPdkSBRtwP8FDuFeeDpthNlB6OhpyDa { width:32.6875rem;height:17.8125rem;top:314.25rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsvpRPLimCcCDL1ihqPdWTeQt33TnZpB { 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) { #ZVAK825JZ9WPCGLKaOpNd9oas91oqBEG { top:327.4375rem;left:22.8125rem;width:5.375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZKAUw7W6KPbpVCic7sT6HrNe4Dor0GM { top:309.1875rem;left:23rem;width:3.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huvgDvt1Um6tdL8BvVyJoDTTyicTS8CD { 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) { #BXFvnPgpdRIl88gD7atloKnTSOBuPDSp { top:314.625rem;left:0rem;width:21.4375rem;height:20.315875422246rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKIyo3oBbyJvaazCc1fIhac1ZsbQomru { top:311.625rem;left:0rem;width:19.0625rem;height:15.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHpPdRGonNtdzyGmrfH9uM25q0IZNm2N { top:318.6875rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giwl3CLIS3ZUG8cIOWRW1dl46ri8HVTu { width:16.375rem;height:15.5625rem;top:30.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh2T1ecmSLTEzWRzJCKhFO2qa417q6Mz { width:17.0625rem;height:15.5625rem;top:65.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaNEJ6BlNa9hDyXEObZhxFBU7vpbiSzc { width:15.625rem;height:14.25rem;top:124.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgwSabqZ0EeIHhuZzvRynAdEO60clpdr { width:17.125rem;height:18.1875rem;top:157.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcpuFBDsfzQGLHw4OmvOde6tiu4TQXKy { width:16.4375rem;height:19.5rem;top:200.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBWCmVB5nKEUApeGDcD6pzEre4bc72h7 { width:15.9375rem;height:20.75rem;top:250.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5poN17ytHP8M4PfPZc8dKLKtTMTvVo9 { width:16.375rem;height:18.1875rem;top:298.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6hSBH41uOG5J0Vcu8C2Hww6uC10uFvw { width:16.8125rem;height:19.5rem;top:367rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkMmdcmP36rCPFnvK0kbpEnTElzkkSXm { width:16.0625rem;height:19.5rem;top:410.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RugFPsfxoChkqufNUfGzSTV0i8EpRWzD { display:block; }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc1BatTJwprBNqqP6QkNOMtwsTrzJR3O { top:5.0625rem;left:1.75rem;width:24.9375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0aTOUmN47EA1ktkIbTCthFew0GItwrG { top:10.4375rem;left:24.312500953674rem;width:19.375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDt3dFidiDg9g2NxasTdOJESA7UoDpAg { top:7.5rem;left:0rem;width:20.8125rem;height:2.9909470679114rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOUpDdzotgncsZ0H1tZ5FVZyurBfx0uU { top:14.4375rem;left:33rem;width:14.6875rem;height:2.6760331742911rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7xpz7PgFdvRLrDItFWOmhNO84F3ayKn { 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) { #JKX5VdiG4erFXQRu9dSV6uTz4OvKccum { top:35.8125rem;left:24.3125rem;width:7.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL { display:block; }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfLWssiMFBA2V77bBUzuqJR8w3M6etAU { top:2.625rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow { display:block; }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgmNh4CG6duDIHI4chl6woHoVeTZx4MR { width:21.875rem;height:0.9375rem;top:113.8125rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF1vVebpLmE6ggMXS7O6CVybHdtRGm4Z { top:35.8125rem;left:0rem;width:47.75rem;height:74.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeeC8RTnJFcfp3rsB19LIfCCg9JnqoDn { 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) { #M0XNazS9asgp0tLvSJITxS1oJpZvHqfO { top:45.625rem;left:0rem;width:1.5625rem;height:2.12421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oif9h4CW7Hrit6yq0qXkXTNBfAgthWqv { top:40.25rem;left:0rem;width:21.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrk87WkcCP6VVZAixAOIeyJw0DQsfyeJ { 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) { #L5aKf7tpQvqrLTA7KOfG1FDxcZ4KwIsQ { 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) { #DsvXtErIoITvAJGkkarRpPB0RNqssuH7 { top:47.25rem;left:0.1875rem;width:31.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guZSbWJ3PvCATRLW90rqQztB0Uh0zGW1 { 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) { #IF7daa3ADOIUqxelJC7H2ums3OlJG0Cu { top:51rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2BN8aRD0RJZvT8m48IbqKnvalDMUP9b { top:52.625rem;left:0.1875rem;width:30.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWqJ2TXbEgSHoKLR9wmhVOuxsAwTScT0 { top:56.5rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOLq5GgHfq48dOF0EShgp1gm0iIZK19b { 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) { #Kzm2AfMLe8dbrbAuzBoHC5CIX5EC0rLU { top:58.125rem;left:0.1875rem;width:34.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovq10aEUJgSuinmHcgiupNJIQ534RUa1 { 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) { #MSXgdSDoieXs9XcxnZwnhlK5wnV95L1o { top:61.5625rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppAnOCFKiAZVtE2eTAG8Ip7T7HQSTA9c { top:63.1875rem;left:0.1875rem;width:34.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRntptOXJ39fs9naPB8FmWVnE3cymWsR { top:66.75rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPlDKhnoX19EkwFfrTXJmzhs5HHUPia { top:70.25rem;left:0rem;width:1.5625rem;height:2.1234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkLonpgKGf4vJGLg3ShGoZsqoPhBbuz1 { top:25.0625rem;left:12.46875rem;width:22.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhQLRR6KxNnFVK1QeArKgUEKaglOtCAE { width:38.625rem;height:5.5625rem;top:107.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFAPMh7349XWGLoeg6GBQXGrpeQky4ds { display:block; }
 }@media only screen and (max-width: 763px) { #RBQhf22lTCapJizOnF5Kweo2QhDLWVOk { top:41.125rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2gW2cDwTgoSfxTTnMTcqb3okwUJQf4G { top:43.9375rem;left:39.4375rem;width:8.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdz3RgBKDZCvLUpGW4MqL1p8IEazMBuL { width:30rem;height:3.4375rem;top:16.5625rem;left:8.2176513671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2bLxZ0tGa7WBk85xOGq2Fu63V0V9fle { 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) { #XTr1Nd8vLy855g0Z3aOwoT7Vr5UwTxwa { 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) { #ucR9l8NFtORIe71TUTyfyHf3lIbNquXh { top:9.5625rem;left:25.3125rem;width:10.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynBlynSX4EKMH0ec5sns74csACSzUlIk { 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) { #nFlrxNXLKUALOLKihTEmPS2RO4WAyhDk { top:41.75rem;left:35.3125rem;width:12.4375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuUeBuLdItq7MpWi7nWOT0egBpdHUzmy { top:47.6875rem;left:25.875rem;width:21.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK8ZLSI3pARuof1DFXiFDJTakBmJAbec { top:74.3125rem;left:0rem;width:47.75rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZupsgbVPgtRrNcw2erGxK5ziEMDWzQH { top:76.75rem;left:0.18671894073486rem;width:21.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvCC5dSWo8eMkn8R7d6WSuPrBqGF746d { top:76.3125rem;left:15.218750953674rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMu3n2xpGgTHPOiaZ6xl6HUt3oMJKiMg { top:72.0625rem;left:21.8125rem;width:21.375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJSf8aKcOfSmwrVm8dqoPTyJOZMsTLvL { top:72.5625rem;left:14.625rem;width:33.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcSl5wfXyFG8MT1dvrigs5MaThIwQtkV { 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) { #aqdCA9ThDuemTsckDTIqOHDTXho48thI { top:81.875rem;left:2.6125001907349rem;width:38rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHsEbndZ4763o2FVg79UT4mAdbDMAv0i { top:82.375rem;left:0.18671894073486rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5AQLvpOJZ6EaHX7B0EI4NOFtMvCLBxZ { top:87.875rem;left:0.1875rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izEqVqELfK39XVI85OEbd1X2l6no5sdO { top:87.375rem;left:2.625rem;width:38.3125rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtP8J4vF7MmMelVZCHvDLCO9fHiM8GzQ { top:94.5625rem;left:0.1875rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFpg3QSDNzyG0nw9esNemKEWxxzlqHPd { top:94.0625rem;left:2.625rem;width:38.3125rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmC0TtiaZKhXq0bAJHVO5gv9oHO12rTe { top:83.8125rem;left:26.625rem;width:21.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFOdW1d7EDZzW4w1WN6ODsOs3KedCG9K { top:102.9375rem;left:43.375rem;width:4.375rem;height:6.18671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1rHqSnfZn4AOtyWQfG9SZmVhdS722GT { width:38.625rem;height:5.5625rem;top:119.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgVI122fSnWxSmL22lzFxIR1Ar9Wutp3 { display:block; }
 }@media only screen and (max-width: 763px) { #VzNJJcE146lJ6bQAToEfOdFsFMVi3E5K { 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) { #sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA { display:block; }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yW6bsGdw7ZTrHHA4x0lGOmT6qUxc6DJf { width:46.75rem;height:2.5rem;top:38.5rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc1X72P03SGTod3PdpmiNHBIhtzm3GId { top:38.4375rem;left:3.8125rem;width:26.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHMLqxRTfK9Wl4D8uyWtccoprG6UVeCm { top:44.625rem;left:0rem;width:33.9375rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZq1eBEQmOB9q1ybZn93TXWDHMWg0dMg { width:31.5625rem;height:2.5rem;top:47.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn2SlmvieKtEEidmbIA71e6xEhLfoTKk { width:26.8125rem;height:25.1875rem;top:51.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtE6THy9xCfnOWmeJC6DD9GXXBzHLC9v { top:44.625rem;left:13.4375rem;width:34.0625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbiZwxzgGvyoE6bEeqaUCELRpizZXTwS { 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) { #GDETkQnJqM3nH1RPXHD9WFeJLwMolZ0W { width:28.5rem;height:9.5625rem;top:52rem;left:19.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRBopxg42SKcDxtSBOeVQAKnbbKF1LTG { 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) { #uw3S8EW0xhMKULiyC3b0IberMrqUUONS { top:78.875rem;left:14.5rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz4k9yL3wqarrle4b8loCGB2co1AyQ6M { top:66.3125rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7TqDXQ3kwXnQenKXSTIt9pTyXoFxaso { top:51.8125rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrbkEoWewNg82Mm9WEALtZlWAJiN2iC { top:55.5625rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxrGpJdArnaTGH5qxSmVFN7hdQdOhQO { top:59.3125rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlKQwxQabyfhWM326c9Pbnm36trJPyeB { top:66.5rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h83P5LStEtgZrE5vPBAKZAQQQs19tv1N { top:62.875rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egpUSyn0BzQKxx064K5EHJrZ18wGognP { top:73.6875rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Ns9mUB8H6qGZrxsGHTPC3gP4JX9PH6 { top:70rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlrT1tP6fyn96ecWO5yqr7BNvDtTUqo { top:51.9375rem;left:27.625rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS5gqM0S6KfWKG1NKPwhbx1kTIWwSM7J { top:55.6875rem;left:27.625rem;width:1.25rem;height:1.3095592614652rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8gSfA5QHcPGzoWiGB7h0mh5gMwGdUl9 { top:58rem;left:27.625rem;width:1.25rem;height:1.3095592614652rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkrUTr0omaGR7gTrU4qxXAlb9MLf1esB { top:60.25rem;left:27.625rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4zB30fvLkndiBUF4su6l85kCSWHXxHc { width:47.75rem;height:2.5rem;top:88rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S68MFVoIztpSDcb7D1RvX88WEGup9wBw { top:93.6875rem;left:0rem;width:47.75rem;height:59.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGIcCdlvMU57bk2CBiISPxxu3E1kOOkT { width:11.625rem;height:2.8125rem;top:198.1875rem;left:18.032811164856rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp34EgO8hUs92A7e7wepG0EuSGecoJtX { display:block; }
 }@media only screen and (max-width: 763px) { #aA7tARyryGc2Jacmi9xW9WAU1gDfPGnI { width:36.1875rem;height:2.6875rem;top:23.25rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRQG4JTC50SGfnZ05MXkE1CWFgFJQwX { top:16.125rem;left:16.25rem;width:23.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcuZbvwEVhCetobUNZFNFVoAT6EoSk9d { 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) { #vOoU7GKXAp0FFrnSv22ndG5FIXEsQ5Th { top:3.5625rem;left:0rem;width:47.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrOmRoab6tPDmlgEcTmua4LtTqZP0kcs { top:6rem;left:19.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpq51iAh4umrzdrlH9iWzBAmD2eOGxTT { top:25.9375rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8ytngEIGvxoeRDAEHzzHR7alJQNc9UK { top:25.9375rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTkRkhCi5OvfJMXKqonAdLumTeMGGJ0X { top:25.9375rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR6oGlDqbGPNSTW9hx0QhQA9zrnZ8HcW { top:25.9375rem;left:21.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdxe5yTvTCnI5ryBe1oZXGiORNTuZUox { top:25.9375rem;left:20.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8QGd7ZBDiVSrneUK3Mn9ELDM0NybKun { top:42.1875rem;left:4.1875rem;width:26.25rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ut65Q0goXgHsWsOc94JSSEoDyT41pcoQ { top:9.3125rem;left:24.375rem;width:23.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O { display:block; }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQPTvaPvqTLZdATnfQhMlzoZFKPT8Zn0 { top:2.6875rem;left:0rem;width:47.25rem;height:57.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDrkVXgi6c06D2UNON83rwhpkVf8hZgB { 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) { #MiNLwygX1gGoDlDpDBy831dv7iaPqFCO { width:32.625rem;height:4.375rem;top:22.5625rem;left:7.52978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3x8cwTyubuvNRy4JzKtxyPBS4dOvkPr { display:block; }
 }@media only screen and (max-width: 763px) { #tt1H4QuSDSw5dFEsFTBVeOL9lLHlZT8I { 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) { #WcEoZvCQV0A2RvH5hwtO8171RlG9TJ1f { 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) { #nyayUuMCpfXqOCm69vrk7kks1zbb0ddX { top:0rem;left:0rem;width:47.75rem;height:41.283151121076rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBVo8TrGI9C3nw9PWDXvGb0cnTdNzqq9 { top:6rem;left:26.125rem;width:10rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkLOBaCrtITnqpOuM675pQsOP5P8gTkA { top:36.375rem;left:0rem;width:17.9375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blm7NkklKINTTzyVUMpTWEgkPRdbB0dX { top:35rem;left:0rem;width:3.1875rem;height:2.7588272856313rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaUG0zHlbmmDHn0z0PJDixhKXSaPFBHB { width:16.5625rem;height:4.375rem;top:38.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrht7wVggrWcRvUzIvsWmyqVlutRaubm { width:11.875rem;height:1.875rem;top:44rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlZfBXBRI8NGNdlUz3GkuFwMGk33B0bl { width:47.75rem;height:3.5rem;top:13.5rem;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) { #Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 { display:block; }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsTd2PymwXCvqOinS2HLyVX21d5Zr0S4 { top:6rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkLhwLKlcudvc3dJDDdEkkNDLE5Tn8TW { top:7.0625rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktPVNJzIE8dHGFZgOB2s7QFWpV3UgLzD { 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) { #cG6EURnxZS919geEHtuTmkqR0XvtXxW8 { width:40.625rem;height:2.5rem;top:0rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k { display:block; }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOmKSUGCV91IWpK6bcaITiTBOvbRwWiW { 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) { #JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u { display:block; }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsOI3FUcCna5nrgp7zFIySvBuUnb8D8H { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfixh2KxzygMwvWnh0vRiishQuTXBe6J { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwXv7HSDQEBl7SADHasTeb6I5OfB2eod { 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) { #xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou { display:block; }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5NvwhcAtAUgRxcxkgLIMFdVT2KSBZi4 { width:39.875rem;height:39.125rem;top:2.625rem;left:3.9374990463257rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWpyAyIKTCsa48HRTqMRyEPawPit19HZ { display:block; }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3NKbuskAR7e8cvsglSH9v7gt2Wz2ZLu { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8EU1gDAe6riiB3hOm8yTftSuB6352z2 { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taXpbaVq5fdV5woDoNdtGZgmXmG0ikXZ { 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) { #mtdccrfzfZDP3RW2GaKPphIyCFAke8Op { display:block; }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cd7K5snr42TAvdft46iLWCRaSveqvrvT { 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) { #KEghb5n3aroNHhorL8SF11BuJ3TFFkum { display:block; }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh2nRR9Eb7COEkugItElsZFGGUl6Vfcz { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoZHgFfAfi4fgMoVFmc070y7EMDXhuWp { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNapI8rtSwnbApoeh7JEdTQE23zHcTU2 { 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) { #qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ { display:block; }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXFLrRNNXCkSbMAuRg7e3F7lNnA8Ipsy { 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) { #XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI { display:block; }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLJGUhuWdup6f5bWUxkguIie3KdF2ZJr { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmBsKcJvkInarqqPvMzBsHkwCv2aIdc { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URpas2kS4nNEZzJbg8iKzPR1yL9Q2e3b { 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) { #nIBMspvrlXhQr8bzvKArCzzDliQ9kryH { display:block; }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRTHxs5eRcAeXvXyFzvAI5Pbwwv52cx1 { 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) { #gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ { display:block; }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opkmJLHeWU7U3pZZuML2T9NCpTIREOyT { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZppuzJS6WrDD2tghdpRT81dxU75ncIb { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFAzKhHb7CLv4CCqVOoMvNImI4P8EWvg { 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) { #DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e { display:block; }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOzNhVds7zcnJBSC40Gm6u4Ix5S6FEbD { 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) { #yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 { display:block; }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yu0bXHtWDfUQhGlVToXTztshAI1JZrdR { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCnnBBWZEU2CDGVvvDqNSsvcuh9MwPH { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR8X78t5p2R18NNSzSi0qK8C7fawkq6H { 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) { #g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M { display:block; }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw1bxJS9BPCBFOUMIwQqq1W3S5GE6ug3 { 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) { #AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK { display:block; }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zoeu4tWifGhkW0PcTiLE4szI8nQn4lsb { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBbkfQ8weoT4RISkaZVM2FD4NdEAhTXs { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSL5aG9m3cSeEfQJAixcdxSiR4Vh1yu5 { top:1rem;left:4.9992189407349rem;width:35.125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1cmhEuVS114KFCI6Jqlqwc9555e820M { display:block; }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWFeiQEyrFVilcN6pOgqsCepnsq3MdX8 { 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) { #HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL { display:block; }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSImzTTGU2g2sumlfc6CL6vkAMQnmiJ1 { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyLXDIyMwIkqDm6bwuGWkSxXy1yqZPTM { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn0MgGoTLo5LtoWBMQQ0PVTg46cU15ni { 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) { #t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt { display:block; }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orngxG9m0Oil49uZvcJTXCLwvu3ImR43 { 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) { #iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT { display:block; }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e46NzuNkGdN52bHT5kRQom5Jxl2d0obm { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDi3Nf2MRTtgcoSWpEqb1ycdOBv2dLgB { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBIPtSkQBJPQqdx2gftiLyb0hZGx9IGb { top:1rem;left:4.8117189407349rem;width:22.9375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM { display:block; }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqHVS91HUcOuSa9MRyCRgEG8LPx6F1AF { width:43.5625rem;height:1.4375rem;top:2.5625rem;left:3.9366455078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh { display:block; }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdhyD9VRqRrxcn0ekQI9UDLNS86XF8dW { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJhtaMoIslGq2GVsdRpG3i8mcLyRwlt { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJBH8rt2lfWSVOBOFSSFre8hN1IsBfEH { 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) { #Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq { display:block; }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sK4iVrvhnWpl9AlJQ64eLiNuuCM90iPH { 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) { #Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN { 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; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN.adaptive-delivery-prevent-bg, #Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN.lazyload, #Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN.lazyloading { background-image: none; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container { background-color: transparent; background-image: none; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container > .video-iframe-container { display: none; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row > .video-iframe-container { display: none; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .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); }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container { border-width: 0; border-radius: 0; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kmnr9TWAdn4WSGDKGJtaSdBbsqyGIxiN > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDZqVL4F951qa1FDDnXKVugyRvbxq9sJ { width:7.625rem;height:1.8125rem;top:6.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8PRXduw0vweG7N6GcTMIEA4yfGW4XTt { 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) { #CXoXSutrNvfGVSt97ySPLt1gIFfJ3TLM { 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) { #dJZOBEvyn6qbrPb7LVuvx3RhS4SryTrT { width:20rem;height:3.4375rem;top:28.612501144409rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABUCVzrKukfkgPgyk4ugUVrK29Vug0Vi { display:block; }
 }@media only screen and (max-width: 763px) { #nJkfqXxgACaJKNTI0kGOI5Ek5Anb8GTI { width:20rem;height:4rem;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) { #N9EWpyAD89LugTzEM1iaBC4xEhTRHBI9 { 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) { #OS1ug1qWD2NSBred2GDMR6mGFZQVOll5 { width:20rem;height:7.2rem;top:14.686718940735rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGtMOzOzD8RxDxIII4bMOPLoJoTH7ePU { 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) { #mEDGSUP60JhLAWIrAvyl4v1JdnoX5ktt { width:20rem;height:11.3125rem;top:20.6875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #F7FdVR4F3bIGJFhT8hS7Q9d97TnustaM { width:9.1875rem;height:9.1875rem;top:0rem;left:5.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p62zlxMI2cCkmXysK8rpt02bNG7xeAle { top:28rem;left:0rem;width:20rem;height:7rem;z-index:15087;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aLsa63AbGHGrrTdSQ7sxvLWIfCK9wyPZ { width:4.625rem;height:4.25rem;top:36.21875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VILWBVvnpnG6tuxBwwIze5MVcrpb0MsL { width:17.625rem;height:17.5rem;top:42.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5uo9dhT0D0biNn3ucySxZqCLIhiqJg7 { width:4rem;height:3.4375rem;top:41.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag8a9a6p7s3L3Q4JlKZLmIIfXU6Hpfcy { width:10.5rem;height:5.875rem;top:47.0625rem;left:5.1875rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #MRT0BTAEakod9JxXVbXydTVxD0SBeEhO { width:9.875rem;height:2.875rem;top:35.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3EKnVJqMGIJySurZ9PMxNM6ruA2rcGP { width:1.1875rem;height:1.1875rem;top:38.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtEC5E7tQqJxpv5VFq8mptChl6ElMva5 { width:13.6875rem;height:1.2rem;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) { #GQaEiq9yTMhf0qZ87v6w0G3qla0oGS21 { 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) { #U8HnzVKr4LOha1clDlmbazgPsCVPRN3c { width:5.75rem;height:5.75rem;top:50rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSWwdZabCE7CeXKBW3Doh52kzSlKGCJC { width:13.8125rem;height:2.2rem;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) { #pyUrR1unJaIJhJ0TdctEEsyBCfsqRAWq { width:15.25rem;height:4.875rem;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) { #pxk3w2xtkHD2ASUCKzguQt9filD8kk8U { width:14.125rem;height:1.75rem;top:2.9125001430511rem;left:2.8875001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHbP0CVeB4VyPDa3iuzwGaW36af6dedR { display:block; }#GHbP0CVeB4VyPDa3iuzwGaW36af6dedR > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS7uODPPi1J5DxIrF02neuNHIxr5vbz9 { width:16.5625rem;height:4.95rem;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) { #i6IW2Bpcfw5SgA4o05ZlNW0hGJFG6fSs { width:13.1875rem;height:3rem;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) { #ubFnPH1xEnsDiUTklGd6UwbBZOwIeH6r { width:13.375rem;height:7rem;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) { #qroWh97UlVeWzNdUdQpSfZNFlkKTd5kG { width:13.875rem;height:4.5rem;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) { #GU9icm0NJfigApbRiPzeGWgxE9CbmDdE { width:14.125rem;height:3rem;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) { #aSt4a4yTZEEJk6Xq7MyJX77RusZXTkfq { width:14.1875rem;height:7.2rem;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) { #Zsh6Lq0HsxtUwMvXGGLiseoIRpyxTn5I { width:4.0625rem;height:4.0625rem;top:13.375rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNIqXTBs9z2nTQh0OWmkBBeAGOun8XA7 { width:4.0625rem;height:4.0625rem;top:29.612501144409rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DUCBR0cXq0Rn3TdwFG70BVhzQ2B6OS { width:4.0625rem;height:4.0625rem;top:49.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXnHqJJpmHLLT1tKPQg7qlMOaTSp9aWv { 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) { #A0B8EqApA7sihfs4q3Nd7qToxGqfLTxT { 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) { #AxSQU3xhl99eNfRVsoNPpfq6sk3G7ui7 { 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) { #hwO88UME7rUQS4RmDgAQ8yqesrfbCLkb { width:14.875rem;height:1.4375rem;top:78.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhupG5qqTkGWJ5XL8nmqxyU4l3z3hv3r { width:9.9375rem;height:1.375rem;top:86.25rem;left:1.0500000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQ30koUJ0dqgrWHTQT7OUziTUdhU5R8R { 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) { #l01dCq71yc54gXKKSPsJc7Drg5Fm3t2w { 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) { #bQTTHH6NroPK4iZurK4OLx0PpDZ89GoV { 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) { #TVxfcG5CkqLSWddggnH9PbNZLgX2XUTU { width:3.75rem;height:3.75rem;top:12.5rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfpDmT2N5NN4EMhONAlsg69PSXVHUs1J { 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) { #ypR8In8KWXbFmiZHri4LNHmv6nEK5nTE { width:4.1875rem;height:5.4375rem;top:1.6125011444092rem;left:11.905468523503rem;display:none; }
 }@media only screen and (max-width: 763px) { #QACLgbzycUuy8UmMQnK8HcKApilTSO8s { width:15.8125rem;height:13.25rem;top:4.5625rem;left:2.125rem;z-index:14989;display:none; }
 }@media only screen and (max-width: 763px) { #VknExNUkmyLIy6U9F7e9RNCl4REEqZmg { width:7.25rem;height:7.25rem;top:67.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3XrntRTsmTJO3IQVZcBasK7STTBMVmw { width:20rem;height:28rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcX3CsVnphKAMlnknxWKxcLf2pRKTLTS { width:19.625rem;height:14.625rem;top:11.074999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwdEbgPWzvC38SOmndVyCefOTEP1dpJB { width:14rem;height:9.8rem;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) { #QrzEEKvCp7JaU4KqIOmHxF3JEJQ7AydA { width:19.75rem;height:18.1875rem;top:27.422660827637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFwZe5HQs64V5KVCkmCaRiM320exxqKc { width:19.625rem;height:14.625rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4n1MNDABrJGc6eXIWeNNpcZRwiMGm6k { width:4.8125rem;height:4.8125rem;top:23.9375rem;left:2.1742187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAIch0uUtkR1sz25ihr2zMqZAAVSZT3S { width:6.5625rem;height:4.75rem;top:43.8125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzl2i6zl3UE8zQPQZFrKfhppRX5y9oqd { width:17.1875rem;height:9.45rem;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) { #SZrsPiWhf7pUFAR7TpytrQUkqxMbn9rM { width:14.1875rem;height:1.25rem;top:82rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRpWImRhIVoOyp8HpC4uPcLvCgwbsGzn { width:20rem;height:41.9945rem;top:54.4375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #bAKCE29WOJ6S8mzf8t4iXR49KSpBUKTW { width:15.6875rem;height:1.625rem;top:80.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDehpl3dWXKdJWC7lPXyipF7LxQ5A7S { 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) { #Umv2THq9ZSg9QZQx3UKCSv7ghsHo9Tq8 { width:1.375rem;height:1.375rem;top:89.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgaqLmaXBNSmrUV46ndBEUuf4ir9g5D { width:1.375rem;height:1.375rem;top:89.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRo9VXkeRqy3CN2JpvKSxcpZzVJoTQO5 { width:1.375rem;height:1.375rem;top:89.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFyJuw4sVxK0ydVR2cDKylnbLT2zZC74 { width:1.375rem;height:1.375rem;top:89.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #beCEQSC4AvF8BADd3USoPLT2XEKCoLVu { width:1.375rem;height:1.375rem;top:89.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX7ysabcnKWlOXdL1TRU8ZmINKU2EAxd { 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) { #zQnRHQbSqaltnbEO8JS3iwsC18BNUOFA { width:20rem;height:10.875rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORuLW0hwcvRM71hPvZE558NqifBV2iEP { width:4.5rem;height:4.5rem;top:80.437507629394rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulxRPggDwfMsbOXhKK0lahzu5aBLNQht { 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) { #W2HEAPUr2QNcB1DRHFTX4JTkoEkL64aX { width:17.6875rem;height:6.6rem;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) { #dIiTenfT6hJphcup3we5Neuta7dUBIcV { width:20rem;height:3.2rem;top:104.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igUBlI80XdwiGOduWPXlGqTguyJiiPK1 { display:block; }#igUBlI80XdwiGOduWPXlGqTguyJiiPK1 > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NH2J5JVRTKuu9TtZDHaNhbwWpUc6lwn4 { 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) { #QcMlepMA6SMoiXLPRL8cFFVUeDrZh8lT { width:20rem;height:9.8rem;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) { #kVIEfJXTNIQfQxnwhOMTUEfrImzfXxex { 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) { #T5N4UHZVzg7NTUaSfTWXxBUrITTzpqMb { width:15.125rem;height:1.875rem;top:20.875rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAWThsPTTJkLSTeG0affIWDoT5cTdyg { width:19.875rem;height:15.4rem;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) { #n6a80JZS8vWZFEAbK7aH7krd0IVgbUte { 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) { #dU20D0sme0COOPklnVkShS4I4MO1z0Pf { width:20rem;height:5.6rem;top:81.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PguElDv6M1tCRkz3RQx6OcvuKrtRGUIr { width:17.375rem;height:1.875rem;top:88.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D19wOhp2qTPfdokTxAQ0Ik0fQ2LwlTLT { 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) { #pocXLtOg4FDNK4oMAf254tpOw3lDzr4b { width:13.5rem;height:13.875rem;top:63.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFgxfDlwEF1dJmi4KZyJux9RqeB8npCG { width:13.125rem;height:9.3125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiUzNkGvyA3giKaygkm3D4QhIJqXzTTT { width:10.3125rem;height:10.3125rem;top:30.9375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzy4wkdIpvZgIDzTZomeiwFWBiAbUWA4 { width:15.1875rem;height:9.6875rem;top:60.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRF1kgl6svdlezcmC9ogBhOlvIdkHnXF { width:3.875rem;height:3.875rem;top:69.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsRX2NOK5rk0MhvcDvCL3mZtc7KIADc5 { width:2.125rem;height:2.125rem;top:5.29296875rem;left:16.767968714238rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqExNroyXpVcpX79CKoTnyONxtQZ5Pr9 { width:20rem;height:9.8rem;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) { #rT9V18iJ6ykwOWzuTW3ZyITDVF8tMlxT { width:1.375rem;height:1.375rem;top:95.8rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGhIBTv11fN982qITHAbCVGQuxsf4zDH { width:1.375rem;height:1.375rem;top:98.425rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEL2TPRPQDLwPAU68iMh3aIcsiIxsK1c { width:1.375rem;height:1.375rem;top:101.05rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTT1xuuWDvrx6khLqpG6pQstJz48U9Tr { width:1.375rem;height:1.375rem;top:103.675rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGKl5kfiQDJiX6xLXfd0BsixHVOAufQU { width:1.375rem;height:1.375rem;top:106.3rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9UZxLhQspcPdc9wMc6PHbODddBLnBM2 { 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) { #OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 { display:block; }#OXMU16Ilx69q1E4eSX9k1gLD9ThpfMB1 > .row .container { width:20rem;height:117.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lveRwrWiphHI4L27fShIGWxJgwt7XLhM { 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) { #LapH7qIWEI1zyZCO3ATDzSTW5AXwO9nS { 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) { #AaA8967lWvT9c3vgDayaIu7ShGsMhweT { 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) { #RzgFWHQk46gtLQxJkphetM88dEWT7ypo { width:17.75rem;height:48.825rem;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) { #qWVPcUp5meEDExXvrIW1ENqSwJ5dtNJf { width:20rem;height:7rem;top:22rem;left:-0.013671875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1TZ5eKqbhia7V3XNS3gFZeuiFwTy1le { width:2.8125rem;height:1.5625rem;top:2.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM800PSXl2mART2eztaagHTT8VIbH37k { width:19.9375rem;height:11.2rem;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) { #cb0Wb50vZ8gS2aN795XAO81FBRDN1lgp { width:13.9375rem;height:10.4375rem;top:8.9359380723906rem;left:3.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EpXdxs0BdCzDmCpIBQWxZwQ4TmTeVy { width:2.1875rem;height:2.1875rem;top:30.687500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppp921Vmnwld1iLoH6TVdKwNRQs64uum { width:2.1875rem;height:2.1875rem;top:44.875001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPdGpVeFgQVHspFqdP4QeFaPOQKq9tKh { width:2.1875rem;height:2.1875rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHzbplFoyUDf9xmWEAKoEdZguigkfDIz { width:2.1875rem;height:2.1875rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFKzDOT8xJlZ8NSRoToshWKDscRORrO5 { 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) { #JVOM6Nr8XqffrCPKGiwa9pwvNln7Tacb { width:3.9375rem;height:1.8125rem;top:99.1875rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRP16IddD8cAbbu3yAnBqFlBOpJNkTAB { width:15.625rem;height:13rem;top:81.5750002861rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 { display:block; }#nEymE4UCFEl6JZWLug4MSGB96dM6fSb9 > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5k4HILCLPiVQpld3Xh3aT58MLgfh4Q8 { width:19.4375rem;height:4.5rem;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) { #kR0UMcPJzIh7yuNKefFsTwwBoA4EXo2G { width:20rem;height:1.9375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF1TI6d0GU4ZhXfL3UQf555uyeklmC8V { width:20rem;height:8.925rem;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) { #ng72xFuc2mmn9flOqiMftMTrwAwLhxAD { width:20rem;height:29.125rem;top:22.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vkagTWxZ1QLxbnUnWs6m1Um5T81CMiOo { width:9.375rem;height:9.375rem;top:18.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1GQyF57uvQdTaEvJHWqcdZQPTV3kZ8G { width:20rem;height:0.3125rem;top:7.0726561546325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHLvGhcoT6K2LytIyh5FxDx3kN9z2qvX { width:1.375rem;height:1.375rem;top:48.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BldyCKLDtqJdTudTHM8lXbpbdr0eE07i { width:1.375rem;height:1.375rem;top:48.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agv8XDIuqq1Ck2DuelVQ6D9CbTIaEuKH { width:1.375rem;height:1.375rem;top:48.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z119aGGEGmakR3q8TFxKdTT0gKNAysG6 { width:1.375rem;height:1.375rem;top:48.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoHz8io7Ex0VvvGlTiwrU7B5AVVWkthv { width:1.375rem;height:1.375rem;top:48.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqO4bedQrIyozgOTyRxa3hFigtAfVthJ { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWWxlOKIS11DNyTTUeV6fH435D8PtJim { 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) { #lA4cZFucuAesicn0TTNE0VuGoQ5K27zo { 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) { #lA1V6UcfGnVlmzBLe56fJxqC1eTOF8EZ { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ud8ZRp4BCvHJesq6qgKZOdwNzv7iuqW7 { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNylUtpEmItEdW0L1vSNDcLNiWZG4HeX { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieUFGFTrqZPDaNLyS0dqkmWFDFMp5k2y { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvPMTITR2bOx0eqcIF4klAg50PwhAMsP { width:17.5625rem;height:14.85rem;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) { #sltXuZ00cuiRbgDpMfEkR2HevQ0ZfFQh { width:20rem;height:1.375rem;top:65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #luE6ABIQK5r4iVTA2PMxJVrdryDkVW1M { width:20rem;height:1.5rem;top:42.530469894409rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdbctTA9xLL16Pn9kNOfc4RuVbezExC2 { width:2.5rem;height:2.6rem;top:14.77490234375rem;left:17.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl4RAbbTpvX18MegD2T5Nu25lpzBibxq { display:block; }#nl4RAbbTpvX18MegD2T5Nu25lpzBibxq > .row .container { width:20rem;height:127.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #botJZLCqAW3DnEG5F5fGKrcfzNhVVZOt { width:14.8125rem;height:3rem;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) { #Dl1w5HLNhKIfofD7n3ekwZorAlQrEUSh { width:8.0625rem;height:1.3125rem;top:20.288281917572rem;left:10.750000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw2NK2IQkIhDk0lNkyJ48pZlzyL3tgFd { width:18.875rem;height:23.8rem;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) { #yomAOutEvcv53aKDpWsJZf8BB8yMW6PW { width:20rem;height:7rem;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) { #lmWTJsue52q00zNnnP8SRLsTo9vwSLil { width:15rem;height:22.3125rem;top:32.750781059265rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4S2lMJMNer4Hr5pkbhAUpexgOcd6PVd { width:18.4375rem;height:1.4375rem;top:28.622656822204rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMEVEDPanUZ5xffNz4CMqbtZT4iUMMHA { width:15.1875rem;height:1.6875rem;top:21.600780963897rem;left:2.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRwbTqEv5vWatUWMQu7MZwtfZzPsRWrb { width:20rem;height:21.1479375rem;top:106.2275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgcIRTvGl1wRxWkk4qs5CTko4GuPFTTa { width:19.75rem;height:8.5rem;top:65.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzeP5Z2Zx40M0gQaJA5V62MwCn83oOkS { width:16.9375rem;height:6rem;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) { #TsRRZWmICZcNf0oUPJriDbMEtsTaVw1U { width:3.125rem;height:3.125rem;top:64.375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g71DUVC7cMctclCRMpegacz2wB3K06CD { width:15.75rem;height:4.5rem;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) { #iNCDsVdX4gLNsKQMWdtGk6nrTCRPbzua { width:19.75rem;height:7.375rem;top:87rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDk6Df8FbxzeIW2plu7F38AbasBOKI4i { width:3.125rem;height:3.125rem;top:85.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruc91s1NNAlxh1SPTbhIpQ5Ag3WbUVgA { width:15.75rem;height:6rem;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) { #THJN5v7fWqCi4OF5QM8aLzqgGb7op1Xm { width:19.75rem;height:8.375rem;top:76.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyLDoecvQ4CyyRd79dqRpUTtks8L1yGT { width:3.125rem;height:3.125rem;top:75.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnqGrvU3fQAGd6o0hgtGvDcB1OHx4Vy8 { width:19.75rem;height:8.3125rem;top:96.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBIxkgxxGB7HZJdTwKra65tnnQW3LJp { width:16.9375rem;height:4.5rem;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) { #hDTv6g6EImoySk3DJ9LUvTcWksacAxot { width:3.125rem;height:3.125rem;top:95.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TemquRavtv6T07UGyNfQn7lSJRHAb72R { display:block; }#TemquRavtv6T07UGyNfQn7lSJRHAb72R > .row .container { width:20rem;height:185.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRtR2zRXrnc8mDEB1NiK0u42bD3NX9oQ { width:7.625rem;height:1.75rem;top:7.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izagSI02EOFQFHdBaO4zT5P9OIP3eEnC { width:11.0625rem;height:1.1875rem;top:12.25rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkiCFVZ1L02XnhOAmAdir6PAVZ4HxdCp { 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) { #TfOx7gei1kTgwgkdutdyxuMqcooOOM6g { width:13.5625rem;height:3rem;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) { #oPoCTiQv7b3JNTl5W3yuoMaubwVC02iC { width:17.0625rem;height:9.0625rem;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) { #xnZops45wBzATdIN3rt4TAxPSDWFpJ19 { 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) { #cxkTN6LCoLJCx1OPsRXtrPaqgBwZORCG { width:17.5625rem;height:8.775rem;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) { #g9q3IGh97D49kMChphTwQUMfu8yyc1sy { width:19.75rem;height:18.25rem;top:19.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXwKyVPPha8yapxJwfnitSCHRNynoQuo { width:3.75rem;height:3.75rem;top:17.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK4LH1apuugNTmM4qaT1va9kCJtfwHQS { width:2.5rem;height:2.4375rem;top:18.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqSCnLt535ZVUEBtTD23ZopPwsiLiXZ8 { width:2.4375rem;height:2.4375rem;top:39.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3XJqoe9MNQTUOWLCZ5pJHD6gLHNUpSR { width:3.75rem;height:3.75rem;top:38.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icUCulQdgC3nBhcTeeXF1AZA8VvseLkn { width:3.75rem;height:3.75rem;top:60.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFi9oTTTpyyZ7NdsU69CzezZ9e5G90Rh { width:2.625rem;height:2.1875rem;top:61.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXxdyW72FpDMG5gIGbFr7bsMLlGR74w { width:3.75rem;height:3.75rem;top:81.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2TZ7h4zJ9JO9JikS22XuUAQR5KdiCHh { width:2.375rem;height:2.0625rem;top:82.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtVSff9TB9KWBmA4bDH6UeUonMLRR02s { width:3.75rem;height:3.75rem;top:104.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSuacGIRqPVa7Sigloq82zvgmvn3Zn0 { width:2.0625rem;height:2.375rem;top:105.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqszdoBNQhA00VHWlUTfDWhtgJVTJSm1 { width:3.75rem;height:3.75rem;top:128.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiilW4gub4RG2afIoOp6d9U6TBqApeiA { width:2.375rem;height:2.375rem;top:129.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAOqfCPJ4t6UgLWNHgWp3i5Tehl6owLk { width:20rem;height:27rem;top:154.3125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #DAtLPtvJnGxpLuw6DllbqykGZNBEUHqd { width:6.875rem;height:6.875rem;top:151.625rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #GysIc4f1DhEEbix8AtcN7CcMsfIdZT8r { width:12.8125rem;height:1.75rem;top:6.0625rem;left:5.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #sCvPloGq0xUvhTdLzPqdXZPloqayAg4A { 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) { #N2JTGkTso1yc8hLpA5UuSNqA8gQavTCo { width:20rem;height:1.2rem;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) { #GmsP8KOw1X9Ckn2k8x6JtAhldPU9Nulp { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p68Zdx6zEOOBTHArPrGo0v4DvBKZ9VOu { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4F7Qu16veaVMZOgzzFaG92qPaqbM2bG { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGSic11h7THk94pmeCHrsbNrabl7ER6f { width:17.5625rem;height:12.15rem;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) { #Q85IcJRKRrcylvsIAOkpE1q9nQh63Vf4 { width:13.9375rem;height:1.375rem;top:159.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssAtzC89wMZMaLlzH75G2OsDIWlGaNnr { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqNimRGvZJRkvxUkbatpicTFuwct6pbC { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rn5ns509BKUiDkKgOSKpQDrmFEOcmmT7 { width:17rem;height:1.625rem;top:170.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXWPx7cJ2COymW01eU6TSSIzqTTR5Go9 { width:1.375rem;height:1.375rem;top:176.9375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU3koQ8R6kAx4Mq5XELfhgccN5eltyTs { width:1.375rem;height:1.375rem;top:176.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN9GxDKTVAd05vZwCHvALNrLAVTE9oEL { width:1.375rem;height:1.375rem;top:176.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW14iICuNmXx43XGJOHeSlhKoahkTEt9 { width:1.375rem;height:1.375rem;top:176.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7T8CdBWB0k8w22TWW3elC8X7hBMSaFH { width:1.375rem;height:1.375rem;top:176.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cngzRpfoyTJCqImFB5DdB4XUb14zvRTu { 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) { #rCS32tNizSgw4m9aqhhuVPhlPEl2nsWO { width:18.125rem;height:2.75rem;top:23.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teLfqcC1oJzEhqx88msrIfkCXElVrVoR { width:12.25rem;height:0.375rem;top:26.5125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1Z7GGeWQAAZrAEgR0HANDAl1BzwFpl3 { width:12.25rem;height:0.375rem;top:56.1625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNKZEyyAEtghGTlOWcSCzVWcPqtVwUWa { width:20rem;height:18.9375rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbeRiPHEIo6hrBCxXTcnZwsWMV5EXUyw { width:15.6875rem;height:7.3125rem;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) { #RZ8t2QH7E2tgZtT60IT9zWC94Fbu4Nlw { width:17.8125rem;height:3.375rem;top:44.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEasqdIJAdNH1wz267nDnH0FTK2aMcQ { width:14.6875rem;height:2.7rem;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) { #BchC6V4SfxhkhqTmCtknda53CcQ8tetA { width:12.25rem;height:0.375rem;top:68.1875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpTkJl79NvkU1tPb8hJ4TsDe8fa7CNL8 { width:16.5625rem;height:7.3125rem;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) { #Xu9DeXZuiiFrHk5XAOS9BNxTzUr7ULFf { width:20rem;height:17.6875rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6E9shqHwMOw74WG0WUrby6O0Kd9Kq1H { width:18rem;height:2.75rem;top:66.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpvK2hLt6J7LnEg1WJk77tWStIAih15X { 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) { #OT5CQDg0nDG0tnZoxlQ8NBDiowLfODCu { width:12.25rem;height:0.375rem;top:96.375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBhbNABPyvhHf5CMosQgRF1lUdrCdXmQ { width:20rem;height:20.75rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79E6SDf2ka7gD02HEFhpg02wHwfqNgk { width:17.75rem;height:3.8125rem;top:86.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNGqdQ3sA95h5XtieTpzdqzc9vDLVhit { width:14.4375rem;height:2.7rem;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) { #k2l5KoFWvP6yHzfXdIzXfyny7CcVeeAI { width:17.875rem;height:8.775rem;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) { #k0ZR2P6MNV44UTcwVkmun9xKxOJcvOza { width:12.25rem;height:0.375rem;top:123.325rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTgArfKeRJkrfw6nw402XUDb5nRL3GRk { width:17.75rem;height:8.775rem;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) { #L7r04ukHLuPkEVXfs9cRMlsAo6BNUPma { width:20rem;height:20.625rem;top:106.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxD7HFF9crr1QdNuD2hzBO1GRgTqVAx3 { width:17.8125rem;height:3.375rem;top:110.35000038147rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a92xi10X5vS4dB9BScHHbZE3M9qsRuIJ { width:13rem;height:2.7rem;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) { #w6HBxpAM2HE83RhqdQamBWlqpWQnFzKB { width:12.25rem;height:0.375rem;top:157.125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpSaDxuLO8MMbxibsdEPTX29cC2UNlhy { width:20rem;height:20.75rem;top:129.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZUQldoeQGKR3FJ0aGlwiGEOAsUEPIN { width:18rem;height:3.625rem;top:134.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNd1l5TpxBG8mvmL9HxNLHC2EwUv52CN { width:15.4375rem;height:2.7rem;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) { #rn0EaO523TLRkAmN41nMkwpD7SR1M5kJ { width:16.5rem;height:8.775rem;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) { #RS3tewr4WSIM13HOG16uRMgGzlzbzokH { width:20rem;height:1.625rem;top:180.1375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6szrrc3trCvlA8dRlbiLoK3wZub1qCk { width:20rem;height:1.875rem;top:178.325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F { display:block; }#Lbxy9kI4ZKgPTT9LF6Ro81oyoAAfZ65F > .row .container { width:20rem;height:135.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXd6zm3GP8rcZnHCVecw4pKexqeWTXta { 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) { #faZydCVWmG2IoA3KAxW2q58AJiDwnybd { width:20rem;height:20.125rem;top:111.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg8WpFiTiS8lLLEAPBsVMwQF7x52vGPL { width:16.3125rem;height:10.8rem;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) { #RqymxSSFnTiEH7s1ys2rkifouzozNqTy { width:4.875rem;height:4.875rem;top:125.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smfzig6dPQUgna2nlKpvWagpV8xpsVuL { width:11.875rem;height:2.25rem;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) { #bAtHDklEqAi4OhrxHTAwJy5NnvCQwvlJ { width:20rem;height:18.8125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxdUV5WVksCeyLM88uPzHx8fokdGeph8 { width:16.5625rem;height:10.8rem;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) { #hfb1Nnl5O42RhOWmxuvrxNtWUh4vGSTL { width:8.5625rem;height:1.1875rem;top:148rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgwR4SRrHamwJSTLSAWKEu64fwLSJDZu { width:18.6875rem;height:1.1875rem;top:143.3125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlqCLn2wDlPI1eT354TnwRHkzc9n8iRJ { 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) { #QxdfkbxAGTgL8fu5E576HHcyRo78hoI2 { width:3.4375rem;height:2.9375rem;top:109.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxCmaTbPQTbiMqiKXZpsKQDLHlI7JIzi { width:3.4375rem;height:2.9375rem;top:26.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTl7fW3RKgbuAPCVLzklns8TttVkGEa { width:7.75rem;height:1.1875rem;top:40.25rem;left:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQsgPTJBRqJdAT4PsrifsizqyCxvzq7o { width:3rem;height:1.1875rem;top:41.8125rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5HMFvPrHNOcfDzesR5i2qPKk2IzuIAO { width:9.9375rem;height:1.1875rem;top:47.8125rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTlXAIIOPMykxCVcne5AqZimHB5urdot { width:5.4375rem;height:1.1875rem;top:49.5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #brWQcp4hZiLTIhDhNE6izrfSV8g900fm { width:4.875rem;height:4.8125rem;top:41.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIql8n506yZEaQRKy2iWVCyfdN141iDK { width:20rem;height:22.4375rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acc4TgVLKGD4yOMNNBuiJOC6G4V13HGn { width:16.6875rem;height:13.5rem;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) { #mFRhZ1KThHGUvqb1maKpddUP8fkDl52i { 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) { #CM43cFxdnqWq9VvhK84o8iPlf68T1qsl { width:5.0625rem;height:1.1875rem;top:72.25rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PeDq8bWrlJBOomfq2TIWLbqF7XMfbI7d { width:19.5625rem;height:1.1875rem;top:73.75rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #My1zasiP1NuPhUFwZx8HWHqG5wSkI5zB { width:4.875rem;height:4.8125rem;top:65.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl07vXfs3E8Od6lUeBZZ3ZaRTpF6MPd8 { width:3.4375rem;height:2.9375rem;top:47.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CzEHzkLORgDJCJcPHEmU9ERFADtJWe { width:5.375rem;height:1.1875rem;top:75rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMW4fO2ANiL3p85Oo2GvnilUdTrPOL5g { width:20rem;height:16.3125rem;top:74.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N39TfC3IxZEcfXSS7mA6nbMLSNQvHUC1 { width:3.4375rem;height:2.9375rem;top:73.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZVKTRksKZb64QPFhoZl53dsNo0VLiC { width:17.125rem;height:6.75rem;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) { #L3bQCZNXmlrsOFK1FzkOxxSPKKuFLPbn { width:14.0625rem;height:1.1875rem;top:94.1875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvnO1T7uCEE2UFRxbNr3dMwEcfhArxSc { width:8.5625rem;height:1.1875rem;top:95.6875rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KAub4XWoNlgGOqqLNUSuGIpiTKDqHMAR { width:5.8125rem;height:5.75rem;top:84.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBxaylMczi2alxbLzoDVkBvCAvgbMPLv { 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) { #KNwXLL2OwpUfTuGGwyfs7rUXJlVfMdCb { width:20rem;height:14.75rem;top:93.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxMlrCfSBeXcNew5fwST2F9kzH9HwTr { width:16.125rem;height:5.4rem;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) { #y9a7xSoeG4X27Szg1lKoDMOCxUENPB6P { width:13.625rem;height:2.25rem;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) { #OPNi6OJWhiNL94RpnMJAOI5JwbnCrGFD { width:7.0625rem;height:1.1875rem;top:120.5rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ac7mkE8yvscvFTsD9El18LVeK9XLMna3 { width:5.75rem;height:5.75rem;top:101.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZSn60HA07fZUdmICNubdSVFfJmH2C4T { width:3.4375rem;height:2.9375rem;top:92.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4iMvgVDAFpl3f210CQybnBhPJByLx2K { width:20rem;height:16.5625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKs1mBbK13LzgmLtn94thhHg1td9zSir { width:4.5625rem;height:4.5625rem;top:19.9853515625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy1mwXXn1xKJWIr4MkuWIHa21MZNTJsN { width:8.5625rem;height:2.25rem;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) { #aU03pSl75eQ8diOmvGnQcXfJgIKOXPpn { width:16.25rem;height:8.1rem;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) { #NwcgdCcfmVKzobpU8FntSSUKtITVrEno { width:10.125rem;height:1.1875rem;top:18.7353515625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceGM1IznOe3QmW8MHXwLMkyRI6XfJBlW { width:3.4375rem;height:2.9375rem;top:7.4375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z847mNdBptbEH80Vgqa7suB2IcwuZkef { width:3.375rem;height:1.1875rem;top:33rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz2O3PgslLrRsNUAWBGFdkUZA2oyKBQs { width:6.375rem;height:1.1875rem;top:100.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPvy8BGbDH1q29W90s9ThORmc7q6MHNV { width:4.5625rem;height:1.1875rem;top:123.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyq0QPKkgUl5lU0bQmkNlmDEsBwHbLwO { width:7rem;height:1.1875rem;top:31.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVzV7tboXcT080pNE79Eoq2DM5lWfAxG { width:8.0625rem;height:1.1875rem;top:82.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJwIdoT75SiHEpaZxQGKZQqdbQ3KGlZU { width:17.1875rem;height:1.1875rem;top:62.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNk7WxZeApKzwxKTiUlZLoZUUlKZZP69 { width:3.875rem;height:1.1875rem;top:122.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhgam1beNePNVAXWtL1VozTxVgGfnvq { width:12.375rem;height:1.1875rem;top:80.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwk9VctgRcnBQ6Rmat8KqcZn1i6nqd0Q { width:5.375rem;height:1.1875rem;top:61rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL42TNcEJlqwrCK1AlWuhko4OOWSHE1n { width:6.5rem;height:1.1875rem;top:119.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZO2gZda4UcLam9NQTCkQpGvTf8Z0g80 { width:7.75rem;height:1.1875rem;top:63.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTEAHgvIUW5CsdGE9iW8iPl2HwgUT5MO { width:13.3125rem;height:1.1875rem;top:39.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3sWfBwNrmIDXu0WOrpeXOOgWHRNwIM { width:10.5625rem;height:1.1875rem;top:118.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMopVveXlcKFH78PIXFP7gR6KwS9ElZ { width:11.0625rem;height:1.1875rem;top:12.25rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsOBhykuCEzf4dPpDPxZgPmx17ehxZy1 { 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) { #s870OSJEbDm3cE9tiPyHC2F7suE25c3J { width:5.0625rem;height:5.0625rem;top:159.375rem;left:13.53125rem;z-index:15133;display:none; }
 }@media only screen and (max-width: 763px) { #RvaIe7nRPe3lmSGtlGoD62EVVcaCPpGW { 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) { #NiSI88SO8xgzodR3VmA3NDllqTNdRSm1 { 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) { #aeFH5UVJyzXdlnfii8tqB1tWevH6CErD { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IR7VoA5lbOAsU1INAH4sQLqFNOPZWHrs { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #brmbyasU1Moe18JU9fLBSUe4UbbwuQen { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7XxGbte2NTMIJf8wLAwrHVMPFS9JxIh { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5WWeoNpELn0v6Uqik6GDnOmwaUsMFGD { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V { display:block; }#p0gln01qtaeIqLUMLs8vMeGMBPsxDJ7V > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUl6nymAXCQyMdgUE93yZQQn8qbnkvU6 { width:10.5625rem;height:17.3125rem;top:63.265625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCndCeBOU9BOw79H6T9UPy1AF15mGMDO { width:11.125rem;height:17.125rem;top:91.203125rem;left:4.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rq4ZE3TQosWWXbG6FVKn71KJFDcLLmmI { width:7rem;height:2.1875rem;top:1.9375rem;left:6.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0X73N0gJya5MRTLn8wpXDwUtcT4TTaD { 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) { #Bi8ZfqTIKFgH2A9K1Pe0K9Z8NhqT8ML9 { 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) { #Ob2LSnTl7ahnPsOI5QUKx1TvT4eSMXkA { 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) { #bxtl6dfJa415vh72TJhCOw6SmLJrL2xa { width:20rem;height:16.626rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN76PdXct1hZQu3CkRX4NhNHbleIeJpb { width:20rem;height:3.25rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRoWvAbClVcLe31D9dxu2s3MwTn5iWSR { width:6.625rem;height:5.25rem;top:54.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDdK4CTfcSG600OESMwmMumw4ZbTg3Ui { 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) { #qDVDTWPUMaNFIQfET11fCKPDMbGmivGF { 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) { #n2qNEPybZXCLUl5l3QS71Klqk9CTze1t { width:2.875rem;height:2.4375rem;top:52.1875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJQS7XdNq9KWMPvnVnf6eultkpwsTQxF { width:8.25rem;height:5.125rem;top:60.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7MWVoQUOrDfKqcmvJ9cTEZ4d5aFPsG { width:2.5rem;height:2.5625rem;top:59.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpc1G8m2BHtZ1KXhN3eHfmfCOHQUtD5L { width:6rem;height:3.09375rem;top:61.25rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0LBp2uehIMWRNopzJ2zZ0ufuKyf9DJO { width:5.5625rem;height:5.5rem;top:63.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJLxWaWyaTvACTsy9ZwtFMCoEPsnZupV { width:3.625rem;height:1.75rem;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) { #q0spiSNccVJoamzCJn8T7NiaJtbZz1se { width:9.625rem;height:4.0625rem;top:70.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzC5mhc5tKc2zmBM0xFNkNsJPlcZNe6y { width:4.375rem;height:3.875rem;top:68.3125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8TEzBazsNpX96XW4lHglDqwa55ofsc { 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) { #xSyzZfl8m3QW2RTOIhpK29TI2lSVwR7l { 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) { #ZNEOwk1PIMo5ukoSC3V8Bnk449XtP94v { width:1.3125rem;height:1.9375rem;top:71.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InDwsGTqpnfVaXf3VdMPhwMepGKFJUN0 { width:2.3125rem;height:2.3125rem;top:73.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ag07AeBR3S3TICDn90EF3SoqETvefT { width:2rem;height:2rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVCLZNrVi6Tseh59dgJtBWL4sBG5e71h { width:5.25rem;height:2.475rem;top:71.5rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgSTB4ufOUdEPOG93VHukSvSmB5ctNxK { width:6.5rem;height:3.625rem;top:70.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1adS29xW4ypgOme5OqEOSOAfVs1P4xs { width:10.5625rem;height:4.3125rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6zKerkrMnRdJ5izPd8MVIRzfFOBcn12 { 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) { #ag3QQbeakbMXoJXXZZqEG1KrOs4uQ5yw { width:1.125rem;height:1.625rem;top:55.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmUom2QChILNxn5TJEpOZtcTNm9RlgPT { width:6.75rem;height:6.75rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZnOE9mTTE4TmWE51LC0hgvbkd9STwy { width:5.5625rem;height:5.125rem;top:58.5rem;left:0rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #l8B1g90MMOLFI0aw2QHu2TvtAyHiEaAf { width:4.0625rem;height:0.9375rem;top:50.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD34MJpEeyXhLWrrIJlKyMsU4ZUfhv3Q { width:6.3125rem;height:0.8125rem;top:52.1875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS7sy4KR5FHuTLfZBiAAXBc8vQTbRJ2V { width:4.625rem;height:0.875rem;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) { #gqvz7mhZqwGibmb1iw4mgRCRV7MgSGDh { width:18rem;height:31.5rem;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) { #JdDwBo6ypTDdBxuNxRrE1Fgc9RVaIu2m { width:1rem;height:1.3125rem;top:17.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSCeR4gigdTcPuwtrqOwAeWaTLV8eHvz { width:1rem;height:1.3125rem;top:23.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTJ8QEWIeXmuvai87mboLkezLuSG3LR { width:1rem;height:1.3125rem;top:29.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prqa0MmkhAUtTxZTxDJNB6MlLMomRIkd { width:1rem;height:1.3125rem;top:37.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgkTUBHrG5lMFTTdzXqp9EaGav7rMQAF { width:1rem;height:1.3125rem;top:47.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFlkyQ7uL340wVQGDEGLpfRrPiGGXA4 { width:16.1875rem;height:6.3rem;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) { #oZK4RccsqHe0iQf1Mrxh8ftlcqfTGS3m { 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) { #KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF { display:block; }#KyJtyosDgfcbTo1GzR0X1pRVtqXRJTuF > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABtT7M0O58gRniuiJz6zhCrrQLPTQZuo { width:4.124025rem;height:1.16796875rem;top:96.37109375rem;left:12.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzLzxNPTdZiVG1uTErOMs01iQoDqbxca { width:20rem;height:7.5rem;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) { #FZQlH4BUZPwgVwIINq4ac69THLOIiIIm { width:7.5rem;height:2.1875rem;top:3.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q18Kp8AXnx0ARVyT3xZ720QvhPsQqAdR { width:18.875rem;height:1.375rem;top:9.4375rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmc5JSAQa0HiHkeIuAsmRTm8nRhFAzot { width:19.5rem;height:9.8rem;top:16rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBK50d5M3qZumBuKtUAcMOfZcTKhvfWr { width:20rem;height:13.25rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxLstLGEd5OCNXqXRKRU1KuUuxSFBADh { width:14.75rem;height:7rem;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) { #BIr2bgiUHcl8ss8q7NR6nsB3wbfpsG20 { width:15.1875rem;height:2.7rem;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) { #Zh236lvJwwv5twkyfKdBDnpQBttHtErc { width:20rem;height:13.0625rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th5pqTyQmuSFzl5ZtFa4bm30NTMKyQQw { width:15rem;height:2.7rem;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) { #zQeiUUTGrhz1PNda2OG8xJWTGZADQUqD { width:14.75rem;height:7rem;top:68rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckUncllyMEPfImyc4s0pUvuA00QCWdNo { width:20rem;height:13.3125rem;top:77.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG36Q7SdALIG1ELHxRMsvEizsL1pSpV7 { width:12.3125rem;height:2.7rem;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) { #Anvyg2MwDTIFsVUC8qQz5gUGexfR3CbL { width:14.8125rem;height:5.6rem;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) { #L9vG9R8ex2mmSHRxOVEB6bMi2zNVH3HQ { 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) { #rFfKuZlvgu43eTeNZoQnmdMDk9A4XSyi { display:block; }
 }@media only screen and (max-width: 763px) { #kEsm7xFOW4yQZb7J4QWLOF4TAT0F14f2 { width:2.5625rem;height:2.5625rem;top:50.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEkwfTl9NKtgkrAO1u9cEkmBv8akqa8Q { width:2.5625rem;height:2.5625rem;top:64.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn2moP1l8fOLMrFNhCyLRPTaRvKankzZ { width:2.5625rem;height:2.5625rem;top:79.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfp1ToQKiyITCAinl2iTAUAgTBMKu8Oa { width:2.375rem;height:2.375rem;top:12.512500762939rem;left:16.300000727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPtI6STwCSnrmtigV1OwTb1CPswpJyV { width:19.9375rem;height:23.6875rem;top:28.19296836853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr165yxOybMRdzUaw9B32XLhihgaRyiF { width:19rem;height:4.375rem;top:77.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3OVMP3xODHECDe28JzWcCc9R3UqAQz3 { display:block; }
 }@media only screen and (max-width: 763px) { #T2bEl0zgIhKT1T41r77zhq1WxdV4CLTc { width:5.6875rem;height:6.4375rem;top:96.4375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfiDFhidE62ySIXvZAAWq7nO98W2Z2Zt { 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) { #TZItkTOB5xTAzEFq5T1Q0ToAEm7MPhRQ { width:6.4375rem;height:1.1875rem;top:29.337500572204rem;left:8.2249999642375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVU9TePhcsNLhlazfNqqt0VXW2NQeFWF { width:8.8125rem;height:0.675rem;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) { #WpcqXyITetqEvXvZhxMvP2oAztNwChb3 { width:3.8125rem;height:0.8125rem;top:30.525000572204rem;left:8.1250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBufAvfTJos3Z42zAAkP2SurWoAwTCNQ { 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) { #xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H { display:block; }#xFvuL0SB9M9l8vgfT1IIs3wVmM01zz7H > .row .container { width:20rem;height:453.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiMbtfO9xTT726p8O5mri7dLi1TefK1A { 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) { #WWHeumBeNEEwpIu3Wk5MWT8w9a0z0n7F { width:19.5rem;height:32.1875rem;top:59.312492370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsMBNZx9hJwc1r8b0XHuMdWfbzwPTvkP { width:19.5rem;height:20.375rem;top:93.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqVvgPJU98VVzhuTe6yAo0zr6fnSNbw { width:6.0625rem;height:6.0625rem;top:94.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xATz0pyLUNusV4iHrCwo31nRn9BtdNT2 { 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) { #SutSaVeWxisoiergeHgZpyi8oKFoJO0V { width:16.125rem;height:8.4rem;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) { #VINm0pFWwbLzeu2BHQDpLNF9cTrJKlIE { width:19.5rem;height:32.8125rem;top:115.55000305176rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyFoOOhnaV8mitaSuNxV4fFXpM3piLfe { width:19.5rem;height:41rem;top:150.12500762939rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHqqfH1VDgu4qvTbboIH9ZkftgK84OIJ { width:18.4375rem;height:4.5rem;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) { #UlrefwZEMkClMUi2TBsn6IFssW9FGPhi { width:14.9375rem;height:4.05rem;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) { #IBFWENqiCJv8d7ybKD2alHXkTJQq51rN { width:9rem;height:2.1875rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6O1mVTP3DymDAll81Z1EEoXSSJTK6ex { 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) { #wE30CyHffNHofoWa6E9ugynDFHJZqccU { 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) { #q0vhbqh7tTmJ7V9K6wNHbvl3uplTsGDx { width:3.375rem;height:1.625rem;top:25.162501335144rem;left:1.9875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUVJpaJibq59RNyhcRTF19ECpWsQKfT3 { width:3.375rem;height:1.625rem;top:60.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ClT6dvtGTo5lhWPHkzEzT4oOTRed99 { width:3.375rem;height:1.625rem;top:117.62500286102rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5oxDKm12VTHcP4xWQUJSdBDBis57JiT { width:17.6875rem;height:3rem;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) { #qe4RyUgb6TCtdTGp0TWzzu8ecIvQ7kuS { width:3.375rem;height:1.625rem;top:152.8750038147rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vktdePlMwsKJyrWWztmPgTuua3t2NQO8 { width:3.375rem;height:1.625rem;top:246.2500038147rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJpXlxJz9ewJhC5F1ebHavnzLRVClTS2 { width:3.375rem;height:1.625rem;top:292.93751907349rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5bnZ8v7KmLWO0ARZAQcEeNC0f1eZOI { width:10.75rem;height:2rem;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) { #ZutbXlrWi6G3fBfeQI7WbIyMKtVlbyE5 { width:20rem;height:2.4375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrR8vJ98Zr6l2MOAP81NafC9rRTTbmVB { 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) { #wpqB2zOsouhikuleDtDAxMmm01a8Ryix { width:16.4375rem;height:1.8125rem;top:19rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3K9dhmHLtyB55232RiCHxZ4sD7Ri3L8 { 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) { #KXF3yR6RABq8RrE5bJ0Ca3etWO4AnrMM { width:4.625rem;height:1.125rem;top:40.192969322204rem;left:1.5500000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARofB2OdTLv2JvhQs57WlNCl8wHu61lN { width:13.5625rem;height:9.5rem;top:48.586715698243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcUU5dFa7ekJZ6TQXnEDe5732NDtEkk2 { width:11.3125rem;height:9.375rem;top:47.010938644409rem;left:6.9242187142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRti8ZInexNEAqJVdWObMycI9HHXM7SK { width:3.8125rem;height:3.8125rem;top:45.511720657349rem;left:14.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Edq9SG3anpx6XmaTRCBfi1WM82NCga { 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) { #k2c8IGhSUTTlTm3xRpTpyJ7gxnTU0zJb { 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) { #qUEAHn4PVqfVsvOP7fJ5lTqGwucSpHKe { width:4.625rem;height:1.125rem;top:74.75rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwzwMaLSomPQys7NGT1ER4uD8DI0ageA { width:14.1875rem;height:7.75rem;top:83.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1zInF6Wq9LTnxTFKPcGTkqER5UV26N6 { width:2.8125rem;height:2.8125rem;top:82.625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6FUnAPhoa5mzLdqANKyvL9H5v8GV4Gz { 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) { #Xvw67FaiIk5bKtBpSAOknwqyKVC4ibUl { width:4.25rem;height:1.125rem;top:133.5rem;left:1.8000000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLGnhDlBOr9eSfs13atxZgyM2H15OLyN { width:13.9375rem;height:7.1875rem;top:140.3125038147rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WtZdEJnkkci1v5iAepfXwczteFI3tP { width:2.625rem;height:2.625rem;top:142.0312538147rem;left:13.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeS6qQQZAe8oz0O4FLbpBMuMTSiSyDO { width:4.6875rem;height:1.125rem;top:171.1875rem;left:1.7687500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIQnRFlmHwXOW2vv4b1xHWw29wCkBrlT { 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) { #G708W97w0hmIia80K9nTgnbCCzIa9yEB { 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) { #DIEnZcqWKFR4J1GaGT58i9vDTuIQu5TS { width:13.625rem;height:12.4375rem;top:179rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHshFimIsS9U1QttTJbbAdSvBBdQZ0kn { width:12.25rem;height:9.75rem;top:177.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW0w9T0BqPa7TtWfamugVL7r6ZB7hLfT { width:3.6875rem;height:3.6875rem;top:182.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVPT2XHANfwBZXtaRdZ2pygf0RTzdEMp { width:19.5rem;height:40.3125rem;top:192.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbcp19BBx0XwBFf5z4cSw00lb3ah9x1X { 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) { #shugIkk5oGqtroWv2ipv7v6ak5NnvuOy { width:4.5rem;height:1.125rem;top:213.625rem;left:1.5500000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdblAVRTAze5I9BabiQTgKTGkM1Ph5fw { 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) { #rg86tTPF4NoQ1bgcNzZQwRav1qgvFCQv { width:3.375rem;height:1.625rem;top:195.375rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvmIt9ygEIZKmRtN2BOrH6IfalBOJEEe { width:18.125rem;height:9.9375rem;top:222.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy2mGRdNkyuQza2eVzvI1u9yhue7M4Kw { width:4rem;height:4rem;top:220.625rem;left:13.031250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #M76ctuCbFNy4kaSgVm0SJR2CB4oesR97 { width:20rem;height:2.25rem;top:236.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enm9ZPqBXFPcDzVCC8qklHEamQnSSxXh { 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) { #mZmn0zqwpv50LLTrOlyUKTMePLcea3vA { width:15.1875rem;height:1.5rem;top:239rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7XDayiBCuJyJT8qebLbi1EArrRIOcHm { 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) { #cZI70TqRpSzxGtvKSTmmX6TnOH7Auzeb { 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) { #hVB0x7CvwM3WursdEliQn1ESARiVn3tN { 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) { #oEPcUX1V8U7oMBGrX0g7QCITsc4TOboB { 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) { #QVnEt2DaF2SVBKBKx8FGJTrDcqElMVmV { width:4.25rem;height:1.0625rem;top:266.0546875rem;left:1.8625000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEUuSvSiKopBnTaTnee9JdCxmnTEtfL9 { width:14.8125rem;height:13.875rem;top:274.93751811981rem;left:0.61171871423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7bGNTWQp1pxx0B3eLuE1hdx06s5AC3o { width:11.8125rem;height:9.5625rem;top:272.42501831055rem;left:6.9687500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdN6zTaVB31d9SOOlnz8gQt7rGb1CaCy { width:4.125rem;height:4.125rem;top:278.6875038147rem;left:14.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #X86MyW52xJSuuLdTbXoGBawkkWId4pGf { 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) { #R039zQavEO0mUDEVQ7AmBR3ayg46k677 { 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) { #VsqS6oM9emGch3t1obXvU9pIT8R6ggBB { width:4.375rem;height:1.125rem;top:312.06251811981rem;left:1.8937500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQicqGZtPbDUXhenPywVzOSD1FCWgqmZ { width:19.5rem;height:41.9375rem;top:290.43751811981rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVzOLwBfeGhgIcziLKg3aT7VwgcVXvJn { width:19.375rem;height:10.5625rem;top:319.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5qUQa1xJmJafSHho3gAROM4TUP8GqF { width:5.5rem;height:5.5rem;top:320.65001869202rem;left:11.674218714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #NviuV6TbitV7aeq4C75ueQtg140b7LBw { width:19.5rem;height:23.25rem;top:334rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ6o93TJb2HGSBazCQkqF8LRe3Evfsef { width:8rem;height:8rem;top:335.37501239777rem;left:6.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTtZT9crq4mziQIZzETT6eX0WtoVfLQ { width:16.9375rem;height:7.2rem;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) { #bSqI9Bna9AKXQPyJxmmdZrbN7SbTXrO0 { width:1.375rem;height:1.375rem;top:111.1875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo2nV3eCF0ostVqoUTwbLww9NIkD6cTH { width:1.375rem;height:1.375rem;top:111.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4pBRWgohkGkpUToacOklLASeyDPRQ5p { width:1.375rem;height:1.375rem;top:111.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1PzmzsqFx0e4KAvEzTWq3lEddem5JsN { width:1.375rem;height:1.375rem;top:111.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ehqgFmdMRobh6tvWg9ZGAL4f2aS3Z9 { width:1.375rem;height:1.375rem;top:111.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ocP6mvlB6PJzZUnmlx8h6vRolCbpF2 { 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) { #ox15809LXXOD6t0ezpdTCzJm3Xs0JJvZ { width:1.375rem;height:1.375rem;top:354.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI8ETIPlhsM5ra7qdPPDtEoXRxmQBZRy { width:1.375rem;height:1.375rem;top:354.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEdqctO95TVq6M8H5BXTFy0r9SQJ0kH1 { width:1.375rem;height:1.375rem;top:354.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFgcwezQFWXsiPHTbOuwcGuPNxZrnxhv { width:1.375rem;height:1.375rem;top:354.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xChzMgPI70MnvAqBAJziGvNqx2l36rEJ { width:1.375rem;height:1.375rem;top:354.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlHOC0idgoeU3EuLT9f8NGHw7s3ErVia { 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) { #OQ3goaxIuvozNTENaJNm6IBwJf0bRWOL { width:13rem;height:3rem;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) { #yDQFS1upeLCJTmTEQf4e9J2n0CnG9OzA { 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) { #rSekUtmSIJTtOIvuGq5cEI5DhtmtcxTZ { width:4.5625rem;height:1.125rem;top:383.50001907349rem;left:1.7687500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #T331acelTTWwakE05AFZWJJSSFchd0mz { width:3.4375rem;height:1.375rem;top:361.17501831055rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5buO3wFiQHncBWTnUnSORUKIvurvM3G { 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) { #eIiTBCdBlhJsoT2uPsWfvdNmloeDKR8e { width:16.75rem;height:8.6875rem;top:390.17814445496rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9AaXAWMmOneldVs2kiuXXckJKg39vwS { width:2.6875rem;height:2.6875rem;top:388.93751811981rem;left:11.862499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3SQido8ERcvKdfObSL7WQIRifo3SotV { width:19.5rem;height:46.5625rem;top:403.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzPdkSBRtwP8FDuFeeDpthNlB6OhpyDa { 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) { #VsvpRPLimCcCDL1ihqPdWTeQt33TnZpB { 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) { #ZVAK825JZ9WPCGLKaOpNd9oas91oqBEG { width:4.25rem;height:1.125rem;top:425.61250305176rem;left:1.8937500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZKAUw7W6KPbpVCic7sT6HrNe4Dor0GM { width:3.4375rem;height:1.375rem;top:405.68751907349rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #huvgDvt1Um6tdL8BvVyJoDTTyicTS8CD { 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) { #BXFvnPgpdRIl88gD7atloKnTSOBuPDSp { width:14.9375rem;height:14.1875rem;top:435.75001811981rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKIyo3oBbyJvaazCc1fIhac1ZsbQomru { width:13.5rem;height:11.125rem;top:432.50001907349rem;left:1.0500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHpPdRGonNtdzyGmrfH9uM25q0IZNm2N { width:3.4375rem;height:3.4375rem;top:432.31251907349rem;left:1.3000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giwl3CLIS3ZUG8cIOWRW1dl46ri8HVTu { width:16.375rem;height:15.6rem;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) { #bh2T1ecmSLTEzWRzJCKhFO2qa417q6Mz { width:17.0625rem;height:15.6rem;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) { #MaNEJ6BlNa9hDyXEObZhxFBU7vpbiSzc { width:15.625rem;height:14.3rem;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) { #KgwSabqZ0EeIHhuZzvRynAdEO60clpdr { width:17.125rem;height:18.2rem;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) { #VcpuFBDsfzQGLHw4OmvOde6tiu4TQXKy { width:16.4375rem;height:19.5rem;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) { #lBWCmVB5nKEUApeGDcD6pzEre4bc72h7 { width:15.9375rem;height:20.8rem;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) { #N5poN17ytHP8M4PfPZc8dKLKtTMTvVo9 { width:16.375rem;height:18.2rem;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) { #n6hSBH41uOG5J0Vcu8C2Hww6uC10uFvw { width:16.8125rem;height:19.5rem;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) { #dkMmdcmP36rCPFnvK0kbpEnTElzkkSXm { width:16.0625rem;height:19.5rem;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) { #RugFPsfxoChkqufNUfGzSTV0i8EpRWzD { display:block; }#RugFPsfxoChkqufNUfGzSTV0i8EpRWzD > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc1BatTJwprBNqqP6QkNOMtwsTrzJR3O { width:16.125rem;height:9.0625rem;top:3.75rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0aTOUmN47EA1ktkIbTCthFew0GItwrG { width:14.375rem;height:10.9375rem;top:14.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDt3dFidiDg9g2NxasTdOJESA7UoDpAg { width:17rem;height:2.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOUpDdzotgncsZ0H1tZ5FVZyurBfx0uU { width:14.75rem;height:2.6875rem;top:14.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7xpz7PgFdvRLrDItFWOmhNO84F3ayKn { width:18.75rem;height:8.775rem;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) { #JKX5VdiG4erFXQRu9dSV6uTz4OvKccum { width:5.9375rem;height:1.4375rem;top:35.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL { display:block; }#K1aUqBIaaGCoVv0Cy10Zgfb2RnddFmRL > .row .container { width:20rem;height:129.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfLWssiMFBA2V77bBUzuqJR8w3M6etAU { width:20rem;height:33.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow { display:block; }#wKITPZ2bOcdyOI5PSGtkFoIGvdppqFow > .row .container { width:20rem;height:144.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgmNh4CG6duDIHI4chl6woHoVeTZx4MR { 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) { #gF1vVebpLmE6ggMXS7O6CVybHdtRGm4Z { width:20rem;height:60.3125rem;top:23.157806396484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeeC8RTnJFcfp3rsB19LIfCCg9JnqoDn { 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) { #M0XNazS9asgp0tLvSJITxS1oJpZvHqfO { width:1.25rem;height:1.6875rem;top:35.752344369888rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oif9h4CW7Hrit6yq0qXkXTNBfAgthWqv { width:20rem;height:2.1125rem;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) { #Qrk87WkcCP6VVZAixAOIeyJw0DQsfyeJ { 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) { #L5aKf7tpQvqrLTA7KOfG1FDxcZ4KwIsQ { 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) { #DsvXtErIoITvAJGkkarRpPB0RNqssuH7 { width:14.6875rem;height:2.6rem;top:38.596094548703rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guZSbWJ3PvCATRLW90rqQztB0Uh0zGW1 { 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) { #IF7daa3ADOIUqxelJC7H2ums3OlJG0Cu { width:1.25rem;height:1.6875rem;top:42.312500953674rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2BN8aRD0RJZvT8m48IbqKnvalDMUP9b { width:15.0625rem;height:2.6rem;top:45.562500953674rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWqJ2TXbEgSHoKLR9wmhVOuxsAwTScT0 { width:1.25rem;height:1.6875rem;top:49.364844322204rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOLq5GgHfq48dOF0EShgp1gm0iIZK19b { 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) { #Kzm2AfMLe8dbrbAuzBoHC5CIX5EC0rLU { width:15.4375rem;height:2.6rem;top:52.739844322204rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovq10aEUJgSuinmHcgiupNJIQ534RUa1 { width:10.4375rem;height:6.5rem;top:62.783594131469rem;left:3.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSXgdSDoieXs9XcxnZwnhlK5wnV95L1o { width:1.25rem;height:1.6875rem;top:56.68984413147rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppAnOCFKiAZVtE2eTAG8Ip7T7HQSTA9c { width:14.125rem;height:2.8rem;top:58.34609413147rem;left:3.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRntptOXJ39fs9naPB8FmWVnE3cymWsR { width:1.25rem;height:1.6875rem;top:62.783594131469rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPlDKhnoX19EkwFfrTXJmzhs5HHUPia { width:1.375rem;height:1.875rem;top:67.458595275881rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkLonpgKGf4vJGLg3ShGoZsqoPhBbuz1 { width:14.9375rem;height:2.875rem;top:17.708593755961rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhQLRR6KxNnFVK1QeArKgUEKaglOtCAE { width:19.25rem;height:2.8125rem;top:72.31250190735rem;left:0.37421876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFAPMh7349XWGLoeg6GBQXGrpeQky4ds { display:block; }
 }@media only screen and (max-width: 763px) { #RBQhf22lTCapJizOnF5Kweo2QhDLWVOk { width:3.1875rem;height:3.1875rem;top:26.0625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2gW2cDwTgoSfxTTnMTcqb3okwUJQf4G { width:8.1875rem;height:1.7875rem;top:28.875rem;left:9.9375005364419rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdz3RgBKDZCvLUpGW4MqL1p8IEazMBuL { width:13.4375rem;height:4.725rem;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) { #g2bLxZ0tGa7WBk85xOGq2Fu63V0V9fle { 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) { #XTr1Nd8vLy855g0Z3aOwoT7Vr5UwTxwa { 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) { #ucR9l8NFtORIe71TUTyfyHf3lIbNquXh { width:6.25rem;height:1.75rem;top:3.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynBlynSX4EKMH0ec5sns74csACSzUlIk { 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) { #nFlrxNXLKUALOLKihTEmPS2RO4WAyhDk { width:9.375rem;height:0.4375rem;top:27.314843654633rem;left:5.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuUeBuLdItq7MpWi7nWOT0egBpdHUzmy { width:14.5rem;height:11.125rem;top:77.875rem;left:4.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK8ZLSI3pARuof1DFXiFDJTakBmJAbec { 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) { #kZupsgbVPgtRrNcw2erGxK5ziEMDWzQH { width:11.6875rem;height:2.1125rem;top:95.375rem;left:1rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvCC5dSWo8eMkn8R7d6WSuPrBqGF746d { width:2rem;height:2rem;top:95.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMu3n2xpGgTHPOiaZ6xl6HUt3oMJKiMg { 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) { #pJSf8aKcOfSmwrVm8dqoPTyJOZMsTLvL { width:10.25rem;height:2.25rem;top:90.78125190735rem;left:4.8750000596046rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZcSl5wfXyFG8MT1dvrigs5MaThIwQtkV { width:12.1875rem;height:1.625rem;top:97.5rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqdCA9ThDuemTsckDTIqOHDTXho48thI { width:17.3125rem;height:5.2rem;top:101rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHsEbndZ4763o2FVg79UT4mAdbDMAv0i { width:1.5625rem;height:2.3125rem;top:107.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5AQLvpOJZ6EaHX7B0EI4NOFtMvCLBxZ { width:1.5625rem;height:2.3125rem;top:115.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izEqVqELfK39XVI85OEbd1X2l6no5sdO { width:17.25rem;height:5.2rem;top:107.81250047684rem;left:2.2492187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtP8J4vF7MmMelVZCHvDLCO9fHiM8GzQ { width:1.5625rem;height:2.3125rem;top:101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFpg3QSDNzyG0nw9esNemKEWxxzlqHPd { width:17.5625rem;height:6.5rem;top:115.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmC0TtiaZKhXq0bAJHVO5gv9oHO12rTe { width:17.375rem;height:13.0625rem;top:122.7500038147rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFOdW1d7EDZzW4w1WN6ODsOs3KedCG9K { width:4.375rem;height:6.1875rem;top:145.34531402588rem;left:14.843750536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1rHqSnfZn4AOtyWQfG9SZmVhdS722GT { width:19.9375rem;height:2.8125rem;top:136.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgVI122fSnWxSmL22lzFxIR1Ar9Wutp3 { display:block; }
 }@media only screen and (max-width: 763px) { #VzNJJcE146lJ6bQAToEfOdFsFMVi3E5K { width:20rem;height:0.9rem;top:140.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA { display:block; }#sbTg3Z6gvRNomN9olrmUaRB6KV1kqtTA > .row .container { width:20rem;height:474.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yW6bsGdw7ZTrHHA4x0lGOmT6qUxc6DJf { width:20rem;height:6rem;top:37.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc1X72P03SGTod3PdpmiNHBIhtzm3GId { width:6.1875rem;height:2.0625rem;top:36.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHMLqxRTfK9Wl4D8uyWtccoprG6UVeCm { width:19.8125rem;height:32.9375rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZq1eBEQmOB9q1ybZn93TXWDHMWg0dMg { width:15.06225rem;height:1.5rem;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) { #rn2SlmvieKtEEidmbIA71e6xEhLfoTKk { width:16.375rem;height:25.2rem;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) { #FtE6THy9xCfnOWmeJC6DD9GXXBzHLC9v { width:19.75rem;height:24.5625rem;top:81.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbiZwxzgGvyoE6bEeqaUCELRpizZXTwS { width:16.499625rem;height:1.5rem;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) { #GDETkQnJqM3nH1RPXHD9WFeJLwMolZ0W { width:16.625rem;height:10.5rem;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) { #SRBopxg42SKcDxtSBOeVQAKnbbKF1LTG { width:15.75rem;height:4.2rem;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) { #uw3S8EW0xhMKULiyC3b0IberMrqUUONS { width:4.0625rem;height:4.0625rem;top:76.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz4k9yL3wqarrle4b8loCGB2co1AyQ6M { width:3.3125rem;height:3.3125rem;top:104.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7TqDXQ3kwXnQenKXSTIt9pTyXoFxaso { width:1.3125rem;height:1.375rem;top:51.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrbkEoWewNg82Mm9WEALtZlWAJiN2iC { width:1.3125rem;height:1.375rem;top:54.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxrGpJdArnaTGH5qxSmVFN7hdQdOhQO { width:1.3125rem;height:1.375rem;top:59.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlKQwxQabyfhWM326c9Pbnm36trJPyeB { width:1.3125rem;height:1.375rem;top:65.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h83P5LStEtgZrE5vPBAKZAQQQs19tv1N { width:1.3125rem;height:1.375rem;top:62.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egpUSyn0BzQKxx064K5EHJrZ18wGognP { width:1.3125rem;height:1.375rem;top:72.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Ns9mUB8H6qGZrxsGHTPC3gP4JX9PH6 { width:1.3125rem;height:1.375rem;top:69.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlrT1tP6fyn96ecWO5yqr7BNvDtTUqo { width:1.3125rem;height:1.375rem;top:88.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS5gqM0S6KfWKG1NKPwhbx1kTIWwSM7J { width:1.3125rem;height:1.375rem;top:91.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8gSfA5QHcPGzoWiGB7h0mh5gMwGdUl9 { width:1.3125rem;height:1.375rem;top:94.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkrUTr0omaGR7gTrU4qxXAlb9MLf1esB { width:1.3125rem;height:1.375rem;top:97.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4zB30fvLkndiBUF4su6l85kCSWHXxHc { width:15.625rem;height:3.375rem;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) { #S68MFVoIztpSDcb7D1RvX88WEGup9wBw { width:20rem;height:48.125rem;top:116.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGIcCdlvMU57bk2CBiISPxxu3E1kOOkT { 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) { #fp34EgO8hUs92A7e7wepG0EuSGecoJtX { display:block; }
 }@media only screen and (max-width: 763px) { #aA7tARyryGc2Jacmi9xW9WAU1gDfPGnI { width:20rem;height:2.4rem;top:23.812500178814rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRQG4JTC50SGfnZ05MXkE1CWFgFJQwX { width:11.8125rem;height:1.3125rem;top:12.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcuZbvwEVhCetobUNZFNFVoAT6EoSk9d { width:13.625rem;height:10.8rem;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) { #vOoU7GKXAp0FFrnSv22ndG5FIXEsQ5Th { width:20rem;height:28.8125rem;top:3.3125rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #RrOmRoab6tPDmlgEcTmua4LtTqZP0kcs { width:6.9375rem;height:6.9375rem;top:4rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpq51iAh4umrzdrlH9iWzBAmD2eOGxTT { width:1.375rem;height:1.375rem;top:27.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8ytngEIGvxoeRDAEHzzHR7alJQNc9UK { width:1.375rem;height:1.375rem;top:27.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTkRkhCi5OvfJMXKqonAdLumTeMGGJ0X { width:1.375rem;height:1.375rem;top:27.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR6oGlDqbGPNSTW9hx0QhQA9zrnZ8HcW { width:1.375rem;height:1.375rem;top:27.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdxe5yTvTCnI5ryBe1oZXGiORNTuZUox { width:1.375rem;height:1.375rem;top:27.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8QGd7ZBDiVSrneUK3Mn9ELDM0NybKun { width:15.25rem;height:1.9375rem;top:39.125rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Ut65Q0goXgHsWsOc94JSSEoDyT41pcoQ { width:10.4375rem;height:1.3125rem;top:13.750000476837rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O { display:block; }#VykpUTvo4n8BJg3q7nzqro6r0RUl9m5O > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQPTvaPvqTLZdATnfQhMlzoZFKPT8Zn0 { width:19.5rem;height:36.6875rem;top:1.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #QDrkVXgi6c06D2UNON83rwhpkVf8hZgB { width:15.3125rem;height:4.5rem;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) { #MiNLwygX1gGoDlDpDBy831dv7iaPqFCO { 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) { #a3x8cwTyubuvNRy4JzKtxyPBS4dOvkPr { display:block; }
 }@media only screen and (max-width: 763px) { #tt1H4QuSDSw5dFEsFTBVeOL9lLHlZT8I { width:20rem;height:2.7rem;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) { #WcEoZvCQV0A2RvH5hwtO8171RlG9TJ1f { 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) { #nyayUuMCpfXqOCm69vrk7kks1zbb0ddX { width:20rem;height:17.291479820628rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBVo8TrGI9C3nw9PWDXvGb0cnTdNzqq9 { width:5.875rem;height:1.4375rem;top:4.8625000715256rem;left:2.9367187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkLOBaCrtITnqpOuM675pQsOP5P8gTkA { width:17.9375rem;height:11.3125rem;top:39rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blm7NkklKINTTzyVUMpTWEgkPRdbB0dX { width:3.1875rem;height:2.7588272856313rem;top:37.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaUG0zHlbmmDHn0z0PJDixhKXSaPFBHB { width:16.5625rem;height:4.3875rem;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) { #Jrht7wVggrWcRvUzIvsWmyqVlutRaubm { width:11.875rem;height:1.925rem;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) { #zlZfBXBRI8NGNdlUz3GkuFwMGk33B0bl { width:18rem;height:7.875rem;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) { #Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 { display:block; }#Dfo5B1xslGrUywsAS6fFULILkTCFa8i8 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsTd2PymwXCvqOinS2HLyVX21d5Zr0S4 { width:20rem;height:4.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkLhwLKlcudvc3dJDDdEkkNDLE5Tn8TW { display:flex;width:2.25rem;height:2.25rem;top:5.1875rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #ktPVNJzIE8dHGFZgOB2s7QFWpV3UgLzD { width:14.125rem;height:2.4375rem;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) { #cG6EURnxZS919geEHtuTmkqR0XvtXxW8 { 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) { #PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k { display:block; }#PCy4L8L3fq3GilBK7c7m0MnyQndSMG0k > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOmKSUGCV91IWpK6bcaITiTBOvbRwWiW { width:17.8125rem;height:20.71875rem;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) { #JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u { display:block; }#JO8QOlQGNaO8TJsyKbsmB45Q7yIlOO2u > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsOI3FUcCna5nrgp7zFIySvBuUnb8D8H { width:20rem;height:5.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfixh2KxzygMwvWnh0vRiishQuTXBe6J { display:flex;width:2.25rem;height:2.25rem;top:2.90625rem;left:17.749999582768rem; }
 }@media only screen and (max-width: 763px) { #TwXv7HSDQEBl7SADHasTeb6I5OfB2eod { width:15.875rem;height:3.65625rem;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) { #xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou { display:block; }#xMIeJkSWbxUpBESwRs3fZcpOzXPl3Dou > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5NvwhcAtAUgRxcxkgLIMFdVT2KSBZi4 { width:18rem;height:46.125rem;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) { #wWpyAyIKTCsa48HRTqMRyEPawPit19HZ { display:block; }#wWpyAyIKTCsa48HRTqMRyEPawPit19HZ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3NKbuskAR7e8cvsglSH9v7gt2Wz2ZLu { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8EU1gDAe6riiB3hOm8yTftSuB6352z2 { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #taXpbaVq5fdV5woDoNdtGZgmXmG0ikXZ { width:15.8125rem;height:2.4375rem;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) { #mtdccrfzfZDP3RW2GaKPphIyCFAke8Op { display:block; }#mtdccrfzfZDP3RW2GaKPphIyCFAke8Op > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cd7K5snr42TAvdft46iLWCRaSveqvrvT { 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) { #KEghb5n3aroNHhorL8SF11BuJ3TFFkum { display:block; }#KEghb5n3aroNHhorL8SF11BuJ3TFFkum > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh2nRR9Eb7COEkugItElsZFGGUl6Vfcz { width:20rem;height:8rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoZHgFfAfi4fgMoVFmc070y7EMDXhuWp { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #fNapI8rtSwnbApoeh7JEdTQE23zHcTU2 { width:16.6875rem;height:4.875rem;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) { #qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ { display:block; }#qfKuyRLrFumz1X2B1MgdFcK89WpEqvNZ > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXFLrRNNXCkSbMAuRg7e3F7lNnA8Ipsy { width:17.9375rem;height:12.375rem;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) { #XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI { display:block; }#XmKPODgsvJUbEDINDPVOcf3Qc1tiACbI > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLJGUhuWdup6f5bWUxkguIie3KdF2ZJr { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmBsKcJvkInarqqPvMzBsHkwCv2aIdc { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #URpas2kS4nNEZzJbg8iKzPR1yL9Q2e3b { 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) { #nIBMspvrlXhQr8bzvKArCzzDliQ9kryH { display:block; }#nIBMspvrlXhQr8bzvKArCzzDliQ9kryH > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRTHxs5eRcAeXvXyFzvAI5Pbwwv52cx1 { width:18.625rem;height:6.09375rem;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) { #gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ { display:block; }#gO7QUd0xZwuK7ZUfEZd6t82kX6cNqeFQ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opkmJLHeWU7U3pZZuML2T9NCpTIREOyT { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZppuzJS6WrDD2tghdpRT81dxU75ncIb { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #JFAzKhHb7CLv4CCqVOoMvNImI4P8EWvg { 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) { #DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e { display:block; }#DM4A81UC9iTJ7Gim2hllxI63M2P3Vt1e > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOzNhVds7zcnJBSC40Gm6u4Ix5S6FEbD { width:18.625rem;height:7.3125rem;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) { #yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 { display:block; }#yQGtMSH9wUGxRsKOg9dyzCc3DopeTsF5 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yu0bXHtWDfUQhGlVToXTztshAI1JZrdR { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCnnBBWZEU2CDGVvvDqNSsvcuh9MwPH { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #NR8X78t5p2R18NNSzSi0qK8C7fawkq6H { width:15.3125rem;height:2.4375rem;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) { #g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M { display:block; }#g6Zm7RsCRa0aiqgg1BSTIQtC5mShM88M > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw1bxJS9BPCBFOUMIwQqq1W3S5GE6ug3 { width:18.625rem;height:4.875rem;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) { #AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK { display:block; }#AQUgmFULLu8duJWZZX8fs0W0dFUKQPQK > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zoeu4tWifGhkW0PcTiLE4szI8nQn4lsb { width:20rem;height:7.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBbkfQ8weoT4RISkaZVM2FD4NdEAhTXs { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #OSL5aG9m3cSeEfQJAixcdxSiR4Vh1yu5 { width:16.125rem;height:4.875rem;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) { #F1cmhEuVS114KFCI6Jqlqwc9555e820M { display:block; }#F1cmhEuVS114KFCI6Jqlqwc9555e820M > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWFeiQEyrFVilcN6pOgqsCepnsq3MdX8 { width:18.625rem;height:43.875rem;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) { #HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL { display:block; }#HvIt6eAZ4PvzN0g4BLNxwJASAg6qG0sL > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSImzTTGU2g2sumlfc6CL6vkAMQnmiJ1 { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyLXDIyMwIkqDm6bwuGWkSxXy1yqZPTM { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #Tn0MgGoTLo5LtoWBMQQ0PVTg46cU15ni { 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) { #t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt { display:block; }#t6fxVtnGUg3bAuN8J6L96yQ0wDyt3swt > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orngxG9m0Oil49uZvcJTXCLwvu3ImR43 { width:18.625rem;height:10.96875rem;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) { #iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT { display:block; }#iodF7wrhBpzKAu5fQFhq8Ga8oLCBXTtT > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e46NzuNkGdN52bHT5kRQom5Jxl2d0obm { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDi3Nf2MRTtgcoSWpEqb1ycdOBv2dLgB { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #gBIPtSkQBJPQqdx2gftiLyb0hZGx9IGb { width:15.625rem;height:3.65625rem;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) { #fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM { display:block; }#fJwpziseTfJ7IurgZKI8NH7BFkvsfuFM > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqHVS91HUcOuSa9MRyCRgEG8LPx6F1AF { width:18.625rem;height:2.6rem;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) { #AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh { display:block; }#AcRJuF7K6E5wdgmbE2WvNgvh9H4S0Uzh > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdhyD9VRqRrxcn0ekQI9UDLNS86XF8dW { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJhtaMoIslGq2GVsdRpG3i8mcLyRwlt { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #fJBH8rt2lfWSVOBOFSSFre8hN1IsBfEH { width:15.0625rem;height:2.4375rem;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) { #Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq { display:block; }#Ov6dk9DXPfbT0fIivf2snEvmR0BnF0zq > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sK4iVrvhnWpl9AlJQ64eLiNuuCM90iPH { width:18.625rem;height:13.40625rem;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; }
 }