.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); }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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;top:0rem;left:0rem;right:0rem;display:block; }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row .container { background-color: transparent; background-image: none; }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row .container > .video-iframe-container { display: none; }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row > .video-iframe-container { display: none; }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .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); }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row .container { border-width: 0; border-radius: 0; }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#A0WuRLfOavq4hXuTU6deTeIhLnQuNV7M { color:#000000;display:block;width:30.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:14.25rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ .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; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.343125rem;padding-right:0.305625rem;padding-bottom:0.343125rem;padding-left:0.305625rem;display:block;align-items:center;width:1.834375rem;min-width:1.834375rem;height:1.845625rem;position:relative;font-family:"open sans";font-size:1.37375rem;font-weight:400;line-height:29.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ .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.214375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.44625rem;height:0.729375rem;position:relative;font-family:"open sans";font-size:0.515rem;font-weight:700;line-height:11.67px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ { 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:13.8125rem;height:3.475625rem;padding-top:0.043125rem;padding-right:0.04375rem;padding-bottom:0.043125rem;padding-left:0.04375rem;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:1.1875rem;left:33.125rem;z-index:15008; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #cqB5NsFqnOqtTw3N1NsWDwp26dcokJTn { display:flex;position:relative;top:0rem;left:0rem; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #QKADD18MAd8ewGUE6nCDvwBcS7HrVGOK { width:auto; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #gkAWb67UhOgGcDc11CQnEGW8FfxvDvwq {  }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #FTU7S4OpROQg8siwp3tdIEP4iE6k2lhz { display:flex;position:relative;top:0rem;left:0rem; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #WogitdsGqu8SCnGCfRNIKzF2cTVpa7Rf {  }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #uRUMpgyLSTzvsMRRzoZ0TnplX6IevCE1 {  }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #qTTDzy1GqKoIkl3K7LmzoLebsWf87Ty8 { display:flex;position:relative;top:0rem;left:0rem; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #GpZgtJWvgxO90DWALU1xbWV9f5IW3Jts {  }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #P3XOv2LsKOmJqd4mlfl4cE2JlNAuMp0s {  }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #nzqxI1O3XUgmDUcVcFIDzBoSWxMpHctI { display:flex;position:relative;top:0rem;left:0rem; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #HKmdWRVTbxlpu3v6VlXpmBkZDoNwFnlg {  }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #uaDKipIr6SuwrATiLRhAvL7gEKXZtLCN {  }
#vskFeA78Pyc92TfExqr1anU3DJHHlveU { box-sizing:content-box;height:3.9375rem;width:35.3125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1rem;left:12.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row .container { background-color: transparent; background-image: none; }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row .container > .video-iframe-container { display: none; }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row > .video-iframe-container { display: none; }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .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); }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row .container { border-width: 0; border-radius: 0; }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f9f9f9;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:79.125rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;background-color:#6eeb83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:54.75rem;top:0.72802734375rem;left:2.625rem;display:block; }
#WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { color:#000000;display:block;width:50.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.97509765625rem;left:5rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:#000000;display:block;width:55.0625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6024308204651rem;left:2.46875rem;height:6.58075rem;text-align:center;text-align-last:center;display:block; }
#uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { color:#000000;display:block;width:54.124rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.3076171875rem;left:2.93798828125rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { background-color:#07c725;background-image:none;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:45.1748046875rem;left:41.9375rem;display:block; }
#FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.2880859375rem;left:42.15625rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:16.25rem;top:17.3125rem;left:42.625rem;overflow:hidden;display:block; }
#Gteb4oKFWviaizKTRVduxODeGxA1NKVh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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:23.609375rem;left:45.929685592651rem;overflow:hidden;display:block; }
#SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { color:#d10009;display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.99365234375rem;left:41.96875rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.3125rem;left:44.8125rem;height:1.13715rem;text-align:center;text-align-last:center;display:block; }
#n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.8134765625rem;left:42.03125rem;height:4.5486125rem;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; }
#ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { color:#359240;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:43.1875rem;left:41.5rem;height:1.46180625rem;text-align:center;text-align-last:center;display:block; }
#tfA1cGe0WKHkHRek9ph0ReaHaTtEZxu1 { position:absolute;display:block;z-index:15000;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.125rem solid #07c725;border-left:0.125rem solid #07c725;border-right:0.125rem solid #07c725;border-bottom:0.125rem solid #07c725;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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:48.3125rem;width:18.5625rem;top:14.375rem;left:41.322741662504rem;display:block; }
#k4DEOqZiOwliTNook9d5C8zCoFbvZnk0 { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #e8e5ec;border-left:0.0625rem solid #e8e5ec;border-right:0.0625rem solid #e8e5ec;border-bottom:0.0625rem solid #e8e5ec;box-shadow: none;height:22.875rem;width:41rem;top:14.4375rem;left:-3.7325422532319E-5rem;display:block; }
#ENF54TNsOuVuEo8HguASNZDXQcV74ptS { color:#000000;display:block;width:36.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37.603515625rem;left:2.4375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#K9AUb2zyBClvPQWvsiVR8RJT5l2UhtyP { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6rem;top:51.25rem;left:47.8125rem;overflow:hidden;display:block; }
#WnvruMG6h9pJNlhutRL17x5DCZZF1QLV { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:56.5rem;left:42rem;height:5.6857625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PtRUbQoaPHQ8TB70zDLozRZSiAndHMFD { color:#000000;display:block;width:39.5rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:40.141276359558rem;left:0.79166698455813rem;height:4.5486125rem;text-align:center;text-align-last:center;display:block; }
#aJvE0AURFf82l0pUMwNzbTI51xvQDvUz { color:#000000;display:block;width:39.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:45.111980438233rem;left:0rem;height:52.62503125rem;text-align:left;text-align-last:left;display:block; }
#TH4OS2XUoAsxJKN4uFFz9sSTIgGnNHVd { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.375rem;top:48.5625rem;left:44.125rem;overflow:hidden;display:block; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW .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; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.404375rem;padding-right:0.364375rem;padding-bottom:0.404375rem;padding-left:0.364375rem;display:block;align-items:center;width:2.185625rem;min-width:2.185625rem;height:2.175rem;position:relative;font-family:"open sans";font-size:1.619375rem;font-weight:400;line-height:34.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW .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.2525rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.914375rem;height:0.859375rem;position:relative;font-family:"open sans";font-size:0.606875rem;font-weight:700;line-height:13.75px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.0625rem;padding-top:0.050625rem;padding-right:0.051875rem;padding-bottom:0.050625rem;padding-left:0.051875rem;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:18.4609375rem;left:42.478515625rem;z-index:15009; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #tMTy2ivEFLmpkRZkyDMLOLHrq0UbLiMa { display:flex;position:relative;top:0rem;left:0rem; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #W6bq5sCi8P1wbzek2QokiqAMdU9KDUVB { width:auto; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #AphRd7RZ3GBVN1GTCItwHnOClFPQeV1C {  }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #D8DK0TIePaz5aRHtcfHcFr3JAiloLFKo { display:flex;position:relative;top:0rem;left:0rem; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #Lyu1Lpb5z3Kdfg18lZlhrW7U4vX93yMz {  }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #Wl7Aqo1gLBbZwNECwoxTy66rPtRkfUfd {  }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #hTuvSyLHg4H7revM8ua39lXikfsXy49b { display:flex;position:relative;top:0rem;left:0rem; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #D9h2CsgOK2gBTkOpudIl4aPH6W0OtMcz {  }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #ORl8ZxCRLQGq77cdT5TZBkhauF6hGvWP {  }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #KRev8BHiGBgmABN9aMDzy49lTGBKc63k { display:flex;position:relative;top:0rem;left:0rem; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #dUwmouffH8PXiTL5CrM1DSiu62qg1IUk {  }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #T4i26GktW9cyuHkMnHJR8Vf5vn281oxX {  }
#RM5siTWWun069ntWQAFecE9fbJITQo2X { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.2880859375rem;left:42.15625rem;height:2.2749rem;text-align:center;text-align-last:center;display:none; }
#uuTyGtB1VfvSQrITF68sacPi77TTtGit { 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:19.5625rem;width:19.5625rem;top:71.9941444397rem;left:40.436848640442rem;overflow:hidden;display:block; }
#GCLkcuBt4yEF6WT6xyVvaz04goS2nGAf { 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:12.4375rem;width:20.4375rem;top:61.299480438233rem;left:8.6015625rem;overflow:hidden;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:273.75rem;width:60rem;position:relative;display:block; }#b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.516923904419rem;left:0rem;height:96.479175rem;text-align:left;text-align-last:left;display:block; }
#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:#07c725;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #07c725;border-left:0.125rem solid #07c725;border-right:0.125rem solid #07c725;border-bottom:0.125rem solid #07c725;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.75rem;width:24.9375rem;top:20.343101501465rem;left:34.811848640442rem;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:20.949222564698rem;left:35.561848640442rem;height:1.787325rem;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:7.5625rem;width:7.5625rem;top:27.716800689698rem;left:35.561848640442rem;overflow:hidden;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.716798782349rem;left:43.354168891907rem;height:19.3316rem;text-align:left;text-align-last:left;display:block; }
#xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;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:15012;opacity:1;top:47.050784111023rem;left:34.811848640442rem; }
#b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { color:#a29e9e;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:47.691408157349rem;left:38.375000953674rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { color:#07c725;display:block;width:11.6855625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:47.527782440186rem;left:47.230031967163rem;height:1.46180625rem;text-align:right;text-align-last:right;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:#07c725;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:25.125rem;top:50.419273376465rem;left:34.874348640442rem;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:51.120445251465rem;left:36.311848640442rem;height:1.787325rem;text-align:center;text-align-last:center;display:block; }
#KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:57.48436832428rem;left:43.103516578674rem;height:11.3715rem;text-align:left;text-align-last:left;display:block; }
#V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { color:#000000;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:69.446620941162rem;left:49.166668891907rem;height:1.7864625rem;text-align:right;text-align-last:right;display:block; }
#KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { color:#a29e9e;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:70.298183441162rem;left:37.812500953674rem;height:0.89323125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:69.807296752931rem;left:35.312500953674rem; }
#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:6.0625rem;width:7.25rem;top:57.483066558838rem;left:35.561848640442rem;overflow:hidden;display:block; }
#mHfIenhs15T66HvIZmFefSop17UsMv5C { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:102.76888275146rem;left:50.395833015442rem;height:1.7864625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { color:#a29e9e;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:103.2168006897rem;left:38.061848640442rem;height:0.89323125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:102.72526359558rem;left:35.561848640442rem; }
#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:6.1875rem;width:7.4375rem;top:91.095696449281rem;left:35.561848640442rem;overflow:hidden;display:block; }
#pv62r5um4HNn4FXIz94JX4it2epsd5wO { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:91.096998214719rem;left:43.353516578674rem;height:10.234375rem;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.6875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:84.701828002931rem;left:50.604168891907rem;height:1.7864625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Qx9v1oEtORUBp1kblzufGxahZsokEdzX { color:#a29e9e;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:85.553390502931rem;left:38.375000953674rem;height:0.89323125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:85.062505722044rem;left:35.625000953674rem; }
#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:7rem;width:7rem;top:74.811841964719rem;left:35.561848640442rem;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:74.812505722044rem;left:42.854168891907rem;height:9.09721875rem;text-align:left;text-align-last:left;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.9355625rem;top:24.992835998535rem;left:5.9069013595581rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.343097686767rem;left:0rem;height:4.5486125rem;text-align:center;text-align-last:center;display:block; }
#R7cfn3INamCRbG6rfilO4cHos8JELe4E { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.071613311767rem;left:1.09375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.377605438233rem;left:43.354168891907rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#uECMzlgRNMNBvTEUHs67SoPbtzFbTnFV { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:54.012371063233rem;left:42.854168891907rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:71.640630722044rem;left:42.333333015442rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:87.875005722044rem;left:42.979168891907rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { color:#359240;display:block;width:23.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:125.13933372498rem;left:35.624348640442rem;height:4.38541875rem;text-align:center;text-align-last:center;display:block; }
#SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { background-color:#07c725;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:132.41081809997rem;left:38.561848640442rem;display:block; }
#CbtsLOmLhX3q8iDU1pFTLydFDmcCATDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpyvZGQATOVm4Duq3lnKLTpwvHKzBJvh { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6rem;top:137.53516769409rem;left:43.999348640442rem;overflow:hidden;display:block; }
#hXwq9dfA44qaikR6dM1a26NOZlNSNSNK { 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:21.375rem;width:21.375rem;top:107.76496887207rem;left:36.718098640442rem;overflow:hidden;display:block; }
#dqQhRa6PrWII1FEg4qh0leEu1ShhSVzf { color:#000000;display:block;width:23.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:143.50001049042rem;left:35.780598640442rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmdL9O8wEfUccVtuMAnsSRhKTR6L3TXJ { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:153.56251144409rem;left:35.999348640442rem;height:27.28905625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dtQX35ntnxGcRpAnOaqxxmgAvLBvZ91E { position:absolute;display:block;z-index:15011;background-color:#07c725;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:25.125rem;top:148.82813644409rem;left:34.874348640442rem;display:block; }
#gtx7rbySl5SIk0nouaVpX179MRIC6aG0 { 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:149.87305831909rem;left:35.561848640442rem;height:1.787325rem;text-align:center;text-align-last:center;display:block; }
#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:14999;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.125rem solid #07c725;border-left:0.125rem solid #07c725;border-right:0.125rem solid #07c725;border-bottom:0.125rem solid #07c725;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: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:160rem;width:24.9375rem;top:23.404296875rem;left:34.811848640442rem;display:block; }
#lFNQn5GP5trGLmHuEXsRVfPKKEEtWpe9 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:156.45183563232rem;left:0rem;height:114.0208625rem;text-align:left;text-align-last:left;display:block; }
#Bi1EvQmXeragFVFNtK7nWaROXhRqk4EF { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:31rem;top:125.50607895851rem;left:1.375rem;overflow:hidden;display:block; }
#WkZe5nszCG2dBuuCyCTnps5tcU3S2pX1 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:10.375rem;top:32.286448119141rem;left:12.457266329636rem;overflow:hidden;display:block; }
#lvVLe8Alf8f6cC8MUpGEbidS58ERJsvF { 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:12.8125rem;width:28.9375rem;top:243.08268260956rem;left:0rem;overflow:hidden;display:block; }
#tZvuv9cNCJbTeblcPOs9pPWx8ZsGlZf0 { color:#000000;display:block;width:10.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:300.6875rem;left:4.625rem;display:none; }
#WyvUhvPHc710kTkeLf9ro9IZ6izVXc92 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:14.125rem;top:99.032121658325rem;left:9.8125019073488rem;overflow:hidden;display:block; }
#c7NaOx3WJUHm9KOlF80pF2EDJUJQpna1 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:10.125rem;top:201.216796875rem;left:9.2584629058837rem;overflow:hidden;display:block; }
#LBWR5FOl6B99SvfZS5Sh9KMLcb4EXsJT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:12.5rem;top:74.344390869137rem;left:8.2096347808837rem;overflow:hidden;display:block; }
#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003b00;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; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { background-color: transparent; background-image: none; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container > .video-iframe-container { display: none; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row > .video-iframe-container { display: none; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .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); }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { border-width: 0; border-radius: 0; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:60rem;position:relative;display:block; }#hUeL1WrDsTIzaWOF8InmcXDamp2U6Pk7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:27.3125rem;top:21.552930831909rem;left:16.343751907349rem;overflow:hidden;display:block; }
#iTUbsiX90oadvHwFVtT9by0usVSSe8w8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.32421875rem;left:0rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DeWsvoUbOQep7i7dyQDoGlUwFmAxoQlL { color:rgba(249,249,249,0.9);display:block;width:57.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.717468261719rem;left:1.375rem;height:4.38541875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wA6QdJouVUpm6ibeQ8n3CEwPlEScxtg2 { background-color:#07c725;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: 0.125rem 0.125rem 0.3125rem rgba(7,199,37,0.81) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.75rem;height:4.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:53rem;left:8.1250009536744rem;display:block; }
#vzDOQRit6QlFZiQHwN8NHL9uBmVsr4zv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkD8mpHkTgcVD8xwwMOCFAgq1TgSTMaT { color:#f9f9f9;display:block;width:59.0625rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9049482345581rem;left:0rem;height:5.3611125rem;text-align:center;text-align-last:center;display:block; }
#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc { 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; }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row .container { background-color: transparent; background-image: none; }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row .container > .video-iframe-container { display: none; }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row > .video-iframe-container { display: none; }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .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); }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row .container { border-width: 0; border-radius: 0; }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row .container { font-size:0.875rem;font-family:arial;height:75.4375rem;width:60rem;position:relative;display:block; }#HOmiQ3lxb1csZU9tnHUJUJN5sS6bWUgO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.87451171875rem;left:0rem;height:2.76215rem;text-align:center;text-align-last:center;display:block; }
#dZWqrd7qUakKwMmkhFNA2FqlDalTOvdm { color:#000000;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.25rem;left:14.375000953674rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#JpRtPnnoJD4q8xHMvFZynJomZio69J0E { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:7.9375rem;left:23.718750953674rem;overflow:hidden;display:block; }
#Tq38nPEsJ1xTvfmao1WPxgaPI4fhxTQG { color:#000000;display:block;width:32.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.44921875rem;left:13.750000953674rem;height:12.9948rem;text-align:center;text-align-last:center;display:block; }
#bKdqeTs3KEz9TZ5sEpT0LDQCv5iaDlrb { color:#07c725;display:block;width:11.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:39.881511688233rem;left:33.980469703674rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FmMbWnzmWPmiuvT2NtrqTpNK8UiAPVz8 { color:#a29e9e;display:block;width:13.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:40.084636688233rem;left:17.791666984558rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xWGS6A3MRKAGtBFOrmdvGJHOnm0cKqpn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;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:15019;opacity:1;top:39.444011688233rem;left:13.750000953674rem; }
#A2sawoclDHRzSerZ08X5i4Rnak5gqATc { 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:9.625rem;width:11.5rem;top:45.59375rem;left:44.156250953674rem;overflow:hidden;display:block; }
#W83HTkSBmkEJlPRIpurHCN0ikc8qQfo1 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:55.546850204468rem;left:40.624348640442rem;height:2.9236125rem;text-align:center;text-align-last:center;display:block; }
#vZ8aioqtq0LRT4hEwnpcTSyzJo4HiKDX { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:59.75341796875rem;left:41.375rem;height:10.2344rem;text-align:left;text-align-last:left;display:block; }
#G58MDiaUieW0uax10PmiQ89WTAD8M6u5 { color:#a29e9e;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:72.564453125rem;left:42.895833015442rem;height:0.89323125rem;text-align:left;text-align-last:left;display:block; }
#bxmkHO8kmoFTR1vNWOCZpQeKA6sWkkmD { color:#000000;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:72.1171875rem;left:50.166668891907rem;height:1.7864625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FDtAeE2O5JUU6XrTkbek00lHOHvxkSTy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:72.073568344119rem;left:40.625000953674rem; }
#bvAZJdTH23z2NHMdbdqoptH0mXKnNvBv { 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:10rem;width:10rem;top:45.125002861023rem;left:25.531250953674rem;overflow:hidden;display:block; }
#RbUDpOwJ9G43VLSVzrU4IBVHrRdLTtII { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:55.50634765625rem;left:20.3125rem;height:2.9236125rem;text-align:center;text-align-last:center;display:block; }
#kRKxhghWgvHZRWyWUeLhp9FNL0n7hhU8 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:58.430338859558rem;left:21.281250953674rem;height:10.2344rem;text-align:left;text-align-last:left;display:block; }
#nRCP7d3wfbgMTaTkUx4oBxIJ3XzfAfkp { color:#a29e9e;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:72.564453125rem;left:22.562500953674rem;height:0.89323125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dVfKN8ihrC4WaHUb9x39IdHfz6mhrV6H { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:72.1171875rem;left:30.322918891907rem;height:1.7864625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MnT9Uz6ZA5uVMSVtKguBcAg5ezXmoA0m { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:72.073568344119rem;left:20.031250953674rem; }
#XTLrrnox0ZuN4FVTOO6NnTqKmwuZ5su7 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:10.8125rem;top:45.59375rem;left:3.53125rem;overflow:hidden;display:block; }
#LxkDWMLa2CPZWTt8BkrtPrKOJoIpDO9h { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:55.50634765625rem;left:0rem;height:2.9236125rem;text-align:center;text-align-last:center;display:block; }
#RM31PzRUdtHTg6t5s1EJUTiNAFogogrV { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:59.75341796875rem;left:0rem;height:11.3715rem;text-align:left;text-align-last:left;display:block; }
#hdcI1Hs4DbBR9ftXPSaczEA8EaE0vBpQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:72.073568344119rem;left:0rem; }
#w9VKWgmDlnWDt5MZXGMoaLCTEy0IM3oD { color:#a29e9e;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:72.564453125rem;left:2.5625rem;height:0.89323125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WViZbwMU1OfAt0m0v3ZWQWIg9kPbcR04 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:72.1171875rem;left:8.8958330154419rem;height:1.7864625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tOyuNIaTJuKJNO7JDDNROlUZVTUCKAdO { box-sizing:content-box;height:2.5rem;width:32.5rem;position:absolute;display:block;z-index:15008;background-color:#07c725;background-image:none;top:4.75rem;left:13.75rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem #6eeb83 ;display:block; }
#k5TW4NyuBrzzR2uxxvc9C0kRuu9Iwguh { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.75rem;left:14.375000953674rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#Tc3UuNQT1q88Zz4zcmt714PztrsNrrRT { box-sizing:content-box;height:1.4375rem;width:19.375rem;position:absolute;display:block;z-index:15010;background-color:#07c725;background-image:none;top:43.375rem;left:0rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem #6eeb83 ;display:block; }
#Wdc5gCA9AN7yJTso4ZRTw0888qr66BQu { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:43.4375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ObPxCvVzFQG03fqGzkeE96SG1OBHxhGB { box-sizing:content-box;height:1.4375rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:#07c725;background-image:none;top:43.375rem;left:20.3125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem #6eeb83 ;display:block; }
#w7MJeuXqo3d44ls9ZnN9ehiWl61HErQe { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:43.4375rem;left:20.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ctCCXoFp83EQov1EXR4CQqRSRDNZt7TS { box-sizing:content-box;height:1.4375rem;width:19.375rem;position:absolute;display:block;z-index:15014;background-color:#07c725;background-image:none;top:43.375rem;left:40.625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem #6eeb83 ;display:block; }
#kAkgN2hy5lT7HeaWinwDhxDpJrbT9SMK { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:43.4375rem;left:40.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row .container { background-color: transparent; background-image: none; }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row .container > .video-iframe-container { display: none; }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row > .video-iframe-container { display: none; }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .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); }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row .container { border-width: 0; border-radius: 0; }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row .container { font-size:0.875rem;font-family:arial;height:75.625rem;width:60rem;position:relative;display:block; }#z4bOtoTkefMNKCRx5ATTucHrerQUmOW2 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.125rem solid #07c725;border-left:0.125rem solid #07c725;border-right:0.125rem solid #07c725;border-bottom:0.125rem solid #07c725;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:51.0625rem;top:18.130859375rem;left:5.40625rem;display:block; }
#eCr1q0BKGuaTtkyCtn05Qkhu97bUnazw { color:#000000;display:block;width:42.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19rem;left:6.7916669845581rem;height:2.193575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A335Z53lcFWItuwXhWhSarrlAc4uTklL { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.380859375rem;left:6.125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ICDSfJvKCIpDiPl1MwTfrEsxpe4T4Zxp { color:#000000;display:block;width:39.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:13.40625rem;left:10.375000953674rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uXLaGQnhrfTsGmxLxztN9oa0v1pIwxwC { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0.125rem solid #07c725;border-left:0.125rem solid #07c725;border-right:0.125rem solid #07c725;border-bottom:0.125rem solid #07c725;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.4375rem;width:51.0625rem;top:34.5625rem;left:5.40625rem;display:block; }
#e074anv2sUsZ1kL0Nv7LWoXK0H9IE5GX { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.75rem;left:6.4479169845581rem;height:2.193575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HFI7cG686Z8nTCbL8emJAEdT7ddGhHFC { color:#454545;display:block;width:47.749375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:39.604166984558rem;left:6.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sn9WbX4iElI5hTzi97bV9XqVQT5Zqh5t { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0.125rem solid #07c725;border-left:0.125rem solid #07c725;border-right:0.125rem solid #07c725;border-bottom:0.125rem solid #07c725;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:51.0625rem;top:49.485026359558rem;left:5.40625rem;display:block; }
#SDJL2NZqaN1HLo2bWlFiJoqU5FUoLA3X { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:51.1875rem;left:6.7916669845581rem;height:2.193575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WcivdBhmDA3ogZ2eTd1cPoaEirJgop65 { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:56.110026359558rem;left:6.125rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sacvRWdo5HH3ZJJo7ABdNuVNnmHvRXg3 { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#wPlypZB5APoblrgstevXlpJcQRirvGQB { background-color:rgba(0,0,0,0);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.75rem;height:1rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:8.5rem;left:8.1250009536744rem;display:block; }
#PEDtgpzvKe0JwbqIU2MPpAQdh1cwcXxy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ju4QACuQ7GaEAOye4XEz09Z8N35KVk24 { background-color:#07c725;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: 0.125rem 0.125rem 0.3125rem rgba(7,199,37,0.81) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.75rem;height:4.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.1549482345581rem;left:8.1250009536744rem;display:block; }
#qVTT7FbkGiMtZohokQ5XBDiEcTiSblSc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV { 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; }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row .container { background-color: transparent; background-image: none; }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row .container > .video-iframe-container { display: none; }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row > .video-iframe-container { display: none; }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .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); }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row .container { border-width: 0; border-radius: 0; }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#Nk7ibwaa2uUaa0bUgTyzbBUwAAWCdHx5 { color:#000000;display:block;width:47.375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.1875rem;left:7.1445322036744rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH .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; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH .widget-text.counter-number { border-top:0.1825rem solid #000000;border-left:0.185625rem solid #000000;border-right:0.185625rem solid #000000;border-bottom:0.1825rem solid #000000;background-color:transparent;background-image:none;color:#000000;padding-top:0.729375rem;padding-right:0.649375rem;padding-bottom:0.729375rem;padding-left:0.649375rem;display:block;align-items:center;width:3.895625rem;min-width:3.895625rem;height:3.920625rem;position:relative;font-family:arial;font-size:2.9175rem;font-weight:700;line-height:62.73px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH .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.455625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.194375rem;height:1.55rem;position:relative;font-family:arial;font-size:1.094375rem;font-weight:700;line-height:24.8px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:28.1875rem;height:7.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:5.3125rem;left:14.625000953674rem;z-index:15010; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #Q9NfuMiTuSKetFWDQbRhViqIKfi2XPbT { display:flex;position:relative;top:0rem;left:0rem; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #z9TyvfeoR33N9tV2EgKv3P2w4Sb4qukk { width:auto; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #pvNiTBn6EcwMaJNJzOqG3bVs5Nzocexs {  }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #XDf9cBf1ndTZ8ktushnNeLh7zOVxMmpe { display:flex;position:relative;top:0rem;left:0rem; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #geZMJQCZHPgQ4WgfF1tzgkyWwZLfSHSZ {  }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #mrpm14gaQ0il3tDXOSw6iNH9KfoAAnWy {  }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #UQ87bn93u2DtKbVvl9DoJiMpKgy2CcDQ { display:flex;position:relative;top:0rem;left:0rem; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #trVMV5Ph8QWCO3XThdEWHz2AuIfO8xci {  }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #IPd3TbKT2maTznqOiTWnfAgRMLVWfpTI {  }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #vL21uCOhldJuwMqmO2LEFTbtcir1o5JZ { display:flex;position:relative;top:0rem;left:0rem; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #t7e03MpWfExwD6CwneIQoDe4os737ck7 {  }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #rsNGiryWHqRKDOkANlkQs31xhUL2oq52 {  }
#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP { 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; }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row .container { background-color: transparent; background-image: none; }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row .container > .video-iframe-container { display: none; }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row > .video-iframe-container { display: none; }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .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); }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row .container { border-width: 0; border-radius: 0; }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#ulLPFtci9QPvH0w1okfA5AB7iJR2zGN1 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #07c725;border-left:0.1875rem solid #07c725;border-right:0.1875rem solid #07c725;border-bottom:0.1875rem solid #07c725;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:12.749349594116rem;left:4.20703125rem;display:block; }
#Cl58A4avJLes0BvhtT0mX6GLNLpUrSVs { color:#4f4f4f;display:block;width:12.3730625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:15.625rem;left:22.813153266907rem;height:2.25rem;font-style:normal;display:block; }
#PntGPlHomxCWT3EQO2vkSlxGDqF3G1LP { color:#000000;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:0rem;left:15.187500953674rem;height:6.89975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tuf7pzfZony0Gtdhok7QfsTRJ9nWOy94 { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.9375rem;left:14.281250953674rem;height:2.0625rem;font-style:normal;display:block; }
#bwAAcoPHfoRGvKZOyKEork6IcOfrLnS3 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0rem;left:11.843098640442rem; }
#mMi4yAxyUCCDTAuws2JKT75VD0zHo6ZO { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:17.875rem;left:16.250651359558rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wxnz9VTTXF5Vuy1eJk49DgGkOkdlsEUG { background-color:#07c725;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(7,199,37,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:33.0625rem;height:4.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:22.447245597839rem;left:12.468098640442rem;display:block; }
#QTkB3OQJ0MAfHZ24DsnEhP2DUq3u0O1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9QHnPTzS6P5l65byiZ6G4dTC3T1OSdu { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:16.625rem;left:6.4791669845581rem;display:block; }
#WktaD6nqFz8NDLkqGrJh5m48NHC6Ebns { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:16.625rem;left:36.250000953674rem;display:block; }
#vDya1SmNzfRXESeMPfD6nr01edTT9X9R { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#rrwl4TJi2oXeXnaMovverEhuEtXrK2w5 { 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:2.24935rem;width:12.936875rem;top:29.697265625rem;left:38.916668891907rem;overflow:hidden;display:block; }
#Q6KVWpA1B6a4q6qMp9NF5zvdKcncl00Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:30.59309899807rem;left:7.0625009536744rem; }
#FrCuafHJcndbX4bTF8dnwG8agXC9PR2T { color:#4f4f4f;display:block;width:10.874375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:30.498698234558rem;left:8.9049482345581rem;height:1.5rem;font-style:normal;display:block; }
#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row .container { background-color: transparent; background-image: none; }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row .container > .video-iframe-container { display: none; }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row > .video-iframe-container { display: none; }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .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); }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row .container { border-width: 0; border-radius: 0; }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#H4CBvPqfMx3QPI7DKx12nncpPJamyurT { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.84375rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd { position:relative;display:block; }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd { background-color: transparent; background-image: none; }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd > .row .container > .video-iframe-container { display: none; }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd > .row > .video-iframe-container { display: none; }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd > .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); }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd { border-width: 0; border-radius: 0; }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd > .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; }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns { position:relative;display:block; }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns { background-color: transparent; background-image: none; }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns > .row .container > .video-iframe-container { display: none; }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns > .row > .video-iframe-container { display: none; }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns > .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); }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns { border-width: 0; border-radius: 0; }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns > .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; }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242424;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:none; }#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:8.25rem;width:60rem;position:relative;display:none; }#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.6875rem;height:4.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.65625rem;left:18.5rem;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.875rem;top:1.6875rem;left:37.8125rem;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.8125rem;left:38.25rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { color:#ffffff;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.6875rem;left:37.8125rem;height:2.923825rem;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:8.25rem;width:14.6875rem;top:0rem;left:0.70161290322581rem;overflow:hidden;display:block; }
#yUDU2DK7rxiy1mOuv3TvMR4bz8TnfCET { position:relative;display:none; }#yUDU2DK7rxiy1mOuv3TvMR4bz8TnfCET { border-width: 0; border-radius: 0; }#yUDU2DK7rxiy1mOuv3TvMR4bz8TnfCET > .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; }#yUDU2DK7rxiy1mOuv3TvMR4bz8TnfCET > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k8hX8rFT6wFzJMZPbZk4oyvpDZyytR8C { position:relative;display:none; }#k8hX8rFT6wFzJMZPbZk4oyvpDZyytR8C { border-width: 0; border-radius: 0; }#k8hX8rFT6wFzJMZPbZk4oyvpDZyytR8C > .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; }#k8hX8rFT6wFzJMZPbZk4oyvpDZyytR8C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#w5czBicx4rgZ4Gs5zeh4fIVDhWKim5k5 { position:relative;display:none; }#w5czBicx4rgZ4Gs5zeh4fIVDhWKim5k5 { border-width: 0; border-radius: 0; }#w5czBicx4rgZ4Gs5zeh4fIVDhWKim5k5 > .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; }#w5czBicx4rgZ4Gs5zeh4fIVDhWKim5k5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ci9TLRI2wXAF8BANdTHioNIrgr3XBrMa { position:relative;display:none; }#Ci9TLRI2wXAF8BANdTHioNIrgr3XBrMa { border-width: 0; border-radius: 0; }#Ci9TLRI2wXAF8BANdTHioNIrgr3XBrMa > .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; }#Ci9TLRI2wXAF8BANdTHioNIrgr3XBrMa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hgcGcABeg3xx7Fob8FRWqOy4PECLTPAz { position:relative;display:none; }#hgcGcABeg3xx7Fob8FRWqOy4PECLTPAz { border-width: 0; border-radius: 0; }#hgcGcABeg3xx7Fob8FRWqOy4PECLTPAz > .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; }#hgcGcABeg3xx7Fob8FRWqOy4PECLTPAz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Bulwa4oDGkkb5uP2m9WnCxOy6uzHT6gi { position:relative;display:none; }#Bulwa4oDGkkb5uP2m9WnCxOy6uzHT6gi { border-width: 0; border-radius: 0; }#Bulwa4oDGkkb5uP2m9WnCxOy6uzHT6gi > .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; }#Bulwa4oDGkkb5uP2m9WnCxOy6uzHT6gi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LET3H0RpHE1hOGQwFHpSPf3fniSETyZv { position:relative;display:none; }#LET3H0RpHE1hOGQwFHpSPf3fniSETyZv { border-width: 0; border-radius: 0; }#LET3H0RpHE1hOGQwFHpSPf3fniSETyZv > .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; }#LET3H0RpHE1hOGQwFHpSPf3fniSETyZv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DstHxFinp4VpFOxakAIA1775mSyxrTkL { position:relative;display:none; }#DstHxFinp4VpFOxakAIA1775mSyxrTkL { border-width: 0; border-radius: 0; }#DstHxFinp4VpFOxakAIA1775mSyxrTkL > .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; }#DstHxFinp4VpFOxakAIA1775mSyxrTkL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CRz9g3opUTrJKgC12XdLVFIgXmdSAptt { position:relative;display:none; }#CRz9g3opUTrJKgC12XdLVFIgXmdSAptt { border-width: 0; border-radius: 0; }#CRz9g3opUTrJKgC12XdLVFIgXmdSAptt > .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; }#CRz9g3opUTrJKgC12XdLVFIgXmdSAptt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eNSd3Dq23Mt5TyhJyDrrMUa5niEgPmBn { position:relative;display:none; }#eNSd3Dq23Mt5TyhJyDrrMUa5niEgPmBn { border-width: 0; border-radius: 0; }#eNSd3Dq23Mt5TyhJyDrrMUa5niEgPmBn > .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; }#eNSd3Dq23Mt5TyhJyDrrMUa5niEgPmBn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KFpMDzInCpSIfdtTuqA57bFA3iHSmyrX { position:relative;display:none; }#KFpMDzInCpSIfdtTuqA57bFA3iHSmyrX { border-width: 0; border-radius: 0; }#KFpMDzInCpSIfdtTuqA57bFA3iHSmyrX > .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; }#KFpMDzInCpSIfdtTuqA57bFA3iHSmyrX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BdaIn2BZUZX4DQpGHEIVTtN3uE01qETV { position:relative;display:none; }#BdaIn2BZUZX4DQpGHEIVTtN3uE01qETV { border-width: 0; border-radius: 0; }#BdaIn2BZUZX4DQpGHEIVTtN3uE01qETV > .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; }#BdaIn2BZUZX4DQpGHEIVTtN3uE01qETV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y6hnmuPMi9rptNBhIwJ7aWx12TTFamWe { position:relative;display:none; }#y6hnmuPMi9rptNBhIwJ7aWx12TTFamWe { border-width: 0; border-radius: 0; }#y6hnmuPMi9rptNBhIwJ7aWx12TTFamWe > .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; }#y6hnmuPMi9rptNBhIwJ7aWx12TTFamWe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#smzh9TJzBGNX4L4wHTBKf34TtsOUDueO { position:relative;display:none; }#smzh9TJzBGNX4L4wHTBKf34TtsOUDueO { border-width: 0; border-radius: 0; }#smzh9TJzBGNX4L4wHTBKf34TtsOUDueO > .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; }#smzh9TJzBGNX4L4wHTBKf34TtsOUDueO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KJqMakcavnqiVqeTnG23Q0iUVxI3dIZ5 { position:relative;display:none; }#KJqMakcavnqiVqeTnG23Q0iUVxI3dIZ5 { border-width: 0; border-radius: 0; }#KJqMakcavnqiVqeTnG23Q0iUVxI3dIZ5 > .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; }#KJqMakcavnqiVqeTnG23Q0iUVxI3dIZ5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cUlb7ZwB6Aun4T12LqExKz46l1tnzoQo { position:relative;display:none; }#cUlb7ZwB6Aun4T12LqExKz46l1tnzoQo { border-width: 0; border-radius: 0; }#cUlb7ZwB6Aun4T12LqExKz46l1tnzoQo > .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; }#cUlb7ZwB6Aun4T12LqExKz46l1tnzoQo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ztRmchsJM8qOn7AA1fdS7Uz4aBrA6BWQ { position:relative;display:none; }#ztRmchsJM8qOn7AA1fdS7Uz4aBrA6BWQ { border-width: 0; border-radius: 0; }#ztRmchsJM8qOn7AA1fdS7Uz4aBrA6BWQ > .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; }#ztRmchsJM8qOn7AA1fdS7Uz4aBrA6BWQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oJzJN8iFehG1KRmGqkDhfoa961KINgZZ { position:relative;display:none; }#oJzJN8iFehG1KRmGqkDhfoa961KINgZZ { border-width: 0; border-radius: 0; }#oJzJN8iFehG1KRmGqkDhfoa961KINgZZ > .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; }#oJzJN8iFehG1KRmGqkDhfoa961KINgZZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IVbLQC4PN53TunA60qtnOdiKnezcQTrA { position:relative;display:none; }#IVbLQC4PN53TunA60qtnOdiKnezcQTrA { border-width: 0; border-radius: 0; }#IVbLQC4PN53TunA60qtnOdiKnezcQTrA > .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; }#IVbLQC4PN53TunA60qtnOdiKnezcQTrA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #STLLE12Eo3wmbJ6eyiRsTqkf257gTfph { display:block; }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0WuRLfOavq4hXuTU6deTeIhLnQuNV7M { top:2.25rem;left:8.125rem;width:30.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ .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; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ .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; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ { width:18rem;height:5.0625rem;display:flex;top:3.8125rem;left:19.875rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #cqB5NsFqnOqtTw3N1NsWDwp26dcokJTn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #QKADD18MAd8ewGUE6nCDvwBcS7HrVGOK {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #gkAWb67UhOgGcDc11CQnEGW8FfxvDvwq {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #FTU7S4OpROQg8siwp3tdIEP4iE6k2lhz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #WogitdsGqu8SCnGCfRNIKzF2cTVpa7Rf {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #uRUMpgyLSTzvsMRRzoZ0TnplX6IevCE1 {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #qTTDzy1GqKoIkl3K7LmzoLebsWf87Ty8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #GpZgtJWvgxO90DWALU1xbWV9f5IW3Jts {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #P3XOv2LsKOmJqd4mlfl4cE2JlNAuMp0s {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #nzqxI1O3XUgmDUcVcFIDzBoSWxMpHctI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #HKmdWRVTbxlpu3v6VlXpmBkZDoNwFnlg {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #uaDKipIr6SuwrATiLRhAvL7gEKXZtLCN {  }
 }@media only screen and (max-width: 763px) { #vskFeA78Pyc92TfExqr1anU3DJHHlveU { top:1rem;left:6.25rem;width:35.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L { display:block; }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.75rem;height:1.875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:47.75rem;height:1.375rem;top:0.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:6.5625rem;top:2.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:47.75rem;height:1.5rem;top:11.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:17.6875rem;height:3.0625rem;top:45.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block; }
 }@media only screen and (max-width: 763px) { #o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { width:17.25rem;height:2.25rem;top:15.25rem;left:30.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:1rem;top:17.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:9.875rem;height:9.875rem;top:23.5625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:17.625rem;height:1.375rem;top:33.9375rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:11.9375rem;height:1.125rem;top:35.3125rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:17.3125rem;height:4.5rem;top:36.8125rem;left:30.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:18.5rem;height:1.4375rem;top:43.1875rem;left:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfA1cGe0WKHkHRek9ph0ReaHaTtEZxu1 { width:18.5625rem;height:48.3125rem;top:14.375rem;left:28.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4DEOqZiOwliTNook9d5C8zCoFbvZnk0 { width:41rem;height:22.875rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENF54TNsOuVuEo8HguASNZDXQcV74ptS { width:36.375rem;height:1.5rem;top:37.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9AUb2zyBClvPQWvsiVR8RJT5l2UhtyP { width:6rem;height:4.375rem;top:51.25rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnvruMG6h9pJNlhutRL17x5DCZZF1QLV { width:17.5rem;height:5.625rem;top:56.5rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtRUbQoaPHQ8TB70zDLozRZSiAndHMFD { width:39.5rem;height:4.5rem;top:40.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJvE0AURFf82l0pUMwNzbTI51xvQDvUz { width:39.3125rem;height:52.625rem;top:45.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH4OS2XUoAsxJKN4uFFz9sSTIgGnNHVd { top:48.5625rem;left:34.375rem;width:13.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW .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; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW .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; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW { width:18rem;height:5.0625rem;display:flex;top:3.8125rem;left:19.875rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #tMTy2ivEFLmpkRZkyDMLOLHrq0UbLiMa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #W6bq5sCi8P1wbzek2QokiqAMdU9KDUVB {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #AphRd7RZ3GBVN1GTCItwHnOClFPQeV1C {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #D8DK0TIePaz5aRHtcfHcFr3JAiloLFKo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #Lyu1Lpb5z3Kdfg18lZlhrW7U4vX93yMz {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #Wl7Aqo1gLBbZwNECwoxTy66rPtRkfUfd {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #hTuvSyLHg4H7revM8ua39lXikfsXy49b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #D9h2CsgOK2gBTkOpudIl4aPH6W0OtMcz {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #ORl8ZxCRLQGq77cdT5TZBkhauF6hGvWP {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #KRev8BHiGBgmABN9aMDzy49lTGBKc63k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #dUwmouffH8PXiTL5CrM1DSiu62qg1IUk {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #T4i26GktW9cyuHkMnHJR8Vf5vn281oxX {  }
 }@media only screen and (max-width: 763px) { #RM5siTWWun069ntWQAFecE9fbJITQo2X { width:17.1875rem;height:2.25rem;top:42.625rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuTyGtB1VfvSQrITF68sacPi77TTtGit { width:19.5625rem;height:19.5625rem;top:71.9375rem;left:28.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCLkcuBt4yEF6WT6xyVvaz04goS2nGAf { top:61.25rem;left:2.4765625rem;width:20.4375rem;height:12.4375rem;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) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:33.75rem;height:96.4375rem;top:28.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:24.9375rem;height:2.75rem;top:20.3125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.75rem;top:20.9375rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:7.5625rem;height:7.5625rem;top:27.6875rem;left:29.436848640442rem;display:none; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:15.6875rem;height:19.3125rem;top:27.6875rem;left:32.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { width:2.5rem;height:2.5rem;top:47rem;left:28.686848640442rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:9.75rem;height:1.125rem;top:47.6875rem;left:32.250000953674rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:11.625rem;height:1.4375rem;top:47.5rem;left:36.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:25.125rem;height:3.1875rem;top:50.375rem;left:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.6875rem;height:1.75rem;top:51.0625rem;left:24.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:16.1875rem;height:11.3125rem;top:57.4375rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:9.125rem;height:1.75rem;top:69.4375rem;left:38.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:9.75rem;height:0.875rem;top:70.25rem;left:31.687500953674rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { width:1.875rem;height:1.875rem;top:69.75rem;left:29.187500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:7.25rem;height:6.0625rem;top:57.4375rem;left:29.436848640442rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.6875rem;height:1.75rem;top:102.75rem;left:39.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.75rem;height:0.875rem;top:103.1875rem;left:31.936848640442rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { width:1.875rem;height:1.875rem;top:102.6875rem;left:29.436848640442rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:7.4375rem;height:6.1875rem;top:91.0625rem;left:29.436848640442rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:15.8125rem;height:10.25rem;top:91.0625rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:1.75rem;top:84.6875rem;left:39.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.75rem;height:0.875rem;top:85.5rem;left:32.250000953674rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { width:1.875rem;height:1.875rem;top:85.0625rem;left:29.500000953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:7rem;height:7rem;top:74.75rem;left:29.436848640442rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:16.1875rem;height:9.0625rem;top:74.8125rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.875rem;height:1.2465488404959rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:31.5625rem;height:4.5rem;top:23.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:31.5625rem;height:1.5rem;top:21.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { width:15.25rem;height:2.5625rem;top:24.375rem;left:32.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uECMzlgRNMNBvTEUHs67SoPbtzFbTnFV { width:16.1875rem;height:2.5625rem;top:54rem;left:31.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { width:16.5rem;height:2.5625rem;top:71.625rem;left:31.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { width:16.0625rem;height:2.5625rem;top:87.875rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { width:23.5625rem;height:4.375rem;top:125.125rem;left:24.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { width:17.6875rem;height:3.1875rem;top:132.375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbtsLOmLhX3q8iDU1pFTLydFDmcCATDf { display:block; }
 }@media only screen and (max-width: 763px) { #CpyvZGQATOVm4Duq3lnKLTpwvHKzBJvh { width:6rem;height:4.375rem;top:137.5rem;left:37.874348640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwq9dfA44qaikR6dM1a26NOZlNSNSNK { width:21.375rem;height:21.375rem;top:107.75rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqQhRa6PrWII1FEg4qh0leEu1ShhSVzf { width:23.25rem;height:3.375rem;top:143.5rem;left:24.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmdL9O8wEfUccVtuMAnsSRhKTR6L3TXJ { width:22.8125rem;height:27.25rem;top:153.5625rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtQX35ntnxGcRpAnOaqxxmgAvLBvZ91E { width:25.125rem;height:3.875rem;top:148.8125rem;left:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtx7rbySl5SIk0nouaVpX179MRIC6aG0 { width:23.6875rem;height:1.75rem;top:149.8125rem;left:24.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.9375rem;height:160rem;top:23.375rem;left:22.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFNQn5GP5trGLmHuEXsRVfPKKEEtWpe9 { width:33.75rem;height:115.4375rem;top:156.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1EvQmXeragFVFNtK7nWaROXhRqk4EF { top:125.5rem;left:0rem;width:31rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkZe5nszCG2dBuuCyCTnps5tcU3S2pX1 { top:32.25rem;left:6.3322663296356rem;width:10.375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvVLe8Alf8f6cC8MUpGEbidS58ERJsvF { top:243.0625rem;left:0rem;width:28.9375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvuv9cNCJbTeblcPOs9pPWx8ZsGlZf0 { top:300.6875rem;left:0rem;width:10.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyvUhvPHc710kTkeLf9ro9IZ6izVXc92 { top:99rem;left:3.6875019073486rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7NaOx3WJUHm9KOlF80pF2EDJUJQpna1 { top:201.1875rem;left:3.1334629058838rem;width:10.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBWR5FOl6B99SvfZS5Sh9KMLcb4EXsJT { top:74.3125rem;left:2.0846347808838rem;width:12.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr0KCkf410Gg7VBoep8wiQsbfkz4WINl { display:block; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUeL1WrDsTIzaWOF8InmcXDamp2U6Pk7 { width:27.3125rem;height:27.3125rem;top:21.5rem;left:10.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTUbsiX90oadvHwFVtT9by0usVSSe8w8 { width:47.75rem;height:1.6875rem;top:1.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeWsvoUbOQep7i7dyQDoGlUwFmAxoQlL { width:47.75rem;height:4.375rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA6QdJouVUpm6ibeQ8n3CEwPlEScxtg2 { width:43.75rem;height:4.25rem;top:53rem;left:2.0000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzDOQRit6QlFZiQHwN8NHL9uBmVsr4zv { display:block; }
 }@media only screen and (max-width: 763px) { #qkD8mpHkTgcVD8xwwMOCFAgq1TgSTMaT { width:47.75rem;height:5.3125rem;top:6.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odrvPqBWguie4GFgPzsgCaZUe9v9tFQc { display:block; }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOmiQ3lxb1csZU9tnHUJUJN5sS6bWUgO { width:47.75rem;height:2.75rem;top:0.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZWqrd7qUakKwMmkhFNA2FqlDalTOvdm { width:31.25rem;height:5.1875rem;top:21.25rem;left:8.2500019073488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpRtPnnoJD4q8xHMvFZynJomZio69J0E { width:12.5625rem;height:12.5625rem;top:7.9375rem;left:17.593750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq38nPEsJ1xTvfmao1WPxgaPI4fhxTQG { width:32.5rem;height:12.9375rem;top:26.4375rem;left:7.6250009536744rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKdqeTs3KEz9TZ5sEpT0LDQCv5iaDlrb { width:11.625rem;height:1.625rem;top:39.875rem;left:27.855035781861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmMbWnzmWPmiuvT2NtrqTpNK8UiAPVz8 { width:13.5625rem;height:1.1875rem;top:40.0625rem;left:11.666666984558rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWGS6A3MRKAGtBFOrmdvGJHOnm0cKqpn { width:2.5rem;height:2.5rem;top:39.4375rem;left:7.6250009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2sawoclDHRzSerZ08X5i4Rnak5gqATc { width:11.5rem;height:9.625rem;top:45.5625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83HTkSBmkEJlPRIpurHCN0ikc8qQfo1 { width:19.375rem;height:2.875rem;top:55.5rem;left:28.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ8aioqtq0LRT4hEwnpcTSyzJo4HiKDX { width:17.5rem;height:10.1875rem;top:59.75rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G58MDiaUieW0uax10PmiQ89WTAD8M6u5 { width:9.75rem;height:0.875rem;top:72.5625rem;left:36.770833015442rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxmkHO8kmoFTR1vNWOCZpQeKA6sWkkmD { width:8.75rem;height:1.75rem;top:72.0625rem;left:39rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDtAeE2O5JUU6XrTkbek00lHOHvxkSTy { width:1.875rem;height:1.875rem;top:72.0625rem;left:34.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvAZJdTH23z2NHMdbdqoptH0mXKnNvBv { width:10rem;height:10rem;top:45.125rem;left:19.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbUDpOwJ9G43VLSVzrU4IBVHrRdLTtII { width:19.375rem;height:2.875rem;top:55.5rem;left:14.187500953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRKxhghWgvHZRWyWUeLhp9FNL0n7hhU8 { width:17.4375rem;height:10.1875rem;top:58.375rem;left:15.156250953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRCP7d3wfbgMTaTkUx4oBxIJ3XzfAfkp { width:9.75rem;height:0.875rem;top:72.5625rem;left:16.437500953674rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVfKN8ihrC4WaHUb9x39IdHfz6mhrV6H { width:8.4375rem;height:1.75rem;top:72.0625rem;left:24.197918891907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnT9Uz6ZA5uVMSVtKguBcAg5ezXmoA0m { width:1.875rem;height:1.875rem;top:72.0625rem;left:13.906250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLrrnox0ZuN4FVTOO6NnTqKmwuZ5su7 { width:10.8125rem;height:9.0625rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxkDWMLa2CPZWTt8BkrtPrKOJoIpDO9h { width:19.375rem;height:2.875rem;top:55.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM31PzRUdtHTg6t5s1EJUTiNAFogogrV { width:19.375rem;height:11.3125rem;top:59.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcI1Hs4DbBR9ftXPSaczEA8EaE0vBpQ { width:1.875rem;height:1.875rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9VKWgmDlnWDt5MZXGMoaLCTEy0IM3oD { width:9.75rem;height:0.875rem;top:72.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WViZbwMU1OfAt0m0v3ZWQWIg9kPbcR04 { width:8.9375rem;height:1.75rem;top:72.0625rem;left:2.7708330154419rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOyuNIaTJuKJNO7JDDNROlUZVTUCKAdO { top:4.75rem;left:7.625rem;width:32.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TW4NyuBrzzR2uxxvc9C0kRuu9Iwguh { width:31.25rem;height:2.25rem;top:4.75rem;left:8.2500009536744rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc3UuNQT1q88Zz4zcmt714PztrsNrrRT { top:43.375rem;left:0rem;width:19.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdc5gCA9AN7yJTso4ZRTw0888qr66BQu { width:19.375rem;height:1.25rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObPxCvVzFQG03fqGzkeE96SG1OBHxhGB { top:43.375rem;left:14.1875rem;width:19.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7MJeuXqo3d44ls9ZnN9ehiWl61HErQe { width:19.375rem;height:1.25rem;top:43.4375rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctCCXoFp83EQov1EXR4CQqRSRDNZt7TS { top:43.375rem;left:28.375rem;width:19.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAkgN2hy5lT7HeaWinwDhxDpJrbT9SMK { width:19.375rem;height:1.25rem;top:43.4375rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP { display:block; }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4bOtoTkefMNKCRx5ATTucHrerQUmOW2 { width:47.5rem;height:14rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCr1q0BKGuaTtkyCtn05Qkhu97bUnazw { width:42.875rem;height:2.1875rem;top:19rem;left:0.66666698455813rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A335Z53lcFWItuwXhWhSarrlAc4uTklL { width:47.75rem;height:8.125rem;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICDSfJvKCIpDiPl1MwTfrEsxpe4T4Zxp { top:13.375rem;left:4.2500009536743rem;width:39.25rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXLaGQnhrfTsGmxLxztN9oa0v1pIwxwC { width:47.5rem;height:12.4375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e074anv2sUsZ1kL0Nv7LWoXK0H9IE5GX { width:43.5625rem;height:2.1875rem;top:35.75rem;left:0.32291698455811rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFI7cG686Z8nTCbL8emJAEdT7ddGhHFC { width:47.6875rem;height:4.875rem;top:39.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn9WbX4iElI5hTzi97bV9XqVQT5Zqh5t { width:47.5rem;height:22.75rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDJL2NZqaN1HLo2bWlFiJoqU5FUoLA3X { width:41.6875rem;height:2.1875rem;top:51.1875rem;left:0.66666698455813rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcivdBhmDA3ogZ2eTd1cPoaEirJgop65 { width:47.75rem;height:13rem;top:56.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sacvRWdo5HH3ZJJo7ABdNuVNnmHvRXg3 { width:47.75rem;height:1.4375rem;top:10.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPlypZB5APoblrgstevXlpJcQRirvGQB { width:43.75rem;height:1rem;top:8.5rem;left:2.0000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEDtgpzvKe0JwbqIU2MPpAQdh1cwcXxy { display:block; }
 }@media only screen and (max-width: 763px) { #Ju4QACuQ7GaEAOye4XEz09Z8N35KVk24 { width:43.75rem;height:4.25rem;top:3.125rem;left:2.0000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVTT7FbkGiMtZohokQ5XBDiEcTiSblSc { display:block; }
 }@media only screen and (max-width: 763px) { #tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV { display:block; }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk7ibwaa2uUaa0bUgTyzbBUwAAWCdHx5 { top:1.1875rem;left:0.375rem;width:47.375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH .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; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH .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; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH { width:19rem;height:5.3125rem;display:flex;top:3.8125rem;left:19.875rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #Q9NfuMiTuSKetFWDQbRhViqIKfi2XPbT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #z9TyvfeoR33N9tV2EgKv3P2w4Sb4qukk {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #pvNiTBn6EcwMaJNJzOqG3bVs5Nzocexs {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #XDf9cBf1ndTZ8ktushnNeLh7zOVxMmpe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #geZMJQCZHPgQ4WgfF1tzgkyWwZLfSHSZ {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #mrpm14gaQ0il3tDXOSw6iNH9KfoAAnWy {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #UQ87bn93u2DtKbVvl9DoJiMpKgy2CcDQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #trVMV5Ph8QWCO3XThdEWHz2AuIfO8xci {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #IPd3TbKT2maTznqOiTWnfAgRMLVWfpTI {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #vL21uCOhldJuwMqmO2LEFTbtcir1o5JZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #t7e03MpWfExwD6CwneIQoDe4os737ck7 {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #rsNGiryWHqRKDOkANlkQs31xhUL2oq52 {  }
 }@media only screen and (max-width: 763px) { #oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP { display:block; }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulLPFtci9QPvH0w1okfA5AB7iJR2zGN1 { width:47.375rem;height:20rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl58A4avJLes0BvhtT0mX6GLNLpUrSVs { width:12.3125rem;height:2.25rem;top:15.625rem;left:16.687501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PntGPlHomxCWT3EQO2vkSlxGDqF3G1LP { top:0rem;left:9.0625009536744rem;width:29.625rem;height:6.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuf7pzfZony0Gtdhok7QfsTRJ9nWOy94 { width:29.4375rem;height:2.0625rem;top:8.9375rem;left:8.1562509536744rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwAAcoPHfoRGvKZOyKEork6IcOfrLnS3 { top:0rem;left:5.7180986404419rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMi4yAxyUCCDTAuws2JKT75VD0zHo6ZO { top:17.875rem;left:10.125001907349rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxnz9VTTXF5Vuy1eJk49DgGkOkdlsEUG { width:33.0625rem;height:4.3125rem;top:22.4375rem;left:6.3430986404419rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTkB3OQJ0MAfHZ24DsnEhP2DUq3u0O1M { display:block; }
 }@media only screen and (max-width: 763px) { #U9QHnPTzS6P5l65byiZ6G4dTC3T1OSdu { top:16.625rem;left:0.35416698455811rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WktaD6nqFz8NDLkqGrJh5m48NHC6Ebns { top:16.625rem;left:30.125000953674rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDya1SmNzfRXESeMPfD6nr01edTT9X9R { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrwl4TJi2oXeXnaMovverEhuEtXrK2w5 { top:29.6875rem;left:32.791668891907rem;width:12.875rem;height:2.2385917194068rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6KVWpA1B6a4q6qMp9NF5zvdKcncl00Z { top:30.5625rem;left:0.93750095367431rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrCuafHJcndbX4bTF8dnwG8agXC9PR2T { width:10.8125rem;height:1.5rem;top:30.4375rem;left:2.7799482345581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBeNcIb5TkVxAIoLFk5sToqXTGu165Di { display:block; }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4CBvPqfMx3QPI7DKx12nncpPJamyurT { width:47.75rem;height:4.5rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd { display:block; }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns { display:block; }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { display:none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:17.6875rem;height:4.9375rem;top:1.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:21.875rem;height:1.6875rem;top:1.6875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:21.0625rem;height:1.5rem;top:1.8125rem;left:26.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:22.1875rem;height:2.875rem;top:3.6875rem;left:25.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:14.6875rem;height:8.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUDU2DK7rxiy1mOuv3TvMR4bz8TnfCET { display:none; }#yUDU2DK7rxiy1mOuv3TvMR4bz8TnfCET > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k8hX8rFT6wFzJMZPbZk4oyvpDZyytR8C { display:none; }#k8hX8rFT6wFzJMZPbZk4oyvpDZyytR8C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w5czBicx4rgZ4Gs5zeh4fIVDhWKim5k5 { display:none; }#w5czBicx4rgZ4Gs5zeh4fIVDhWKim5k5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ci9TLRI2wXAF8BANdTHioNIrgr3XBrMa { display:none; }#Ci9TLRI2wXAF8BANdTHioNIrgr3XBrMa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hgcGcABeg3xx7Fob8FRWqOy4PECLTPAz { display:none; }#hgcGcABeg3xx7Fob8FRWqOy4PECLTPAz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bulwa4oDGkkb5uP2m9WnCxOy6uzHT6gi { display:none; }#Bulwa4oDGkkb5uP2m9WnCxOy6uzHT6gi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LET3H0RpHE1hOGQwFHpSPf3fniSETyZv { display:none; }#LET3H0RpHE1hOGQwFHpSPf3fniSETyZv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DstHxFinp4VpFOxakAIA1775mSyxrTkL { display:none; }#DstHxFinp4VpFOxakAIA1775mSyxrTkL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CRz9g3opUTrJKgC12XdLVFIgXmdSAptt { display:none; }#CRz9g3opUTrJKgC12XdLVFIgXmdSAptt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eNSd3Dq23Mt5TyhJyDrrMUa5niEgPmBn { display:none; }#eNSd3Dq23Mt5TyhJyDrrMUa5niEgPmBn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KFpMDzInCpSIfdtTuqA57bFA3iHSmyrX { display:none; }#KFpMDzInCpSIfdtTuqA57bFA3iHSmyrX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BdaIn2BZUZX4DQpGHEIVTtN3uE01qETV { display:none; }#BdaIn2BZUZX4DQpGHEIVTtN3uE01qETV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y6hnmuPMi9rptNBhIwJ7aWx12TTFamWe { display:none; }#y6hnmuPMi9rptNBhIwJ7aWx12TTFamWe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #smzh9TJzBGNX4L4wHTBKf34TtsOUDueO { display:none; }#smzh9TJzBGNX4L4wHTBKf34TtsOUDueO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KJqMakcavnqiVqeTnG23Q0iUVxI3dIZ5 { display:none; }#KJqMakcavnqiVqeTnG23Q0iUVxI3dIZ5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cUlb7ZwB6Aun4T12LqExKz46l1tnzoQo { display:none; }#cUlb7ZwB6Aun4T12LqExKz46l1tnzoQo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ztRmchsJM8qOn7AA1fdS7Uz4aBrA6BWQ { display:none; }#ztRmchsJM8qOn7AA1fdS7Uz4aBrA6BWQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJzJN8iFehG1KRmGqkDhfoa961KINgZZ { display:none; }#oJzJN8iFehG1KRmGqkDhfoa961KINgZZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IVbLQC4PN53TunA60qtnOdiKnezcQTrA { display:none; }#IVbLQC4PN53TunA60qtnOdiKnezcQTrA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #STLLE12Eo3wmbJ6eyiRsTqkf257gTfph { position:relative;z-index:auto;display:block; }#STLLE12Eo3wmbJ6eyiRsTqkf257gTfph > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0WuRLfOavq4hXuTU6deTeIhLnQuNV7M { width:19.625rem;height:1.381075rem;top:0.65885418653488rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ .widget-text.counter-number { padding-top:0.316875rem;padding-right:0.2875rem;padding-bottom:0.316875rem;padding-left:0.2875rem;width:1.724375rem;min-width:1.724375rem;height:1.70375rem;font-size:1.268125rem;line-height:27.26px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.3rem;height:0.673125rem;font-size:0.475625rem;line-height:10.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ { width:13.1875rem;height:3.20768125rem;display:flex;top:2.5494792461395rem;left:2.8750000596046rem;z-index:15008;padding-top:0.0275rem;padding-right:0.02875rem;padding-bottom:0.0275rem;padding-left:0.02875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #cqB5NsFqnOqtTw3N1NsWDwp26dcokJTn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #QKADD18MAd8ewGUE6nCDvwBcS7HrVGOK {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #gkAWb67UhOgGcDc11CQnEGW8FfxvDvwq {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #FTU7S4OpROQg8siwp3tdIEP4iE6k2lhz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #WogitdsGqu8SCnGCfRNIKzF2cTVpa7Rf {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #uRUMpgyLSTzvsMRRzoZ0TnplX6IevCE1 {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #qTTDzy1GqKoIkl3K7LmzoLebsWf87Ty8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #GpZgtJWvgxO90DWALU1xbWV9f5IW3Jts {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #P3XOv2LsKOmJqd4mlfl4cE2JlNAuMp0s {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #nzqxI1O3XUgmDUcVcFIDzBoSWxMpHctI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #HKmdWRVTbxlpu3v6VlXpmBkZDoNwFnlg {  }
 }@media only screen and (max-width: 763px) { #OC8gcXK8L1qJWu9OZQFiA3wwBv50ygTZ #uaDKipIr6SuwrATiLRhAvL7gEKXZtLCN {  }
 }@media only screen and (max-width: 763px) { #vskFeA78Pyc92TfExqr1anU3DJHHlveU { width:18.4375rem;height:5.0625rem;top:0.65885418653488rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L { display:block; }#SnM8Zn5IEs3a5Tbk2w3a1HxMq1nqoI2L > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:171.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:20rem;height:2.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:20rem;height:2.2747375rem;top:1.4967422485351rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:19.25rem;height:11.375rem;top:5.3125rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:19.25rem;height:3.4121125rem;top:17.9375rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:19.3125rem;height:3.375rem;top:73.229166984556rem;left:0.34375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block; }
 }@media only screen and (max-width: 763px) { #o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { width:17.2480625rem;height:2.2747375rem;top:40.80078125rem;left:1.3756511807442rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:0.99935rem;top:39.843099594116rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:13.4375rem;height:13.4375rem;top:47.440104246139rem;left:3.2812500596046rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:18.8105625rem;height:1.4622375rem;top:61.5rem;left:0.59440106153488rem;font-size:1.125rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:14.375rem;height:1.13736875rem;top:63.899089813231rem;left:2.8125000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:19.8125rem;height:3.4121125rem;top:66.025390625rem;left:0.18684893846512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:19.75rem;height:1.4622375rem;top:70.830078125rem;left:0.24934893846512rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfA1cGe0WKHkHRek9ph0ReaHaTtEZxu1 { width:18.5625rem;height:48.3125rem;top:14.375rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4DEOqZiOwliTNook9d5C8zCoFbvZnk0 { height:11.203125rem;width:20rem;top:22.5996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENF54TNsOuVuEo8HguASNZDXQcV74ptS { width:20rem;height:1.0559875rem;top:35.136070875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9AUb2zyBClvPQWvsiVR8RJT5l2UhtyP { width:7.0625rem;height:5.125rem;top:81.729166984556rem;left:5.8437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnvruMG6h9pJNlhutRL17x5DCZZF1QLV { width:20rem;height:4.5486125rem;top:88.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtRUbQoaPHQ8TB70zDLozRZSiAndHMFD { width:20rem;height:3.25rem;top:95.229166984556rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJvE0AURFf82l0pUMwNzbTI51xvQDvUz { width:18.75rem;height:70.43488125rem;top:101.396484375rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TH4OS2XUoAsxJKN4uFFz9sSTIgGnNHVd { width:13.375rem;height:2.1875rem;top:78.104167938231rem;left:3.3125002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW .widget-text.counter-number { padding-top:0.316875rem;padding-right:0.2875rem;padding-bottom:0.316875rem;padding-left:0.2875rem;width:1.724375rem;min-width:1.724375rem;height:1.70375rem;font-size:1.268125rem;line-height:27.26px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.3rem;height:0.673125rem;font-size:0.475625rem;line-height:10.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qb7XPrH12fcIHTMTJQyuxKHzzUshccuW { width:13.1875rem;height:3.20703125rem;display:flex;top:43.490886688233rem;left:3.0325520634651rem;z-index:15008;padding-top:0.0275rem;padding-right:0.02875rem;padding-bottom:0.0275rem;padding-left:0.02875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #tMTy2ivEFLmpkRZkyDMLOLHrq0UbLiMa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #W6bq5sCi8P1wbzek2QokiqAMdU9KDUVB {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #AphRd7RZ3GBVN1GTCItwHnOClFPQeV1C {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #D8DK0TIePaz5aRHtcfHcFr3JAiloLFKo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #Lyu1Lpb5z3Kdfg18lZlhrW7U4vX93yMz {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #Wl7Aqo1gLBbZwNECwoxTy66rPtRkfUfd {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #hTuvSyLHg4H7revM8ua39lXikfsXy49b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #D9h2CsgOK2gBTkOpudIl4aPH6W0OtMcz {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #ORl8ZxCRLQGq77cdT5TZBkhauF6hGvWP {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #KRev8BHiGBgmABN9aMDzy49lTGBKc63k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #dUwmouffH8PXiTL5CrM1DSiu62qg1IUk {  }
 }@media only screen and (max-width: 763px) { #qb7XPrH12fcIHTMTJQyuxKHzzUshccuW #T4i26GktW9cyuHkMnHJR8Vf5vn281oxX {  }
 }@media only screen and (max-width: 763px) { #RM5siTWWun069ntWQAFecE9fbJITQo2X { width:17.2480625rem;height:2.2747375rem;top:37.2109375rem;left:1.3756511807442rem;font-size:1.75rem;color:#000000;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uuTyGtB1VfvSQrITF68sacPi77TTtGit { width:19.5625rem;height:19.5625rem;top:71.9375rem;left:0.1875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #GCLkcuBt4yEF6WT6xyVvaz04goS2nGAf { width:20rem;height:12.17125rem;top:123.9453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:367.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:18.75rem;height:111.8671375rem;top:91.48046875rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:19.75rem;height:2.6875rem;top:4.4114584922791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.787325rem;top:4.9869794845581rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:7.5625rem;height:7.5625rem;top:27.6875rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:15.6875rem;height:auto;top:27.6875rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { display:flex;width:2.5rem;height:2.5rem;top:47rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:9.75rem;height:auto;top:47.6875rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:11.625rem;height:auto;top:47.5rem;left:4.1875rem;font-size:1.625rem;color:#007d1d;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:3.1875rem;top:50.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:auto;top:51.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:16.1875rem;height:auto;top:57.4375rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:9.125rem;height:auto;top:69.4375rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:9.75rem;height:auto;top:70.25rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { display:flex;width:1.875rem;height:1.875rem;top:69.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:7.25rem;height:6.0625rem;top:57.4375rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.6875rem;height:auto;top:102.75rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.75rem;height:auto;top:103.1875rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { display:flex;width:1.875rem;height:1.875rem;top:102.6875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:7.4375rem;height:6.1875rem;top:91.0625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:15.8125rem;height:auto;top:91.0625rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:auto;top:84.6875rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.75rem;height:auto;top:85.5rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { display:flex;width:1.875rem;height:1.875rem;top:85.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:7rem;height:7rem;top:74.75rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:16.1875rem;height:auto;top:74.8125rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:20rem;height:1.138675rem;top:85.940755367281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:20rem;height:3.8997375rem;top:84.560546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:20rem;height:1.381075rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { width:15.25rem;height:auto;top:24.375rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uECMzlgRNMNBvTEUHs67SoPbtzFbTnFV { width:16.1875rem;height:auto;top:54rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { width:16.5rem;height:auto;top:71.625rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { width:16.0625rem;height:auto;top:87.875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { width:18.6875rem;height:5.52430625rem;top:25.100260734558rem;left:0.65625005960463rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { width:20rem;height:3.0625rem;top:33.436849117279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbtsLOmLhX3q8iDU1pFTLydFDmcCATDf { display:block; }
 }@media only screen and (max-width: 763px) { #CpyvZGQATOVm4Duq3lnKLTpwvHKzBJvh { width:6rem;height:4.375rem;top:38.291015625rem;left:7.0000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwq9dfA44qaikR6dM1a26NOZlNSNSNK { width:19.5625rem;height:19.5625rem;top:9.478515625rem;left:0.43684893846512rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #dqQhRa6PrWII1FEg4qh0leEu1ShhSVzf { width:19.875rem;height:4.5486125rem;top:43.603515625rem;left:0.12434893846512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmdL9O8wEfUccVtuMAnsSRhKTR6L3TXJ { width:19.9375rem;height:28.5885375rem;top:53.55859375rem;left:0.061848938465118rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dtQX35ntnxGcRpAnOaqxxmgAvLBvZ91E { width:20rem;height:3.875rem;top:148.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtx7rbySl5SIk0nouaVpX179MRIC6aG0 { width:20rem;height:auto;top:149.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:19.75rem;height:160rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFNQn5GP5trGLmHuEXsRVfPKKEEtWpe9 { width:20rem;height:142.2507375rem;top:224.35091209412rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1EvQmXeragFVFNtK7nWaROXhRqk4EF { width:20rem;height:20rem;top:204.35091209412rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkZe5nszCG2dBuuCyCTnps5tcU3S2pX1 { width:9.5rem;height:16.1875rem;top:97.480471611025rem;left:4.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvVLe8Alf8f6cC8MUpGEbidS58ERJsvF { width:17.0625rem;height:7.375rem;top:331.830078125rem;left:1.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZvuv9cNCJbTeblcPOs9pPWx8ZsGlZf0 { top:51.309244871139rem;left:4.6250002980232rem;width:10.75rem;height:1.29948125rem;z-index:15046;color:#ed0808;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyvUhvPHc710kTkeLf9ro9IZ6izVXc92 { width:20rem;height:20rem;top:174.017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7NaOx3WJUHm9KOlF80pF2EDJUJQpna1 { width:9.0625rem;height:12.5625rem;top:284.455078125rem;left:6.35416662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBWR5FOl6B99SvfZS5Sh9KMLcb4EXsJT { width:11.9375rem;height:15rem;top:149.455078125rem;left:4.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr0KCkf410Gg7VBoep8wiQsbfkz4WINl { display:block; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUeL1WrDsTIzaWOF8InmcXDamp2U6Pk7 { width:16.25rem;height:16.25rem;top:33.5703125rem;left:1.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #iTUbsiX90oadvHwFVtT9by0usVSSe8w8 { width:19.125rem;height:4.14323125rem;top:1.25rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DeWsvoUbOQep7i7dyQDoGlUwFmAxoQlL { width:20rem;height:11.048625rem;top:15.7734375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wA6QdJouVUpm6ibeQ8n3CEwPlEScxtg2 { width:19rem;height:4.25rem;top:28.0703125rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzDOQRit6QlFZiQHwN8NHL9uBmVsr4zv { display:block; }
 }@media only screen and (max-width: 763px) { #qkD8mpHkTgcVD8xwwMOCFAgq1TgSTMaT { width:20rem;height:6.5rem;top:8.0234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odrvPqBWguie4GFgPzsgCaZUe9v9tFQc { display:block; }#odrvPqBWguie4GFgPzsgCaZUe9v9tFQc > .row .container { width:20rem;height:197.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOmiQ3lxb1csZU9tnHUJUJN5sS6bWUgO { width:20rem;height:4.38715rem;top:2.2500009536743rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZWqrd7qUakKwMmkhFNA2FqlDalTOvdm { width:18.6875rem;height:3.57465rem;top:33.074220180511rem;left:0.65625005960463rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpRtPnnoJD4q8xHMvFZynJomZio69J0E { width:18.9375rem;height:18.9375rem;top:12.386719703674rem;left:0.53125005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq38nPEsJ1xTvfmao1WPxgaPI4fhxTQG { width:18.5rem;height:17.0572875rem;top:38.523440361023rem;left:0.75000005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKdqeTs3KEz9TZ5sEpT0LDQCv5iaDlrb { width:6.5rem;height:1.4622375rem;top:59.057294845581rem;left:12.333333313465rem;font-size:1.125rem;color:#07c725;display:block; }
 }@media only screen and (max-width: 763px) { #FmMbWnzmWPmiuvT2NtrqTpNK8UiAPVz8 { width:9.9375rem;height:0.974825rem;top:59.300132751465rem;left:3.4895833134651rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWGS6A3MRKAGtBFOrmdvGJHOnm0cKqpn { display:flex;width:2.5rem;height:2.5rem;top:58.059898376465rem;left:0.75000005960463rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #A2sawoclDHRzSerZ08X5i4Rnak5gqATc { width:16.375rem;height:13.75rem;top:161.29818725586rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83HTkSBmkEJlPRIpurHCN0ikc8qQfo1 { width:17.5rem;height:3.57465rem;top:178.19271850586rem;left:1.2500000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZ8aioqtq0LRT4hEwnpcTSyzJo4HiKDX { width:18.5rem;height:9.0972125rem;top:183.92904663086rem;left:0.75000005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G58MDiaUieW0uax10PmiQ89WTAD8M6u5 { width:9.75rem;height:0.974825rem;top:196.06381225586rem;left:3.5833333134651rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxmkHO8kmoFTR1vNWOCZpQeKA6sWkkmD { width:8.4375rem;height:1.94965rem;top:195.04818725586rem;left:11.561848938465rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDtAeE2O5JUU6XrTkbek00lHOHvxkSTy { display:flex;width:1.8125rem;height:1.8125rem;top:195.26693725586rem;left:0.65625005960463rem; }
 }@media only screen and (max-width: 763px) { #bvAZJdTH23z2NHMdbdqoptH0mXKnNvBv { width:17.3125rem;height:17.3125rem;top:116.56054973602rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbUDpOwJ9G43VLSVzrU4IBVHrRdLTtII { width:17.5rem;height:5.8496125rem;top:135.43489837646rem;left:1.2500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRKxhghWgvHZRWyWUeLhp9FNL0n7hhU8 { width:18.5rem;height:9.0972125rem;top:142.05599212646rem;left:0.75000005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRCP7d3wfbgMTaTkUx4oBxIJ3XzfAfkp { width:9.75rem;height:0.974825rem;top:154.15170288086rem;left:3.5833333134651rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVfKN8ihrC4WaHUb9x39IdHfz6mhrV6H { width:8.4375rem;height:1.94965rem;top:153.13607025146rem;left:11.561848938465rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnT9Uz6ZA5uVMSVtKguBcAg5ezXmoA0m { display:flex;width:1.8125rem;height:1.8125rem;top:153.73178100586rem;left:0.65625005960463rem; }
 }@media only screen and (max-width: 763px) { #XTLrrnox0ZuN4FVTOO6NnTqKmwuZ5su7 { width:19.0625rem;height:16rem;top:67.081382751462rem;left:0.61076878911267rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxkDWMLa2CPZWTt8BkrtPrKOJoIpDO9h { width:17.5rem;height:3.57465rem;top:86.206382751462rem;left:1.2500000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RM31PzRUdtHTg6t5s1EJUTiNAFogogrV { width:18.5rem;height:11.3715rem;top:91.391279220581rem;left:0.75000005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdcI1Hs4DbBR9ftXPSaczEA8EaE0vBpQ { display:flex;width:1.75rem;height:1.75rem;top:106.68034124374rem;left:0.65625005960463rem; }
 }@media only screen and (max-width: 763px) { #w9VKWgmDlnWDt5MZXGMoaLCTEy0IM3oD { width:9.75rem;height:0.974825rem;top:107.06901359558rem;left:2.6250000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WViZbwMU1OfAt0m0v3ZWQWIg9kPbcR04 { width:8.9375rem;height:1.94965rem;top:106.05338811874rem;left:11.061848938465rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOyuNIaTJuKJNO7JDDNROlUZVTUCKAdO { width:20rem;height:2.5rem;top:7.7578134536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TW4NyuBrzzR2uxxvc9C0kRuu9Iwguh { width:20rem;height:1.8684875rem;top:8.0742197036744rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc3UuNQT1q88Zz4zcmt714PztrsNrrRT { width:19.375rem;height:1.4375rem;top:62.6992225647rem;left:0.62434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdc5gCA9AN7yJTso4ZRTw0888qr66BQu { width:19.375rem;height:1.29948125rem;top:62.768882751462rem;left:0.31250005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObPxCvVzFQG03fqGzkeE96SG1OBHxhGB { width:19.375rem;height:1.4375rem;top:110.9492225647rem;left:0.62434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7MJeuXqo3d44ls9ZnN9ehiWl61HErQe { width:19.375rem;height:1.29948125rem;top:111.01888275146rem;left:0.62434893846512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctCCXoFp83EQov1EXR4CQqRSRDNZt7TS { width:19.375rem;height:1.4375rem;top:157.48829269409rem;left:0.62434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAkgN2hy5lT7HeaWinwDhxDpJrbT9SMK { width:19.375rem;height:1.29948125rem;top:157.55795288086rem;left:0.62434893846512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP { display:block; }#Gw4ox0hcPZmHkuZ5fA1mOkFKmWxLntaP > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4bOtoTkefMNKCRx5ATTucHrerQUmOW2 { width:19rem;height:19.8125rem;top:19.6237rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCr1q0BKGuaTtkyCtn05Qkhu97bUnazw { width:17.5625rem;height:3.57465rem;top:20.492840625rem;left:1.7604169845581rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A335Z53lcFWItuwXhWhSarrlAc4uTklL { width:17.875rem;height:14.29425rem;top:24.748698234558rem;left:1.0625000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICDSfJvKCIpDiPl1MwTfrEsxpe4T4Zxp { width:20rem;height:3.8997375rem;top:14.4746125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXLaGQnhrfTsGmxLxztN9oa0v1pIwxwC { width:19.0625rem;height:14.9375rem;top:40.9362rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e074anv2sUsZ1kL0Nv7LWoXK0H9IE5GX { width:17.8125rem;height:3.57465rem;top:42.1237rem;left:1.3541669845581rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFI7cG686Z8nTCbL8emJAEdT7ddGhHFC { width:17.9375rem;height:7.796875rem;top:46.727213859558rem;left:1.0312500596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn9WbX4iElI5hTzi97bV9XqVQT5Zqh5t { width:19.25rem;height:25.8125rem;top:57.3737rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDJL2NZqaN1HLo2bWlFiJoqU5FUoLA3X { width:15.8125rem;height:5.36198125rem;top:58.6796875rem;left:1.0937500596046rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcivdBhmDA3ogZ2eTd1cPoaEirJgop65 { width:17.6230625rem;height:15.59375625rem;top:65.373698234556rem;left:1.1881510615349rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sacvRWdo5HH3ZJJo7ABdNuVNnmHvRXg3 { width:20rem;height:3.4121125rem;top:9.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPlypZB5APoblrgstevXlpJcQRirvGQB { width:19rem;height:1.8125rem;top:6.75rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEDtgpzvKe0JwbqIU2MPpAQdh1cwcXxy { display:block; }
 }@media only screen and (max-width: 763px) { #Ju4QACuQ7GaEAOye4XEz09Z8N35KVk24 { width:19rem;height:4.25rem;top:1.25rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVTT7FbkGiMtZohokQ5XBDiEcTiSblSc { display:block; }
 }@media only screen and (max-width: 763px) { #tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV { display:block; }#tlRsbXXvUZhQNWbrvIdyf3tbBguobnpV > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk7ibwaa2uUaa0bUgTyzbBUwAAWCdHx5 { width:20rem;height:1.5rem;top:1rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH .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; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH .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; }
#O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH { width:19rem;height:5.3125rem;display:flex;top:3.8125rem;left:0.50000005960464rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #Q9NfuMiTuSKetFWDQbRhViqIKfi2XPbT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #z9TyvfeoR33N9tV2EgKv3P2w4Sb4qukk {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #pvNiTBn6EcwMaJNJzOqG3bVs5Nzocexs {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #XDf9cBf1ndTZ8ktushnNeLh7zOVxMmpe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #geZMJQCZHPgQ4WgfF1tzgkyWwZLfSHSZ {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #mrpm14gaQ0il3tDXOSw6iNH9KfoAAnWy {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #UQ87bn93u2DtKbVvl9DoJiMpKgy2CcDQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #trVMV5Ph8QWCO3XThdEWHz2AuIfO8xci {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #IPd3TbKT2maTznqOiTWnfAgRMLVWfpTI {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #vL21uCOhldJuwMqmO2LEFTbtcir1o5JZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #t7e03MpWfExwD6CwneIQoDe4os737ck7 {  }
 }@media only screen and (max-width: 763px) { #O70ZN5wTRUDNl3PzdZDcQQGJT5aJoicH #rsNGiryWHqRKDOkANlkQs31xhUL2oq52 {  }
 }@media only screen and (max-width: 763px) { #oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP { display:block; }#oTXPpS4PTaH5Ul2fb56NNWTeiPKQR3hP > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulLPFtci9QPvH0w1okfA5AB7iJR2zGN1 { width:19.6875rem;height:18.75rem;top:23.166666984558rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #Cl58A4avJLes0BvhtT0mX6GLNLpUrSVs { width:8.75rem;height:1.48698125rem;top:26.204427719116rem;left:5.6250002980232rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PntGPlHomxCWT3EQO2vkSlxGDqF3G1LP { width:13.5625rem;height:6.2995rem;top:9.5625rem;left:3.2187500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tuf7pzfZony0Gtdhok7QfsTRJ9nWOy94 { width:20rem;height:3.1497375rem;top:17.705730438233rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwAAcoPHfoRGvKZOyKEork6IcOfrLnS3 { display:flex;width:4.9375rem;height:4.9375rem;top:2.875rem;left:7.5312502980231rem; }
 }@media only screen and (max-width: 763px) { #mMi4yAxyUCCDTAuws2JKT75VD0zHo6ZO { width:20rem;height:1.94986875rem;top:28.635417938233rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wxnz9VTTXF5Vuy1eJk49DgGkOkdlsEUG { width:17.5rem;height:3.8125rem;top:31.707683563233rem;left:1.2500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTkB3OQJ0MAfHZ24DsnEhP2DUq3u0O1M { display:block; }
 }@media only screen and (max-width: 763px) { #U9QHnPTzS6P5l65byiZ6G4dTC3T1OSdu { width:2.5625rem;height:0.25rem;top:26.822916984558rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WktaD6nqFz8NDLkqGrJh5m48NHC6Ebns { width:2.6875rem;height:0.0625rem;top:23.260416984558rem;left:17.312501251698rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vDya1SmNzfRXESeMPfD6nr01edTT9X9R { width:3.25rem;height:0.1875rem;top:26.854166984558rem;left:15.541667282581rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #rrwl4TJi2oXeXnaMovverEhuEtXrK2w5 { width:12.936875rem;height:2.24935rem;top:37.020833969116rem;left:3.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6KVWpA1B6a4q6qMp9NF5zvdKcncl00Z { display:flex;width:1.3125rem;height:1.3125rem;top:40.177083969116rem;left:2.8971355557442rem; }
 }@media only screen and (max-width: 763px) { #FrCuafHJcndbX4bTF8dnwG8agXC9PR2T { width:9.8125rem;height:1.3997375rem;top:40.1328125rem;left:5.0937502980232rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mBeNcIb5TkVxAIoLFk5sToqXTGu165Di { display:block; }#mBeNcIb5TkVxAIoLFk5sToqXTGu165Di > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4CBvPqfMx3QPI7DKx12nncpPJamyurT { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd { display:block; }#koxu5XmZ3EvbXZuaQGkSCUzzH7PNZ6Vd > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns { display:block; }#PrgIZNUCTaoguLZRyKmZGOVi3IpaLFns > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:20rem;height:17.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:13.5615rem;height:4.1245125rem;top:5.16796875rem;left:3.1875rem;font-size:0.75rem;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:10.54231875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:20rem;height:1.54345625rem;top:10.66731875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:20rem;height:2.923825rem;top:13.47981875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:4.75rem;height:2.668085106383rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUDU2DK7rxiy1mOuv3TvMR4bz8TnfCET { display:block; }#yUDU2DK7rxiy1mOuv3TvMR4bz8TnfCET > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8hX8rFT6wFzJMZPbZk4oyvpDZyytR8C { display:block; }#k8hX8rFT6wFzJMZPbZk4oyvpDZyytR8C > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5czBicx4rgZ4Gs5zeh4fIVDhWKim5k5 { display:block; }#w5czBicx4rgZ4Gs5zeh4fIVDhWKim5k5 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ci9TLRI2wXAF8BANdTHioNIrgr3XBrMa { display:block; }#Ci9TLRI2wXAF8BANdTHioNIrgr3XBrMa > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgcGcABeg3xx7Fob8FRWqOy4PECLTPAz { display:block; }#hgcGcABeg3xx7Fob8FRWqOy4PECLTPAz > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bulwa4oDGkkb5uP2m9WnCxOy6uzHT6gi { display:block; }#Bulwa4oDGkkb5uP2m9WnCxOy6uzHT6gi > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LET3H0RpHE1hOGQwFHpSPf3fniSETyZv { display:block; }#LET3H0RpHE1hOGQwFHpSPf3fniSETyZv > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DstHxFinp4VpFOxakAIA1775mSyxrTkL { display:block; }#DstHxFinp4VpFOxakAIA1775mSyxrTkL > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRz9g3opUTrJKgC12XdLVFIgXmdSAptt { display:block; }#CRz9g3opUTrJKgC12XdLVFIgXmdSAptt > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNSd3Dq23Mt5TyhJyDrrMUa5niEgPmBn { display:block; }#eNSd3Dq23Mt5TyhJyDrrMUa5niEgPmBn > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFpMDzInCpSIfdtTuqA57bFA3iHSmyrX { display:block; }#KFpMDzInCpSIfdtTuqA57bFA3iHSmyrX > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdaIn2BZUZX4DQpGHEIVTtN3uE01qETV { display:block; }#BdaIn2BZUZX4DQpGHEIVTtN3uE01qETV > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6hnmuPMi9rptNBhIwJ7aWx12TTFamWe { display:block; }#y6hnmuPMi9rptNBhIwJ7aWx12TTFamWe > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smzh9TJzBGNX4L4wHTBKf34TtsOUDueO { display:block; }#smzh9TJzBGNX4L4wHTBKf34TtsOUDueO > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJqMakcavnqiVqeTnG23Q0iUVxI3dIZ5 { display:block; }#KJqMakcavnqiVqeTnG23Q0iUVxI3dIZ5 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUlb7ZwB6Aun4T12LqExKz46l1tnzoQo { display:block; }#cUlb7ZwB6Aun4T12LqExKz46l1tnzoQo > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztRmchsJM8qOn7AA1fdS7Uz4aBrA6BWQ { display:block; }#ztRmchsJM8qOn7AA1fdS7Uz4aBrA6BWQ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJzJN8iFehG1KRmGqkDhfoa961KINgZZ { display:block; }#oJzJN8iFehG1KRmGqkDhfoa961KINgZZ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVbLQC4PN53TunA60qtnOdiKnezcQTrA { display:block; }#IVbLQC4PN53TunA60qtnOdiKnezcQTrA > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }