.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp17e9eA7QILK8TnmwHkMUKmzQWOMPu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d4f15;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tp17e9eA7QILK8TnmwHkMUKmzQWOMPu5 > .row .container { border-width: 0; border-radius: 0; }#tp17e9eA7QILK8TnmwHkMUKmzQWOMPu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tp17e9eA7QILK8TnmwHkMUKmzQWOMPu5 > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fcee35;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;overflow:visible;position:relative;display:block; }#X0TVkgw8yxWsXTyfiAnMedbdU5hrRKBZ { 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.125rem;width:9.125rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#kCZSh6qP14x3kSH89EsVcBfZT6vT28he { color:#004d21;display:block;width:34.625rem;position:absolute;font-family:"dosis medium";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.375000953674rem;left:0rem;height:5.84635625rem;display:block; }
#ezni6F5N5UfNPR2fnvrBPzS6ksyHTRAZ { color:#004d21;display:block;width:33.125rem;position:absolute;font-family:"dosis medium";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:8.5340625rem;display:block; }
#XJP023FBdmrq0ObqTadLZHAbgUa6Wq2W { color:#004d21;display:block;width:40.6875rem;position:absolute;font-family:hiphopperpb-regular;font-size:4.8125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.1875rem;left:1.25rem;height:9.625rem;display:block; }
#cAvtrctheSO4i6wvTDVnn021N3Evz0mD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container { background-color: transparent; background-image: none; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container > .video-iframe-container { display: none; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row > .video-iframe-container { display: none; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .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); }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container { border-width: 0; border-radius: 0; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container { font-size:0.875rem;font-family:arial;height:171.0625rem;width:75rem;position:relative;display:block; }#NSsCkbwmgCDZfTsQPDf8t4T1h06zOBSa { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15003;background-color:#d3b6d7;background-image:none;top:17.1875rem;left:0rem;display:block; }
#qGEyczmA3JnEBoPb6AC17uE8wAlPTwQK { box-sizing:content-box;height:22.5rem;width:14.125rem;position:absolute;display:block;z-index:15004;background-color:#c72c6c;background-image:none;top:14.0625rem;left:14.125rem;display:block; }
#OFr7cO1KbtknXc384fVSPLVNSJWeHR6n { box-sizing:content-box;height:14.125rem;width:14.125rem;position:absolute;display:block;z-index:15002;background-color:#f68b1f;background-image:none;top:21.4375rem;left:28.1875rem;display:block; }
#mpzUrksAXwtZ20vgZTvflb0V4EWyvowB { box-sizing:content-box;height:14.125rem;width:14.125rem;position:absolute;display:block;z-index:15001;background-color:#c4161c;background-image:none;top:0rem;left:14.125rem;display:block; }
#T0LHJBb4g8gWUUdDiDld6SQTP416e0Ee { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15000;background-color:#72bf44;background-image:none;top:0rem;left:0rem;display:block; }
#gsIZX7auDFHOJLoicrKHU4iOt8pvZ3V1 { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15004;background-color:#004d22;background-image:none;top:34.375rem;left:0rem;display:block; }
#sTMDf3rI6Sb4E0wC1LrEPPAPSiqT7U2T { box-sizing:content-box;height:22.5rem;width:14.125rem;position:absolute;display:block;z-index:15005;background-color:#632659;background-image:none;top:36.5625rem;left:14.125rem;display:block; }
#fQhyAU90iR4E9cDJwVQhluelncBlBI6c { box-sizing:content-box;height:14.125rem;width:14.125rem;position:absolute;display:block;z-index:15003;background-color:#72bf44;background-image:none;top:35.5625rem;left:28.1875rem;display:block; }
#iDRNNFro2aKKaR5kOh5qlPIEK83O7h2r { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15005;background-color:#f68b1f;background-image:none;top:51.5625rem;left:0rem;display:block; }
#f192V2IeqiQUznv3J8XhPULQMXzsoLlK { box-sizing:content-box;height:14.125rem;width:14.125rem;position:absolute;display:block;z-index:15002;background-color:#c4161c;background-image:none;top:49.6875rem;left:28.1875rem;display:block; }
#fdKOAMI2IiMazS1isKVBZqOepvwOumsG { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15001;background-color:#f8abad;background-image:none;top:59rem;left:14.125rem;display:block; }
#qKZ0KHJ4w9746L8pwrImbTkUJg7CguFo { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15005;background-color:#004d22;background-image:none;top:63.8125rem;left:28.1875rem;display:block; }
#EK7CJHpQOExPmn4gUMA4nnx6WIMtgcJv { box-sizing:content-box;height:22.5625rem;width:14.125rem;position:absolute;display:block;z-index:15005;background-color:#e64b8b;background-image:none;top:82.8125rem;left:0rem;display:block; }
#CpUssOFbZJQbEbNExQBny4SAC1TaOiL2 { box-sizing:content-box;height:22.5rem;width:14.125rem;position:absolute;display:block;z-index:15006;background-color:#c4161c;background-image:none;top:76.1875rem;left:14.125rem;display:block; }
#BbDhioBO3Af9G7nLTqlk7C4Dnbrwpb9g { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15006;background-color:#fcee35;background-image:none;top:81rem;left:28.1875rem;display:block; }
#zw3i73vu5XyiZWT00n4noc6AiVkTKvlL { box-sizing:content-box;height:14.125rem;width:14.125rem;position:absolute;display:block;z-index:15003;background-color:#004d22;background-image:none;top:98.6875rem;left:14.125rem;display:block; }
#GvSHwqBVV5TK2X82epMDT1qysCriVDyy { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:14999;background-color:#d3b6d7;background-image:none;top:98.1875rem;left:28.1875rem;display:block; }
#z45s0xN64e0im8eTIqLuATo9qoKZRwg0 { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:14993;background-color:#ffd777;background-image:none;top:115.37500417233rem;left:28.187500953674rem;display:block; }
#lRoSeldZeA48yhaWUgkL4C9SCBkITN6x { box-sizing:content-box;height:14.125rem;width:14.125rem;position:absolute;display:block;z-index:15004;background-color:#72bf44;background-image:none;top:112.8125rem;left:14.125rem;display:block; }
#DQATGpL0aXGwxXn5xgr1zBvBUJkoZORJ { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15002;background-color:#f8abad;background-image:none;top:119.5rem;left:0rem;display:block; }
#PmJAVXm6O7lM8g5Zxh3Lm9yst7Eo6ulC { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15007;background-color:#c4161c;background-image:none;top:132.5625rem;left:28.1875rem;display:block; }
#dbvQNt7TW9nyu9E76T3ydn4JUWTPQGH0 { box-sizing:content-box;height:17.1875rem;width:14.125rem;position:absolute;display:block;z-index:15006;background-color:#f68b1f;background-image:none;top:136.6875rem;left:0rem;display:block; }
#ioinXDQAhkxZVpDPOikt74w1s0iNa0PW { box-sizing:content-box;height:21.25rem;width:14.125rem;position:absolute;display:block;z-index:15004;background-color:#004d22;background-image:none;top:141.06249713898rem;left:14.125000953674rem;display:block; }
#u3ZeaMQNITW8fppWerlARRJWVcBTNCTs { box-sizing:content-box;height:17.9375rem;width:14.125rem;position:absolute;display:block;z-index:15008;background-color:#d3b6d7;background-image:none;top:149.75000970811rem;left:28.187500953674rem;display:block; }
#B842vbCQMEWleIeoffwdyFUbBtmCMi4M { box-sizing:content-box;height:8.625rem;width:14.125rem;position:absolute;display:block;z-index:14997;background-color:#f68b1f;background-image:none;top:162.3125rem;left:14.125000953674rem;display:block; }
#rm5DMfaA0WI4Wv3OvJSbHOh5MkF7y3X8 { box-sizing:content-box;height:17.0625rem;width:14.125rem;position:absolute;display:block;z-index:14996;background-color:#72bf44;background-image:none;top:153.875rem;left:0rem;display:block; }
#t9eaWNEg0TuI5VRsEbGPETEXyDe1ftF8 { box-sizing:content-box;height:3.375rem;width:14.125rem;position:absolute;display:block;z-index:14998;background-color:#fcee35;background-image:none;top:167.5625rem;left:28.187500953674rem;display:block; }
#kmJBSXwZu5EikkG0Rlixrw7eKBdCLvrX { color:#fdfab6;display:block;width:13.0625rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:13.475142478943rem;left:0rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#m1TV1E6C9LBTH1KXMAKGDTUNPmQzmgvX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.919745445251rem;left:11.732954978943rem; }
#SJXsauFZVOaGXxPmHhx8kVVnVg1XiSOV { color:#fdfab6;display:block;width:10.4375rem;position:absolute;font-family:"dosis medium";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:31.33828163147rem;left:1.84375rem;height:3.8216125rem;text-align:center;text-align-last:center;display:block; }
#TdO7ufGmW3Peniow1aed6pRKTC3kTVgT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:29.000000834465rem;left:11.482954978943rem; }
#P6rXfqGdTTJWcp3mGnB1dl8JXbyWVl4W { color:#fdfab6;display:block;width:11.5625rem;position:absolute;font-family:"dosis medium";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:48.100002288818rem;left:0rem;height:2.548825rem;text-align:center;text-align-last:center;display:block; }
#xzQgV7XhZkibTSvzBhHrr3cnJJbdfX3E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:48.5625rem;left:11.5625rem; }
#JrBJDUtGzy7vePNAyMiF8ndexB0x27FA { color:#fdfab6;display:block;width:11.75rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:64.12500190735rem;left:0.65625rem;height:4.04948125rem;text-align:center;text-align-last:center;display:block; }
#CBl81EHJwVlW1rEufcuEVnWwsdlsTMoJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:65.714488983156rem;left:11.857954978943rem; }
#dVT5iS6iVO30c3vh2A5wSCQMkbBUCa4Q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12.5rem;top:0.87499904632569rem;left:0.8125rem;overflow:hidden;display:block; }
#Vge9ZLTwPpHp3pgkH1vTB28JV2ZTdSJ6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:12.5rem;top:17.812502384186rem;left:0.8125rem;overflow:hidden;display:block; }
#KybDdyTRQitRzlwZURapCMt8CLSHTlMd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:12.0625rem;top:35.312502861023rem;left:0.90625rem;overflow:hidden;display:block; }
#wipLEaBxy4U7DGOuUPuV9wiWe6buM9Kn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:13rem;top:51.5625rem;left:0.5625rem;overflow:hidden;display:block; }
#I1ILAg37gw8UHuafSs8IqcTtrgxxvf6c { color:#fdfab6;display:block;width:12.625rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:99.3125rem;left:0.75rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#pSObpP6qd7hxMPlDaWnUrQfLGkAUoowU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:102.5312538147rem;left:11.482954978943rem; }
#pGE8ZvzQVTtZko988XTpLFU2Aw21963x { color:#fdfab6;display:block;width:10.8125rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:132.8125038147rem;left:1.65625rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#MZbtB8EwD2WctccFpa0aNTZU9GQEWT5G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:133.9375rem;left:11.375rem; }
#z7mBkvStUyfqt9Gzrd0XsygrT0bg0mHz { color:#fdfab6;display:block;width:10.125rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:150.81250762939rem;left:1.5625rem;height:1.35rem;text-align:center;text-align-last:center;display:block; }
#rHbcfN7fn4UGgWNeCHGADN3KuapwQTmQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:151.48651313782rem;left:11.857954978943rem; }
#DNTfOTRBAU2GzQpyTexTcqLrNEn3Fp1q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.875rem;top:86.4443359375rem;left:1.625rem;overflow:hidden;display:block; }
#BDO74wdpStO9udpqHDMs9GBZqpDpbMI5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:14.125rem;top:105.375rem;left:0rem;overflow:hidden;display:block; }
#qRq1rpE3WEyOIKIIVmEn8LE1P4g1bAZh { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:120.42046642304rem;left:0.8125rem;overflow:hidden;display:block; }
#paOankW3TdFB9OhzA7xpSlEG8298Zzl0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:12.5rem;top:137.78125715256rem;left:0.8125rem;overflow:hidden;display:block; }
#wbeKOMKZQD5OQIegdgZQ5vVzaUdgzNVO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:10.0625rem;top:1.53125rem;left:16.156250953674rem;overflow:hidden;display:block; }
#dPabnlzryO0f2olNQ4zm08TGBxz6uR63 { color:#fdfab6;display:block;width:10.4375rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:29.788352012634rem;left:15.968750953674rem;height:4.04948125rem;text-align:center;text-align-last:center;display:block; }
#EN48ELz8MF0exiC6zSeXM6hmzvvONdlM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:33.5625rem;left:25.6875rem; }
#q02XDK1oxOKch2zMbL9eEV6q7tQTlWOo { color:#fdfab6;display:block;width:11.125rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:51.562501907349rem;left:15.625000953674rem;height:4.04948125rem;text-align:center;text-align-last:center;display:block; }
#UJxQdlKgZNTVb4Svpd5fk7CVWqTTJ3zZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:55.4375rem;left:25.625rem; }
#HU6rZqMIpxZugk5r62sycDcm9CGQciGB { color:#fdfab6;display:block;width:8.75rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:72.199573516844rem;left:16.562500953674rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#iyZKSO7wZCpFWoGk4UwaqA085XiEAPeZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:72.9375rem;left:25.625rem; }
#hxaMSlnaSRLuPyh1bwoVKNRZAb0hH7ab { color:#fdfab6;display:block;width:12.0625rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:92.4970703125rem;left:15.15625rem;height:5.39930625rem;text-align:center;text-align-last:center;display:block; }
#QyVbsDOrbtrl21Wprdi4tXSWa5PbHcZ8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:96.482954025269rem;left:25.968750953674rem; }
#FUx0gHOiBu93uFv2THwB9P7qNIdcghla { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:12.5rem;top:17.187500476837rem;left:14.937500953674rem;overflow:hidden;display:block; }
#VJB922oiyd7hslo7FSiIqzTh7NFbnzPe { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:12.5rem;top:38.670455932618rem;left:14.937500953674rem;overflow:hidden;display:block; }
#BQFUmv4AzuFs37GJSTOwJT2LNSBn8z58 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:13.5625rem;top:59.5625rem;left:14.406250953674rem;overflow:hidden;display:block; }
#n8ua8XCvXQ6rPXiJTxkJVTLVKaUlnxOH { color:#fdfab6;display:block;width:12.375rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:110.69673728943rem;left:15.000000953674rem;height:1.35rem;text-align:center;text-align-last:center;display:block; }
#VBdhKt1npGzdbpVfvwP06vdDMWD5awbq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:108.98295879364rem;left:25.687500953674rem; }
#rhuNWT8M6gKTE83BHfdAddGceWUdxPKq { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:12.25rem;top:79.8125rem;left:15.0625rem;overflow:hidden;display:block; }
#cArcCyaLwXMTSsBvaJufuLpBhVdHmsGs { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:99.906257152556rem;left:15.014204978943rem;overflow:hidden;display:block; }
#BGvVosAv1DnAZfxO4e4oLppcqMAMFOS7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:14.125rem;top:126.9375rem;left:14.125rem;overflow:hidden;display:block; }
#fFHgSvufR6gP0qn7k6ZUThgxWO4NinIP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.375rem;top:113.74929618836rem;left:16.000000953674rem;overflow:hidden;display:block; }
#I8oT3IO0l68ipWZDe9C5gCHh1LtNTNLz { color:#fdfab6;display:block;width:11.8125rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:156.63203239441rem;left:15.28125rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#a1hh9h0cUcIXZTg6pXSAMvSXaetOmCkr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:159.79545783997rem;left:25.812500953674rem; }
#gJCof1pebby9UW7ogGaTZpW0SGlwvM9g { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:12.0625rem;top:143.15625286102rem;left:15.156250953674rem;overflow:hidden;display:block; }
#UzkJ1C8r4yPTHxuA6QkQWhVD45OHLb81 { color:#fdfab6;display:block;width:10.4375rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:16.173295974731rem;left:30.031250953674rem;height:4.04948125rem;text-align:center;text-align-last:center;display:block; }
#im4sDl5JvEw5JAPxpHel1OOzuzLTrVdG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.59375rem;left:39.920456886291rem; }
#C1F2oLpAZp1MWuaxqhxMMXscVwuXyFv2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:78.868608474731rem;left:40.232956886291rem; }
#TUdXmhgL60n2h1nkWq0ibR6fyyht3VyX { color:#fdfab6;display:block;width:12.3125rem;position:absolute;font-family:"dosis medium";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:76.249290466306rem;left:29.281250953674rem;height:3.8216125rem;text-align:center;text-align-last:center;display:block; }
#fWEPpQp3wqINLsOJnmZOgkuERTEwTdbO { color:#fdfab6;display:block;width:12.5rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:111.06250667572rem;left:29.250000953674rem;height:3.7109375rem;text-align:center;text-align-last:center;display:block; }
#vUzM98v72Dt7Hupqz16oQIAWACxOUqJ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:109.11648178101rem;left:39.920456886291rem; }
#Uhp94toPW3iXOcNVRRQShz0T5F28I67z { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.0625rem;top:23.187500476837rem;left:30.312500953674rem;overflow:hidden;display:block; }
#kbc3D087TTxb2UgmWBJpxTgt6IT0TDXH { 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:10.6875rem;width:10.6875rem;top:36.437500953674rem;left:29.906250953674rem;overflow:hidden;display:block; }
#xiPKgw3HaGtWSNs1Zm8pXRH7qLQR1IMt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:12.0625rem;top:1.4204540252686rem;left:29.218750953674rem;overflow:hidden;display:block; }
#LgSHtrrB8AornCW8rlqQx6HTUPPAUbyT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:14rem;top:63.092329978944rem;left:28.250000953674rem;overflow:hidden;display:block; }
#Jqb6fGdnu3LuFVoE7WXb4VJ1LwrioSfX { 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:12.6875rem;width:11.5625rem;top:50.405539512634rem;left:29.468750953674rem;overflow:hidden;display:block; }
#LM94JuTr0GWTTpoBMOMxw4tcST3VvhT1 { 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:12rem;width:11rem;top:83.593044281006rem;left:29.750000953674rem;overflow:hidden;display:block; }
#dPsMy70UDq2GTgUV9EaX4Gaa88XpzzWr { color:#fdfab6;display:block;width:7.4375rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:147.00000572204rem;left:31.531250953674rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#Qc9q5LwcPGOdVTS5Jk5BrUQk6OWPsxu4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:147rem;left:39.875rem; }
#UeQOIuU0CB9dcmviMu5xNPWviTWR5RHw { color:#fdfab6;display:block;width:13.8125rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:162.31171989441rem;left:28.250001907349rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#BoTeyCLDdCmVNv9WFhp4d0y5dyCJbGMQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:165.46804237366rem;left:40.107956886291rem; }
#gMUckv6E2golr7UAJ9X8TNm7TxO0Hk1z { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:12.5rem;top:98.687510490419rem;left:29.000000953674rem;overflow:hidden;display:block; }
#B8PEM2LgmpR4vTQkyTdRAT07Pmg3q9ng { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:11.875rem;top:117.59304523468rem;left:29.312500953674rem;overflow:hidden;display:block; }
#wnpeLAnVTycfHyMdz57w8KzpAMqpH0AC { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:134.00000143051rem;left:29.000000953674rem;overflow:hidden;display:block; }
#VsFr91nDTyB0GFrLiTb3mtOfx8DiRxnc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:12.5rem;top:150.18750190735rem;left:29.000000953674rem;overflow:hidden;display:block; }
#BB518Lc3BGqh9mZkT2wM6vgL7os38OrM { box-sizing:content-box;height:21.4375rem;width:14.125rem;position:absolute;display:block;z-index:15002;background-color:#f8abad;background-image:none;top:0rem;left:28.1875rem;display:block; }
#xxW83G1hQEcudXJnPNlr76sq5fW9Tttv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.1875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#NWd9Cv2SiawT7ZpG8xTGbPvVL5VrBgkr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c69klAmvoaerLVKkOCy1JUgy4JXazaV9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:22.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:14.0625rem;left:14.125rem;display:block; }
#ZBrSU4LxQFdcprObbrcvr29oDKfiwgpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EliTTSErNhxDMmx41F2GSDGr0CEM8lEM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.1875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:34.375rem;left:0rem;display:block; }
#VH3LAmwUZiVilQ9Wm34CN1ZvRUgVsVkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asUMpIcOxiKQTo7FOKXNMw28wF2vGQ8Z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:22.5rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.5625rem;left:14.125rem;display:block; }
#vCwHVRD8SRHLPqIDcFLiZfIDbNZsTkOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eRO5FZDqr0CxV1wKgTGEmphoTpcteqns { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.1875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:51.5625rem;left:0rem;display:block; }
#orLBmTi7X13aSOAqLFXsoT8IKgAxpAQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klyZt6Ob1BqnWVDubtpRtAQ2TC5uf14g { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:59.062509536743rem;left:14.125rem;display:block; }
#oiAlMMF4aZ96y9MTK9ikO9C6rJrlB7r8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rELL9J35SF1piWLqtHpP7G777SJ21w4B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:63.8125rem;left:28.250001907349rem;display:block; }
#K1eFxQAwQxOlNbBRe2leFUDfivz3zvuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9RURCJKSJoneHmmd5mosuKi6M98oDm7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:22.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:76.1875rem;left:14.125rem;display:block; }
#UQExEZe8VWTX6ChrgANgVfNlhm7R3NsO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnU6TwTu1iBCZSoyRdkzqWqThDayG0CA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:22.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:72.19921875rem;left:0rem;display:block; }
#JX8T03gRoBE78P7q92HvN0hcqMtmIFZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpfGgT7cSTgca9aJJ5pBalpAEBPrwPhU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:14.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:98.686712265013rem;left:14.125rem;display:block; }
#DXvzNAm1b76pwTTlln72U1ost88FJTz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fa2QTHAoMEgw4dz8bzsMUZugZpCtVGdk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.1875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:98.186720848081rem;left:28.250001907349rem;display:block; }
#Z4yuBrasxA2iy7IVMy2eMPU7AEfTnD6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNVfdxTqDaGkLdXAoe3KXwy50RdpmTDX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.1875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:119.49922084808rem;left:0rem;display:block; }
#HVCnqEzobhrVO42VGGgbtGPgbadxNJgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XmrlXrXaiOT4etLZuNixRUCc1HIIKOtX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.1875rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:136.68672084808rem;left:0rem;display:block; }
#CaagBM5w3rGLmcmZIBv83ZgRp6JJ1amU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrXl66kLVvEPlteVaUvJbApcguwoi3OT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.1875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:132.56172084808rem;left:28.250001907349rem;display:block; }
#rzQcur5cpKHXyV4bgNxTEGhctAdtBASo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nloWqXmTvU0pmo4dICqiqSoAlylWqg5x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:17.6875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:149.87422084808rem;left:28.250001907349rem;display:block; }
#FfUhdFUdSqd0fwFdD4LRr3AONo4lvfOG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuqZRPJ2nwfCPOegtAlagI8pHRaaCGAs { box-sizing:content-box;height:14.125rem;width:14.125rem;position:absolute;display:block;z-index:15003;background-color:#74b848;background-image:none;top:68.75000190735rem;left:0rem;display:block; }
#GQJenAxV0xkTZt2XM23P51cukhWoGIaX { 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:10.625rem;width:10.0625rem;top:70.420455932619rem;left:2.03125rem;overflow:hidden;display:block; }
#nWSSpzqKK5KOLSp2mh9VxShaPGBXnT45 { color:#fdfab6;display:block;width:11.125rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:47.497871398926rem;left:29.687500953674rem;height:1.35rem;text-align:center;text-align-last:center;display:block; }
#lbdu8BwQkW8luClM1BfBJcism0oiDV1A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:47.000001907349rem;left:39.920456886291rem; }
#FQDynp9Nc7bWfWOapJeM3GAPCrUB5fuZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:14.1875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:35.562500953674rem;left:28.250000953674rem;display:none; }
#TiB2THTkpz0OK9NpQzuZSMVHMvmFlKLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#okQ9GcxyEndGSvELXZSzuat0DnpsauLO { color:#fdfab6;display:block;width:12.5rem;position:absolute;font-family:"dosis medium";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:124.58310317993rem;left:14.937500953674rem;height:1.2375rem;text-align:center;text-align-last:center;display:block; }
#b7mQT5ANy5r6T1Pi5tnT5a9caN91LqtK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:123.15554618836rem;left:25.687500953674rem; }
#NAJVzE57mCoG01UfuVCV3NrRmfr5Nwuu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:14rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:35.561790466309rem;left:28.250000953674rem;display:none; }
#KJzwy44iZOuhAeLEBnZIoX15u52UbHVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDbgy7upRVDiTNoFymka5hqJwgcWTMi3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:14rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:35.562505602837rem;left:28.250000953674rem;display:none; }
#hCihzLxwKFPbnuXpqUPggHSIhSBErnTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpcytz4SzwvLwH9nWtTDoqFfrWseE8fu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:13.9375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:35.5625rem;left:28.187501907349rem;display:block; }
#TXeHi6UDDtF6ESh145E5xh9uPpntMmcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e3Sn8qSEPx5H1b3fTMEaHZEUZnrECT4s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:21.1875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:141.0625rem;left:14.125000953674rem;display:none; }
#DdXXDJ3M12qNFUWETVfXSLKm3aBlPErn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLwKBkW124D5FF0xgFBxB1iqdwIcaZMe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:14.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:112.81171989441rem;left:14.125rem;display:block; }
#DzTUTWheKJLLHl1b6wT3fwImLHUTaFgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZVfuSHG0gG9BZOdsHVnoicA8b6uEBll { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:14.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:98.687509536744rem;left:14.125000953674rem;display:none; }
#RXozJ14xu02RDoTkPxfPOm7d58vfoNy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IvTwnB5NomvDRw2bBCQVZ4EyUFPmBWbF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:21.25rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:141.06172037124rem;left:14.125rem;display:block; }
#HRnzZTtF7iIAOmH2wsI8qx3Wa7eD5ac7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CupsdBbixNGwBG6o47A3E7mTi6nsy6Jv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.124rem;height:17.1875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.4375rem;left:0rem;display:block; }
#xlvvT5cGbq6xRefFQTTeEa5Rum1OJklW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ifwcySfDT49zl384dzxDgLn1S5Zb9m9o { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:21.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:0rem;left:28.250001907349rem;display:block; }
#MSKpz3tSeMJgM6mxryhgoVz7sXssFWr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkDk6piWBXzaWTC4rPOrnmSq6dCrGpQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d4f15;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#fkDk6piWBXzaWTC4rPOrnmSq6dCrGpQl > .row .container { border-width: 0; border-radius: 0; }#fkDk6piWBXzaWTC4rPOrnmSq6dCrGpQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkDk6piWBXzaWTC4rPOrnmSq6dCrGpQl > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:75rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tp17e9eA7QILK8TnmwHkMUKmzQWOMPu5 { display:block; }#tp17e9eA7QILK8TnmwHkMUKmzQWOMPu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0TVkgw8yxWsXTyfiAnMedbdU5hrRKBZ { width:9.125rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCZSh6qP14x3kSH89EsVcBfZT6vT28he { width:34.625rem;height:5.8125rem;top:19.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezni6F5N5UfNPR2fnvrBPzS6ksyHTRAZ { width:33.125rem;height:8.5rem;top:28.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJP023FBdmrq0ObqTadLZHAbgUa6Wq2W { width:40.6875rem;height:9.625rem;top:7.1875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAvtrctheSO4i6wvTDVnn021N3Evz0mD { display:block; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSsCkbwmgCDZfTsQPDf8t4T1h06zOBSa { width:14.125rem;height:17.1875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGEyczmA3JnEBoPb6AC17uE8wAlPTwQK { width:14.125rem;height:22.5rem;top:14.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFr7cO1KbtknXc384fVSPLVNSJWeHR6n { width:14.125rem;height:14.125rem;top:21.4375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpzUrksAXwtZ20vgZTvflb0V4EWyvowB { width:14.125rem;height:14.125rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LHJBb4g8gWUUdDiDld6SQTP416e0Ee { width:14.125rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsIZX7auDFHOJLoicrKHU4iOt8pvZ3V1 { width:14.125rem;height:17.1875rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMDf3rI6Sb4E0wC1LrEPPAPSiqT7U2T { width:14.125rem;height:22.5rem;top:36.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQhyAU90iR4E9cDJwVQhluelncBlBI6c { width:14.125rem;height:14.125rem;top:35.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDRNNFro2aKKaR5kOh5qlPIEK83O7h2r { width:14.125rem;height:17.1875rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f192V2IeqiQUznv3J8XhPULQMXzsoLlK { width:14.125rem;height:14.125rem;top:49.6875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdKOAMI2IiMazS1isKVBZqOepvwOumsG { width:14.125rem;height:17.1875rem;top:59rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKZ0KHJ4w9746L8pwrImbTkUJg7CguFo { width:14.125rem;height:17.1875rem;top:63.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK7CJHpQOExPmn4gUMA4nnx6WIMtgcJv { width:14.125rem;height:22.5625rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUssOFbZJQbEbNExQBny4SAC1TaOiL2 { width:14.125rem;height:22.5rem;top:76.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbDhioBO3Af9G7nLTqlk7C4Dnbrwpb9g { width:14.125rem;height:17.1875rem;top:81rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw3i73vu5XyiZWT00n4noc6AiVkTKvlL { width:14.125rem;height:14.125rem;top:98.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvSHwqBVV5TK2X82epMDT1qysCriVDyy { width:14.125rem;height:17.1875rem;top:98.1875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z45s0xN64e0im8eTIqLuATo9qoKZRwg0 { width:14.125rem;height:17.1875rem;top:115.375rem;left:14.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRoSeldZeA48yhaWUgkL4C9SCBkITN6x { width:14.125rem;height:14.125rem;top:112.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQATGpL0aXGwxXn5xgr1zBvBUJkoZORJ { width:14.125rem;height:17.1875rem;top:119.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmJAVXm6O7lM8g5Zxh3Lm9yst7Eo6ulC { width:14.125rem;height:17.1875rem;top:132.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbvQNt7TW9nyu9E76T3ydn4JUWTPQGH0 { width:14.125rem;height:17.1875rem;top:136.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioinXDQAhkxZVpDPOikt74w1s0iNa0PW { width:14.125rem;height:21.25rem;top:141rem;left:0.50000095367432rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ZeaMQNITW8fppWerlARRJWVcBTNCTs { width:14.125rem;height:17.9375rem;top:149.75rem;left:14.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #B842vbCQMEWleIeoffwdyFUbBtmCMi4M { width:14.125rem;height:8.625rem;top:162.3125rem;left:0.50000095367432rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm5DMfaA0WI4Wv3OvJSbHOh5MkF7y3X8 { width:14.125rem;height:17.0625rem;top:153.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9eaWNEg0TuI5VRsEbGPETEXyDe1ftF8 { width:14.125rem;height:3.375rem;top:167.5625rem;left:14.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmJBSXwZu5EikkG0Rlixrw7eKBdCLvrX { width:13.0625rem;height:2.6875rem;top:13.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TV1E6C9LBTH1KXMAKGDTUNPmQzmgvX { width:1.625rem;height:1.625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJXsauFZVOaGXxPmHhx8kVVnVg1XiSOV { width:10.4375rem;height:2.5rem;top:31.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdO7ufGmW3Peniow1aed6pRKTC3kTVgT { width:1.625rem;height:1.625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6rXfqGdTTJWcp3mGnB1dl8JXbyWVl4W { width:11.5625rem;height:2.5rem;top:48.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzQgV7XhZkibTSvzBhHrr3cnJJbdfX3E { width:1.625rem;height:1.625rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrBJDUtGzy7vePNAyMiF8ndexB0x27FA { width:11.75rem;height:4rem;top:64.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBl81EHJwVlW1rEufcuEVnWwsdlsTMoJ { width:1.625rem;height:1.625rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVT5iS6iVO30c3vh2A5wSCQMkbBUCa4Q { width:12.5rem;height:12rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vge9ZLTwPpHp3pgkH1vTB28JV2ZTdSJ6 { width:12.5rem;height:12.5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KybDdyTRQitRzlwZURapCMt8CLSHTlMd { width:12.0625rem;height:12.0625rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wipLEaBxy4U7DGOuUPuV9wiWe6buM9Kn { width:13rem;height:13.125rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ILAg37gw8UHuafSs8IqcTtrgxxvf6c { width:12.625rem;height:2.6875rem;top:99.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSObpP6qd7hxMPlDaWnUrQfLGkAUoowU { width:1.625rem;height:1.625rem;top:102.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGE8ZvzQVTtZko988XTpLFU2Aw21963x { width:10.8125rem;height:2.6875rem;top:132.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZbtB8EwD2WctccFpa0aNTZU9GQEWT5G { width:1.625rem;height:1.625rem;top:133.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mBkvStUyfqt9Gzrd0XsygrT0bg0mHz { width:10.125rem;height:1.3125rem;top:150.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHbcfN7fn4UGgWNeCHGADN3KuapwQTmQ { width:1.625rem;height:1.625rem;top:151.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNTfOTRBAU2GzQpyTexTcqLrNEn3Fp1q { width:10.875rem;height:10.875rem;top:86.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDO74wdpStO9udpqHDMs9GBZqpDpbMI5 { width:14.125rem;height:14.125rem;top:105.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRq1rpE3WEyOIKIIVmEn8LE1P4g1bAZh { width:12.5rem;height:12.5rem;top:120.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOankW3TdFB9OhzA7xpSlEG8298Zzl0 { width:12.5rem;height:12.5rem;top:137.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbeKOMKZQD5OQIegdgZQ5vVzaUdgzNVO { width:10.0625rem;height:11.0625rem;top:1.5rem;left:2.5312509536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPabnlzryO0f2olNQ4zm08TGBxz6uR63 { width:10.4375rem;height:4rem;top:29.75rem;left:2.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN48ELz8MF0exiC6zSeXM6hmzvvONdlM { width:1.625rem;height:1.625rem;top:33.5625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q02XDK1oxOKch2zMbL9eEV6q7tQTlWOo { width:11.125rem;height:4rem;top:51.5625rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJxQdlKgZNTVb4Svpd5fk7CVWqTTJ3zZ { width:1.625rem;height:1.625rem;top:55.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6rZqMIpxZugk5r62sycDcm9CGQciGB { width:8.75rem;height:2.6875rem;top:72.1875rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyZKSO7wZCpFWoGk4UwaqA085XiEAPeZ { width:1.625rem;height:1.625rem;top:72.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxaMSlnaSRLuPyh1bwoVKNRZAb0hH7ab { width:12.0625rem;height:4rem;top:92.4375rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyVbsDOrbtrl21Wprdi4tXSWa5PbHcZ8 { width:1.625rem;height:1.625rem;top:96.4375rem;left:12.343750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUx0gHOiBu93uFv2THwB9P7qNIdcghla { width:12.5rem;height:12.0625rem;top:17.1875rem;left:1.3125009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJB922oiyd7hslo7FSiIqzTh7NFbnzPe { width:12.5rem;height:12.5rem;top:38.625rem;left:1.3125009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQFUmv4AzuFs37GJSTOwJT2LNSBn8z58 { width:13.5625rem;height:13.5625rem;top:59.5625rem;left:0.78125095367431rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ua8XCvXQ6rPXiJTxkJVTLVKaUlnxOH { width:12.375rem;height:1.3125rem;top:110.6875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBdhKt1npGzdbpVfvwP06vdDMWD5awbq { width:1.625rem;height:1.625rem;top:108.9375rem;left:12.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhuNWT8M6gKTE83BHfdAddGceWUdxPKq { width:12.25rem;height:11.4375rem;top:79.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cArcCyaLwXMTSsBvaJufuLpBhVdHmsGs { width:11.0625rem;height:11.0625rem;top:99.875rem;left:1.3892049789429rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGvVosAv1DnAZfxO4e4oLppcqMAMFOS7 { width:14.125rem;height:14.125rem;top:126.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFHgSvufR6gP0qn7k6ZUThgxWO4NinIP { width:10.375rem;height:10.375rem;top:113.6875rem;left:2.3750009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8oT3IO0l68ipWZDe9C5gCHh1LtNTNLz { width:11.8125rem;height:2.6875rem;top:156.625rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1hh9h0cUcIXZTg6pXSAMvSXaetOmCkr { width:1.625rem;height:1.625rem;top:159.75rem;left:12.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJCof1pebby9UW7ogGaTZpW0SGlwvM9g { width:12.0625rem;height:12.0625rem;top:143.125rem;left:1.5312509536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzkJ1C8r4yPTHxuA6QkQWhVD45OHLb81 { width:10.4375rem;height:4rem;top:16.125rem;left:16.406251907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #im4sDl5JvEw5JAPxpHel1OOzuzLTrVdG { width:1.625rem;height:1.625rem;top:14.5625rem;left:26.295456886291rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1F2oLpAZp1MWuaxqhxMMXscVwuXyFv2 { width:1.625rem;height:1.625rem;top:78.8125rem;left:26.607956886291rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUdXmhgL60n2h1nkWq0ibR6fyyht3VyX { width:12.3125rem;height:2.5rem;top:76.1875rem;left:15.656251907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWEPpQp3wqINLsOJnmZOgkuERTEwTdbO { width:12.5rem;height:3.6875rem;top:111.0625rem;left:15.625001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUzM98v72Dt7Hupqz16oQIAWACxOUqJ4 { width:1.625rem;height:1.625rem;top:109.0625rem;left:26.295456886291rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhp94toPW3iXOcNVRRQShz0T5F28I67z { width:10.0625rem;height:10.625rem;top:23.1875rem;left:16.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbc3D087TTxb2UgmWBJpxTgt6IT0TDXH { width:10.6875rem;height:10.6875rem;top:36.4375rem;left:16.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiPKgw3HaGtWSNs1Zm8pXRH7qLQR1IMt { width:12.0625rem;height:12.125rem;top:1.375rem;left:15.593750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgSHtrrB8AornCW8rlqQx6HTUPPAUbyT { width:14rem;height:14rem;top:63.0625rem;left:14.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqb6fGdnu3LuFVoE7WXb4VJ1LwrioSfX { width:11.5625rem;height:12.6875rem;top:50.375rem;left:15.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM94JuTr0GWTTpoBMOMxw4tcST3VvhT1 { width:11rem;height:12rem;top:83.5625rem;left:16.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPsMy70UDq2GTgUV9EaX4Gaa88XpzzWr { width:7.4375rem;height:1.3125rem;top:147rem;left:17.906251907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9q5LwcPGOdVTS5Jk5BrUQk6OWPsxu4 { width:1.625rem;height:1.625rem;top:147rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeQOIuU0CB9dcmviMu5xNPWviTWR5RHw { width:13.8125rem;height:2.6875rem;top:162.25rem;left:14.625001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoTeyCLDdCmVNv9WFhp4d0y5dyCJbGMQ { width:1.625rem;height:1.625rem;top:165.4375rem;left:26.482956886291rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMUckv6E2golr7UAJ9X8TNm7TxO0Hk1z { width:12.5rem;height:12.5rem;top:98.6875rem;left:15.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8PEM2LgmpR4vTQkyTdRAT07Pmg3q9ng { width:11.875rem;height:12.75rem;top:117.5625rem;left:15.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnpeLAnVTycfHyMdz57w8KzpAMqpH0AC { width:12.5rem;height:12.5rem;top:134rem;left:15.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsFr91nDTyB0GFrLiTb3mtOfx8DiRxnc { width:12.5rem;height:12.5rem;top:150.1875rem;left:15.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB518Lc3BGqh9mZkT2wM6vgL7os38OrM { width:14.125rem;height:21.4375rem;top:0rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxW83G1hQEcudXJnPNlr76sq5fW9Tttv { width:14.125rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWd9Cv2SiawT7ZpG8xTGbPvVL5VrBgkr { display:block; }
 }@media only screen and (max-width: 763px) { #c69klAmvoaerLVKkOCy1JUgy4JXazaV9 { width:14.125rem;height:22.5rem;top:14.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBrSU4LxQFdcprObbrcvr29oDKfiwgpO { display:block; }
 }@media only screen and (max-width: 763px) { #EliTTSErNhxDMmx41F2GSDGr0CEM8lEM { width:14.125rem;height:17.1875rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH3LAmwUZiVilQ9Wm34CN1ZvRUgVsVkH { display:block; }
 }@media only screen and (max-width: 763px) { #asUMpIcOxiKQTo7FOKXNMw28wF2vGQ8Z { width:14.125rem;height:22.5rem;top:36.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCwHVRD8SRHLPqIDcFLiZfIDbNZsTkOm { display:block; }
 }@media only screen and (max-width: 763px) { #eRO5FZDqr0CxV1wKgTGEmphoTpcteqns { width:14.125rem;height:17.1875rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orLBmTi7X13aSOAqLFXsoT8IKgAxpAQH { display:block; }
 }@media only screen and (max-width: 763px) { #klyZt6Ob1BqnWVDubtpRtAQ2TC5uf14g { width:14.125rem;height:17.1875rem;top:59.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiAlMMF4aZ96y9MTK9ikO9C6rJrlB7r8 { display:block; }
 }@media only screen and (max-width: 763px) { #rELL9J35SF1piWLqtHpP7G777SJ21w4B { width:14.125rem;height:17.1875rem;top:63.8125rem;left:14.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1eFxQAwQxOlNbBRe2leFUDfivz3zvuT { display:block; }
 }@media only screen and (max-width: 763px) { #G9RURCJKSJoneHmmd5mosuKi6M98oDm7 { width:14.125rem;height:22.5rem;top:76.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQExEZe8VWTX6ChrgANgVfNlhm7R3NsO { display:block; }
 }@media only screen and (max-width: 763px) { #TnU6TwTu1iBCZSoyRdkzqWqThDayG0CA { width:14.125rem;height:22.5rem;top:72.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX8T03gRoBE78P7q92HvN0hcqMtmIFZb { display:block; }
 }@media only screen and (max-width: 763px) { #wpfGgT7cSTgca9aJJ5pBalpAEBPrwPhU { width:14.125rem;height:14.125rem;top:98.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXvzNAm1b76pwTTlln72U1ost88FJTz3 { display:block; }
 }@media only screen and (max-width: 763px) { #fa2QTHAoMEgw4dz8bzsMUZugZpCtVGdk { width:14.125rem;height:17.1875rem;top:98.125rem;left:14.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4yuBrasxA2iy7IVMy2eMPU7AEfTnD6q { display:block; }
 }@media only screen and (max-width: 763px) { #iNVfdxTqDaGkLdXAoe3KXwy50RdpmTDX { width:14.125rem;height:17.1875rem;top:119.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVCnqEzobhrVO42VGGgbtGPgbadxNJgg { display:block; }
 }@media only screen and (max-width: 763px) { #XmrlXrXaiOT4etLZuNixRUCc1HIIKOtX { width:14.125rem;height:17.1875rem;top:136.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaagBM5w3rGLmcmZIBv83ZgRp6JJ1amU { display:block; }
 }@media only screen and (max-width: 763px) { #XrXl66kLVvEPlteVaUvJbApcguwoi3OT { width:14.125rem;height:17.1875rem;top:132.5rem;left:14.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzQcur5cpKHXyV4bgNxTEGhctAdtBASo { display:block; }
 }@media only screen and (max-width: 763px) { #nloWqXmTvU0pmo4dICqiqSoAlylWqg5x { width:14.125rem;height:17.6875rem;top:149.8125rem;left:14.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfUhdFUdSqd0fwFdD4LRr3AONo4lvfOG { display:block; }
 }@media only screen and (max-width: 763px) { #DuqZRPJ2nwfCPOegtAlagI8pHRaaCGAs { width:14.125rem;height:14.125rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQJenAxV0xkTZt2XM23P51cukhWoGIaX { width:10.0625rem;height:10.625rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWSSpzqKK5KOLSp2mh9VxShaPGBXnT45 { width:11.125rem;height:1.3125rem;top:47.4375rem;left:16.062501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbdu8BwQkW8luClM1BfBJcism0oiDV1A { width:1.625rem;height:1.625rem;top:47rem;left:26.295456886291rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQDynp9Nc7bWfWOapJeM3GAPCrUB5fuZ { width:14.125rem;height:14.1875rem;top:35.5625rem;left:14.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiB2THTkpz0OK9NpQzuZSMVHMvmFlKLJ { display:block; }
 }@media only screen and (max-width: 763px) { #okQ9GcxyEndGSvELXZSzuat0DnpsauLO { width:12.5rem;height:1.1875rem;top:124.5625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7mQT5ANy5r6T1Pi5tnT5a9caN91LqtK { width:1.625rem;height:1.625rem;top:123.125rem;left:12.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAJVzE57mCoG01UfuVCV3NrRmfr5Nwuu { width:14.125rem;height:14rem;top:35.5rem;left:14.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJzwy44iZOuhAeLEBnZIoX15u52UbHVt { display:block; }
 }@media only screen and (max-width: 763px) { #BDbgy7upRVDiTNoFymka5hqJwgcWTMi3 { width:14.125rem;height:14rem;top:35.5625rem;left:14.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCihzLxwKFPbnuXpqUPggHSIhSBErnTb { display:block; }
 }@media only screen and (max-width: 763px) { #bpcytz4SzwvLwH9nWtTDoqFfrWseE8fu { width:14.125rem;height:13.9375rem;top:35.5625rem;left:14.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeHi6UDDtF6ESh145E5xh9uPpntMmcs { display:block; }
 }@media only screen and (max-width: 763px) { #e3Sn8qSEPx5H1b3fTMEaHZEUZnrECT4s { width:14.125rem;height:21.1875rem;top:141.0625rem;left:0.50000095367432rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdXXDJ3M12qNFUWETVfXSLKm3aBlPErn { display:block; }
 }@media only screen and (max-width: 763px) { #VLwKBkW124D5FF0xgFBxB1iqdwIcaZMe { width:14.125rem;height:14.0625rem;top:112.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzTUTWheKJLLHl1b6wT3fwImLHUTaFgx { display:block; }
 }@media only screen and (max-width: 763px) { #LZVfuSHG0gG9BZOdsHVnoicA8b6uEBll { width:14.125rem;height:14.3125rem;top:98.6875rem;left:0.50000095367432rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXozJ14xu02RDoTkPxfPOm7d58vfoNy9 { display:block; }
 }@media only screen and (max-width: 763px) { #IvTwnB5NomvDRw2bBCQVZ4EyUFPmBWbF { width:14.125rem;height:21.25rem;top:141rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRnzZTtF7iIAOmH2wsI8qx3Wa7eD5ac7 { display:block; }
 }@media only screen and (max-width: 763px) { #CupsdBbixNGwBG6o47A3E7mTi6nsy6Jv { width:14.0625rem;height:17.1875rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlvvT5cGbq6xRefFQTTeEa5Rum1OJklW { display:block; }
 }@media only screen and (max-width: 763px) { #ifwcySfDT49zl384dzxDgLn1S5Zb9m9o { width:14.125rem;height:21.4375rem;top:0rem;left:14.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSKpz3tSeMJgM6mxryhgoVz7sXssFWr0 { display:block; }
 }@media only screen and (max-width: 763px) { #fkDk6piWBXzaWTC4rPOrnmSq6dCrGpQl { display:block; }#fkDk6piWBXzaWTC4rPOrnmSq6dCrGpQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tp17e9eA7QILK8TnmwHkMUKmzQWOMPu5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tp17e9eA7QILK8TnmwHkMUKmzQWOMPu5 > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0TVkgw8yxWsXTyfiAnMedbdU5hrRKBZ { width:13.4375rem;height:6rem;top:2.125rem;left:3.2812501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCZSh6qP14x3kSH89EsVcBfZT6vT28he { width:20rem;height:6.171875rem;top:16.670455932618rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezni6F5N5UfNPR2fnvrBPzS6ksyHTRAZ { width:20rem;height:8.285125rem;top:24.9697265625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XJP023FBdmrq0ObqTadLZHAbgUa6Wq2W { width:18.125rem;height:4.875rem;top:9.4375rem;left:0.9375rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAvtrctheSO4i6wvTDVnn021N3Evz0mD { background-color:#fdfab6;background-image:none;display:block; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container { background-color: transparent; background-image: none; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container > .video-iframe-container { display: none; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row > .video-iframe-container { display: none; }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .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); }#cAvtrctheSO4i6wvTDVnn021N3Evz0mD > .row .container { width:20rem;height:190.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSsCkbwmgCDZfTsQPDf8t4T1h06zOBSa { width:10rem;height:11.125rem;top:29.674999237061rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGEyczmA3JnEBoPb6AC17uE8wAlPTwQK { width:10rem;height:19.6875rem;top:12.187501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFr7cO1KbtknXc384fVSPLVNSJWeHR6n { width:10rem;height:10rem;top:31.849999427796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpzUrksAXwtZ20vgZTvflb0V4EWyvowB { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LHJBb4g8gWUUdDiDld6SQTP416e0Ee { width:10rem;height:12.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsIZX7auDFHOJLoicrKHU4iOt8pvZ3V1 { width:10rem;height:12.1875rem;top:40.768751144409rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMDf3rI6Sb4E0wC1LrEPPAPSiqT7U2T { width:10rem;height:19.6875rem;top:51.862503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQhyAU90iR4E9cDJwVQhluelncBlBI6c { width:10rem;height:10rem;top:41.84943151474rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDRNNFro2aKKaR5kOh5qlPIEK83O7h2r { width:10rem;height:17.1875rem;top:62.925003051756rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #f192V2IeqiQUznv3J8XhPULQMXzsoLlK { width:10rem;height:10rem;top:52.925003051757rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdKOAMI2IiMazS1isKVBZqOepvwOumsG { width:10rem;height:12.1875rem;top:71.550003051756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKZ0KHJ4w9746L8pwrImbTkUJg7CguFo { width:10rem;height:12.1875rem;top:80.112503051756rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK7CJHpQOExPmn4gUMA4nnx6WIMtgcJv { width:10rem;height:17.1875rem;top:103.6740064621rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUssOFbZJQbEbNExQBny4SAC1TaOiL2 { width:10rem;height:17.1875rem;top:92.299999237062rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbDhioBO3Af9G7nLTqlk7C4Dnbrwpb9g { width:10rem;height:10rem;top:93.674999237062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw3i73vu5XyiZWT00n4noc6AiVkTKvlL { width:10rem;height:12.1875rem;top:120.86222076416rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvSHwqBVV5TK2X82epMDT1qysCriVDyy { width:10rem;height:11.875rem;top:109.48750019074rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #z45s0xN64e0im8eTIqLuATo9qoKZRwg0 { width:10rem;height:12.1875rem;top:133.05000019074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRoSeldZeA48yhaWUgkL4C9SCBkITN6x { width:10rem;height:10rem;top:131.29999923706rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQATGpL0aXGwxXn5xgr1zBvBUJkoZORJ { width:10rem;height:17.1875rem;top:141.29971504211rem;left:9.9992901682856rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmJAVXm6O7lM8g5Zxh3Lm9yst7Eo6ulC { width:10rem;height:17.1875rem;top:155.23750019074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbvQNt7TW9nyu9E76T3ydn4JUWTPQGH0 { width:10rem;height:12.1875rem;top:158.48750019074rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioinXDQAhkxZVpDPOikt74w1s0iNa0PW { width:10rem;height:18.25rem;top:170.67471790314rem;left:10.000000655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ZeaMQNITW8fppWerlARRJWVcBTNCTs { width:10rem;height:17.1875rem;top:172.42500591278rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B842vbCQMEWleIeoffwdyFUbBtmCMi4M { width:10rem;height:0.75rem;top:189.61221694946rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm5DMfaA0WI4Wv3OvJSbHOh5MkF7y3X8 { width:10.0625rem;height:2rem;top:188.36221694946rem;left:9.9992901682856rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9eaWNEg0TuI5VRsEbGPETEXyDe1ftF8 { width:10rem;height:17.1875rem;top:194.79972457886rem;left:10.000000655651rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmJBSXwZu5EikkG0Rlixrw7eKBdCLvrX { width:8.75rem;height:3.15rem;top:8.46249961853rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TV1E6C9LBTH1KXMAKGDTUNPmQzmgvX { display:flex;width:1.25rem;height:1.25rem;top:7.1750011444094rem;left:8.1750005483625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SJXsauFZVOaGXxPmHhx8kVVnVg1XiSOV { width:9rem;height:3.375rem;top:37.035512924194rem;left:10.500000655651rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #TdO7ufGmW3Peniow1aed6pRKTC3kTVgT { display:flex;width:1.25rem;height:1.25rem;top:36.223722457886rem;left:18.295454680919rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #P6rXfqGdTTJWcp3mGnB1dl8JXbyWVl4W { width:9.6875rem;height:1.923825rem;top:50.612501144409rem;left:10.156250357628rem;font-size:0.875rem;z-index:15040;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xzQgV7XhZkibTSvzBhHrr3cnJJbdfX3E { display:flex;width:1.25rem;height:1.25rem;top:48.984376907349rem;left:18.545454680919rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JrBJDUtGzy7vePNAyMiF8ndexB0x27FA { width:7.9375rem;height:3.375rem;top:74.630683898925rem;left:11.031250655651rem;font-size:0.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #CBl81EHJwVlW1rEufcuEVnWwsdlsTMoJ { display:flex;width:1.25rem;height:1.25rem;top:78.019887924194rem;left:18.295454680919rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dVT5iS6iVO30c3vh2A5wSCQMkbBUCa4Q { width:8.75rem;height:8.375rem;top:0rem;left:0.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Vge9ZLTwPpHp3pgkH1vTB28JV2ZTdSJ6 { width:7.5rem;height:7.5rem;top:29.862501144409rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KybDdyTRQitRzlwZURapCMt8CLSHTlMd { width:7.1875rem;height:7.1875rem;top:41.599433898926rem;left:11.406250655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #wipLEaBxy4U7DGOuUPuV9wiWe6buM9Kn { width:9.9375rem;height:10rem;top:64.676137924194rem;left:10.061790168286rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ILAg37gw8UHuafSs8IqcTtrgxxvf6c { width:9.75rem;height:2.0996125rem;top:115.46946144104rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSObpP6qd7hxMPlDaWnUrQfLGkAUoowU { display:flex;width:1.25rem;height:1.25rem;top:119.09375190735rem;left:8.2954546809194rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pGE8ZvzQVTtZko988XTpLFU2Aw21963x { width:7.4375rem;height:2.25rem;top:153.95738601684rem;left:11.281250655651rem;font-size:0.9375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #MZbtB8EwD2WctccFpa0aNTZU9GQEWT5G { display:flex;width:1.25rem;height:1.25rem;top:156.58238601684rem;left:18.107954680919rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #z7mBkvStUyfqt9Gzrd0XsygrT0bg0mHz { width:7.875rem;height:1.125rem;top:168.00142383576rem;left:11.062500655651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHbcfN7fn4UGgWNeCHGADN3KuapwQTmQ { display:flex;width:1.25rem;height:1.25rem;top:169.12642288208rem;left:18.311791121959rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DNTfOTRBAU2GzQpyTexTcqLrNEn3Fp1q { width:8.5625rem;height:8.5625rem;top:105.29971885681rem;left:0.40909081539536rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDO74wdpStO9udpqHDMs9GBZqpDpbMI5 { width:10rem;height:10rem;top:121.29999923706rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRq1rpE3WEyOIKIIVmEn8LE1P4g1bAZh { width:9.625rem;height:9.625rem;top:143.54971504211rem;left:10.187500655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOankW3TdFB9OhzA7xpSlEG8298Zzl0 { width:8.4375rem;height:8.4375rem;top:159.48437786102rem;left:10.718750655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbeKOMKZQD5OQIegdgZQ5vVzaUdgzNVO { width:7.5rem;height:8.1875rem;top:0.90625rem;left:11.250000655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPabnlzryO0f2olNQ4zm08TGBxz6uR63 { width:7.8125rem;height:3.375rem;top:24.653409004211rem;left:1.0937500596046rem;font-size:0.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #EN48ELz8MF0exiC6zSeXM6hmzvvONdlM { display:flex;width:1.25rem;height:1.25rem;top:29.674715995789rem;left:8.1704546809194rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #q02XDK1oxOKch2zMbL9eEV6q7tQTlWOo { width:10.0625rem;height:2.25rem;top:64.099433898925rem;left:0rem;font-size:0.9375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #UJxQdlKgZNTVb4Svpd5fk7CVWqTTJ3zZ { display:flex;width:1.25rem;height:1.25rem;top:69.05078125rem;left:8.1750005483625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HU6rZqMIpxZugk5r62sycDcm9CGQciGB { width:8.5625rem;height:2.25rem;top:80.70668029785rem;left:0.71875005960463rem;font-size:0.9375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #iyZKSO7wZCpFWoGk4UwaqA085XiEAPeZ { display:flex;width:1.25rem;height:1.25rem;top:81.830970764163rem;left:8.1704546809194rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hxaMSlnaSRLuPyh1bwoVKNRZAb0hH7ab { width:9.8125rem;height:3.375rem;top:103.70525932312rem;left:10.093750655651rem;font-size:0.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #QyVbsDOrbtrl21Wprdi4tXSWa5PbHcZ8 { display:flex;width:1.25rem;height:1.25rem;top:107.5rem;left:18.295454680919rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FUx0gHOiBu93uFv2THwB9P7qNIdcghla { width:8.5rem;height:8rem;top:15.830968379974rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJB922oiyd7hslo7FSiIqzTh7NFbnzPe { width:9.375rem;height:9.375rem;top:54.345171928406rem;left:0.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #BQFUmv4AzuFs37GJSTOwJT2LNSBn8z58 { width:9.6875rem;height:9.6875rem;top:71.861509799956rem;left:0.045454561710357rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ua8XCvXQ6rPXiJTxkJVTLVKaUlnxOH { width:9.3125rem;height:1.125rem;top:130.96946716309rem;left:0.29545456171036rem;font-size:0.9375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #VBdhKt1npGzdbpVfvwP06vdDMWD5awbq { display:flex;width:1.25rem;height:1.25rem;top:129.40625667572rem;left:8.1704546809194rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #rhuNWT8M6gKTE83BHfdAddGceWUdxPKq { width:8.875rem;height:8.25rem;top:94.049718856813rem;left:10.562500655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #cArcCyaLwXMTSsBvaJufuLpBhVdHmsGs { width:8.75rem;height:8.75rem;top:121.86151218414rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGvVosAv1DnAZfxO4e4oLppcqMAMFOS7 { width:10rem;height:10rem;top:145.23750019074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFHgSvufR6gP0qn7k6ZUThgxWO4NinIP { width:7.0625rem;height:7.0625rem;top:132.09375524521rem;left:11.468750655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8oT3IO0l68ipWZDe9C5gCHh1LtNTNLz { width:10rem;height:1.923825rem;top:182.13920593262rem;left:9.9992901682856rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a1hh9h0cUcIXZTg6pXSAMvSXaetOmCkr { display:flex;width:1.25rem;height:1.25rem;top:186.35795211792rem;left:17.982954680919rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gJCof1pebby9UW7ogGaTZpW0SGlwvM9g { width:8rem;height:8rem;top:173.27130889893rem;left:10.909091651439rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzkJ1C8r4yPTHxuA6QkQWhVD45OHLb81 { width:8.375rem;height:3.375rem;top:22.4375rem;left:10.812500655651rem;font-size:0.9375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #im4sDl5JvEw5JAPxpHel1OOzuzLTrVdG { display:flex;width:1.25rem;height:1.25rem;top:26.732955932618rem;left:18.295454680919rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #C1F2oLpAZp1MWuaxqhxMMXscVwuXyFv2 { display:flex;width:1.25rem;height:1.25rem;top:90.781965255738rem;left:18.545454680919rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TUdXmhgL60n2h1nkWq0ibR6fyyht3VyX { width:9.3125rem;height:3.15rem;top:88.55256175995rem;left:10.311790168286rem;font-size:0.875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #fWEPpQp3wqINLsOJnmZOgkuERTEwTdbO { width:9.5625rem;height:2.88574375rem;top:117.83239173889rem;left:10.186790168286rem;font-size:0.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #vUzM98v72Dt7Hupqz16oQIAWACxOUqJ4 { display:flex;width:1.25rem;height:1.25rem;top:116.34446525574rem;left:18.295454680919rem;z-index:15036;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Uhp94toPW3iXOcNVRRQShz0T5F28I67z { width:7.875rem;height:8.25rem;top:32.724433898926rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbc3D087TTxb2UgmWBJpxTgt6IT0TDXH { width:7.75rem;height:7.75rem;top:41.849432945251rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiPKgw3HaGtWSNs1Zm8pXRH7qLQR1IMt { width:9rem;height:9.0625rem;top:12.1875rem;left:10.500000655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgSHtrrB8AornCW8rlqQx6HTUPPAUbyT { width:9.5625rem;height:9.5625rem;top:79.924010276794rem;left:10.218750655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqb6fGdnu3LuFVoE7WXb4VJ1LwrioSfX { width:7.5rem;height:8.25rem;top:53.799716949463rem;left:11.250000655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM94JuTr0GWTTpoBMOMxw4tcST3VvhT1 { width:8.25rem;height:8.9375rem;top:94.205260753631rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPsMy70UDq2GTgUV9EaX4Gaa88XpzzWr { width:7.4375rem;height:1.125rem;top:167.83097076416rem;left:1.1250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9q5LwcPGOdVTS5Jk5BrUQk6OWPsxu4 { display:flex;width:1.25rem;height:1.25rem;top:170.37642288208rem;left:8.1704546809194rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UeQOIuU0CB9dcmviMu5xNPWviTWR5RHw { width:9.9375rem;height:3.375rem;top:183.81250190735rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoTeyCLDdCmVNv9WFhp4d0y5dyCJbGMQ { display:flex;width:1.25rem;height:1.25rem;top:187.81250190735rem;left:8.1704546809194rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gMUckv6E2golr7UAJ9X8TNm7TxO0Hk1z { width:8.5rem;height:8.5rem;top:109.48722076416rem;left:10.750000655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8PEM2LgmpR4vTQkyTdRAT07Pmg3q9ng { width:10rem;height:10.6875rem;top:133.89346456527rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnpeLAnVTycfHyMdz57w8KzpAMqpH0AC { width:9.25rem;height:9.25rem;top:157.64488792419rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsFr91nDTyB0GFrLiTb3mtOfx8DiRxnc { width:9.625rem;height:9.625rem;top:173.70596730709rem;left:0.17045456171036rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB518Lc3BGqh9mZkT2wM6vgL7os38OrM { width:10rem;height:19.6875rem;top:9.987500190735rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxW83G1hQEcudXJnPNlr76sq5fW9Tttv { width:10rem;height:11.125rem;top:29.674999952316rem;left:10.000000357628rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #NWd9Cv2SiawT7ZpG8xTGbPvVL5VrBgkr { display:block; }
 }@media only screen and (max-width: 763px) { #c69klAmvoaerLVKkOCy1JUgy4JXazaV9 { width:10rem;height:19.6875rem;top:12.1875rem;left:0rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #ZBrSU4LxQFdcprObbrcvr29oDKfiwgpO { display:block; }
 }@media only screen and (max-width: 763px) { #EliTTSErNhxDMmx41F2GSDGr0CEM8lEM { width:10rem;height:12.1875rem;top:40.800000190735rem;left:10.000000357628rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #VH3LAmwUZiVilQ9Wm34CN1ZvRUgVsVkH { display:block; }
 }@media only screen and (max-width: 763px) { #asUMpIcOxiKQTo7FOKXNMw28wF2vGQ8Z { width:10rem;height:19.75rem;top:51.861720085144rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #vCwHVRD8SRHLPqIDcFLiZfIDbNZsTkOm { display:block; }
 }@media only screen and (max-width: 763px) { #eRO5FZDqr0CxV1wKgTGEmphoTpcteqns { width:10rem;height:17.1875rem;top:62.924724578856rem;left:9.9992901682856rem;display:block; }
 }@media only screen and (max-width: 763px) { #orLBmTi7X13aSOAqLFXsoT8IKgAxpAQH { display:block; }
 }@media only screen and (max-width: 763px) { #klyZt6Ob1BqnWVDubtpRtAQ2TC5uf14g { width:10rem;height:12.1875rem;top:71.549009799956rem;left:0rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #oiAlMMF4aZ96y9MTK9ikO9C6rJrlB7r8 { display:block; }
 }@media only screen and (max-width: 763px) { #rELL9J35SF1piWLqtHpP7G777SJ21w4B { width:10rem;height:12.1875rem;top:80.111510276794rem;left:9.9992901682856rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #K1eFxQAwQxOlNbBRe2leFUDfivz3zvuT { display:block; }
 }@media only screen and (max-width: 763px) { #G9RURCJKSJoneHmmd5mosuKi6M98oDm7 { width:10rem;height:17.1875rem;top:92.299715995787rem;left:9.9992901682856rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #UQExEZe8VWTX6ChrgANgVfNlhm7R3NsO { display:block; }
 }@media only screen and (max-width: 763px) { #TnU6TwTu1iBCZSoyRdkzqWqThDayG0CA { width:10rem;height:17.1875rem;top:103.67400550842rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX8T03gRoBE78P7q92HvN0hcqMtmIFZb { display:block; }
 }@media only screen and (max-width: 763px) { #wpfGgT7cSTgca9aJJ5pBalpAEBPrwPhU { width:10rem;height:12.1875rem;top:120.86080169677rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #DXvzNAm1b76pwTTlln72U1ost88FJTz3 { display:block; }
 }@media only screen and (max-width: 763px) { #fa2QTHAoMEgw4dz8bzsMUZugZpCtVGdk { width:10rem;height:11.875rem;top:109.48722076416rem;left:9.9992901682856rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Z4yuBrasxA2iy7IVMy2eMPU7AEfTnD6q { display:block; }
 }@media only screen and (max-width: 763px) { #iNVfdxTqDaGkLdXAoe3KXwy50RdpmTDX { width:10rem;height:17.1875rem;top:141.29971504211rem;left:9.9992901682856rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #HVCnqEzobhrVO42VGGgbtGPgbadxNJgg { display:block; }
 }@media only screen and (max-width: 763px) { #XmrlXrXaiOT4etLZuNixRUCc1HIIKOtX { width:10rem;height:12.1875rem;top:158.48721313476rem;left:9.9992901682856rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #CaagBM5w3rGLmcmZIBv83ZgRp6JJ1amU { display:block; }
 }@media only screen and (max-width: 763px) { #XrXl66kLVvEPlteVaUvJbApcguwoi3OT { width:10rem;height:17.1875rem;top:155.2372174263rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #rzQcur5cpKHXyV4bgNxTEGhctAdtBASo { display:block; }
 }@media only screen and (max-width: 763px) { #nloWqXmTvU0pmo4dICqiqSoAlylWqg5x { width:10rem;height:17.1875rem;top:172.42471730709rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #FfUhdFUdSqd0fwFdD4LRr3AONo4lvfOG { display:block; }
 }@media only screen and (max-width: 763px) { #DuqZRPJ2nwfCPOegtAlagI8pHRaaCGAs { width:10rem;height:10.0625rem;top:83.656965255738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQJenAxV0xkTZt2XM23P51cukhWoGIaX { width:7.5rem;height:7.875rem;top:84.750007629394rem;left:1.2492896914482rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWSSpzqKK5KOLSp2mh9VxShaPGBXnT45 { width:8.375rem;height:1.125rem;top:50.126421928406rem;left:0.75000005960463rem;font-size:0.9375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #lbdu8BwQkW8luClM1BfBJcism0oiDV1A { display:flex;width:1.25rem;height:1.25rem;top:48.984376907349rem;left:8.1704546809194rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FQDynp9Nc7bWfWOapJeM3GAPCrUB5fuZ { width:9.9375rem;height:10rem;top:212.20171570778rem;left:3.8267046809196rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #TiB2THTkpz0OK9NpQzuZSMVHMvmFlKLJ { display:block; }
 }@media only screen and (max-width: 763px) { #okQ9GcxyEndGSvELXZSzuat0DnpsauLO { width:9.8125rem;height:0.9625rem;top:139.58026123047rem;left:10.186790168286rem;font-size:0.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #b7mQT5ANy5r6T1Pi5tnT5a9caN91LqtK { display:flex;width:1.25rem;height:1.25rem;top:137.95170974731rem;left:18.295454680919rem;z-index:15036;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NAJVzE57mCoG01UfuVCV3NrRmfr5Nwuu { width:14.125rem;height:14rem;top:222.15695667267rem;left:5.8742901682854rem;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #KJzwy44iZOuhAeLEBnZIoX15u52UbHVt { display:block; }
 }@media only screen and (max-width: 763px) { #BDbgy7upRVDiTNoFymka5hqJwgcWTMi3 { width:14.125rem;height:14rem;top:206.86221694946rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCihzLxwKFPbnuXpqUPggHSIhSBErnTb { display:block; }
 }@media only screen and (max-width: 763px) { #bpcytz4SzwvLwH9nWtTDoqFfrWseE8fu { width:9.875rem;height:9.9375rem;top:41.849433422089rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeHi6UDDtF6ESh145E5xh9uPpntMmcs { display:block; }
 }@media only screen and (max-width: 763px) { #e3Sn8qSEPx5H1b3fTMEaHZEUZnrECT4s { width:14.125rem;height:21.1875rem;top:283.46948242188rem;left:2.9375rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #DdXXDJ3M12qNFUWETVfXSLKm3aBlPErn { display:block; }
 }@media only screen and (max-width: 763px) { #VLwKBkW124D5FF0xgFBxB1iqdwIcaZMe { width:10.0625rem;height:10rem;top:131.28196620941rem;left:9.9375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #DzTUTWheKJLLHl1b6wT3fwImLHUTaFgx { display:block; }
 }@media only screen and (max-width: 763px) { #LZVfuSHG0gG9BZOdsHVnoicA8b6uEBll { width:14.125rem;height:14.3125rem;top:267.90698242188rem;left:2.9375rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #RXozJ14xu02RDoTkPxfPOm7d58vfoNy9 { display:block; }
 }@media only screen and (max-width: 763px) { #IvTwnB5NomvDRw2bBCQVZ4EyUFPmBWbF { width:9.875rem;height:18.375rem;top:170.67471790314rem;left:10.062500655651rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #HRnzZTtF7iIAOmH2wsI8qx3Wa7eD5ac7 { display:block; }
 }@media only screen and (max-width: 763px) { #CupsdBbixNGwBG6o47A3E7mTi6nsy6Jv { width:10rem;height:12.1875rem;top:1.7060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlvvT5cGbq6xRefFQTTeEa5Rum1OJklW { display:block; }
 }@media only screen and (max-width: 763px) { #ifwcySfDT49zl384dzxDgLn1S5Zb9m9o { width:10rem;height:19.6875rem;top:10.032670974731rem;left:9.9992901682856rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #MSKpz3tSeMJgM6mxryhgoVz7sXssFWr0 { display:block; }
 }@media only screen and (max-width: 763px) { #fkDk6piWBXzaWTC4rPOrnmSq6dCrGpQl { position:relative;z-index:auto;display:block; }#fkDk6piWBXzaWTC4rPOrnmSq6dCrGpQl > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }