.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,204,204;--color-primary-1:255,103,102;--color-primary-2:255,1,0;--color-primary-3:255,0,0;--color-primary-4:51,0,0;--color-secondary-0:255,240,217;--color-secondary-1:255,207,128;--color-secondary-2:255,158,0;--color-secondary-3:128,79,0;--color-secondary-4:38,24,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:#e8e8e8;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#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;z-index:auto;display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { background-color: transparent; background-image: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container > .video-iframe-container { display: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container { display: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { border-width: 0; border-radius: 0; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:0.693359375rem;left:0rem;height:2.11230625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#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:64.75rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;background-color:#2d2d2d;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:1.103515625rem;left:3rem;display:block; }
#WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.35009765625rem;left:5rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.41650390625rem;left:2.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.41650390625rem;left:2.9365234375rem;height:4.6307375rem;text-align:center;text-align-last:center;display:block; }
#dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:40.0625rem;left:41.9375rem;display:block; }
#FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5625rem;left:42.125rem;height:2.2753875rem;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.875rem;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:10.1875rem;width:18.0625rem;top:18.875rem;left:41.8125rem;overflow:hidden;display:block; }
#SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { color:#d10009;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.0625rem;left:41.9375rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.4375rem;left:44.8125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.375rem;left:42rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { color:#359240;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.5625rem;left:41.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.38625rem;padding-right:0.3425rem;padding-bottom:0.38625rem;padding-left:0.3425rem;display:block;align-items:center;width:2.055rem;min-width:2.055rem;height:2.075625rem;position:relative;font-family:"open sans";font-size:1.544375rem;font-weight:700;line-height:33.21px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.739375rem;height:0.820625rem;position:relative;font-family:"open sans";font-size:0.579375rem;font-weight:400;line-height:13.13px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l { 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:14.125rem;height:3.9375rem;padding-top:0.4825rem;padding-right:0.489375rem;padding-bottom:0.4825rem;padding-left:0.489375rem;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:44.0625rem;left:43.228515625rem;z-index:15012; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Aqgc92lTHEzRepC532fhrwc5DNpiZQgX { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #SZ0OGwUeeZbxOUsH2TRwDZ5VfLXQ4c7Q { width:auto; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VTGA51OrqfAuKdwDuKZbhb6ofrzqGkD8 {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #rsScm8MI4rRzqhixr3oRiSh1GwRxytKV { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #x0qWTO0AX5T8nQbRDhumJ0cPWvTM9xBF {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #OUsiu7WPxxo1a845PI5AZXXH8ScOK8cV {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nPa8mSTDvaw92NIu9nxVa7P3HH04NHzN { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VwpIW3QUR4No7MhXkxsOXLEvidA6K483 {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #MiMa6hVTTGUInsVMMGNFkRWf2HO9DqLt {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #V1yAS5bKRyB8q5JWvosRqBf2PKhVrkJy { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Jym5KnXUbdAttGmfJ0orVMiO4Wiv1gyk {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nohLhs0QffWeuSeFxuolHRIR90Jhh7wo {  }
#tfA1cGe0WKHkHRek9ph0ReaHaTtEZxu1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e8e8e8;border-left:0.125rem solid #e8e8e8;border-right:0.125rem solid #e8e8e8;border-bottom:0.125rem solid #e8e8e8;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:46.375rem;width:18.25rem;top:14.375rem;left:41.5rem;display:block; }
#ENF54TNsOuVuEo8HguASNZDXQcV74ptS { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.5625rem;height:1.54375rem;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:48.96484375rem;left:47.78125rem;overflow:hidden;display:block; }
#WnvruMG6h9pJNlhutRL17x5DCZZF1QLV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:54.2509765625rem;left:41.96875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFTaAmt0CoaSsB23zqhWoPOceCfDGxdH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:34.0625rem;top:16.8125rem;left:4.25rem;overflow:hidden;display:block; }
#p6BGcFCcXaNDvnJfzLfQXP9zTJaUW3o3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:18.5625rem;top:38.1875rem;left:4rem;overflow:hidden;display:none; }
#OoP8QtrtWWIHTSWpa9Qs6EzlNDHlwaZ7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:18.5625rem;top:38.1875rem;left:4rem;overflow:hidden;display:none; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:314.9375rem;width:60rem;position:relative;display:block; }#b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:61.425rem;text-align:left;text-align-last:left;display:block; }
#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:12.2255859375rem;left:35.28125rem;display:block; }
#CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.75rem;left:35.3125rem;height:1.7871125rem;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:6.125rem;width:8.3125rem;top:16.63818359375rem;left:34.8125rem;overflow:hidden;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.1259765625rem;left:42.53125rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.9375rem;left:35.3125rem; }
#b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.125rem;left:38.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { color:#00dc2a;display:block;width:11.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.25rem;left:47.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:27rem;left:35.3125rem;display:block; }
#ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.4375rem;left:35.375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { color:rgba(var(--color-primary-2),1);display:block;width:33.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:88.2607421875rem;left:0.18798828125rem;height:4.5495625rem;text-align:center;text-align-last:center;display:block; }
#c19O66DsStVprTWpR4QMihwFx3sbk9op { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:93.9423828125rem;left:0rem;height:54.1125rem;text-align:left;text-align-last:left;display:block; }
#KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33rem;left:43.1875rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:40.1875rem;left:50.125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.75rem;left:38.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:40.0625rem;left:35.75rem; }
#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:5.375rem;width:7.3125rem;top:32.1875rem;left:35.5625rem;overflow:hidden;display:block; }
#mHfIenhs15T66HvIZmFefSop17UsMv5C { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:68rem;left:50.5rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:68.5625rem;left:39rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:67.875rem;left:36.1875rem; }
#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:5.375rem;width:7.25rem;top:58.125rem;left:35.3125rem;overflow:hidden;display:block; }
#pv62r5um4HNn4FXIz94JX4it2epsd5wO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:58.125rem;left:43.1875rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:53.375rem;left:50.875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#Qx9v1oEtORUBp1kblzufGxahZsokEdzX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:53.9375rem;left:38.625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:53.3125rem;left:35.8125rem; }
#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:7.8125rem;width:10.5625rem;top:43.4375rem;left:34rem;overflow:hidden;display:block; }
#Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:46.0625rem;left:43.1875rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:96.6875rem;left:50.625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:97.25rem;left:39rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:96.57421875rem;left:36rem; }
#VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:10.875rem;top:86.6875rem;left:33.6875rem;overflow:hidden;display:block; }
#JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:87.875rem;left:43rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:83.1875rem;left:50.875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:83.75rem;left:39rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:83.0625rem;left:36.1875rem; }
#ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:7.25rem;top:73.6875rem;left:35.3125rem;overflow:hidden;display:block; }
#V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:74.4375rem;left:43.1875rem;height:7.9625rem;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.9365rem;top:4.1875rem;left:8.6875rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0.875rem;height:4.5495625rem;text-align:center;text-align-last:center;display:block; }
#R7cfn3INamCRbG6rfilO4cHos8JELe4E { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.76953125rem;left:0rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#HBPB37C1nq2dtiUl0nBLOMMrlMqrZ89Q { 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:19.3125rem;width:34.375rem;top:69.375rem;left:0rem;overflow:hidden;display:block; }
#TRCk6Dn738bqnFxqdFiMMnS8DDSqfL0W { color:rgba(var(--color-primary-2),1);display:block;width:33.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:182.0693359375rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:42.53125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uECMzlgRNMNBvTEUHs67SoPbtzFbTnFV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.375rem;left:43.3125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.4375rem;left:43.3125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:56.875rem;left:43.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#zCEi8SxXra3TemrMoTLVLy3qChJKFEWQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:71.9375rem;left:43.1875rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#frAEO7gpOGFIe3CkElS1u7ZTB8Po2lcx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:86.625rem;left:42.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { color:#359240;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:111.5625rem;left:35.4375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:15009;text-align:center;text-align-last:center;top:116.4375rem;left:38.375rem;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:119.875rem;left:44rem;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:12.625rem;width:22.375rem;top:98.96142578125rem;left:36.71875rem;overflow:hidden;display:block; }
#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:12.625rem;width:22.375rem;top:1.18798828125rem;left:36.15625rem;overflow:hidden;display:block; }
#xLkJ24hOGgtusT3dLTk7KLJigmhxnuTq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:106.625rem;width:60rem;display:none; }
#cTfZ6Qm2vl5biWI4FhGfpvfa7lXoLuOE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:185.7666015625rem;left:0rem;height:127.2375rem;text-align:left;text-align-last:left;display:block; }
#dqQhRa6PrWII1FEg4qh0leEu1ShhSVzf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:125.3125rem;left:35.375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRGw2JZiGPG3JtiqqD7sDcomPJazG1vZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:16.9375rem;top:149.84375rem;left:8.2177734375rem;overflow:hidden;display:block; }
#KmdL9O8wEfUccVtuMAnsSRhKTR6L3TXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:133.5625rem;left:36.0625rem;height:120.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dtQX35ntnxGcRpAnOaqxxmgAvLBvZ91E { position:absolute;display:block;z-index:15011;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:130rem;left:35.625rem;display:block; }
#gtx7rbySl5SIk0nouaVpX179MRIC6aG0 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:130.5rem;left:35.625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#a5vyhK2rArkMPAnSecfXLuFz0nN6x51X { 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:25.125rem;width:25.125rem;top:256.1875rem;left:34.875rem;overflow:hidden;display:block; }
#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:14999;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e8e8e8;border-left:0.125rem solid #e8e8e8;border-right:0.125rem solid #e8e8e8;border-bottom:0.125rem solid #e8e8e8;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:269.625rem;width:24.9375rem;top:12rem;left:34.8125rem;display:block; }
#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { background-color: transparent; background-image: none; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container > .video-iframe-container { display: none; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row > .video-iframe-container { display: none; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .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); }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { border-width: 0; border-radius: 0; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#T0Oms4tA9EzrGci2bvS4zZSmupwqHTTs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:1.1875rem;left:2.875rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#R6TJyeG7IWfWGQC2pnp0UXwUPhZuXa0c { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.75rem;width:19.375rem;top:8.75rem;left:0rem;display:block; }
#WrT2uX3XMKJ3mdbPCLgMB4oZyDNZcaFT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.75rem;width:19.375rem;top:8.75rem;left:20.3125rem;display:block; }
#gk6R6Z02hzDUJzAeiQ6twzA9Kk7mvPTB { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.75rem;width:19.375rem;top:8.75rem;left:40.625rem;display:block; }
#w3lS4UpvxBaeCTHTvLswCTnbzn2y0tqT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:9.5625rem;left:0rem;height:1.50024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QvuPnUTq5RVS7XakWJiIpDTbkupuff73 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:9.5625rem;left:20.34375rem;height:1.50024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOQ8mnw0ReA3AdgtTaW0TxG7AzN4Bya4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:9.5625rem;left:40.6875rem;height:1.50024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8CmHwWsiU49iLf5IoNUlIT133DW3SRc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:12.28125rem;left:0.40625rem;height:13.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNHe1lA8ayFqckDF4q1yUtVwJeu20q71 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:12.28125rem;left:20.3125rem;height:7.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTRzadmbUWpB0nFOltzkFzDQsqEPNdmi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:12.28125rem;left:41.15625rem;height:8.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SuDy7q2nHDJoo9TKiUgXopIivRhaGFo1 { background-color:rgba(var(--color-secondary-2),1);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:rgba(var(--color-tertiary-0),1);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:15009;text-align:center;text-align-last:center;top:175.9375rem;left:38.3125rem;display:none; }
#FyZTGPdP0tKwcd2ZUkdJARApFT85ihUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts { 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; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { background-color: transparent; background-image: none; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container > .video-iframe-container { display: none; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row > .video-iframe-container { display: none; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .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); }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { border-width: 0; border-radius: 0; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { font-size:0.875rem;font-family:arial;height:102rem;width:60rem;position:relative;display:block; }#GxU6vC1wt4OEPd6OSAcXH8ronVRRb2Rf { color:rgba(var(--color-primary-3),1);display:block;width:53.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:10.4375rem;left:4.34375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NoMKL6ESntBWxRKVK6QdJerrkkb1McLu { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.625rem;left:4.625rem;height:4.143675rem;text-align:center;text-align-last:center;display:block; }
#aema2TfWvDqc6cx2GNIRGLp2ilRdwTVL { color:rgba(var(--color-tertiary-4),1);display:block;width:53.937rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.0615234375rem;left:3.6552734375rem;height:6.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbVtZzlsEK7nsEmnkAsqMn9gaet9kP7Q { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249511875rem;width:40.687rem;top:13.625rem;left:9.65625rem;display:block; }
#cfvXZyKnGRFTZkw9u734NIFw7GUJsZKa { color:rgba(var(--color-primary-3),1);display:block;width:52.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:20.9375rem;left:3.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#eqZguJc9rd1hIaisCRIxlJ0rkstPviHz { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249511875rem;width:40.6865rem;top:23.9375rem;left:9.6875rem;display:block; }
#Rr3Pa6oViIk0enJ0tufwRI2kO92FyW8E { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:25.3125rem;left:4.625rem;height:6.906125rem;text-align:center;text-align-last:center;display:block; }
#MKyZholJ0OPxSVAmtiRVKqtanSuM2ewR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:11.40625rem;left:15.125rem;display:none; }
#A9KpaUFXUk2fydywRMQNgLO4fgFTSN6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVRRFGuJyTuLtI0L97cTGF1t7ggAPtbi { color:rgba(var(--color-primary-3),1);display:block;width:52.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:34.1875rem;left:4.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#hATWDxFetRfxDiF7P3xSqyLzNMNUqRQq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249511875rem;width:40.6865rem;top:37.1875rem;left:10.1875rem;display:block; }
#aXx4FfvmbK2keS0F2Sc6Ln83ykuAlcyw { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:38.5625rem;left:4.625rem;height:6.906125rem;text-align:center;text-align-last:center;display:block; }
#VFKS3vqIQxKIsKzu9X6t1Zmql2lA6p8e { color:rgba(var(--color-primary-3),1);display:block;width:52.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:47.8125rem;left:4.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TvLcoCkZzJbETpiIIWR1VgAroeuwE7hI { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249511875rem;width:40.6865rem;top:50.8125rem;left:10.1875rem;display:block; }
#kkTHxcPXeDklmNSKGbMdRE9ZDV6mvwvJ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:52.1875rem;left:4.625rem;height:5.5249rem;text-align:center;text-align-last:center;display:block; }
#CaeuB2vlTkHFfcoW4aJ4JGaGvDv3eslA { color:rgba(var(--color-primary-3),1);display:block;width:52.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:60.25rem;left:4.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#fvGTOUOVZuM8aZJphIyzQrz1xnTtiJZI { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249511875rem;width:40.6865rem;top:63.25rem;left:10.1875rem;display:block; }
#ifM62dRfcpycxdcRB6AVXc7UE64dBUIf { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:64.625rem;left:4.625rem;height:5.5249rem;text-align:center;text-align-last:center;display:block; }
#KWGOvlZUFsWDofsEFVxsFO7NOZ0ETRmg { color:rgba(var(--color-primary-3),1);display:block;width:52.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:72.625rem;left:3.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#BxF3VMx3borE4M7MWpuzmxrexnc59hwO { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249511875rem;width:40.6865rem;top:78.125rem;left:10.1875rem;display:block; }
#QbuZ7LZJtlJK5J3XzFozo1J7BKKMw7dc { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:79.5rem;left:4.625rem;height:4.143675rem;text-align:center;text-align-last:center;display:block; }
#k244TGUBH6oQON68gkfZGrEvL8QgydNM { color:rgba(var(--color-primary-3),1);display:block;width:52.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:86.07958984375rem;left:4.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#N2HdFiDgE0HH4iipCgcnoRXOqSyonGXW { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249511875rem;width:40.6860625rem;top:91.75rem;left:10.65673828125rem;display:block; }
#GsXnGeUXhsn3SaikVXa2GOfPwwAxe97M { color:rgba(var(--color-tertiary-4),1);display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:92.625rem;left:4.625rem;height:6.906125rem;text-align:center;text-align-last:center;display:block; }
#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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:148.4375rem;width:60rem;position:relative;display:block; }#cezAGVxT57foGtJwi8XosNKVF3CCmpQ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.43701171875rem;left:0rem;height:3.08715625rem;text-align:center;text-align-last:center;display:block; }
#pdUUTGsREG7HB9Thgv9vXrFamTO2CoK0 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.0625rem;width:60rem;top:29.625rem;left:0rem;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:31.9375rem;width:56.5625rem;top:1.4375rem;left:1.59375rem;overflow:hidden;display:block; }
#bAEDG9lq9QyhcAouyiEAp3EpmDKCM0r1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.5625rem;left:15.9375rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#MCm3Lh8nXfWR02FL3e3lf3GsLrBa9tOW { 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:10.75rem;width:14.6875rem;top:31.9375rem;left:0.625rem;overflow:hidden;display:block; }
#i7ycTEJubTQQ0pw6CrTtbJ3KdtCIHcDV { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:34.33154296875rem;left:15.9375rem;height:8.775rem;text-align:left;text-align-last:left;display:block; }
#Tzv9OT7NX58pQWHckTulHUG2HsUoTBTg { color:#00dc2a;display:block;width:11.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:44.75rem;left:41.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#X3mRcLpb6GLfiSOO1VEDQTi6d9kBn9Hz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:45.25rem;left:19.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#qcZskC3TWN0xny5yF3kKTTtF1zIMoeVi { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:43.875rem;left:15.9375rem; }
#spfIq9eTO8v56SQvfl0xhvHc0dSrMxp4 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:51.5625rem;left:0rem;display:block; }
#nPsfzWa0qvI1AXTq8wuVO2ys9tSuz9uM { 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:7.375rem;width:9.9375rem;top:53.4375rem;left:30.8125rem;overflow:hidden;display:block; }
#x4agRDnbEDd2KneJue3DPPq9LVX7HxOv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:53.4375rem;left:41.375rem;height:5.85021875rem;text-align:left;text-align-last:left;display:block; }
#FeZ1nGagEoa9bOuFEJGVqR0TzFhapfbS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:59.2861328125rem;left:41.375rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#PC9t6GgDqgXLqHZIhZoU6hmZTMga5gUO { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:67rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#tgeqKzZTCHxTO2lrnKoCPyTJ0oz9T7n5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:66.43017578125rem;left:50.1875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#pCqmGQ2pvaNFUgaGnEpZzPt9l3dfMRiz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:66.3125rem;left:32.25rem; }
#A5Q2E2PTwI2Kc7UDw0dR7NhtpXtVBOFc { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:51.5625rem;left:30.5rem;display:block; }
#yhuwDo0EHu6vooyJ4TfmW6NKz5A3lWtP { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:11.9375rem;top:74.9375rem;left:0rem;overflow:hidden;display:block; }
#mGwlzNn0DcpaI685xL0dOFL1PxyM08Xz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:74.9375rem;left:10.875rem;height:5.85021875rem;text-align:left;text-align-last:left;display:block; }
#uST2xNOwlXMlc66HKSmarNPuIm5fksAC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:80.7861328125rem;left:10.9375rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#g0cRk4ok9r2Kx5iT6DNTqd2O8TPK5mAW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:88.5rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#HTKvxWmwnWZzDOvtaVJ4dWyK1UBack3g { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:87.9306640625rem;left:20rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#zlMN4HLpfyCBpko7G7LTrlyf72FFDg0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:87.8125rem;left:1.75rem; }
#cFTTFJHffCzBRu9raI4tN6i1kbtvyQnm { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:72.5rem;left:0rem;display:block; }
#pe05RmAhTuE6hkTJGf3bKf2g3WXPS1XG { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:10.25rem;top:74.9375rem;left:30.8125rem;overflow:hidden;display:block; }
#e5yXUrfPXQAA4M1l3PI9GM04OR3ieIah { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:74.9375rem;left:41.375rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#XBpD0TFM9817lBBbvy7HCK1N2IgI9fbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:78.57421875rem;left:41.375rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#meliNkRmxt62i3IyNuhArxha2MhGCCbl { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:88.5rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#wg3Srx8QNsGcfNq8FRQOaOwGNamTL4Gp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:87.9306640625rem;left:49.25rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#lblWm9C1GnHXFyUUVIL3kssW0iQrqTx4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:87.8125rem;left:32.25rem; }
#wLOADhB1bJruRgnUR3fLV3onmDGg2XCs { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:72.5rem;left:30.5rem;display:block; }
#vSuTqBgDgr6WGFFtJN2vOTTKd7prLOfC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:107.25rem;left:35.1875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#w0hVJsnaDVr3xnLUF6l8uMkE4c5LPW6k { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:107.8125rem;left:19.75rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#ysawlCTfktvMTW1ynKGRsamJgRFNoLCu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:107.125rem;left:16.9375rem; }
#XxS34oBBM9u9DuRMqFoRGkgiwXgbtsGH { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:92.375rem;left:15.1875rem;display:block; }
#U6wsPMaGAIlt9VWBlN4Q8lolLpuMCChX { 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:7.5625rem;width:10.25rem;top:94.25rem;left:15.5625rem;overflow:hidden;display:block; }
#gwLoI1KpzNVs3h1HyAyBaAl3hzEITvxu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:94.25rem;left:26.0625rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#owoHpoooPdW76zBCK5TS3mCDT8IkXUwo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:98.125rem;left:26.25rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#TJgXmlPaewdgCg4yReDa1pTgNtscPdiG { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:117.1875rem;left:5.5625rem;height:27.7875rem;text-align:left;text-align-last:left;display:block; }
#JgC9TGowSATpu7iyw8Cf0UX7C38P2oVW { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:113.3125rem;left:5.5rem;height:3.0874rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTXwKkT8srFr1yOSqWZhk9TSPNn6dAET { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:113.3125rem;left:2.5rem;display:block; }
#zhwVg4AZWPdHUqiPFssw1xgXPNrA1014 { 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:11.9985625rem;width:16.25rem;top:113.3125rem;left:40.8125rem;overflow:hidden;display:block; }
#utKTBwmpHAtlLgayCrMdvPTHuvITFr2n { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:34.9375rem;width:55.6875rem;top:111.9375rem;left:2.125rem;display:block; }
#naOqPG7f7eSiJzp4hHskr6HpQzSnE9r0 { 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.6875rem;width:13.125rem;top:53.4375rem;left:0rem;overflow:hidden;display:block; }
#GTDRCP8VfHo8U2dTH7MJs4mxoyLwtuWD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:53.4375rem;left:10.875rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#KVoHN2bKatt2Nk3qdqpdlemk9u4vTqee { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:56.4375rem;left:10.875rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#vFBl28nG1pvBEgTXNuSq98pdJZ85o9oe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:66.3125rem;left:1.75rem; }
#Egm1PrEUGql5pDmv9CZQpEDvpAk5GKMp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:67rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pMSQEIXv9t1Nk2ClVh6FtfaOAJuaW1by { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:66.4375rem;left:19.5rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { background-color: transparent; background-image: none; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container > .video-iframe-container { display: none; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row > .video-iframe-container { display: none; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .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); }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { border-width: 0; border-radius: 0; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .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; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.831875rem;padding-right:0.72375rem;padding-bottom:0.831875rem;padding-left:0.72375rem;display:block;align-items:center;width:4.340625rem;min-width:4.340625rem;height:4.470625rem;position:relative;font-family:"open sans";font-size:3.3275rem;font-weight:700;line-height:71.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.7875rem;height:1.7675rem;position:relative;font-family:"open sans";font-size:1.2475rem;font-weight:400;line-height:28.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.1245rem;height:8.421375rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:18.0625rem;left:15.4033203125rem;z-index:15071; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #VIPGf62lP5ptgKZ8xg55HVRgAJi7Xwt2 { display:flex;position:relative;top:0rem;left:0rem; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #CxBrU6iDXgJWUfuD2wMGapZ2bKLoTMEU { width:auto; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #fPK6TAaS1SU73V2ELLK9spU2qJheFQuM {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #knUPNg6ZJdSGcEHtNe91dQO5taTouLZN { display:flex;position:relative;top:0rem;left:0rem; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WeJTbuCSA92eNlzuamI7NmNy9PI6HT0h {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #ywTvmL2lOwX6OGcUZnSwszQkTDPdPiGl {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #sxcWh8f1DORzTuqqp4cZyfAhxHAg3k48 { display:flex;position:relative;top:0rem;left:0rem; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #vOclvKaWrCQb8wz4Z5LDaByXwNAM75IT {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nyTWN007adu9RBakG5WRdlieF5etqASQ {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WXhzzWvhVvZKXhFgV57NtLXlLPBNPlbM { display:flex;position:relative;top:0rem;left:0rem; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nem6NnuBTGodewETxVtJ7AtvW81oqeOk {  }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #SRdd3qXCIkLAU82a1DbsXyOBQTF67V69 {  }
#ymnyQD9rTfFyDybblXwzKK34UaDpv3Lx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:11.40625rem;left:15.125rem;display:block; }
#Wh0GAunNChAMv3Ooevx9Mpk67hSBKAGH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fg6TLkFdOX3GaUAuRQKJbLNcCTkBR3n2 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.9375rem;left:5.90625rem;height:7.8003125rem;text-align:center;text-align-last:center;display:block; }
#Nyl8GdmzsrRTbphG7Z55zsUTUoc0hDBV { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:29.25rem;width:55.6875rem;top:0.0634765625rem;left:2.15625rem;display:block; }
#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy { 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; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { background-color: transparent; background-image: none; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container > .video-iframe-container { display: none; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row > .video-iframe-container { display: none; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .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); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { border-width: 0; border-radius: 0; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { font-size:0.875rem;font-family:arial;height:436.5rem;width:60rem;position:relative;display:block; }#QNTr8Mdi0gSIC1mAZBPilqb3UUe7SEEW { 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.125rem;width:24.25rem;top:4.3623046875rem;left:11.25rem;overflow:hidden;display:block; }
#gazBuXRfLTsdwr3Onv88gIcfpAoCdMtT { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:399.1875rem;width:40.625rem;top:12.75rem;left:0rem;display:block; }
#ixE5PFrrZ2E1QFbxM6wQwXnaTxLAfFJ7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:18rem;top:11.38671875rem;left:41.625rem;overflow:hidden;display:block; }
#SByk970vSe7qn2RWxHgkCTHewRlkfDsy { position:absolute;display:block;z-index:14998;background-color:#2d2d2d;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:5.1875rem;width:18.75rem;top:20.5625rem;left:41.25rem;display:block; }
#XwsXgaSdXzuNKskh50wPBgz8bvDHOHG9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.08447265625rem;left:41.25rem;height:4.143675rem;text-align:center;text-align-last:center;display:block; }
#TAmdQbM0ytBt9rHhSpki7OKTexxxzhkd { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.0625rem;height:6.3375rem;text-align:center;text-align-last:center;display:block; }
#mBoROPd70MgXTTJKcylBU38Iui4rWfHI { 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:26.25rem;width:14.75rem;top:26.8125rem;left:42.78125rem;overflow:hidden;display:block; }
#vexvnJ0hiJHtTDG9uwkXEvr6ylwCEJ43 { color:rgba(var(--color-primary-2),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.125rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#kxgC22906ld7XnNTcKVy2mJTGdd45f18 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:38.4375rem;top:39.25rem;left:1.125rem;overflow:hidden;display:block; }
#g7H2r3Z2CB3bxuGcC78HOWfWWfVvMU5t { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.3125rem;height:6.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:60.9375rem;left:4.25rem;display:block; }
#PIGJRUgbndBgOC31bTm1QSb1wJoLscAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVynzXM8CKhg5z2SwzrOTdBWTXJq79Xi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:91.9375rem;left:1.6875rem;height:24.8625rem;text-align:left;text-align-last:left;display:block; }
#DsWVQWagkVz7mplCqi7cUL1UK6KQ59Fw { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:69rem;left:1.8125rem;height:2.27478125rem;text-align:center;text-align-last:center;display:block; }
#E8dlNxs0WFT634KqyGeMexX85AzzVZD5 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:278.4375rem;left:1.6875rem;height:46.8rem;text-align:left;text-align-last:left;display:block; }
#O6hKUm4LP07HTObzwm4Nd5hz8H9aFBrs { 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:19.3125rem;width:34.375rem;top:72.625rem;left:3.1875rem;overflow:hidden;display:block; }
#rXb9rXMGNBOTxSnCQy0WTalb6ZTbuA2G { 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:27.0625rem;width:32.875rem;top:144.9375rem;left:3.9375rem;overflow:hidden;display:block; }
#ZmFwlS3umXtzvIpBhuxXxVzdaAn0K033 { 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:19.875rem;width:36.0625rem;top:117.5rem;left:2.375rem;overflow:hidden;display:block; }
#rTB42ADc4alwAX0mKUAmdZx2H1ePyCFi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:138.4375rem;left:1.6875rem;height:4.3875rem;text-align:left;text-align-last:left;display:block; }
#W5o7IuGiCST9SqgDu0KhFcMCEFIrveXF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:173.9375rem;left:1.6875rem;height:4.3875rem;text-align:left;text-align-last:left;display:block; }
#zbhd6TMDGlN8prv21myXbg7akHMgUSH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:196.6875rem;left:1.6875rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#cJ0yngx3lsnGGf5XguKPspoZG1dvOpAX { 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:16.375rem;width:40.875rem;top:179.375rem;left:0rem;overflow:hidden;display:block; }
#ZSkJXSAWMSparRX78SoN8ZJH3yZKV7cQ { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:30.0625rem;top:200.1875rem;left:5.375rem;overflow:hidden;display:block; }
#wolGc0wpGi9tI6n1brp5sqkqzeelXOfA { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:40.3125rem;top:233.4375rem;left:0.25rem;overflow:hidden;display:block; }
#be8e9xSOCHeovPLzxVDJuT6Agcy3hUCU { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:40.1875rem;top:243.5rem;left:0.3125rem;overflow:hidden;display:block; }
#DsP9SBEkNpGqQBMNz568U22fO7b4u42p { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:28.9375rem;top:254.9375rem;left:5.9375rem;overflow:hidden;display:block; }
#v2VgJREo9BJKowh3wsbq9gWzXgbrpvuh { color:rgba(var(--color-primary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:273.4375rem;left:1.8125rem;height:4.5495625rem;text-align:center;text-align-last:center;display:block; }
#xe31ZOVrBEImW0D2fTfPn1Wh8rkLO29T { color:rgba(var(--color-primary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:327.1875rem;left:1.8125rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#LQkwf7OleUVJ27VWoa6uv7GXhn5mK2OB { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:40.375rem;top:335.1875rem;left:0rem;overflow:hidden;display:block; }
#NszTfHTvg9m1N90O3oyB3HRB6O86rcNh { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:366.875rem;left:1.6875rem;height:26.325rem;text-align:left;text-align-last:left;display:block; }
#TTaQywIKHiatoanBSK7yB67qUSxFHWQq { position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:27.9375rem;width:40.625rem;top:406.25rem;left:0rem;display:block; }
#VSTnk6EKg7GaTb7VwQcvy38c4ULiUTvN { color:rgba(var(--color-primary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:394.9375rem;left:1.875rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#mWDhGrISIz6ssFHDhlfRw3uuKMMFhEWF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:402.5rem;left:1.75rem;height:29.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tDKB4X8pB6HKmZcycWLSLsrnL9HOINOJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:55.125rem;left:41.25rem;overflow:hidden;display:block; }
#hAXtyzFbsF2nGkKe9oJlX8PAx5524KQq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:58rem;left:41.25rem;height:33.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vQ5mwQDvchfN7FMrVAh9ibVkfObdhB8n { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:54.125rem;left:43.5625rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#s0BZpkRfOVgDswQL6gnruFmwDwUM9z59 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:93.9375rem;left:41.25rem;overflow:hidden;display:block; }
#QPCnh3bWoWDawarubTatlwdcSLTkodpC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:94.22509765625rem;left:43.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#yl1CNmPrn7JEA3Q2R9feEXDVBfQlScSV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:14990;line-height:1.3;letter-spacing:0;top:96.8125rem;left:41.25rem;height:27.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BkwBUOQ0n9P6XzyXyb9M6HH6yvTqUAzg { 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:1.875rem;width:1.875rem;top:125.4375rem;left:41.25rem;overflow:hidden;display:block; }
#chmZE7XaC9UT0bVi6ZT5KTzTM2psZRP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:125.0625rem;left:43.625rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#X7AQe7sqbtfOsLUU7e8Ffa6211TdOTt2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:14991;line-height:1.3;letter-spacing:0;top:128.3125rem;left:41.25rem;height:23.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fpdeAeXUQZpVqrwPCHVDc2SLfLLB1nf1 { 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:1.875rem;width:1.875rem;top:152.3125rem;left:41.25rem;overflow:hidden;display:block; }
#dVznxKrF2qeJWerN8LBFsfrumnSb4IvC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:152.625rem;left:43.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#JnqOLTvQTMJhT3s2FPdeEqrA9P4Xi0li { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:14992;line-height:1.3;letter-spacing:0;top:155.1875rem;left:41.25rem;height:9.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eXRBenANBdivVVcqo3XhSGXfBmJkwXPb { position:absolute;display:block;z-index:15001;background-color:#2d2d2d;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.125rem;width:18.75rem;top:165.9375rem;left:41.25rem;display:block; }
#vIyVbAAXumNrnPBcbu8Su4MQJVdZZ4AS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:166.125rem;left:41.25rem;height:2.76245rem;text-align:center;text-align-last:center;display:block; }
#kI34Uvdqa8aZFh7Hn42Uu3SvLbHoVaoK { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:18.9375rem;top:168.875rem;left:41.0625rem;overflow:hidden;display:block; }
#VO2o9hwIBRqlH9spIlDZcG201qAQRRU8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:11.40625rem;left:15.125rem;display:none; }
#q0APTQ5Z5iG4r0bIh3wUNbX4UaSen001 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvKpcabbTtvrU3HRburJcCgquuaSRZMF { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.625rem;left:1.125rem;height:14.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { background-color: transparent; background-image: none; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container > .video-iframe-container { display: none; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row > .video-iframe-container { display: none; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .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); }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { border-width: 0; border-radius: 0; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { font-size:0.875rem;font-family:arial;height:148.4375rem;width:60rem;position:relative;display:block; }#g8Rn3wh0ntIaEzyM4E9praEyJ6b9m8wX { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.43701171875rem;left:0rem;height:3.08715625rem;text-align:center;text-align-last:center;display:block; }
#eN74fcMo7OyVxaGxAagTaHew3b8e6S83 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.0625rem;width:60rem;top:29.625rem;left:0rem;display:block; }
#PTmfNLMDxR80L1y9ChxTdPh4mDwKBcWp { 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:31.9375rem;width:56.5625rem;top:1.4375rem;left:1.59375rem;overflow:hidden;display:block; }
#XboDHVkFGcZO0nK1UqbE8rSAyJvsBgKZ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.5625rem;left:15.9375rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#du87w3orK1bdfFq4QXTzR6RCwMy6JnmD { 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:10.75rem;width:14.6875rem;top:31.9375rem;left:0.625rem;overflow:hidden;display:block; }
#uZOcIzvo0mBWO0naCi8Gr0K7ztrrqdaK { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:34.33154296875rem;left:15.9375rem;height:8.775rem;text-align:left;text-align-last:left;display:block; }
#ilU5y86hv0mTR9BaDTCFOwlBp365g3xL { color:#00dc2a;display:block;width:11.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:44.75rem;left:41.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#muw0tzerZ47E5vA2sB70pSTPz1s35yLD { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:45.25rem;left:19.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#U2ax4Cp2knpTNZSRmPdksQuAZM9oy69f { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:43.875rem;left:15.9375rem; }
#NtkoyEQPE7rfpzUylPqSieqDTsnTA80a { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:51.5625rem;left:0rem;display:block; }
#LK581UTGUSkXu8Zx6MbDdd0pmcd09epG { 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:7.375rem;width:9.9375rem;top:53.4375rem;left:30.8125rem;overflow:hidden;display:block; }
#MN6LO6B8l38TTg8Ky5O3r1QG2FDWXRwn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:53.4375rem;left:41.375rem;height:5.85021875rem;text-align:left;text-align-last:left;display:block; }
#MV2BPVyoSbSxZWq1cupUhdtroadJTtwh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:59.2861328125rem;left:41.375rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#u4XvXJvB5I4d3tinDUVuFt8aBsKsfpZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:67rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#AU4ZelUswsMrIiN86yflVCUo43FXTCTK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:66.43017578125rem;left:50.1875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#ZCAai8uB3WsESihZCfUb5yHCQVCPNgwd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:66.3125rem;left:32.25rem; }
#Xr22T5xPRTrcK8LNeztsr8iugIWSwyCk { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:51.5625rem;left:30.5rem;display:block; }
#yr6m4FTuwO8RaAsm8qgZiZF2yZrCiKTl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:11.9375rem;top:74.9375rem;left:0rem;overflow:hidden;display:block; }
#hM99PefFBP5ZWi58TRT5pVpEEFfBeKI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:74.9375rem;left:10.875rem;height:5.85021875rem;text-align:left;text-align-last:left;display:block; }
#bBZT2O0mRea6XWyMJqXl8a0xO6WwTmaz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:80.7861328125rem;left:10.9375rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#JWQlafoK2BuAx4HCKQIFliUe3l6Gxoza { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:88.5rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#LhIzmlumU3l90HB3tuZUCvrof53LXAwd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:87.9306640625rem;left:20rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#pXEIUs7TWX0OTJMfV5wUAgd6kyhMG2bK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:87.8125rem;left:1.75rem; }
#VlBSMx7SBvS3JwDdsZUB1hGp1fbeMeA3 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:72.5rem;left:0rem;display:block; }
#mdZ2kLTdU4BzKcCSccaApAwcFn4IL6Ce { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:10.25rem;top:74.9375rem;left:30.8125rem;overflow:hidden;display:block; }
#M66KhZKi9vwSRTZbsaLQdDEkgacnPlB5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:74.9375rem;left:41.375rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#rdlwWcsicUpKcvdv53sTWACC2ukQDFLU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:78.57421875rem;left:41.375rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#dNrOlTrBdftFFlQwbz6mXPKBtdPFhhNL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:88.5rem;left:35.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#dc0JFHgmT5AvdHN5kKeS3GtHh57eQn1S { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:87.9306640625rem;left:49.25rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#PIiWlVGtyiqXKnDHNN3B6FoqLWUqAPXa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:87.8125rem;left:32.25rem; }
#FFEMXvRcB2nNh8Bdq1huJuSzIPIHOdiw { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:72.5rem;left:30.5rem;display:block; }
#rQKRU0ZuAobV3p48GogNXTpwRLyGmcIf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:107.25rem;left:35.1875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#U52rOBiQZd2DSFTQFHy0vF7rtgkUeTNW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:107.8125rem;left:19.75rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#QttJ5mAFTyD4ZaDiZk3S021DgJf1HGQV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:107.125rem;left:16.9375rem; }
#q0T1Vmg5ZT2MrfPlE07qIJemTOeTv4UO { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:18.125rem;width:29.5rem;top:92.375rem;left:15.1875rem;display:block; }
#gtm35yOatLiVM2MfqGbkDpqJxbCz5gMN { 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:7.5625rem;width:10.25rem;top:94.25rem;left:15.5625rem;overflow:hidden;display:block; }
#TQN7kTTmmRDt5NBVPcHlMllTpULd2CH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:94.25rem;left:26.0625rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#EBEEmmXtpvMcKvRK9JlAdmbMgtT7BqOd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:98.125rem;left:26.25rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#zI1lzH6doM2QkyMKCieZ37NSBJnRIRG3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:117.1875rem;left:5.5625rem;height:27.7875rem;text-align:left;text-align-last:left;display:block; }
#J01hkxb9VIXMzQAMH9x9tgkJbi536dTw { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:113.3125rem;left:5.5rem;height:3.0874rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HBHXZVzRdtJUE12BHzaMLpavyTIRCCrK { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:113.3125rem;left:2.5rem;display:block; }
#pfp7UIF0M2E6ss5sBPseqtKo7Z4PC4ZA { 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:11.9985625rem;width:16.25rem;top:113.3125rem;left:40.8125rem;overflow:hidden;display:block; }
#PTDxsltCRLbU4BDz4MNe8xlwH60aZ6OD { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:34.9375rem;width:55.6875rem;top:111.9375rem;left:2.125rem;display:block; }
#mvrZgSkI9V5pslIp35PU3ySS5hWhU5FB { 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.6875rem;width:13.125rem;top:53.4375rem;left:0rem;overflow:hidden;display:block; }
#LsadVtLpggAOtTyHz7n3eWLDVTGxMrKF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:53.4375rem;left:10.875rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#bcqUHGaF0XFUXZzfZKmxgZ2TbSSJVryq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:56.4375rem;left:10.875rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#L75ftTIkyTW369DSTPuSkKrNEPAwmqH8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:66.3125rem;left:1.75rem; }
#CfA7Z1FcBeRIw1NW4AhJnMuMZ7NDVBEv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:67rem;left:4.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#taopFT0lh4hipDQzcp2XAd12Mx7fUlpQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:66.4375rem;left:19.5rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#LuGZEgiGDqCL7pExDb53653Di19uMATV { position:relative;display:block; }#LuGZEgiGDqCL7pExDb53653Di19uMATV { background-color: transparent; background-image: none; }#LuGZEgiGDqCL7pExDb53653Di19uMATV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row .container > .video-iframe-container { display: none; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row > .video-iframe-container { display: none; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .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); }#LuGZEgiGDqCL7pExDb53653Di19uMATV { border-width: 0; border-radius: 0; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .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; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.375rem;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; }#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .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; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.811875rem;padding-right:0.711875rem;padding-bottom:0.811875rem;padding-left:0.711875rem;display:block;align-items:center;width:4.27rem;min-width:4.27rem;height:4.36375rem;position:relative;font-family:"open sans";font-size:3.248125rem;font-weight:700;line-height:69.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.5075rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.693125rem;height:1.725rem;position:relative;font-family:"open sans";font-size:1.2175rem;font-weight:400;line-height:27.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g { 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:26.6875rem;height:8.25rem;padding-top:1.015rem;padding-right:1.016875rem;padding-bottom:1.015rem;padding-left:1.016875rem;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.875rem;left:15.6875rem;z-index:15071; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #zoVtm5fTTiTWDROVXJpxRI7hZpNinNiK { display:flex;position:relative;top:0rem;left:0rem; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #kTQQFGWIBL3mSwSx00Tu8ntxUaiz26ZR { width:auto; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #tdLX8QdvqvxL2EZCNIsyFiHdHb6n80DO {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #EqMN2Tqk15dAXVOZOEg2V8auBIWoyTIh { display:flex;position:relative;top:0rem;left:0rem; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #xwJuTinOiGA96doTJLMN5FxbK9erv2oJ {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #CQCnfTMHnJd3r1Gtd7pHBX8unNUd4K3V {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #wVo7AkkGErEwdgnVOPmyLy4ZVFomfntw { display:flex;position:relative;top:0rem;left:0rem; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #ZJWxdcMvJJ68vaSeRmhMIcXmgQXpuntC {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #WKL5MRnLwLXu9COqZkZilEU94VGywBrq {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #mZp5iX3egCRgTsTJgyh1g2L2owD0o93r { display:flex;position:relative;top:0rem;left:0rem; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #uG2698fSSVxzND27BtKWHPiArwZ6lUeT {  }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #yMLB7M5HQd0TgNT3fpqBTCTnlX1eCoRx {  }
#nRMyQiHPF7UrmefyOgIUJhL3t8Z8sH8M { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:3.875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:13rem;left:16.59375rem;display:block; }
#a6QFLhx7Vniy9nsEdLkKxtlM1PPBUbta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSxc7NXx4TbV0rpuTXa8CwktSp8ilswE { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:2.0625rem;left:8.09375rem;height:6.58125rem;text-align:center;text-align-last:center;display:block; }
#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { background-color: transparent; background-image: none; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container > .video-iframe-container { display: none; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row > .video-iframe-container { display: none; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .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); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { border-width: 0; border-radius: 0; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:60rem;position:relative;display:block; }#P6KhVmVtdHrnTfgvp2LogRKH9KVsNiyF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.1875rem;left:1.625rem;overflow:hidden;display:block; }
#yBMIDGcDDv5vaGfwxrTvWgwRiFSOAxbm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.625rem;height:27.3rem;text-align:left;text-align-last:left;display:block; }
#FK66PMXURT4SJolyXHJ3ck83suHKO1Wf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:0.5rem;left:3.71875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#rK8q4XOUAqIq4q3T7kkckO5XUs6wtRT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:3.75rem;left:33.5625rem;height:24.7rem;text-align:left;text-align-last:left;display:block; }
#NgaNB7BTQ9gZz0q2xMfK2NvitnXdcGOW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:1.3125rem;left:33.65625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#FhALV5AspwwtizWQzTX4R9THV5TKDfkc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:31.5625rem;overflow:hidden;display:block; }
#Q5l2Kv7OZ3UlMOvDk4fMsZGomQS94POV { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:32.75rem;left:33.4375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#FTGhvLzNK7kIluKcNM3LhxSCrwxy0mdt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.4375rem;left:31.5625rem;overflow:hidden;display:block; }
#s9CmstCEmKWoZOpEByNJWAJKrpHy1cKh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:36.9375rem;left:33.4375rem;height:14.3rem;text-align:left;text-align-last:left;display:block; }
#NOhLJZSiGJoKnc0Q8nDkMLu4CgRs7ATT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.4375rem;left:1.625rem;overflow:hidden;display:block; }
#CEu87hf9PT6xZXPnWeQ0pcezXqPbipXU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:33.5625rem;left:3.71875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#eXI2DrFIHAhmAuhiCPkST0Ql7vsAL0hy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:36.9375rem;left:3.625rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#T7AKavZUouvPBpxh85IWOvpFCOJdM351 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:53.5rem;left:20.1875rem;height:1.3rem;display:block; }
#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { background-color: transparent; background-image: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { border-width: 0; border-radius: 0; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#elNHuRt87dlx551N81fdyF7TUlUlHrwy { color:rgba(var(--color-tertiary-4),1);display:block;width:59.937125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:1.8408203125rem;left:0rem;height:15.84375rem;display:block; }
#KSmUot60STwBT6MCItsa1s8TF9KTbnna { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:0rem;left:30.75rem;height:1.3rem;display:block; }
#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242424;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { background-color: transparent; background-image: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { border-width: 0; border-radius: 0; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { background-color:#65b300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);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.54358125rem;text-align:center;text-align-last:center;display:block; }
#f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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.925rem;text-align:left;text-align-last:left;display:block; }
#OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:14.6875rem;top:0rem;left:0.70161290322581rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { width:12.5rem;height:2.0625rem;top:0.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.75rem;height:1.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:47.75rem;height:1.375rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:4.8125rem;top:3.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:47.75rem;height:4.625rem;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:17.6875rem;height:3.0625rem;top:40.0625rem;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.5625rem;left:30.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:1rem;top:17.875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:18.0625rem;height:10.1875rem;top:18.875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:17.625rem;height:1.375rem;top:29.0625rem;left:30.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:11.9375rem;height:1.125rem;top:30.4375rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:17.6875rem;height:4.5rem;top:32.375rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:18.5rem;height:1.625rem;top:37.5625rem;left:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l { display:flex;width:18rem;height:5.0625rem;top:36.9375rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Aqgc92lTHEzRepC532fhrwc5DNpiZQgX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #SZ0OGwUeeZbxOUsH2TRwDZ5VfLXQ4c7Q {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VTGA51OrqfAuKdwDuKZbhb6ofrzqGkD8 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #rsScm8MI4rRzqhixr3oRiSh1GwRxytKV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #x0qWTO0AX5T8nQbRDhumJ0cPWvTM9xBF {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #OUsiu7WPxxo1a845PI5AZXXH8ScOK8cV {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nPa8mSTDvaw92NIu9nxVa7P3HH04NHzN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VwpIW3QUR4No7MhXkxsOXLEvidA6K483 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #MiMa6hVTTGUInsVMMGNFkRWf2HO9DqLt {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #V1yAS5bKRyB8q5JWvosRqBf2PKhVrkJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Jym5KnXUbdAttGmfJ0orVMiO4Wiv1gyk {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nohLhs0QffWeuSeFxuolHRIR90Jhh7wo {  }
 }@media only screen and (max-width: 763px) { #tfA1cGe0WKHkHRek9ph0ReaHaTtEZxu1 { width:18.25rem;height:46.375rem;top:14.375rem;left:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENF54TNsOuVuEo8HguASNZDXQcV74ptS { width:36.375rem;height:1.5rem;top:14.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9AUb2zyBClvPQWvsiVR8RJT5l2UhtyP { width:6rem;height:4.375rem;top:48.9375rem;left:41.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnvruMG6h9pJNlhutRL17x5DCZZF1QLV { width:17.625rem;height:5.625rem;top:54.25rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTaAmt0CoaSsB23zqhWoPOceCfDGxdH { width:34.0625rem;height:33rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6BGcFCcXaNDvnJfzLfQXP9zTJaUW3o3 { width:18.5625rem;height:33rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoP8QtrtWWIHTSWpa9Qs6EzlNDHlwaZ7 { width:18.5625rem;height:33rem;top:38.1875rem;left:0rem;display:none; }
 }@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:61.375rem;top:7.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:23.75rem;height:2.75rem;top:12.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.75rem;top:12.75rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:8.3125rem;height:6.125rem;top:16.625rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:15.6875rem;height:5.625rem;top:18.125rem;left:32.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { width:3.125rem;height:3.125rem;top:23.9375rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:7rem;height:1.125rem;top:25.125rem;left:32.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:11.625rem;height:2.4375rem;top:24.25rem;left:36.125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:23.75rem;height:2.75rem;top:27rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.6875rem;height:1.75rem;top:27.4375rem;left:24.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:33.3125rem;height:4.5rem;top:88.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:33.75rem;height:54.0625rem;top:93.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:16.1875rem;height:6.8125rem;top:33rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:9.125rem;height:2.25rem;top:40.1875rem;left:38.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:9.75rem;height:1.125rem;top:40.75rem;left:32.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { width:2.5rem;height:2.5rem;top:40.0625rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:7.3125rem;height:5.375rem;top:32.1875rem;left:29.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:9.1875rem;height:2.25rem;top:68rem;left:38.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.75rem;height:1.125rem;top:68.5625rem;left:32.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { width:2.5rem;height:2.5rem;top:67.875rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:7.25rem;height:5.375rem;top:58.125rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:16.1875rem;height:9.0625rem;top:58.125rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.25rem;top:53.375rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.75rem;height:1.125rem;top:53.9375rem;left:32.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { width:2.5rem;height:2.5rem;top:53.3125rem;left:29.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:10.5625rem;height:7.8125rem;top:43.4375rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:16.1875rem;height:6.8125rem;top:46.0625rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:9.0625rem;height:2.25rem;top:96.6875rem;left:38.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:9.75rem;height:1.125rem;top:97.25rem;left:32.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { width:2.5rem;height:2.5rem;top:96.5625rem;left:29.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:10.875rem;height:8.0625rem;top:86.6875rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:16.1875rem;height:7.9375rem;top:87.875rem;left:31.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.8125rem;height:2.25rem;top:83.1875rem;left:38.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:9.75rem;height:1.125rem;top:83.75rem;left:32.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { width:2.5rem;height:2.5rem;top:83.0625rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:7.25rem;height:5.375rem;top:73.6875rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:16.5rem;height:7.9375rem;top:74.4375rem;left:31.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.875rem;height:1.2464955667495rem;top:4.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:32.875rem;height:4.5rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:33.3125rem;height:1.5rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBPB37C1nq2dtiUl0nBLOMMrlMqrZ89Q { width:34.375rem;height:19.3125rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRCk6Dn738bqnFxqdFiMMnS8DDSqfL0W { width:33.3125rem;height:2.625rem;top:182.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { width:13.75rem;height:1.25rem;top:16.625rem;left:34rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uECMzlgRNMNBvTEUHs67SoPbtzFbTnFV { width:16.0625rem;height:2.5625rem;top:30.375rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { width:16.0625rem;height:2.5625rem;top:43.4375rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { width:16.0625rem;height:1.25rem;top:56.875rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCEi8SxXra3TemrMoTLVLy3qChJKFEWQ { width:16.0625rem;height:2.5625rem;top:71.9375rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #frAEO7gpOGFIe3CkElS1u7ZTB8Po2lcx { width:16.0625rem;height:1.25rem;top:86.625rem;left:31.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { width:23.5625rem;height:4.375rem;top:111.5625rem;left:24.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { width:17.6875rem;height:3.0625rem;top:116.4375rem;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:119.875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwq9dfA44qaikR6dM1a26NOZlNSNSNK { width:22.375rem;height:12.625rem;top:98.9375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTyGtB1VfvSQrITF68sacPi77TTtGit { width:22.375rem;height:12.625rem;top:1.1875rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLkJ24hOGgtusT3dLTk7KLJigmhxnuTq { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTfZ6Qm2vl5biWI4FhGfpvfa7lXoLuOE { width:33.75rem;height:127.1875rem;top:185.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqQhRa6PrWII1FEg4qh0leEu1ShhSVzf { width:23.25rem;height:3.375rem;top:125.3125rem;left:24.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRGw2JZiGPG3JtiqqD7sDcomPJazG1vZ { width:16.9375rem;height:30.125rem;top:149.8125rem;left:2.0927734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmdL9O8wEfUccVtuMAnsSRhKTR6L3TXJ { width:22.8125rem;height:120.875rem;top:133.5625rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtQX35ntnxGcRpAnOaqxxmgAvLBvZ91E { width:23.75rem;height:2.75rem;top:130rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtx7rbySl5SIk0nouaVpX179MRIC6aG0 { width:23.6875rem;height:1.75rem;top:130.5rem;left:24.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5vyhK2rArkMPAnSecfXLuFz0nN6x51X { width:25.125rem;height:25.125rem;top:256.1875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.9375rem;height:269.625rem;top:12rem;left:22.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 { display:block; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Oms4tA9EzrGci2bvS4zZSmupwqHTTs { width:47.75rem;height:5.625rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6TJyeG7IWfWGQC2pnp0UXwUPhZuXa0c { width:19.375rem;height:18.75rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrT2uX3XMKJ3mdbPCLgMB4oZyDNZcaFT { width:19.375rem;height:18.75rem;top:8.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6R6Z02hzDUJzAeiQ6twzA9Kk7mvPTB { width:19.375rem;height:18.75rem;top:8.75rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lS4UpvxBaeCTHTvLswCTnbzn2y0tqT { width:19.375rem;height:1.5rem;top:9.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvuPnUTq5RVS7XakWJiIpDTbkupuff73 { width:19.3125rem;height:1.5rem;top:9.5625rem;left:14.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOQ8mnw0ReA3AdgtTaW0TxG7AzN4Bya4 { width:19.3125rem;height:1.5rem;top:9.5625rem;left:28.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8CmHwWsiU49iLf5IoNUlIT133DW3SRc { width:18.5625rem;height:13.8125rem;top:12.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHe1lA8ayFqckDF4q1yUtVwJeu20q71 { width:19.375rem;height:7.4375rem;top:12.25rem;left:14.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRzadmbUWpB0nFOltzkFzDQsqEPNdmi { width:18.4375rem;height:8.5rem;top:12.25rem;left:29.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuDy7q2nHDJoo9TKiUgXopIivRhaGFo1 { width:17.6875rem;height:3.0625rem;top:175.9375rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyZTGPdP0tKwcd2ZUkdJARApFT85ihUu { display:block; }
 }@media only screen and (max-width: 763px) { #GZ7PFLizNaXTqqQULAF4w40tKHHRHWts { display:block; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxU6vC1wt4OEPd6OSAcXH8ronVRRb2Rf { width:47.75rem;height:2.4375rem;top:10.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoMKL6ESntBWxRKVK6QdJerrkkb1McLu { width:47.75rem;height:4.125rem;top:14.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aema2TfWvDqc6cx2GNIRGLp2ilRdwTVL { width:47.75rem;height:6.8125rem;top:1rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbVtZzlsEK7nsEmnkAsqMn9gaet9kP7Q { width:40.625rem;height:0.1875rem;top:13.625rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfvXZyKnGRFTZkw9u734NIFw7GUJsZKa { width:47.75rem;height:2.4375rem;top:20.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqZguJc9rd1hIaisCRIxlJ0rkstPviHz { width:40.625rem;height:0.1875rem;top:23.9375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr3Pa6oViIk0enJ0tufwRI2kO92FyW8E { width:47.75rem;height:6.875rem;top:25.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKyZholJ0OPxSVAmtiRVKqtanSuM2ewR { width:29.75rem;height:4.8125rem;top:11.375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9KpaUFXUk2fydywRMQNgLO4fgFTSN6N { display:block; }
 }@media only screen and (max-width: 763px) { #QVRRFGuJyTuLtI0L97cTGF1t7ggAPtbi { width:47.75rem;height:2.4375rem;top:34.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hATWDxFetRfxDiF7P3xSqyLzNMNUqRQq { width:40.625rem;height:0.1875rem;top:37.1875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXx4FfvmbK2keS0F2Sc6Ln83ykuAlcyw { width:47.75rem;height:6.875rem;top:38.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFKS3vqIQxKIsKzu9X6t1Zmql2lA6p8e { width:47.75rem;height:2.4375rem;top:47.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvLcoCkZzJbETpiIIWR1VgAroeuwE7hI { width:40.625rem;height:0.1875rem;top:50.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkTHxcPXeDklmNSKGbMdRE9ZDV6mvwvJ { width:47.75rem;height:5.5rem;top:52.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaeuB2vlTkHFfcoW4aJ4JGaGvDv3eslA { width:47.75rem;height:2.4375rem;top:60.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvGTOUOVZuM8aZJphIyzQrz1xnTtiJZI { width:40.625rem;height:0.1875rem;top:63.25rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifM62dRfcpycxdcRB6AVXc7UE64dBUIf { width:47.75rem;height:5.5rem;top:64.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWGOvlZUFsWDofsEFVxsFO7NOZ0ETRmg { width:47.75rem;height:4.875rem;top:72.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxF3VMx3borE4M7MWpuzmxrexnc59hwO { width:40.625rem;height:0.1875rem;top:78.125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbuZ7LZJtlJK5J3XzFozo1J7BKKMw7dc { width:47.75rem;height:4.125rem;top:79.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k244TGUBH6oQON68gkfZGrEvL8QgydNM { width:47.75rem;height:4.875rem;top:86.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2HdFiDgE0HH4iipCgcnoRXOqSyonGXW { width:40.625rem;height:0.1875rem;top:91.75rem;left:4.53173828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsXnGeUXhsn3SaikVXa2GOfPwwAxe97M { width:47.75rem;height:6.875rem;top:92.625rem;left:0rem;font-size:1.0625rem;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) { #cezAGVxT57foGtJwi8XosNKVF3CCmpQ0 { width:47.75rem;height:3.0625rem;top:0.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUUTGsREG7HB9Thgv9vXrFamTO2CoK0 { width:47.625rem;height:18.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUeL1WrDsTIzaWOF8InmcXDamp2U6Pk7 { width:47.75rem;height:26.961602209945rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAEDG9lq9QyhcAouyiEAp3EpmDKCM0r1 { width:28.1875rem;height:2.5625rem;top:31.5625rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCm3Lh8nXfWR02FL3e3lf3GsLrBa9tOW { width:14.6875rem;height:10.75rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ycTEJubTQQ0pw6CrTtbJ3KdtCIHcDV { width:42.1875rem;height:8.75rem;top:34.3125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzv9OT7NX58pQWHckTulHUG2HsUoTBTg { width:11.625rem;height:2.4375rem;top:44.75rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3mRcLpb6GLfiSOO1VEDQTi6d9kBn9Hz { width:9.9375rem;height:1.4375rem;top:45.25rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcZskC3TWN0xny5yF3kKTTtF1zIMoeVi { width:4rem;height:4rem;top:43.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spfIq9eTO8v56SQvfl0xhvHc0dSrMxp4 { width:29.5rem;height:18.125rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPsfzWa0qvI1AXTq8wuVO2ys9tSuz9uM { width:9.9375rem;height:7.375rem;top:53.4375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4agRDnbEDd2KneJue3DPPq9LVX7HxOv { width:17.5rem;height:5.8125rem;top:53.4375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeZ1nGagEoa9bOuFEJGVqR0TzFhapfbS { width:17.5rem;height:6.8125rem;top:59.25rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9t6GgDqgXLqHZIhZoU6hmZTMga5gUO { width:9.75rem;height:1.125rem;top:67rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgeqKzZTCHxTO2lrnKoCPyTJ0oz9T7n5 { width:8.75rem;height:2.25rem;top:66.375rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCqmGQ2pvaNFUgaGnEpZzPt9l3dfMRiz { width:2.5rem;height:2.5rem;top:66.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Q2E2PTwI2Kc7UDw0dR7NhtpXtVBOFc { width:29.5rem;height:18.125rem;top:51.5625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhuwDo0EHu6vooyJ4TfmW6NKz5A3lWtP { width:11.9375rem;height:8.8125rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwlzNn0DcpaI685xL0dOFL1PxyM08Xz { width:17.5rem;height:5.8125rem;top:74.9375rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uST2xNOwlXMlc66HKSmarNPuIm5fksAC { width:17.4375rem;height:6.8125rem;top:80.75rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cRk4ok9r2Kx5iT6DNTqd2O8TPK5mAW { width:9.75rem;height:1.125rem;top:88.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKvxWmwnWZzDOvtaVJ4dWyK1UBack3g { width:8.4375rem;height:2.25rem;top:87.875rem;left:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMN4HLpfyCBpko7G7LTrlyf72FFDg0T { width:2.5rem;height:2.5rem;top:87.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFTTFJHffCzBRu9raI4tN6i1kbtvyQnm { width:29.5rem;height:18.125rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe05RmAhTuE6hkTJGf3bKf2g3WXPS1XG { width:10.25rem;height:7.5rem;top:74.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5yXUrfPXQAA4M1l3PI9GM04OR3ieIah { width:17.5rem;height:3.875rem;top:74.9375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpD0TFM9817lBBbvy7HCK1N2IgI9fbZ { width:17.5rem;height:9.0625rem;top:78.5625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meliNkRmxt62i3IyNuhArxha2MhGCCbl { width:9.75rem;height:1.125rem;top:88.5rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3Srx8QNsGcfNq8FRQOaOwGNamTL4Gp { width:9.6875rem;height:2.25rem;top:87.875rem;left:38.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lblWm9C1GnHXFyUUVIL3kssW0iQrqTx4 { width:2.5rem;height:2.5rem;top:87.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLOADhB1bJruRgnUR3fLV3onmDGg2XCs { width:29.5rem;height:18.125rem;top:72.5rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSuTqBgDgr6WGFFtJN2vOTTKd7prLOfC { width:8.4375rem;height:2.25rem;top:107.25rem;left:29.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0hVJsnaDVr3xnLUF6l8uMkE4c5LPW6k { width:9.75rem;height:1.125rem;top:107.8125rem;left:13.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysawlCTfktvMTW1ynKGRsamJgRFNoLCu { width:2.5rem;height:2.5rem;top:107.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxS34oBBM9u9DuRMqFoRGkgiwXgbtsGH { width:29.5rem;height:18.125rem;top:92.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6wsPMaGAIlt9VWBlN4Q8lolLpuMCChX { width:10.25rem;height:7.5625rem;top:94.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwLoI1KpzNVs3h1HyAyBaAl3hzEITvxu { width:17.5rem;height:3.875rem;top:94.25rem;left:19.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owoHpoooPdW76zBCK5TS3mCDT8IkXUwo { width:17.4375rem;height:7.9375rem;top:98.125rem;left:20.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgXmlPaewdgCg4yReDa1pTgNtscPdiG { width:34.875rem;height:27.75rem;top:117.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgC9TGowSATpu7iyw8Cf0UX7C38P2oVW { width:34.9375rem;height:3.0625rem;top:113.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTXwKkT8srFr1yOSqWZhk9TSPNn6dAET { width:3.125rem;height:3.125rem;top:113.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhwVg4AZWPdHUqiPFssw1xgXPNrA1014 { width:16.25rem;height:11.9985625rem;top:113.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utKTBwmpHAtlLgayCrMdvPTHuvITFr2n { width:47.625rem;height:34.9375rem;top:111.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naOqPG7f7eSiJzp4hHskr6HpQzSnE9r0 { width:13.125rem;height:9.6875rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDRCP8VfHo8U2dTH7MJs4mxoyLwtuWD { width:17.5rem;height:1.9375rem;top:53.4375rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVoHN2bKatt2Nk3qdqpdlemk9u4vTqee { width:17.5rem;height:7.9375rem;top:56.4375rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFBl28nG1pvBEgTXNuSq98pdJZ85o9oe { width:2.5rem;height:2.5rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egm1PrEUGql5pDmv9CZQpEDvpAk5GKMp { width:9.75rem;height:1.125rem;top:67rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMSQEIXv9t1Nk2ClVh6FtfaOAJuaW1by { width:8.9375rem;height:2.25rem;top:66.4375rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi { display:block; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .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; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .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; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #VIPGf62lP5ptgKZ8xg55HVRgAJi7Xwt2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #CxBrU6iDXgJWUfuD2wMGapZ2bKLoTMEU {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #fPK6TAaS1SU73V2ELLK9spU2qJheFQuM {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #knUPNg6ZJdSGcEHtNe91dQO5taTouLZN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WeJTbuCSA92eNlzuamI7NmNy9PI6HT0h {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #ywTvmL2lOwX6OGcUZnSwszQkTDPdPiGl {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #sxcWh8f1DORzTuqqp4cZyfAhxHAg3k48 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #vOclvKaWrCQb8wz4Z5LDaByXwNAM75IT {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nyTWN007adu9RBakG5WRdlieF5etqASQ {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WXhzzWvhVvZKXhFgV57NtLXlLPBNPlbM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nem6NnuBTGodewETxVtJ7AtvW81oqeOk {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #SRdd3qXCIkLAU82a1DbsXyOBQTF67V69 {  }
 }@media only screen and (max-width: 763px) { #ymnyQD9rTfFyDybblXwzKK34UaDpv3Lx { width:29.75rem;height:4.8125rem;top:11.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0GAunNChAMv3Ooevx9Mpk67hSBKAGH { display:block; }
 }@media only screen and (max-width: 763px) { #Fg6TLkFdOX3GaUAuRQKJbLNcCTkBR3n2 { width:47.75rem;height:7.75rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyl8GdmzsrRTbphG7Z55zsUTUoc0hDBV { width:47.625rem;height:29.25rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy { display:block; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNTr8Mdi0gSIC1mAZBPilqb3UUe7SEEW { width:24.25rem;height:1.125rem;top:4.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gazBuXRfLTsdwr3Onv88gIcfpAoCdMtT { width:40.625rem;height:399.1875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixE5PFrrZ2E1QFbxM6wQwXnaTxLAfFJ7 { width:18rem;height:10.1875rem;top:11.375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SByk970vSe7qn2RWxHgkCTHewRlkfDsy { width:18.75rem;height:5.1875rem;top:20.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsXgaSdXzuNKskh50wPBgz8bvDHOHG9 { width:18.75rem;height:4.125rem;top:21.0625rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmdQbM0ytBt9rHhSpki7OKTexxxzhkd { width:47.75rem;height:6.3125rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBoROPd70MgXTTJKcylBU38Iui4rWfHI { width:14.75rem;height:26.25rem;top:26.8125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexvnJ0hiJHtTDG9uwkXEvr6ylwCEJ43 { width:38.5625rem;height:6.8125rem;top:14.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxgC22906ld7XnNTcKVy2mJTGdd45f18 { width:38.4375rem;height:21.6875rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7H2r3Z2CB3bxuGcC78HOWfWWfVvMU5t { width:32.3125rem;height:6.125rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGJRUgbndBgOC31bTm1QSb1wJoLscAx { display:block; }
 }@media only screen and (max-width: 763px) { #JVynzXM8CKhg5z2SwzrOTdBWTXJq79Xi { width:37.4375rem;height:24.8125rem;top:91.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsWVQWagkVz7mplCqi7cUL1UK6KQ59Fw { width:37.1875rem;height:2.25rem;top:69rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dlNxs0WFT634KqyGeMexX85AzzVZD5 { width:37.4375rem;height:46.75rem;top:278.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6hKUm4LP07HTObzwm4Nd5hz8H9aFBrs { width:34.375rem;height:19.3125rem;top:72.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXb9rXMGNBOTxSnCQy0WTalb6ZTbuA2G { width:32.875rem;height:27.0625rem;top:144.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFwlS3umXtzvIpBhuxXxVzdaAn0K033 { width:36.0625rem;height:19.875rem;top:117.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTB42ADc4alwAX0mKUAmdZx2H1ePyCFi { width:37.4375rem;height:4.375rem;top:138.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5o7IuGiCST9SqgDu0KhFcMCEFIrveXF { width:37.4375rem;height:4.375rem;top:173.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbhd6TMDGlN8prv21myXbg7akHMgUSH1 { width:37.4375rem;height:2.875rem;top:196.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ0yngx3lsnGGf5XguKPspoZG1dvOpAX { width:40.875rem;height:16.375rem;top:179.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkJXSAWMSparRX78SoN8ZJH3yZKV7cQ { width:30.0625rem;height:32.0625rem;top:200.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolGc0wpGi9tI6n1brp5sqkqzeelXOfA { width:40.3125rem;height:10.0625rem;top:233.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be8e9xSOCHeovPLzxVDJuT6Agcy3hUCU { width:40.1875rem;height:11.4375rem;top:243.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsP9SBEkNpGqQBMNz568U22fO7b4u42p { width:28.9375rem;height:16.5625rem;top:254.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2VgJREo9BJKowh3wsbq9gWzXgbrpvuh { width:37.1875rem;height:4.5rem;top:273.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe31ZOVrBEImW0D2fTfPn1Wh8rkLO29T { width:37.1875rem;height:6.8125rem;top:327.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQkwf7OleUVJ27VWoa6uv7GXhn5mK2OB { width:40.375rem;height:29.75rem;top:335.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NszTfHTvg9m1N90O3oyB3HRB6O86rcNh { width:37.4375rem;height:26.3125rem;top:366.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaQywIKHiatoanBSK7yB67qUSxFHWQq { width:40.625rem;height:27.9375rem;top:406.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSTnk6EKg7GaTb7VwQcvy38c4ULiUTvN { width:37.1875rem;height:6.8125rem;top:394.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWDhGrISIz6ssFHDhlfRw3uuKMMFhEWF { width:37.4375rem;height:29.1875rem;top:402.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDKB4X8pB6HKmZcycWLSLsrnL9HOINOJ { width:1.875rem;height:1.875rem;top:55.125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAXtyzFbsF2nGkKe9oJlX8PAx5524KQq { width:18.75rem;height:33.75rem;top:58rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ5mwQDvchfN7FMrVAh9ibVkfObdhB8n { width:16.375rem;height:3.875rem;top:54.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0BZpkRfOVgDswQL6gnruFmwDwUM9z59 { width:1.875rem;height:1.875rem;top:93.9375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPCnh3bWoWDawarubTatlwdcSLTkodpC { width:16.375rem;height:1.25rem;top:94.1875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl1CNmPrn7JEA3Q2R9feEXDVBfQlScSV { width:18.75rem;height:27.25rem;top:96.8125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkwBUOQ0n9P6XzyXyb9M6HH6yvTqUAzg { width:1.875rem;height:1.875rem;top:125.4375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmZE7XaC9UT0bVi6ZT5KTzTM2psZRP1 { width:16.375rem;height:2.5625rem;top:125.0625rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7AQe7sqbtfOsLUU7e8Ffa6211TdOTt2 { width:18.75rem;height:23.375rem;top:128.3125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpdeAeXUQZpVqrwPCHVDc2SLfLLB1nf1 { width:1.875rem;height:1.875rem;top:152.3125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVznxKrF2qeJWerN8LBFsfrumnSb4IvC { width:16.375rem;height:1.25rem;top:152.625rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnqOLTvQTMJhT3s2FPdeEqrA9P4Xi0li { width:18.75rem;height:9.0625rem;top:155.1875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXRBenANBdivVVcqo3XhSGXfBmJkwXPb { width:18.75rem;height:3.125rem;top:165.9375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIyVbAAXumNrnPBcbu8Su4MQJVdZZ4AS { width:18.75rem;height:2.75rem;top:166.125rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI34Uvdqa8aZFh7Hn42Uu3SvLbHoVaoK { width:18.9375rem;height:33.6875rem;top:168.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2o9hwIBRqlH9spIlDZcG201qAQRRU8 { width:29.75rem;height:4.8125rem;top:11.375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0APTQ5Z5iG4r0bIh3wUNbX4UaSen001 { display:block; }
 }@media only screen and (max-width: 763px) { #KvKpcabbTtvrU3HRburJcCgquuaSRZMF { width:38.5625rem;height:14.5625rem;top:21.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW { display:block; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8Rn3wh0ntIaEzyM4E9praEyJ6b9m8wX { width:47.75rem;height:3.0625rem;top:0.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN74fcMo7OyVxaGxAagTaHew3b8e6S83 { width:47.625rem;height:18.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmfNLMDxR80L1y9ChxTdPh4mDwKBcWp { width:47.75rem;height:26.961602209945rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboDHVkFGcZO0nK1UqbE8rSAyJvsBgKZ { width:28.1875rem;height:2.5625rem;top:31.5625rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #du87w3orK1bdfFq4QXTzR6RCwMy6JnmD { width:14.6875rem;height:10.75rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZOcIzvo0mBWO0naCi8Gr0K7ztrrqdaK { width:42.1875rem;height:8.75rem;top:34.3125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilU5y86hv0mTR9BaDTCFOwlBp365g3xL { width:11.625rem;height:2.4375rem;top:44.75rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muw0tzerZ47E5vA2sB70pSTPz1s35yLD { width:9.9375rem;height:1.4375rem;top:45.25rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ax4Cp2knpTNZSRmPdksQuAZM9oy69f { width:4rem;height:4rem;top:43.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtkoyEQPE7rfpzUylPqSieqDTsnTA80a { width:29.5rem;height:18.125rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK581UTGUSkXu8Zx6MbDdd0pmcd09epG { width:9.9375rem;height:7.375rem;top:53.4375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN6LO6B8l38TTg8Ky5O3r1QG2FDWXRwn { width:17.5rem;height:5.8125rem;top:53.4375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2BPVyoSbSxZWq1cupUhdtroadJTtwh { width:17.5rem;height:6.8125rem;top:59.25rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4XvXJvB5I4d3tinDUVuFt8aBsKsfpZ7 { width:9.75rem;height:1.125rem;top:67rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU4ZelUswsMrIiN86yflVCUo43FXTCTK { width:8.75rem;height:2.25rem;top:66.375rem;left:39rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCAai8uB3WsESihZCfUb5yHCQVCPNgwd { width:2.5rem;height:2.5rem;top:66.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr22T5xPRTrcK8LNeztsr8iugIWSwyCk { width:29.5rem;height:18.125rem;top:51.5625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr6m4FTuwO8RaAsm8qgZiZF2yZrCiKTl { width:11.9375rem;height:8.8125rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM99PefFBP5ZWi58TRT5pVpEEFfBeKI6 { width:17.5rem;height:5.8125rem;top:74.9375rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBZT2O0mRea6XWyMJqXl8a0xO6WwTmaz { width:17.4375rem;height:6.8125rem;top:80.75rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWQlafoK2BuAx4HCKQIFliUe3l6Gxoza { width:9.75rem;height:1.125rem;top:88.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhIzmlumU3l90HB3tuZUCvrof53LXAwd { width:8.4375rem;height:2.25rem;top:87.875rem;left:13.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXEIUs7TWX0OTJMfV5wUAgd6kyhMG2bK { width:2.5rem;height:2.5rem;top:87.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlBSMx7SBvS3JwDdsZUB1hGp1fbeMeA3 { width:29.5rem;height:18.125rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdZ2kLTdU4BzKcCSccaApAwcFn4IL6Ce { width:10.25rem;height:7.5rem;top:74.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66KhZKi9vwSRTZbsaLQdDEkgacnPlB5 { width:17.5rem;height:3.875rem;top:74.9375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdlwWcsicUpKcvdv53sTWACC2ukQDFLU { width:17.5rem;height:9.0625rem;top:78.5625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNrOlTrBdftFFlQwbz6mXPKBtdPFhhNL { width:9.75rem;height:1.125rem;top:88.5rem;left:28.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc0JFHgmT5AvdHN5kKeS3GtHh57eQn1S { width:9.6875rem;height:2.25rem;top:87.875rem;left:38.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIiWlVGtyiqXKnDHNN3B6FoqLWUqAPXa { width:2.5rem;height:2.5rem;top:87.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFEMXvRcB2nNh8Bdq1huJuSzIPIHOdiw { width:29.5rem;height:18.125rem;top:72.5rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQKRU0ZuAobV3p48GogNXTpwRLyGmcIf { width:8.4375rem;height:2.25rem;top:107.25rem;left:29.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U52rOBiQZd2DSFTQFHy0vF7rtgkUeTNW { width:9.75rem;height:1.125rem;top:107.8125rem;left:13.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QttJ5mAFTyD4ZaDiZk3S021DgJf1HGQV { width:2.5rem;height:2.5rem;top:107.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0T1Vmg5ZT2MrfPlE07qIJemTOeTv4UO { width:29.5rem;height:18.125rem;top:92.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtm35yOatLiVM2MfqGbkDpqJxbCz5gMN { width:10.25rem;height:7.5625rem;top:94.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQN7kTTmmRDt5NBVPcHlMllTpULd2CH9 { width:17.5rem;height:3.875rem;top:94.25rem;left:19.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBEEmmXtpvMcKvRK9JlAdmbMgtT7BqOd { width:17.4375rem;height:7.9375rem;top:98.125rem;left:20.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1lzH6doM2QkyMKCieZ37NSBJnRIRG3 { width:34.875rem;height:27.75rem;top:117.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J01hkxb9VIXMzQAMH9x9tgkJbi536dTw { width:34.9375rem;height:3.0625rem;top:113.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBHXZVzRdtJUE12BHzaMLpavyTIRCCrK { width:3.125rem;height:3.125rem;top:113.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfp7UIF0M2E6ss5sBPseqtKo7Z4PC4ZA { width:16.25rem;height:11.9985625rem;top:113.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDxsltCRLbU4BDz4MNe8xlwH60aZ6OD { width:47.625rem;height:34.9375rem;top:111.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvrZgSkI9V5pslIp35PU3ySS5hWhU5FB { width:13.125rem;height:9.6875rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsadVtLpggAOtTyHz7n3eWLDVTGxMrKF { width:17.5rem;height:1.9375rem;top:53.4375rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcqUHGaF0XFUXZzfZKmxgZ2TbSSJVryq { width:17.5rem;height:7.9375rem;top:56.4375rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L75ftTIkyTW369DSTPuSkKrNEPAwmqH8 { width:2.5rem;height:2.5rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfA7Z1FcBeRIw1NW4AhJnMuMZ7NDVBEv { width:9.75rem;height:1.125rem;top:67rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taopFT0lh4hipDQzcp2XAd12Mx7fUlpQ { width:8.9375rem;height:2.25rem;top:66.4375rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuGZEgiGDqCL7pExDb53653Di19uMATV { display:block; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .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; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .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; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #zoVtm5fTTiTWDROVXJpxRI7hZpNinNiK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #kTQQFGWIBL3mSwSx00Tu8ntxUaiz26ZR {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #tdLX8QdvqvxL2EZCNIsyFiHdHb6n80DO {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #EqMN2Tqk15dAXVOZOEg2V8auBIWoyTIh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #xwJuTinOiGA96doTJLMN5FxbK9erv2oJ {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #CQCnfTMHnJd3r1Gtd7pHBX8unNUd4K3V {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #wVo7AkkGErEwdgnVOPmyLy4ZVFomfntw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #ZJWxdcMvJJ68vaSeRmhMIcXmgQXpuntC {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #WKL5MRnLwLXu9COqZkZilEU94VGywBrq {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #mZp5iX3egCRgTsTJgyh1g2L2owD0o93r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #uG2698fSSVxzND27BtKWHPiArwZ6lUeT {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #yMLB7M5HQd0TgNT3fpqBTCTnlX1eCoRx {  }
 }@media only screen and (max-width: 763px) { #nRMyQiHPF7UrmefyOgIUJhL3t8Z8sH8M { width:26.8125rem;height:3.875rem;top:13rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6QFLhx7Vniy9nsEdLkKxtlM1PPBUbta { display:block; }
 }@media only screen and (max-width: 763px) { #mSxc7NXx4TbV0rpuTXa8CwktSp8ilswE { width:43.8125rem;height:6.5625rem;top:2.0625rem;left:1.96875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d { display:block; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6KhVmVtdHrnTfgvp2LogRKH9KVsNiyF { width:1.875rem;height:1.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBMIDGcDDv5vaGfwxrTvWgwRiFSOAxbm { width:25.75rem;height:27.25rem;top:3.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK66PMXURT4SJolyXHJ3ck83suHKO1Wf { width:25.5625rem;height:3.25rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK8q4XOUAqIq4q3T7kkckO5XUs6wtRT8 { width:25.75rem;height:24.6875rem;top:3.75rem;left:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgaNB7BTQ9gZz0q2xMfK2NvitnXdcGOW { width:25.5625rem;height:1.625rem;top:1.3125rem;left:22.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhALV5AspwwtizWQzTX4R9THV5TKDfkc { width:1.875rem;height:1.875rem;top:1.25rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5l2Kv7OZ3UlMOvDk4fMsZGomQS94POV { width:25.5625rem;height:3.25rem;top:32.75rem;left:22.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTGhvLzNK7kIluKcNM3LhxSCrwxy0mdt { width:1.875rem;height:1.875rem;top:33.4375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9CmstCEmKWoZOpEByNJWAJKrpHy1cKh { width:25.75rem;height:14.25rem;top:36.9375rem;left:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhLJZSiGJoKnc0Q8nDkMLu4CgRs7ATT { width:1.875rem;height:1.875rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEu87hf9PT6xZXPnWeQ0pcezXqPbipXU { width:25.5625rem;height:1.625rem;top:33.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXI2DrFIHAhmAuhiCPkST0Ql7vsAL0hy { width:25.75rem;height:7.75rem;top:36.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7AKavZUouvPBpxh85IWOvpFCOJdM351 { width:10.9375rem;height:1.25rem;top:53.5rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:47.75rem;height:15.8125rem;top:1.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSmUot60STwBT6MCItsa1s8TF9KTbnna { width:10.9375rem;height:1.25rem;top:0rem;left:24.625rem;font-size:1rem;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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { position:relative;z-index:auto;display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { width:12.5rem;height:2.1125rem;top:0.50625038146973rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:146.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:20rem;height:4.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:20rem;height:3.4125rem;top:1.1689453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:19.25rem;height:7.475rem;top:5.375rem;left:0.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:19.25rem;height:6.825rem;top:13.412109375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:17.6860625rem;height:3.0620125rem;top:122.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block; }
 }@media only screen and (max-width: 763px) { #o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { width:17.249125rem;height:2.275rem;top:90.875rem;left:1.375rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:0.9995125rem;top:92.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:19.75rem;height:11.125rem;top:98.25rem;left:0.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:18.8110625rem;height:4.3875rem;top:109.3125rem;left:0.6875rem;font-size:1.6875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:10.4355625rem;height:1.1375rem;top:113.625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:18.1860625rem;height:4.55rem;top:115.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:18.4985625rem;height:1.625rem;top:119.875rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .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; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l { display:flex;width:18rem;height:5.0625rem;top:125.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Aqgc92lTHEzRepC532fhrwc5DNpiZQgX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #SZ0OGwUeeZbxOUsH2TRwDZ5VfLXQ4c7Q {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VTGA51OrqfAuKdwDuKZbhb6ofrzqGkD8 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #rsScm8MI4rRzqhixr3oRiSh1GwRxytKV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #x0qWTO0AX5T8nQbRDhumJ0cPWvTM9xBF {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #OUsiu7WPxxo1a845PI5AZXXH8ScOK8cV {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nPa8mSTDvaw92NIu9nxVa7P3HH04NHzN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VwpIW3QUR4No7MhXkxsOXLEvidA6K483 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #MiMa6hVTTGUInsVMMGNFkRWf2HO9DqLt {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #V1yAS5bKRyB8q5JWvosRqBf2PKhVrkJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Jym5KnXUbdAttGmfJ0orVMiO4Wiv1gyk {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nohLhs0QffWeuSeFxuolHRIR90Jhh7wo {  }
 }@media only screen and (max-width: 763px) { #tfA1cGe0WKHkHRek9ph0ReaHaTtEZxu1 { width:18.25rem;height:46.375rem;top:14.375rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENF54TNsOuVuEo8HguASNZDXQcV74ptS { width:20rem;height:1.21875rem;top:95.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9AUb2zyBClvPQWvsiVR8RJT5l2UhtyP { width:7.0625rem;height:5.125rem;top:132.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnvruMG6h9pJNlhutRL17x5DCZZF1QLV { width:17.625rem;height:5.6875rem;top:139.25rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTaAmt0CoaSsB23zqhWoPOceCfDGxdH { width:20rem;height:19.3125rem;top:88.72412109375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #p6BGcFCcXaNDvnJfzLfQXP9zTJaUW3o3 { width:17.5625rem;height:31.5rem;top:57.375rem;left:1.21875rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OoP8QtrtWWIHTSWpa9Qs6EzlNDHlwaZ7 { width:17.5625rem;height:31.25rem;top:21.9375rem;left:1.21875rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:582.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:19.8125rem;height:87.01875rem;top:9.91796875rem;left:0.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:20rem;height:2.7495125rem;top:395.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.7871125rem;top:396.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:7.875rem;height:5.8125rem;top:244.76171875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:8.062rem;height:12.50925rem;top:251.99072265625rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { display:flex;width:3.125rem;height:3.125rem;top:247.38671875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:6.9985625rem;height:1.13720625rem;top:246.3125rem;left:5.43798828125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:8.5615rem;height:4.2246125rem;top:252.77197265625rem;left:3.6552734375rem;font-size:1.625rem;color:#007d1d;display:none; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:2.74963125rem;top:243.375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:3.57421875rem;top:243.8125rem;left:0.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:20rem;height:5.85rem;top:109.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:20rem;height:74.5875rem;top:115.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:12.68675rem;height:9.097625rem;top:257.1875rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:3.41161875rem;top:268.25rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:8.31175rem;height:2.2744125rem;top:268.125rem;left:4.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { display:flex;width:2.5rem;height:2.5rem;top:267.4375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:7.875rem;height:5.8125rem;top:258.625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:3.41161875rem;top:294.8125rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.186375rem;height:2.2744125rem;top:294.8125rem;left:4.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { display:flex;width:2.5rem;height:2.5rem;top:294.125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.125rem;height:6rem;top:284.6875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:12.749rem;height:11.3720625rem;top:284.6875rem;left:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.2744125rem;top:281.5rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:7.561625rem;height:2.2744125rem;top:281.5rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { display:flex;width:2.5rem;height:2.5rem;top:280.875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8.0625rem;height:5.9375rem;top:271.75rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:12.68675rem;height:9.097625rem;top:271.4375rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:3.41161875rem;top:315.9375rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:7.99925rem;height:2.2744125rem;top:315.9375rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { display:flex;width:2.5rem;height:2.5rem;top:308.375rem;left:-0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.25rem;height:4.625rem;top:311.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:12.749rem;height:10.234875rem;top:312rem;left:6.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:3.41161875rem;top:308.375rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:8.62425rem;height:2.2744125rem;top:308.375rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { display:flex;width:2.5rem;height:2.5rem;top:307.6875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:7.5625rem;height:5.5625rem;top:299.3125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:12.936375rem;height:10.234875rem;top:299.1875rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:20rem;height:1.1391625rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:20rem;height:5.85rem;top:2.8125rem;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.3808625rem;top:1.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBPB37C1nq2dtiUl0nBLOMMrlMqrZ89Q { width:19.875rem;height:11.125rem;top:97.45703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRCk6Dn738bqnFxqdFiMMnS8DDSqfL0W { width:20rem;height:3.9rem;top:190.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { width:11.875rem;height:2.5996125rem;top:348.9375rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uECMzlgRNMNBvTEUHs67SoPbtzFbTnFV { width:16.0625rem;height:2.5996125rem;top:422.31253046875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { width:16.0625rem;height:2.5996125rem;top:426.16214296875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { width:16.0625rem;height:2.5996125rem;top:430.01175546875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCEi8SxXra3TemrMoTLVLy3qChJKFEWQ { width:16.0625rem;height:2.5996125rem;top:433.86136796875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #frAEO7gpOGFIe3CkElS1u7ZTB8Po2lcx { width:16.0625rem;height:1.29980625rem;top:437.71098046875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { width:20rem;height:4.14375rem;top:408.29541015625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { width:17.6875rem;height:3.0625rem;top:413.125rem;left:1.15625rem;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:417.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwq9dfA44qaikR6dM1a26NOZlNSNSNK { width:20rem;height:11.25rem;top:397.9375rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uuTyGtB1VfvSQrITF68sacPi77TTtGit { width:20rem;height:11.25rem;top:402.46435546875rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #xLkJ24hOGgtusT3dLTk7KLJigmhxnuTq { top:194.46142578125rem;left:3.84375rem;width:12.3125rem;height:22.0625rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cTfZ6Qm2vl5biWI4FhGfpvfa7lXoLuOE { width:20rem;height:175.41875rem;top:219.54833984375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqQhRa6PrWII1FEg4qh0leEu1ShhSVzf { width:20rem;height:4.55rem;top:421.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRGw2JZiGPG3JtiqqD7sDcomPJazG1vZ { width:16.9375rem;height:30.125rem;top:421.8125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmdL9O8wEfUccVtuMAnsSRhKTR6L3TXJ { width:20rem;height:133.9rem;top:428.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtQX35ntnxGcRpAnOaqxxmgAvLBvZ91E { width:20rem;height:2.75rem;top:130rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtx7rbySl5SIk0nouaVpX179MRIC6aG0 { width:20rem;height:auto;top:130.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5vyhK2rArkMPAnSecfXLuFz0nN6x51X { width:20rem;height:20rem;top:562.5048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:20rem;height:128.3125rem;top:351.80859375rem;left:-1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 { display:block; }#XFNDdSmHZrMQ7usQCS4z9vfRLpGMSr17 > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Oms4tA9EzrGci2bvS4zZSmupwqHTTs { width:20rem;height:6.875rem;top:1.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6TJyeG7IWfWGQC2pnp0UXwUPhZuXa0c { width:19.375rem;height:18.75rem;top:11.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrT2uX3XMKJ3mdbPCLgMB4oZyDNZcaFT { width:19.375rem;height:18.75rem;top:31.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6R6Z02hzDUJzAeiQ6twzA9Kk7mvPTB { width:19.375rem;height:18.75rem;top:51.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lS4UpvxBaeCTHTvLswCTnbzn2y0tqT { width:19.375rem;height:1.5rem;top:12.5rem;left:0.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvuPnUTq5RVS7XakWJiIpDTbkupuff73 { width:19.3125rem;height:1.5rem;top:32.5rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOQ8mnw0ReA3AdgtTaW0TxG7AzN4Bya4 { width:19.3125rem;height:1.5rem;top:52.5rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8CmHwWsiU49iLf5IoNUlIT133DW3SRc { width:18.5625rem;height:13.8125rem;top:15.25rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNHe1lA8ayFqckDF4q1yUtVwJeu20q71 { width:19.375rem;height:7.4375rem;top:35.25rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTRzadmbUWpB0nFOltzkFzDQsqEPNdmi { width:18.625rem;height:8.5rem;top:55.1875rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuDy7q2nHDJoo9TKiUgXopIivRhaGFo1 { width:20rem;height:3.625rem;top:71.9375rem;left:0rem;z-index:15010;background-color:#ff0100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FyZTGPdP0tKwcd2ZUkdJARApFT85ihUu { display:block; }
 }@media only screen and (max-width: 763px) { #GZ7PFLizNaXTqqQULAF4w40tKHHRHWts { display:block; }#GZ7PFLizNaXTqqQULAF4w40tKHHRHWts > .row .container { width:20rem;height:169.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxU6vC1wt4OEPd6OSAcXH8ronVRRb2Rf { width:18.75rem;height:5.3625rem;top:9.53466796875rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NoMKL6ESntBWxRKVK6QdJerrkkb1McLu { width:18.75rem;height:13.8125rem;top:15.83251953125rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aema2TfWvDqc6cx2GNIRGLp2ilRdwTVL { width:20rem;height:5.85rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbVtZzlsEK7nsEmnkAsqMn9gaet9kP7Q { width:20rem;height:0.1875rem;top:13.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfvXZyKnGRFTZkw9u734NIFw7GUJsZKa { width:18.75rem;height:3.575rem;top:30.125rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqZguJc9rd1hIaisCRIxlJ0rkstPviHz { width:20rem;height:0.1875rem;top:23.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr3Pa6oViIk0enJ0tufwRI2kO92FyW8E { width:18.75rem;height:17.95625rem;top:34.44921875rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKyZholJ0OPxSVAmtiRVKqtanSuM2ewR { width:18.9985625rem;height:3.8120125rem;top:162.34375rem;left:0.50048828125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #A9KpaUFXUk2fydywRMQNgLO4fgFTSN6N { display:block; }
 }@media only screen and (max-width: 763px) { #QVRRFGuJyTuLtI0L97cTGF1t7ggAPtbi { width:20rem;height:3.575rem;top:53.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hATWDxFetRfxDiF7P3xSqyLzNMNUqRQq { width:20rem;height:0.1875rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXx4FfvmbK2keS0F2Sc6Ln83ykuAlcyw { width:18.75rem;height:20.71875rem;top:57.07421875rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFKS3vqIQxKIsKzu9X6t1Zmql2lA6p8e { width:20rem;height:3.575rem;top:78.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvLcoCkZzJbETpiIIWR1VgAroeuwE7hI { width:20rem;height:0.1875rem;top:50.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkTHxcPXeDklmNSKGbMdRE9ZDV6mvwvJ { width:18.75rem;height:15.19375rem;top:82.57421875rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CaeuB2vlTkHFfcoW4aJ4JGaGvDv3eslA { width:20rem;height:3.575rem;top:98.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvGTOUOVZuM8aZJphIyzQrz1xnTtiJZI { width:20rem;height:0.1875rem;top:63.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifM62dRfcpycxdcRB6AVXc7UE64dBUIf { width:18.75rem;height:15.19375rem;top:102.63671875rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWGOvlZUFsWDofsEFVxsFO7NOZ0ETRmg { width:20rem;height:5.3625rem;top:118.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxF3VMx3borE4M7MWpuzmxrexnc59hwO { width:20rem;height:0.1875rem;top:78.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbuZ7LZJtlJK5J3XzFozo1J7BKKMw7dc { width:18.75rem;height:12.43125rem;top:124.4375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k244TGUBH6oQON68gkfZGrEvL8QgydNM { width:20rem;height:5.3625rem;top:137.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2HdFiDgE0HH4iipCgcnoRXOqSyonGXW { width:20rem;height:0.1875rem;top:91.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsXnGeUXhsn3SaikVXa2GOfPwwAxe97M { width:18.75rem;height:17.95625rem;top:143.375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hr0KCkf410Gg7VBoep8wiQsbfkz4WINl { display:block; }#hr0KCkf410Gg7VBoep8wiQsbfkz4WINl > .row .container { width:20rem;height:242.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cezAGVxT57foGtJwi8XosNKVF3CCmpQ0 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdUUTGsREG7HB9Thgv9vXrFamTO2CoK0 { width:19.875rem;height:34.4375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUeL1WrDsTIzaWOF8InmcXDamp2U6Pk7 { width:19.875rem;height:11.1875rem;top:6.0625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bAEDG9lq9QyhcAouyiEAp3EpmDKCM0r1 { width:18.6875rem;height:1.94970625rem;top:29.4375rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCm3Lh8nXfWR02FL3e3lf3GsLrBa9tOW { width:14.875rem;height:10.9375rem;top:17.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ycTEJubTQQ0pw6CrTtbJ3KdtCIHcDV { width:18.5rem;height:15.19375rem;top:32.56103515625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzv9OT7NX58pQWHckTulHUG2HsUoTBTg { width:6.5rem;height:1.4624rem;top:49rem;left:13.4375rem;font-size:1.125rem;color:#007d1d;display:block; }
 }@media only screen and (max-width: 763px) { #X3mRcLpb6GLfiSOO1VEDQTi6d9kBn9Hz { width:9.9375rem;height:1.4624rem;top:49rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcZskC3TWN0xny5yF3kKTTtF1zIMoeVi { display:flex;width:4rem;height:4rem;top:47.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #spfIq9eTO8v56SQvfl0xhvHc0dSrMxp4 { width:20rem;height:24.6875rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPsfzWa0qvI1AXTq8wuVO2ys9tSuz9uM { width:13.125rem;height:9.75rem;top:79.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4agRDnbEDd2KneJue3DPPq9LVX7HxOv { width:17.5rem;height:5.85rem;top:89.25rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeZ1nGagEoa9bOuFEJGVqR0TzFhapfbS { width:17.5rem;height:6.825rem;top:95.0986328125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9t6GgDqgXLqHZIhZoU6hmZTMga5gUO { width:9.75rem;height:0.9746125rem;top:102.6875rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgeqKzZTCHxTO2lrnKoCPyTJ0oz9T7n5 { width:8.4375rem;height:1.95rem;top:102.2001953125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCqmGQ2pvaNFUgaGnEpZzPt9l3dfMRiz { display:flex;width:2.5rem;height:2.5rem;top:102rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A5Q2E2PTwI2Kc7UDw0dR7NhtpXtVBOFc { width:20rem;height:24.6875rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhuwDo0EHu6vooyJ4TfmW6NKz5A3lWtP { width:13.1875rem;height:9.75rem;top:105.9375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwlzNn0DcpaI685xL0dOFL1PxyM08Xz { width:17.5rem;height:5.85rem;top:115.6875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uST2xNOwlXMlc66HKSmarNPuIm5fksAC { width:17.4375rem;height:6.825rem;top:121.5361328125rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cRk4ok9r2Kx5iT6DNTqd2O8TPK5mAW { width:9.75rem;height:0.9746125rem;top:128.98193359375rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKvxWmwnWZzDOvtaVJ4dWyK1UBack3g { width:8.4375rem;height:1.95rem;top:128.49462890625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMN4HLpfyCBpko7G7LTrlyf72FFDg0T { display:flex;width:2.5rem;height:2.5rem;top:128.30029296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cFTTFJHffCzBRu9raI4tN6i1kbtvyQnm { width:20rem;height:24.6875rem;top:105.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe05RmAhTuE6hkTJGf3bKf2g3WXPS1XG { width:13.125rem;height:9.75rem;top:132.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5yXUrfPXQAA4M1l3PI9GM04OR3ieIah { width:17.5rem;height:3.9rem;top:142.4375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpD0TFM9817lBBbvy7HCK1N2IgI9fbZ { width:17.5rem;height:9.1rem;top:146.33642578125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meliNkRmxt62i3IyNuhArxha2MhGCCbl { width:9.75rem;height:0.9746125rem;top:155.7001953125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3Srx8QNsGcfNq8FRQOaOwGNamTL4Gp { width:8.4375rem;height:1.95rem;top:155.212890625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lblWm9C1GnHXFyUUVIL3kssW0iQrqTx4 { display:flex;width:2.5rem;height:2.5rem;top:154.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wLOADhB1bJruRgnUR3fLV3onmDGg2XCs { width:20rem;height:24.6875rem;top:132.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSuTqBgDgr6WGFFtJN2vOTTKd7prLOfC { width:8.4375rem;height:1.95rem;top:182.650390625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0hVJsnaDVr3xnLUF6l8uMkE4c5LPW6k { width:9.75rem;height:0.9746125rem;top:183.1376953125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysawlCTfktvMTW1ynKGRsamJgRFNoLCu { display:flex;width:2.5rem;height:2.5rem;top:182.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XxS34oBBM9u9DuRMqFoRGkgiwXgbtsGH { width:20rem;height:24.6875rem;top:160.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6wsPMaGAIlt9VWBlN4Q8lolLpuMCChX { width:12.3125rem;height:9.125rem;top:160.1875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwLoI1KpzNVs3h1HyAyBaAl3hzEITvxu { width:17.5rem;height:3.9rem;top:169.3125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owoHpoooPdW76zBCK5TS3mCDT8IkXUwo { width:17.4375rem;height:7.9625rem;top:173.21142578125rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgXmlPaewdgCg4yReDa1pTgNtscPdiG { width:17.8125rem;height:31.85rem;top:205.3125rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgC9TGowSATpu7iyw8Cf0UX7C38P2oVW { width:17.4375rem;height:5.0371125rem;top:198.8125rem;left:1.3125rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTXwKkT8srFr1yOSqWZhk9TSPNn6dAET { width:3.125rem;height:3.125rem;top:198.8125rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhwVg4AZWPdHUqiPFssw1xgXPNrA1014 { width:13.1875rem;height:9.75rem;top:188.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utKTBwmpHAtlLgayCrMdvPTHuvITFr2n { width:20rem;height:50.375rem;top:187.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naOqPG7f7eSiJzp4hHskr6HpQzSnE9r0 { width:13.125rem;height:9.6875rem;top:56.41455078125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDRCP8VfHo8U2dTH7MJs4mxoyLwtuWD { width:17.5rem;height:1.94970625rem;top:53.625rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVoHN2bKatt2Nk3qdqpdlemk9u4vTqee { width:17.5rem;height:7.9625rem;top:66.6025390625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFBl28nG1pvBEgTXNuSq98pdJZ85o9oe { display:flex;width:2.5rem;height:2.5rem;top:75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Egm1PrEUGql5pDmv9CZQpEDvpAk5GKMp { width:9.75rem;height:0.9746125rem;top:75.7626953125rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMSQEIXv9t1Nk2ClVh6FtfaOAJuaW1by { width:8.9375rem;height:1.95rem;top:75.275390625rem;left:11.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi { display:block; }#Klv5zVg3IDddyr38csMM3SwZDxhLm9Xi > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .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; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy .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; }
#au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy { display:flex;width:18rem;height:5.0625rem;top:18.59326171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #VIPGf62lP5ptgKZ8xg55HVRgAJi7Xwt2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #CxBrU6iDXgJWUfuD2wMGapZ2bKLoTMEU {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #fPK6TAaS1SU73V2ELLK9spU2qJheFQuM {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #knUPNg6ZJdSGcEHtNe91dQO5taTouLZN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WeJTbuCSA92eNlzuamI7NmNy9PI6HT0h {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #ywTvmL2lOwX6OGcUZnSwszQkTDPdPiGl {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #sxcWh8f1DORzTuqqp4cZyfAhxHAg3k48 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #vOclvKaWrCQb8wz4Z5LDaByXwNAM75IT {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nyTWN007adu9RBakG5WRdlieF5etqASQ {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #WXhzzWvhVvZKXhFgV57NtLXlLPBNPlbM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #nem6NnuBTGodewETxVtJ7AtvW81oqeOk {  }
 }@media only screen and (max-width: 763px) { #au3J0oTTeSydOyZW7OKkDLsuIcRMMDIy #SRdd3qXCIkLAU82a1DbsXyOBQTF67V69 {  }
 }@media only screen and (max-width: 763px) { #ymnyQD9rTfFyDybblXwzKK34UaDpv3Lx { width:18.999rem;height:3.8120125rem;top:14.03125rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0GAunNChAMv3Ooevx9Mpk67hSBKAGH { display:block; }
 }@media only screen and (max-width: 763px) { #Fg6TLkFdOX3GaUAuRQKJbLNcCTkBR3n2 { width:19.1875rem;height:10.2375rem;top:2.20458984375rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nyl8GdmzsrRTbphG7Z55zsUTUoc0hDBV { width:20rem;height:24.75rem;top:1.07958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy { display:block; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { width:20rem;height:604.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNTr8Mdi0gSIC1mAZBPilqb3UUe7SEEW { width:20rem;height:1.1391625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gazBuXRfLTsdwr3Onv88gIcfpAoCdMtT { width:19.875rem;height:71.1875rem;top:531.1875rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #ixE5PFrrZ2E1QFbxM6wQwXnaTxLAfFJ7 { width:19.875rem;height:11.1875rem;top:399.5625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SByk970vSe7qn2RWxHgkCTHewRlkfDsy { width:18.75rem;height:4.375rem;top:410.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsXgaSdXzuNKskh50wPBgz8bvDHOHG9 { width:18.375rem;height:4.14375rem;top:410.75rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmdQbM0ytBt9rHhSpki7OKTexxxzhkd { width:19.3125rem;height:10.2375rem;top:3rem;left:0.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBoROPd70MgXTTJKcylBU38Iui4rWfHI { width:12.5rem;height:22.125rem;top:416.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexvnJ0hiJHtTDG9uwkXEvr6ylwCEJ43 { width:19.5rem;height:8.53125rem;top:17.4375rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxgC22906ld7XnNTcKVy2mJTGdd45f18 { width:19.875rem;height:11.1875rem;top:45.6875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #g7H2r3Z2CB3bxuGcC78HOWfWWfVvMU5t { width:19rem;height:4.9375rem;top:56.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGJRUgbndBgOC31bTm1QSb1wJoLscAx { display:block; }
 }@media only screen and (max-width: 763px) { #JVynzXM8CKhg5z2SwzrOTdBWTXJq79Xi { width:19.5rem;height:33.15rem;top:77rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsWVQWagkVz7mplCqi7cUL1UK6KQ59Fw { width:17.625rem;height:3.73730625rem;top:62.375rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dlNxs0WFT634KqyGeMexX85AzzVZD5 { width:19.5rem;height:62.15625rem;top:227.1875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6hKUm4LP07HTObzwm4Nd5hz8H9aFBrs { width:20rem;height:11.2363125rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXb9rXMGNBOTxSnCQy0WTalb6ZTbuA2G { width:20rem;height:16.463875rem;top:130rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFwlS3umXtzvIpBhuxXxVzdaAn0K033 { width:20rem;height:11.0224375rem;top:111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTB42ADc4alwAX0mKUAmdZx2H1ePyCFi { width:19.5rem;height:6.90625rem;top:122.625rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5o7IuGiCST9SqgDu0KhFcMCEFIrveXF { width:19.5rem;height:8.2875rem;top:147.0625rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbhd6TMDGlN8prv21myXbg7akHMgUSH1 { width:19.5rem;height:4.14375rem;top:164.9375rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJ0yngx3lsnGGf5XguKPspoZG1dvOpAX { width:20rem;height:8.0122324159019rem;top:156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkJXSAWMSparRX78SoN8ZJH3yZKV7cQ { width:20rem;height:21.3300625rem;top:170.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolGc0wpGi9tI6n1brp5sqkqzeelXOfA { width:20rem;height:4.9921875rem;top:193.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be8e9xSOCHeovPLzxVDJuT6Agcy3hUCU { width:20rem;height:5.69189375rem;top:199.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsP9SBEkNpGqQBMNz568U22fO7b4u42p { width:20rem;height:11.44675rem;top:206.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2VgJREo9BJKowh3wsbq9gWzXgbrpvuh { width:19.5rem;height:6.825rem;top:219.5625rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe31ZOVrBEImW0D2fTfPn1Wh8rkLO29T { width:19.5rem;height:6.825rem;top:290.5625rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQkwf7OleUVJ27VWoa6uv7GXhn5mK2OB { width:20rem;height:14.8125rem;top:297.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NszTfHTvg9m1N90O3oyB3HRB6O86rcNh { width:19.5rem;height:35.9125rem;top:313.125rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTaQywIKHiatoanBSK7yB67qUSxFHWQq { width:19.875rem;height:586.25rem;top:16.3916015625rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #VSTnk6EKg7GaTb7VwQcvy38c4ULiUTvN { width:19.5rem;height:8.53125rem;top:350.125rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWDhGrISIz6ssFHDhlfRw3uuKMMFhEWF { width:19.5rem;height:38.675rem;top:359.9375rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDKB4X8pB6HKmZcycWLSLsrnL9HOINOJ { width:1.875rem;height:1.875rem;top:441.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAXtyzFbsF2nGkKe9oJlX8PAx5524KQq { width:18.75rem;height:33.8rem;top:444.25rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQ5mwQDvchfN7FMrVAh9ibVkfObdhB8n { width:17.5rem;height:2.5996125rem;top:441.125rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0BZpkRfOVgDswQL6gnruFmwDwUM9z59 { width:1.875rem;height:1.875rem;top:481.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPCnh3bWoWDawarubTatlwdcSLTkodpC { width:18.0625rem;height:1.29980625rem;top:481.375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yl1CNmPrn7JEA3Q2R9feEXDVBfQlScSV { width:18.75rem;height:27.3rem;top:483.9375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkwBUOQ0n9P6XzyXyb9M6HH6yvTqUAzg { width:1.875rem;height:1.875rem;top:542.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmZE7XaC9UT0bVi6ZT5KTzTM2psZRP1 { width:17.1875rem;height:2.5996125rem;top:513.0625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7AQe7sqbtfOsLUU7e8Ffa6211TdOTt2 { width:18.75rem;height:23.4rem;top:516.25rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpdeAeXUQZpVqrwPCHVDc2SLfLLB1nf1 { width:1.875rem;height:1.875rem;top:513.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVznxKrF2qeJWerN8LBFsfrumnSb4IvC { width:16.375rem;height:1.29980625rem;top:542.875rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnqOLTvQTMJhT3s2FPdeEqrA9P4Xi0li { width:18.75rem;height:9.1rem;top:545.1875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXRBenANBdivVVcqo3XhSGXfBmJkwXPb { width:18.75rem;height:2.9375rem;top:556.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIyVbAAXumNrnPBcbu8Su4MQJVdZZ4AS { width:18.75rem;height:2.7625rem;top:556.125rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI34Uvdqa8aZFh7Hn42Uu3SvLbHoVaoK { width:20rem;height:35.5625rem;top:559.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2o9hwIBRqlH9spIlDZcG201qAQRRU8 { width:18.9985625rem;height:3.8120125rem;top:597.25rem;left:0.5rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #q0APTQ5Z5iG4r0bIh3wUNbX4UaSen001 { display:block; }
 }@media only screen and (max-width: 763px) { #KvKpcabbTtvrU3HRburJcCgquuaSRZMF { width:20rem;height:20.71875rem;top:25.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW { display:block; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { width:20rem;height:242.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8Rn3wh0ntIaEzyM4E9praEyJ6b9m8wX { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eN74fcMo7OyVxaGxAagTaHew3b8e6S83 { width:19.875rem;height:34.4375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmfNLMDxR80L1y9ChxTdPh4mDwKBcWp { width:19.875rem;height:11.1875rem;top:6.0625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XboDHVkFGcZO0nK1UqbE8rSAyJvsBgKZ { width:18.6875rem;height:1.94970625rem;top:29.4375rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #du87w3orK1bdfFq4QXTzR6RCwMy6JnmD { width:14.875rem;height:10.9375rem;top:17.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZOcIzvo0mBWO0naCi8Gr0K7ztrrqdaK { width:18.5rem;height:15.19375rem;top:32.56103515625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilU5y86hv0mTR9BaDTCFOwlBp365g3xL { width:6.5rem;height:1.4624rem;top:49rem;left:13.4375rem;font-size:1.125rem;color:#007d1d;display:block; }
 }@media only screen and (max-width: 763px) { #muw0tzerZ47E5vA2sB70pSTPz1s35yLD { width:9.9375rem;height:1.4624rem;top:49rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ax4Cp2knpTNZSRmPdksQuAZM9oy69f { display:flex;width:4rem;height:4rem;top:47.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtkoyEQPE7rfpzUylPqSieqDTsnTA80a { width:20rem;height:24.6875rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK581UTGUSkXu8Zx6MbDdd0pmcd09epG { width:13.125rem;height:9.75rem;top:79.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN6LO6B8l38TTg8Ky5O3r1QG2FDWXRwn { width:17.5rem;height:5.85rem;top:89.25rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2BPVyoSbSxZWq1cupUhdtroadJTtwh { width:17.5rem;height:6.825rem;top:95.0986328125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4XvXJvB5I4d3tinDUVuFt8aBsKsfpZ7 { width:9.75rem;height:0.9746125rem;top:102.6875rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU4ZelUswsMrIiN86yflVCUo43FXTCTK { width:8.4375rem;height:1.95rem;top:102.2001953125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCAai8uB3WsESihZCfUb5yHCQVCPNgwd { display:flex;width:2.5rem;height:2.5rem;top:102rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xr22T5xPRTrcK8LNeztsr8iugIWSwyCk { width:20rem;height:24.6875rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr6m4FTuwO8RaAsm8qgZiZF2yZrCiKTl { width:13.1875rem;height:9.75rem;top:105.9375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM99PefFBP5ZWi58TRT5pVpEEFfBeKI6 { width:17.5rem;height:5.85rem;top:115.6875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBZT2O0mRea6XWyMJqXl8a0xO6WwTmaz { width:17.4375rem;height:6.825rem;top:121.5361328125rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWQlafoK2BuAx4HCKQIFliUe3l6Gxoza { width:9.75rem;height:0.9746125rem;top:128.98193359375rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhIzmlumU3l90HB3tuZUCvrof53LXAwd { width:8.4375rem;height:1.95rem;top:128.49462890625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXEIUs7TWX0OTJMfV5wUAgd6kyhMG2bK { display:flex;width:2.5rem;height:2.5rem;top:128.30029296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VlBSMx7SBvS3JwDdsZUB1hGp1fbeMeA3 { width:20rem;height:24.6875rem;top:105.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdZ2kLTdU4BzKcCSccaApAwcFn4IL6Ce { width:13.125rem;height:9.75rem;top:132.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66KhZKi9vwSRTZbsaLQdDEkgacnPlB5 { width:17.5rem;height:3.9rem;top:142.4375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdlwWcsicUpKcvdv53sTWACC2ukQDFLU { width:17.5rem;height:9.1rem;top:146.33642578125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNrOlTrBdftFFlQwbz6mXPKBtdPFhhNL { width:9.75rem;height:0.9746125rem;top:155.7001953125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc0JFHgmT5AvdHN5kKeS3GtHh57eQn1S { width:8.4375rem;height:1.95rem;top:155.212890625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIiWlVGtyiqXKnDHNN3B6FoqLWUqAPXa { display:flex;width:2.5rem;height:2.5rem;top:154.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FFEMXvRcB2nNh8Bdq1huJuSzIPIHOdiw { width:20rem;height:24.6875rem;top:132.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQKRU0ZuAobV3p48GogNXTpwRLyGmcIf { width:8.4375rem;height:1.95rem;top:182.650390625rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U52rOBiQZd2DSFTQFHy0vF7rtgkUeTNW { width:9.75rem;height:0.9746125rem;top:183.1376953125rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QttJ5mAFTyD4ZaDiZk3S021DgJf1HGQV { display:flex;width:2.5rem;height:2.5rem;top:182.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q0T1Vmg5ZT2MrfPlE07qIJemTOeTv4UO { width:20rem;height:24.6875rem;top:160.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtm35yOatLiVM2MfqGbkDpqJxbCz5gMN { width:12.3125rem;height:9.125rem;top:160.1875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQN7kTTmmRDt5NBVPcHlMllTpULd2CH9 { width:17.5rem;height:3.9rem;top:169.3125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBEEmmXtpvMcKvRK9JlAdmbMgtT7BqOd { width:17.4375rem;height:7.9625rem;top:173.21142578125rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1lzH6doM2QkyMKCieZ37NSBJnRIRG3 { width:17.8125rem;height:31.85rem;top:205.3125rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J01hkxb9VIXMzQAMH9x9tgkJbi536dTw { width:17.4375rem;height:5.0371125rem;top:198.8125rem;left:1.3125rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBHXZVzRdtJUE12BHzaMLpavyTIRCCrK { width:3.125rem;height:3.125rem;top:198.8125rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfp7UIF0M2E6ss5sBPseqtKo7Z4PC4ZA { width:13.1875rem;height:9.75rem;top:188.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDxsltCRLbU4BDz4MNe8xlwH60aZ6OD { width:20rem;height:50.375rem;top:187.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvrZgSkI9V5pslIp35PU3ySS5hWhU5FB { width:13.125rem;height:9.6875rem;top:56.41455078125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsadVtLpggAOtTyHz7n3eWLDVTGxMrKF { width:17.5rem;height:1.94970625rem;top:53.625rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcqUHGaF0XFUXZzfZKmxgZ2TbSSJVryq { width:17.5rem;height:7.9625rem;top:66.6025390625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L75ftTIkyTW369DSTPuSkKrNEPAwmqH8 { display:flex;width:2.5rem;height:2.5rem;top:75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CfA7Z1FcBeRIw1NW4AhJnMuMZ7NDVBEv { width:9.75rem;height:0.9746125rem;top:75.7626953125rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taopFT0lh4hipDQzcp2XAd12Mx7fUlpQ { width:8.9375rem;height:1.95rem;top:75.275390625rem;left:11.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuGZEgiGDqCL7pExDb53653Di19uMATV { display:block; }#LuGZEgiGDqCL7pExDb53653Di19uMATV > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .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; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g .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; }
#S1CWig5fyyQvQX0iqpLul3KaaDTobc9g { display:flex;width:18rem;height:5.0625rem;top:23.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #zoVtm5fTTiTWDROVXJpxRI7hZpNinNiK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #kTQQFGWIBL3mSwSx00Tu8ntxUaiz26ZR {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #tdLX8QdvqvxL2EZCNIsyFiHdHb6n80DO {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #EqMN2Tqk15dAXVOZOEg2V8auBIWoyTIh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #xwJuTinOiGA96doTJLMN5FxbK9erv2oJ {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #CQCnfTMHnJd3r1Gtd7pHBX8unNUd4K3V {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #wVo7AkkGErEwdgnVOPmyLy4ZVFomfntw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #ZJWxdcMvJJ68vaSeRmhMIcXmgQXpuntC {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #WKL5MRnLwLXu9COqZkZilEU94VGywBrq {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #mZp5iX3egCRgTsTJgyh1g2L2owD0o93r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #uG2698fSSVxzND27BtKWHPiArwZ6lUeT {  }
 }@media only screen and (max-width: 763px) { #S1CWig5fyyQvQX0iqpLul3KaaDTobc9g #yMLB7M5HQd0TgNT3fpqBTCTnlX1eCoRx {  }
 }@media only screen and (max-width: 763px) { #nRMyQiHPF7UrmefyOgIUJhL3t8Z8sH8M { width:18.999rem;height:3.8120125rem;top:18.36767578125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6QFLhx7Vniy9nsEdLkKxtlM1PPBUbta { display:block; }
 }@media only screen and (max-width: 763px) { #mSxc7NXx4TbV0rpuTXa8CwktSp8ilswE { width:20rem;height:14.7875rem;top:0.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d { display:block; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6KhVmVtdHrnTfgvp2LogRKH9KVsNiyF { width:1.875rem;height:1.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBMIDGcDDv5vaGfwxrTvWgwRiFSOAxbm { width:20rem;height:26.8125rem;top:35.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FK66PMXURT4SJolyXHJ3ck83suHKO1Wf { width:17.625rem;height:4.875rem;top:0.8125rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rK8q4XOUAqIq4q3T7kkckO5XUs6wtRT8 { width:19.125rem;height:25.59375rem;top:5.875rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgaNB7BTQ9gZz0q2xMfK2NvitnXdcGOW { width:17.75rem;height:1.625rem;top:32.6875rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhALV5AspwwtizWQzTX4R9THV5TKDfkc { width:1.875rem;height:1.875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5l2Kv7OZ3UlMOvDk4fMsZGomQS94POV { width:17.5rem;height:3.25rem;top:76.990234375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTGhvLzNK7kIluKcNM3LhxSCrwxy0mdt { width:1.875rem;height:1.875rem;top:77.677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9CmstCEmKWoZOpEByNJWAJKrpHy1cKh { width:20rem;height:15.84375rem;top:80.927734375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOhLJZSiGJoKnc0Q8nDkMLu4CgRs7ATT { width:1.875rem;height:1.875rem;top:64.677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEu87hf9PT6xZXPnWeQ0pcezXqPbipXU { width:18rem;height:3.25rem;top:63.990234375rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXI2DrFIHAhmAuhiCPkST0Ql7vsAL0hy { width:20rem;height:8.53125rem;top:67.240234375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7AKavZUouvPBpxh85IWOvpFCOJdM351 { width:10.9375rem;height:1.3rem;top:98.02197265625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:20rem;height:36.96875rem;top:2.58251953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSmUot60STwBT6MCItsa1s8TF9KTbnna { width:10.9375rem;height:1.3rem;top:40.801025390625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:13.562rem;height:4.12475625rem;top:0.1875rem;left:6.4375rem;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:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:20rem;height:1.54345625rem;top:5.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:20rem;height:2.923825rem;top:6.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:4.75rem;height:2.625rem;top:0.875rem;left:0rem;display:block; }
 }