.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: 959px) {
    html {
        width: 960px;
    }
}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); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { background-color: transparent; background-image: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container > .video-iframe-container { display: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container { display: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .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); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { border-width: 0; border-radius: 0; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#OATql6QboS7VuBMdrPnAdvRLiyZrs8Sq { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.91650625rem;height:1.47900625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.01025390625rem;left:52.875rem;display:block; }
#uIn0Jzm1PNZlFSy311CT53TvWzoTczmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:0.693359375rem;left:0rem;height:2.11230625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;background-color:#ffd400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74963125rem;width:47.24975rem;top:1.357421875rem;left:6.3739013671875rem;display:block; }
#WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { color:#000000;display:block;width:46.8115rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.796875rem;left:6.593017578125rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:#ff0000;display:block;width:54.874875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.630126953125rem;left:2.562255859375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:40.6875rem;top:11.3515625rem;left:9.65576171875rem;display:block; }
#gFLINQKkuTvpkqUyKz514T5HRccvKHtT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:20.4375rem;top:15.3125rem;left:19.40625rem;overflow:hidden;display:block; }
#R7cfn3INamCRbG6rfilO4cHos8JELe4E { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:42.625rem;left:9.9375rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { background-color: transparent; background-image: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .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); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { border-width: 0; border-radius: 0; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { font-size:0.875rem;font-family:arial;height:692.375rem;width:60rem;position:relative;display:block; }#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:140.8125rem;width:24.9375rem;top:1.5rem;left:34.6875rem;display:block; }
#b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.491666793823rem;left:0rem;height:16.25rem;text-align:left;text-align-last:left;display:block; }
#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:2.1875rem;left:35.28125rem;display:block; }
#CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.66845703125rem;left:35.3125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;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.124rem;width:12.124rem;top:3.21533203125rem;left:35.84228515625rem;overflow:hidden;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:#000000;display:block;width:12.06175rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.081298828125rem;left:46.817626953125rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.75rem;left:35.28125rem; }
#b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { color:#000000;display:block;width:7rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.744140625rem;left:38.40625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { color:#00dc2a;display:block;width:11.687rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.749633789062rem;left:47.007446289062rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:15.875rem;left:35.3125rem;display:block; }
#ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:35.375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { color:#ffffff;display:block;width:33.3729375rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.805208206177rem;left:0rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#c19O66DsStVprTWpR4QMihwFx3sbk9op { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.0615234375rem;left:0rem;height:16.25rem;text-align:left;text-align-last:left;display:block; }
#gePZNCrKAvzzotMPcMNueE40a8UM57L6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:6.9375rem;top:19.685546875rem;left:35.28076171875rem;overflow:hidden;display:block; }
#TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { color:#000000;display:block;width:13.93675rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.455322265625rem;left:43.125rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:29.8056640625rem;left:50.65625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.3740234375rem;left:38.40625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pVBH9LxccMdzAdem48WJhieZQuw0XbXk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.6923828125rem;left:35.59375rem; }
#KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:34.0380859375rem;left:43.0625rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:43.0625rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:43.625rem;left:38.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:42.9375rem;left:35.5rem; }
#FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { 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:8.81225rem;width:6.74925rem;top:34.0380859375rem;left:35.28076171875rem;overflow:hidden;display:block; }
#mHfIenhs15T66HvIZmFefSop17UsMv5C { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:69.75rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:70.3125rem;left:38.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:69.625rem;left:35.5rem; }
#hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:60.187377929688rem;left:34.6875rem;overflow:hidden;display:block; }
#pv62r5um4HNn4FXIz94JX4it2epsd5wO { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:60.1875rem;left:42.8125rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:56.4375rem;left:50.625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#Qx9v1oEtORUBp1kblzufGxahZsokEdzX { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:57rem;left:38.375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:56.375rem;left:35.5625rem; }
#gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { 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:8.624875rem;width:8.624875rem;top:46.605224609375rem;left:34.6875rem;overflow:hidden;display:block; }
#Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:46.9375rem;left:42.875rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:96.5625rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:97.125rem;left:38.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:96.4375rem;left:35.5rem; }
#VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.562rem;width:6.62475rem;top:86.69921875rem;left:35.84228515625rem;overflow:hidden;display:block; }
#JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:87rem;left:42.8125rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:83.3125rem;left:50.625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:83.875rem;left:38.375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:83.1875rem;left:35.5625rem; }
#ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:73.82568359375rem;left:34.6875rem;overflow:hidden;display:block; }
#V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { color:#000000;display:block;width:15.7495rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:74.630737304688rem;left:43.3203125rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:100.0625rem;left:35.3125rem;display:block; }
#uTfv4aswuv99b1fm7ldF62mUenBLTl4k { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:100.5rem;left:35.375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { position:absolute;display:block;z-index:15041;height:21.75rem;width:20.375rem;top:103.75rem;left:36.96875rem;display:block; }
#SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { color:#ffffff;display:block;width:33.374rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:88.875rem;left:0rem;height:12.35rem;text-align:center;text-align-last:center;display:block; }
#xh0b6fP4xonTQRQy4culleKewPmgKXPs { 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:1.25rem;width:21.9375rem;top:3.625rem;left:10.125rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { 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:1.25rem;width:21.9360625rem;top:91.5rem;left:10.5rem;overflow:hidden;display:block; }
#T07e7VMd8t8M2saGiuEvI4uxQdi9nBAg { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:60.5322265625rem;left:0rem;height:22.75rem;text-align:left;text-align-last:left;display:block; }
#HTrurSHNyykTqgcMK1dbWF7TuB7gnM3r { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:105.42084074021rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#iRht5BJ7sTPZEaLdw6MZ5AOKzBVVfJDP { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:114.28021574021rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwZtpNbBsru31mpdETUTSWCg4tIcUNgm { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:121.4208984375rem;left:0rem;height:14.625rem;text-align:left;text-align-last:left;display:block; }
#TPTLxlxAlwIoRKMVpmuyzfmOOBWkNdNQ { color:#000000;display:block;width:34.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:137.5146484375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uA2qnx4nXfwdVpEBV9ZklZyo0KTuGe2f { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:157.62329101562rem;left:7.93701171875rem;height:26.1625rem;text-align:left;text-align-last:left;display:block; }
#f3XlCTso7a20sMBbiIft2Lt0T20WyHFb { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:147.41943359375rem;left:4.375rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#vAaNlqs58GlEHbcxUzpdxFTKTVdbvtUQ { color:#000000;display:block;width:44.187rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:185.90454101562rem;left:7.9052734375rem;height:5.0375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FUkS357ERNnxeCUz8xfH4l5OlibkA5EE { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:195.21874427796rem;left:4.375rem;height:12.35rem;text-align:center;text-align-last:center;display:block; }
#q1GPPpT8hzpCBQOfphaOuae6HtWO82Np { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99975625rem;width:18.125rem;top:203.90441894531rem;left:5.5621337890625rem;overflow:hidden;display:block; }
#G0d4aMEZ4AAD6MXzmsDDxHUxpmOh673X { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:212.0625rem;left:8.0625rem;height:5.60625rem;text-align:left;text-align-last:left;display:block; }
#gvSJI2D1gkKCFw9zyTZtaD0K6NSZ7Tt1 { color:#000000;display:block;width:44.1858125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:220.75rem;left:7.9375rem;height:7.55625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IIPpRUZzhyTQySdo8FT4VmXeDrpKfcyx { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:232.1875rem;left:8.0625rem;height:46.71875rem;text-align:left;text-align-last:left;display:block; }
#TEPBAmiwp58TLfausMeJbz8hbvyo9eZ0 { color:#000000;display:block;width:44.1858125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:282.875rem;left:7.9375rem;height:7.55625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7OU1eDK0SKAofuq5w1fDD8JMPXTwGCP { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:293.9375rem;left:8.0625rem;height:14.95rem;text-align:left;text-align-last:left;display:block; }
#ayzAe0ZAPWSTkUqAqFfTFwt3TrIb7ZHK { color:#000000;display:block;width:44.1858125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:312.6875rem;left:7.9375rem;height:7.55625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TVS08tWoZNMlgAAQidsciOTNh6MVpM6u { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:323.6875rem;left:8rem;height:11.2125rem;text-align:left;text-align-last:left;display:block; }
#eVCLcQ4e3kSwDR32BHDVTnM4NlfRI1bR { color:#000000;display:block;width:44.1858125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:339.6875rem;left:7.8125rem;height:2.5183125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hm3BQqrh5fq1TQ6bkG6qVSZMnx2LTIE5 { 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:1.5625rem;width:31.12425rem;top:341.6875rem;left:6rem;overflow:hidden;display:block; }
#AlHyVXeGcuHUS0Kf4knEQhDrhbptOW6l { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:345.3125rem;left:4.4375rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#f9kAmSJFsCc6mfubrG5M4NlfyiX5tTbh { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:357.8125rem;left:8.0625rem;height:16.81875rem;text-align:left;text-align-last:left;display:block; }
#dgtXprICMoyCcL51V48emP8TPG4TP1Q2 { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:377.3125rem;left:4.4375rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#ST6CUKTEvUaABSpRMHIMGckwgwm1M4pi { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:386.875rem;left:8.0625rem;height:14.95rem;text-align:left;text-align-last:left;display:block; }
#I1z9MTpl6wxSRSWO7qElawxVKPhx72JW { color:#000000;display:block;width:44.1858125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:404.5625rem;left:7.9375rem;height:5.0375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FWd2lf6V5DzcEHKfRKMQyU0RIuH6NeIM { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:412.125rem;left:4.4375rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#V341MMhyRtcWpD0BzNtz1Akv34SdbKwV { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:424.1875rem;left:8.0625rem;height:5.60625rem;text-align:left;text-align-last:left;display:block; }
#LsFqGkTRQLT0zxuUp4lLl7OxlCIcTiHu { color:#000000;display:block;width:44.1858125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:432.75rem;left:7.9375rem;height:7.55625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nXg5qtltEIPPZbbhMQ5S2phVF1fClR7z { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:444.3125rem;left:8.0625rem;height:24.29375rem;text-align:left;text-align-last:left;display:block; }
#kCGIXrfmg60DOwls297CnsbaTFyz9n9k { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:470.125rem;left:4.3125rem;height:12.35rem;text-align:center;text-align-last:center;display:block; }
#pazTMGzqHWT29vVCb1Q4IrheBH2XH3bD { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:486.1875rem;left:8.0625rem;height:28.03125rem;text-align:left;text-align-last:left;display:block; }
#ZdaC5D16ikW0Ef8JIctUcoeseHsOUkIg { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:516.9375rem;left:4.4375rem;height:12.35rem;text-align:center;text-align-last:center;display:block; }
#M5IuJ15MK1CiTqmDkalBZE0RCpI9K0WD { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:529.6875rem;left:8.0625rem;height:22.425rem;text-align:left;text-align-last:left;display:block; }
#aCCKRa58Ta4Bu5VcAGW5upRRERVTQqbT { color:#000000;display:block;width:44.1858125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:555rem;left:7.9375rem;height:10.075rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i6NEtsfJ4K4Sb4PEkHNBwFamOl0BRwid { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:568.375rem;left:4.4375rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#pKh7BF1PgXruicnpDuD8EUrvvCC34cbu { 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:0.7495125rem;width:19.624rem;top:571.25rem;left:5.5625rem;overflow:hidden;display:block; }
#byG526ipedO9tPdm0Q2DsooDXHEmVkLT { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:580.875rem;left:8.0625rem;height:39.24375rem;text-align:left;text-align-last:left;display:block; }
#rgphsc5S9ilVoexUfP4WMSantcUt8D7u { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:624.4375rem;left:8.0625rem;height:28.03125rem;text-align:left;text-align-last:left;display:block; }
#BM3vXrWUckbhib9x87PJ72i1XSe1yubz { color:#000000;display:block;width:43.9355625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:656.5rem;left:8.0625rem;height:31.76875rem;text-align:left;text-align-last:left;display:block; }
#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { position:relative;display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { background-color: transparent; background-image: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container > .video-iframe-container { display: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row > .video-iframe-container { display: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .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); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { border-width: 0; border-radius: 0; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:69.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:7.625rem;left:1.5rem; }
#V7pXI66PekAHGEtPz220JlQoS6ENICWA { position:absolute;display:block;z-index:15097;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.9375rem;top:11rem;left:1.8125rem;display:block; }
#ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { color:#000000;display:block;width:14.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:11.375rem;left:1.8125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { color:#000000;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { color:#000000;display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.93676875rem;width:3.93676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:22.593994140625rem;left:0rem; }
#hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { position:absolute;display:block;z-index:15101;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:3.875rem;display:block; }
#NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { color:#000000;display:block;width:12.312rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.5;letter-spacing:0;top:25.43701171875rem;left:4.288330078125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { position:absolute;display:block;z-index:15100;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:34.5625rem;display:block; }
#MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { position:absolute;display:block;z-index:15101;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:12.625rem;left:34.4375rem;display:block; }
#q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { color:#000000;display:block;width:20.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:10.43701171875rem;left:34.687255859375rem;height:1.62475625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.75rem;height:1.62475625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { color:#000000;display:block;width:15.6860625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:25.968017578125rem;left:39.913940429688rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:12.62451171875rem;left:41.9765625rem;height:6rem;text-align:right;text-align-last:right;display:block; }
#ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.31213125rem;width:4.31213125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:9.49951171875rem;left:55.062255859375rem; }
#QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:22.687377929688rem;left:55.5615234375rem;overflow:hidden;display:block; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.831875rem;padding-right:0.72375rem;padding-bottom:0.831875rem;padding-left:0.72375rem;display:block;align-items:center;width:4.340625rem;min-width:4.340625rem;height:4.470625rem;position:relative;font-family:"open sans";font-size:3.3275rem;font-weight:700;line-height:71.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.7875rem;height:1.7675rem;position:relative;font-family:"open sans";font-size:1.2475rem;font-weight:400;line-height:28.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.124625rem;height:8.421625rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:56.221313476562rem;left:14.714965820312rem;z-index:15071; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #bavz4KAkXcQWutDHpzouITkCxdPMxAu5 { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #StzN7qphLrrW4vTGPMP8UGAauxGpE9Sg { width:auto; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #yEBIyTXRu3BbI5AThPF47OwKA99T401k {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #Qe16BeB7DyCIKEwNqQ4H9XQtsNw9A04F { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #LwlUtX0aKcfXXh7lXA0NDZ7wAszDuo0C {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #UP8H4H29dXPcbH71wrfp2imivSN8RgG7 {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #cI5hNTx0bdJqqQZ7a79wBWQurw0A1aoU { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #niWH6eqqR4w3ZxW5fPNw4TGr5IQVwb76 {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #n4t9NDnf2BG3L6f6aSb26k5SgzQI2JeU {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #PiNPwrHQTS0UoXd2mGgg8fdL5I8DFq07 { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #b67sLRT9Cc4tUHC184OVC2QBnTt7Ee0i {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #zG9CCnc2Lwdf3hsx2HSPwKeldKrBGzRn {  }
#tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { background-color:#ff8400;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.7485625rem;height:3.8745125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:52.346801757812rem;left:14.436645507812rem;display:block; }
#h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { color:#0eff00;display:block;width:17.4359375rem;position:absolute;font-family:roboto;font-size:6rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:44.547119140625rem;left:20.59326171875rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:36.465454101562rem;left:11.1865234375rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#mgNKWwbDrOkfVCLtSgRIqFyJWV029rXJ { color:#000000;display:block;width:44.1858125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:0.872802734375rem;left:7.906494140625rem;height:5.0375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.12475rem;width:18.81225rem;top:7.62451171875rem;left:17.265625rem;overflow:hidden;display:block; }
#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG { position:relative;display:block; }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG { background-color: transparent; background-image: none; }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG > .row .container > .video-iframe-container { display: none; }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG > .row > .video-iframe-container { display: none; }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG > .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); }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG { border-width: 0; border-radius: 0; }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:236.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N28Dn4hitIdLQBXk7wWhbS6mt26KE4ZL { color:#000000;display:block;width:55.81175rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.31201171875rem;left:2.09228515625rem;height:3.08715625rem;text-align:center;text-align-last:center;display:block; }
#JrSMn2hBtZeCRRCvaHRJetC3B8BNm0NQ { 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:0.68725625rem;width:22.56225rem;top:5.39794921875rem;left:34.43603515625rem;overflow:hidden;display:block; }
#VFJTuSpdE2H7FqGGA8rSz2NHC3lFfdGC { color:#000000;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:46.125rem;left:50.1875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#B7r7EcinrkXMXr1yyq0UaG2pzPDnP2OH { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:31.25rem;left:30.5rem;display:block; }
#fePR1RKayh7ac0bmurIfIKV6qsJcMaPh { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:35.0732421875rem;left:41.514892578125rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#fMNITTdGl6dCZ45KrrRzN5AT8dXp2zRX { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:33.125rem;left:41.375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#r9uv5RPTsaDHKy3MiJsHAOWtcIWlVICE { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;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.249rem;width:10.249rem;top:33.193359375rem;left:31.343994140625rem;overflow:hidden;display:block; }
#t0RhO3MWMBT9wyCO3MqG07HwasAdx3TX { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:46.6875rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#OA4BXmTPo5SVIwOaAH1RqPzNHLFdPrqG { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.0625rem;width:60rem;top:9.3125rem;left:0rem;display:block; }
#AvsbRvRryUwXHw7hQvqxSzW4ch3hTd6q { color:#00dc2a;display:block;width:11.6860625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:24.4375rem;left:41.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#RozOSeTIAeHqt7sBWuzp5751DkP793TT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:46rem;left:32.25rem; }
#i7hEiW5XBLTqIzIFkgM2tQ8Wm9f7L8Fp { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:24.9375rem;left:19.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#TDMTzkwx0p9Iy1tilkaPHBXdrhavHwwa { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:31.25rem;left:0rem;display:block; }
#kO8nQ2T3yw0SLfPuPt1TEZCkcMRLyOCo { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:33.125rem;left:10.875rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#ARBeZo9xEf4oBcqGonJGcwdK153JMTh8 { color:#000000;display:block;width:17.4365rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:35.155029296875rem;left:10.904541015625rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#HSs7iCWVMiT5mawVFKpgqUeXkPf6QcBL { color:#000000;display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:46.125rem;left:18.9375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#x5qc48debNd3nRXMHiIyHHD2fd7P29Tu { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:15.5rem;left:15.9375rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#C2ap3Po41ymd4zmPOvvvkW8x3lci11Jt { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:23.5625rem;left:15.9375rem; }
#W7TeGn2dNVto5Bs1Kqsg3gyfAQ5CzCON { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:46.6875rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#SxsdVZG3KE9gzdQVdoQKqL7i04Lwb4BA { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:11.25rem;left:15.9375rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#LdFCypqiuPshoWkOOpClgA28op9q1Igy { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.37475rem;width:12.124rem;top:10.731201171875rem;left:2.09228515625rem;overflow:hidden;display:block; }
#algN1OZk727eK2p0WTUq6XMVhoMgXNXN { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;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.06225rem;width:10.06225rem;top:33.28857421875rem;left:0.889892578125rem;overflow:hidden;display:block; }
#uAbZN96GIHWZANhO7K09GJTbyzSnWmO0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:46rem;left:1.75rem; }
#skdswUzZD4qyWLQZ4piIFHSBJsFuW6ZH { color:#000000;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:66.3125rem;left:50.1875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#gVgZJwTTaSWhN7vzTyEsHwv7VVpaHo2z { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:51.4375rem;left:30.5rem;display:block; }
#WeULB3JTOFx7kmbQQd3xyFaxGdvZKibx { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:66.875rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#zqwMORhQnOgtKVae9CEqIBoc0DqeNodI { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:55.374755859375rem;left:41.514892578125rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#Unk13lWXWTvuekVJv0KH9SMGuGiVtfCv { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;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.249rem;width:10.249rem;top:53.494873046875rem;left:31.343994140625rem;overflow:hidden;display:block; }
#QHOnmdebMP16lemZc8ongZ805Ttbhvb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:66.1875rem;left:32.25rem; }
#iaIXlkXWLTT6kpkqi22mB4HX70TTbMsI { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:51.4375rem;left:0rem;display:block; }
#fCbgcNONbS9aLV5oQcHJ9UhWs6kcywux { color:#000000;display:block;width:17.4365rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:55.375rem;left:10.875rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#Ntt3LPXcQGGuOgXtgxv8CtSuTKQIiomc { color:#000000;display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:66.3125rem;left:18.9375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#hMOwgtzT3gEXN22rwMTETBlFVXuGg2a2 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:53.375rem;left:41.5rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#El5uv9qp9fV1B6vKE1LkqGLPISiOnGC5 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:53.3125rem;left:10.875rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#pyHUGb8y63i7uJvVDuxLxSzGP5JgVlIJ { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:66.875rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#oEPeXI2yGvDDoQz9Tczo2TVDeXsIMmsm { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1245rem;width:10.1245rem;top:53.55712890625rem;left:0.82763671875rem;overflow:hidden;display:block; }
#h2oXwQEJZsDXTfbqL37hDBrls0OOcJXP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:66.1875rem;left:1.75rem; }
#SIgOQeTJPfBqBTDI3i1EkRNDd6pFKP4R { color:#000000;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:86.625rem;left:50.1875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#teONmOaWN7v9hgZBhIn2BROvmcsIFzKw { position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:71.75rem;left:30.5rem;display:block; }
#CCEr1bAEtIVVZniTbypMap6zkNfy2o7n { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:87.1875rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pxyMLcccazaaNhCp6G8DBed9llNf9dKW { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:75.625rem;left:41.514892578125rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#FdgeRDxcoZt7LLy2nOl5QTIdzxdaJul0 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.06225rem;width:10.06225rem;top:73.624267578125rem;left:31.53076171875rem;overflow:hidden;display:block; }
#XtrJVTX4CTLZsTiwle3EVZTN8aFytChn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:86.5rem;left:32.25rem; }
#rcCaSO7KTMHTKS2fIvunAWNPPl6ccKiz { position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:71.75rem;left:0rem;display:block; }
#v3RorTzPWLm0uqAnF40hFu9XF8HVfLUl { color:#000000;display:block;width:17.4365rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:75.625rem;left:10.875rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#Nf9rOdaINhWxJfRqOntyEw0wG7AN9NVW { color:#000000;display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:86.625rem;left:18.9375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#pgyygDOWbJTIpWLfWL2aG4110uP5uHHJ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:73.625rem;left:41.375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#wUPGa7cxXbfHvWpWvKwX64PhAsKWKrhT { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:73.625rem;left:10.875rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#xuTOOinUXt34ySF0eUDe78o6ZxNT9QO5 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:87.1875rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#SKCE8fzbA0mCH9Vsn299BgAhGIWBOrgD { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.437rem;width:10.437rem;top:73.624267578125rem;left:0.70068359375rem;overflow:hidden;display:block; }
#QgzSqHOfuuF87H6LwctKQfXbkERwbcvu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:86.5rem;left:1.75rem; }
#A1xLutA22NTIwLflwtIGfNaADWqT6qFe { color:#000000;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:127.125rem;left:50.1875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#Pb3UlGwLqGLCnMl3eiUaTTTUNhga44uc { position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:112.25rem;left:30.5rem;display:block; }
#VkZZdvr4JAQA8JipVb9VuKZCETrbz1GI { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:116.07299804688rem;left:41.514892578125rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#lMVLUzdpTSwi5TZApyDgRw31sZ3t5cn2 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:127.6875rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#xQ5e0uuTi2sgGMJPDMnBZkrJuFK9hdkT { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:114.25659179688rem;left:31.905517578125rem;overflow:hidden;display:block; }
#TehZ3tzv7BbH5VTTWXX5tFFpms6DD9dT { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:114.125rem;left:41.375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#bAokzT3bH3LzArylhx7WKbcaPZvTAXLU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:127rem;left:32.25rem; }
#XzIrGGCaqwd6xh2nA6Rq6a0XhXgRJ0T2 { position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:91.9375rem;left:30.5rem;display:block; }
#q1CwMH8ObBGwlSngP4KV0TtFqQ20F7n1 { color:#000000;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:106.8125rem;left:50.1875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#S2kf5goTvQ06663lHd1UfRbbCsfgVHXm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:106.6875rem;left:32.25rem; }
#Pm2fsPfbC5H5e59sXKccTMfnaOUpTbZ0 { position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:91.9375rem;left:0rem;display:block; }
#gwqpMpU5IUOMuaHRlrQZ8V89Ry45HWMW { position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:112.25rem;left:0rem;display:block; }
#XmI6PTS8MCwyEHN6cORRFeO93dFHPEWd { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:107.375rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#TtFFhlOHT9ogCTsl6nBA5RTLosrTsTZ0 { color:#000000;display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:106.8125rem;left:18.9375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#excTqDvdNcCTpwNntOOI5wmscfr3hml5 { color:#000000;display:block;width:17.4365rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:116.125rem;left:10.875rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#xCZQg0CdcQZnbv8Lk6OodSZpNOfT8fqt { color:#000000;display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:127.125rem;left:18.9375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#RZC5wZ4qgsP16FZ9M8icu87TsDkm5Gss { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:114.125rem;left:10.875rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#pTxVE4KQJDbNN8W05c7c4ZlVdPLfXUbh { color:#000000;display:block;width:17.4365rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:95.875rem;left:10.875rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#IpLBos2wuuehiVLzGsM3V7N4HuWOrxbp { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:95.8740234375rem;left:41.514892578125rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#S5QRzhySgeJA9BMFaDm1Pl9U9SNU9NpH { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:93.8427734375rem;left:31.655517578125rem;overflow:hidden;display:block; }
#EHiO0eG0Xpu9E3Iv0TMAn1AhCIQCm8TI { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:107.375rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#fyxvpAm9Xzgz7zt1RaoPpU3cSuDih1O8 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:127.6875rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#FBzVi9GzDnTbT9oZmQstigyM19hnGwBA { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.75rem;top:93.812255859375rem;left:1.044693359375rem;overflow:hidden;display:block; }
#vUozuBK3X6QJGl1tRMpvQmBsymXKtTym { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.75rem;top:114.248046875rem;left:1.044693359375rem;overflow:hidden;display:block; }
#iWzhTw8Tz3lAsXr4ca5TVsiioBV6sQKi { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:93.8125rem;left:41.375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#TQuw1em0OAfow7OMq1gaU3V0zLwZI8bQ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:93.8125rem;left:10.875rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#fVO2KGOinGPJWG5BPgMyprUpW5Nyep5V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:106.6875rem;left:1.75rem; }
#c3Gc8cbQMBvwED5E5E8Fnagz9JvLNO1f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:127rem;left:1.75rem; }
#vBWmQTuTLk6MSo3RyBP808IKDex0KpEO { position:absolute;display:block;z-index:15105;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:132.625rem;left:0.0625rem;display:block; }
#AJLuyh890CdiMVcOOkuh8sxE0Ved4nMD { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:134.5rem;left:10.9375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#ZklBglxUFHsEDshK2Be9cFbnytD7e27W { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9365rem;width:9.9365rem;top:134.49951171875rem;left:1.015625rem;overflow:hidden;display:block; }
#ly7q1Ui6xNTXDcZkHqS6Bm3JeUNQFS0z { color:#000000;display:block;width:17.4365rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:136.5rem;left:10.9375rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#GrbE1Dno5nys5MnUxHSOu7dL3LtE1JTK { position:absolute;display:block;z-index:15112;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:132.625rem;left:30.5625rem;display:block; }
#uPGPekmePHavptQoTtW9AdSwEkdpeH6T { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:134.49951171875rem;left:31.905517578125rem;overflow:hidden;display:block; }
#IFIsU9Bfk8Zx8VBAmqGX1nrliO8GB4LV { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:136.4375rem;left:41.5625rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#BNQ7xLZ1AwnlMAbOg4MnLT2303nxVNrM { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:134.5rem;left:41.4375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#ZulQAnDOfKq6dlp4e9qBexouAS1dgiLm { color:#000000;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:147.5rem;left:50.25rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#NqiuRhCx5XOfHoJtRkBnJBfMXtXWHSu5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:147.375rem;left:32.3125rem; }
#TCdttWtqdNGVorvhbmsKK3RPdPiFl5Oo { color:#000000;display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:147.5rem;left:19rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#n5xAX2tnfFyQfJv2VZlNfTAH4K7csmZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:147.375rem;left:1.8125rem; }
#sa9xTfalA67sZpQf0lKxfwet3T1d0kEX { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:148.0625rem;left:35.125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#dsu0A6W2GpRQJiOvTipWSyQhoGF3MHz2 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:148.0625rem;left:4.625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#H1o4X1H8Fymvv9F9nNJi6blQRioNcx5Z { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.0625rem;width:60rem;top:176.8125rem;left:0rem;display:block; }
#PiSHeWT5FQxU3OdxsGOZy1gamQPr8H0Z { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:181.34765625rem;left:15.79345703125rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#itD8alCNHcTmGfb50xe8ILqOhEuJuOx1 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:192.4375rem;left:19.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#n0TuRoO5bRyQag5OcmgPXa85Vmv7dDKs { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:178.75rem;left:15.9375rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#bnrPnla3XQca9JtNuXNxKXAASEzqRlQO { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:191.0625rem;left:15.9375rem; }
#T3mUvx9sJyRUs0gt8GoMcsi4SRZFc6rn { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.18675rem;width:11.43675rem;top:178.3251953125rem;left:2.95166015625rem;overflow:hidden;display:block; }
#AJvXHvu5aiXdbTIT7LfgnKsiVy9ZIvzT { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.0625rem;width:60rem;top:197.4375rem;left:0rem;display:block; }
#B9NkczK4vRTPCZsLSZ4R86ZcKGLuBiiS { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:203.625rem;left:15.9375rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#N9sD6mIBSrNmDZISm7adUWNWgnXTz9yx { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:213.0625rem;left:19.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#MM0lNIJrFoU2VtaK1wuVs7Mftq7gdb8h { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:199.375rem;left:15.9375rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#wesfqCxpidNqtkcvi82yP7u33vMBQTe4 { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:211.6875rem;left:15.9375rem; }
#nkepWFGougW4TCxtEcNvqZAg30sEy4h2 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:12.06175rem;top:197.4365234375rem;left:2.62451171875rem;overflow:hidden;display:block; }
#OfR1GzZ0lskCJVRHowlJHqcPTuOnouMs { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:17rem;width:60.0625rem;top:155.5rem;left:0rem;display:block; }
#wBhwxTQT6uRAAH7WA5gVu1T41fTkdTzX { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:160.0341796875rem;left:15.79345703125rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#TpWQP0WB0ZaZHv4NQAZ7eG3qUbhnrwU0 { color:#000000;display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:170.625rem;left:19.249267578125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Hz69E5Sl37fACITd0hQ0zdvXI54SWyo2 { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:157.4375rem;left:15.9375rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#JTsrmvrzCQm3peE2yTpRyKKfrDTmHuob { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:3.999025rem;width:3.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:168.66455078125rem;left:15.9375rem; }
#k3SpS6vURtfLhRF5Zgfa5E1CZeIcsWqO { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.437rem;width:11.3745rem;top:156.357421875rem;left:3.013916015625rem;overflow:hidden;display:block; }
#lTF72Oo7OImdFlcM30659ettXRqdZdwk { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.1);border-left:0.0625rem solid rgba(0,0,0,0.1);border-right:0.0625rem solid rgba(0,0,0,0.1);border-bottom:0.0625rem solid rgba(0,0,0,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.0625rem;width:60rem;top:218.25rem;left:0rem;display:block; }
#c9JLy1cgVNGSiqnGQIrnUNCvkxhtFUEU { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:223.408203125rem;left:15.79345703125rem;height:5.11875rem;text-align:left;text-align-last:left;display:block; }
#n1sHGlkLncdxKR2LNtHJOhHCANtQqcTs { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:234.0625rem;left:19.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#zobDWnFTfL7GdPETNvOaqJ6Biga9ku2d { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:232.3125rem;left:15.9375rem; }
#o02bDAOWySddvVgmed268bBUaE8V0uAW { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:12.3125rem;top:219.794921875rem;left:2.498779296875rem;overflow:hidden;display:block; }
#IxSpgH33x7kdpzC7RB0WeH1dgAxJIJ94 { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:220.375rem;left:15.875rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#zcbzn1exVTtaRmDc964yNVW8U6sgCblV { position:relative;display:block; }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV { background-color: transparent; background-image: none; }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV > .row .container > .video-iframe-container { display: none; }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV > .row > .video-iframe-container { display: none; }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV > .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); }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV { border-width: 0; border-radius: 0; }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:80.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pX5XXWgJAIPLISFVrTbufXdccHN9ukuy { color:#000000;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.375rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#Iq5zlTOfvgcotFaFRRTrn8ZXZIw99u98 { 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:0.6875rem;width:22.5625rem;top:5.899658203125rem;left:4.375rem;overflow:hidden;display:block; }
#tQ4hW8eGiKPm6TBn8TbJaWrkWVT8flNr { 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:18.125rem;width:28.5rem;top:15.008544921875rem;left:30.81298828125rem;overflow:hidden;display:block; }
#xrRwcA1rHqurx9q9kMNH4qKXUJpPx73P { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.5712890625rem;left:0rem;height:52.325rem;text-align:left;text-align-last:left;display:block; }
#rCeC6bh104v7bgIB0iJFoCb6a9IBvFX9 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:28.9375rem;top:35.4541015625rem;left:30.937744140625rem;overflow:hidden;display:block; }
#xosxKSteWsyPkPR6ed7BNq51mNAFNoh7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:21.875rem;top:52.8125rem;left:30.81298828125rem;overflow:hidden;display:block; }
#X4B32b315vMIaMBTtyCXg6x53SIONiDM { color:#000000;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:71.563720703125rem;left:3.748779296875rem;height:3.08715625rem;text-align:center;text-align-last:center;display:block; }
#ERM1KxqUXggraC20bUQqU3U4IZwmH0dk { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:60rem;top:75.535888671875rem;left:0rem;overflow:hidden;display:block; }
#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ { position:relative;display:block; }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ { background-color: transparent; background-image: none; }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ > .row .container > .video-iframe-container { display: none; }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ > .row > .video-iframe-container { display: none; }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ > .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); }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ { border-width: 0; border-radius: 0; }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:165.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OitJI0hv2Ez9WJgWdic1lCDPK6bATqvV { color:#000000;display:block;width:51.25rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.375rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#lJVql2I3h8wkTrRTcMdd0eCG18ZATI4o { 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:0.68725625rem;width:22.56225rem;top:5.93017578125rem;left:6.436767578125rem;overflow:hidden;display:block; }
#TArAHwZ9LwDBvGo6ZfznSc1wLPQOVLnp { 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:16.3733125rem;width:60rem;top:41.328125rem;left:0rem;overflow:hidden;display:block; }
#qbytd43LGkCvwXzqTH46TbZISPBHQzu5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3110625rem;width:47.5610625rem;top:59.891357421875rem;left:0rem;overflow:hidden;display:block; }
#LX08Odz6crmT0mnObhJ9acPWKvx1pt0X { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5608125rem;width:47.5rem;top:76.12548828125rem;left:0rem;overflow:hidden;display:block; }
#OS8SqBfCtxvcCApoQ5vF1rMyJHuligDE { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:47.5rem;top:90.189208984375rem;left:0rem;overflow:hidden;display:block; }
#dAPl6dynTt0x18aHo6ToLQzahzFy3a5f { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0608125rem;width:47.5rem;top:101.67358398438rem;left:0rem;overflow:hidden;display:block; }
#HI6ExTQ5MhsoASnGegITUrrIsz0iVexu { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1235625rem;width:47.5rem;top:114.00146484375rem;left:0rem;overflow:hidden;display:block; }
#rKN08D7TGe4bD28oeUcR5k0b57kvMDNg { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0603125rem;width:49.7485625rem;top:123.9990234375rem;left:0rem;overflow:hidden;display:block; }
#vz2PxbtNUxahIvGTxaoiQP9UZUTIPFN3 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5605625rem;width:42.7478125rem;top:137.685546875rem;left:0.68603515625rem;overflow:hidden;display:block; }
#k1AwfINQfhTnTtKz3DVtpxcLCzdnKgIi { position:absolute;display:block;z-index:15035;height:7.8125rem;width:38.75rem;top:13.560791015625rem;left:10.625rem;display:block; }
#m7ZvHEgoyIbizNtMQLK5rhGiNsIaO80b { color:#000000;display:block;width:49.4995rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:31.01806640625rem;left:1.572265625rem;height:7.475rem;text-align:left;text-align-last:left;display:block; }
#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX { position:relative;display:block; }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX { background-color: transparent; background-image: none; }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX > .row .container > .video-iframe-container { display: none; }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX > .row > .video-iframe-container { display: none; }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX > .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); }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX { border-width: 0; border-radius: 0; }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:69.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o9J1Vlvayl1m1ssGKIozcUWJu6sVll6D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:7.625rem;left:1.5rem; }
#CRcCvQ40wG8FPTHzTWfwwQqD02unvnaF { position:absolute;display:block;z-index:15097;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.9375rem;top:11rem;left:1.8125rem;display:block; }
#Hte0qFy73fKGiOSnaJmTS58qxvWNkbvb { color:#000000;display:block;width:14.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:11.375rem;left:1.8125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#baHN8uiSX1yMHcPTJnzeeSg4FJ2eRMva { color:#000000;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWmssoVA8l3brP5UbUC9nDDZQdyyySXV { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHD6EcHTTimNN8Ln8DPon0S0sWXPiTBB { color:#000000;display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xe8ZGZnzo2TTlNLIgToVBWIoPWfAMUrN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.93676875rem;width:3.93676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:22.593994140625rem;left:0rem; }
#WCokRTQ5suK4q8r3xcRJ3SJCpiiSZ0yP { position:absolute;display:block;z-index:15101;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:3.875rem;display:block; }
#FZK1Q905CwabMUW7krMOUXiRZrtOER6o { color:#000000;display:block;width:12.312rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.5;letter-spacing:0;top:25.43701171875rem;left:4.288330078125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#LfiXavhsddJtMUTr41tm2JcLbyoSh6l4 { position:absolute;display:block;z-index:15100;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:34.5625rem;display:block; }
#nA99c5NqHHce74mn17gaH9kTptGk41Xw { position:absolute;display:block;z-index:15101;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:12.625rem;left:34.4375rem;display:block; }
#GtTS8gMUGlWOOCK3rmuzhWDyGiNi10qE { color:#000000;display:block;width:20.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:10.43701171875rem;left:34.687255859375rem;height:1.62475625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QdwXSSU7g4O61pHOsbthcKzuMbwpwO27 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.75rem;height:1.62475625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#m7Kbsus02UFr09ogC3Lo15n81A2nCJAP { color:#000000;display:block;width:15.6860625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:25.968017578125rem;left:39.913940429688rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#sEl78otnAr7r9bmGlg6UDnmXGzeeLaz5 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:12.62451171875rem;left:41.9765625rem;height:6rem;text-align:right;text-align-last:right;display:block; }
#K3VQ3WWhCElTVnUAQFRtqfsS9SkrGJr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.31213125rem;width:4.31213125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:9.49951171875rem;left:55.062255859375rem; }
#zqWTSkrwS2iQhfdTU41GdvWdZOyqLZQH { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:22.687377929688rem;left:55.5615234375rem;overflow:hidden;display:block; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.831875rem;padding-right:0.72375rem;padding-bottom:0.831875rem;padding-left:0.72375rem;display:block;align-items:center;width:4.340625rem;min-width:4.340625rem;height:4.470625rem;position:relative;font-family:"open sans";font-size:3.3275rem;font-weight:700;line-height:71.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.7875rem;height:1.7675rem;position:relative;font-family:"open sans";font-size:1.2475rem;font-weight:400;line-height:28.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.124625rem;height:8.421625rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:56.221313476562rem;left:14.714965820312rem;z-index:15071; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #TlW4nz1IOgL46tsXMlZrt0eFaVO7hCTK { display:flex;position:relative;top:0rem;left:0rem; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #JuV5D0wBXA7W1R574c5Ng5GB2MMnviJ8 { width:auto; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #XbDV3cSu3TSEEMHdFchPo7vsMqTGx8tP {  }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #TaReqbyFFWcDzgmkykUV1gTBSkkTpxZa { display:flex;position:relative;top:0rem;left:0rem; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #i8H6XnLRznqPneVQ4kJao6Ur25FshOcz {  }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #W6vXGZg7acl4iPOvXLeksVKccK9ZyhNG {  }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #phlPfghIv5ludRMZsFDXyaJQn0wkto6g { display:flex;position:relative;top:0rem;left:0rem; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #pmpLuDxZk2cTPknJQe7QB8QohiMDtrMT {  }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #dzuTgoGoFGdUgB8PTZN9EU0AgcDnsV2L {  }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #yFaSgC2rkapdpi4HWeRxggMzmDsvSfJN { display:flex;position:relative;top:0rem;left:0rem; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #QH5s5d4Iv55z89PZJhM1uLKCKmDvg1ez {  }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #lcHdm0LiTPfZEutCP1rHvLVuE6TyizgT {  }
#D5KOaXZGf356qNzIqMw176ph7zGuH8hN { background-color:#ff8400;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.7485625rem;height:3.8745125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:52.346801757812rem;left:14.436645507812rem;display:block; }
#b1Lrxx6N4EB0UQkcSaITtZpOTIID58Up { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfz8pfxXxlKVovzOEphzDIUbpE92FDwJ { color:#0eff00;display:block;width:17.4359375rem;position:absolute;font-family:roboto;font-size:6rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:44.547119140625rem;left:20.59326171875rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#plHwGii2zBa4sTL7qeNS7IWU2WSSqrE1 { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:36.465454101562rem;left:11.1865234375rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#N0w7HBqTJvs2owWf0Tx4pUauwQIWiIPK { color:#000000;display:block;width:44.1858125rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.5625rem #ffeb00;top:0.872802734375rem;left:7.906494140625rem;height:5.0375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tNNTv6kvwDTx2rGVmkdzkUBEKrNKTIPP { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.68725rem;width:30.68725rem;top:3.56201171875rem;left:12.998046875rem;overflow:hidden;display:block; }
#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { position:relative;display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { background-color: transparent; background-image: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { border-width: 0; border-radius: 0; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#elNHuRt87dlx551N81fdyF7TUlUlHrwy { color:#000000;display:block;width:59.937125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:1.8408203125rem;left:0rem;height:16.9rem;display:block; }
#ExaWV4UtJOPcQSngPWEqebyi8KXhN29C { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:0rem;left:29.8125rem;height:1.3rem;display:block; }
#EMsqEuAkrzheKAlsvTFsURwFOSL4vWn2 { color:#000000;display:block;width:10.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:0rem;left:19.25rem;height:1.3rem;display:block; }
#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9e00;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:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { background-color: transparent; background-image: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .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); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { border-width: 0; border-radius: 0; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { background-color:#65b300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.687375rem;height:4.12475625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.280517578125rem;left:13.124389648438rem;display:block; }
#dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { position:absolute;display:block;z-index:15012;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:21.1875rem;top:1.375rem;left:33.25rem;display:block; }
#hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.375rem;left:33.3125rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.375rem;left:33.25rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:6.951904296875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OATql6QboS7VuBMdrPnAdvRLiyZrs8Sq { width:5.875rem;height:1.4375rem;top:1rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIn0Jzm1PNZlFSy311CT53TvWzoTczmh { display:block; }
 }@media only screen and (max-width: 763px) { #kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { width:12.5rem;height:2.0625rem;top:0.6875rem;left:0rem;font-size:1.625rem;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) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.1875rem;height:2.6875rem;top:1.3125rem;left:0.2489013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:46.75rem;height:1.8125rem;top:1.75rem;left:0.468017578125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:9.75rem;top:4.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { width:40.6875rem;height:0.1875rem;top:11.3125rem;left:3.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLINQKkuTvpkqUyKz514T5HRccvKHtT { width:20.4375rem;height:26.3125rem;top:15.3125rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:40.125rem;height:3.6875rem;top:42.625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.9375rem;height:140.8125rem;top:1.5rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:33.75rem;height:16.25rem;top:10.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:23.75rem;height:2.75rem;top:2.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.75rem;top:2.625rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:12.0625rem;height:12.0625rem;top:3.1875rem;left:29.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:12rem;height:5.6875rem;top:7.0625rem;left:35.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { width:3.125rem;height:3.125rem;top:12.75rem;left:29.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:7rem;height:1.125rem;top:13.6875rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:11.625rem;height:2.375rem;top:12.6875rem;left:36.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:23.75rem;height:2.75rem;top:15.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.625rem;height:1.75rem;top:16.25rem;left:24.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:33.3125rem;height:11.375rem;top:29.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:33.75rem;height:16.25rem;top:43rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gePZNCrKAvzzotMPcMNueE40a8UM57L6 { width:6.9375rem;height:8.8125rem;top:19.625rem;left:29.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:13.875rem;height:7.9375rem;top:20.4375rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.25rem;top:29.75rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:9.75rem;height:1.125rem;top:30.3125rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { width:2.5rem;height:2.5rem;top:29.6875rem;left:29.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:13.75rem;height:9.0625rem;top:34rem;left:33.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.25rem;top:43rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:9.75rem;height:1.125rem;top:43.625rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { width:2.5rem;height:2.5rem;top:42.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:6.6875rem;height:8.7316252731788rem;top:34rem;left:29.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.25rem;top:69.6875rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.75rem;height:1.125rem;top:70.3125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { width:2.5rem;height:2.5rem;top:69.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.4375rem;height:8.4375rem;top:60.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:16.125rem;height:7.9375rem;top:60.125rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.25rem;top:56.375rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.75rem;height:1.125rem;top:57rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { width:2.5rem;height:2.5rem;top:56.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8.5625rem;height:8.5625rem;top:46.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:16.125rem;height:7.9375rem;top:46.875rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.25rem;top:96.5625rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:9.75rem;height:1.125rem;top:97.125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { width:2.5rem;height:2.5rem;top:96.4375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.5625rem;height:8.4815464734519rem;top:86.6875rem;left:29.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:16.125rem;height:7.9375rem;top:86.9375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.25rem;top:83.25rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:9.75rem;height:1.125rem;top:83.875rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { width:2.5rem;height:2.5rem;top:83.1875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:8.4375rem;height:8.4375rem;top:73.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:15.6875rem;height:6.8125rem;top:74.625rem;left:32.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:23.75rem;height:2.75rem;top:100.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:23.625rem;height:1.75rem;top:100.4375rem;left:24.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { width:20.375rem;height:21.75rem;top:103.75rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:33.3125rem;height:12.3125rem;top:88.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.9375rem;height:1.25rem;top:3.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:32.9375rem;height:6.8125rem;top:2.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { width:21.875rem;height:1.2465204272644rem;top:91.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T07e7VMd8t8M2saGiuEvI4uxQdi9nBAg { width:33.75rem;height:22.75rem;top:60.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrurSHNyykTqgcMK1dbWF7TuB7gnM3r { width:33.75rem;height:4.875rem;top:105.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRht5BJ7sTPZEaLdw6MZ5AOKzBVVfJDP { width:33.75rem;height:3.25rem;top:114.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwZtpNbBsru31mpdETUTSWCg4tIcUNgm { width:33.75rem;height:14.625rem;top:121.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTLxlxAlwIoRKMVpmuyzfmOOBWkNdNQ { width:34.125rem;height:4.875rem;top:137.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA2qnx4nXfwdVpEBV9ZklZyo0KTuGe2f { width:43.9375rem;height:26.125rem;top:157.5625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XlCTso7a20sMBbiIft2Lt0T20WyHFb { width:47.75rem;height:6.125rem;top:147.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAaNlqs58GlEHbcxUzpdxFTKTVdbvtUQ { width:44.125rem;height:5rem;top:185.875rem;left:1.7802734375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUkS357ERNnxeCUz8xfH4l5OlibkA5EE { width:47.75rem;height:12.3125rem;top:195.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1GPPpT8hzpCBQOfphaOuae6HtWO82Np { width:18.125rem;height:0.99975625rem;top:203.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0d4aMEZ4AAD6MXzmsDDxHUxpmOh673X { width:43.875rem;height:5.5625rem;top:212.0625rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvSJI2D1gkKCFw9zyTZtaD0K6NSZ7Tt1 { width:44.125rem;height:7.5rem;top:220.75rem;left:1.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIPpRUZzhyTQySdo8FT4VmXeDrpKfcyx { width:43.875rem;height:46.6875rem;top:232.1875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEPBAmiwp58TLfausMeJbz8hbvyo9eZ0 { width:44.125rem;height:7.5rem;top:282.875rem;left:1.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7OU1eDK0SKAofuq5w1fDD8JMPXTwGCP { width:43.875rem;height:14.9375rem;top:293.9375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayzAe0ZAPWSTkUqAqFfTFwt3TrIb7ZHK { width:44.125rem;height:7.5rem;top:312.6875rem;left:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVS08tWoZNMlgAAQidsciOTNh6MVpM6u { width:43.875rem;height:11.1875rem;top:323.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVCLcQ4e3kSwDR32BHDVTnM4NlfRI1bR { width:44.125rem;height:2.5rem;top:339.6875rem;left:1.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm3BQqrh5fq1TQ6bkG6qVSZMnx2LTIE5 { width:31.0625rem;height:1.5594156828647rem;top:341.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlHyVXeGcuHUS0Kf4knEQhDrhbptOW6l { width:47.75rem;height:9.25rem;top:345.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9kAmSJFsCc6mfubrG5M4NlfyiX5tTbh { width:43.875rem;height:16.8125rem;top:357.8125rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgtXprICMoyCcL51V48emP8TPG4TP1Q2 { width:47.75rem;height:6.125rem;top:377.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6CUKTEvUaABSpRMHIMGckwgwm1M4pi { width:43.875rem;height:14.9375rem;top:386.875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1z9MTpl6wxSRSWO7qElawxVKPhx72JW { width:44.125rem;height:5rem;top:404.5625rem;left:1.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWd2lf6V5DzcEHKfRKMQyU0RIuH6NeIM { width:47.75rem;height:9.25rem;top:412.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V341MMhyRtcWpD0BzNtz1Akv34SdbKwV { width:43.875rem;height:5.5625rem;top:424.1875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsFqGkTRQLT0zxuUp4lLl7OxlCIcTiHu { width:44.125rem;height:7.5rem;top:432.75rem;left:1.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXg5qtltEIPPZbbhMQ5S2phVF1fClR7z { width:43.875rem;height:24.25rem;top:444.3125rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGIXrfmg60DOwls297CnsbaTFyz9n9k { width:47.75rem;height:12.3125rem;top:470.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pazTMGzqHWT29vVCb1Q4IrheBH2XH3bD { width:43.875rem;height:28rem;top:486.1875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdaC5D16ikW0Ef8JIctUcoeseHsOUkIg { width:47.75rem;height:12.3125rem;top:516.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5IuJ15MK1CiTqmDkalBZE0RCpI9K0WD { width:43.875rem;height:22.375rem;top:529.6875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCCKRa58Ta4Bu5VcAGW5upRRERVTQqbT { width:44.125rem;height:10.0625rem;top:555rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6NEtsfJ4K4Sb4PEkHNBwFamOl0BRwid { width:47.75rem;height:9.25rem;top:568.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKh7BF1PgXruicnpDuD8EUrvvCC34cbu { width:19.5625rem;height:0.74765194293956rem;top:571.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byG526ipedO9tPdm0Q2DsooDXHEmVkLT { width:43.875rem;height:39.1875rem;top:580.875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgphsc5S9ilVoexUfP4WMSantcUt8D7u { width:43.875rem;height:28rem;top:624.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM3vXrWUckbhib9x87PJ72i1XSe1yubz { width:43.875rem;height:31.75rem;top:656.5rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { width:3.5rem;height:3.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7pXI66PekAHGEtPz220JlQoS6ENICWA { top:11rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { top:11.3125rem;left:0rem;width:14.6875rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { top:9.5rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { top:16.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { top:23.75rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { width:3.875rem;height:3.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { top:25.3125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { top:25.375rem;left:0rem;width:12.25rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { top:25.3125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { top:12.625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { top:10.375rem;left:27rem;width:20.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { top:23.75rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { top:25.9375rem;left:32.125rem;width:15.625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { top:12.5625rem;left:34.1875rem;width:13.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { width:4.25rem;height:4.25rem;top:9.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { top:22.625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #bavz4KAkXcQWutDHpzouITkCxdPMxAu5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #StzN7qphLrrW4vTGPMP8UGAauxGpE9Sg {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #yEBIyTXRu3BbI5AThPF47OwKA99T401k {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #Qe16BeB7DyCIKEwNqQ4H9XQtsNw9A04F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #LwlUtX0aKcfXXh7lXA0NDZ7wAszDuo0C {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #UP8H4H29dXPcbH71wrfp2imivSN8RgG7 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #cI5hNTx0bdJqqQZ7a79wBWQurw0A1aoU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #niWH6eqqR4w3ZxW5fPNw4TGr5IQVwb76 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #n4t9NDnf2BG3L6f6aSb26k5SgzQI2JeU {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #PiNPwrHQTS0UoXd2mGgg8fdL5I8DFq07 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #b67sLRT9Cc4tUHC184OVC2QBnTt7Ee0i {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #zG9CCnc2Lwdf3hsx2HSPwKeldKrBGzRn {  }
 }@media only screen and (max-width: 763px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:29.6875rem;height:3.8125rem;top:52.3125rem;left:8.3116455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { top:44.5rem;left:14.46826171875rem;width:17.375rem;height:7.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:36.25rem;height:7.25rem;top:36.4375rem;left:5.0615234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgNKWwbDrOkfVCLtSgRIqFyJWV029rXJ { width:44.125rem;height:5rem;top:0.8125rem;left:1.781494140625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { width:18.75rem;height:24.044920862736rem;top:7.5625rem;left:11.140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG { display:block; }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N28Dn4hitIdLQBXk7wWhbS6mt26KE4ZL { width:47.75rem;height:3.0625rem;top:2.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrSMn2hBtZeCRRCvaHRJetC3B8BNm0NQ { width:22.5rem;height:0.68536008709237rem;top:5.375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJTuSpdE2H7FqGGA8rSz2NHC3lFfdGC { width:8.75rem;height:2.25rem;top:46.125rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7r7EcinrkXMXr1yyq0UaG2pzPDnP2OH { width:29.4375rem;height:18.125rem;top:31.25rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fePR1RKayh7ac0bmurIfIKV6qsJcMaPh { width:17.5rem;height:6.4375rem;top:35.0625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMNITTdGl6dCZ45KrrRzN5AT8dXp2zRX { width:17.5rem;height:1.9375rem;top:33.125rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9uv5RPTsaDHKy3MiJsHAOWtcIWlVICE { width:10.1875rem;height:10.1875rem;top:33.1875rem;left:25.218994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0RhO3MWMBT9wyCO3MqG07HwasAdx3TX { width:9.6875rem;height:1.125rem;top:46.6875rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA4BXmTPo5SVIwOaAH1RqPzNHLFdPrqG { width:47.625rem;height:18rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvsbRvRryUwXHw7hQvqxSzW4ch3hTd6q { width:11.625rem;height:2.375rem;top:24.4375rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RozOSeTIAeHqt7sBWuzp5751DkP793TT { width:2.5rem;height:2.5rem;top:46rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7hEiW5XBLTqIzIFkgM2tQ8Wm9f7L8Fp { width:9.875rem;height:1.4375rem;top:24.9375rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDMTzkwx0p9Iy1tilkaPHBXdrhavHwwa { width:29.4375rem;height:18.125rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO8nQ2T3yw0SLfPuPt1TEZCkcMRLyOCo { width:17.5rem;height:1.9375rem;top:33.125rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARBeZo9xEf4oBcqGonJGcwdK153JMTh8 { width:17.375rem;height:9.0625rem;top:35.125rem;left:4.779541015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSs7iCWVMiT5mawVFKpgqUeXkPf6QcBL { width:9.4375rem;height:2.25rem;top:46.125rem;left:12.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5qc48debNd3nRXMHiIyHHD2fd7P29Tu { width:42.1875rem;height:7.25rem;top:15.5rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ap3Po41ymd4zmPOvvvkW8x3lci11Jt { width:3.9375rem;height:3.9375rem;top:23.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7TeGn2dNVto5Bs1Kqsg3gyfAQ5CzCON { width:9.6875rem;height:1.125rem;top:46.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxsdVZG3KE9gzdQVdoQKqL7i04Lwb4BA { width:28.125rem;height:2.5625rem;top:11.25rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdFCypqiuPshoWkOOpClgA28op9q1Igy { width:12.0625rem;height:15.296760299819rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #algN1OZk727eK2p0WTUq6XMVhoMgXNXN { width:10rem;height:10rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAbZN96GIHWZANhO7K09GJTbyzSnWmO0 { width:2.5rem;height:2.5rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skdswUzZD4qyWLQZ4piIFHSBJsFuW6ZH { width:8.75rem;height:2.25rem;top:66.3125rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgZJwTTaSWhN7vzTyEsHwv7VVpaHo2z { width:29.4375rem;height:18.125rem;top:51.4375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeULB3JTOFx7kmbQQd3xyFaxGdvZKibx { width:9.6875rem;height:1.125rem;top:66.875rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqwMORhQnOgtKVae9CEqIBoc0DqeNodI { width:17.5rem;height:6.4375rem;top:55.3125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unk13lWXWTvuekVJv0KH9SMGuGiVtfCv { width:10.1875rem;height:10.1875rem;top:53.4375rem;left:25.218994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHOnmdebMP16lemZc8ongZ805Ttbhvb8 { width:2.5rem;height:2.5rem;top:66.1875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaIXlkXWLTT6kpkqi22mB4HX70TTbMsI { width:29.4375rem;height:18.125rem;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCbgcNONbS9aLV5oQcHJ9UhWs6kcywux { width:17.375rem;height:7.75rem;top:55.375rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntt3LPXcQGGuOgXtgxv8CtSuTKQIiomc { width:9.4375rem;height:2.25rem;top:66.3125rem;left:12.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOwgtzT3gEXN22rwMTETBlFVXuGg2a2 { width:17.5rem;height:1.9375rem;top:53.375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5uv9qp9fV1B6vKE1LkqGLPISiOnGC5 { width:17.5rem;height:1.9375rem;top:53.3125rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyHUGb8y63i7uJvVDuxLxSzGP5JgVlIJ { width:9.6875rem;height:1.125rem;top:66.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPeXI2yGvDDoQz9Tczo2TVDeXsIMmsm { width:10.0625rem;height:10.0625rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2oXwQEJZsDXTfbqL37hDBrls0OOcJXP { width:2.5rem;height:2.5rem;top:66.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIgOQeTJPfBqBTDI3i1EkRNDd6pFKP4R { width:8.75rem;height:2.25rem;top:86.625rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teONmOaWN7v9hgZBhIn2BROvmcsIFzKw { width:29.4375rem;height:18.125rem;top:71.75rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCEr1bAEtIVVZniTbypMap6zkNfy2o7n { width:9.6875rem;height:1.125rem;top:87.1875rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxyMLcccazaaNhCp6G8DBed9llNf9dKW { width:17.5rem;height:9.0625rem;top:75.625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdgeRDxcoZt7LLy2nOl5QTIdzxdaJul0 { width:10rem;height:10rem;top:73.5625rem;left:25.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtrJVTX4CTLZsTiwle3EVZTN8aFytChn { width:2.5rem;height:2.5rem;top:86.5rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcCaSO7KTMHTKS2fIvunAWNPPl6ccKiz { width:29.4375rem;height:18.125rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3RorTzPWLm0uqAnF40hFu9XF8HVfLUl { width:17.375rem;height:10.375rem;top:75.625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf9rOdaINhWxJfRqOntyEw0wG7AN9NVW { width:9.4375rem;height:2.25rem;top:86.625rem;left:12.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyygDOWbJTIpWLfWL2aG4110uP5uHHJ { width:17.5rem;height:1.9375rem;top:73.625rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUPGa7cxXbfHvWpWvKwX64PhAsKWKrhT { width:17.5rem;height:1.9375rem;top:73.625rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuTOOinUXt34ySF0eUDe78o6ZxNT9QO5 { width:9.6875rem;height:1.125rem;top:87.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKCE8fzbA0mCH9Vsn299BgAhGIWBOrgD { width:10.375rem;height:10.375rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgzSqHOfuuF87H6LwctKQfXbkERwbcvu { width:2.5rem;height:2.5rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1xLutA22NTIwLflwtIGfNaADWqT6qFe { width:8.75rem;height:2.25rem;top:127.125rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb3UlGwLqGLCnMl3eiUaTTTUNhga44uc { width:29.4375rem;height:18.125rem;top:112.25rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkZZdvr4JAQA8JipVb9VuKZCETrbz1GI { width:17.5rem;height:7.75rem;top:116.0625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMVLUzdpTSwi5TZApyDgRw31sZ3t5cn2 { width:9.6875rem;height:1.125rem;top:127.6875rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ5e0uuTi2sgGMJPDMnBZkrJuFK9hdkT { width:9.6875rem;height:9.6875rem;top:114.25rem;left:25.780517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TehZ3tzv7BbH5VTTWXX5tFFpms6DD9dT { width:17.5rem;height:1.9375rem;top:114.125rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAokzT3bH3LzArylhx7WKbcaPZvTAXLU { width:2.5rem;height:2.5rem;top:127rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzIrGGCaqwd6xh2nA6Rq6a0XhXgRJ0T2 { width:29.4375rem;height:18.125rem;top:91.9375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1CwMH8ObBGwlSngP4KV0TtFqQ20F7n1 { width:8.75rem;height:2.25rem;top:106.8125rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2kf5goTvQ06663lHd1UfRbbCsfgVHXm { width:2.5rem;height:2.5rem;top:106.6875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm2fsPfbC5H5e59sXKccTMfnaOUpTbZ0 { width:29.4375rem;height:18.125rem;top:91.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwqpMpU5IUOMuaHRlrQZ8V89Ry45HWMW { width:29.4375rem;height:18.125rem;top:112.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmI6PTS8MCwyEHN6cORRFeO93dFHPEWd { width:9.6875rem;height:1.125rem;top:107.375rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtFFhlOHT9ogCTsl6nBA5RTLosrTsTZ0 { width:9.4375rem;height:2.25rem;top:106.8125rem;left:12.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #excTqDvdNcCTpwNntOOI5wmscfr3hml5 { width:17.375rem;height:9.0625rem;top:116.125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCZQg0CdcQZnbv8Lk6OodSZpNOfT8fqt { width:9.4375rem;height:2.25rem;top:127.125rem;left:12.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZC5wZ4qgsP16FZ9M8icu87TsDkm5Gss { width:17.5rem;height:1.9375rem;top:114.125rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxVE4KQJDbNN8W05c7c4ZlVdPLfXUbh { width:17.375rem;height:10.375rem;top:95.875rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpLBos2wuuehiVLzGsM3V7N4HuWOrxbp { width:17.5rem;height:6.4375rem;top:95.8125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5QRzhySgeJA9BMFaDm1Pl9U9SNU9NpH { width:9.875rem;height:9.875rem;top:93.8125rem;left:25.530517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHiO0eG0Xpu9E3Iv0TMAn1AhCIQCm8TI { width:9.6875rem;height:1.125rem;top:107.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyxvpAm9Xzgz7zt1RaoPpU3cSuDih1O8 { width:9.6875rem;height:1.125rem;top:127.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBzVi9GzDnTbT9oZmQstigyM19hnGwBA { width:9.75rem;height:9.75rem;top:93.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUozuBK3X6QJGl1tRMpvQmBsymXKtTym { width:9.75rem;height:9.75rem;top:114.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWzhTw8Tz3lAsXr4ca5TVsiioBV6sQKi { width:17.5rem;height:1.9375rem;top:93.8125rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQuw1em0OAfow7OMq1gaU3V0zLwZI8bQ { width:17.5rem;height:1.9375rem;top:93.8125rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVO2KGOinGPJWG5BPgMyprUpW5Nyep5V { width:2.5rem;height:2.5rem;top:106.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Gc8cbQMBvwED5E5E8Fnagz9JvLNO1f { width:2.5rem;height:2.5rem;top:127rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBWmQTuTLk6MSo3RyBP808IKDex0KpEO { width:29.4375rem;height:18.125rem;top:132.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJLuyh890CdiMVcOOkuh8sxE0Ved4nMD { width:17.5rem;height:1.9375rem;top:134.5rem;left:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZklBglxUFHsEDshK2Be9cFbnytD7e27W { width:9.875rem;height:9.875rem;top:134.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly7q1Ui6xNTXDcZkHqS6Bm3JeUNQFS0z { width:17.375rem;height:7.75rem;top:136.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrbE1Dno5nys5MnUxHSOu7dL3LtE1JTK { width:29.4375rem;height:18.125rem;top:132.625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGPekmePHavptQoTtW9AdSwEkdpeH6T { width:9.6875rem;height:9.6875rem;top:134.4375rem;left:25.780517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFIsU9Bfk8Zx8VBAmqGX1nrliO8GB4LV { width:17.5rem;height:6.4375rem;top:136.4375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNQ7xLZ1AwnlMAbOg4MnLT2303nxVNrM { width:17.5rem;height:1.9375rem;top:134.5rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZulQAnDOfKq6dlp4e9qBexouAS1dgiLm { width:8.75rem;height:2.25rem;top:147.5rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqiuRhCx5XOfHoJtRkBnJBfMXtXWHSu5 { width:2.5rem;height:2.5rem;top:147.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCdttWtqdNGVorvhbmsKK3RPdPiFl5Oo { width:9.4375rem;height:2.25rem;top:147.5rem;left:12.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5xAX2tnfFyQfJv2VZlNfTAH4K7csmZi { width:2.5rem;height:2.5rem;top:147.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa9xTfalA67sZpQf0lKxfwet3T1d0kEX { width:9.6875rem;height:1.125rem;top:148.0625rem;left:29rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsu0A6W2GpRQJiOvTipWSyQhoGF3MHz2 { width:9.6875rem;height:1.125rem;top:148.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1o4X1H8Fymvv9F9nNJi6blQRioNcx5Z { width:47.625rem;height:18rem;top:176.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiSHeWT5FQxU3OdxsGOZy1gamQPr8H0Z { width:42.1875rem;height:6.8125rem;top:181.3125rem;left:5.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itD8alCNHcTmGfb50xe8ILqOhEuJuOx1 { width:9.875rem;height:1.4375rem;top:192.4375rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0TuRoO5bRyQag5OcmgPXa85Vmv7dDKs { width:29.4375rem;height:2.625rem;top:178.75rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnrPnla3XQca9JtNuXNxKXAASEzqRlQO { width:3.9375rem;height:3.9375rem;top:191.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mUvx9sJyRUs0gt8GoMcsi4SRZFc6rn { width:11.375rem;height:15.104752770674rem;top:178.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJvXHvu5aiXdbTIT7LfgnKsiVy9ZIvzT { width:47.625rem;height:18rem;top:197.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9NkczK4vRTPCZsLSZ4R86ZcKGLuBiiS { width:42.1875rem;height:6.8125rem;top:203.625rem;left:5.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9sD6mIBSrNmDZISm7adUWNWgnXTz9yx { width:9.875rem;height:1.4375rem;top:213.0625rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0lNIJrFoU2VtaK1wuVs7Mftq7gdb8h { width:28.125rem;height:2.5625rem;top:199.375rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wesfqCxpidNqtkcvi82yP7u33vMBQTe4 { width:3.9375rem;height:3.9375rem;top:211.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkepWFGougW4TCxtEcNvqZAg30sEy4h2 { width:12rem;height:15.545007979771rem;top:197.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfR1GzZ0lskCJVRHowlJHqcPTuOnouMs { width:47.625rem;height:17rem;top:155.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBhwxTQT6uRAAH7WA5gVu1T41fTkdTzX { width:42.1875rem;height:6.8125rem;top:160rem;left:5.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWQP0WB0ZaZHv4NQAZ7eG3qUbhnrwU0 { width:9.875rem;height:1.4375rem;top:170.625rem;left:13.124267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz69E5Sl37fACITd0hQ0zdvXI54SWyo2 { width:28.125rem;height:2.5625rem;top:157.4375rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTsrmvrzCQm3peE2yTpRyKKfrDTmHuob { width:3.9375rem;height:3.9375rem;top:168.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3SpS6vURtfLhRF5Zgfa5E1CZeIcsWqO { width:11.3125rem;height:15.352856169502rem;top:156.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTF72Oo7OImdFlcM30659ettXRqdZdwk { width:47.625rem;height:18rem;top:218.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9JLy1cgVNGSiqnGQIrnUNCvkxhtFUEU { width:42.1875rem;height:5.0625rem;top:223.375rem;left:5.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1sHGlkLncdxKR2LNtHJOhHCANtQqcTs { width:9.875rem;height:1.4375rem;top:234.0625rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zobDWnFTfL7GdPETNvOaqJ6Biga9ku2d { width:3.9375rem;height:3.9375rem;top:232.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o02bDAOWySddvVgmed268bBUaE8V0uAW { width:12.3125rem;height:15.125rem;top:219.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxSpgH33x7kdpzC7RB0WeH1dgAxJIJ94 { width:39.6875rem;height:2.5625rem;top:220.375rem;left:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcbzn1exVTtaRmDc964yNVW8U6sgCblV { display:block; }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX5XXWgJAIPLISFVrTbufXdccHN9ukuy { width:47.75rem;height:9.25rem;top:3.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq5zlTOfvgcotFaFRRTrn8ZXZIw99u98 { width:22.5625rem;height:0.6875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4hW8eGiKPm6TBn8TbJaWrkWVT8flNr { width:28.5rem;height:18.125rem;top:15rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRwcA1rHqurx9q9kMNH4qKXUJpPx73P { width:30.0625rem;height:52.3125rem;top:15.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCeC6bh104v7bgIB0iJFoCb6a9IBvFX9 { width:28.9375rem;height:16.1875rem;top:35.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xosxKSteWsyPkPR6ed7BNq51mNAFNoh7 { width:21.875rem;height:16.125rem;top:52.8125rem;left:24.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4B32b315vMIaMBTtyCXg6x53SIONiDM { width:47.75rem;height:3.0625rem;top:71.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERM1KxqUXggraC20bUQqU3U4IZwmH0dk { width:47.75rem;height:2.83476828125rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ { display:block; }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OitJI0hv2Ez9WJgWdic1lCDPK6bATqvV { width:47.75rem;height:6.125rem;top:3.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJVql2I3h8wkTrRTcMdd0eCG18ZATI4o { width:22.5rem;height:0.68536008709237rem;top:5.875rem;left:0.311767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TArAHwZ9LwDBvGo6ZfznSc1wLPQOVLnp { width:47.75rem;height:13.030427864583rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbytd43LGkCvwXzqTH46TbZISPBHQzu5 { width:47.5rem;height:16.290121120612rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX08Odz6crmT0mnObhJ9acPWKvx1pt0X { width:47.5rem;height:13.5608125rem;top:76.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS8SqBfCtxvcCApoQ5vF1rMyJHuligDE { width:47.5rem;height:11.5625rem;top:90.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAPl6dynTt0x18aHo6ToLQzahzFy3a5f { width:47.5rem;height:11.0608125rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI6ExTQ5MhsoASnGegITUrrIsz0iVexu { width:47.5rem;height:9.1235625rem;top:114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKN08D7TGe4bD28oeUcR5k0b57kvMDNg { width:47.75rem;height:12.535637022175rem;top:123.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz2PxbtNUxahIvGTxaoiQP9UZUTIPFN3 { width:42.6875rem;height:24.525910225669rem;top:137.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1AwfINQfhTnTtKz3DVtpxcLCzdnKgIi { width:38.75rem;height:7.8125rem;top:13.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ZvHEgoyIbizNtMQLK5rhGiNsIaO80b { width:47.75rem;height:7.4375rem;top:31rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX { display:block; }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9J1Vlvayl1m1ssGKIozcUWJu6sVll6D { width:3.5rem;height:3.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRcCvQ40wG8FPTHzTWfwwQqD02unvnaF { top:11rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hte0qFy73fKGiOSnaJmTS58qxvWNkbvb { top:11.3125rem;left:0rem;width:14.6875rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baHN8uiSX1yMHcPTJnzeeSg4FJ2eRMva { top:9.5rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWmssoVA8l3brP5UbUC9nDDZQdyyySXV { top:16.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHD6EcHTTimNN8Ln8DPon0S0sWXPiTBB { top:23.75rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe8ZGZnzo2TTlNLIgToVBWIoPWfAMUrN { width:3.875rem;height:3.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCokRTQ5suK4q8r3xcRJ3SJCpiiSZ0yP { top:25.3125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZK1Q905CwabMUW7krMOUXiRZrtOER6o { top:25.375rem;left:0rem;width:12.25rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfiXavhsddJtMUTr41tm2JcLbyoSh6l4 { top:25.3125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA99c5NqHHce74mn17gaH9kTptGk41Xw { top:12.625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtTS8gMUGlWOOCK3rmuzhWDyGiNi10qE { top:10.375rem;left:27rem;width:20.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdwXSSU7g4O61pHOsbthcKzuMbwpwO27 { top:23.75rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Kbsus02UFr09ogC3Lo15n81A2nCJAP { top:25.9375rem;left:32.125rem;width:15.625rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEl78otnAr7r9bmGlg6UDnmXGzeeLaz5 { top:12.5625rem;left:34.1875rem;width:13.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3VQ3WWhCElTVnUAQFRtqfsS9SkrGJr0 { width:4.25rem;height:4.25rem;top:9.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqWTSkrwS2iQhfdTU41GdvWdZOyqLZQH { top:22.625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #TlW4nz1IOgL46tsXMlZrt0eFaVO7hCTK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #JuV5D0wBXA7W1R574c5Ng5GB2MMnviJ8 {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #XbDV3cSu3TSEEMHdFchPo7vsMqTGx8tP {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #TaReqbyFFWcDzgmkykUV1gTBSkkTpxZa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #i8H6XnLRznqPneVQ4kJao6Ur25FshOcz {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #W6vXGZg7acl4iPOvXLeksVKccK9ZyhNG {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #phlPfghIv5ludRMZsFDXyaJQn0wkto6g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #pmpLuDxZk2cTPknJQe7QB8QohiMDtrMT {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #dzuTgoGoFGdUgB8PTZN9EU0AgcDnsV2L {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #yFaSgC2rkapdpi4HWeRxggMzmDsvSfJN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #QH5s5d4Iv55z89PZJhM1uLKCKmDvg1ez {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #lcHdm0LiTPfZEutCP1rHvLVuE6TyizgT {  }
 }@media only screen and (max-width: 763px) { #D5KOaXZGf356qNzIqMw176ph7zGuH8hN { width:29.6875rem;height:3.8125rem;top:52.3125rem;left:8.3116455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1Lrxx6N4EB0UQkcSaITtZpOTIID58Up { display:block; }
 }@media only screen and (max-width: 763px) { #wfz8pfxXxlKVovzOEphzDIUbpE92FDwJ { top:44.5rem;left:14.46826171875rem;width:17.375rem;height:7.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plHwGii2zBa4sTL7qeNS7IWU2WSSqrE1 { width:36.25rem;height:7.25rem;top:36.4375rem;left:5.0615234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0w7HBqTJvs2owWf0Tx4pUauwQIWiIPK { width:44.125rem;height:5rem;top:0.8125rem;left:1.781494140625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNNTv6kvwDTx2rGVmkdzkUBEKrNKTIPP { width:30.625rem;height:30.625rem;top:3.5rem;left:6.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:47.75rem;height:16.875rem;top:1.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExaWV4UtJOPcQSngPWEqebyi8KXhN29C { width:10.9375rem;height:1.25rem;top:0rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMsqEuAkrzheKAlsvTFsURwFOSL4vWn2 { width:10.9375rem;height:1.25rem;top:0rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:17.625rem;height:4.0625rem;top:1.25rem;left:6.9993896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:21.125rem;height:1.625rem;top:1.375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:21rem;height:1.5rem;top:1.375rem;left:26.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:22.1875rem;height:2.875rem;top:3.3125rem;left:25.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:6.25rem;height:6.25rem;top:0rem;left:0.826904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { position:relative;z-index:auto;display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OATql6QboS7VuBMdrPnAdvRLiyZrs8Sq { width:5.875rem;height:1.4375rem;top:0.687255859375rem;left:13.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIn0Jzm1PNZlFSy311CT53TvWzoTczmh { display:block; }
 }@media only screen and (max-width: 763px) { #kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { width:12.5rem;height:2.11230625rem;top:0.3497314453125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:19.187rem;height:2.9370125rem;top:0.716552734375rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:20rem;height:2.7625rem;top:0.804443359375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:20rem;height:11.78125rem;top:4.478759765625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { width:18.2483125rem;height:0.185546875rem;top:6.7333984375rem;left:0.875244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLINQKkuTvpkqUyKz514T5HRccvKHtT { width:20rem;height:25.6729375rem;top:16.260417938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:20rem;height:4.3875rem;top:42.799999237061rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:1046.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:20rem;height:128.3125rem;top:906.9375rem;left:0rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:20rem;height:26rem;top:13.161457061767rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:20rem;height:3.3125rem;top:904.1875rem;left:0rem;background-color:#19a20a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.7875rem;top:904.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:9.8125rem;height:9.8125rem;top:905.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:10.625rem;height:6.825rem;top:907.875rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { display:flex;width:3.125rem;height:3.125rem;top:914.25rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:6.998875rem;height:1.13769375rem;top:915.75rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:8.562rem;height:2.1125rem;top:915.25rem;left:11.4375rem;font-size:1.625rem;color:#007d1d;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:2.74963125rem;top:917.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:1.7875rem;top:918.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:20rem;height:10.5625rem;top:40.765380859375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:20rem;height:22.75rem;top:53.43994140625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gePZNCrKAvzzotMPcMNueE40a8UM57L6 { width:6.6875rem;height:8.4375rem;top:922.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:12.3108125rem;height:7.9625rem;top:922.548828125rem;left:7.6885986328125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.2753875rem;top:931.81213378906rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:8.374rem;height:2.2753875rem;top:931.8125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { display:flex;width:2.5rem;height:2.5rem;top:931.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:12.6861875rem;height:10.2375rem;top:934.91088867188rem;left:7.313232421875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.2753875rem;top:945.625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:8.31175rem;height:2.2753875rem;top:945.625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { display:flex;width:2.5rem;height:2.5rem;top:944.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:6.0620125rem;height:7.8125rem;top:936.12487792969rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.2753875rem;top:972.31201171875rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.186375rem;height:2.2753875rem;top:972.3125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { display:flex;width:2.5rem;height:2.5rem;top:971.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.125rem;height:8.125rem;top:962.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:12.749rem;height:10.2375rem;top:961.6875rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.2753875rem;top:958.99963378906rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:7.561625rem;height:2.2753875rem;top:959rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { display:flex;width:2.5rem;height:2.5rem;top:957.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8.062125rem;height:8.062125rem;top:949.52514648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:12.68675rem;height:10.2375rem;top:948.4375rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.2753875rem;top:999.24987792969rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:7.99925rem;height:2.2753875rem;top:999.25rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { display:flex;width:2.5rem;height:2.5rem;top:998.625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.25rem;height:7.999875rem;top:989.61853027344rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:12.5rem;height:10.2375rem;top:989.05029296875rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.2753875rem;top:985.87463378906rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:8.62425rem;height:2.2753875rem;top:985.875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { display:flex;width:2.5rem;height:2.5rem;top:984.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:7.6245rem;height:7.6245rem;top:976.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:12.25rem;height:9.1rem;top:976.18713378906rem;left:7.6248779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:20rem;height:4.125rem;top:1002.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:20rem;height:4.0625rem;top:1002.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { width:20rem;height:21.749875rem;top:1007.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:20rem;height:15.6rem;top:115.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:20rem;height:1.13854375rem;top:4.1885414123535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:20rem;height:9.1rem;top:2.2062492370606rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { width:20rem;height:1.13891875rem;top:125.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T07e7VMd8t8M2saGiuEvI4uxQdi9nBAg { width:20rem;height:32.5rem;top:78.7646484375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTrurSHNyykTqgcMK1dbWF7TuB7gnM3r { width:20rem;height:9.75rem;top:133.31250572204rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRht5BJ7sTPZEaLdw6MZ5AOKzBVVfJDP { width:20rem;height:6.5rem;top:145.99999523163rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwZtpNbBsru31mpdETUTSWCg4tIcUNgm { width:20rem;height:26rem;top:155.80937767029rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPTLxlxAlwIoRKMVpmuyzfmOOBWkNdNQ { width:20rem;height:9.75rem;top:183.81250476837rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uA2qnx4nXfwdVpEBV9ZklZyo0KTuGe2f { width:20rem;height:37.375rem;top:210.01342773438rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #f3XlCTso7a20sMBbiIft2Lt0T20WyHFb { width:20rem;height:12.1875rem;top:196.33438014984rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAaNlqs58GlEHbcxUzpdxFTKTVdbvtUQ { width:20rem;height:6.09375rem;top:249.43603515625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUkS357ERNnxeCUz8xfH4l5OlibkA5EE { width:20rem;height:20.15rem;top:258.81250572204rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1GPPpT8hzpCBQOfphaOuae6HtWO82Np { width:20rem;height:1.13854375rem;top:270.87397098541rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0d4aMEZ4AAD6MXzmsDDxHUxpmOh673X { width:20rem;height:9.75rem;top:281.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gvSJI2D1gkKCFw9zyTZtaD0K6NSZ7Tt1 { width:20rem;height:7.475rem;top:294.6875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIPpRUZzhyTQySdo8FT4VmXeDrpKfcyx { width:20rem;height:56.875rem;top:306.25000572204rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TEPBAmiwp58TLfausMeJbz8hbvyo9eZ0 { width:20rem;height:7.475rem;top:367.93750572204rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7OU1eDK0SKAofuq5w1fDD8JMPXTwGCP { width:20rem;height:17.875rem;top:380rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ayzAe0ZAPWSTkUqAqFfTFwt3TrIb7ZHK { width:17.749rem;height:9.34375rem;top:400.125rem;left:1.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVS08tWoZNMlgAAQidsciOTNh6MVpM6u { width:20rem;height:21.125rem;top:412.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eVCLcQ4e3kSwDR32BHDVTnM4NlfRI1bR { width:20rem;height:3.7375rem;top:435.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hm3BQqrh5fq1TQ6bkG6qVSZMnx2LTIE5 { width:19.3115rem;height:0.625rem;top:437.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlHyVXeGcuHUS0Kf4knEQhDrhbptOW6l { width:20rem;height:12.59375rem;top:440.5625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9kAmSJFsCc6mfubrG5M4NlfyiX5tTbh { width:20rem;height:22.75rem;top:454.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dgtXprICMoyCcL51V48emP8TPG4TP1Q2 { width:20rem;height:12.59375rem;top:479.3125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ST6CUKTEvUaABSpRMHIMGckwgwm1M4pi { width:20rem;height:22.75rem;top:493.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #I1z9MTpl6wxSRSWO7qElawxVKPhx72JW { width:20rem;height:7.475rem;top:519rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWd2lf6V5DzcEHKfRKMQyU0RIuH6NeIM { width:20rem;height:17.63125rem;top:528.5rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V341MMhyRtcWpD0BzNtz1Akv34SdbKwV { width:20rem;height:8.125rem;top:548.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LsFqGkTRQLT0zxuUp4lLl7OxlCIcTiHu { width:20rem;height:7.475rem;top:559rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXg5qtltEIPPZbbhMQ5S2phVF1fClR7z { width:20rem;height:32.5rem;top:569.75002479553rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kCGIXrfmg60DOwls297CnsbaTFyz9n9k { width:20rem;height:22.66875rem;top:604.8125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pazTMGzqHWT29vVCb1Q4IrheBH2XH3bD { width:20rem;height:40.625rem;top:629.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZdaC5D16ikW0Ef8JIctUcoeseHsOUkIg { width:20rem;height:18.85rem;top:671.56252002719rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5IuJ15MK1CiTqmDkalBZE0RCpI9K0WD { width:20rem;height:30.875rem;top:692rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aCCKRa58Ta4Bu5VcAGW5upRRERVTQqbT { width:20rem;height:10.2375rem;top:725.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6NEtsfJ4K4Sb4PEkHNBwFamOl0BRwid { width:20rem;height:17.63125rem;top:738.5rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKh7BF1PgXruicnpDuD8EUrvvCC34cbu { width:19.56175rem;height:0.74706875rem;top:740.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byG526ipedO9tPdm0Q2DsooDXHEmVkLT { width:20rem;height:58.5rem;top:757.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rgphsc5S9ilVoexUfP4WMSantcUt8D7u { width:20rem;height:42.25rem;top:817.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BM3vXrWUckbhib9x87PJ72i1XSe1yubz { width:20rem;height:39rem;top:861.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:20rem;height:132.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { width:3.49975625rem;height:3.49975625rem;top:7.542724609375rem;left:8.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7pXI66PekAHGEtPz220JlQoS6ENICWA { width:20rem;height:0.062255875rem;top:12.855225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { width:14.6875rem;height:9rem;top:13.604736328125rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { width:14.0625rem;height:1.62475625rem;top:11.04248046875rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { width:20rem;height:0;top:35.0967rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { width:9.0625rem;height:1.62475625rem;top:44.6875rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { width:3.8745125rem;height:3.8745125rem;top:40.841064453125rem;left:8.062744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { width:20rem;height:0.062255875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { width:12.2485625rem;height:6rem;top:47.7783203125rem;left:3.87451171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { width:20rem;height:0.062255875rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { width:20rem;height:0.062255875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { width:17.8735625rem;height:3.2495125rem;top:30.625rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { width:15.3125rem;height:1.62475625rem;top:62.1875rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { width:15.625rem;height:10.5rem;top:65rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { width:20rem;height:4.5rem;top:34.407958984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { width:4.24926875rem;height:4.24926875rem;top:24.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { width:3.75rem;height:3.75rem;top:56.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J { display:flex;width:18rem;height:5.0625rem;top:123.83259375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #bavz4KAkXcQWutDHpzouITkCxdPMxAu5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #StzN7qphLrrW4vTGPMP8UGAauxGpE9Sg {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #yEBIyTXRu3BbI5AThPF47OwKA99T401k {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #Qe16BeB7DyCIKEwNqQ4H9XQtsNw9A04F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #LwlUtX0aKcfXXh7lXA0NDZ7wAszDuo0C {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #UP8H4H29dXPcbH71wrfp2imivSN8RgG7 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #cI5hNTx0bdJqqQZ7a79wBWQurw0A1aoU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #niWH6eqqR4w3ZxW5fPNw4TGr5IQVwb76 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #n4t9NDnf2BG3L6f6aSb26k5SgzQI2JeU {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #PiNPwrHQTS0UoXd2mGgg8fdL5I8DFq07 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #b67sLRT9Cc4tUHC184OVC2QBnTt7Ee0i {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #zG9CCnc2Lwdf3hsx2HSPwKeldKrBGzRn {  }
 }@media only screen and (max-width: 763px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:18.999rem;height:3.81225625rem;top:118.7703375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { width:17.3730625rem;height:4.46875rem;top:114.3798828125rem;left:1.312255859375rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:20rem;height:15.6rem;top:98.08061875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgNKWwbDrOkfVCLtSgRIqFyJWV029rXJ { width:20rem;height:5.60625rem;top:0.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { width:15.625rem;height:20rem;top:76.47216796875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG { display:block; }#uu2Zm3ac6puVTBsp9i7PhGFfKTcE98ZG > .row .container { width:20rem;height:572.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N28Dn4hitIdLQBXk7wWhbS6mt26KE4ZL { width:20rem;height:8.53125rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrSMn2hBtZeCRRCvaHRJetC3B8BNm0NQ { width:20rem;height:0.60791rem;top:3.741455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJTuSpdE2H7FqGGA8rSz2NHC3lFfdGC { width:8.75rem;height:1.95rem;top:109.5625rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7r7EcinrkXMXr1yyq0UaG2pzPDnP2OH { width:19.875rem;height:26.6875rem;top:84.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fePR1RKayh7ac0bmurIfIKV6qsJcMaPh { width:20rem;height:6.5rem;top:101.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMNITTdGl6dCZ45KrrRzN5AT8dXp2zRX { width:7.0605625rem;height:1.950075rem;top:98.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9uv5RPTsaDHKy3MiJsHAOWtcIWlVICE { width:12.24975rem;height:12.24975rem;top:85.562133789062rem;left:3.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0RhO3MWMBT9wyCO3MqG07HwasAdx3TX { width:9.6875rem;height:0.975rem;top:109.8125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA4BXmTPo5SVIwOaAH1RqPzNHLFdPrqG { width:19.875rem;height:38.5625rem;top:10.84912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvsbRvRryUwXHw7hQvqxSzW4ch3hTd6q { width:5.9375rem;height:1.4624rem;top:47.4609375rem;left:14.000244140625rem;font-size:1.125rem;color:#007d1d;display:block; }
 }@media only screen and (max-width: 763px) { #RozOSeTIAeHqt7sBWuzp5751DkP793TT { display:flex;width:2.5rem;height:2.5rem;top:109.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i7hEiW5XBLTqIzIFkgM2tQ8Wm9f7L8Fp { width:9.8730625rem;height:1.4624rem;top:47.459716796875rem;left:4.2041015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDMTzkwx0p9Iy1tilkaPHBXdrhavHwwa { width:19.875rem;height:28.4375rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO8nQ2T3yw0SLfPuPt1TEZCkcMRLyOCo { width:17.5rem;height:1.950075rem;top:66.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARBeZo9xEf4oBcqGonJGcwdK153JMTh8 { width:20rem;height:7.8rem;top:69.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSs7iCWVMiT5mawVFKpgqUeXkPf6QcBL { width:9.4360625rem;height:1.95rem;top:79.125rem;left:10.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5qc48debNd3nRXMHiIyHHD2fd7P29Tu { width:20rem;height:12.43125rem;top:30.872802734375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C2ap3Po41ymd4zmPOvvvkW8x3lci11Jt { display:flex;width:3.93676875rem;height:3.93676875rem;top:46.224365234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W7TeGn2dNVto5Bs1Kqsg3gyfAQ5CzCON { width:9.6875rem;height:0.975rem;top:79.3125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxsdVZG3KE9gzdQVdoQKqL7i04Lwb4BA { width:20rem;height:1.950075rem;top:28.10302734375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LdFCypqiuPshoWkOOpClgA28op9q1Igy { width:12.0605625rem;height:15.2954375rem;top:12.884521484375rem;left:3.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #algN1OZk727eK2p0WTUq6XMVhoMgXNXN { width:11.9995rem;height:11.9995rem;top:53.186645507812rem;left:3.9996337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAbZN96GIHWZANhO7K09GJTbyzSnWmO0 { display:flex;width:2.5rem;height:2.5rem;top:78.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #skdswUzZD4qyWLQZ4piIFHSBJsFuW6ZH { width:8.75rem;height:1.95rem;top:169.625rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgZJwTTaSWhN7vzTyEsHwv7VVpaHo2z { width:19.875rem;height:25.0625rem;top:146.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeULB3JTOFx7kmbQQd3xyFaxGdvZKibx { width:9.6875rem;height:0.975rem;top:169.875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqwMORhQnOgtKVae9CEqIBoc0DqeNodI { width:20rem;height:5.2rem;top:162.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unk13lWXWTvuekVJv0KH9SMGuGiVtfCv { width:12.374875rem;height:12.374875rem;top:146.85119628906rem;left:3.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHOnmdebMP16lemZc8ongZ805Ttbhvb8 { display:flex;width:2.5rem;height:2.5rem;top:169.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iaIXlkXWLTT6kpkqi22mB4HX70TTbMsI { width:19.875rem;height:26.4375rem;top:115.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCbgcNONbS9aLV5oQcHJ9UhWs6kcywux { width:20rem;height:6.5rem;top:132.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntt3LPXcQGGuOgXtgxv8CtSuTKQIiomc { width:9.4360625rem;height:1.95rem;top:140.4375rem;left:10.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOwgtzT3gEXN22rwMTETBlFVXuGg2a2 { width:17.5rem;height:1.950075rem;top:159.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5uv9qp9fV1B6vKE1LkqGLPISiOnGC5 { width:17.5rem;height:1.950075rem;top:129.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyHUGb8y63i7uJvVDuxLxSzGP5JgVlIJ { width:9.6875rem;height:0.975rem;top:140.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEPeXI2yGvDDoQz9Tczo2TVDeXsIMmsm { width:12.437125rem;height:12.437125rem;top:116.41357421875rem;left:3.7811279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2oXwQEJZsDXTfbqL37hDBrls0OOcJXP { display:flex;width:2.5rem;height:2.5rem;top:139.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SIgOQeTJPfBqBTDI3i1EkRNDd6pFKP4R { width:8.75rem;height:1.95rem;top:232.625rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teONmOaWN7v9hgZBhIn2BROvmcsIFzKw { width:19.875rem;height:29.4375rem;top:204.74987792969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCEr1bAEtIVVZniTbypMap6zkNfy2o7n { width:9.6875rem;height:0.975rem;top:232.875rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxyMLcccazaaNhCp6G8DBed9llNf9dKW { width:20rem;height:9.1rem;top:221.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdgeRDxcoZt7LLy2nOl5QTIdzxdaJul0 { width:12.24975rem;height:12.24975rem;top:206.24877929688rem;left:3.8739013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtrJVTX4CTLZsTiwle3EVZTN8aFytChn { display:flex;width:2.5rem;height:2.5rem;top:232.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rcCaSO7KTMHTKS2fIvunAWNPPl6ccKiz { width:19.875rem;height:27.3125rem;top:175.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3RorTzPWLm0uqAnF40hFu9XF8HVfLUl { width:19.87425rem;height:7.8rem;top:191.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf9rOdaINhWxJfRqOntyEw0wG7AN9NVW { width:9.4360625rem;height:1.95rem;top:201.0625rem;left:10.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyygDOWbJTIpWLfWL2aG4110uP5uHHJ { width:17.5rem;height:1.950075rem;top:219.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUPGa7cxXbfHvWpWvKwX64PhAsKWKrhT { width:17.5rem;height:1.950075rem;top:188.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuTOOinUXt34ySF0eUDe78o6ZxNT9QO5 { width:9.6875rem;height:0.975rem;top:201.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKCE8fzbA0mCH9Vsn299BgAhGIWBOrgD { width:11.93725rem;height:11.93725rem;top:176.47705078125rem;left:4.0301513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgzSqHOfuuF87H6LwctKQfXbkERwbcvu { display:flex;width:2.5rem;height:2.5rem;top:200.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A1xLutA22NTIwLflwtIGfNaADWqT6qFe { width:8.75rem;height:1.95rem;top:346.5rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb3UlGwLqGLCnMl3eiUaTTTUNhga44uc { width:19.875rem;height:25.375rem;top:322.62475585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkZZdvr4JAQA8JipVb9VuKZCETrbz1GI { width:17.5rem;height:7.8rem;top:337.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMVLUzdpTSwi5TZApyDgRw31sZ3t5cn2 { width:9.6875rem;height:0.975rem;top:347rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ5e0uuTi2sgGMJPDMnBZkrJuFK9hdkT { width:11.875rem;height:11.875rem;top:323.49914550781rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TehZ3tzv7BbH5VTTWXX5tFFpms6DD9dT { width:17.5rem;height:1.950075rem;top:335.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAokzT3bH3LzArylhx7WKbcaPZvTAXLU { display:flex;width:2.5rem;height:2.5rem;top:346rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XzIrGGCaqwd6xh2nA6Rq6a0XhXgRJ0T2 { width:19.875rem;height:26.0625rem;top:266.93725585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1CwMH8ObBGwlSngP4KV0TtFqQ20F7n1 { width:8.75rem;height:1.95rem;top:291.4375rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2kf5goTvQ06663lHd1UfRbbCsfgVHXm { display:flex;width:2.5rem;height:2.5rem;top:290.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pm2fsPfbC5H5e59sXKccTMfnaOUpTbZ0 { width:19.875rem;height:28.5625rem;top:235.93737792969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwqpMpU5IUOMuaHRlrQZ8V89Ry45HWMW { width:19.875rem;height:26.8125rem;top:295.06201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmI6PTS8MCwyEHN6cORRFeO93dFHPEWd { width:9.6875rem;height:0.975rem;top:291.9375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtFFhlOHT9ogCTsl6nBA5RTLosrTsTZ0 { width:9.4360625rem;height:1.95rem;top:262.9375rem;left:10.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #excTqDvdNcCTpwNntOOI5wmscfr3hml5 { width:20rem;height:7.8rem;top:311rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCZQg0CdcQZnbv8Lk6OodSZpNOfT8fqt { width:9.4360625rem;height:1.95rem;top:319.8125rem;left:10.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZC5wZ4qgsP16FZ9M8icu87TsDkm5Gss { width:17.5rem;height:1.950075rem;top:308.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxVE4KQJDbNN8W05c7c4ZlVdPLfXUbh { width:20rem;height:10.4rem;top:251.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpLBos2wuuehiVLzGsM3V7N4HuWOrxbp { width:20rem;height:6.5rem;top:283.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5QRzhySgeJA9BMFaDm1Pl9U9SNU9NpH { width:12.062375rem;height:12.062375rem;top:268.16467285156rem;left:4.2041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHiO0eG0Xpu9E3Iv0TMAn1AhCIQCm8TI { width:9.6875rem;height:0.975rem;top:263.125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyxvpAm9Xzgz7zt1RaoPpU3cSuDih1O8 { width:9.6875rem;height:0.975rem;top:320rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBzVi9GzDnTbT9oZmQstigyM19hnGwBA { width:11.875rem;height:11.875rem;top:237.35107421875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUozuBK3X6QJGl1tRMpvQmBsymXKtTym { width:12.124625rem;height:12.124625rem;top:295.93688964844rem;left:4.2041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWzhTw8Tz3lAsXr4ca5TVsiioBV6sQKi { width:17.5rem;height:1.950075rem;top:280.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQuw1em0OAfow7OMq1gaU3V0zLwZI8bQ { width:17.5rem;height:1.950075rem;top:249.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVO2KGOinGPJWG5BPgMyprUpW5Nyep5V { display:flex;width:2.5rem;height:2.5rem;top:262.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3Gc8cbQMBvwED5E5E8Fnagz9JvLNO1f { display:flex;width:2.5rem;height:2.5rem;top:319.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vBWmQTuTLk6MSo3RyBP808IKDex0KpEO { width:19.875rem;height:25.6875rem;top:350.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJLuyh890CdiMVcOOkuh8sxE0Ved4nMD { width:20rem;height:1.950075rem;top:363.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZklBglxUFHsEDshK2Be9cFbnytD7e27W { width:11.93725rem;height:11.93725rem;top:351.9140625rem;left:4.0301513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly7q1Ui6xNTXDcZkHqS6Bm3JeUNQFS0z { width:20rem;height:6.5rem;top:366.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrbE1Dno5nys5MnUxHSOu7dL3LtE1JTK { width:19.875rem;height:26.875rem;top:377.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGPekmePHavptQoTtW9AdSwEkdpeH6T { width:11.62475rem;height:11.62475rem;top:378.97644042969rem;left:4.1864013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFIsU9Bfk8Zx8VBAmqGX1nrliO8GB4LV { width:20rem;height:6.5rem;top:393.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNQ7xLZ1AwnlMAbOg4MnLT2303nxVNrM { width:17.5rem;height:1.950075rem;top:390.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZulQAnDOfKq6dlp4e9qBexouAS1dgiLm { width:8.75rem;height:1.95rem;top:401.5625rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqiuRhCx5XOfHoJtRkBnJBfMXtXWHSu5 { display:flex;width:2.5rem;height:2.5rem;top:401.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TCdttWtqdNGVorvhbmsKK3RPdPiFl5Oo { width:9.4360625rem;height:1.95rem;top:374.3125rem;left:10.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5xAX2tnfFyQfJv2VZlNfTAH4K7csmZi { display:flex;width:2.5rem;height:2.5rem;top:373.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sa9xTfalA67sZpQf0lKxfwet3T1d0kEX { width:9.6875rem;height:0.975rem;top:402.0625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsu0A6W2GpRQJiOvTipWSyQhoGF3MHz2 { width:9.6875rem;height:0.975rem;top:374.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1o4X1H8Fymvv9F9nNJi6blQRioNcx5Z { width:19.875rem;height:41.0625rem;top:447.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiSHeWT5FQxU3OdxsGOZy1gamQPr8H0Z { width:20rem;height:13.65rem;top:468.5625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #itD8alCNHcTmGfb50xe8ILqOhEuJuOx1 { width:9.8730625rem;height:1.4624rem;top:485.875rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0TuRoO5bRyQag5OcmgPXa85Vmv7dDKs { width:20rem;height:3.90014375rem;top:464.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnrPnla3XQca9JtNuXNxKXAASEzqRlQO { display:flex;width:3.93676875rem;height:3.93676875rem;top:483.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3mUvx9sJyRUs0gt8GoMcsi4SRZFc6rn { width:11.373875rem;height:15.105rem;top:447.99926757812rem;left:4.3121337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJvXHvu5aiXdbTIT7LfgnKsiVy9ZIvzT { width:19.875rem;height:38.8125rem;top:489.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9NkczK4vRTPCZsLSZ4R86ZcKGLuBiiS { width:20rem;height:13.65rem;top:510.4375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N9sD6mIBSrNmDZISm7adUWNWgnXTz9yx { width:9.8730625rem;height:1.4624rem;top:526.75rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0lNIJrFoU2VtaK1wuVs7Mftq7gdb8h { width:20rem;height:3.90014375rem;top:506.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wesfqCxpidNqtkcvi82yP7u33vMBQTe4 { display:flex;width:3.93676875rem;height:3.93676875rem;top:524.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nkepWFGougW4TCxtEcNvqZAg30sEy4h2 { width:11.9983125rem;height:15.5444375rem;top:490.556640625rem;left:4.000244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfR1GzZ0lskCJVRHowlJHqcPTuOnouMs { width:19.875rem;height:39.75rem;top:406.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBhwxTQT6uRAAH7WA5gVu1T41fTkdTzX { width:20rem;height:13.65rem;top:426.5625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpWQP0WB0ZaZHv4NQAZ7eG3qUbhnrwU0 { width:9.8730625rem;height:1.4624rem;top:443.4375rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz69E5Sl37fACITd0hQ0zdvXI54SWyo2 { width:20rem;height:1.950075rem;top:423.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTsrmvrzCQm3peE2yTpRyKKfrDTmHuob { display:flex;width:3.93676875rem;height:3.93676875rem;top:441.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k3SpS6vURtfLhRF5Zgfa5E1CZeIcsWqO { width:11.3110625rem;height:15.3528125rem;top:407.1875rem;left:4.3438720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTF72Oo7OImdFlcM30659ettXRqdZdwk { width:19.875rem;height:37.875rem;top:531.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9JLy1cgVNGSiqnGQIrnUNCvkxhtFUEU { width:20rem;height:11.94375rem;top:552.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1sHGlkLncdxKR2LNtHJOhHCANtQqcTs { width:9.8730625rem;height:1.4624rem;top:566.5rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zobDWnFTfL7GdPETNvOaqJ6Biga9ku2d { display:flex;width:3.93676875rem;height:3.93676875rem;top:564.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o02bDAOWySddvVgmed268bBUaE8V0uAW { width:12.312rem;height:15.1245rem;top:531.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxSpgH33x7kdpzC7RB0WeH1dgAxJIJ94 { width:20rem;height:3.90014375rem;top:548.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcbzn1exVTtaRmDc964yNVW8U6sgCblV { display:block; }#zcbzn1exVTtaRmDc964yNVW8U6sgCblV > .row .container { width:20rem;height:138.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX5XXWgJAIPLISFVrTbufXdccHN9ukuy { width:20rem;height:17.63125rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iq5zlTOfvgcotFaFRRTrn8ZXZIw99u98 { width:20rem;height:0.609130625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4hW8eGiKPm6TBn8TbJaWrkWVT8flNr { width:20rem;height:12.719298245614rem;top:83.352068125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRwcA1rHqurx9q9kMNH4qKXUJpPx73P { width:20rem;height:60.125rem;top:20.4248046875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rCeC6bh104v7bgIB0iJFoCb6a9IBvFX9 { width:20rem;height:11.187904967603rem;top:97.320568125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xosxKSteWsyPkPR6ed7BNq51mNAFNoh7 { width:20rem;height:14.742857142857rem;top:109.758318125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4B32b315vMIaMBTtyCXg6x53SIONiDM { width:20rem;height:5.0375rem;top:125.750755625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERM1KxqUXggraC20bUQqU3U4IZwmH0dk { width:20rem;height:1.1873375rem;top:132.036155625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ { display:block; }#pUT0IfZfbnsZJ2kAoxH0Ny4BQlhDgCSZ > .row .container { width:20rem;height:99.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OitJI0hv2Ez9WJgWdic1lCDPK6bATqvV { width:20rem;height:12.59375rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJVql2I3h8wkTrRTcMdd0eCG18ZATI4o { width:20rem;height:0.609130625rem;top:3.465576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TArAHwZ9LwDBvGo6ZfznSc1wLPQOVLnp { width:20rem;height:5.4577708333333rem;top:40.026875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbytd43LGkCvwXzqTH46TbZISPBHQzu5 { width:20rem;height:6.8589983665737rem;top:46.7346375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX08Odz6crmT0mnObhJ9acPWKvx1pt0X { width:20rem;height:5.7098157894737rem;top:54.842575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS8SqBfCtxvcCApoQ5vF1rMyJHuligDE { width:20rem;height:4.8684210526316rem;top:61.80180625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAPl6dynTt0x18aHo6ToLQzahzFy3a5f { width:20rem;height:4.6571842105263rem;top:67.91996875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI6ExTQ5MhsoASnGegITUrrIsz0iVexu { width:20rem;height:3.8415rem;top:73.82695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKN08D7TGe4bD28oeUcR5k0b57kvMDNg { width:20rem;height:5.2505285956755rem;top:78.91728125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz2PxbtNUxahIvGTxaoiQP9UZUTIPFN3 { width:20rem;height:11.490909622568rem;top:85.417525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1AwfINQfhTnTtKz3DVtpxcLCzdnKgIi { width:20rem;height:7.8125rem;top:15.0915625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ZvHEgoyIbizNtMQLK5rhGiNsIaO80b { width:20rem;height:14.625rem;top:24.1540625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX { display:block; }#JENupZ2rbdtUUNa27p1PZpE6rHM2SgAX > .row .container { width:20rem;height:132.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9J1Vlvayl1m1ssGKIozcUWJu6sVll6D { width:3.49975625rem;height:3.49975625rem;top:7.542724609375rem;left:8.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRcCvQ40wG8FPTHzTWfwwQqD02unvnaF { width:20rem;height:0.062255875rem;top:12.855225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hte0qFy73fKGiOSnaJmTS58qxvWNkbvb { width:14.6875rem;height:9rem;top:13.604736328125rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baHN8uiSX1yMHcPTJnzeeSg4FJ2eRMva { width:14.0625rem;height:1.62475625rem;top:11.04248046875rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWmssoVA8l3brP5UbUC9nDDZQdyyySXV { width:20rem;height:0;top:35.0967rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHD6EcHTTimNN8Ln8DPon0S0sWXPiTBB { width:9.0625rem;height:1.62475625rem;top:44.6875rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xe8ZGZnzo2TTlNLIgToVBWIoPWfAMUrN { width:3.8745125rem;height:3.8745125rem;top:40.841064453125rem;left:8.062744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCokRTQ5suK4q8r3xcRJ3SJCpiiSZ0yP { width:20rem;height:0.062255875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZK1Q905CwabMUW7krMOUXiRZrtOER6o { width:12.2485625rem;height:6rem;top:47.7783203125rem;left:3.87451171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfiXavhsddJtMUTr41tm2JcLbyoSh6l4 { width:20rem;height:0.062255875rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA99c5NqHHce74mn17gaH9kTptGk41Xw { width:20rem;height:0.062255875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtTS8gMUGlWOOCK3rmuzhWDyGiNi10qE { width:17.8735625rem;height:3.2495125rem;top:30.625rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdwXSSU7g4O61pHOsbthcKzuMbwpwO27 { width:15.3125rem;height:1.62475625rem;top:62.1875rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7Kbsus02UFr09ogC3Lo15n81A2nCJAP { width:15.625rem;height:10.5rem;top:65rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEl78otnAr7r9bmGlg6UDnmXGzeeLaz5 { width:20rem;height:4.5rem;top:34.407958984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3VQ3WWhCElTVnUAQFRtqfsS9SkrGJr0 { width:4.24926875rem;height:4.24926875rem;top:24.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqWTSkrwS2iQhfdTU41GdvWdZOyqLZQH { width:3.75rem;height:3.75rem;top:56.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#E89DdJ88cqRTteN4dRmtbOOzgmthpAxx { display:flex;width:18rem;height:5.0625rem;top:123.83259375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #TlW4nz1IOgL46tsXMlZrt0eFaVO7hCTK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #JuV5D0wBXA7W1R574c5Ng5GB2MMnviJ8 {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #XbDV3cSu3TSEEMHdFchPo7vsMqTGx8tP {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #TaReqbyFFWcDzgmkykUV1gTBSkkTpxZa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #i8H6XnLRznqPneVQ4kJao6Ur25FshOcz {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #W6vXGZg7acl4iPOvXLeksVKccK9ZyhNG {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #phlPfghIv5ludRMZsFDXyaJQn0wkto6g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #pmpLuDxZk2cTPknJQe7QB8QohiMDtrMT {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #dzuTgoGoFGdUgB8PTZN9EU0AgcDnsV2L {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #yFaSgC2rkapdpi4HWeRxggMzmDsvSfJN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #QH5s5d4Iv55z89PZJhM1uLKCKmDvg1ez {  }
 }@media only screen and (max-width: 763px) { #E89DdJ88cqRTteN4dRmtbOOzgmthpAxx #lcHdm0LiTPfZEutCP1rHvLVuE6TyizgT {  }
 }@media only screen and (max-width: 763px) { #D5KOaXZGf356qNzIqMw176ph7zGuH8hN { width:18.999rem;height:3.81225625rem;top:118.7703375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1Lrxx6N4EB0UQkcSaITtZpOTIID58Up { display:block; }
 }@media only screen and (max-width: 763px) { #wfz8pfxXxlKVovzOEphzDIUbpE92FDwJ { width:17.3730625rem;height:4.46875rem;top:114.3798828125rem;left:1.312255859375rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plHwGii2zBa4sTL7qeNS7IWU2WSSqrE1 { width:20rem;height:15.6rem;top:98.08061875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0w7HBqTJvs2owWf0Tx4pUauwQIWiIPK { width:20rem;height:5.60625rem;top:0.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNNTv6kvwDTx2rGVmkdzkUBEKrNKTIPP { width:20rem;height:20rem;top:76.47216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:20rem;height:39.08125rem;top:4.898681640625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExaWV4UtJOPcQSngPWEqebyi8KXhN29C { width:6.31225rem;height:1.3rem;top:45.487060546875rem;left:12.1240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMsqEuAkrzheKAlsvTFsURwFOSL4vWn2 { width:10.9375rem;height:1.3rem;top:45.48828125rem;left:1.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:13.562rem;height:4.12475625rem;top:1.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:20rem;height:1.6875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:20rem;height:1.54358125rem;top:5.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:20rem;height:3.9rem;top:8.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }