.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:216,247,247;--color-primary-1:137,230,230;--color-primary-2:58,214,214;--color-primary-3:14,154,229;--color-primary-4:12,43,43;--color-secondary-0:254,168,88;--color-secondary-1:255,101,84;--color-secondary-2:237,118,94;--color-secondary-3:255,132,0;--color-secondary-4:255,129,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container { display: none; }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .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); }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh { background-color: transparent; background-image: none; }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh > .row .container > .video-iframe-container { display: none; }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh > .row > .video-iframe-container { display: none; }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh > .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); }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh { border-width: 0; border-radius: 0; }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh > .row .container > .video-iframe-container { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:relative;display:block; }#MA1NG3R7PJbMnL6vwKlePzpJXZTbKCDx { color:rgba(var(--color-tertiary-0),1);display:block;width:22.062375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:5.9375rem;height:1.950075rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EmmZraPya6M8z282xzkOrs54U67GrcTN { background-color:rgba(var(--color-secondary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.999625rem;height:2.43713125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:45.125rem;display:block; }
#m5ZDMRuTz9caODRJEUgoCof0AJau491e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e .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; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.38875rem;padding-right:0.338125rem;padding-bottom:0.38875rem;padding-left:0.338125rem;display:block;align-items:center;width:2.028125rem;min-width:2.028125rem;height:2.09rem;position:relative;font-family:arial;font-size:1.555625rem;font-weight:700;line-height:33.44px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.243125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.704375rem;height:0.82625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.583125rem;font-weight:700;line-height:13.22px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.8125rem;height:3.936875rem;padding-top:0.04875rem;padding-right:0.048125rem;padding-bottom:0.04875rem;padding-left:0.048125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.5625rem;left:29.0625rem;z-index:15003; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #TtoWkd78302xLDDoeHqb5NhqF9irFe6P { display:flex;position:relative;top:0rem;left:0rem; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #DtyHqgGuWq8B19P2xfnMTtBzzIlS8pyk { width:auto; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #N609PHSGL7T9ituWTEgHqZ6kAg2WN0E8 {  }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #TWLlA3BRoMV1HgnNbLUGZPc8sqVqRUvJ { display:flex;position:relative;top:0rem;left:0rem; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #Tl5mLrFd0uLuqOaZtae4xTnVXeWVWXax {  }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #Kd00buzhOUiThkN3xTIlxTGF9bLmfkw7 {  }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #XrKxCViuldmna52cvgRcVNKUDKs4opkh { display:flex;position:relative;top:0rem;left:0rem; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #ProFtupBSaiMttgTqkKAeEkDaDfl7tdJ {  }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #sZhZvPt1k3P4pbSXviBuNoDbatiycpxi {  }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #rVB5ysciztJlK2vqRUfT3iMqP5BT7KRu { display:flex;position:relative;top:0rem;left:0rem; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #afbzwtxEepzD0PGCgHSm1y1gpq9bgPKx {  }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #c9ZIPWxTBgy1DO8sZzb9UPsWCekTVrv9 {  }
#enWcsFQhZxVIh2dinfftwmeEgip8mA3X { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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;display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { background-color: transparent; background-image: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container { display: none; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .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); }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { border-width: 0; border-radius: 0; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:60rem;height:72.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#yxoG3WtV7fPQhb0wqzqA2Z1ewFalJ9J7 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:bitter;font-size:3rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8731689453125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A5vegIuupHTFTf05UUqpn120TWJ1nxRK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.9996875rem;width:57.249875rem;top:13.8125rem;left:1.375rem;overflow:hidden;display:block; }
#AKDXZa9foETluvWC9L2Vg4ShkEOpxkEL { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:52.714233398438rem;left:0rem;height:18.6875rem;display:block; }
#m6Gm2tW39OQTTq9fHH7zcPdVgsGrvEIS { z-index:15003;top:47.125rem;left:10.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.8746875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q2rFAGrn5HxypGsWSJNtgZZckgEQMR18 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row .container { background-color: transparent; background-image: none; }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row .container > .video-iframe-container { display: none; }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row > .video-iframe-container { display: none; }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .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); }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row .container { border-width: 0; border-radius: 0; }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#XtUhLR2guuKTrveAKfbIdFa4X23I2pb8 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1061201095581rem;left:9.4683170318606rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { 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; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { background-color: transparent; background-image: none; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container > .video-iframe-container { display: none; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row > .video-iframe-container { display: none; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .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); }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { border-width: 0; border-radius: 0; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#CXLZB7rT2iElaMGQqlob866VSgoa9fBm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:1.9873046875rem;left:0rem;height:9.34375rem;display:block; }
#Gb7Zf4A7hP4k6iCZyX0N817wwPs3Tlpk { color:rgba(var(--color-tertiary-4),1);display:block;width:29.2496875rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.486762285232rem;left:0rem;height:22.425rem;display:block; }
#mcti8pUm4QTkKAW8ff2NxJBOiOcsa5Bh { 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:25.8121875rem;width:39.0625rem;top:11.860351800919rem;left:20.937503814698rem;overflow:hidden;display:block; }
#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row .container { background-color: transparent; background-image: none; }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row .container > .video-iframe-container { display: none; }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row > .video-iframe-container { display: none; }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .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); }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row .container { border-width: 0; border-radius: 0; }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#qfL64pkPs1vH3rMWKR8u1ZCtAeRu7uQF { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.5224609375rem;left:0rem;height:11.45625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 { 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; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { background-color: transparent; background-image: none; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container > .video-iframe-container { display: none; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row > .video-iframe-container { display: none; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .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); }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { border-width: 0; border-radius: 0; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { font-size:0.875rem;font-family:arial;height:113.9375rem;width:60rem;position:relative;display:block; }#EbhT11T2wQ5Cao3NIrBTe94Ralq7GTWs { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.4576835632324rem;left:0rem;height:72.88125rem;display:block; }
#I5QZpJZ1f0b5fUPUdhrDyCywH520Cw8F { 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:17.8125rem;width:26.8120625rem;top:81.454542160031rem;left:31.779518127441rem;overflow:hidden;display:block; }
#qy1eaCZ7rrPqCc6A4iFEkPoSsU5q6PMS { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3123125rem;width:27.6871875rem;top:81.704108238219rem;left:1.2500019073486rem;overflow:hidden;display:block; }
#Fy4AP6hMvXNBrW4HFswcoBBC78KbSy7M { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:102.61068916321rem;left:0rem;height:11.2125rem;display:block; }
#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row .container { background-color: transparent; background-image: none; }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row .container > .video-iframe-container { display: none; }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row > .video-iframe-container { display: none; }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .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); }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row .container { border-width: 0; border-radius: 0; }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#ku26XKpXrK0EvhQQHCw1UB5nQSMXGKPw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1061191558838rem;left:0rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFkbvOusyeODC386ZZxKENGdwnnm9TtI { 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; }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row .container { background-color: transparent; background-image: none; }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row .container > .video-iframe-container { display: none; }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row > .video-iframe-container { display: none; }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .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); }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row .container { border-width: 0; border-radius: 0; }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row .container { font-size:0.875rem;font-family:arial;height:95.75rem;width:60rem;position:relative;display:block; }#qnMNRmXmbJLF4OKBtZLDdR6IazSge005 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.4576835632324rem;left:0rem;height:39.24375rem;display:block; }
#TFxGsE7hXh6p0ZKZJNgB8P2on6A2yHXT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:70.485416412356rem;left:0rem;height:22.425rem;display:block; }
#i42xQSQ7MlKl2ovKTD8lNSgcxsqUPdcK { 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:24.125rem;width:60rem;top:42.937828063965rem;left:0rem;overflow:hidden;display:block; }
#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row .container { background-color: transparent; background-image: none; }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row .container > .video-iframe-container { display: none; }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row > .video-iframe-container { display: none; }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .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); }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row .container { border-width: 0; border-radius: 0; }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#kg10DSTtfxyxGnglIGpolrQmFCACJNbW { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3491654396057rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szII8lNUtp6oJVGco5myuiORPOpb2uzQ { 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; }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row .container { background-color: transparent; background-image: none; }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row .container > .video-iframe-container { display: none; }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row > .video-iframe-container { display: none; }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .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); }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row .container { border-width: 0; border-radius: 0; }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#Ne1TRO10KbkieF3VvRJA5aTxElLwlVhs { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.7740783691406rem;left:0rem;height:46.71875rem;display:block; }
#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row .container { background-color: transparent; background-image: none; }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row .container > .video-iframe-container { display: none; }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row > .video-iframe-container { display: none; }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .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); }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row .container { border-width: 0; border-radius: 0; }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#B5dkEMNbqgfFfp27LRP6gkEKeMrdtmQD { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1061096191406rem;left:0rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS { 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; }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row .container { background-color: transparent; background-image: none; }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row .container > .video-iframe-container { display: none; }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row > .video-iframe-container { display: none; }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .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); }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row .container { border-width: 0; border-radius: 0; }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#LBGpgDSJyAfOZ8rfXWdCr0ELRRLsnBPk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9254627227783rem;left:0rem;height:46.71875rem;display:block; }
#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row .container { background-color: transparent; background-image: none; }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row .container > .video-iframe-container { display: none; }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row > .video-iframe-container { display: none; }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .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); }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row .container { border-width: 0; border-radius: 0; }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#uDuPMgq6r3KZI6azJ15EeprVccOgBIWk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9801349639892rem;left:0rem;height:3.65614375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PnL2Q9iXAnTZS8P592A8PBmWEhqXmxa6 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.636167526245rem;left:0rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf { 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; }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row .container { background-color: transparent; background-image: none; }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row .container > .video-iframe-container { display: none; }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row > .video-iframe-container { display: none; }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .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); }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row .container { border-width: 0; border-radius: 0; }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:60rem;position:relative;display:block; }#PikC736ErBbEkCWTG2usT6qWLTzSJz9s { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.7740783691406rem;left:0rem;height:50.45625rem;display:block; }
#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row .container { background-color: transparent; background-image: none; }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row .container > .video-iframe-container { display: none; }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row > .video-iframe-container { display: none; }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .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); }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row .container { border-width: 0; border-radius: 0; }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#NVCgP3c0sD7Jtb2kJgHWJ2ovqSeiw5g1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1061210632324rem;left:0rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt { 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; }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row .container { background-color: transparent; background-image: none; }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row .container > .video-iframe-container { display: none; }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row > .video-iframe-container { display: none; }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .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); }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row .container { border-width: 0; border-radius: 0; }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row .container { font-size:0.875rem;font-family:arial;height:86.6875rem;width:60rem;position:relative;display:block; }#AWet66ysNJ0qVdRmu1Urm7EGcZ6hmz5P { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.453660964966rem;left:0rem;height:37.375rem;display:block; }
#levXSbRtGikWUb8fa13OIPpAvwXTLxvM { 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:28.9995625rem;width:43.6870625rem;top:0rem;left:7.0301666259762rem;overflow:hidden;display:block; }
#DbFvuT56MseZMh5bz7XMAA86riUFGssC { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:25.855578899384rem;left:15.062393188476rem;height:1.3rem;display:block; }
#nW7d7owTk8gZtu8oQlsnG5ZMTJDm0ACO { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:68.8134803772rem;left:0rem;height:7.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2QV92PIoZCLLv7u8CtJl8JbnW7hPHpW { background-color:#f19b00;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:78.063156127931rem;left:21.250003814698rem;display:block; }
#dUyOzHBVAoMXfCAgvf8A9dATvZSuOHzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row .container { background-color: transparent; background-image: none; }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row .container > .video-iframe-container { display: none; }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row > .video-iframe-container { display: none; }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .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); }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row .container { border-width: 0; border-radius: 0; }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#ptgQJBzsqf6J5JMTsitA6BtRnSJDzsP5 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.39926528930664rem;left:0rem;height:11.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ { 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; }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row .container { background-color: transparent; background-image: none; }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row .container > .video-iframe-container { display: none; }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row > .video-iframe-container { display: none; }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .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); }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row .container { border-width: 0; border-radius: 0; }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row .container { font-size:0.875rem;font-family:arial;height:103.875rem;width:60rem;position:relative;display:block; }#yTZgAX6dxL8UCnlai3CQxbF8dJbz9hCU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.5151910781861rem;left:0rem;height:37.375rem;display:block; }
#lduRB3T3rchNM8kTk9hcmTMqTO31fySF { 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:13.4375rem;width:60rem;top:42.675241470337rem;left:0rem;overflow:hidden;display:block; }
#grdv7rkL45SysiISf3ynrnZQAuxvGOh4 { 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:13.4375rem;width:53.5rem;top:57.674705982208rem;left:3.2492408752441rem;overflow:hidden;display:block; }
#q9aISQCdFH2hnGPHvJ9s2lFXN5DBlrBy { 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:13.25rem;width:46.6875rem;top:73.383222103119rem;left:6.6558170318606rem;overflow:hidden;display:block; }
#HOLZE6EZIRzQBEQiuTtaHrJw1L5EB01W { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:45.9375rem;top:89.091243743894rem;left:7.0312519073488rem;overflow:hidden;display:block; }
#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ { 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; }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row .container { background-color: transparent; background-image: none; }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row .container > .video-iframe-container { display: none; }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row > .video-iframe-container { display: none; }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .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); }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row .container { border-width: 0; border-radius: 0; }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#ssKK09dWi0y4UPCTILIt1ks00lbiwdwK { 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:20.999875rem;width:36.4995625rem;top:1.7350263595581rem;left:11.749675750733rem;overflow:hidden;display:block; }
#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row .container { background-color: transparent; background-image: none; }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row .container > .video-iframe-container { display: none; }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row > .video-iframe-container { display: none; }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .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); }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row .container { border-width: 0; border-radius: 0; }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#k3BZTcyKF5pmhdeNwwO4VqhOQsB3IKWF { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6184024810791rem;left:0rem;height:9.2625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v { 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; }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row .container { background-color: transparent; background-image: none; }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row .container > .video-iframe-container { display: none; }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row > .video-iframe-container { display: none; }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .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); }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row .container { border-width: 0; border-radius: 0; }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row .container { font-size:0.875rem;font-family:arial;height:161.8125rem;width:60rem;position:relative;display:block; }#axLhXLTXpCb1EP9Hoaw1PuZsnTCmTFt1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.5760326385498rem;left:0rem;height:31.76875rem;display:block; }
#TGL0P26kcgCEyAO2KH5XoAPCvuUDQtD5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0621875rem;width:14.749375rem;top:63.811326980594rem;left:40.312503814698rem;overflow:hidden;display:block; }
#XVnOJOrqrDbBolmEBSz7RqKrkkpl6Euq { position:absolute;display:block;z-index:15023;height:14.4998125rem;width:25.874rem;top:63.811842203138rem;left:2.9367408752441rem;display:block; }
#pERwFgfhz0nGsuMhf7dSSBqVXP2wB1mX { position:absolute;display:block;z-index:15024;height:14.4998125rem;width:25.8745625rem;top:80.375rem;left:2.9375rem;display:block; }
#XqvUp4kmaUJW4X7K84xJwWyUDR5WOFsF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:55.84525680542rem;left:0rem;height:5.60625rem;display:block; }
#RasX1aCJTvnwPNoidT8TEOxx6m7v0ixE { position:absolute;display:block;z-index:15025;height:14.375rem;width:25.7498125rem;top:35.657538890839rem;left:34.249675750733rem;display:block; }
#od9xJkaSrIFlfSpxcDwW3pQdPunypLEN { position:absolute;display:block;z-index:15025;height:14.4998125rem;width:25.874rem;top:35.595689773559rem;left:0rem;display:block; }
#kr9t6dWCcVanaoGep5Kc6rTDSdEBEsLp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:99.78244018555rem;left:0rem;height:9.34375rem;display:block; }
#X62uMzfMMuTqJfF20tGWqTazFuFBlyhW { 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:12rem;width:16.25rem;top:110.07104492188rem;left:20.686309814453rem;overflow:hidden;display:block; }
#AduV6DEIqv0mizTyJNLCe3z1ZZLBMwMl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:124.469373703rem;left:0rem;height:33.6375rem;display:block; }
#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row .container { background-color: transparent; background-image: none; }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row .container > .video-iframe-container { display: none; }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row > .video-iframe-container { display: none; }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .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); }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row .container { border-width: 0; border-radius: 0; }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#Kg6Lf7x7mdVky7rvKTskKpyI428yz8SF { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6184024810791rem;left:0rem;height:9.2625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUwAoGdd6wzynTZm3KykMDwta92HCL4r { 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; }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row .container { background-color: transparent; background-image: none; }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row .container > .video-iframe-container { display: none; }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row > .video-iframe-container { display: none; }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .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); }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row .container { border-width: 0; border-radius: 0; }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row .container { font-size:0.875rem;font-family:arial;height:203.5625rem;width:60rem;position:relative;display:block; }#R7TJ9NgDZgzdUCncdPVoPMKBD8AaBXxR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.0756492614746rem;left:0rem;height:26.1625rem;display:block; }
#lH51T9CTGeWwmTxWTEOXy4P7dB3e50DG { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:154.28161621094rem;left:0rem;height:50.45625rem;display:block; }
#lnOZIiUuCsx8zwalFaz4iIFLN86wUkf3 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:52.0625rem;left:55.4375rem;overflow:hidden;display:block; }
#FgRiB647vhHELx4uU7mEqsfCDWhpzw2U { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6871875rem;width:56.8115rem;top:30.846927642823rem;left:0rem;overflow:hidden;display:block; }
#yc8iAmmwByvJEeDoDUni6lEIywzET51o { position:absolute;display:block;z-index:15046;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:54rem;left:34.4375rem;display:block; }
#rgAdb25n6O4kaWc3iBvgQgML12EQtPlB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:52.5625rem;left:39.625rem;height:1.62489375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hCQygLI65dceh6fcn0Pl4JfmeoIMP4NZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.687375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:44.1875rem;left:39.8125rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#B8hww0IHrmMPDNhCAb220dMuLLPhlTfX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.5;letter-spacing:0;top:54.125rem;left:44.875rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#IKaCzKwTlZ0nTlxLS4LRU8FpI2VVP8N1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:47.9375rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RI3mvBa18ZhSVyrP5DycgtK3TQ32U5UD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:41.75rem;left:55.6875rem; }
#ylQloNWdWQPNxWxM8btuTiS4NSq6LKhP { position:absolute;display:block;z-index:15047;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:43.9375rem;left:34.4375rem;display:block; }
#csfRnurdDOGXSIqBlZ9UVow4qEkEMwHr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9373125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:40.75rem;left:37.5625rem;height:3.24978125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kSrUbtzk5brTFbeDexWLzlBpb0JFXb4m { position:absolute;display:block;z-index:15047;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:55.5625rem;left:5rem;display:block; }
#Tne9xJs5pDR7n4miuPGdU7Wlt5fwJQdd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:29.9375rem;left:0rem;height:6.4995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSMcKlKkXnHEPlaoiyXW4W5U1Vuziusi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:39.75rem;left:5.3125rem;height:1.62489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MaV3JG2scuEz6FqJzgXT4pthmodSczO8 { position:absolute;display:block;z-index:15043;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:41.3125rem;left:5.3125rem;display:block; }
#W1WOrin9FPUZTf2wdN64UGp7kgV3yBkd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:42.0625rem;left:5.3125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#rIOcnbLvAqseT0zv8DhKlDrMEILZA9UV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3123125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:55.6875rem;left:5rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#PZgyWbQM8ZfTuQwPhwSWrCTB6K2dUrTH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:54rem;left:5rem;height:1.62489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iKWRexlsntoXTB6olLbu5wscvFaIw8WN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:54rem;left:1.125rem; }
#mICvokvWmyiWI1lIPSUZ6m2H5iiui9rI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.56228125rem;width:3.56228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:45.0625rem;left:1.125rem; }
#lOER3xwNZue7B9q24v3KK68KIC8G45r8 { position:absolute;display:block;z-index:15021;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:39.5rem;width:18.75rem;top:69.437438964844rem;left:38.874786376953rem;display:block; }
#KOi2GLfkTdfPihmzleVP5AKof8L3VuEm { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.28234rem;height:2.6572275rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:105.09767341614rem;left:42.108291625976rem;display:block; }
#TUZwOCEuBWX9ieTm6JDbUxfzU1y40n86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o7lcnLOwrWDRtUo7d6zUyRQbc5FOxUls { position:absolute;display:block;z-index:15023;background-color:#0d25ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:43.125rem;width:20rem;top:68.499938964844rem;left:18.874786376953rem;display:block; }
#BnOpTSMlFsgThRuWnKyhT22uOTrz0fPw { color:#e8f7ff;display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:78.312177658081rem;left:20.154624938965rem;height:25.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BnOpTSMlFsgThRuWnKyhT22uOTrz0fPw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BnOpTSMlFsgThRuWnKyhT22uOTrz0fPw li:before{  }
#zu2XO4WBiTUCRtWK4TQDMO90P6dDQPqH { background-color:rgba(var(--color-secondary-1),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6248125rem;height:3.87478125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:105.09774398804rem;left:22.092559814453rem;display:block; }
#uFOGr1vgZyEcAwTiORmIycqs6rPCWz11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y75AOIqBh7J065Ee5BSuJwmvV9xC0dS9 { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:73.375rem;left:19.1875rem;height:4.874875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BfH2RHk158MFn9sEia1sc10RHHaLQRLo { color:#e8f7ff;display:block;width:16.8120625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:72.437127113344rem;left:40.033641815186rem;height:4.46838125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aETnT2NefsZGBahDwxDpPmI1ZPpqkaPo { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:70.375rem;left:34.0625rem;height:1.62489375rem;font-style:normal;display:block; }
#fwo0TlRBylw0RDVWqoOcGoX4S4eaRMg4 { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:71.625rem;left:19.1875rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbWvbVwxeEDH6CeA5Ew4G6ozKibr3MPh { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:5.0625rem;top:69.8125rem;left:33.8125rem;display:block; }
#gWwIQwrSiacNV1Q4HsGdGNChhqN3oV2X { color:#e8f7ff;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:70.625061035156rem;left:39.124568939209rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hou9HNEwA2Xk6fVdshV3W7kUHMbLhwsX { position:absolute;display:block;z-index:15022;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:39.6875rem;width:18.75rem;top:69.437435150144rem;left:0.72157287597656rem;display:block; }
#DEFWX8xRUvKeEFhBoOG36amFQbdXlqOf { color:#e8f7ff;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:70.625rem;left:0rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcbFRDRnuCZs2m0t1fac43yzDhCqRcTu { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:73.5625rem;left:0.1875rem;height:4.46838125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d42afHpZNNhAoJcD9k34VZBb9nizeNpU { color:#e8f7ff;display:block;width:15.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:79.137372970581rem;left:3.0338554382324rem;height:2.5878875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#d42afHpZNNhAoJcD9k34VZBb9nizeNpU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d42afHpZNNhAoJcD9k34VZBb9nizeNpU li:before{  }
#ncs9JpfunnM9gbAHlEJchx7lA3W4l8Oq { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3322775rem;height:2.70714rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:105.07270240784rem;left:2.7072486877441rem;display:block; }
#tQIHqLKbgGVM7Tg4A6mdCELdUTOLUroo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1ypQg6TRnvAnTuNoT9qxCtGIi1OzR0C { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:69.4375rem;left:19.1875rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbfQzpScMSDB5rT1xnPf1ib6LiG9LtKA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:77.0041847229rem;left:39.532878875733rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#rbfQzpScMSDB5rT1xnPf1ib6LiG9LtKA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rbfQzpScMSDB5rT1xnPf1ib6LiG9LtKA li:before{  }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe .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; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe .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:var(--paragraphs-font-family);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; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe .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:var(--paragraphs-font-family);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; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe { 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.125rem;height:8.421875rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:134.97619628906rem;left:13.80859375rem;z-index:15061; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #LOTFzuQ91Ddn5Em30UNbWzAqlqNlqsh8 { display:flex;position:relative;top:0rem;left:0rem; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #OeOPZQ3Xs8XzeqWAJdETs78zn72dQlL3 { width:auto; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #JV68qdUmoBXLRe3DsdNn0JKQnTp3hVJi {  }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #dkXhDnltCKoitVJSvsqDIigoK0Ietobz { display:flex;position:relative;top:0rem;left:0rem; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #x4c0T6926a4X7B9P2eFM5OPeVDndXTT2 {  }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #hefgknsek66Q7LC2UBmbsWXmIkzi4GUU {  }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #iN27kUG34qHbdInkm0U3UydTI37zwcfH { display:flex;position:relative;top:0rem;left:0rem; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #KhWNJoZlnc2AXIwmPgXlgmLRJMJbH8FI {  }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #ydT7qPheoh4cAl2Ug3HmLBcTplkVmn6s {  }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #oVVDOKxsDoKHsWP8BW3MfBtHHJgR0DQg { display:flex;position:relative;top:0rem;left:0rem; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #glwPqrinqTX6A7OM8k1gQUJHONTl1AbQ {  }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe #B6b0cCXK7KC1V1QfM274UTZg2gu6NMWK {  }
#CQ6KBrQFgXvtbpsNSNNGpgfgn3fgnZb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:144.68688964844rem;left:4.2803955078125rem;height:7.96265rem;text-align:center;text-align-last:center;display:block; }
#L8TV4kNy8r8yiEg5QD4FJLD8BZo2bHkp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.812rem;width:9.812rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:101.5185546875rem;left:3.96728515625rem; }
#JbZqx6zzU7FBiw4yUSWi1gJt2x1sWBkV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.811375rem;width:9.811375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:101.85241699219rem;left:23.968505859375rem; }
#LTtVuyX0B2tfTqaanGPMz4IuqZGle5Cu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:101.52038574219rem;left:43.533325195312rem; }
#JT4AWdQxdr5iK7VxinVIZ3XyGOkq1JaZ { color:#0eff00;display:block;width:17.437125rem;position:absolute;font-family:roboto;font-size:6rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:122.17224121094rem;left:19.686279296875rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRIEGU0tDvWeC7BsmKsJek3pAIFSXWy9 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:112.96020507812rem;left:11.373901367188rem;height:7.96265rem;text-align:center;text-align-last:center;display:block; }
#SRoTVyNecoN16Id37xNFMbDLSTJ0XvgU { background-color:rgba(var(--color-secondary-3),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.74975rem;height:3.8745125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:131.10168457031rem;left:13.5302734375rem;display:block; }
#hypV0pAwTMrBhRgLiweHxkvT65dUl1EV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4taci1IADydxM9zpswoIiJudSa36fSa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row .container { background-color: transparent; background-image: none; }#t4taci1IADydxM9zpswoIiJudSa36fSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row .container > .video-iframe-container { display: none; }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row > .video-iframe-container { display: none; }#t4taci1IADydxM9zpswoIiJudSa36fSa > .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); }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row .container { border-width: 0; border-radius: 0; }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#mNB1OSGlyavmEMPygXHkFtXfHgkvN6Fn { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1612961292267rem;left:0rem;height:6.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw { 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; }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row .container { background-color: transparent; background-image: none; }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row .container > .video-iframe-container { display: none; }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row > .video-iframe-container { display: none; }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .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); }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row .container { border-width: 0; border-radius: 0; }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row .container { font-size:0.875rem;font-family:arial;height:162.875rem;width:60rem;position:relative;display:block; }#TEZrnJzE7uRqX8X4I6oUXvhpAtBHpaE0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.0756492614746rem;left:0rem;height:35.50625rem;display:block; }
#yqqSTg4L9BUe7qZmic0oyTZapOEHJclC { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:62.625rem;left:55.4375rem;overflow:hidden;display:block; }
#cDpXli1G2Q7FOGfPmS3bHCv1RVDsI5GW { position:absolute;display:block;z-index:15046;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:64.5625rem;left:34.4375rem;display:block; }
#alVtq0JfxE1HXRTur1pvnWguVWb0eXmI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:63.125rem;left:39.625rem;height:1.62489375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xpoNO3Hn8uxm1iduRSHM77rSwzkRkkOb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.687375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:54.75rem;left:39.8125rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#yT64OC0IzHzahQ6TaBTzhTKdSMmO6qeG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.5;letter-spacing:0;top:64.6875rem;left:44.875rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#CdFNF7OAqrRwCLZ3VycQitSutn2Bv2NU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:58.5rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcDF5XAwz5dS9hzNevqDqS3GWxkiPuwc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:52.3125rem;left:55.6875rem; }
#wUI9P6QAdQ0TeTz551ZRtZUkdp8w1BxA { position:absolute;display:block;z-index:15047;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:54.5rem;left:34.4375rem;display:block; }
#tf1TSrpNokFlhnrdv4wTA9WPghvfoPIO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9373125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:51.3125rem;left:37.5625rem;height:3.24978125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AJclHFHXeV0nuyXJ5ZBNl96wQsJ5yD5U { position:absolute;display:block;z-index:15047;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:66.125rem;left:5rem;display:block; }
#HfDkcD40prQ3SltXK5zT0KJvF1SMNvzO { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:40.5rem;left:0rem;height:6.4995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTRvnbxPZqmlFv0W5fSp4PvJi4rZ5kiU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:50.3125rem;left:5.3125rem;height:1.62489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qAVCJpzSXaTEufUPrxsuSV8Pi390oeyp { position:absolute;display:block;z-index:15043;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:51.875rem;left:5.3125rem;display:block; }
#wxJd8ZsE9nn0hpzJz4vpoHr9IvN0MBnC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:52.625rem;left:5.3125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#gZLZxayEsgnOnqSWfb2SxfSkR0S5pSDr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3123125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:66.25rem;left:5rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#gwWWulH9pygVUl8sG6qeAxGLMPWrzxao { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:64.5625rem;left:5rem;height:1.62489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQl3Kvr523X9zsVR1u3H635Eb1VeRnFB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:64.5625rem;left:1.125rem; }
#xoBVBe2uPMS0DIuEz9ukWygDpLbyBqnw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.56228125rem;width:3.56228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:55.625rem;left:1.125rem; }
#TMwBr7tx2cnr43nTyi6IMh6ExMXuGXC8 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6871875rem;width:56.811rem;top:41.346585273742rem;left:0rem;overflow:hidden;display:block; }
#RCgZDHI2Ek4p8Prf7PWm2KIwrXGA96Im { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:153.875rem;left:5.875rem;height:7.96265rem;text-align:center;text-align-last:center;display:block; }
#JmXebEZbTG7bZwxPZ64SA4KhEfD5TnG7 { position:absolute;display:block;z-index:15043;background-color:#0d25ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:43.125rem;width:20rem;top:76rem;left:20.0625rem;display:block; }
#bOxCyAHQi75r2C9bQtKX0Zm1adhbETXs { position:absolute;display:block;z-index:15041;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:39.5rem;width:18.75rem;top:76.9375rem;left:40.0625rem;display:block; }
#NeQk943vII9RTSGHi7yfk0KsSrb5UMRC { background-color:rgba(var(--color-secondary-1),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6248125rem;height:3.87478125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:112.625rem;left:23.25rem;display:block; }
#iGbSceCFP1HLCv50pDhyb8TplJlUV0G8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rAs4P9B5pSyrpKssP73nhc5ZDOheyxKR { position:absolute;display:block;z-index:15042;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:39.5rem;width:18.75rem;top:77rem;left:1.3125rem;display:block; }
#cBBkTdtLy7DreblCR9WxSmyOXRyHPbEJ { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.28234rem;height:2.6572275rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:112.27478551864rem;left:43.091907501221rem;display:block; }
#LrhWftAIMUNdTaiTUV1a7eRi8hlFKEcV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUq4yhfcsbq1mJ5u4JdeZPBgiuB9A6my { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4299025rem;height:2.80479625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:112.25rem;left:3.875rem;display:block; }
#lxOiViBO9IaT39EEeWn1UiXnhxAgpzs7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ud6kUIT7ozSOTiREkF5uBTAWg0iSDu4r { color:#e8f7ff;display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:85.8125rem;left:21.3125rem;height:25.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ud6kUIT7ozSOTiREkF5uBTAWg0iSDu4r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ud6kUIT7ozSOTiREkF5uBTAWg0iSDu4r li:before{  }
#O0EKveup9OKI5bbP3bm81ww7fUbw9uF5 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:84.5rem;left:40.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#O0EKveup9OKI5bbP3bm81ww7fUbw9uF5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O0EKveup9OKI5bbP3bm81ww7fUbw9uF5 li:before{  }
#N2dDQpWO6H6FFarRc3W9qDHIeGNwZ7Tl { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:80.875rem;left:20.375rem;height:4.874875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDAwc5aQIuAF5HnTB3OlHRrc9ElvqpUK { color:#e8f7ff;display:block;width:16.8120625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:79.9375rem;left:41.25rem;height:4.46838125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXwh4pBbcCNdeBreTO1CMh9hglSFg7Sc { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:77.875rem;left:35.25rem;height:1.62489375rem;font-style:normal;display:block; }
#GiBX8Hfv1ZXQD8R9nzvr5L9w4hPFykUE { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:79.125rem;left:20.375rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xk8pL68eW5Z2giDOfOHRmFk8DZN3lF4i { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:5.0625rem;top:77.3125rem;left:35rem;display:block; }
#i88IRU6QUDRdN7o38n4JU83pTtik7Xzs { color:#e8f7ff;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:78.125rem;left:40.3125rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWZB0QIZiys1XecqTUrn8A3XNiH7c2OD { color:#e8f7ff;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:78.125rem;left:1.1875rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vD98rKPP4Hzlf2UoROr2MdBTGu0xZmp7 { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:81.0625rem;left:1.375rem;height:4.46838125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emqf90oSVK8lKP10BHKTShyJUJIrMLT6 { color:#e8f7ff;display:block;width:15.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:86.625rem;left:4.25rem;height:2.5878875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#emqf90oSVK8lKP10BHKTShyJUJIrMLT6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#emqf90oSVK8lKP10BHKTShyJUJIrMLT6 li:before{  }
#QDsfLpT4ECF42FkHGXO3BGyzMrmaSx3S { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:76.9375rem;left:20.375rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU .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; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU .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:var(--paragraphs-font-family);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; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU .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:var(--paragraphs-font-family);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; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU { 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.125rem;height:8.421875rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:143.4375rem;left:15.4375rem;z-index:15062; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #DMqwZp7tc1R2o3ofMKDDtMtQqinGBMoF { display:flex;position:relative;top:0rem;left:0rem; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #PApE8A6MJGcZAs6BzRF2aEqeS8aI1ULC { width:auto; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #qMMs6wIITigH40qSLUnxQu8oWtpxP0nC {  }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #Ma5FDtJy3P1kN9I9PfiGA8SLZgIo7Tpi { display:flex;position:relative;top:0rem;left:0rem; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #oZamZBIilrdXvcvEJCPPfCSOFwU3pbSD {  }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #XiZZwJVQ6RWcLknOvbBpedV6pNBizsgl {  }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #DO36fa6Xx7HcWhlZ5OUuSwoes7uwymyB { display:flex;position:relative;top:0rem;left:0rem; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #s7JNdkmro1VvN5knzsE2TkkFsWyTGHym {  }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #UeqroxkKt6wz0kXAA6kN01GI11Q2L1as {  }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #OhMPAutiA0bVTFoFiaJqOVQXBsJ6CW5z { display:flex;position:relative;top:0rem;left:0rem; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #oDnHCKCeDfDBuqZNCwGqtm2hpJfcw89L {  }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #g2HkDUhHz3AkTvxNBfqKTLRE2f1Q5r0W {  }
#dCgeaGe3y2nTqSiKDQHGgUPBNqQaZWG7 { background-color:rgba(var(--color-secondary-3),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.74975rem;height:3.8745125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:137.875rem;left:15.125rem;display:block; }
#MyC9MxquPpviPwJvkz7dN3Re6wVplVdB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zLVytTp5yBdseF1D7ipgvbuBqXe2DFZF { color:#0eff00;display:block;width:17.437125rem;position:absolute;font-family:roboto;font-size:6rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:128.8125rem;left:22.25rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#grUsFzul7KunmcMKJEEM3SVq7FSSAl5T { color:rgba(var(--color-secondary-2),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:119.8125rem;left:13rem;height:7.9625rem;text-align:center;text-align-last:center;display:block; }
#pV2MsTCtGaJ2gMkJCW74DvlBr6R7gQoh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:108.69750976562rem;left:44.351196289062rem; }
#ARPH8JHkxpZrGISQcsPwWHyeimKFxTQH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:109.65576171875rem;left:24.664916992188rem; }
#at5EGriXSh8hTvpgUk5z39msPeZb8MMS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:108.69750976562rem;left:5rem; }
#go3o14T2Jetq4pugwueoCIf6nE7RmVpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row .container { background-color: transparent; background-image: none; }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row .container > .video-iframe-container { display: none; }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row > .video-iframe-container { display: none; }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .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); }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row .container { border-width: 0; border-radius: 0; }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#uVQmiAITlDMuXwXpc1AyaOZpmGTRKaiE { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0.724338889122rem;left:0rem;height:11.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs { position:relative;display:block; }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs { background-color: transparent; background-image: none; }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs > .row .container > .video-iframe-container { display: none; }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs > .row > .video-iframe-container { display: none; }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs > .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); }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs { border-width: 0; border-radius: 0; }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs > .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; }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs > .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:241.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vvFDbuhn07qfZusk6gtTeTyMgQ36hXme { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.4375rem;width:53.8125rem;top:12.25rem;left:2.71875rem;display:block; }
#Z1ppbmgoly9uB1ZaXIJR6CcX1zux0NH2 { position:absolute;display:block;z-index:15036;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:8.8125rem;top:12.25rem;left:2.71875rem;display:block; }
#MC6RIQURDuqGVbeE0yMFIKmXWgTtmL7p { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.7431640625rem;left:6.1875rem;height:6.906125rem;display:block; }
#oJeRG4lmirbaBdgFAnhbRwx76T9tt4Th { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:14.8994140625rem;left:3.03125rem;height:2.843625rem;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; }
#sxBgyMkOsNzcBVucgPEk4urzALhCZv8f { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:13.75000021141rem;left:12.905818939209rem;height:2.19360625rem;display:block; }
#qqSSxlJZwHogu8t3ZkJF7KZLUWJQ5EQs { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:16.704102993011rem;left:12.905818939209rem;height:7.71875rem;display:block; }
#QTg4ddJ1TzSt9vbTULqveBkEOWftEnKi { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.0625rem;left:25.09375rem;height:2.6rem;display:block; }
#vHPMEEITHfTWto2d9HqJqh4OWRdTUqkG { position:absolute;display:block;z-index:15042;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.5rem;width:53.8125rem;top:43.937133789062rem;left:2.7495670318604rem;display:block; }
#Lwlw3hf8TgNenXTRH1aUfoeZQc9NtX78 { position:absolute;display:block;z-index:15043;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.5rem;width:8.8125rem;top:43.937133789062rem;left:2.7495670318604rem;display:block; }
#SlBdCNJDIQwSMLO1yiqD5hGwVeCkuga1 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:44.404174804688rem;left:12.90625rem;height:4.38720625rem;display:block; }
#JGvFoCohrmGWQJflFvfuD2iperJMlvSe { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:46.5625rem;left:3.0625rem;height:2.843625rem;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; }
#pWZiZQ3guCqUoLdBNPy1UkQGktTx1qMn { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:48.835180282593rem;left:12.905818939209rem;height:9.2625rem;display:block; }
#C4feiry205p1yU7X5kRiDl5mHwc7n596 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:49.4375rem;left:6rem;height:6.906125rem;display:block; }
#MyeqzTAOytx2SmLm1T0wZTvxf8PUCG3a { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:47.75rem;left:25.125rem;height:2.6rem;display:block; }
#VD0GayfPKr5Q81F7ZImcaTxaxAJyvdNv { position:absolute;display:block;z-index:15049;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.8125rem;width:53.8125rem;top:75rem;left:3.0929908752441rem;display:block; }
#uUpWGQV6MFqPy71IGZBfga6xzxJGf9pX { position:absolute;display:block;z-index:15050;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.8125rem;width:8.8125rem;top:75rem;left:2.9361991882324rem;display:block; }
#qfeDl0sz4CSgf46DJMTdLou2q5HhS9sk { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:77.625rem;left:3.0625rem;height:2.843625rem;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; }
#HI1ypheUIwSvwinsPMIvKWbiVVTVAn56 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:75.000006675719rem;left:12.905818939209rem;height:4.38720625rem;display:block; }
#FwsQBP7sQo3LJeWUhgQy1M1sz0F2qUvc { color:rgba(var(--color-tertiary-4),1);display:block;width:42.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:79.948466300962rem;left:12.905818939209rem;height:9.2625rem;display:block; }
#iXdyfHpVxRvTlM0C841SMpEwHQAt0Hgz { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:80.5rem;left:6.0625rem;height:6.906125rem;display:block; }
#ePLtaKk59T9ctZF3bTcvn50CbnNeb0Ka { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:78.8125rem;left:25.125rem;height:2.6rem;display:block; }
#CyRQuWaUsP8MXA5T3F79ZQTqVcR9hsm7 { position:absolute;display:block;z-index:15070;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.4375rem;width:53.8125rem;top:193.8125rem;left:3.125rem;display:block; }
#hfogI44J8NDWditUoOOeeILWtJDmF78b { color:rgba(var(--color-tertiary-4),1);display:block;width:42.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:200.25rem;left:13.125rem;height:6.175rem;display:block; }
#gwcWfqnSt5ukr3V4J7RPwmyCfCCtBw6G { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:195.3125rem;left:13.3125rem;height:4.3875rem;display:block; }
#KBVr2gs1bPs0XFrIuS3dC8ui1kubKBhB { position:absolute;display:block;z-index:15063;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.4375rem;width:53.8125rem;top:161.9375rem;left:3.0625rem;display:block; }
#HPch594VUZSuHo1d901pLvTk8WIVhOib { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:166.375rem;left:13.25rem;height:4.6307375rem;display:block; }
#ghSG1TT9qStsKJAQWRkSVa9LWwdd4k6V { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:197.625rem;left:25.5rem;height:2.6rem;display:block; }
#NunAvseNcTzInOTT4JiDslzALRD7k6zv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:165.75rem;left:25.4375rem;height:2.6rem;display:block; }
#PQD9Ro2piz3t1xO1MsoI0p8aRoqJrBvh { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:163.4375rem;left:13.25rem;height:2.19360625rem;display:block; }
#SqxqDBna4zryaE2FMOaluFTrbrxgTbDP { position:absolute;display:block;z-index:15056;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.4375rem;width:53.812375rem;top:113.56226348877rem;left:3.0929908752441rem;display:block; }
#eXg1fOtqibyRFISO4Nw3UcvTPOQTrxFC { position:absolute;display:block;z-index:15057;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:8.8125rem;top:113.5625rem;left:3.0625rem;display:block; }
#MLHZzTryS1fvlm5U5nPnSkBEW0l42TL0 { position:absolute;display:block;z-index:15064;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:8.8125rem;top:161.9375rem;left:3.0625rem;display:block; }
#VHQqUU6cGQVawRB1THhtxO9DR6FQes7c { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:164.5625rem;left:3.375rem;height:2.843625rem;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; }
#hLX0ZNl8LppRV3HoAWrWVp7xSWmAAm9e { position:absolute;display:block;z-index:15071;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:8.8125rem;top:193.8125rem;left:3.125rem;display:block; }
#SP1nltkaeppXK3BxdqoBWbvvJNndkPuM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:196.4375rem;left:3.4375rem;height:2.843625rem;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; }
#MauCnO53M2C92xNQEI0a4iIqOa84Nupf { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:119.0625rem;left:6.5rem;height:6.906125rem;display:block; }
#OLaTy496XQUkR0cTUPwDwTlOMWaerAhl { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:118rem;left:13.25rem;height:7.71875rem;display:block; }
#hQCgX917PBQhVy2PaPUeMkZB6W0eTsSI { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:167.4375rem;left:6.3125rem;height:6.906125rem;display:block; }
#BMkrQHfWTAVc2fE2Q5TeyqkVpFr6zB9T { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:199.3125rem;left:6.375rem;height:6.906125rem;display:block; }
#pwnbzk7piyWPozIZ0ZPx4XOzRxmGDrtc { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:116.1875rem;left:3.375rem;height:2.843625rem;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; }
#pVMcLWaPVypJlz5h63ZMHOW1SL8KuukL { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:115.0625rem;left:13.25rem;height:2.19360625rem;display:block; }
#OPp663fTyqBb2L1y4eFlBfFAr9azoLw8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:117.375rem;left:25.4375rem;height:2.6rem;display:block; }
#EavquDGXuQOJnwmoDESAcEgw0zLleuPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.062175750733rem;left:13.999568939209rem;height:1.6875rem;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;display:block; }
#ZKKJhDeDTObJNs5paPEihohe23NsMbxC { 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:1.875rem;width:1.875rem;top:27rem;left:11.5rem;overflow:hidden;display:block; }
#bzV0mR3EZ959VTL5bJmdQuqhg20OkkIB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:29.8125rem;left:14rem;height:3.375rem;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;display:block; }
#knqHu6vbT2p0vdKWTtw8fBuyUrptVWO6 { 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:1.875rem;width:1.875rem;top:29.75rem;left:11.5rem;overflow:hidden;display:block; }
#MvsUJALvSbbA4tmt7FEL3tAR5kgVwrBl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:36.5625rem;left:14rem;height:1.6870125rem;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;display:block; }
#BTWTFkIPkDOhV6U1nw94FHkK08768mmg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:14rem;height:1.6870125rem;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;display:block; }
#xKZ8Cl4ci3KGzEWzSE0L2Vu1aifPM28Q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.75rem;left:11.5rem;overflow:hidden;display:block; }
#r8TI1O8Hz9nBg9PSQoydcdCJa0KvJFM1 { 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:1.875rem;width:1.875rem;top:36.5rem;left:11.5rem;overflow:hidden;display:block; }
#pTcEvMt7FwZaBlSvv41loVuxTVwlWhTz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:36.625rem;left:36.625rem;height:1.6870125rem;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;display:block; }
#Oh7x5ha9ICAlSK4TmuFPx4O9RiZC0Zhd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:33.875rem;left:36.625rem;height:1.6870125rem;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;display:block; }
#qdUdcKpbtPRyTqGXX5mG91Zf6CKUwzXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:29.875rem;left:36.625rem;height:3.375rem;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;display:block; }
#VMLFAHklg9XEi7RkdS8gC7cIl8GVxS8X { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.8125rem;left:34.125rem;overflow:hidden;display:block; }
#TT1wtQAM4sNo6BEwFuFsqNhKlJDXpAhq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.8125rem;left:34.125rem;overflow:hidden;display:block; }
#JTliEe7Un7KadIS8yXSOMC8iZ4V53MEW { 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:1.875rem;width:1.875rem;top:36.5625rem;left:34.125rem;overflow:hidden;display:block; }
#XtKRDkqTO08AvcRDRA4WIBL0y74lkMzR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:27.125rem;left:36.625rem;height:1.6870125rem;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;display:block; }
#nA9kTVuvFqtFAagudWqvXDEMbVoVh7DM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.0625rem;left:34.125rem;overflow:hidden;display:block; }
#JwXithwTzHrPKuSXynL7EO5G8ptvsTWn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.4375rem;left:11.5rem;overflow:hidden;display:block; }
#pUOM4EnaKTpgGv7IW8KnkbyOREQ5vE9e { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:39.5625rem;left:14rem;height:3.375rem;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;display:block; }
#MLgwBHs2f7Q2dc7TIf374s5DvAxTZ2i5 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.5625rem;left:34.125rem;overflow:hidden;display:block; }
#WMlgMMCsoPAnTbhgiiPmPlH3LX3pTZKm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:39.5625rem;left:36.625rem;height:1.6870125rem;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;display:block; }
#izT72xeFkZwTtqWXoJ41tiIqeULfQsBl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:72.5rem;left:37.375rem;height:1.6870125rem;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;display:block; }
#K8pqhiHEwo3ekcowLeV8cD1VC612G9kg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:69.875rem;left:14.0625rem;height:0;font-style:normal;display:block; }#K8pqhiHEwo3ekcowLeV8cD1VC612G9kg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K8pqhiHEwo3ekcowLeV8cD1VC612G9kg li:before{  }
#JmDOAeBtRPTg7PhncL7EihQAi3iyEu8y { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:68.375rem;left:37.375rem;height:3.375rem;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;display:block; }
#NTiTH0t6AsK15TJ3sHQGhgZGM7L3SnRM { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:68.3125rem;left:34.875rem;overflow:hidden;display:block; }
#t0WfpXf8T7QELOVcmVElF1D2JR0qGzqJ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;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:72.5rem;left:34.875rem;overflow:hidden;display:block; }
#vuLbHidMD5JHHde73k3LRwvidn7p4JZ1 { 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:1.875rem;width:1.875rem;top:65.3125rem;left:34.8125rem;overflow:hidden;display:block; }
#zwi0crQZlhIcSGKvF43rS6FOETzlRrKR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:67.125rem;left:14.0625rem;height:1.6870125rem;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;display:block; }
#faRsCeGexIA2Dc7WCXJzd6t021VvszWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:65.5rem;left:37.3125rem;height:1.6870125rem;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;display:block; }
#lJQqppOAfJH49ydvLkfITtf1aqVnBiUL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;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:67.0625rem;left:11.5rem;overflow:hidden;display:block; }
#KaPMspHGSTTTNB4SbVaPKxxC3bhQ4dS9 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;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:69.8125rem;left:11.5rem;overflow:hidden;display:block; }
#hV9BmI7g1qqFeMyLRGrerX3KCb27RlaC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:63.125rem;left:14.0625rem;height:3.375rem;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;display:block; }
#OmXbKOU0OT0tCit8mtBQpXvzgweItvOg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:62.125rem;left:37.3125rem;height:3.375rem;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;display:block; }
#iTN12rmUqbVSNhmONNTgtDgAFRWlVy3q { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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:63.0625rem;left:11.5rem;overflow:hidden;display:block; }
#kJUOlLBqSoSIJpnxRtfbHbhnORqv0Aww { 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:1.875rem;width:1.875rem;top:62.0625rem;left:34.8125rem;overflow:hidden;display:block; }
#laU15KkcoTxaL4HEv9wBBpSPa4q5l6Fg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:59.25rem;left:14.0625rem;height:3.375rem;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;display:block; }
#Qxui6tixb0J90SispexDRThU2kSLq2hq { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:59.1875rem;left:11.5rem;overflow:hidden;display:block; }
#L7ITsVxZgEnT4giLTTDuCnvJHI7IwAla { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:59.3125rem;left:37.3125rem;height:1.6870125rem;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;display:block; }
#H5RksDGqirnf0DKWpk8kQIdZ8qMcFycy { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;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:59.25rem;left:34.8125rem;overflow:hidden;display:block; }
#iey9lrLm9WqqtgqS9yxFEEFoStgK7NdN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:107.0625rem;left:37.8125rem;height:1.6870125rem;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;display:block; }
#wDpHrMVpO2M8r0Z60cPlRQOpNStUJlCz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:102.5rem;left:37.875rem;height:3.375rem;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;display:block; }
#CCbffRBc7GXTNso17Tc1mKyp72kRCL8z { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;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:107rem;left:35.3125rem;overflow:hidden;display:block; }
#fC3dRLA5QCX0vskXUbUxwXcM8fZDTeT5 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:102.5rem;left:35.3125rem;overflow:hidden;display:block; }
#Vn359DEpU9fEoWnBvauUfgkQv47Pb3DE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:106.0625rem;left:14rem;height:5.0625rem;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;display:block; }
#TSOcZI4ICKqQbukvXSbvf7v0psn8cd3c { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:102.5rem;left:14rem;height:3.375rem;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;display:block; }
#fccGLfZcJs3JUIBHbrRkkPORr5T7Oul4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:97.5rem;left:14rem;height:5.0625rem;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;display:block; }
#N93vJiRo2R7qhgctot8dzfnl8f1gzBtw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.5;letter-spacing:0;top:96.5625rem;left:37.9375rem;height:5.0625rem;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;display:block; }
#FQCOF18JJpkx1amvdivcfEVOtXHi24vS { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;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:96.5625rem;left:35.375rem;overflow:hidden;display:block; }
#yMhi6gAAkiKJ60O5iMPIlMBgboMAskIb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:91.875rem;left:14.0625rem;height:5.0625rem;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;display:block; }
#tqrlGCH7AEcmUNB4igb08SZslCssSTG6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:92.4375rem;left:37.8125rem;height:3.375rem;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;display:block; }
#HUt8edtQ9nPONlFSQvkHGSa15ZlfIOE0 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:92.4375rem;left:35.375rem;overflow:hidden;display:block; }
#clADhLZVwqMVVTli58BKgTmDxhiWeurh { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:102.5rem;left:11.5625rem;overflow:hidden;display:block; }
#VkAkNJkKkF3p1s0SUihenCK8KNrSok7E { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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:106.0625rem;left:11.5625rem;overflow:hidden;display:block; }
#F7XRgB3NCIc8VR6OyQIHHcEwTQEZIOWt { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;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:97.5rem;left:11.5625rem;overflow:hidden;display:block; }
#Bpm0NMzSBzs3s2AmJAO5KFJJIu9KowRE { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;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:91.8125rem;left:11.5rem;overflow:hidden;display:block; }
#qZpwKV5y5sObiiuNoMlhEUmaFKwXeLme { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:127.875rem;left:11.8125rem;overflow:hidden;display:block; }
#oMM15ea58HR4Q6OVh84aueNUgpDuG3mw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:127.9375rem;left:14.375rem;height:3.375rem;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;display:block; }
#xZwKSss87EsQLHdzH6tXAK3hdvvqQ6gT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:131.8125rem;left:14.375rem;height:3.375rem;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;display:block; }
#mRXpS2W2HeRdqXHboB2BXErpffHzb3xF { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:131.75rem;left:11.8125rem;overflow:hidden;display:block; }
#lbDByDlWRpkJ9l7nFV13xE5oz6vt7T67 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:135.8125rem;left:14.375rem;height:3.375rem;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;display:block; }
#zf68Ib81VmOchtamgMwHtgtlcXTHzuOv { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:135.75rem;left:11.8125rem;overflow:hidden;display:block; }
#ANhIKp3QfZwQ1seUyQTSksxD7XeoS2Qb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:139.5625rem;left:14.375rem;height:5.0625rem;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;display:block; }
#F92bhT3aO09Z6HRppKqglsnXLbf3OR3Z { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:139.5rem;left:11.8125rem;overflow:hidden;display:block; }
#MJlAdzTDOT7KggkA08J1xwyPvv5lST1U { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;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:127.875rem;left:35.3125rem;overflow:hidden;display:block; }
#VG0PQ7dhyxyv68T8tZGhT1KkSGmvLTPi { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;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:149.6875rem;left:11.4375rem;overflow:hidden;display:block; }
#XwRgG2G50zNhUPvmmO7O4zIFgl6h3kJC { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;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:145.3125rem;left:11.4375rem;overflow:hidden;display:block; }
#FX62s9BnMt5DOWU7QLu91BuJNEKi5JAS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.5;letter-spacing:0;top:127.875rem;left:37.6875rem;height:3.375rem;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;display:block; }
#mwXGGJuiE3Oog08rL2iNQmzBcvo3T9cM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:149.6875rem;left:14.375rem;height:5.0625rem;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;display:block; }
#Q3Cbyy6G8Q0XfwEu50qUtmvneDv3W6T1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:145.3125rem;left:14.25rem;height:3.375rem;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;display:block; }
#wuM5tUkIJIwX87umPcNE4H8kNAEu7HAB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.5;letter-spacing:0;top:136.875rem;left:37.75rem;height:5.0625rem;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;display:block; }
#NzSb1w0CPdT07pc5tsQlleHMzrFmv4A3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15078;line-height:1.5;letter-spacing:0;top:131.8125rem;left:37.6875rem;height:5.0625rem;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;display:block; }
#bMTRkBsvccHM3EszrQLJh6maq3IJTxmm { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;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:136.8125rem;left:35.25rem;overflow:hidden;display:block; }
#uONkf58HFailil3CDpbEXiGeZz3XmWBE { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;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:131.75rem;left:35.3125rem;overflow:hidden;display:block; }
#nCxTTbKpIw7aECqlrFDlOG7dZZuLRRJX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.5;letter-spacing:0;top:153.0625rem;left:37.75rem;height:5.0625rem;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;display:block; }
#asCAPphZacrH0ap4Ceut248xufgrmKUc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.5;letter-spacing:0;top:148.875rem;left:37.75rem;height:3.375rem;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;display:block; }
#bvt6ciykWR5kWR6uVwFohpnguyWGhbTI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.5;letter-spacing:0;top:143rem;left:37.75rem;height:5.0625rem;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;display:block; }
#V0u5A5O03NVoh72rPL2AwTP5F23Zg6GG { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:143rem;left:35.3125rem;overflow:hidden;display:block; }
#Rlp5hL4cSkKqTutGlqb00pl86OvRDU1T { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:153rem;left:35.25rem;overflow:hidden;display:block; }
#InTaz299ingbsCOqRPPeQp46bk0XNQ33 { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:148.875rem;left:35.25rem;overflow:hidden;display:block; }
#MdDICDM8QNdFtWdq9NHVurJqswzO0Tan { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.5;letter-spacing:0;top:158.6875rem;left:37.75rem;height:1.6870125rem;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;display:block; }
#yJySz2HHdsMdTLVu3LxvdOxTCNt5L8qC { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:158.625rem;left:35.25rem;overflow:hidden;display:block; }
#hvi7W63qN3tNfbS9Q1Ee9cHRncWwZGSl { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:177.8125rem;left:11.6875rem;overflow:hidden;display:block; }
#tBD2o5py0n4a8T3s0DWVSAfZfUCWI4w1 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;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:181.6875rem;left:11.6875rem;overflow:hidden;display:block; }
#pCxW3MUcLJzCU7JJbFeurPc1EbZIMwgd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:177.875rem;left:14.25rem;height:3.375rem;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;display:block; }
#JTMSwigmhTDEVOZ3WXTo2y0PKVaQZQnd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:181.75rem;left:14.25rem;height:3.375rem;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;display:block; }
#DoFHR0Gs9SHRAKduQfdkOhJqtnUJhkTT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:185.75rem;left:14.25rem;height:5.0625rem;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;display:block; }
#RGvWhoFLCQ5m0fJNKzLpka5G9cZBwH3Q { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;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:185.6875rem;left:11.6875rem;overflow:hidden;display:block; }
#M19OhBosxaJ4wERfrZismGUtkzJ2FEOO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.5;letter-spacing:0;top:187.5rem;left:37.0625rem;height:5.0625rem;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;display:block; }
#nRgGe9nbIRGlyOJK6NnTeW0skLWEV9JX { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15078;line-height:1.5;letter-spacing:0;top:181.75rem;left:37.1875rem;height:5.0625rem;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;display:block; }
#xvoIuDWIqdeScKLxWipytonrcvKCMray { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;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:187.3125rem;left:34.5625rem;overflow:hidden;display:block; }
#ngCkHOUIewB64GWDlWSCJdeRMrvZZh43 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;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:181.25rem;left:34.625rem;overflow:hidden;display:block; }
#argbRiDOvOnSV5xfR9Q3DJWMR9Lx1T2E { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;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:177.8125rem;left:34.5625rem;overflow:hidden;display:block; }
#AWMi8UvZDTvnUOTsHaJl6gRE392h6kKw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.5;letter-spacing:0;top:177.875rem;left:37.125rem;height:3.375rem;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;display:block; }
#xr5m7Pk67OMudraf1XIftbSD4NlhV13M { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15112;line-height:1.5;letter-spacing:0;top:231.375rem;left:37.1875rem;height:1.6870125rem;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;display:block; }
#MBchFJs5vA2uBpHPwxTfNcIUstJgPzzM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15100;line-height:1.5;letter-spacing:0;top:232.3125rem;left:13.8125rem;height:3.375rem;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;display:block; }
#BxfD5TTdTeJJZffdRNhergRSKlZHhGqN { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:231.3125rem;left:34.6875rem;overflow:hidden;display:block; }
#Wpy3E0Kh0z7NrV7tCdlg3nCMn03Pt9OP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.5;letter-spacing:0;top:225.5625rem;left:37.125rem;height:5.0625rem;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;display:block; }
#m3aAThKdCkh1f2m6ZqBT85HuZTS6XvBB { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:225.5625rem;left:34.625rem;overflow:hidden;display:block; }
#XQ0OQC5JlsscgtoXwPMouOtDmguLQNvQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15098;line-height:1.5;letter-spacing:0;top:226.25rem;left:14.0625rem;height:5.0625rem;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;display:block; }
#IQMIdLOsuCDq67moGTzL9B23Ob3wTCdb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15108;line-height:1.5;letter-spacing:0;top:221.4375rem;left:37.1875rem;height:3.375rem;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;display:block; }
#vXWyIQiUZppHGU1OKQldPU2euThl2uVe { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.5;letter-spacing:0;top:220.5rem;left:14.25rem;height:5.0625rem;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;display:block; }
#EXL0ARyqOyIckv0LAdJvlbMFaX5iSl73 { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:221.1875rem;left:34.6875rem;overflow:hidden;display:block; }
#DVUuUiK07bULF3bnCRXfxvycdCBa0IhT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15094;line-height:1.5;letter-spacing:0;top:216.75rem;left:14.25rem;height:3.375rem;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;display:block; }
#rr7VHcrcJaF3RryCDiZfGW5weigpZeA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15106;line-height:1.5;letter-spacing:0;top:217.1875rem;left:37.125rem;height:3.375rem;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;display:block; }
#FrqkOTVR4lIoIXiROPKKc8z74R5EIoqH { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:217.125rem;left:34.625rem;overflow:hidden;display:block; }
#GPIt4fq6R5vxUDrd9y8vyvm4HbK7OJvq { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:216.6875rem;left:11.6875rem;overflow:hidden;display:block; }
#EX72ROQtNl5xRK7UpNR137XM7W3DFF9w { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:220.4375rem;left:11.6875rem;overflow:hidden;display:block; }
#kJuf7cM9P6CJef91ZglfMzaoSiadP5Ta { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:232.125rem;left:11.5625rem;overflow:hidden;display:block; }
#uzDO6ZVRzAFN7gmG3JCltObBmWyBxqkx { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:226.25rem;left:11.5625rem;overflow:hidden;display:block; }
#tHxrt6RvUQKssVpNhCcVTkD68Nusofi4 { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:208.8125rem;left:11.6875rem;overflow:hidden;display:block; }
#gTguSIlPxZBBxu4BoQhXwHnT5cMMMRmX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15090;line-height:1.5;letter-spacing:0;top:208.875rem;left:14.25rem;height:3.375rem;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;display:block; }
#QhoHZn4wt1yDQbV4OM8PchWf72dcybqr { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:212.75rem;left:14.25rem;height:3.375rem;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;display:block; }
#XMlvanKgTNLWntToDD60X8ddqJudWgTx { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;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:212.6875rem;left:11.6875rem;overflow:hidden;display:block; }
#U7GwovippTx5MMetGospQcfRp4Abmox3 { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:208.8125rem;left:34.625rem;overflow:hidden;display:block; }
#d2KKWST90TrxPucnb2quBiTknTF7MSTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15102;line-height:1.5;letter-spacing:0;top:209.0625rem;left:37.125rem;height:3.375rem;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;display:block; }
#VAUcA5WPRXNFhWg3tlx1l1ekxHhOXsPq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.5;letter-spacing:0;top:213.1875rem;left:37.0625rem;height:1.6870125rem;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;display:block; }
#VXyXzAgn6WAitpNGFmcOgBPKsR13Hlzv { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:213.1875rem;left:34.5625rem;overflow:hidden;display:block; }
#CLFmhPD9BH7X07cSLeAAT4b3RlhXdwb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.81196975708rem;left:11.250001907349rem;height:2.1120875rem;display:block; }
#s9z2QXV8F9UVoo7LHaofz62C3CEuhPbc { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9371875rem;position:absolute;font-family:oswald;font-size:3.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.3117523193359rem;left:3.8433170318604rem;height:4.7938375rem;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; }
#qvxszZNCUgyhU39FW7FDfIUPwqVpDf9R { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.7431640625rem;left:6.1875rem;height:6.9059375rem;display:none; }
#pLPmJQ5p1MgGalTRz7vnUbIZ9R74L3n5 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.7431640625rem;left:6.1875rem;height:6.9059375rem;display:none; }
#lyKPRdue0WgZfAaNRsB6yDrv9OKOSins { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.7431640625rem;left:6.1875rem;height:6.9059375rem;display:none; }
#mcyQJbKbULUGyfBkmf2FXkK8uhChNUOC { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.7431640625rem;left:6.1875rem;height:6.9059375rem;display:none; }
#HrWbBcQ1qzatOZICDTTNIEHmJeeTGbus { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.7431640625rem;left:6.1875rem;height:6.9059375rem;display:none; }
#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI { 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; }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row .container { background-color: transparent; background-image: none; }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row .container > .video-iframe-container { display: none; }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row > .video-iframe-container { display: none; }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .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); }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row .container { border-width: 0; border-radius: 0; }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row .container { font-size:0.875rem;font-family:arial;height:125.6875rem;width:60rem;position:relative;display:block; }#iip791eyFiXz2bEEmJT8bO5dL4MMiu1G { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:22.125rem;left:55.4375rem;overflow:hidden;display:block; }
#tG6MWKyeW2aCgkzTFe2FJ2FQ7Uy4TdcH { position:absolute;display:block;z-index:15046;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:24.0625rem;left:34.4375rem;display:block; }
#KWZ5AGoenN153clXeQG4is0LAWU4bTJO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:22.625rem;left:39.625rem;height:1.62489375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bWWHy3Ss8Aw7rm5OyINheIz5S3h4VmMC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.687375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:14.25rem;left:39.8125rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#ZHkXVDKV56IDVWq0HtBdJOM7CPiCVHHx { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.5;letter-spacing:0;top:24.1875rem;left:44.875rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#AsPkXVuAgVm9UQb16I38WX81Zs7VdOh4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H9a6JTM3kXvATra42SwGsy0cehqGM8ue { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:11.8125rem;left:55.6875rem; }
#OK2W38GBwK4hpg9stGuryAyiFOVuTzaS { position:absolute;display:block;z-index:15047;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:14rem;left:34.4375rem;display:block; }
#Sf9A0HDvnCJGpw16NxQMmiRQtpivGkH4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9373125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:10.8125rem;left:37.5625rem;height:3.24978125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k36v28ik9P2RuhEvapaeeVtkP11gVtZT { position:absolute;display:block;z-index:15047;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.625rem;left:5rem;display:block; }
#lm0cxw5ylycmGrPtEWH8VvUQIeAr6cUW { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:6.4995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTuiXVC89w3TNOitQirb78o2oS0suRna { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:9.8125rem;left:5.3125rem;height:1.62489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEVO7sAtpcyw28B6C97vA2LUtAB0e2TI { position:absolute;display:block;z-index:15043;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:11.375rem;left:5.3125rem;display:block; }
#gdlEd1GNbMCghZW1w7x4oUZRCuL9Wqcw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:12.125rem;left:5.3125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#O23dLcbNi5dlTNiK7VzsGegpCR1wONQz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3123125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:25.75rem;left:5rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#Jc3Embx6xEB9UVphWeM4OKGwB9mAaIpG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:24.0625rem;left:5rem;height:1.62489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SZq4Qb95WqNRNkp9cqPTTzdT5vQCuhT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:24.0625rem;left:1.125rem; }
#qLch4kgTaQibTmcWFvZScOMClaieIshR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.56228125rem;width:3.56228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:15.125rem;left:1.125rem; }
#UU4GlXQg7xcwSUESl2I1umKPStw7XSMm { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6871875rem;width:56.8115rem;top:1.8467879295349rem;left:0rem;overflow:hidden;display:block; }
#Mks6ATPV84wzAtTTH99JtGk8fIGl3bvG { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:115.31188964844rem;left:5.8740234375rem;height:7.96265rem;text-align:center;text-align-last:center;display:block; }
#CBQMkwWD5wuSBmLU7tRdhTLEDwS6muSJ { position:absolute;display:block;z-index:15063;background-color:#0d25ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:43.125rem;width:20rem;top:36.0625rem;left:19.8125rem;display:block; }
#XxNGEzq8nlgdgnIur9zlZP0BNzITW8dn { position:absolute;display:block;z-index:15061;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:39.5rem;width:18.75rem;top:37rem;left:39.8125rem;display:block; }
#fle86pTkwTluN3IEyXiVwVhVeudyrW9r { background-color:rgba(var(--color-secondary-1),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6248125rem;height:3.87478125rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:72.6875rem;left:23rem;display:block; }
#hTuMevJtmPeZXWJJIf3AAaR8HOlSEA57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uoS3BJw31xR6pVCvhFIKNec5Aksfd2Az { position:absolute;display:block;z-index:15062;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:39.5rem;width:18.75rem;top:37.0625rem;left:1.0625rem;display:block; }
#hI0iMfRZphNN4wh4ho760x4U7Hq7OFlB { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.28234rem;height:2.6572275rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:72.337314605713rem;left:43.091907501221rem;display:block; }
#Iu9fEkMZutxkrJfKqzkufTnbxGwUHXBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKSBRmlsgdV8uVJstcqn0lIGTNl1w71D { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4299025rem;height:2.80479625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:72.3125rem;left:3.625rem;display:block; }
#TDUgPJM49dAnLDpOhbed8DoVzOhdlBoO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mn9vuRrwXkACBqG6L24bd2EUW8Vp13GN { color:#e8f7ff;display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:45.875rem;left:21.0625rem;height:25.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Mn9vuRrwXkACBqG6L24bd2EUW8Vp13GN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mn9vuRrwXkACBqG6L24bd2EUW8Vp13GN li:before{  }
#GvVvnPHSLMCCNl6z5q6Pnhk9C7e8c4wI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:44.5625rem;left:40.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#GvVvnPHSLMCCNl6z5q6Pnhk9C7e8c4wI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GvVvnPHSLMCCNl6z5q6Pnhk9C7e8c4wI li:before{  }
#mINXyTMvPQ5WG5osP5BFxn9xd4wQXGqu { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:40.9375rem;left:20.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEoTvw0KVlAyGqXCCA06Vb71IDKc56An { color:#e8f7ff;display:block;width:16.8120625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:40rem;left:41rem;height:4.46838125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ontPcsMlHX9TRhbSu7r8fm4B11I0xhXa { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:37.9375rem;left:35rem;height:1.62489375rem;font-style:normal;display:block; }
#K2JWmXUMhVFXEpQ1oQLTT2DssJvVRyTB { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:39.1875rem;left:20.125rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCEeP0f93e7G2qa7QaTcez8u83QJ4win { position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:5.0625rem;top:37.375rem;left:34.75rem;display:block; }
#XKF3yaL10wJ2DximtDrBo53irXrI6SIP { color:#e8f7ff;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:38.1875rem;left:40.0625rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gx9a16UMPFmJsAsKvwnJkzSmLGoTPNBo { color:#e8f7ff;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:38.1875rem;left:0.9375rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSZn8ocdak49GpiAFHgq0PHUy7MDZGFl { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:41.140625rem;left:2.0552082061767rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lP0GMFFkorLsiQqOcbNx1ZfNQy0hSWPH { color:#e8f7ff;display:block;width:15.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:46.6875rem;left:4rem;height:2.5878875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lP0GMFFkorLsiQqOcbNx1ZfNQy0hSWPH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lP0GMFFkorLsiQqOcbNx1ZfNQy0hSWPH li:before{  }
#vRt4x5vABKgD0SfVpzlUQ1iJ7RwZ9lip { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:37rem;left:20.125rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF .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; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF .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:var(--paragraphs-font-family);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; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF .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:var(--paragraphs-font-family);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; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF { 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.125rem;height:8.421875rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:104.18701171875rem;left:14.715576171875rem;z-index:15063; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #AwiCaSkIundGrHS6e8pmJqIx7T83PXRd { display:flex;position:relative;top:0rem;left:0rem; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #pKocQzKT5K2mKDlFmTcx3JlgnrzeAKAt { width:auto; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #X5tZR03eOdBgqzB8pCJnt2iPsQs5Iwx8 {  }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #EViAigTiu1HQWvXwqd8AI6l678Mh16Za { display:flex;position:relative;top:0rem;left:0rem; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #p1fi4iM5ggiFEi4X4TzJKPxqRuGXNkiW {  }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #ur5z8IULS9qahW0x4H0vqy2wRZRX9LL0 {  }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #tpaMlNIH0eVv1T2ER7HoJeUSHVQbCBCs { display:flex;position:relative;top:0rem;left:0rem; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #koK7PxR4p070aCHW8Z1yRTUMghsTMNhi {  }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #lTiwngIohV8t90c8IpDN1kgTnwnzBNAW {  }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #ULXnth89LElc877TMUpQLBMccLTiHDFi { display:flex;position:relative;top:0rem;left:0rem; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #ix8sZqV7HnCMrJ8CwPNKEAkAaAe234go {  }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #UbU2SyA9aKhvBqhZAQJaT5T1OO6HB1di {  }
#NB5UtICLZ1I6OhZXGZhoemBWf3FFDxId { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:69.718627929688rem;left:24.664916992188rem; }
#K0LfnbtgAaICquuZy291k33PhAiCAyTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:68.759765625rem;left:5rem; }
#Fnd4xFzWWuU4VOVIE73vSoraNro6zv6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:68.759765625rem;left:44.351196289062rem; }
#GdQf24VDSwG6fhr2f0omk2TizHbMI8Ma { color:rgba(var(--color-secondary-1),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:79.5rem;left:13rem;height:7.9625rem;text-align:center;text-align-last:center;display:block; }
#DILG8rAZmKk9oegJRBpyLJCmMEwFPbcy { color:#0eff00;display:block;width:17.437125rem;position:absolute;font-family:roboto;font-size:6rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:88.5rem;left:22.1875rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A1D6iIdrqlgNsrTplJ6ipuem25Rzv5eF { background-color:rgba(var(--color-secondary-3),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.74975rem;height:3.8745125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:97.5625rem;left:15.125rem;display:block; }
#EsyXLBmRJcihswDE0JvNZxXIhExc9AnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9lCroxHitUSMDM19T7mrxI030qF0tAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row .container { background-color: transparent; background-image: none; }#g9lCroxHitUSMDM19T7mrxI030qF0tAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row .container > .video-iframe-container { display: none; }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row > .video-iframe-container { display: none; }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .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); }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row .container { border-width: 0; border-radius: 0; }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#DKQUzJuO28wkGgufZKfcN9oVvJoVB3MU { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0.724338889122rem;left:0rem;height:11.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 { 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; }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row .container { background-color: transparent; background-image: none; }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row .container > .video-iframe-container { display: none; }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row > .video-iframe-container { display: none; }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .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); }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row .container { border-width: 0; border-radius: 0; }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row .container { font-size:0.875rem;font-family:arial;height:213.5rem;width:60rem;position:relative;display:block; }#sKA7JeMvTGwTm6SFg23t7kAN08o6Nw6t { position:absolute;display:block;z-index:15136;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.4375rem;width:53.8125rem;top:1.25rem;left:3.125rem;display:block; }
#t5qmbCcTqKRNMF6R8e9MO4bqKDnIfDGr { position:absolute;display:block;z-index:15137;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:8.8125rem;top:1.25rem;left:3.125rem;display:block; }
#IbxTOyQ6gWv7XDrSlTSq7eqgtwmUx7D8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:3.875rem;left:3.4375rem;height:2.843625rem;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; }
#BIkQEgn0ZLEHPUOJbyMgtHHVGUk0z4cL { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:5.6875rem;left:13.3125rem;height:7.71875rem;display:block; }
#Nu3986lqlA8coUODbTQR6V0pfJ441wA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:6.75rem;left:6.375rem;height:6.906125rem;display:block; }
#xHWqxU3htZpcRVHEQf9J4uQaqR3mverB { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:2.75rem;left:13.3125rem;height:2.19360625rem;display:block; }
#zPGisMAoKTTmgGMWH0cXMppadqhJLUhA { position:absolute;display:block;z-index:15124;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.6875rem;width:53.8125rem;top:55.374895095825rem;left:2.9996757507324rem;display:block; }
#L2qITq1zMPLa8NakvisXMLzlSFTKhdeg { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:61.261940002441rem;left:13.312175750733rem;height:7.71875rem;display:block; }
#l10P7TZkgTRmnR9CVBXLMfisMV9x4i5C { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:56.490889549256rem;left:13.408748626709rem;height:4.3875rem;display:block; }
#MJAdh6rBKNurX0KTUIw9wGLQmXpKyAeA { position:absolute;display:block;z-index:15118;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.9375rem;width:53.5rem;top:34.0625rem;left:3.1875rem;display:block; }
#RiriXwqrmCXU8tXAI2kQd5brnoKOB8Oc { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:38.5rem;left:13.1875rem;height:12.35rem;display:block; }
#irWPfQgd7IPTAEvTnmEXHTzCEXKsoTB5 { position:absolute;display:block;z-index:15119;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.9996875rem;width:8.812375rem;top:34rem;left:3.1875rem;display:block; }
#PybPGhrvCdR83IkzAZwP8dwDSsJQqo3z { position:absolute;display:block;z-index:15125;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.5625rem;width:8.8125rem;top:55.374895095825rem;left:2.9996757507324rem;display:block; }
#x448fFwQIaGQEFKtyW7f9ReWd8HAkqK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:58rem;left:3.3125rem;height:2.843625rem;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; }
#yrzJ1D2IzeqiD0VyDWRGc6ohoQynRmEC { color:rgba(var(--color-tertiary-4),1);display:block;width:2.31228125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:41.25rem;left:5.8125rem;height:6.906125rem;display:block; }
#IeH0I3yLcczmkLVTqXnlxof9MHt5OTfU { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:60.875rem;left:6.25rem;height:6.906125rem;display:block; }
#rcnbps5N29yJkTgvzMvbOUPopmLIOhC2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6246875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:39.4375rem;left:3.1875rem;height:2.843625rem;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; }
#WN5XR8mQVmuyfSKdTJXDfXWL3R3slbWG { position:absolute;display:block;z-index:15112;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.4375rem;width:53.8125rem;top:16.625rem;left:3.1875rem;display:block; }
#El9DkOecyBTJKqXQvA0Pe5AcBlMRmAQu { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:21.0625rem;left:13.375rem;height:6.175rem;display:block; }
#XX3bJW7rcB11UCU3eQlzTTqvSKBGuKM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:18.125rem;left:13.375rem;height:2.19360625rem;display:block; }
#IqKIqg0Iy5LsXQMpQ7JR5NQb3xq77XmB { position:absolute;display:block;z-index:15113;background-color:#dedede;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:8.8125rem;top:16.625rem;left:3.1875rem;display:block; }
#HBkRCpmhpdBMKgLWpbGvEQXUwhJsPdZW { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.5rem;height:2.843625rem;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; }
#UtNt6P60x9mfMcUni6yagEcny2KKS835 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:oswald;font-size:5.3125rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:22.125rem;left:6.4375rem;height:6.906125rem;display:block; }
#Tegw9r2dtBLxeIUe84EiLc9s4swHElXS { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:35.5625rem;left:13.1875rem;height:2.19360625rem;display:block; }
#BdSyqECQXR42nuKDfsvPCaZIyl8INTGP { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:94.25rem;left:55.4375rem;overflow:hidden;display:block; }
#HZqNbarPVBWLn4VrGzGVO2T1LPNqfu5E { position:absolute;display:block;z-index:15083;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:96.1875rem;left:34.4375rem;display:block; }
#mlfZCKDyeuZeEV59pKKohrNo2sEDpMH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:94.75rem;left:39.625rem;height:1.62489375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D3DmnSisS4Fhdq7c2gamDx2ndUcWZGsl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.687375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15089;line-height:1.5;letter-spacing:0;top:86.375rem;left:39.8125rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#k6Iiwovxp5HlcBvUctdVXFUl05hmS3KQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15090;line-height:1.5;letter-spacing:0;top:96.3125rem;left:44.875rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#Zq3gJzwTMR4KMyZ9sNlbyKaFVCNf6Myo { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:90.125rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BldLnCsT25XJwc8yyK5pd2HWgZovRwoJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:83.9375rem;left:55.6875rem; }
#PgcEbsmOSE7tKZP1Q7efuJXcNb9I3PmP { position:absolute;display:block;z-index:15084;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:86.125rem;left:34.4375rem;display:block; }
#tyFOUa5UOAH7oO8AzyJe1CXv8M18lkzy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9373125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:82.9375rem;left:37.5625rem;height:3.24978125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BRCovEIWNTmTFz2oD74ipsm9Xh4AV1TZ { position:absolute;display:block;z-index:15084;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:97.75rem;left:5rem;display:block; }
#xDsN55wnWiRhC4vkbLqqENNIUbW79rat { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:72.125rem;left:0rem;height:6.4995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UR1vmqWLOc5QnScmnfdJBTzAIsLemnBl { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:81.9375rem;left:5.3125rem;height:1.62489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wrR1nUPXmbtoMNmATOZkEVdUa34QU90D { position:absolute;display:block;z-index:15080;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:83.5rem;left:5.3125rem;display:block; }
#TZWFocXEqve4dVVILhspdEgdUkLTZHDB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15092;line-height:1.5;letter-spacing:0;top:84.25rem;left:5.3125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#w45DLIHVQG5B4eKGANiJKyUlPdCEa1eM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3123125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.5;letter-spacing:0;top:97.875rem;left:5rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#rotLe2FoRByFs6bm3SDdbwREuVApvVqy { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:96.1875rem;left:5rem;height:1.62489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XRu2LDNVDHi7UBm9BLZv7fWyICTg3uIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:96.1875rem;left:1.125rem; }
#ABbqTpuWQiX5rg0ANiFSwFSTb7bbBdkk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.56228125rem;width:3.56228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:87.25rem;left:1.125rem; }
#oCAeSeQUdveFIJMdCcbfL765tkDR6pHH { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6871875rem;width:56.8115rem;top:73.971899032594rem;left:0.16004943847656rem;overflow:hidden;display:block; }
#MZBQXbXHNsricGWqModEzBVHwH1cTU13 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:186.375rem;left:5.875rem;height:7.96265rem;text-align:center;text-align-last:center;display:block; }
#iyP5QHJNTM7CfwU82CW1uwCR5fKmoMtK { position:absolute;display:block;z-index:15083;background-color:#0d25ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:43.125rem;width:20rem;top:107.6875rem;left:19.9375rem;display:block; }
#uKGvAsy1iX7yZbSEihzngzcModsQ8bPB { position:absolute;display:block;z-index:15081;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:39.5rem;width:18.75rem;top:108.625rem;left:39.9375rem;display:block; }
#tHMa2BlJtqb77x93oLUOKSL3p3oWPloT { background-color:rgba(var(--color-secondary-1),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6248125rem;height:3.87478125rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:144.3125rem;left:23.125rem;display:block; }
#F5SzTNFsB13T3KszLmJlyzGF3SfpZMuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XNPnyP5aFis9oDKmxiNTMUQQe5pFDiTw { position:absolute;display:block;z-index:15082;background-color:#071d97;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:39.5rem;width:18.75rem;top:108.6875rem;left:1.1875rem;display:block; }
#qrJ3kByvDTZpd7yOWZQwmWAbdlUik2wu { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.28234rem;height:2.6572275rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:143.96211814881rem;left:43.091907501221rem;display:block; }
#z1r4NE3wMRye2azfhhqWMowNIymEPcMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SLWoDSAlTSElK5g1iviUzOK3JhLo3c0y { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4299025rem;height:2.80479625rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:143.9375rem;left:3.6875rem;display:block; }
#XxOF6alFJK9B0nG4y8Vg1PJtm9vrl0Fw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aALED39UXITowEXeqnuuLdJBX4Kw6KaK { color:#e8f7ff;display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:117.5rem;left:21.1875rem;height:25.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aALED39UXITowEXeqnuuLdJBX4Kw6KaK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aALED39UXITowEXeqnuuLdJBX4Kw6KaK li:before{  }
#aqopCtzUTHvhTnJTbR3bC7O6zGV7CPui { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:116.1875rem;left:40.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#aqopCtzUTHvhTnJTbR3bC7O6zGV7CPui li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aqopCtzUTHvhTnJTbR3bC7O6zGV7CPui li:before{  }
#ovT4aTmVELSi0ncpx8bMeTgGW2sPblkK { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:112.5625rem;left:20.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcpzRKelPbCPLMVHzlB34DARgMzZoZXo { color:#e8f7ff;display:block;width:16.8120625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:111.625rem;left:41.0625rem;height:4.46838125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9Me84Ck3FE6SWq27v4aV6v7mcqKsuhJ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:109.5625rem;left:35.125rem;height:1.62489375rem;font-style:normal;display:block; }
#HmBL5MXo1D3wD3PoTWHr9H3rAXuy3fqX { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:110.8125rem;left:20.25rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IW5EtEaQLSwTU7vP8mDlggx7mT1ByXcA { position:absolute;display:block;z-index:15097;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(110deg, #ffbbb5, rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:5.0625rem;top:109rem;left:34.875rem;display:block; }
#eg9G8D3eICRKl7opDM8fhe9z4ttUQAUm { color:#e8f7ff;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:109.8125rem;left:40.1875rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9eMVMITAK1BU13FlSWTdashkRiHglAg { color:#e8f7ff;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:109.8125rem;left:1.0625rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNX6IMArNxGkKDKwXSOeVxf77M1TPGCV { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:112.75rem;left:1.25rem;height:4.46838125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1DATDODWf48VKsJZ9cb0Q1L4GkTWOO7 { color:#e8f7ff;display:block;width:15.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:118.3125rem;left:4.0625rem;height:2.5878875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#R1DATDODWf48VKsJZ9cb0Q1L4GkTWOO7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R1DATDODWf48VKsJZ9cb0Q1L4GkTWOO7 li:before{  }
#WzOAfbo1CprrL6DvJEmgP1FuOdsaSTM2 { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:108.625rem;left:20.25rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u41SAqvImNWvy7wMCDV0llT0ZNsT6HGi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:196.5625rem;left:22.0625rem;height:1.3rem;display:block; }
#yGqZ7zKTpCqBnkOw8BurPpwKZgEDw6sM { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:199.1875rem;left:0rem;height:12.5125rem;display:block; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP .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; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP .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:var(--paragraphs-font-family);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; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP .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:var(--paragraphs-font-family);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; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP { 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.125rem;height:8.421875rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:175.875rem;left:15.375rem;z-index:15064; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #yLNzePZhqsEKy8VslGMwMPM0tVnvipTN { display:flex;position:relative;top:0rem;left:0rem; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #NyoEvgDHDH1S6oTnwEKWViBC57UFC3qh { width:auto; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #J9ihDoDDfuS01BBVIrK9oQglTiTMFlt9 {  }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #ghEyOTsMgPqhTPNu9IytKtwxluN4a6tM { display:flex;position:relative;top:0rem;left:0rem; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #TVc3lzTiRbz4MlMqC53nDtFHKqTnecqS {  }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #S9F9J215RVu9OfgqEGOIqXylz5urZCxW {  }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #igKSeyOZ6N9gUPW2lkxUA3L7GHpAx61p { display:flex;position:relative;top:0rem;left:0rem; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #wmOcmPFopOCLSJBfn5De57vORrhLurMg {  }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #aLVyXwmGzKi4ceUCaslFRPX7iwOHbkXg {  }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #HZnTqW4rxA8fRgmkwpv0CTKnwUOUmERk { display:flex;position:relative;top:0rem;left:0rem; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #N8Jz9pCEaoXkf89q6QRdVWThKdABqX7z {  }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #za42rPmVEl7FT5abwWeo1TiSueDHZffM {  }
#uFbItyxklp1oCFBM1w7SqqBAmqBQlZbX { color:#ff0000;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:151.625rem;left:13rem;height:7.9625rem;text-align:center;text-align-last:center;display:block; }
#SRpiLqbkdycrXaPSqgTUNFriEyyVBKb5 { color:#0eff00;display:block;width:17.437125rem;position:absolute;font-family:roboto;font-size:6rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:160.625rem;left:22.1875rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMFK4Hp1B53Xuu4vyskaT68TZSBLlAZ0 { background-color:rgba(var(--color-secondary-3),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.74975rem;height:3.8745125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:169.6875rem;left:15.125rem;display:block; }
#e1wSuWekrRA19vQAcxBD5PTqDW7V6rWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZtqKhb2zvwNpovLArgvWwua5xlkA3ft { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:140.38452148438rem;left:44.351196289062rem; }
#LrP20sh9ZBHpPVCCETW8o0Aul7zpRAAQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:141.34338378906rem;left:24.664916992188rem; }
#xnapzU8GXTm86SANSZVlpQw7E6akHaAe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8108125rem;width:9.8108125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:140.38452148438rem;left:4.6563720703125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh { display:block; }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA1NG3R7PJbMnL6vwKlePzpJXZTbKCDx { top:1.625rem;left:0rem;width:22rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmmZraPya6M8z282xzkOrs54U67GrcTN { width:8.9375rem;height:2.375rem;top:1.375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ZDMRuTz9caODRJEUgoCof0AJau491e { display:block; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e .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; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e .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; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e { width:18rem;height:5.0625rem;display:flex;top:0.3125rem;left:28.68701171875rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #TtoWkd78302xLDDoeHqb5NhqF9irFe6P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #DtyHqgGuWq8B19P2xfnMTtBzzIlS8pyk {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #N609PHSGL7T9ituWTEgHqZ6kAg2WN0E8 {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #TWLlA3BRoMV1HgnNbLUGZPc8sqVqRUvJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #Tl5mLrFd0uLuqOaZtae4xTnVXeWVWXax {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #Kd00buzhOUiThkN3xTIlxTGF9bLmfkw7 {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #XrKxCViuldmna52cvgRcVNKUDKs4opkh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #ProFtupBSaiMttgTqkKAeEkDaDfl7tdJ {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #sZhZvPt1k3P4pbSXviBuNoDbatiycpxi {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #rVB5ysciztJlK2vqRUfT3iMqP5BT7KRu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #afbzwtxEepzD0PGCgHSm1y1gpq9bgPKx {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #c9ZIPWxTBgy1DO8sZzb9UPsWCekTVrv9 {  }
 }@media only screen and (max-width: 763px) { #enWcsFQhZxVIh2dinfftwmeEgip8mA3X { display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoG3WtV7fPQhb0wqzqA2Z1ewFalJ9J7 { width:47.75rem;height:;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5vegIuupHTFTf05UUqpn120TWJ1nxRK { width:47.75rem;height:31.693835999284rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKDXZa9foETluvWC9L2Vg4ShkEOpxkEL { width:47.75rem;height:18.625rem;top:52.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Gm2tW39OQTTq9fHH7zcPdVgsGrvEIS { top:47.125rem;left:3.9375rem;width:39.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2rFAGrn5HxypGsWSJNtgZZckgEQMR18 { display:block; }
 }@media only screen and (max-width: 763px) { #TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn { display:block; }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtUhLR2guuKTrveAKfbIdFa4X23I2pb8 { width:41rem;height:8.25rem;top:2.0625rem;left:3.3433170318604rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { display:block; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXLZB7rT2iElaMGQqlob866VSgoa9fBm { width:47.75rem;height:9.3125rem;top:1.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb7Zf4A7hP4k6iCZyX0N817wwPs3Tlpk { width:29.1875rem;height:22.375rem;top:14.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcti8pUm4QTkKAW8ff2NxJBOiOcsa5Bh { width:39.0625rem;height:25.8121875rem;top:11.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE { display:block; }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfL64pkPs1vH3rMWKR8u1ZCtAeRu7uQF { width:47.75rem;height:11.4375rem;top:0.5rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 { display:block; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbhT11T2wQ5Cao3NIrBTe94Ralq7GTWs { width:47.75rem;height:72.875rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5QZpJZ1f0b5fUPUdhrDyCywH520Cw8F { width:26.75rem;height:17.771268995065rem;top:81.4375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy1eaCZ7rrPqCc6A4iFEkPoSsU5q6PMS { width:27.625rem;height:17.273427747491rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy4AP6hMvXNBrW4HFswcoBBC78KbSy7M { width:47.75rem;height:11.1875rem;top:102.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt { display:block; }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku26XKpXrK0EvhQQHCw1UB5nQSMXGKPw { width:47.75rem;height:8.25rem;top:2.0625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFkbvOusyeODC386ZZxKENGdwnnm9TtI { display:block; }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnMNRmXmbJLF4OKBtZLDdR6IazSge005 { width:47.75rem;height:39.1875rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxGsE7hXh6p0ZKZJNgB8P2on6A2yHXT { width:47.75rem;height:22.375rem;top:70.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42xQSQ7MlKl2ovKTD8lNSgcxsqUPdcK { width:47.75rem;height:19.199479166667rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA { display:block; }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kg10DSTtfxyxGnglIGpolrQmFCACJNbW { width:47.75rem;height:7.75rem;top:2.3125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #szII8lNUtp6oJVGco5myuiORPOpb2uzQ { display:block; }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ne1TRO10KbkieF3VvRJA5aTxElLwlVhs { width:47.75rem;height:46.6875rem;top:1.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp { display:block; }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5dkEMNbqgfFfp27LRP6gkEKeMrdtmQD { width:47.75rem;height:8.25rem;top:2.0625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS { display:block; }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBGpgDSJyAfOZ8rfXWdCr0ELRRLsnBPk { width:47.75rem;height:35.5rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3sMswMoyqNSwhwFKleWv0xVdXVFllTd { display:block; }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDuPMgq6r3KZI6azJ15EeprVccOgBIWk { width:47.75rem;height:3.625rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnL2Q9iXAnTZS8P592A8PBmWEhqXmxa6 { width:47.75rem;height:1.6875rem;top:7.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf { display:block; }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PikC736ErBbEkCWTG2usT6qWLTzSJz9s { width:47.75rem;height:50.4375rem;top:1.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTn17rdlnUuICa9UyBoV2WTKfNwpruC { display:block; }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVCgP3c0sD7Jtb2kJgHWJ2ovqSeiw5g1 { width:47.75rem;height:8.25rem;top:2.0625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt { display:block; }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWet66ysNJ0qVdRmu1Urm7EGcZ6hmz5P { width:47.75rem;height:37.375rem;top:29.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #levXSbRtGikWUb8fa13OIPpAvwXTLxvM { width:43.625rem;height:28.958365284059rem;top:0rem;left:0.90516662597656rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbFvuT56MseZMh5bz7XMAA86riUFGssC { width:27.5625rem;height:1.25rem;top:25.8125rem;left:8.9373931884762rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW7d7owTk8gZtu8oQlsnG5ZMTJDm0ACO { width:47.75rem;height:7.4375rem;top:68.8125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2QV92PIoZCLLv7u8CtJl8JbnW7hPHpW { width:17.5rem;height:3.4375rem;top:78.0625rem;left:15.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUyOzHBVAoMXfCAgvf8A9dATvZSuOHzt { display:block; }
 }@media only screen and (max-width: 763px) { #W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm { display:block; }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptgQJBzsqf6J5JMTsitA6BtRnSJDzsP5 { width:47.75rem;height:11.6875rem;top:0.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ { display:block; }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTZgAX6dxL8UCnlai3CQxbF8dJbz9hCU { width:47.75rem;height:37.3125rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lduRB3T3rchNM8kTk9hcmTMqTO31fySF { width:47.75rem;height:10.694010416667rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdv7rkL45SysiISf3ynrnZQAuxvGOh4 { width:47.75rem;height:11.993282710281rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9aISQCdFH2hnGPHvJ9s2lFXN5DBlrBy { width:46.6875rem;height:13.25rem;top:73.375rem;left:0.53081703186035rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOLZE6EZIRzQBEQiuTtaHrJw1L5EB01W { width:45.9375rem;height:13.1875rem;top:89.0625rem;left:0.90625190734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKE477efMmpIb2tV8O6smtbGW5g9BLaJ { display:block; }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssKK09dWi0y4UPCTILIt1ks00lbiwdwK { width:36.4375rem;height:20.964167592763rem;top:1.6875rem;left:5.6246757507324rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w { display:block; }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3BZTcyKF5pmhdeNwwO4VqhOQsB3IKWF { width:47.75rem;height:9.25rem;top:1.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v { display:block; }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axLhXLTXpCb1EP9Hoaw1PuZsnTCmTFt1 { width:47.75rem;height:31.75rem;top:2.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGL0P26kcgCEyAO2KH5XoAPCvuUDQtD5 { width:14.6875rem;height:31.927683641256rem;top:63.75rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnOJOrqrDbBolmEBSz7RqKrkkpl6Euq { width:25.8125rem;height:14.4375rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pERwFgfhz0nGsuMhf7dSSBqVXP2wB1mX { width:25.8125rem;height:14.4375rem;top:80.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqvUp4kmaUJW4X7K84xJwWyUDR5WOFsF { width:47.75rem;height:5.5625rem;top:55.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RasX1aCJTvnwPNoidT8TEOxx6m7v0ixE { width:25.6875rem;height:14.375rem;top:35.625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #od9xJkaSrIFlfSpxcDwW3pQdPunypLEN { width:25.8125rem;height:14.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr9t6dWCcVanaoGep5Kc6rTDSdEBEsLp { width:47.75rem;height:9.3125rem;top:99.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X62uMzfMMuTqJfF20tGWqTazFuFBlyhW { width:16.25rem;height:12rem;top:110.0625rem;left:14.561309814453rem;display:block; }
 }@media only screen and (max-width: 763px) { #AduV6DEIqv0mizTyJNLCe3z1ZZLBMwMl { width:47.75rem;height:33.625rem;top:124.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq { display:block; }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg6Lf7x7mdVky7rvKTskKpyI428yz8SF { width:47.75rem;height:9.25rem;top:1.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUwAoGdd6wzynTZm3KykMDwta92HCL4r { display:block; }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7TJ9NgDZgzdUCncdPVoPMKBD8AaBXxR { width:47.75rem;height:26.125rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH51T9CTGeWwmTxWTEOXy4P7dB3e50DG { width:47.75rem;height:50.4375rem;top:154.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnOZIiUuCsx8zwalFaz4iIFLN86wUkf3 { top:52.0625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgRiB647vhHELx4uU7mEqsfCDWhpzw2U { width:47.75rem;height:31.676037477008rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc8iAmmwByvJEeDoDUni6lEIywzET51o { top:54rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgAdb25n6O4kaWc3iBvgQgML12EQtPlB { top:52.5625rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQygLI65dceh6fcn0Pl4JfmeoIMP4NZ { top:44.1875rem;left:32.125rem;width:15.625rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8hww0IHrmMPDNhCAb220dMuLLPhlTfX { top:54.125rem;left:37.125rem;width:10.625rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKaCzKwTlZ0nTlxLS4LRU8FpI2VVP8N1 { top:47.9375rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI3mvBa18ZhSVyrP5DycgtK3TQ32U5UD { width:4.25rem;height:4.25rem;top:41.75rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylQloNWdWQPNxWxM8btuTiS4NSq6LKhP { top:43.9375rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csfRnurdDOGXSIqBlZ9UVow4qEkEMwHr { top:40.75rem;left:29.875rem;width:17.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSrUbtzk5brTFbeDexWLzlBpb0JFXb4m { top:55.5625rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tne9xJs5pDR7n4miuPGdU7Wlt5fwJQdd { top:29.9375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSMcKlKkXnHEPlaoiyXW4W5U1Vuziusi { top:39.75rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaV3JG2scuEz6FqJzgXT4pthmodSczO8 { top:41.3125rem;left:0rem;width:15rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1WOrin9FPUZTf2wdN64UGp7kgV3yBkd { top:42.0625rem;left:0rem;width:12.8125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIOcnbLvAqseT0zv8DhKlDrMEILZA9UV { top:55.6875rem;left:0rem;width:12.25rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZgyWbQM8ZfTuQwPhwSWrCTB6K2dUrTH { top:54rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKWRexlsntoXTB6olLbu5wscvFaIw8WN { width:3.875rem;height:3.875rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mICvokvWmyiWI1lIPSUZ6m2H5iiui9rI { width:3.5rem;height:3.5rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOER3xwNZue7B9q24v3KK68KIC8G45r8 { top:69.375rem;left:29rem;width:18.75rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOi2GLfkTdfPihmzleVP5AKof8L3VuEm { width:12.25rem;height:2.625rem;top:105.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZwOCEuBWX9ieTm6JDbUxfzU1y40n86 { display:block; }
 }@media only screen and (max-width: 763px) { #o7lcnLOwrWDRtUo7d6zUyRQbc5FOxUls { top:68.4375rem;left:12.749786376953rem;width:20rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnOpTSMlFsgThRuWnKyhT22uOTrz0fPw { top:78.25rem;left:14.029624938965rem;width:17.25rem;height:;font-size:1rem;display:block; }#BnOpTSMlFsgThRuWnKyhT22uOTrz0fPw li:before{  }
 }@media only screen and (max-width: 763px) { #zu2XO4WBiTUCRtWK4TQDMO90P6dDQPqH { width:12.5625rem;height:3.8125rem;top:105.0625rem;left:15.967559814453rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFOGr1vgZyEcAwTiORmIycqs6rPCWz11 { display:block; }
 }@media only screen and (max-width: 763px) { #y75AOIqBh7J065Ee5BSuJwmvV9xC0dS9 { top:73.3125rem;left:13.062286376953rem;width:19.375rem;height:4.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfH2RHk158MFn9sEia1sc10RHHaLQRLo { top:72.375rem;left:31rem;width:16.75rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aETnT2NefsZGBahDwxDpPmI1ZPpqkaPo { top:70.3125rem;left:27.937503814698rem;width:4.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwo0TlRBylw0RDVWqoOcGoX4S4eaRMg4 { top:71.5625rem;left:13.062286376953rem;width:19.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbWvbVwxeEDH6CeA5Ew4G6ozKibr3MPh { width:5rem;height:2.5625rem;top:69.8125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWwIQwrSiacNV1Q4HsGdGNChhqN3oV2X { top:70.625rem;left:29.625rem;width:18.125rem;height:1.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hou9HNEwA2Xk6fVdshV3W7kUHMbLhwsX { top:69.375rem;left:0rem;width:18.75rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFWX8xRUvKeEFhBoOG36amFQbdXlqOf { top:70.625rem;left:0rem;width:17.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcbFRDRnuCZs2m0t1fac43yzDhCqRcTu { top:73.5rem;left:0rem;width:17.375rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d42afHpZNNhAoJcD9k34VZBb9nizeNpU { top:79.125rem;left:0rem;width:15.125rem;height:;font-size:1rem;display:block; }#d42afHpZNNhAoJcD9k34VZBb9nizeNpU li:before{  }
 }@media only screen and (max-width: 763px) { #ncs9JpfunnM9gbAHlEJchx7lA3W4l8Oq { width:12.3125rem;height:2.6875rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQIHqLKbgGVM7Tg4A6mdCELdUTOLUroo { display:block; }
 }@media only screen and (max-width: 763px) { #x1ypQg6TRnvAnTuNoT9qxCtGIi1OzR0C { top:69.375rem;left:13.062286376953rem;width:19.375rem;height:1.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbfQzpScMSDB5rT1xnPf1ib6LiG9LtKA { top:77rem;left:30.5rem;width:17.25rem;height:;font-size:1rem;display:block; }#rbfQzpScMSDB5rT1xnPf1ib6LiG9LtKA li:before{  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe .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; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe .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; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #LOTFzuQ91Ddn5Em30UNbWzAqlqNlqsh8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #OeOPZQ3Xs8XzeqWAJdETs78zn72dQlL3 {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #JV68qdUmoBXLRe3DsdNn0JKQnTp3hVJi {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #dkXhDnltCKoitVJSvsqDIigoK0Ietobz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #x4c0T6926a4X7B9P2eFM5OPeVDndXTT2 {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #hefgknsek66Q7LC2UBmbsWXmIkzi4GUU {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #iN27kUG34qHbdInkm0U3UydTI37zwcfH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #KhWNJoZlnc2AXIwmPgXlgmLRJMJbH8FI {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #ydT7qPheoh4cAl2Ug3HmLBcTplkVmn6s {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #oVVDOKxsDoKHsWP8BW3MfBtHHJgR0DQg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #glwPqrinqTX6A7OM8k1gQUJHONTl1AbQ {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #B6b0cCXK7KC1V1QfM274UTZg2gu6NMWK {  }
 }@media only screen and (max-width: 763px) { #CQ6KBrQFgXvtbpsNSNNGpgfgn3fgnZb3 { width:47.75rem;height:7.9375rem;top:144.625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TV4kNy8r8yiEg5QD4FJLD8BZo2bHkp { width:9.75rem;height:9.75rem;top:101.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbZqx6zzU7FBiw4yUSWi1gJt2x1sWBkV { width:9.75rem;height:9.75rem;top:101.8125rem;left:17.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTtVuyX0B2tfTqaanGPMz4IuqZGle5Cu { width:9.75rem;height:9.75rem;top:101.5rem;left:37.408325195312rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4AWdQxdr5iK7VxinVIZ3XyGOkq1JaZ { top:122.125rem;left:13.561458587646rem;width:17.4375rem;height:7.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRIEGU0tDvWeC7BsmKsJek3pAIFSXWy9 { width:34.0625rem;height:7.9375rem;top:112.9375rem;left:5.2489013671875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRoTVyNecoN16Id37xNFMbDLSTJ0XvgU { width:29.6875rem;height:3.8125rem;top:131.0625rem;left:7.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hypV0pAwTMrBhRgLiweHxkvT65dUl1EV { display:block; }
 }@media only screen and (max-width: 763px) { #t4taci1IADydxM9zpswoIiJudSa36fSa { display:block; }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNB1OSGlyavmEMPygXHkFtXfHgkvN6Fn { width:47.75rem;height:6.125rem;top:3.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw { display:block; }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEZrnJzE7uRqX8X4I6oUXvhpAtBHpaE0 { width:47.75rem;height:35.5rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqqSTg4L9BUe7qZmic0oyTZapOEHJclC { top:62.625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDpXli1G2Q7FOGfPmS3bHCv1RVDsI5GW { top:64.5625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alVtq0JfxE1HXRTur1pvnWguVWb0eXmI { top:63.125rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpoNO3Hn8uxm1iduRSHM77rSwzkRkkOb { top:54.75rem;left:32.125rem;width:15.625rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT64OC0IzHzahQ6TaBTzhTKdSMmO6qeG { top:64.6875rem;left:37.125rem;width:10.625rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdFNF7OAqrRwCLZ3VycQitSutn2Bv2NU { top:58.5rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcDF5XAwz5dS9hzNevqDqS3GWxkiPuwc { width:4.25rem;height:4.25rem;top:52.3125rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUI9P6QAdQ0TeTz551ZRtZUkdp8w1BxA { top:54.5rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf1TSrpNokFlhnrdv4wTA9WPghvfoPIO { top:51.3125rem;left:29.875rem;width:17.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJclHFHXeV0nuyXJ5ZBNl96wQsJ5yD5U { top:66.125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfDkcD40prQ3SltXK5zT0KJvF1SMNvzO { top:40.5rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRvnbxPZqmlFv0W5fSp4PvJi4rZ5kiU { top:50.3125rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVCJpzSXaTEufUPrxsuSV8Pi390oeyp { top:51.875rem;left:0rem;width:15rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxJd8ZsE9nn0hpzJz4vpoHr9IvN0MBnC { top:52.625rem;left:0rem;width:12.8125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZLZxayEsgnOnqSWfb2SxfSkR0S5pSDr { top:66.25rem;left:0rem;width:12.25rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwWWulH9pygVUl8sG6qeAxGLMPWrzxao { top:64.5625rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQl3Kvr523X9zsVR1u3H635Eb1VeRnFB { width:3.875rem;height:3.875rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoBVBe2uPMS0DIuEz9ukWygDpLbyBqnw { width:3.5rem;height:3.5rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMwBr7tx2cnr43nTyi6IMh6ExMXuGXC8 { width:47.75rem;height:31.676316261376rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCgZDHI2Ek4p8Prf7PWm2KIwrXGA96Im { width:47.75rem;height:7.9375rem;top:153.875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmXebEZbTG7bZwxPZ64SA4KhEfD5TnG7 { top:76rem;left:13.9375rem;width:20rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOxCyAHQi75r2C9bQtKX0Zm1adhbETXs { top:76.9375rem;left:29rem;width:18.75rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeQk943vII9RTSGHi7yfk0KsSrb5UMRC { width:12.5625rem;height:3.8125rem;top:112.625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGbSceCFP1HLCv50pDhyb8TplJlUV0G8 { display:block; }
 }@media only screen and (max-width: 763px) { #rAs4P9B5pSyrpKssP73nhc5ZDOheyxKR { top:77rem;left:0rem;width:18.75rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBkTdtLy7DreblCR9WxSmyOXRyHPbEJ { width:12.25rem;height:2.625rem;top:112.25rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhWftAIMUNdTaiTUV1a7eRi8hlFKEcV { display:block; }
 }@media only screen and (max-width: 763px) { #JUq4yhfcsbq1mJ5u4JdeZPBgiuB9A6my { width:12.3125rem;height:2.6875rem;top:112.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxOiViBO9IaT39EEeWn1UiXnhxAgpzs7 { display:block; }
 }@media only screen and (max-width: 763px) { #ud6kUIT7ozSOTiREkF5uBTAWg0iSDu4r { top:85.8125rem;left:15.1875rem;width:17.25rem;height:25.9375rem;font-size:1rem;display:block; }#ud6kUIT7ozSOTiREkF5uBTAWg0iSDu4r li:before{  }
 }@media only screen and (max-width: 763px) { #O0EKveup9OKI5bbP3bm81ww7fUbw9uF5 { top:84.4375rem;left:30.5rem;width:17.25rem;height:;font-size:1rem;display:block; }#O0EKveup9OKI5bbP3bm81ww7fUbw9uF5 li:before{  }
 }@media only screen and (max-width: 763px) { #N2dDQpWO6H6FFarRc3W9qDHIeGNwZ7Tl { top:80.875rem;left:14.25rem;width:19.375rem;height:4.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAwc5aQIuAF5HnTB3OlHRrc9ElvqpUK { top:79.9375rem;left:31rem;width:16.75rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXwh4pBbcCNdeBreTO1CMh9hglSFg7Sc { top:77.875rem;left:29.125rem;width:4.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiBX8Hfv1ZXQD8R9nzvr5L9w4hPFykUE { top:79.125rem;left:14.25rem;width:19.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk8pL68eW5Z2giDOfOHRmFk8DZN3lF4i { width:5rem;height:2.5625rem;top:77.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i88IRU6QUDRdN7o38n4JU83pTtik7Xzs { top:78.125rem;left:29.625rem;width:18.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWZB0QIZiys1XecqTUrn8A3XNiH7c2OD { top:78.125rem;left:0rem;width:17.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD98rKPP4Hzlf2UoROr2MdBTGu0xZmp7 { top:81.0625rem;left:0rem;width:17.375rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqf90oSVK8lKP10BHKTShyJUJIrMLT6 { top:86.625rem;left:0rem;width:15.125rem;height:2.5625rem;font-size:1rem;display:block; }#emqf90oSVK8lKP10BHKTShyJUJIrMLT6 li:before{  }
 }@media only screen and (max-width: 763px) { #QDsfLpT4ECF42FkHGXO3BGyzMrmaSx3S { top:76.9375rem;left:14.25rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU .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; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU .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; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #DMqwZp7tc1R2o3ofMKDDtMtQqinGBMoF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #PApE8A6MJGcZAs6BzRF2aEqeS8aI1ULC {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #qMMs6wIITigH40qSLUnxQu8oWtpxP0nC {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #Ma5FDtJy3P1kN9I9PfiGA8SLZgIo7Tpi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #oZamZBIilrdXvcvEJCPPfCSOFwU3pbSD {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #XiZZwJVQ6RWcLknOvbBpedV6pNBizsgl {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #DO36fa6Xx7HcWhlZ5OUuSwoes7uwymyB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #s7JNdkmro1VvN5knzsE2TkkFsWyTGHym {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #UeqroxkKt6wz0kXAA6kN01GI11Q2L1as {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #OhMPAutiA0bVTFoFiaJqOVQXBsJ6CW5z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #oDnHCKCeDfDBuqZNCwGqtm2hpJfcw89L {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #g2HkDUhHz3AkTvxNBfqKTLRE2f1Q5r0W {  }
 }@media only screen and (max-width: 763px) { #dCgeaGe3y2nTqSiKDQHGgUPBNqQaZWG7 { width:29.6875rem;height:3.8125rem;top:137.875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyC9MxquPpviPwJvkz7dN3Re6wVplVdB { display:block; }
 }@media only screen and (max-width: 763px) { #zLVytTp5yBdseF1D7ipgvbuBqXe2DFZF { top:128.8125rem;left:16.125rem;width:17.4375rem;height:7.75rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grUsFzul7KunmcMKJEEM3SVq7FSSAl5T { width:34.0625rem;height:7.9375rem;top:119.8125rem;left:6.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV2MsTCtGaJ2gMkJCW74DvlBr6R7gQoh { width:9.75rem;height:9.75rem;top:108.6875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARPH8JHkxpZrGISQcsPwWHyeimKFxTQH { width:9.75rem;height:9.75rem;top:109.625rem;left:18.539916992188rem;display:block; }
 }@media only screen and (max-width: 763px) { #at5EGriXSh8hTvpgUk5z39msPeZb8MMS { width:9.75rem;height:9.75rem;top:108.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #go3o14T2Jetq4pugwueoCIf6nE7RmVpK { display:block; }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVQmiAITlDMuXwXpc1AyaOZpmGTRKaiE { width:47.75rem;height:11rem;top:0.6875rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs { display:block; }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvFDbuhn07qfZusk6gtTeTyMgQ36hXme { width:47.75rem;height:13.4375rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ppbmgoly9uB1ZaXIJR6CcX1zux0NH2 { width:8.8125rem;height:13.4375rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC6RIQURDuqGVbeE0yMFIKmXWgTtmL7p { width:2.3125rem;height:6.875rem;top:17.6875rem;left:0.0625rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJeRG4lmirbaBdgFAnhbRwx76T9tt4Th { width:8.5625rem;height:2.8125rem;top:14.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxBgyMkOsNzcBVucgPEk4urzALhCZv8f { width:38.4375rem;height:2.1875rem;top:13.75rem;left:6.7808189392087rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqSSxlJZwHogu8t3ZkJF7KZLUWJQ5EQs { width:42.25rem;height:7.6875rem;top:16.6875rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTg4ddJ1TzSt9vbTULqveBkEOWftEnKi { width:10.25rem;height:1.25rem;top:16.6875rem;left:19.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHPMEEITHfTWto2d9HqJqh4OWRdTUqkG { width:47.75rem;height:14.5rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwlw3hf8TgNenXTRH1aUfoeZQc9NtX78 { width:8.8125rem;height:14.5rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlBdCNJDIQwSMLO1yiqD5hGwVeCkuga1 { width:39.8125rem;height:4.375rem;top:44.375rem;left:6.78125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGvFoCohrmGWQJflFvfuD2iperJMlvSe { width:8.5625rem;height:2.8125rem;top:46.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWZiZQ3guCqUoLdBNPy1UkQGktTx1qMn { width:42.5625rem;height:9.25rem;top:48.8125rem;left:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4feiry205p1yU7X5kRiDl5mHwc7n596 { width:2.25rem;height:6.875rem;top:49.4375rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyeqzTAOytx2SmLm1T0wZTvxf8PUCG3a { width:10.1875rem;height:2.5625rem;top:47.75rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD0GayfPKr5Q81F7ZImcaTxaxAJyvdNv { width:47.75rem;height:14.8125rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUpWGQV6MFqPy71IGZBfga6xzxJGf9pX { width:8.8125rem;height:14.8125rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfeDl0sz4CSgf46DJMTdLou2q5HhS9sk { width:8.5625rem;height:2.8125rem;top:77.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI1ypheUIwSvwinsPMIvKWbiVVTVAn56 { width:39.6875rem;height:4.375rem;top:75rem;left:6.7808189392087rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwsQBP7sQo3LJeWUhgQy1M1sz0F2qUvc { width:42.1875rem;height:9.25rem;top:79.9375rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXdyfHpVxRvTlM0C841SMpEwHQAt0Hgz { width:2.25rem;height:6.875rem;top:80.5rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePLtaKk59T9ctZF3bTcvn50CbnNeb0Ka { width:10.1875rem;height:2.5625rem;top:78.8125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyRQuWaUsP8MXA5T3F79ZQTqVcR9hsm7 { width:47.75rem;height:13.4375rem;top:193.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfogI44J8NDWditUoOOeeILWtJDmF78b { width:42.1875rem;height:6.125rem;top:200.25rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwcWfqnSt5ukr3V4J7RPwmyCfCCtBw6G { width:43.5rem;height:4.375rem;top:195.3125rem;left:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBVr2gs1bPs0XFrIuS3dC8ui1kubKBhB { width:47.75rem;height:13.4375rem;top:161.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPch594VUZSuHo1d901pLvTk8WIVhOib { width:42.1875rem;height:4.625rem;top:166.3125rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghSG1TT9qStsKJAQWRkSVa9LWwdd4k6V { width:10.1875rem;height:2.5625rem;top:197.625rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NunAvseNcTzInOTT4JiDslzALRD7k6zv { width:10.1875rem;height:2.5625rem;top:165.75rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQD9Ro2piz3t1xO1MsoI0p8aRoqJrBvh { width:35.375rem;height:2.1875rem;top:163.4375rem;left:7.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqxqDBna4zryaE2FMOaluFTrbrxgTbDP { width:47.75rem;height:13.4375rem;top:113.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXg1fOtqibyRFISO4Nw3UcvTPOQTrxFC { width:8.75rem;height:13.4375rem;top:113.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLHZzTryS1fvlm5U5nPnSkBEW0l42TL0 { width:8.75rem;height:13.4375rem;top:161.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHQqUU6cGQVawRB1THhtxO9DR6FQes7c { width:8.5625rem;height:2.8125rem;top:164.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLX0ZNl8LppRV3HoAWrWVp7xSWmAAm9e { width:8.75rem;height:13.4375rem;top:193.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP1nltkaeppXK3BxdqoBWbvvJNndkPuM { width:8.5625rem;height:2.8125rem;top:196.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MauCnO53M2C92xNQEI0a4iIqOa84Nupf { width:2.25rem;height:6.875rem;top:119.0625rem;left:0.375rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLaTy496XQUkR0cTUPwDwTlOMWaerAhl { width:42.1875rem;height:7.6875rem;top:118rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQCgX917PBQhVy2PaPUeMkZB6W0eTsSI { width:2.25rem;height:6.875rem;top:167.4375rem;left:0.1875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMkrQHfWTAVc2fE2Q5TeyqkVpFr6zB9T { width:2.25rem;height:6.875rem;top:199.3125rem;left:0.25rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwnbzk7piyWPozIZ0ZPx4XOzRxmGDrtc { width:8.5625rem;height:2.8125rem;top:116.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVMcLWaPVypJlz5h63ZMHOW1SL8KuukL { width:37.5rem;height:2.1875rem;top:115.0625rem;left:7.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPp663fTyqBb2L1y4eFlBfFAr9azoLw8 { width:10.1875rem;height:2.5625rem;top:117.375rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EavquDGXuQOJnwmoDESAcEgw0zLleuPQ { width:19.1875rem;height:;top:27rem;left:7.8745689392087rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKKJhDeDTObJNs5paPEihohe23NsMbxC { width:1.875rem;height:1.875rem;top:27rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzV0mR3EZ959VTL5bJmdQuqhg20OkkIB { width:19.1875rem;height:;top:29.75rem;left:7.8745689392087rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knqHu6vbT2p0vdKWTtw8fBuyUrptVWO6 { width:1.875rem;height:1.875rem;top:29.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvsUJALvSbbA4tmt7FEL3tAR5kgVwrBl { width:19.1875rem;height:;top:36.5625rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTWTFkIPkDOhV6U1nw94FHkK08768mmg { width:19.1875rem;height:;top:33.8125rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKZ8Cl4ci3KGzEWzSE0L2Vu1aifPM28Q { width:1.875rem;height:1.875rem;top:33.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8TI1O8Hz9nBg9PSQoydcdCJa0KvJFM1 { width:1.875rem;height:1.875rem;top:36.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTcEvMt7FwZaBlSvv41loVuxTVwlWhTz { width:19.1875rem;height:;top:36.625rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh7x5ha9ICAlSK4TmuFPx4O9RiZC0Zhd { width:19.1875rem;height:;top:33.875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdUdcKpbtPRyTqGXX5mG91Zf6CKUwzXZ { width:19.1875rem;height:;top:29.875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMLFAHklg9XEi7RkdS8gC7cIl8GVxS8X { width:1.875rem;height:1.875rem;top:29.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1wtQAM4sNo6BEwFuFsqNhKlJDXpAhq { width:1.875rem;height:1.875rem;top:33.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTliEe7Un7KadIS8yXSOMC8iZ4V53MEW { width:1.875rem;height:1.875rem;top:36.5625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtKRDkqTO08AvcRDRA4WIBL0y74lkMzR { width:19.25rem;height:;top:27.125rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA9kTVuvFqtFAagudWqvXDEMbVoVh7DM { width:1.875rem;height:1.875rem;top:27.0625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwXithwTzHrPKuSXynL7EO5G8ptvsTWn { width:1.875rem;height:1.875rem;top:39.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOM4EnaKTpgGv7IW8KnkbyOREQ5vE9e { width:19.1875rem;height:;top:39.5625rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLgwBHs2f7Q2dc7TIf374s5DvAxTZ2i5 { width:1.875rem;height:1.875rem;top:39.5625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMlgMMCsoPAnTbhgiiPmPlH3LX3pTZKm { width:19.1875rem;height:;top:39.5625rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izT72xeFkZwTtqWXoJ41tiIqeULfQsBl { width:19.1875rem;height:1.6875rem;top:72.5rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8pqhiHEwo3ekcowLeV8cD1VC612G9kg { width:19.1875rem;height:;top:69.8125rem;left:7.9375rem;font-size:1rem;display:block; }#K8pqhiHEwo3ekcowLeV8cD1VC612G9kg li:before{  }
 }@media only screen and (max-width: 763px) { #JmDOAeBtRPTg7PhncL7EihQAi3iyEu8y { width:19.1875rem;height:3.375rem;top:68.375rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiTH0t6AsK15TJ3sHQGhgZGM7L3SnRM { width:1.875rem;height:1.875rem;top:68.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0WfpXf8T7QELOVcmVElF1D2JR0qGzqJ { width:1.875rem;height:1.875rem;top:72.5rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuLbHidMD5JHHde73k3LRwvidn7p4JZ1 { width:1.875rem;height:1.875rem;top:65.3125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwi0crQZlhIcSGKvF43rS6FOETzlRrKR { width:19.1875rem;height:1.6875rem;top:67.125rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faRsCeGexIA2Dc7WCXJzd6t021VvszWZ { width:19.1875rem;height:1.6875rem;top:65.5rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJQqppOAfJH49ydvLkfITtf1aqVnBiUL { width:1.875rem;height:1.875rem;top:67.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaPMspHGSTTTNB4SbVaPKxxC3bhQ4dS9 { width:1.875rem;height:1.875rem;top:69.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV9BmI7g1qqFeMyLRGrerX3KCb27RlaC { width:19.1875rem;height:3.375rem;top:63.125rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmXbKOU0OT0tCit8mtBQpXvzgweItvOg { width:19.1875rem;height:3.375rem;top:62.125rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTN12rmUqbVSNhmONNTgtDgAFRWlVy3q { width:1.875rem;height:1.875rem;top:63.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJUOlLBqSoSIJpnxRtfbHbhnORqv0Aww { width:1.875rem;height:1.875rem;top:62.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laU15KkcoTxaL4HEv9wBBpSPa4q5l6Fg { width:19.1875rem;height:3.375rem;top:59.25rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxui6tixb0J90SispexDRThU2kSLq2hq { width:1.875rem;height:1.875rem;top:59.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7ITsVxZgEnT4giLTTDuCnvJHI7IwAla { width:19.1875rem;height:1.6875rem;top:59.3125rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5RksDGqirnf0DKWpk8kQIdZ8qMcFycy { width:1.875rem;height:1.875rem;top:59.25rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iey9lrLm9WqqtgqS9yxFEEFoStgK7NdN { width:19.1875rem;height:1.6875rem;top:107.0625rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDpHrMVpO2M8r0Z60cPlRQOpNStUJlCz { width:19.1875rem;height:3.375rem;top:102.5rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCbffRBc7GXTNso17Tc1mKyp72kRCL8z { width:1.875rem;height:1.875rem;top:107rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3dRLA5QCX0vskXUbUxwXcM8fZDTeT5 { width:1.875rem;height:1.875rem;top:102.5rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn359DEpU9fEoWnBvauUfgkQv47Pb3DE { width:19.1875rem;height:5.0625rem;top:106.0625rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSOcZI4ICKqQbukvXSbvf7v0psn8cd3c { width:19.1875rem;height:3.375rem;top:102.5rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fccGLfZcJs3JUIBHbrRkkPORr5T7Oul4 { width:19.1875rem;height:5.0625rem;top:97.5rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N93vJiRo2R7qhgctot8dzfnl8f1gzBtw { width:18.5rem;height:5.0625rem;top:96.5625rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQCOF18JJpkx1amvdivcfEVOtXHi24vS { width:1.875rem;height:1.875rem;top:96.5625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMhi6gAAkiKJ60O5iMPIlMBgboMAskIb { width:19.1875rem;height:5.0625rem;top:91.875rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqrlGCH7AEcmUNB4igb08SZslCssSTG6 { width:19.0625rem;height:3.375rem;top:92.4375rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUt8edtQ9nPONlFSQvkHGSa15ZlfIOE0 { width:1.875rem;height:1.875rem;top:92.4375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clADhLZVwqMVVTli58BKgTmDxhiWeurh { width:1.875rem;height:1.875rem;top:102.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkAkNJkKkF3p1s0SUihenCK8KNrSok7E { width:1.875rem;height:1.875rem;top:106.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7XRgB3NCIc8VR6OyQIHHcEwTQEZIOWt { width:1.875rem;height:1.875rem;top:97.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpm0NMzSBzs3s2AmJAO5KFJJIu9KowRE { width:1.875rem;height:1.875rem;top:91.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZpwKV5y5sObiiuNoMlhEUmaFKwXeLme { width:1.875rem;height:1.875rem;top:127.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMM15ea58HR4Q6OVh84aueNUgpDuG3mw { width:19.1875rem;height:3.375rem;top:127.9375rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZwKSss87EsQLHdzH6tXAK3hdvvqQ6gT { width:19.1875rem;height:3.375rem;top:131.8125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRXpS2W2HeRdqXHboB2BXErpffHzb3xF { width:1.875rem;height:1.875rem;top:131.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbDByDlWRpkJ9l7nFV13xE5oz6vt7T67 { width:19.1875rem;height:3.375rem;top:135.8125rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf68Ib81VmOchtamgMwHtgtlcXTHzuOv { width:1.875rem;height:1.875rem;top:135.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhIKp3QfZwQ1seUyQTSksxD7XeoS2Qb { width:19.1875rem;height:5.0625rem;top:139.5625rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F92bhT3aO09Z6HRppKqglsnXLbf3OR3Z { width:1.875rem;height:1.875rem;top:139.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJlAdzTDOT7KggkA08J1xwyPvv5lST1U { width:1.875rem;height:1.875rem;top:127.875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG0PQ7dhyxyv68T8tZGhT1KkSGmvLTPi { width:1.875rem;height:1.875rem;top:149.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwRgG2G50zNhUPvmmO7O4zIFgl6h3kJC { width:1.875rem;height:1.875rem;top:145.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX62s9BnMt5DOWU7QLu91BuJNEKi5JAS { width:19.1875rem;height:3.375rem;top:127.875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwXGGJuiE3Oog08rL2iNQmzBcvo3T9cM { width:18.5rem;height:5.0625rem;top:149.6875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Cbyy6G8Q0XfwEu50qUtmvneDv3W6T1 { width:18.5625rem;height:3.375rem;top:145.3125rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuM5tUkIJIwX87umPcNE4H8kNAEu7HAB { width:19.1875rem;height:5.0625rem;top:136.875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzSb1w0CPdT07pc5tsQlleHMzrFmv4A3 { width:19.1875rem;height:5.0625rem;top:131.8125rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMTRkBsvccHM3EszrQLJh6maq3IJTxmm { width:1.875rem;height:1.875rem;top:136.8125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uONkf58HFailil3CDpbEXiGeZz3XmWBE { width:1.875rem;height:1.875rem;top:131.75rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCxTTbKpIw7aECqlrFDlOG7dZZuLRRJX { width:19.1875rem;height:5.0625rem;top:153.0625rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCAPphZacrH0ap4Ceut248xufgrmKUc { width:19.1875rem;height:3.375rem;top:148.875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvt6ciykWR5kWR6uVwFohpnguyWGhbTI { width:19.1875rem;height:5.0625rem;top:143rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0u5A5O03NVoh72rPL2AwTP5F23Zg6GG { width:1.875rem;height:1.875rem;top:143rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlp5hL4cSkKqTutGlqb00pl86OvRDU1T { width:1.875rem;height:1.875rem;top:153rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InTaz299ingbsCOqRPPeQp46bk0XNQ33 { width:1.875rem;height:1.875rem;top:148.875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdDICDM8QNdFtWdq9NHVurJqswzO0Tan { width:19.1875rem;height:1.6875rem;top:158.6875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJySz2HHdsMdTLVu3LxvdOxTCNt5L8qC { width:1.875rem;height:1.875rem;top:158.625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvi7W63qN3tNfbS9Q1Ee9cHRncWwZGSl { width:1.875rem;height:1.875rem;top:177.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBD2o5py0n4a8T3s0DWVSAfZfUCWI4w1 { width:1.875rem;height:1.875rem;top:181.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCxW3MUcLJzCU7JJbFeurPc1EbZIMwgd { width:19.1875rem;height:3.375rem;top:177.875rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMSwigmhTDEVOZ3WXTo2y0PKVaQZQnd { width:19.1875rem;height:3.375rem;top:181.75rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoFHR0Gs9SHRAKduQfdkOhJqtnUJhkTT { width:19.1875rem;height:5.0625rem;top:185.75rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGvWhoFLCQ5m0fJNKzLpka5G9cZBwH3Q { width:1.875rem;height:1.875rem;top:185.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M19OhBosxaJ4wERfrZismGUtkzJ2FEOO { width:19.1875rem;height:5.0625rem;top:187.5rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRgGe9nbIRGlyOJK6NnTeW0skLWEV9JX { width:18.9375rem;height:5.0625rem;top:181.75rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvoIuDWIqdeScKLxWipytonrcvKCMray { width:1.875rem;height:1.875rem;top:187.3125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngCkHOUIewB64GWDlWSCJdeRMrvZZh43 { width:1.875rem;height:1.875rem;top:181.25rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #argbRiDOvOnSV5xfR9Q3DJWMR9Lx1T2E { width:1.875rem;height:1.875rem;top:177.8125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMi8UvZDTvnUOTsHaJl6gRE392h6kKw { width:19.1875rem;height:3.375rem;top:177.875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr5m7Pk67OMudraf1XIftbSD4NlhV13M { width:19.1875rem;height:1.6875rem;top:231.375rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBchFJs5vA2uBpHPwxTfNcIUstJgPzzM { width:19.1875rem;height:3.375rem;top:232.3125rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfD5TTdTeJJZffdRNhergRSKlZHhGqN { width:1.875rem;height:1.875rem;top:231.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpy3E0Kh0z7NrV7tCdlg3nCMn03Pt9OP { width:19.1875rem;height:5.0625rem;top:225.5625rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3aAThKdCkh1f2m6ZqBT85HuZTS6XvBB { width:1.875rem;height:1.875rem;top:225.5625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ0OQC5JlsscgtoXwPMouOtDmguLQNvQ { width:18.5625rem;height:5.0625rem;top:226.25rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQMIdLOsuCDq67moGTzL9B23Ob3wTCdb { width:19.1875rem;height:3.375rem;top:221.4375rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXWyIQiUZppHGU1OKQldPU2euThl2uVe { width:19.1875rem;height:5.0625rem;top:220.5rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXL0ARyqOyIckv0LAdJvlbMFaX5iSl73 { width:1.875rem;height:1.875rem;top:221.1875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVUuUiK07bULF3bnCRXfxvycdCBa0IhT { width:19.1875rem;height:3.375rem;top:216.75rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr7VHcrcJaF3RryCDiZfGW5weigpZeA8 { width:19.1875rem;height:3.375rem;top:217.1875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrqkOTVR4lIoIXiROPKKc8z74R5EIoqH { width:1.875rem;height:1.875rem;top:217.125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPIt4fq6R5vxUDrd9y8vyvm4HbK7OJvq { width:1.875rem;height:1.875rem;top:216.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX72ROQtNl5xRK7UpNR137XM7W3DFF9w { width:1.875rem;height:1.875rem;top:220.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJuf7cM9P6CJef91ZglfMzaoSiadP5Ta { width:1.875rem;height:1.875rem;top:232.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDO6ZVRzAFN7gmG3JCltObBmWyBxqkx { width:1.875rem;height:1.875rem;top:226.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHxrt6RvUQKssVpNhCcVTkD68Nusofi4 { width:1.875rem;height:1.875rem;top:208.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTguSIlPxZBBxu4BoQhXwHnT5cMMMRmX { width:19.1875rem;height:3.375rem;top:208.875rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhoHZn4wt1yDQbV4OM8PchWf72dcybqr { width:19.1875rem;height:3.375rem;top:212.75rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMlvanKgTNLWntToDD60X8ddqJudWgTx { width:1.875rem;height:1.875rem;top:212.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7GwovippTx5MMetGospQcfRp4Abmox3 { width:1.875rem;height:1.875rem;top:208.8125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2KKWST90TrxPucnb2quBiTknTF7MSTJ { width:19.1875rem;height:3.375rem;top:209.0625rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAUcA5WPRXNFhWg3tlx1l1ekxHhOXsPq { width:19.1875rem;height:1.6875rem;top:213.1875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXyXzAgn6WAitpNGFmcOgBPKsR13Hlzv { width:1.875rem;height:1.875rem;top:213.1875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLFmhPD9BH7X07cSLeAAT4b3RlhXdwb3 { width:37.5rem;height:2.0625rem;top:6.75rem;left:5.1250019073486rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9z2QXV8F9UVoo7LHaofz62C3CEuhPbc { width:47.75rem;height:4.75rem;top:1.25rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvxszZNCUgyhU39FW7FDfIUPwqVpDf9R { width:0.9375rem;height:2.5625rem;top:97.25rem;left:3.3747835159302rem;font-size:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLPmJQ5p1MgGalTRz7vnUbIZ9R74L3n5 { width:0.9375rem;height:2.5625rem;top:177.5rem;left:3.3747835159302rem;font-size:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyKPRdue0WgZfAaNRsB6yDrv9OKOSins { width:0.9375rem;height:2.5625rem;top:390.1875rem;left:3.3747835159302rem;font-size:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcyQJbKbULUGyfBkmf2FXkK8uhChNUOC { width:0.9375rem;height:2.5625rem;top:454rem;left:3.3747835159302rem;font-size:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrWbBcQ1qzatOZICDTTNIEHmJeeTGbus { width:0.9375rem;height:2.5625rem;top:561.25rem;left:3.3747835159302rem;font-size:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI { display:block; }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iip791eyFiXz2bEEmJT8bO5dL4MMiu1G { top:22.125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG6MWKyeW2aCgkzTFe2FJ2FQ7Uy4TdcH { top:24.0625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWZ5AGoenN153clXeQG4is0LAWU4bTJO { top:22.625rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWWHy3Ss8Aw7rm5OyINheIz5S3h4VmMC { top:14.25rem;left:32.0625rem;width:15.6875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHkXVDKV56IDVWq0HtBdJOM7CPiCVHHx { top:24.1875rem;left:37.125rem;width:10.625rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsPkXVuAgVm9UQb16I38WX81Zs7VdOh4 { top:18rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9a6JTM3kXvATra42SwGsy0cehqGM8ue { width:4.25rem;height:4.25rem;top:11.8125rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK2W38GBwK4hpg9stGuryAyiFOVuTzaS { top:14rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9A0HDvnCJGpw16NxQMmiRQtpivGkH4 { top:10.8125rem;left:29.875rem;width:17.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k36v28ik9P2RuhEvapaeeVtkP11gVtZT { top:25.625rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm0cxw5ylycmGrPtEWH8VvUQIeAr6cUW { top:0rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTuiXVC89w3TNOitQirb78o2oS0suRna { top:9.8125rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVO7sAtpcyw28B6C97vA2LUtAB0e2TI { top:11.375rem;left:0rem;width:15rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdlEd1GNbMCghZW1w7x4oUZRCuL9Wqcw { top:12.125rem;left:0rem;width:12.8125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O23dLcbNi5dlTNiK7VzsGegpCR1wONQz { top:25.75rem;left:0rem;width:12.25rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc3Embx6xEB9UVphWeM4OKGwB9mAaIpG { top:24.0625rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZq4Qb95WqNRNkp9cqPTTzdT5vQCuhT8 { width:3.875rem;height:3.875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLch4kgTaQibTmcWFvZScOMClaieIshR { width:3.5rem;height:3.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU4GlXQg7xcwSUESl2I1umKPStw7XSMm { width:47.75rem;height:31.676037477008rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mks6ATPV84wzAtTTH99JtGk8fIGl3bvG { width:47.75rem;height:7.9375rem;top:115.25rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQMkwWD5wuSBmLU7tRdhTLEDwS6muSJ { top:36.0625rem;left:13.6875rem;width:20rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxNGEzq8nlgdgnIur9zlZP0BNzITW8dn { top:37rem;left:29rem;width:18.75rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fle86pTkwTluN3IEyXiVwVhVeudyrW9r { width:12.5625rem;height:3.8125rem;top:72.6875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTuMevJtmPeZXWJJIf3AAaR8HOlSEA57 { display:block; }
 }@media only screen and (max-width: 763px) { #uoS3BJw31xR6pVCvhFIKNec5Aksfd2Az { top:37.0625rem;left:0rem;width:18.75rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI0iMfRZphNN4wh4ho760x4U7Hq7OFlB { width:12.25rem;height:2.625rem;top:72.3125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu9fEkMZutxkrJfKqzkufTnbxGwUHXBS { display:block; }
 }@media only screen and (max-width: 763px) { #cKSBRmlsgdV8uVJstcqn0lIGTNl1w71D { width:12.3125rem;height:2.6875rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUgPJM49dAnLDpOhbed8DoVzOhdlBoO { display:block; }
 }@media only screen and (max-width: 763px) { #Mn9vuRrwXkACBqG6L24bd2EUW8Vp13GN { top:45.875rem;left:14.9375rem;width:17.25rem;height:25.9375rem;font-size:1rem;display:block; }#Mn9vuRrwXkACBqG6L24bd2EUW8Vp13GN li:before{  }
 }@media only screen and (max-width: 763px) { #GvVvnPHSLMCCNl6z5q6Pnhk9C7e8c4wI { top:44.5rem;left:30.5rem;width:17.25rem;height:;font-size:1rem;display:block; }#GvVvnPHSLMCCNl6z5q6Pnhk9C7e8c4wI li:before{  }
 }@media only screen and (max-width: 763px) { #mINXyTMvPQ5WG5osP5BFxn9xd4wQXGqu { top:40.9375rem;left:14rem;width:19.375rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEoTvw0KVlAyGqXCCA06Vb71IDKc56An { top:40rem;left:31rem;width:16.75rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ontPcsMlHX9TRhbSu7r8fm4B11I0xhXa { top:37.9375rem;left:28.875rem;width:4.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2JWmXUMhVFXEpQ1oQLTT2DssJvVRyTB { top:39.1875rem;left:14rem;width:19.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCEeP0f93e7G2qa7QaTcez8u83QJ4win { width:5rem;height:2.5625rem;top:37.375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKF3yaL10wJ2DximtDrBo53irXrI6SIP { top:38.1875rem;left:29.625rem;width:18.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9a16UMPFmJsAsKvwnJkzSmLGoTPNBo { top:38.1875rem;left:0rem;width:17.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSZn8ocdak49GpiAFHgq0PHUy7MDZGFl { top:41.125rem;left:0rem;width:17.4375rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0GMFFkorLsiQqOcbNx1ZfNQy0hSWPH { top:46.6875rem;left:0rem;width:15.125rem;height:2.5625rem;font-size:1rem;display:block; }#lP0GMFFkorLsiQqOcbNx1ZfNQy0hSWPH li:before{  }
 }@media only screen and (max-width: 763px) { #vRt4x5vABKgD0SfVpzlUQ1iJ7RwZ9lip { top:37rem;left:14rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF .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; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF .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; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #AwiCaSkIundGrHS6e8pmJqIx7T83PXRd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #pKocQzKT5K2mKDlFmTcx3JlgnrzeAKAt {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #X5tZR03eOdBgqzB8pCJnt2iPsQs5Iwx8 {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #EViAigTiu1HQWvXwqd8AI6l678Mh16Za { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #p1fi4iM5ggiFEi4X4TzJKPxqRuGXNkiW {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #ur5z8IULS9qahW0x4H0vqy2wRZRX9LL0 {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #tpaMlNIH0eVv1T2ER7HoJeUSHVQbCBCs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #koK7PxR4p070aCHW8Z1yRTUMghsTMNhi {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #lTiwngIohV8t90c8IpDN1kgTnwnzBNAW {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #ULXnth89LElc877TMUpQLBMccLTiHDFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #ix8sZqV7HnCMrJ8CwPNKEAkAaAe234go {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #UbU2SyA9aKhvBqhZAQJaT5T1OO6HB1di {  }
 }@media only screen and (max-width: 763px) { #NB5UtICLZ1I6OhZXGZhoemBWf3FFDxId { width:9.75rem;height:9.75rem;top:69.6875rem;left:18.539916992188rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0LfnbtgAaICquuZy291k33PhAiCAyTq { width:9.75rem;height:9.75rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnd4xFzWWuU4VOVIE73vSoraNro6zv6W { width:9.75rem;height:9.75rem;top:68.75rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdQf24VDSwG6fhr2f0omk2TizHbMI8Ma { width:34.0625rem;height:7.9375rem;top:79.5rem;left:6.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DILG8rAZmKk9oegJRBpyLJCmMEwFPbcy { top:88.5rem;left:16.0625rem;width:17.4375rem;height:7.75rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1D6iIdrqlgNsrTplJ6ipuem25Rzv5eF { width:29.6875rem;height:3.8125rem;top:97.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsyXLBmRJcihswDE0JvNZxXIhExc9AnK { display:block; }
 }@media only screen and (max-width: 763px) { #g9lCroxHitUSMDM19T7mrxI030qF0tAe { display:block; }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKQUzJuO28wkGgufZKfcN9oVvJoVB3MU { width:47.75rem;height:11rem;top:0.6875rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 { display:block; }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKA7JeMvTGwTm6SFg23t7kAN08o6Nw6t { width:47.75rem;height:13.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qmbCcTqKRNMF6R8e9MO4bqKDnIfDGr { width:8.75rem;height:13.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbxTOyQ6gWv7XDrSlTSq7eqgtwmUx7D8 { width:8.5625rem;height:2.8125rem;top:3.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIkQEgn0ZLEHPUOJbyMgtHHVGUk0z4cL { width:42.625rem;height:7.6875rem;top:5.6875rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu3986lqlA8coUODbTQR6V0pfJ441wA5 { width:2.25rem;height:6.875rem;top:6.75rem;left:0.25rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHWqxU3htZpcRVHEQf9J4uQaqR3mverB { width:43.5rem;height:2.1875rem;top:2.75rem;left:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPGisMAoKTTmgGMWH0cXMppadqhJLUhA { width:47.75rem;height:14.6875rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2qITq1zMPLa8NakvisXMLzlSFTKhdeg { width:42.625rem;height:7.6875rem;top:61.25rem;left:5.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l10P7TZkgTRmnR9CVBXLMfisMV9x4i5C { width:43.5rem;height:4.375rem;top:56.4375rem;left:4.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJAdh6rBKNurX0KTUIw9wGLQmXpKyAeA { width:47.75rem;height:17.875rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiriXwqrmCXU8tXAI2kQd5brnoKOB8Oc { width:42.625rem;height:12.3125rem;top:38.5rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irWPfQgd7IPTAEvTnmEXHTzCEXKsoTB5 { width:8.75rem;height:17.9375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PybPGhrvCdR83IkzAZwP8dwDSsJQqo3z { width:8.8125rem;height:14.5625rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x448fFwQIaGQEFKtyW7f9ReWd8HAkqK2 { width:8.4375rem;height:2.8125rem;top:58rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrzJ1D2IzeqiD0VyDWRGc6ohoQynRmEC { width:2.25rem;height:6.875rem;top:41.25rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeH0I3yLcczmkLVTqXnlxof9MHt5OTfU { width:2.25rem;height:6.875rem;top:60.875rem;left:0.125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcnbps5N29yJkTgvzMvbOUPopmLIOhC2 { width:8.5625rem;height:2.8125rem;top:39.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN5XR8mQVmuyfSKdTJXDfXWL3R3slbWG { width:47.75rem;height:13.4375rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #El9DkOecyBTJKqXQvA0Pe5AcBlMRmAQu { width:42.625rem;height:6.125rem;top:21.0625rem;left:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX3bJW7rcB11UCU3eQlzTTqvSKBGuKM4 { width:43.5rem;height:2.1875rem;top:18.125rem;left:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqKIqg0Iy5LsXQMpQ7JR5NQb3xq77XmB { width:8.75rem;height:13.4375rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBkRCpmhpdBMKgLWpbGvEQXUwhJsPdZW { width:8.5625rem;height:2.8125rem;top:19.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtNt6P60x9mfMcUni6yagEcny2KKS835 { width:2.25rem;height:6.875rem;top:22.125rem;left:0.3125rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tegw9r2dtBLxeIUe84EiLc9s4swHElXS { width:43.5rem;height:2.1875rem;top:35.5625rem;left:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdSyqECQXR42nuKDfsvPCaZIyl8INTGP { top:94.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZqNbarPVBWLn4VrGzGVO2T1LPNqfu5E { top:96.1875rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlfZCKDyeuZeEV59pKKohrNo2sEDpMH5 { top:94.75rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3DmnSisS4Fhdq7c2gamDx2ndUcWZGsl { top:86.375rem;left:32.0625rem;width:15.6875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Iiwovxp5HlcBvUctdVXFUl05hmS3KQ { top:96.3125rem;left:37.125rem;width:10.625rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq3gJzwTMR4KMyZ9sNlbyKaFVCNf6Myo { top:90.125rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BldLnCsT25XJwc8yyK5pd2HWgZovRwoJ { width:4.25rem;height:4.25rem;top:83.9375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgcEbsmOSE7tKZP1Q7efuJXcNb9I3PmP { top:86.125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyFOUa5UOAH7oO8AzyJe1CXv8M18lkzy { top:82.9375rem;left:29.875rem;width:17.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRCovEIWNTmTFz2oD74ipsm9Xh4AV1TZ { top:97.75rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDsN55wnWiRhC4vkbLqqENNIUbW79rat { top:72.125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR1vmqWLOc5QnScmnfdJBTzAIsLemnBl { top:81.9375rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrR1nUPXmbtoMNmATOZkEVdUa34QU90D { top:83.5rem;left:0rem;width:15rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWFocXEqve4dVVILhspdEgdUkLTZHDB { top:84.25rem;left:0rem;width:12.8125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w45DLIHVQG5B4eKGANiJKyUlPdCEa1eM { top:97.875rem;left:0rem;width:12.25rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rotLe2FoRByFs6bm3SDdbwREuVApvVqy { top:96.1875rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRu2LDNVDHi7UBm9BLZv7fWyICTg3uIq { width:3.875rem;height:3.875rem;top:96.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbqTpuWQiX5rg0ANiFSwFSTb7bbBdkk { width:3.5rem;height:3.5rem;top:87.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCAeSeQUdveFIJMdCcbfL765tkDR6pHH { width:47.75rem;height:31.676037477008rem;top:73.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZBQXbXHNsricGWqModEzBVHwH1cTU13 { width:47.75rem;height:7.9375rem;top:186.375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyP5QHJNTM7CfwU82CW1uwCR5fKmoMtK { top:107.6875rem;left:13.8125rem;width:20rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGvAsy1iX7yZbSEihzngzcModsQ8bPB { top:108.625rem;left:29rem;width:18.75rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHMa2BlJtqb77x93oLUOKSL3p3oWPloT { width:12.5625rem;height:3.8125rem;top:144.3125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5SzTNFsB13T3KszLmJlyzGF3SfpZMuQ { display:block; }
 }@media only screen and (max-width: 763px) { #XNPnyP5aFis9oDKmxiNTMUQQe5pFDiTw { top:108.6875rem;left:0rem;width:18.75rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrJ3kByvDTZpd7yOWZQwmWAbdlUik2wu { width:12.25rem;height:2.625rem;top:143.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1r4NE3wMRye2azfhhqWMowNIymEPcMa { display:block; }
 }@media only screen and (max-width: 763px) { #SLWoDSAlTSElK5g1iviUzOK3JhLo3c0y { width:12.3125rem;height:2.6875rem;top:143.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxOF6alFJK9B0nG4y8Vg1PJtm9vrl0Fw { display:block; }
 }@media only screen and (max-width: 763px) { #aALED39UXITowEXeqnuuLdJBX4Kw6KaK { top:117.5rem;left:15.0625rem;width:17.25rem;height:25.9375rem;font-size:1rem;display:block; }#aALED39UXITowEXeqnuuLdJBX4Kw6KaK li:before{  }
 }@media only screen and (max-width: 763px) { #aqopCtzUTHvhTnJTbR3bC7O6zGV7CPui { top:116.125rem;left:30.5rem;width:17.25rem;height:;font-size:1rem;display:block; }#aqopCtzUTHvhTnJTbR3bC7O6zGV7CPui li:before{  }
 }@media only screen and (max-width: 763px) { #ovT4aTmVELSi0ncpx8bMeTgGW2sPblkK { top:112.5625rem;left:14.125rem;width:19.375rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcpzRKelPbCPLMVHzlB34DARgMzZoZXo { top:111.625rem;left:31rem;width:16.75rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Me84Ck3FE6SWq27v4aV6v7mcqKsuhJ { top:109.5625rem;left:29rem;width:4.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmBL5MXo1D3wD3PoTWHr9H3rAXuy3fqX { top:110.8125rem;left:14.125rem;width:19.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW5EtEaQLSwTU7vP8mDlggx7mT1ByXcA { width:5rem;height:2.5625rem;top:109rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg9G8D3eICRKl7opDM8fhe9z4ttUQAUm { top:109.8125rem;left:29.625rem;width:18.125rem;height:1.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9eMVMITAK1BU13FlSWTdashkRiHglAg { top:109.8125rem;left:0rem;width:17.6875rem;height:1.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNX6IMArNxGkKDKwXSOeVxf77M1TPGCV { top:112.75rem;left:0rem;width:17.375rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1DATDODWf48VKsJZ9cb0Q1L4GkTWOO7 { top:118.3125rem;left:0rem;width:15.125rem;height:2.5625rem;font-size:1rem;display:block; }#R1DATDODWf48VKsJZ9cb0Q1L4GkTWOO7 li:before{  }
 }@media only screen and (max-width: 763px) { #WzOAfbo1CprrL6DvJEmgP1FuOdsaSTM2 { top:108.625rem;left:14.125rem;width:19.375rem;height:1.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u41SAqvImNWvy7wMCDV0llT0ZNsT6HGi { width:15.5rem;height:1.25rem;top:196.5625rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGqZ7zKTpCqBnkOw8BurPpwKZgEDw6sM { width:47.75rem;height:12.5rem;top:199.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP .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; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP .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; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #yLNzePZhqsEKy8VslGMwMPM0tVnvipTN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #NyoEvgDHDH1S6oTnwEKWViBC57UFC3qh {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #J9ihDoDDfuS01BBVIrK9oQglTiTMFlt9 {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #ghEyOTsMgPqhTPNu9IytKtwxluN4a6tM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #TVc3lzTiRbz4MlMqC53nDtFHKqTnecqS {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #S9F9J215RVu9OfgqEGOIqXylz5urZCxW {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #igKSeyOZ6N9gUPW2lkxUA3L7GHpAx61p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #wmOcmPFopOCLSJBfn5De57vORrhLurMg {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #aLVyXwmGzKi4ceUCaslFRPX7iwOHbkXg {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #HZnTqW4rxA8fRgmkwpv0CTKnwUOUmERk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #N8Jz9pCEaoXkf89q6QRdVWThKdABqX7z {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #za42rPmVEl7FT5abwWeo1TiSueDHZffM {  }
 }@media only screen and (max-width: 763px) { #uFbItyxklp1oCFBM1w7SqqBAmqBQlZbX { width:34.0625rem;height:7.9375rem;top:151.625rem;left:6.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRpiLqbkdycrXaPSqgTUNFriEyyVBKb5 { top:160.625rem;left:16.0625rem;width:17.4375rem;height:7.75rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMFK4Hp1B53Xuu4vyskaT68TZSBLlAZ0 { width:29.6875rem;height:3.8125rem;top:169.6875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1wSuWekrRA19vQAcxBD5PTqDW7V6rWg { display:block; }
 }@media only screen and (max-width: 763px) { #oZtqKhb2zvwNpovLArgvWwua5xlkA3ft { width:9.75rem;height:9.75rem;top:140.375rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrP20sh9ZBHpPVCCETW8o0Aul7zpRAAQ { width:9.75rem;height:9.75rem;top:141.3125rem;left:18.539916992188rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnapzU8GXTm86SANSZVlpQw7E6akHaAe { width:9.75rem;height:9.75rem;top:140.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nUDJL20ErSfVlNEZCwll1CmkoxMpIhFh > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA1NG3R7PJbMnL6vwKlePzpJXZTbKCDx { width:18.062125rem;height:1.62475625rem;top:0.8123779296875rem;left:0.9686279296875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmmZraPya6M8z282xzkOrs54U67GrcTN { width:7.5rem;height:2.43713125rem;top:3.277587890625rem;left:11.035766601562rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ZDMRuTz9caODRJEUgoCof0AJau491e { display:block; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e .widget-text.counter-number { padding-top:0.260625rem;padding-right:0.321875rem;padding-bottom:0.260625rem;padding-left:0.321875rem;width:1.35125rem;min-width:1.35125rem;height:1.4rem;font-size:1.0425rem;line-height:22.4px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.80125rem;height:0.5525rem;font-size:0.39125rem;line-height:8.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e { width:12rem;height:2.63625rem;display:flex;top:3.1903076171875rem;left:0.950927734375rem;z-index:15003;padding-top:0.025625rem;padding-right:0.024375rem;padding-bottom:0.025625rem;padding-left:0.024375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #TtoWkd78302xLDDoeHqb5NhqF9irFe6P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #DtyHqgGuWq8B19P2xfnMTtBzzIlS8pyk {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #N609PHSGL7T9ituWTEgHqZ6kAg2WN0E8 {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #TWLlA3BRoMV1HgnNbLUGZPc8sqVqRUvJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #Tl5mLrFd0uLuqOaZtae4xTnVXeWVWXax {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #Kd00buzhOUiThkN3xTIlxTGF9bLmfkw7 {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #XrKxCViuldmna52cvgRcVNKUDKs4opkh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #ProFtupBSaiMttgTqkKAeEkDaDfl7tdJ {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #sZhZvPt1k3P4pbSXviBuNoDbatiycpxi {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #rVB5ysciztJlK2vqRUfT3iMqP5BT7KRu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #afbzwtxEepzD0PGCgHSm1y1gpq9bgPKx {  }
 }@media only screen and (max-width: 763px) { #bKUDbnZNdhcXsKSiHXvRz6xVLK8KQF6e #c9ZIPWxTBgy1DO8sZzb9UPsWCekTVrv9 {  }
 }@media only screen and (max-width: 763px) { #enWcsFQhZxVIh2dinfftwmeEgip8mA3X { display:block; }#enWcsFQhZxVIh2dinfftwmeEgip8mA3X > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxoG3WtV7fPQhb0wqzqA2Z1ewFalJ9J7 { width:20rem;height:13rem;top:8.450927734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5vegIuupHTFTf05UUqpn120TWJ1nxRK { width:20rem;height:13.312375rem;top:21.913452148438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKDXZa9foETluvWC9L2Vg4ShkEOpxkEL { width:20rem;height:44.85rem;top:39.686279296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6Gm2tW39OQTTq9fHH7zcPdVgsGrvEIS { top:35.186157226562rem;left:0.4998779296875rem;width:18.999rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2rFAGrn5HxypGsWSJNtgZZckgEQMR18 { display:block; }
 }@media only screen and (max-width: 763px) { #TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn { display:block; }#TUxAdQlUUQTG6UBQT4FvKVF4RIxyFPKn > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtUhLR2guuKTrveAKfbIdFa4X23I2pb8 { width:20rem;height:3.24978125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv { display:block; }#ypsuTUXqWUxRTPkqyxkScuZM9dz4HStv > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXLZB7rT2iElaMGQqlob866VSgoa9fBm { width:20rem;height:24.29375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gb7Zf4A7hP4k6iCZyX0N817wwPs3Tlpk { width:20rem;height:33.6375rem;top:26.7974375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcti8pUm4QTkKAW8ff2NxJBOiOcsa5Bh { width:20rem;height:13.2153125rem;top:58.03466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE { display:block; }#TlSrv4OrfUkLVTs0K4AKPpPF4unF4nWE > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfL64pkPs1vH3rMWKR8u1ZCtAeRu7uQF { width:20rem;height:4.874675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 { display:block; }#MKkKBRlrAvXZHz4pozM8uLHTgFvKsWF8 > .row .container { width:20rem;height:228.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbhT11T2wQ5Cao3NIrBTe94Ralq7GTWs { width:20rem;height:166.31875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5QZpJZ1f0b5fUPUdhrDyCywH520Cw8F { width:20rem;height:13.28720884695rem;top:182.5991875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy1eaCZ7rrPqCc6A4iFEkPoSsU5q6PMS { width:20rem;height:12.505649047957rem;top:168.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy4AP6hMvXNBrW4HFswcoBBC78KbSy7M { width:20rem;height:29.9rem;top:197.135875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt { display:block; }#tWIfwxvqi4WMeNBmGIsoUPnTVH8PeqPt > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku26XKpXrK0EvhQQHCw1UB5nQSMXGKPw { width:20rem;height:3.24978125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFkbvOusyeODC386ZZxKENGdwnnm9TtI { display:block; }#PFkbvOusyeODC386ZZxKENGdwnnm9TtI > .row .container { width:20rem;height:136rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnMNRmXmbJLF4OKBtZLDdR6IazSge005 { width:20rem;height:72.88125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFxGsE7hXh6p0ZKZJNgB8P2on6A2yHXT { width:20rem;height:48.5875rem;top:86.5520625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i42xQSQ7MlKl2ovKTD8lNSgcxsqUPdcK { width:20rem;height:8.041625rem;top:77.260625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA { display:block; }#pfNeiVeZ7THlzugcH5zlffLQBXIHkfHA > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kg10DSTtfxyxGnglIGpolrQmFCACJNbW { width:20rem;height:4.874675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szII8lNUtp6oJVGco5myuiORPOpb2uzQ { display:block; }#szII8lNUtp6oJVGco5myuiORPOpb2uzQ > .row .container { width:20rem;height:97.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ne1TRO10KbkieF3VvRJA5aTxElLwlVhs { width:20rem;height:95.30625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp { display:block; }#Lx6VXOxZAmMZTNroJRMUS4Xn6f8J9qWp > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5dkEMNbqgfFfp27LRP6gkEKeMrdtmQD { width:20rem;height:4.874675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS { display:block; }#cM846MfrzLUm60Q7l6Uwh0O4GzfMDpsS > .row .container { width:20rem;height:97.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBGpgDSJyAfOZ8rfXWdCr0ELRRLsnBPk { width:20rem;height:95.30625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3sMswMoyqNSwhwFKleWv0xVdXVFllTd { display:block; }#q3sMswMoyqNSwhwFKleWv0xVdXVFllTd > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDuPMgq6r3KZI6azJ15EeprVccOgBIWk { width:20rem;height:7.8003125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnL2Q9iXAnTZS8P592A8PBmWEhqXmxa6 { width:20rem;height:3.4125rem;top:10.297875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf { display:block; }#suKtQNtiFrkJSukfqFT6hfPKCdaR4hWf > .row .container { width:20rem;height:109.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PikC736ErBbEkCWTG2usT6qWLTzSJz9s { width:20rem;height:108.3875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJTn17rdlnUuICa9UyBoV2WTKfNwpruC { display:block; }#JJTn17rdlnUuICa9UyBoV2WTKfNwpruC > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVCgP3c0sD7Jtb2kJgHWJ2ovqSeiw5g1 { width:20rem;height:3.24978125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt { display:block; }#WgMgTGSP6ZgiUlvqTLB4vbDvyfhfnnLt > .row .container { width:20rem;height:131.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWet66ysNJ0qVdRmu1Urm7EGcZ6hmz5P { width:20rem;height:93.4375rem;top:17.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #levXSbRtGikWUb8fa13OIPpAvwXTLxvM { width:20rem;height:13.2758125rem;top:0.13349151611328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbFvuT56MseZMh5bz7XMAA86riUFGssC { width:20rem;height:2.6rem;top:13.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nW7d7owTk8gZtu8oQlsnG5ZMTJDm0ACO { width:20rem;height:13.0005rem;top:111.59345817566rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2QV92PIoZCLLv7u8CtJl8JbnW7hPHpW { width:17.5rem;height:3.4375rem;top:126.96452522278rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUyOzHBVAoMXfCAgvf8A9dATvZSuOHzt { display:block; }
 }@media only screen and (max-width: 763px) { #W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm { display:block; }#W3J0X3hnSVJAKG4LWB7KEieRp79gdNJm > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptgQJBzsqf6J5JMTsitA6BtRnSJDzsP5 { width:20rem;height:28.6rem;top:0.56206607818604rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ { display:block; }#W1tRJ2zKRm4Oz7MT8E5RFuHqdVsSHKMZ > .row .container { width:20rem;height:106.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTZgAX6dxL8UCnlai3CQxbF8dJbz9hCU { width:20rem;height:78.4875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lduRB3T3rchNM8kTk9hcmTMqTO31fySF { width:20rem;height:4.4791666666667rem;top:80.999375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdv7rkL45SysiISf3ynrnZQAuxvGOh4 { width:20rem;height:5.0233762228416rem;top:86.72854375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9aISQCdFH2hnGPHvJ9s2lFXN5DBlrBy { width:20rem;height:5.6759799570815rem;top:93.001875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOLZE6EZIRzQBEQiuTtaHrJw1L5EB01W { width:20rem;height:5.7414421768708rem;top:99.92733125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKE477efMmpIb2tV8O6smtbGW5g9BLaJ { display:block; }#HKE477efMmpIb2tV8O6smtbGW5g9BLaJ > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssKK09dWi0y4UPCTILIt1ks00lbiwdwK { width:20rem;height:11.506822104715rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w { display:block; }#KA6V1Zgvil17yNXRTf3yHzzL4IEHVs0w > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3BZTcyKF5pmhdeNwwO4VqhOQsB3IKWF { width:20rem;height:23.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v { display:block; }#sJch6g8alvt9iTcoJtW2aDzrzoUcEP3v > .row .container { width:20rem;height:296.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axLhXLTXpCb1EP9Hoaw1PuZsnTCmTFt1 { width:20rem;height:69.14375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGL0P26kcgCEyAO2KH5XoAPCvuUDQtD5 { width:14.6875rem;height:31.927683641256rem;top:150.5435625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnOJOrqrDbBolmEBSz7RqKrkkpl6Euq { width:20rem;height:14.4375rem;top:119.1685625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pERwFgfhz0nGsuMhf7dSSBqVXP2wB1mX { width:20rem;height:14.4375rem;top:134.8560625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqvUp4kmaUJW4X7K84xJwWyUDR5WOFsF { width:20rem;height:14.95rem;top:102.966875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RasX1aCJTvnwPNoidT8TEOxx6m7v0ixE { width:20rem;height:14.375rem;top:87.341875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #od9xJkaSrIFlfSpxcDwW3pQdPunypLEN { width:20rem;height:14.4375rem;top:71.654375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr9t6dWCcVanaoGep5Kc6rTDSdEBEsLp { width:20rem;height:24.29375rem;top:183.7211875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X62uMzfMMuTqJfF20tGWqTazFuFBlyhW { width:16.25rem;height:11.9998125rem;top:209.268625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AduV6DEIqv0mizTyJNLCe3z1ZZLBMwMl { width:20rem;height:72.88125rem;top:222.5184375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq { display:block; }#NvS0yikWdFtNkSVEtApUKc7rfF1T9Awq > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg6Lf7x7mdVky7rvKTskKpyI428yz8SF { width:20rem;height:23.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUwAoGdd6wzynTZm3KykMDwta92HCL4r { display:block; }#rUwAoGdd6wzynTZm3KykMDwta92HCL4r > .row .container { width:20rem;height:360.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7TJ9NgDZgzdUCncdPVoPMKBD8AaBXxR { width:20rem;height:50.45625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lH51T9CTGeWwmTxWTEOXy4P7dB3e50DG { width:20rem;height:91.56875rem;top:268.45336914062rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnOZIiUuCsx8zwalFaz4iIFLN86wUkf3 { width:3.75rem;height:3.75rem;top:77.087679862975rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgRiB647vhHELx4uU7mEqsfCDWhpzw2U { width:20rem;height:13.266625rem;top:49.759116411209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc8iAmmwByvJEeDoDUni6lEIywzET51o { width:20rem;height:0.0623915rem;top:102.49946594238rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgAdb25n6O4kaWc3iBvgQgML12EQtPlB { width:15.3125rem;height:1.62489375rem;top:108.68653106689rem;left:2.3437502384186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCQygLI65dceh6fcn0Pl4JfmeoIMP4NZ { width:20rem;height:6rem;top:85.437831878662rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8hww0IHrmMPDNhCAb220dMuLLPhlTfX { width:19.749375rem;height:4.5rem;top:71.749677658081rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKaCzKwTlZ0nTlxLS4LRU8FpI2VVP8N1 { width:20rem;height:0;top:111.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RI3mvBa18ZhSVyrP5DycgtK3TQ32U5UD { width:4.249675rem;height:4.249675rem;top:103.81185722351rem;left:7.8748922348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylQloNWdWQPNxWxM8btuTiS4NSq6LKhP { width:20rem;height:0.0623915rem;top:76.21365356445rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csfRnurdDOGXSIqBlZ9UVow4qEkEMwHr { width:17.874375rem;height:3.24978125rem;top:81.626525878906rem;left:1.062283039093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSrUbtzk5brTFbeDexWLzlBpb0JFXb4m { width:20rem;height:0.0623915rem;top:90.804040908812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tne9xJs5pDR7n4miuPGdU7Wlt5fwJQdd { width:20rem;height:6.3375rem;top:118.14402103424rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSMcKlKkXnHEPlaoiyXW4W5U1Vuziusi { width:14.0625rem;height:3.24978125rem;top:68.311092376706rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MaV3JG2scuEz6FqJzgXT4pthmodSczO8 { width:20rem;height:0.0625rem;top:62.929147720337rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1WOrin9FPUZTf2wdN64UGp7kgV3yBkd { width:19.8123125rem;height:6rem;top:111.25000953674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIOcnbLvAqseT0zv8DhKlDrMEILZA9UV { width:20rem;height:4.5rem;top:96.936857223513rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZgyWbQM8ZfTuQwPhwSWrCTB6K2dUrTH { width:9.0625rem;height:1.62489375rem;top:94.678283691406rem;left:5.4687504768372rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKWRexlsntoXTB6olLbu5wscvFaIw8WN { width:3.87424375rem;height:3.87424375rem;top:90.804042816162rem;left:8.0626087188719rem;display:block; }
 }@media only screen and (max-width: 763px) { #mICvokvWmyiWI1lIPSUZ6m2H5iiui9rI { width:3.49989375rem;height:3.49989375rem;top:63.616539001462rem;left:8.24978351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOER3xwNZue7B9q24v3KK68KIC8G45r8 { width:18.75rem;height:42.125rem;top:188.93605422974rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOi2GLfkTdfPihmzleVP5AKof8L3VuEm { width:12.1445275rem;height:2.519965rem;top:226.31021118164rem;left:3.9274091720581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZwOCEuBWX9ieTm6JDbUxfzU1y40n86 { display:block; }
 }@media only screen and (max-width: 763px) { #o7lcnLOwrWDRtUo7d6zUyRQbc5FOxUls { width:20rem;height:42.8125rem;top:144.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnOpTSMlFsgThRuWnKyhT22uOTrz0fPw { width:17.249375rem;height:27.5125rem;top:153.62414026261rem;left:1.374783039093rem;font-size:1rem;display:block; }#BnOpTSMlFsgThRuWnKyhT22uOTrz0fPw li:before{  }
 }@media only screen and (max-width: 763px) { #zu2XO4WBiTUCRtWK4TQDMO90P6dDQPqH { width:12.6248125rem;height:3.87424375rem;top:181.81153297424rem;left:3.6870660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFOGr1vgZyEcAwTiORmIycqs6rPCWz11 { display:block; }
 }@media only screen and (max-width: 763px) { #y75AOIqBh7J065Ee5BSuJwmvV9xC0dS9 { width:19.8125rem;height:2.6001rem;top:150.125rem;left:0.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfH2RHk158MFn9sEia1sc10RHHaLQRLo { width:18.6246875rem;height:2.6001rem;top:192.82990264893rem;left:0.68739163875581rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aETnT2NefsZGBahDwxDpPmI1ZPpqkaPo { width:4.6875rem;height:1.4625rem;top:146.8125rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwo0TlRBylw0RDVWqoOcGoX4S4eaRMg4 { width:19.375rem;height:1.381225rem;top:148.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbWvbVwxeEDH6CeA5Ew4G6ozKibr3MPh { width:5rem;height:2.56239375rem;top:146.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWwIQwrSiacNV1Q4HsGdGNChhqN3oV2X { width:18.2498125rem;height:3.33125rem;top:189.49979686737rem;left:0.87456607818606rem;font-size:2.5625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #hou9HNEwA2Xk6fVdshV3W7kUHMbLhwsX { width:18.75rem;height:17.5625rem;top:125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFWX8xRUvKeEFhBoOG36amFQbdXlqOf { width:18.75rem;height:1.21853125rem;top:126.5rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcbFRDRnuCZs2m0t1fac43yzDhCqRcTu { width:17.3746875rem;height:2.6001rem;top:128.375rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d42afHpZNNhAoJcD9k34VZBb9nizeNpU { width:15.1248125rem;height:4.2125rem;top:131.625rem;left:2.5rem;font-size:1rem;display:block; }#d42afHpZNNhAoJcD9k34VZBb9nizeNpU li:before{  }
 }@media only screen and (max-width: 763px) { #ncs9JpfunnM9gbAHlEJchx7lA3W4l8Oq { width:12.207465rem;height:2.58235875rem;top:137.18700790405rem;left:3.8959422111511rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQIHqLKbgGVM7Tg4A6mdCELdUTOLUroo { display:block; }
 }@media only screen and (max-width: 763px) { #x1ypQg6TRnvAnTuNoT9qxCtGIi1OzR0C { width:19.375rem;height:3.33125rem;top:144.97939300537rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #rbfQzpScMSDB5rT1xnPf1ib6LiG9LtKA { width:17.249875rem;height:27.5125rem;top:197.21627140045rem;left:1.374783039093rem;font-size:1rem;display:block; }#rbfQzpScMSDB5rT1xnPf1ib6LiG9LtKA li:before{  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe .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; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe .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; }
#EICs7JretqieTRL7Lmo3d7sekmOZeabe { display:flex;width:18rem;height:5.0625rem;top:252.58422851562rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #LOTFzuQ91Ddn5Em30UNbWzAqlqNlqsh8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #OeOPZQ3Xs8XzeqWAJdETs78zn72dQlL3 {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #JV68qdUmoBXLRe3DsdNn0JKQnTp3hVJi {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #dkXhDnltCKoitVJSvsqDIigoK0Ietobz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #x4c0T6926a4X7B9P2eFM5OPeVDndXTT2 {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #hefgknsek66Q7LC2UBmbsWXmIkzi4GUU {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #iN27kUG34qHbdInkm0U3UydTI37zwcfH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #KhWNJoZlnc2AXIwmPgXlgmLRJMJbH8FI {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #ydT7qPheoh4cAl2Ug3HmLBcTplkVmn6s {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #oVVDOKxsDoKHsWP8BW3MfBtHHJgR0DQg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #glwPqrinqTX6A7OM8k1gQUJHONTl1AbQ {  }
 }@media only screen and (max-width: 763px) { #EICs7JretqieTRL7Lmo3d7sekmOZeabe #B6b0cCXK7KC1V1QfM274UTZg2gu6NMWK {  }
 }@media only screen and (max-width: 763px) { #CQ6KBrQFgXvtbpsNSNNGpgfgn3fgnZb3 { width:20rem;height:7.8rem;top:259.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TV4kNy8r8yiEg5QD4FJLD8BZo2bHkp { display:flex;width:9.75rem;height:9.75rem;top:178.8720703125rem;left:5.1239013671875rem; }
 }@media only screen and (max-width: 763px) { #JbZqx6zzU7FBiw4yUSWi1gJt2x1sWBkV { display:flex;width:9.75rem;height:9.75rem;top:133.60168457031rem;left:5.1239013671875rem; }
 }@media only screen and (max-width: 763px) { #LTtVuyX0B2tfTqaanGPMz4IuqZGle5Cu { display:flex;width:9.75rem;height:9.75rem;top:222.69348144531rem;left:5.1239013671875rem; }
 }@media only screen and (max-width: 763px) { #JT4AWdQxdr5iK7VxinVIZ3XyGOkq1JaZ { width:17.374875rem;height:6.499625rem;top:241.4375rem;left:1.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRIEGU0tDvWeC7BsmKsJek3pAIFSXWy9 { width:20rem;height:8.2875rem;top:232.44323730469rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRoTVyNecoN16Id37xNFMbDLSTJ0XvgU { width:19rem;height:3.8125rem;top:248.81103515625rem;left:0.4986572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hypV0pAwTMrBhRgLiweHxkvT65dUl1EV { display:block; }
 }@media only screen and (max-width: 763px) { #t4taci1IADydxM9zpswoIiJudSa36fSa { display:block; }#t4taci1IADydxM9zpswoIiJudSa36fSa > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNB1OSGlyavmEMPygXHkFtXfHgkvN6Fn { width:20rem;height:13.0005rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw { display:block; }#UFsLrqeGIWiiGzKF6SD5NVqnWR9en1Bw > .row .container { width:20rem;height:300.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEZrnJzE7uRqX8X4I6oUXvhpAtBHpaE0 { width:20rem;height:82.225rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yqqSTg4L9BUe7qZmic0oyTZapOEHJclC { width:3.75rem;height:3.75rem;top:122.59386110306rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDpXli1G2Q7FOGfPmS3bHCv1RVDsI5GW { width:20rem;height:0.0623915rem;top:134.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alVtq0JfxE1HXRTur1pvnWguVWb0eXmI { width:15.3125rem;height:1.62489375rem;top:139.81228637695rem;left:2.3437502384186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpoNO3Hn8uxm1iduRSHM77rSwzkRkkOb { width:20rem;height:6rem;top:142.06163597107rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yT64OC0IzHzahQ6TaBTzhTKdSMmO6qeG { width:20rem;height:4.5rem;top:128.59375572204rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdFNF7OAqrRwCLZ3VycQitSutn2Bv2NU { width:20rem;height:0;top:153.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcDF5XAwz5dS9hzNevqDqS3GWxkiPuwc { width:4.249675rem;height:4.249675rem;top:134.93706893921rem;left:7.8748922348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUI9P6QAdQ0TeTz551ZRtZUkdp8w1BxA { width:20rem;height:0.0623915rem;top:121.62327003479rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf1TSrpNokFlhnrdv4wTA9WPghvfoPIO { width:17.874375rem;height:3.24978125rem;top:99.311526298525rem;left:1.062283039093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJclHFHXeV0nuyXJ5ZBNl96wQsJ5yD5U { width:20rem;height:0.0623915rem;top:148.03168678284rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfDkcD40prQ3SltXK5zT0KJvF1SMNvzO { width:20rem;height:6.3375rem;top:149.20247840881rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTRvnbxPZqmlFv0W5fSp4PvJi4rZ5kiU { width:20rem;height:1.62489375rem;top:126.96886348724rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAVCJpzSXaTEufUPrxsuSV8Pi390oeyp { width:20rem;height:0.0623915rem;top:109.84646415711rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxJd8ZsE9nn0hpzJz4vpoHr9IvN0MBnC { width:20rem;height:6rem;top:103.19553089142rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZLZxayEsgnOnqSWfb2SxfSkR0S5pSDr { width:20rem;height:4.5rem;top:115.87403011322rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwWWulH9pygVUl8sG6qeAxGLMPWrzxao { width:9.0625rem;height:1.62489375rem;top:113.72070980072rem;left:5.4687504768372rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQl3Kvr523X9zsVR1u3H635Eb1VeRnFB { width:3.87424375rem;height:3.87424375rem;top:109.84646415711rem;left:8.0626087188719rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoBVBe2uPMS0DIuEz9ukWygDpLbyBqnw { width:3.49989375rem;height:3.49989375rem;top:95.131838798525rem;left:8.24978351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMwBr7tx2cnr43nTyi6IMh6ExMXuGXC8 { width:20rem;height:13.266625rem;top:83.4874150753rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCgZDHI2Ek4p8Prf7PWm2KIwrXGA96Im { width:20rem;height:7.8rem;top:290.92834472656rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmXebEZbTG7bZwxPZ64SA4KhEfD5TnG7 { width:20rem;height:43.125rem;top:175.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOxCyAHQi75r2C9bQtKX0Zm1adhbETXs { width:18.75rem;height:39.4375rem;top:220.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeQk943vII9RTSGHi7yfk0KsSrb5UMRC { width:12.56225rem;height:3.81225625rem;top:214.31213378906rem;left:3.5382080078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGbSceCFP1HLCv50pDhyb8TplJlUV0G8 { display:block; }
 }@media only screen and (max-width: 763px) { #rAs4P9B5pSyrpKssP73nhc5ZDOheyxKR { width:18.75rem;height:17.8125rem;top:156.78823126984rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBkTdtLy7DreblCR9WxSmyOXRyHPbEJ { width:12.25rem;height:2.625rem;top:255.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhWftAIMUNdTaiTUV1a7eRi8hlFKEcV { display:block; }
 }@media only screen and (max-width: 763px) { #JUq4yhfcsbq1mJ5u4JdeZPBgiuB9A6my { width:12.3125rem;height:2.6875rem;top:170.22516059876rem;left:3.3121747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxOiViBO9IaT39EEeWn1UiXnhxAgpzs7 { display:block; }
 }@media only screen and (max-width: 763px) { #ud6kUIT7ozSOTiREkF5uBTAWg0iSDu4r { width:17.249875rem;height:27.5125rem;top:185.6875rem;left:1.25rem;font-size:1rem;display:block; }#ud6kUIT7ozSOTiREkF5uBTAWg0iSDu4r li:before{  }
 }@media only screen and (max-width: 763px) { #O0EKveup9OKI5bbP3bm81ww7fUbw9uF5 { width:17.249875rem;height:27.5125rem;top:227.8125rem;left:1.3125rem;font-size:1rem;display:block; }#O0EKveup9OKI5bbP3bm81ww7fUbw9uF5 li:before{  }
 }@media only screen and (max-width: 763px) { #N2dDQpWO6H6FFarRc3W9qDHIeGNwZ7Tl { width:19.375rem;height:2.6001rem;top:180.75rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAwc5aQIuAF5HnTB3OlHRrc9ElvqpUK { width:16.7496875rem;height:2.6001rem;top:223.25rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXwh4pBbcCNdeBreTO1CMh9hglSFg7Sc { width:4.6875rem;height:1.4625rem;top:177.75rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiBX8Hfv1ZXQD8R9nzvr5L9w4hPFykUE { width:19.375rem;height:1.381225rem;top:179rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk8pL68eW5Z2giDOfOHRmFk8DZN3lF4i { width:5rem;height:2.5625rem;top:177.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i88IRU6QUDRdN7o38n4JU83pTtik7Xzs { width:18.125rem;height:1.21853125rem;top:221.4375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWZB0QIZiys1XecqTUrn8A3XNiH7c2OD { width:17.6871875rem;height:1.21853125rem;top:157.91323126984rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD98rKPP4Hzlf2UoROr2MdBTGu0xZmp7 { width:17.3746875rem;height:2.6001rem;top:160.85073126984rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqf90oSVK8lKP10BHKTShyJUJIrMLT6 { width:15.1248125rem;height:4.2125rem;top:164.16233444214rem;left:2.4370660781861rem;font-size:1rem;display:block; }#emqf90oSVK8lKP10BHKTShyJUJIrMLT6 li:before{  }
 }@media only screen and (max-width: 763px) { #QDsfLpT4ECF42FkHGXO3BGyzMrmaSx3S { width:19.375rem;height:1.381225rem;top:176.8125rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU .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; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU .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; }
#KMzdAXUEO9rw033ToulPQyi1yx2vQZhU { display:flex;width:18rem;height:5.0625rem;top:283.78662109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #DMqwZp7tc1R2o3ofMKDDtMtQqinGBMoF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #PApE8A6MJGcZAs6BzRF2aEqeS8aI1ULC {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #qMMs6wIITigH40qSLUnxQu8oWtpxP0nC {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #Ma5FDtJy3P1kN9I9PfiGA8SLZgIo7Tpi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #oZamZBIilrdXvcvEJCPPfCSOFwU3pbSD {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #XiZZwJVQ6RWcLknOvbBpedV6pNBizsgl {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #DO36fa6Xx7HcWhlZ5OUuSwoes7uwymyB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #s7JNdkmro1VvN5knzsE2TkkFsWyTGHym {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #UeqroxkKt6wz0kXAA6kN01GI11Q2L1as {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #OhMPAutiA0bVTFoFiaJqOVQXBsJ6CW5z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #oDnHCKCeDfDBuqZNCwGqtm2hpJfcw89L {  }
 }@media only screen and (max-width: 763px) { #KMzdAXUEO9rw033ToulPQyi1yx2vQZhU #g2HkDUhHz3AkTvxNBfqKTLRE2f1Q5r0W {  }
 }@media only screen and (max-width: 763px) { #dCgeaGe3y2nTqSiKDQHGgUPBNqQaZWG7 { width:19rem;height:3.8125rem;top:278.6865234375rem;left:0.4986572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyC9MxquPpviPwJvkz7dN3Re6wVplVdB { display:block; }
 }@media only screen and (max-width: 763px) { #zLVytTp5yBdseF1D7ipgvbuBqXe2DFZF { width:17.374875rem;height:6.74375rem;top:271.43737792969rem;left:1.312255859375rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grUsFzul7KunmcMKJEEM3SVq7FSSAl5T { width:20rem;height:7.8rem;top:263.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV2MsTCtGaJ2gMkJCW74DvlBr6R7gQoh { display:flex;width:9.75rem;height:9.75rem;top:252.37365722656rem;left:5.1239013671875rem; }
 }@media only screen and (max-width: 763px) { #ARPH8JHkxpZrGISQcsPwWHyeimKFxTQH { display:flex;width:9.75rem;height:9.75rem;top:166.69189453125rem;left:5.1239013671875rem; }
 }@media only screen and (max-width: 763px) { #at5EGriXSh8hTvpgUk5z39msPeZb8MMS { display:flex;width:9.75rem;height:9.75rem;top:211.34216308594rem;left:5.1239013671875rem; }
 }@media only screen and (max-width: 763px) { #go3o14T2Jetq4pugwueoCIf6nE7RmVpK { display:block; }#go3o14T2Jetq4pugwueoCIf6nE7RmVpK > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVQmiAITlDMuXwXpc1AyaOZpmGTRKaiE { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs { display:block; }#GFxx0PcPcWJc2qTGVd7f0tikvc7dsqMs > .row .container { width:20rem;height:568.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvFDbuhn07qfZusk6gtTeTyMgQ36hXme { width:20rem;height:28.9371875rem;top:13.312285065651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1ppbmgoly9uB1ZaXIJR6CcX1zux0NH2 { width:20rem;height:9.6875rem;top:13.33550625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MC6RIQURDuqGVbeE0yMFIKmXWgTtmL7p { width:0.99989375rem;height:2.6001rem;top:13.3125rem;left:9.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJeRG4lmirbaBdgFAnhbRwx76T9tt4Th { width:8.625rem;height:0;top:15.984706689453rem;left:0.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxBgyMkOsNzcBVucgPEk4urzALhCZv8f { width:17.3123125rem;height:4.38720625rem;top:15.9375rem;left:1.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqSSxlJZwHogu8t3ZkJF7KZLUWJQ5EQs { width:18.374rem;height:20.06875rem;top:20.9375rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTg4ddJ1TzSt9vbTULqveBkEOWftEnKi { width:10.25rem;height:0;top:17.147884179688rem;left:9.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHPMEEITHfTWto2d9HqJqh4OWRdTUqkG { width:20rem;height:33.5625rem;top:96.762390136719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwlw3hf8TgNenXTRH1aUfoeZQc9NtX78 { width:8.8125rem;height:13.4375rem;top:98.917643115237rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlBdCNJDIQwSMLO1yiqD5hGwVeCkuga1 { width:20rem;height:8.775rem;top:99.360897064206rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGvFoCohrmGWQJflFvfuD2iperJMlvSe { width:8.625rem;height:0;top:101.54349760742rem;left:0.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWZiZQ3guCqUoLdBNPy1UkQGktTx1qMn { width:18.6246875rem;height:21.6125rem;top:108.56171703339rem;left:0.68739163875581rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4feiry205p1yU7X5kRiDl5mHwc7n596 { width:2.3125rem;height:0;top:104.41840605469rem;left:3.2503261566162rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyeqzTAOytx2SmLm1T0wZTvxf8PUCG3a { width:10.25rem;height:0;top:102.73057036133rem;left:9.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VD0GayfPKr5Q81F7ZImcaTxaxAJyvdNv { width:20rem;height:32.875rem;top:177.56243896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUpWGQV6MFqPy71IGZBfga6xzxJGf9pX { width:8.8125rem;height:14.8125rem;top:75rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfeDl0sz4CSgf46DJMTdLou2q5HhS9sk { width:8.625rem;height:0;top:163.66901875rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HI1ypheUIwSvwinsPMIvKWbiVVTVAn56 { width:20rem;height:8.775rem;top:180.12262344361rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwsQBP7sQo3LJeWUhgQy1M1sz0F2qUvc { width:19.9370625rem;height:21.6125rem;top:188.86177253723rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXdyfHpVxRvTlM0C841SMpEwHQAt0Hgz { width:2.3125rem;height:0;top:173.15535rem;left:8.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ePLtaKk59T9ctZF3bTcvn50CbnNeb0Ka { width:10.25rem;height:0;top:177.80069311523rem;left:9.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyRQuWaUsP8MXA5T3F79ZQTqVcR9hsm7 { width:20rem;height:23.4375rem;top:454.01357078553rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfogI44J8NDWditUoOOeeILWtJDmF78b { width:20rem;height:12.35rem;top:464.04190444946rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwcWfqnSt5ukr3V4J7RPwmyCfCCtBw6G { width:20rem;height:6.5808125rem;top:456.49633216858rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBVr2gs1bPs0XFrIuS3dC8ui1kubKBhB { width:20rem;height:18.6875rem;top:390.19260406494rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPch594VUZSuHo1d901pLvTk8WIVhOib { width:20rem;height:9.2625rem;top:397.68989181519rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghSG1TT9qStsKJAQWRkSVa9LWwdd4k6V { width:10.1875rem;height:0;top:464.79229013672rem;left:9.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NunAvseNcTzInOTT4JiDslzALRD7k6zv { width:10.1875rem;height:0;top:398.28025043945rem;left:9.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQD9Ro2piz3t1xO1MsoI0p8aRoqJrBvh { width:20rem;height:4.38720625rem;top:392.62967014312rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqxqDBna4zryaE2FMOaluFTrbrxgTbDP { width:20rem;height:26.25rem;top:269.50021743774rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXg1fOtqibyRFISO4Nw3UcvTPOQTrxFC { width:8.75rem;height:13.4375rem;top:272.21242988281rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLHZzTryS1fvlm5U5nPnSkBEW0l42TL0 { width:8.75rem;height:13.4375rem;top:394.46784199219rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHQqUU6cGQVawRB1THhtxO9DR6FQes7c { width:8.5625rem;height:0;top:397.09262836914rem;left:0.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLX0ZNl8LppRV3HoAWrWVp7xSWmAAm9e { width:8.75rem;height:13.4375rem;top:460.97988168945rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SP1nltkaeppXK3BxdqoBWbvvJNndkPuM { width:8.5625rem;height:0;top:463.60466806641rem;left:0.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MauCnO53M2C92xNQEI0a4iIqOa84Nupf { width:1.37478125rem;height:2.6001rem;top:269.50034999847rem;left:9.3115243911744rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLaTy496XQUkR0cTUPwDwTlOMWaerAhl { width:20rem;height:16.98125rem;top:277.37089157104rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQCgX917PBQhVy2PaPUeMkZB6W0eTsSI { width:2.25rem;height:0;top:399.96750629883rem;left:3.2503261566162rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMkrQHfWTAVc2fE2Q5TeyqkVpFr6zB9T { width:2.25rem;height:0;top:466.47957651367rem;left:3.2497825622559rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwnbzk7piyWPozIZ0ZPx4XOzRxmGDrtc { width:8.5625rem;height:0;top:274.83718574219rem;left:0.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVMcLWaPVypJlz5h63ZMHOW1SL8KuukL { width:20rem;height:4.38720625rem;top:272.06491184234rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPp663fTyqBb2L1y4eFlBfFAr9azoLw8 { width:10.1875rem;height:0;top:272.67345449219rem;left:9.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EavquDGXuQOJnwmoDESAcEgw0zLleuPQ { width:20rem;height:1.6870125rem;top:45.548096656799rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKKJhDeDTObJNs5paPEihohe23NsMbxC { width:1.875rem;height:1.875rem;top:43.104441642761rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzV0mR3EZ959VTL5bJmdQuqhg20OkkIB { width:19.9375rem;height:3.375rem;top:51.075307846069rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knqHu6vbT2p0vdKWTtw8fBuyUrptVWO6 { width:1.875rem;height:1.875rem;top:60.749786376953rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvsUJALvSbbA4tmt7FEL3tAR5kgVwrBl { width:20rem;height:1.6870125rem;top:63.1667804718rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTWTFkIPkDOhV6U1nw94FHkK08768mmg { width:19.9375rem;height:1.6870125rem;top:57.979604721069rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKZ8Cl4ci3KGzEWzSE0L2Vu1aifPM28Q { width:1.875rem;height:1.875rem;top:81.577154159544rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8TI1O8Hz9nBg9PSQoydcdCJa0KvJFM1 { width:1.875rem;height:1.875rem;top:70.54199409485rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTcEvMt7FwZaBlSvv41loVuxTVwlWhTz { width:20rem;height:1.6870125rem;top:83.979497909544rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh7x5ha9ICAlSK4TmuFPx4O9RiZC0Zhd { width:20rem;height:1.6870125rem;top:78.917104721069rem;left:-0.031683921813965rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdUdcKpbtPRyTqGXX5mG91Zf6CKUwzXZ { width:20rem;height:3.375rem;top:73.124462127687rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMLFAHklg9XEi7RkdS8gC7cIl8GVxS8X { width:1.875rem;height:1.875rem;top:48.199872970581rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1wtQAM4sNo6BEwFuFsqNhKlJDXpAhq { width:1.875rem;height:1.875rem;top:65.97168159485rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTliEe7Un7KadIS8yXSOMC8iZ4V53MEW { width:1.875rem;height:1.875rem;top:77.042104721069rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtKRDkqTO08AvcRDRA4WIBL0y74lkMzR { width:19.6875rem;height:1.6870125rem;top:68.079971313475rem;left:0.37489151954651rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA9kTVuvFqtFAagudWqvXDEMbVoVh7DM { width:1.875rem;height:1.875rem;top:55.387373924256rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwXithwTzHrPKuSXynL7EO5G8ptvsTWn { width:1.875rem;height:1.875rem;top:86.327043533325rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOM4EnaKTpgGv7IW8KnkbyOREQ5vE9e { width:20rem;height:3.375rem;top:92.951391220094rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLgwBHs2f7Q2dc7TIf374s5DvAxTZ2i5 { width:1.875rem;height:1.875rem;top:90.541940689087rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMlgMMCsoPAnTbhgiiPmPlH3LX3pTZKm { width:20rem;height:1.6870125rem;top:88.167320251462rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izT72xeFkZwTtqWXoJ41tiIqeULfQsBl { width:20rem;height:1.6870125rem;top:175.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8pqhiHEwo3ekcowLeV8cD1VC612G9kg { width:19.2496875rem;height:0;top:147.50163173676rem;left:0.37489151954651rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }#K8pqhiHEwo3ekcowLeV8cD1VC612G9kg li:before{  }
 }@media only screen and (max-width: 763px) { #JmDOAeBtRPTg7PhncL7EihQAi3iyEu8y { width:20rem;height:3.375rem;top:169.3972530365rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiTH0t6AsK15TJ3sHQGhgZGM7L3SnRM { width:1.875rem;height:1.875rem;top:166.96018695831rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0WfpXf8T7QELOVcmVElF1D2JR0qGzqJ { width:1.875rem;height:1.875rem;top:173.20910263061rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuLbHidMD5JHHde73k3LRwvidn7p4JZ1 { width:1.875rem;height:1.875rem;top:156.2722492218rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwi0crQZlhIcSGKvF43rS6FOETzlRrKR { width:20rem;height:1.6870125rem;top:143.27257347107rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faRsCeGexIA2Dc7WCXJzd6t021VvszWZ { width:20rem;height:1.6870125rem;top:164.58550453186rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJQqppOAfJH49ydvLkfITtf1aqVnBiUL { width:1.875rem;height:1.875rem;top:151.3964881897rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaPMspHGSTTTNB4SbVaPKxxC3bhQ4dS9 { width:1.875rem;height:1.875rem;top:162.92534828186rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV9BmI7g1qqFeMyLRGrerX3KCb27RlaC { width:20rem;height:1.6870125rem;top:138.87479019165rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmXbKOU0OT0tCit8mtBQpXvzgweItvOg { width:20rem;height:3.375rem;top:158.52267837524rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTN12rmUqbVSNhmONNTgtDgAFRWlVy3q { width:1.875rem;height:1.875rem;top:141.39760398865rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJUOlLBqSoSIJpnxRtfbHbhnORqv0Aww { width:1.875rem;height:1.875rem;top:145.59190940857rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #laU15KkcoTxaL4HEv9wBBpSPa4q5l6Fg { width:20rem;height:3.375rem;top:133.18739891052rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxui6tixb0J90SispexDRThU2kSLq2hq { width:1.875rem;height:1.875rem;top:137.03451251984rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7ITsVxZgEnT4giLTTDuCnvJHI7IwAla { width:20rem;height:1.6870125rem;top:154.02235603332rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5RksDGqirnf0DKWpk8kQIdZ8qMcFycy { width:1.875rem;height:1.875rem;top:130.72214221954rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #iey9lrLm9WqqtgqS9yxFEEFoStgK7NdN { width:19.1873125rem;height:1.6870125rem;top:265.92302724609rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDpHrMVpO2M8r0Z60cPlRQOpNStUJlCz { width:20rem;height:3.375rem;top:259.45748138428rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCbffRBc7GXTNso17Tc1mKyp72kRCL8z { width:1.875rem;height:1.875rem;top:248.61004257202rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3dRLA5QCX0vskXUbUxwXcM8fZDTeT5 { width:1.875rem;height:1.875rem;top:263.55903625488rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn359DEpU9fEoWnBvauUfgkQv47Pb3DE { width:20rem;height:5.0625rem;top:236.60970878601rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSOcZI4ICKqQbukvXSbvf7v0psn8cd3c { width:20rem;height:3.375rem;top:229.68697357178rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fccGLfZcJs3JUIBHbrRkkPORr5T7Oul4 { width:19.2496875rem;height:5.0625rem;top:220.62447357178rem;left:0.37489151954651rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N93vJiRo2R7qhgctot8dzfnl8f1gzBtw { width:20rem;height:5.0625rem;top:251.23427581787rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQCOF18JJpkx1amvdivcfEVOtXHi24vS { width:1.875rem;height:1.875rem;top:234.12489891052rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMhi6gAAkiKJ60O5iMPIlMBgboMAskIb { width:19.2496875rem;height:5.0625rem;top:212.56229782104rem;left:0.37489151954651rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqrlGCH7AEcmUNB4igb08SZslCssSTG6 { width:19.6875rem;height:3.375rem;top:244.35982513428rem;left:0.37489151954651rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUt8edtQ9nPONlFSQvkHGSa15ZlfIOE0 { width:1.875rem;height:1.875rem;top:218.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clADhLZVwqMVVTli58BKgTmDxhiWeurh { width:1.875rem;height:1.875rem;top:242.48498349609rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkAkNJkKkF3p1s0SUihenCK8KNrSok7E { width:1.875rem;height:1.875rem;top:256.99653816223rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7XRgB3NCIc8VR6OyQIHHcEwTQEZIOWt { width:1.875rem;height:1.875rem;top:226.81208229065rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpm0NMzSBzs3s2AmJAO5KFJJIu9KowRE { width:1.875rem;height:1.875rem;top:210.72104167938rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZpwKV5y5sObiiuNoMlhEUmaFKwXeLme { width:1.875rem;height:1.875rem;top:303.81184959412rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMM15ea58HR4Q6OVh84aueNUgpDuG3mw { width:19.8125rem;height:3.375rem;top:299.56218910218rem;left:0.062283039093018rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZwKSss87EsQLHdzH6tXAK3hdvvqQ6gT { width:20rem;height:3.375rem;top:305.68684959412rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRXpS2W2HeRdqXHboB2BXErpffHzb3xF { width:1.875rem;height:1.875rem;top:330.56206989288rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbDByDlWRpkJ9l7nFV13xE5oz6vt7T67 { width:19.9370625rem;height:3.375rem;top:311.68620491028rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf68Ib81VmOchtamgMwHtgtlcXTHzuOv { width:1.875rem;height:1.875rem;top:309.84592819214rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhIKp3QfZwQ1seUyQTSksxD7XeoS2Qb { width:20rem;height:5.0625rem;top:318.62413597107rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F92bhT3aO09Z6HRppKqglsnXLbf3OR3Z { width:1.875rem;height:1.875rem;top:324.5898475647rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJlAdzTDOT7KggkA08J1xwyPvv5lST1U { width:1.875rem;height:1.875rem;top:297.18695831299rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG0PQ7dhyxyv68T8tZGhT1KkSGmvLTPi { width:1.875rem;height:1.875rem;top:361.37534332276rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwRgG2G50zNhUPvmmO7O4zIFgl6h3kJC { width:1.875rem;height:1.875rem;top:352.72191429138rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX62s9BnMt5DOWU7QLu91BuJNEKi5JAS { width:19.9375rem;height:3.375rem;top:340.9033241272rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwXGGJuiE3Oog08rL2iNQmzBcvo3T9cM { width:20rem;height:5.0625rem;top:333.02843284607rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Cbyy6G8Q0XfwEu50qUtmvneDv3W6T1 { width:18.5623125rem;height:3.375rem;top:326.65891265869rem;left:0.71831607818606rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuM5tUkIJIwX87umPcNE4H8kNAEu7HAB { width:20rem;height:5.0625rem;top:355.81219196319rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzSb1w0CPdT07pc5tsQlleHMzrFmv4A3 { width:20rem;height:5.0625rem;top:347.09636116028rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMTRkBsvccHM3EszrQLJh6maq3IJTxmm { width:1.875rem;height:1.875rem;top:345.25608348846rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #uONkf58HFailil3CDpbEXiGeZz3XmWBE { width:1.875rem;height:1.875rem;top:315.93696117401rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCxTTbKpIw7aECqlrFDlOG7dZZuLRRJX { width:20rem;height:5.0625rem;top:379.02942085266rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCAPphZacrH0ap4Ceut248xufgrmKUc { width:20rem;height:3.375rem;top:372.15442085266rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvt6ciykWR5kWR6uVwFohpnguyWGhbTI { width:20rem;height:5.0625rem;top:363.90358161926rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0u5A5O03NVoh72rPL2AwTP5F23Zg6GG { width:1.875rem;height:1.875rem;top:339.06304931641rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlp5hL4cSkKqTutGlqb00pl86OvRDU1T { width:1.875rem;height:1.875rem;top:376.34170341492rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #InTaz299ingbsCOqRPPeQp46bk0XNQ33 { width:1.875rem;height:1.875rem;top:369.77920341492rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdDICDM8QNdFtWdq9NHVurJqswzO0Tan { width:20rem;height:1.6870125rem;top:387.4034576416rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJySz2HHdsMdTLVu3LxvdOxTCNt5L8qC { width:1.875rem;height:1.875rem;top:385.00057029724rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvi7W63qN3tNfbS9Q1Ee9cHRncWwZGSl { width:1.875rem;height:1.875rem;top:409.41575043945rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBD2o5py0n4a8T3s0DWVSAfZfUCWI4w1 { width:1.875rem;height:1.875rem;top:423.97843170166rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCxW3MUcLJzCU7JJbFeurPc1EbZIMwgd { width:19.1873125rem;height:3.375rem;top:412.54075043945rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMSwigmhTDEVOZ3WXTo2y0PKVaQZQnd { width:20rem;height:3.375rem;top:419.72821426392rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoFHR0Gs9SHRAKduQfdkOhJqtnUJhkTT { width:20rem;height:5.0625rem;top:426.54028129578rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGvWhoFLCQ5m0fJNKzLpka5G9cZBwH3Q { width:1.875rem;height:1.875rem;top:432.66604042053rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #M19OhBosxaJ4wERfrZismGUtkzJ2FEOO { width:20rem;height:3.375rem;top:449.66691970825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRgGe9nbIRGlyOJK6NnTeW0skLWEV9JX { width:20rem;height:3.375rem;top:441.85377502441rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvoIuDWIqdeScKLxWipytonrcvKCMray { width:1.875rem;height:1.875rem;top:446.91699409485rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngCkHOUIewB64GWDlWSCJdeRMrvZZh43 { width:1.875rem;height:1.875rem;top:439.35331344604rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #argbRiDOvOnSV5xfR9Q3DJWMR9Lx1T2E { width:1.875rem;height:1.875rem;top:417.16585668945rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMi8UvZDTvnUOTsHaJl6gRE392h6kKw { width:20rem;height:3.375rem;top:435.26214981079rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr5m7Pk67OMudraf1XIftbSD4NlhV13M { width:20rem;height:1.6875rem;top:556.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBchFJs5vA2uBpHPwxTfNcIUstJgPzzM { width:20rem;height:3.375rem;top:517.32635593414rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxfD5TTdTeJJZffdRNhergRSKlZHhGqN { width:1.875rem;height:1.875rem;top:554.40975666046rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpy3E0Kh0z7NrV7tCdlg3nCMn03Pt9OP { width:20rem;height:5.0625rem;top:548.70336341858rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3aAThKdCkh1f2m6ZqBT85HuZTS6XvBB { width:1.875rem;height:1.875rem;top:540.95325469971rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ0OQC5JlsscgtoXwPMouOtDmguLQNvQ { width:20rem;height:5.0625rem;top:509.45256900788rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQMIdLOsuCDq67moGTzL9B23Ob3wTCdb { width:20rem;height:1.6870125rem;top:543.45271301269rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXWyIQiUZppHGU1OKQldPU2euThl2uVe { width:20rem;height:5.0625rem;top:501.07694530487rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXL0ARyqOyIckv0LAdJvlbMFaX5iSl73 { width:1.875rem;height:1.875rem;top:534.01532173157rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVUuUiK07bULF3bnCRXfxvycdCBa0IhT { width:19.9375rem;height:3.375rem;top:494.76402282715rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr7VHcrcJaF3RryCDiZfGW5weigpZeA8 { width:20rem;height:3.375rem;top:536.51477813721rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrqkOTVR4lIoIXiROPKKc8z74R5EIoqH { width:1.875rem;height:1.875rem;top:515.45194911957rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPIt4fq6R5vxUDrd9y8vyvm4HbK7OJvq { width:1.875rem;height:1.875rem;top:507.01444625854rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX72ROQtNl5xRK7UpNR137XM7W3DFF9w { width:1.875rem;height:1.875rem;top:521.70195960999rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJuf7cM9P6CJef91ZglfMzaoSiadP5Ta { width:1.875rem;height:1.875rem;top:545.95379829407rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzDO6ZVRzAFN7gmG3JCltObBmWyBxqkx { width:1.875rem;height:1.875rem;top:528.79939270019rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHxrt6RvUQKssVpNhCcVTkD68Nusofi4 { width:1.875rem;height:1.875rem;top:478.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTguSIlPxZBBxu4BoQhXwHnT5cMMMRmX { width:19.1873125rem;height:3.375rem;top:481.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhoHZn4wt1yDQbV4OM8PchWf72dcybqr { width:20rem;height:3.375rem;top:488.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMlvanKgTNLWntToDD60X8ddqJudWgTx { width:1.875rem;height:1.875rem;top:492.88956451416rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7GwovippTx5MMetGospQcfRp4Abmox3 { width:1.875rem;height:1.875rem;top:485.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2KKWST90TrxPucnb2quBiTknTF7MSTJ { width:20rem;height:3.375rem;top:524.20195007324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAUcA5WPRXNFhWg3tlx1l1ekxHhOXsPq { width:20rem;height:1.6870125rem;top:531.45184516907rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXyXzAgn6WAitpNGFmcOgBPKsR13Hlzv { width:1.875rem;height:1.875rem;top:498.7017288208rem;left:9.0625009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLFmhPD9BH7X07cSLeAAT4b3RlhXdwb3 { width:20rem;height:4.38720625rem;top:7.69856875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9z2QXV8F9UVoo7LHaofz62C3CEuhPbc { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvxszZNCUgyhU39FW7FDfIUPwqVpDf9R { width:0.99989375rem;height:2.6001rem;top:96.762155532837rem;left:9.49978351593rem;font-size:2rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #pLPmJQ5p1MgGalTRz7vnUbIZ9R74L3n5 { width:0.99989375rem;height:2.6001rem;top:177.56240224838rem;left:9.49978351593rem;font-size:2rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #lyKPRdue0WgZfAaNRsB6yDrv9OKOSins { width:0.99989375rem;height:2.6001rem;top:390.19263076782rem;left:9.49978351593rem;font-size:2rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #mcyQJbKbULUGyfBkmf2FXkK8uhChNUOC { width:0.99989375rem;height:2.6001rem;top:454.01313638687rem;left:9.49978351593rem;font-size:2rem;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #HrWbBcQ1qzatOZICDTTNIEHmJeeTGbus { width:0.99989375rem;height:2.6rem;top:561.26578140259rem;left:9.49978351593rem;font-size:2rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI { display:block; }#eT71RM7yP7IJErvqrC5GT5I8ukoyN5hI > .row .container { width:20rem;height:222.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iip791eyFiXz2bEEmJT8bO5dL4MMiu1G { width:3.75rem;height:3.75rem;top:26.569011688233rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG6MWKyeW2aCgkzTFe2FJ2FQ7Uy4TdcH { width:20rem;height:0.0623915rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWZ5AGoenN153clXeQG4is0LAWU4bTJO { width:15.3125rem;height:1.625rem;top:59.125rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWWHy3Ss8Aw7rm5OyINheIz5S3h4VmMC { width:20rem;height:7.5rem;top:34.596355438233rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHkXVDKV56IDVWq0HtBdJOM7CPiCVHHx { width:20rem;height:4.5rem;top:61.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsPkXVuAgVm9UQb16I38WX81Zs7VdOh4 { width:20rem;height:0;top:56.176095859527rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9a6JTM3kXvATra42SwGsy0cehqGM8ue { width:4.249675rem;height:4.249675rem;top:54.050567626953rem;left:7.8748922348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK2W38GBwK4hpg9stGuryAyiFOVuTzaS { width:20rem;height:0.0623915rem;top:41.499512672424rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9A0HDvnCJGpw16NxQMmiRQtpivGkH4 { width:20rem;height:3.24978125rem;top:30.881078720092rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k36v28ik9P2RuhEvapaeeVtkP11gVtZT { width:20rem;height:0.0623915rem;top:53.249243736267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm0cxw5ylycmGrPtEWH8VvUQIeAr6cUW { width:20rem;height:6.3375rem;top:68.186853408812rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTuiXVC89w3TNOitQirb78o2oS0suRna { width:20rem;height:1.62489375rem;top:16.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEVO7sAtpcyw28B6C97vA2LUtAB0e2TI { width:20rem;height:0.0623915rem;top:25.812230467796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdlEd1GNbMCghZW1w7x4oUZRCuL9Wqcw { width:20rem;height:6rem;top:19.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O23dLcbNi5dlTNiK7VzsGegpCR1wONQz { width:20rem;height:4.5rem;top:47.784833908081rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jc3Embx6xEB9UVphWeM4OKGwB9mAaIpG { width:9.0625rem;height:1.62489375rem;top:45.472008228302rem;left:5.4687504768372rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZq4Qb95WqNRNkp9cqPTTzdT5vQCuhT8 { width:3.87478125rem;height:3.87478125rem;top:41.597767591476rem;left:8.0626087188719rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLch4kgTaQibTmcWFvZScOMClaieIshR { width:3.49989375rem;height:3.49989375rem;top:12.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU4GlXQg7xcwSUESl2I1umKPStw7XSMm { width:20rem;height:13.267125rem;top:0.62462067604065rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mks6ATPV84wzAtTTH99JtGk8fIGl3bvG { width:20rem;height:7.8rem;top:205.12390136719rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQMkwWD5wuSBmLU7tRdhTLEDwS6muSJ { width:20rem;height:43.125rem;top:97.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxNGEzq8nlgdgnIur9zlZP0BNzITW8dn { width:18.75rem;height:39.4375rem;top:141.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fle86pTkwTluN3IEyXiVwVhVeudyrW9r { width:12.5625rem;height:3.8125rem;top:135.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTuMevJtmPeZXWJJIf3AAaR8HOlSEA57 { display:block; }
 }@media only screen and (max-width: 763px) { #uoS3BJw31xR6pVCvhFIKNec5Aksfd2Az { width:18.75rem;height:19.875rem;top:75.772578613281rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI0iMfRZphNN4wh4ho760x4U7Hq7OFlB { width:12.25rem;height:2.625rem;top:177.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu9fEkMZutxkrJfKqzkufTnbxGwUHXBS { display:block; }
 }@media only screen and (max-width: 763px) { #cKSBRmlsgdV8uVJstcqn0lIGTNl1w71D { width:12.3125rem;height:2.6875rem;top:91.021596908569rem;left:3.8433160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUgPJM49dAnLDpOhbed8DoVzOhdlBoO { display:block; }
 }@media only screen and (max-width: 763px) { #Mn9vuRrwXkACBqG6L24bd2EUW8Vp13GN { width:17.249875rem;height:27.5125rem;top:107.1875rem;left:1.25rem;font-size:1rem;display:block; }#Mn9vuRrwXkACBqG6L24bd2EUW8Vp13GN li:before{  }
 }@media only screen and (max-width: 763px) { #GvVvnPHSLMCCNl6z5q6Pnhk9C7e8c4wI { width:17.249875rem;height:27.5125rem;top:149.3125rem;left:1.3125rem;font-size:1rem;display:block; }#GvVvnPHSLMCCNl6z5q6Pnhk9C7e8c4wI li:before{  }
 }@media only screen and (max-width: 763px) { #mINXyTMvPQ5WG5osP5BFxn9xd4wQXGqu { width:19.375rem;height:2.6001rem;top:102.25rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEoTvw0KVlAyGqXCCA06Vb71IDKc56An { width:16.7496875rem;height:2.6001rem;top:144.75rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ontPcsMlHX9TRhbSu7r8fm4B11I0xhXa { width:4.6875rem;height:1.4625rem;top:99.0625rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2JWmXUMhVFXEpQ1oQLTT2DssJvVRyTB { width:19.375rem;height:1.381225rem;top:100.5rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCEeP0f93e7G2qa7QaTcez8u83QJ4win { width:5rem;height:2.5625rem;top:98.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKF3yaL10wJ2DximtDrBo53irXrI6SIP { width:18.125rem;height:1.21853125rem;top:142.9375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9a16UMPFmJsAsKvwnJkzSmLGoTPNBo { width:17.6871875rem;height:1.21853125rem;top:76.897578613281rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSZn8ocdak49GpiAFHgq0PHUy7MDZGFl { width:17.3746875rem;height:2.6001rem;top:80.02224731445rem;left:1.3123915195465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0GMFFkorLsiQqOcbNx1ZfNQy0hSWPH { width:15.1248125rem;height:4.2125rem;top:84.603954315187rem;left:2.4370660781861rem;font-size:1rem;display:block; }#lP0GMFFkorLsiQqOcbNx1ZfNQy0hSWPH li:before{  }
 }@media only screen and (max-width: 763px) { #vRt4x5vABKgD0SfVpzlUQ1iJ7RwZ9lip { width:19.375rem;height:1.381225rem;top:98.3125rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF .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; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF .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; }
#Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF { display:flex;width:18rem;height:5.0625rem;top:215.06164550781rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #AwiCaSkIundGrHS6e8pmJqIx7T83PXRd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #pKocQzKT5K2mKDlFmTcx3JlgnrzeAKAt {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #X5tZR03eOdBgqzB8pCJnt2iPsQs5Iwx8 {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #EViAigTiu1HQWvXwqd8AI6l678Mh16Za { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #p1fi4iM5ggiFEi4X4TzJKPxqRuGXNkiW {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #ur5z8IULS9qahW0x4H0vqy2wRZRX9LL0 {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #tpaMlNIH0eVv1T2ER7HoJeUSHVQbCBCs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #koK7PxR4p070aCHW8Z1yRTUMghsTMNhi {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #lTiwngIohV8t90c8IpDN1kgTnwnzBNAW {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #ULXnth89LElc877TMUpQLBMccLTiHDFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #ix8sZqV7HnCMrJ8CwPNKEAkAaAe234go {  }
 }@media only screen and (max-width: 763px) { #Bx2Uo2AIKc9med8v6em8MJHlGaKfihqF #UbU2SyA9aKhvBqhZAQJaT5T1OO6HB1di {  }
 }@media only screen and (max-width: 763px) { #NB5UtICLZ1I6OhZXGZhoemBWf3FFDxId { display:flex;width:9.75rem;height:9.75rem;top:87.664184570312rem;left:5.1239013671875rem; }
 }@media only screen and (max-width: 763px) { #K0LfnbtgAaICquuZy291k33PhAiCAyTq { display:flex;width:9.75rem;height:9.75rem;top:173.87329101562rem;left:5.1239013671875rem; }
 }@media only screen and (max-width: 763px) { #Fnd4xFzWWuU4VOVIE73vSoraNro6zv6W { display:flex;width:9.75rem;height:9.75rem;top:133.22631835938rem;left:4.820556640625rem; }
 }@media only screen and (max-width: 763px) { #GdQf24VDSwG6fhr2f0omk2TizHbMI8Ma { width:20rem;height:7.8rem;top:183.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DILG8rAZmKk9oegJRBpyLJCmMEwFPbcy { width:17.374875rem;height:7.7996875rem;top:191.92626953125rem;left:1.312255859375rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1D6iIdrqlgNsrTplJ6ipuem25Rzv5eF { width:19rem;height:3.8125rem;top:199.72595214844rem;left:0.4986572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsyXLBmRJcihswDE0JvNZxXIhExc9AnK { display:block; }
 }@media only screen and (max-width: 763px) { #g9lCroxHitUSMDM19T7mrxI030qF0tAe { display:block; }#g9lCroxHitUSMDM19T7mrxI030qF0tAe > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKQUzJuO28wkGgufZKfcN9oVvJoVB3MU { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 { display:block; }#mFTJFwcpwhRWqWN66HWDO2IvIrQBItB9 > .row .container { width:20rem;height:355.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKA7JeMvTGwTm6SFg23t7kAN08o6Nw6t { width:20rem;height:22.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qmbCcTqKRNMF6R8e9MO4bqKDnIfDGr { width:8.75rem;height:13.4375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbxTOyQ6gWv7XDrSlTSq7eqgtwmUx7D8 { width:8.5625rem;height:0;top:3.8747787475586rem;left:0.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIkQEgn0ZLEHPUOJbyMgtHHVGUk0z4cL { width:20rem;height:16.98125rem;top:7.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nu3986lqlA8coUODbTQR6V0pfJ441wA5 { width:2.25rem;height:0;top:6.749671936035rem;left:3.2497825622559rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHWqxU3htZpcRVHEQf9J4uQaqR3mverB { width:20rem;height:4.38720625rem;top:2.1245661377907rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPGisMAoKTTmgGMWH0cXMppadqhJLUhA { width:20rem;height:27.625rem;top:84.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2qITq1zMPLa8NakvisXMLzlSFTKhdeg { width:20rem;height:18.525rem;top:92.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l10P7TZkgTRmnR9CVBXLMfisMV9x4i5C { width:20rem;height:6.5808125rem;top:85.0625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJAdh6rBKNurX0KTUIw9wGLQmXpKyAeA { width:20rem;height:36.0625rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiriXwqrmCXU8tXAI2kQd5brnoKOB8Oc { width:20rem;height:27.7875rem;top:54.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irWPfQgd7IPTAEvTnmEXHTzCEXKsoTB5 { width:8.75rem;height:17.9375rem;top:43.432086242676rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PybPGhrvCdR83IkzAZwP8dwDSsJQqo3z { width:8.75rem;height:13.4375rem;top:76.965101806644rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x448fFwQIaGQEFKtyW7f9ReWd8HAkqK2 { width:8.4375rem;height:0;top:79.589884368894rem;left:0.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrzJ1D2IzeqiD0VyDWRGc6ohoQynRmEC { width:2.25rem;height:0;top:50.682521118164rem;left:2.6247825622559rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeH0I3yLcczmkLVTqXnlxof9MHt5OTfU { width:2.25rem;height:0;top:82.464773742675rem;left:3.2503261566162rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcnbps5N29yJkTgvzMvbOUPopmLIOhC2 { width:8.5625rem;height:0;top:48.869914306641rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WN5XR8mQVmuyfSKdTJXDfXWL3R3slbWG { width:20rem;height:21.25rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #El9DkOecyBTJKqXQvA0Pe5AcBlMRmAQu { width:20rem;height:13.89375rem;top:32.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XX3bJW7rcB11UCU3eQlzTTqvSKBGuKM4 { width:20rem;height:4.38720625rem;top:26.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqKIqg0Iy5LsXQMpQ7JR5NQb3xq77XmB { width:8.75rem;height:13.4375rem;top:23.916010559082rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBkRCpmhpdBMKgLWpbGvEQXUwhJsPdZW { width:8.5625rem;height:0;top:26.540789306641rem;left:0.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtNt6P60x9mfMcUni6yagEcny2KKS835 { width:2.25rem;height:0;top:29.415682495118rem;left:3.2497825622559rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tegw9r2dtBLxeIUe84EiLc9s4swHElXS { width:20rem;height:6.5808125rem;top:48.204322814941rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdSyqECQXR42nuKDfsvPCaZIyl8INTGP { width:3.75rem;height:3.75rem;top:144.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZqNbarPVBWLn4VrGzGVO2T1LPNqfu5E { width:20rem;height:0.0623915rem;top:158.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlfZCKDyeuZeEV59pKKohrNo2sEDpMH5 { width:15.3125rem;height:1.62489375rem;top:162.4375rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3DmnSisS4Fhdq7c2gamDx2ndUcWZGsl { width:20rem;height:7.5rem;top:151.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6Iiwovxp5HlcBvUctdVXFUl05hmS3KQ { width:20rem;height:4.5rem;top:164.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zq3gJzwTMR4KMyZ9sNlbyKaFVCNf6Myo { width:20rem;height:0;top:110.20945730591rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BldLnCsT25XJwc8yyK5pd2HWgZovRwoJ { width:4.249675rem;height:4.249675rem;top:158.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgcEbsmOSE7tKZP1Q7efuJXcNb9I3PmP { width:20rem;height:0.0623915rem;top:143.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyFOUa5UOAH7oO8AzyJe1CXv8M18lkzy { width:20rem;height:3.24978125rem;top:148rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRCovEIWNTmTFz2oD74ipsm9Xh4AV1TZ { width:20rem;height:0.0623915rem;top:168.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDsN55wnWiRhC4vkbLqqENNIUbW79rat { width:20rem;height:6.3375rem;top:113.13534927368rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UR1vmqWLOc5QnScmnfdJBTzAIsLemnBl { width:20rem;height:1.62489375rem;top:135rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrR1nUPXmbtoMNmATOZkEVdUa34QU90D { width:20rem;height:0.0623915rem;top:180.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWFocXEqve4dVVILhspdEgdUkLTZHDB { width:20rem;height:6rem;top:137rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w45DLIHVQG5B4eKGANiJKyUlPdCEa1eM { width:20rem;height:4.5rem;top:174.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rotLe2FoRByFs6bm3SDdbwREuVApvVqy { width:9.0625rem;height:1.62489375rem;top:172.5625rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRu2LDNVDHi7UBm9BLZv7fWyICTg3uIq { width:3.87478125rem;height:3.87478125rem;top:168.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbqTpuWQiX5rg0ANiFSwFSTb7bbBdkk { width:3.49989375rem;height:3.49989375rem;top:131.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCAeSeQUdveFIJMdCcbfL765tkDR6pHH { width:20rem;height:13.267125rem;top:118.87479019165rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZBQXbXHNsricGWqModEzBVHwH1cTU13 { width:20rem;height:7.8rem;top:315.32043457031rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyP5QHJNTM7CfwU82CW1uwCR5fKmoMtK { width:20rem;height:43.125rem;top:201.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGvAsy1iX7yZbSEihzngzcModsQ8bPB { width:18.75rem;height:39.4375rem;top:245.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHMa2BlJtqb77x93oLUOKSL3p3oWPloT { width:12.562375rem;height:3.81239375rem;top:239.06188201904rem;left:3.7179908752441rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5SzTNFsB13T3KszLmJlyzGF3SfpZMuQ { display:block; }
 }@media only screen and (max-width: 763px) { #XNPnyP5aFis9oDKmxiNTMUQQe5pFDiTw { width:18.75rem;height:18.625rem;top:181.56225585938rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrJ3kByvDTZpd7yOWZQwmWAbdlUik2wu { width:12.25rem;height:2.625rem;top:281.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1r4NE3wMRye2azfhhqWMowNIymEPcMa { display:block; }
 }@media only screen and (max-width: 763px) { #SLWoDSAlTSElK5g1iviUzOK3JhLo3c0y { width:12.3125rem;height:2.6875rem;top:195.74925613403rem;left:3.3121747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxOF6alFJK9B0nG4y8Vg1PJtm9vrl0Fw { display:block; }
 }@media only screen and (max-width: 763px) { #aALED39UXITowEXeqnuuLdJBX4Kw6KaK { width:17.249375rem;height:27.5125rem;top:210.12478733062rem;left:1.374783039093rem;font-size:1rem;display:block; }#aALED39UXITowEXeqnuuLdJBX4Kw6KaK li:before{  }
 }@media only screen and (max-width: 763px) { #aqopCtzUTHvhTnJTbR3bC7O6zGV7CPui { width:17.249875rem;height:27.5125rem;top:253.5rem;left:1.25rem;font-size:1rem;display:block; }#aqopCtzUTHvhTnJTbR3bC7O6zGV7CPui li:before{  }
 }@media only screen and (max-width: 763px) { #ovT4aTmVELSi0ncpx8bMeTgGW2sPblkK { width:19.375rem;height:2.6001rem;top:206.99924468994rem;left:0.31250011920929rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcpzRKelPbCPLMVHzlB34DARgMzZoZXo { width:16.7496875rem;height:2.6001rem;top:250.45465183258rem;left:1.6248915195465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Me84Ck3FE6SWq27v4aV6v7mcqKsuhJ { width:4.6875rem;height:1.4625rem;top:203.4375rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmBL5MXo1D3wD3PoTWHr9H3rAXuy3fqX { width:19.375rem;height:1.381225rem;top:205.65375804901rem;left:0rem;font-size:1.0625rem;color:#ef0710;display:block; }
 }@media only screen and (max-width: 763px) { #IW5EtEaQLSwTU7vP8mDlggx7mT1ByXcA { width:5rem;height:2.5625rem;top:202.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg9G8D3eICRKl7opDM8fhe9z4ttUQAUm { width:18.125rem;height:3.33125rem;top:247.125rem;left:0.875rem;font-size:2.5625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Q9eMVMITAK1BU13FlSWTdashkRiHglAg { width:17.6871875rem;height:3.33125rem;top:182.32905197144rem;left:1.1561415195465rem;font-size:2.5625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #hNX6IMArNxGkKDKwXSOeVxf77M1TPGCV { width:17.3746875rem;height:2.6001rem;top:186.18653392792rem;left:1.3123915195465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1DATDODWf48VKsJZ9cb0Q1L4GkTWOO7 { width:15.1248125rem;height:4.2125rem;top:189.62458133698rem;left:3.1873917579651rem;font-size:1rem;display:block; }#R1DATDODWf48VKsJZ9cb0Q1L4GkTWOO7 li:before{  }
 }@media only screen and (max-width: 763px) { #WzOAfbo1CprrL6DvJEmgP1FuOdsaSTM2 { width:19.375rem;height:3.33125rem;top:202.50325870514rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #u41SAqvImNWvy7wMCDV0llT0ZNsT6HGi { width:16.124875rem;height:1.3rem;top:325.30151367188rem;left:1.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGqZ7zKTpCqBnkOw8BurPpwKZgEDw6sM { width:20rem;height:25.91875rem;top:327.62329101562rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP .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; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP .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; }
#uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP { display:flex;width:18rem;height:5.0625rem;top:308.1787109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #yLNzePZhqsEKy8VslGMwMPM0tVnvipTN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #NyoEvgDHDH1S6oTnwEKWViBC57UFC3qh {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #J9ihDoDDfuS01BBVIrK9oQglTiTMFlt9 {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #ghEyOTsMgPqhTPNu9IytKtwxluN4a6tM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #TVc3lzTiRbz4MlMqC53nDtFHKqTnecqS {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #S9F9J215RVu9OfgqEGOIqXylz5urZCxW {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #igKSeyOZ6N9gUPW2lkxUA3L7GHpAx61p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #wmOcmPFopOCLSJBfn5De57vORrhLurMg {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #aLVyXwmGzKi4ceUCaslFRPX7iwOHbkXg {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #HZnTqW4rxA8fRgmkwpv0CTKnwUOUmERk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #N8Jz9pCEaoXkf89q6QRdVWThKdABqX7z {  }
 }@media only screen and (max-width: 763px) { #uw3TRXkKHH3bgEmxOHJ5p6dF2BSHXhTP #za42rPmVEl7FT5abwWeo1TiSueDHZffM {  }
 }@media only screen and (max-width: 763px) { #uFbItyxklp1oCFBM1w7SqqBAmqBQlZbX { width:20rem;height:7.8rem;top:287.99926757812rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRpiLqbkdycrXaPSqgTUNFriEyyVBKb5 { width:17.374875rem;height:7.7996875rem;top:295.79956054688rem;left:1.312255859375rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMFK4Hp1B53Xuu4vyskaT68TZSBLlAZ0 { width:19rem;height:3.8125rem;top:304.36645507812rem;left:0.4986572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1wSuWekrRA19vQAcxBD5PTqDW7V6rWg { display:block; }
 }@media only screen and (max-width: 763px) { #oZtqKhb2zvwNpovLArgvWwua5xlkA3ft { display:flex;width:9.75rem;height:9.75rem;top:278.25rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #LrP20sh9ZBHpPVCCETW8o0Aul7zpRAAQ { display:flex;width:9.75rem;height:9.75rem;top:236.22680664062rem;left:5.1239013671875rem; }
 }@media only screen and (max-width: 763px) { #xnapzU8GXTm86SANSZVlpQw7E6akHaAe { display:flex;width:9.75rem;height:9.75rem;top:192.03002929688rem;left:5.1239013671875rem; }
 }