.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:204,239,255;--color-primary-1:102,208,255;--color-primary-2:0,176,255;--color-primary-3:0,159,227;--color-primary-4:13,56,87;--color-secondary-0:214,247,252;--color-secondary-1:133,230,246;--color-secondary-2:51,213,240;--color-secondary-3:0,203,236;--color-secondary-4:0,220,195;--color-tertiary-0:255,255,255;--color-tertiary-1:133,209,242;--color-tertiary-2:51,178,233;--color-tertiary-3:0,159,227;--color-tertiary-4:13,56,87;--headlines-font-family:"Lato";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUmFLtMeAbQ/unsplash/avel-chuklanov-DUmFLtMeAbQ-photo-1554415707-6e8cfc93fe23.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.89); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.89); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.125rem;left:48.875rem;display:block; }
#PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { 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:3.5625rem;width:14.4375rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1875rem;left:66.125rem;display:block; }
#aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.125rem;left:36.1875rem;display:block; }
#tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { position:relative;display:block; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { background-color: transparent; background-image: none; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container > .video-iframe-container { display: none; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row > .video-iframe-container { display: none; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .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); }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { border-width: 0; border-radius: 0; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .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; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .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:13.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rZx2mbImaTFaff6urTQUggDNkiphPkST { color:#1b1d25;display:block;width:40.8125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.2504875rem;font-style:normal;display:block; }
#Uktxu8Ooy7BTID3pVeNUig7SuqSiwrf4 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:50rem;top:9.6875rem;left:0rem;display:block; }
#DMO9CIrG1qZNGikrNbErkcoiio1X1qZw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),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;box-shadow: none;height:0.125rem;width:3.75rem;top:9.6875rem;left:1.5rem;display:block; }
#bAuFXMSt1gCEAdyMunkuanW7ddaZmhKE { color:#a0a0a0;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.8125rem;height:1.05615rem;display:block; }
#J5PX28p1KiXzb1HqzVZ9wuHiCS6iEJpI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.25rem;left:0rem; }
#AI1uWMwm2pOQEey7MtvO3t0aFUv8UC58 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.24609375rem;left:0rem;display:block; }
#mMeqzwhRk3UbxpKEvzcIWSnL4yJzDFhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ok3WxwddaIArOd6skAyI8runoQPIibV4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:19.9375rem;top:1.78125rem;left:52.9150390625rem;overflow:hidden;display:block; }
#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH { 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; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { background-color: transparent; background-image: none; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container > .video-iframe-container { display: none; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row > .video-iframe-container { display: none; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .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); }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { border-width: 0; border-radius: 0; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { font-size:0.875rem;font-family:arial;height:273.625rem;width:75rem;position:relative;display:block; }#qMWESxH7CpPDHpslKM8T6zxCihIvWdRM { color:rgba(0,0,0,0.7);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.6875rem;left:10rem;height:1.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSx9B2PNlFBtG8Q5obDwOKCQVd3LHC4D { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),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;box-shadow: none;height:0.0625rem;width:6.25rem;top:6.25rem;left:2.5rem;display:block; }
#GpzGCrcbHToGPzAevFSGXeNSAFXa37mo { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:2.40625rem;height:5.60449375rem;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; }
#NHNq9yLHh9iTx3NdZnDT2TToQnAf1sdT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#NHNq9yLHh9iTx3NdZnDT2TToQnAf1sdT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#NHNq9yLHh9iTx3NdZnDT2TToQnAf1sdT li:before{  }
#ad035FVQ3vVzGR6NqwUNOslepuTtJMDo { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.9375rem;height:;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; }
#En7UnR9mBE2cPA6U1dJGSwKBSqT45UDu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.6875rem;left:26.21875rem; }
#Q6MS5BeBLiw6LeP5rM1TPLoS2oTla0bU { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.833984375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#Q6MS5BeBLiw6LeP5rM1TPLoS2oTla0bU li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Q6MS5BeBLiw6LeP5rM1TPLoS2oTla0bU li:before{  }
#sgHFxM5Ndr3POE4CN9pVhgq7C0Q8VPGK { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.646484375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#sgHFxM5Ndr3POE4CN9pVhgq7C0Q8VPGK li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#sgHFxM5Ndr3POE4CN9pVhgq7C0Q8VPGK li:before{  }
#TBFq0NVT1WZ6Ms3XN0gD16XPPhotWe1x { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.458984375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#TBFq0NVT1WZ6Ms3XN0gD16XPPhotWe1x li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TBFq0NVT1WZ6Ms3XN0gD16XPPhotWe1x li:before{  }
#MgfBJtm6MTKVLFAUr431rLwgAaqiAOI2 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:16.396484375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#MgfBJtm6MTKVLFAUr431rLwgAaqiAOI2 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#MgfBJtm6MTKVLFAUr431rLwgAaqiAOI2 li:before{  }
#u6pAXU4a5W01hqwTeeMZE0lkOFwBZfQb { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:18.396484375rem;left:30rem;height:;font-style:normal;display:block; }#u6pAXU4a5W01hqwTeeMZE0lkOFwBZfQb li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#u6pAXU4a5W01hqwTeeMZE0lkOFwBZfQb li:before{  }
#o1BMifx8Megm3QSwePWSQGmd6GNXhZ3S { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:36.521484375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#o1BMifx8Megm3QSwePWSQGmd6GNXhZ3S li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#o1BMifx8Megm3QSwePWSQGmd6GNXhZ3S li:before{  }
#HCkQyoqZW6ISK9KKRTWyFCc4inm116iW { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:34.521484375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#HCkQyoqZW6ISK9KKRTWyFCc4inm116iW li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HCkQyoqZW6ISK9KKRTWyFCc4inm116iW li:before{  }
#EvTv6iumsuoi5alr0QXOLG11ocTO0DTK { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:32.583984375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#EvTv6iumsuoi5alr0QXOLG11ocTO0DTK li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#EvTv6iumsuoi5alr0QXOLG11ocTO0DTK li:before{  }
#dV4nOMD4WauOpvKfE38ikLWxH3Qw1IVq { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:30.771484375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#dV4nOMD4WauOpvKfE38ikLWxH3Qw1IVq li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dV4nOMD4WauOpvKfE38ikLWxH3Qw1IVq li:before{  }
#OKSQ3RnGZWHUmdG8VI68bKReKFXBdPcd { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:28.958984375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#OKSQ3RnGZWHUmdG8VI68bKReKFXBdPcd li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OKSQ3RnGZWHUmdG8VI68bKReKFXBdPcd li:before{  }
#CVTd4nS8fJVKOsTUT6sRxI1Qk88w47sI { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:27rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#CVTd4nS8fJVKOsTUT6sRxI1Qk88w47sI li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#CVTd4nS8fJVKOsTUT6sRxI1Qk88w47sI li:before{  }
#ULqlbtuFmx21w2zPvNu46Ia92UmG1kSd { color:#000000;display:block;width:15.625rem;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:24rem;left:29.9375rem;height:;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; }
#c9rc6He6kAqNO02UGxiagw0gwZ3RSTgc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.8125rem;left:26.21875rem; }
#WT89lqszpP0ykbwlCheEc0a57fqDhhFT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:38.396484375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#WT89lqszpP0ykbwlCheEc0a57fqDhhFT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#WT89lqszpP0ykbwlCheEc0a57fqDhhFT li:before{  }
#G0RtLVqRGsXyeBybIbMn8ilOsaXpTB9C { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:56.958984375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#G0RtLVqRGsXyeBybIbMn8ilOsaXpTB9C li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#G0RtLVqRGsXyeBybIbMn8ilOsaXpTB9C li:before{  }
#I56Z2ibdsVWEngVWP7bOSUFs54vMHaLE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:55.083984375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#I56Z2ibdsVWEngVWP7bOSUFs54vMHaLE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#I56Z2ibdsVWEngVWP7bOSUFs54vMHaLE li:before{  }
#TbwtsVXrOvMmn7ovvpMa8LE0mgbIkGpp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:53.083984375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#TbwtsVXrOvMmn7ovvpMa8LE0mgbIkGpp li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TbwtsVXrOvMmn7ovvpMa8LE0mgbIkGpp li:before{  }
#SyITKeT1BWTsb5xvVdELJLEsuzEpMSZ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:51.146484375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#SyITKeT1BWTsb5xvVdELJLEsuzEpMSZ4 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#SyITKeT1BWTsb5xvVdELJLEsuzEpMSZ4 li:before{  }
#D853azu7ROIXASg7wlXOFrlvsVu7xvTl { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:49.333984375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#D853azu7ROIXASg7wlXOFrlvsVu7xvTl li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#D853azu7ROIXASg7wlXOFrlvsVu7xvTl li:before{  }
#hM3GQOK4NygHfJvkamaIugEOn62iwWxZ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:47.521484375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#hM3GQOK4NygHfJvkamaIugEOn62iwWxZ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#hM3GQOK4NygHfJvkamaIugEOn62iwWxZ li:before{  }
#K2c9K5UZ9vIMJ1Kxcf19ntmwd4xKfHJE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:45.5625rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }#K2c9K5UZ9vIMJ1Kxcf19ntmwd4xKfHJE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#K2c9K5UZ9vIMJ1Kxcf19ntmwd4xKfHJE li:before{  }
#zIfWorgw9tC1lV4Jr2WtzTEOsGGXSyX2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:42.375rem;left:26.21875rem; }
#Me3d12v96DfzJPUDAksWTfv0D1VbaqN1 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:42.5625rem;left:29.9375rem;height:;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; }
#Jw9flx1dF052oFVfhw0hPXhdl4iqa64m { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:67.875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#Jw9flx1dF052oFVfhw0hPXhdl4iqa64m li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Jw9flx1dF052oFVfhw0hPXhdl4iqa64m li:before{  }
#beIfUvxW7K6wSmoSTEO6T0fBQZ3FZmIZ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:66.0625rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#beIfUvxW7K6wSmoSTEO6T0fBQZ3FZmIZ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#beIfUvxW7K6wSmoSTEO6T0fBQZ3FZmIZ li:before{  }
#nM2L8q63vUgnvSNTTTS5NJ2NAQcHQf3d { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:64.125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#nM2L8q63vUgnvSNTTTS5NJ2NAQcHQf3d li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#nM2L8q63vUgnvSNTTTS5NJ2NAQcHQf3d li:before{  }
#FpGpLyJlEANf7lvL8HMzhvdoEi1uQMtO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:60.9375rem;left:26rem; }
#TsmxCru6QsLXQvz3qvqUpR9yGbmucQVw { color:#000000;display:block;width:15.625rem;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:61.125rem;left:29.75rem;height:;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; }
#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:79.25rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:before{  }
#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:77.4375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:before{  }
#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:75.5rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:before{  }
#oOAZ7ueIag571z3Ht7QIcl1NvMcuiJuQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:72.3125rem;left:26rem; }
#w5yPzyZ8nVBPl4p37Vwe9GokMt86lU7V { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:72.5rem;left:29.75rem;height:;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; }
#youzahCG9IZa9EmUK2cohqdJhbzc236D { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:81.125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:before{  }
#zseukkf5IJqArVZO7M356gJX7pslMZiF { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:83rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:before{  }
#OvUzMffiCxRavrrukgh859oHyt2b5U7H { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:84.875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:before{  }
#idUAwp7FKFr6TMTMaSASFu0NXbSzpG9x { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:86.75rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#idUAwp7FKFr6TMTMaSASFu0NXbSzpG9x li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#idUAwp7FKFr6TMTMaSASFu0NXbSzpG9x li:before{  }
#eceWZTeCV12lsgqk9FK3wvnQu9CZ61Z3 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:90.5rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#eceWZTeCV12lsgqk9FK3wvnQu9CZ61Z3 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#eceWZTeCV12lsgqk9FK3wvnQu9CZ61Z3 li:before{  }
#vvXu1ZyNGd8bFi6dlpN3ESNS1Fpzo9IE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:105.49951171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#vvXu1ZyNGd8bFi6dlpN3ESNS1Fpzo9IE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#vvXu1ZyNGd8bFi6dlpN3ESNS1Fpzo9IE li:before{  }
#Turv9NRverf9OpnTl8qall5NKygxEbII { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:103.62451171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:before{  }
#B0vZc9lkkD4W3vA9TtHuxlaztAXpX9v9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:99.9375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#B0vZc9lkkD4W3vA9TtHuxlaztAXpX9v9 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#B0vZc9lkkD4W3vA9TtHuxlaztAXpX9v9 li:before{  }
#rQMWHrXzObwhmbD5Lw5R4SNcs4dwCReM { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:98rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#rQMWHrXzObwhmbD5Lw5R4SNcs4dwCReM li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rQMWHrXzObwhmbD5Lw5R4SNcs4dwCReM li:before{  }
#tHeT7UTiu9aD4SzqHNJmIBhTTmQWrTVe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:94.8125rem;left:26rem; }
#fExzdbEpkA5GGPUHnBk6Iz0TlKK6VcFH { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:95rem;left:29.75rem;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; }
#WEkBoxGx0Jdze0TOVIAhBxeDnsdmaANQ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:116.25rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#WEkBoxGx0Jdze0TOVIAhBxeDnsdmaANQ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#WEkBoxGx0Jdze0TOVIAhBxeDnsdmaANQ li:before{  }
#afRkohydpr1ndOBGqJMVSQDutlWKT2xC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:114.4365234375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#afRkohydpr1ndOBGqJMVSQDutlWKT2xC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#afRkohydpr1ndOBGqJMVSQDutlWKT2xC li:before{  }
#lhnFAnORTh9GsDL5u2SJGvevCMJFySFM { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:112.5rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#lhnFAnORTh9GsDL5u2SJGvevCMJFySFM li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#lhnFAnORTh9GsDL5u2SJGvevCMJFySFM li:before{  }
#NcaErHrKhqwPyme1RWuWe8IPNhe1AhBl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:109.3125rem;left:25.99951171875rem; }
#iEFTG3oWoWKHdAwDtJ9icdgXap638TSv { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:109.5rem;left:29.74951171875rem;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; }
#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:12.625rem;left:54.8125rem;height:2.625rem;font-style:normal;display:block; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:before{  }
#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:10.8125rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:before{  }
#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:8.875rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:before{  }
#Qce0sMcWVtNuOVnIhqFdZxf9o4QVZoO7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.6875rem;left:51rem; }
#E2DqoCTTH7OBD8ckAOkuuoOFrenZy2CM { color:#000000;display:block;width:15.625rem;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:5.875rem;left:54.75rem;height:;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; }
#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:15.9375rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:before{  }
#JuefpILV2A95AxE1MKoR7PK9309kn8Na { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.8125rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:before{  }
#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:19.6875rem;left:54.8125rem;height:2.625rem;font-style:normal;display:block; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:before{  }
#LqxokaVloclAqhsIC6hJaxenFw891rmi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:22.896484375rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:before{  }
#cpMNRhrvzQgieJvIaQoVBET78NzMU4To { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:24.625rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:before{  }
#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:26.5rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:before{  }
#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:28.375rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:before{  }
#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:30.25rem;left:54.8125rem;height:2.625rem;font-style:normal;display:block; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:before{  }
#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:33.3740234375rem;left:54.81201171875rem;height:1.3125rem;font-style:normal;display:block; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:before{  }
#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:35.2490234375rem;left:54.81201171875rem;height:1.3125rem;font-style:normal;display:block; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:before{  }
#KUMqgaTMlZZ4qfKlqWd03WXUbZRwnlC5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:45.75rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#KUMqgaTMlZZ4qfKlqWd03WXUbZRwnlC5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#KUMqgaTMlZZ4qfKlqWd03WXUbZRwnlC5 li:before{  }
#poFl2ohz7l4yrZD4RiXhdoTDfwm1nTL0 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:43.9375rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#poFl2ohz7l4yrZD4RiXhdoTDfwm1nTL0 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#poFl2ohz7l4yrZD4RiXhdoTDfwm1nTL0 li:before{  }
#VtZacxRMMO6zwPpvTCc82Q4guLI7u2ir { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:42rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#VtZacxRMMO6zwPpvTCc82Q4guLI7u2ir li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VtZacxRMMO6zwPpvTCc82Q4guLI7u2ir li:before{  }
#QSZEt8ZlALsSXGo8mcunWX48mVEAbTTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:38.8125rem;left:51rem; }
#aIql3hw7D0ZL8JRLLD1bxASBN83HKTnS { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:39rem;left:54.75rem;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; }
#riTe6mKZWXKQAEwg9tCWv9gf5I5m9h8x { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.021484375rem;left:2.5rem; }
#dWoa1zEiUMs35HUogW9Z46f0M3zGcegb { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:18.271484375rem;left:8.21875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wd6yqeOsHaqADAWptRRWVuyrXzEK4kCB { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:3.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:27.771484375rem;left:2.5625rem;display:block; }
#k6oqavgJB9esKTVsrSeLQLiNxDuq6d7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4ZWWOzh94L5ecfmXWdrqxOLpKox5zBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:22.26220703125rem;left:8.21875rem;height:3.73730625rem;font-style:normal;display:block; }
#oHNtrZuasodFJZytf7TQmoDk6UOKlIxm { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:21.6875rem;left:2.5rem; }
#uQfn50DfOPBfUbqvmf3Ofhe31dfrTBmf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:23.71240234375rem;left:15.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sx9rZon9FuDyaIv4zq2gugMiGZzZk4zP { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:47.625rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#sx9rZon9FuDyaIv4zq2gugMiGZzZk4zP li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#sx9rZon9FuDyaIv4zq2gugMiGZzZk4zP li:before{  }
#NZKqW8agEwKJushFrCUp5noZOafTT0mT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:49.5rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#NZKqW8agEwKJushFrCUp5noZOafTT0mT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#NZKqW8agEwKJushFrCUp5noZOafTT0mT li:before{  }
#Eo9zfK88v1TSxZmqOwf90RPgmf2seX9n { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:51.375rem;left:54.8125rem;height:2.625rem;font-style:normal;display:block; }#Eo9zfK88v1TSxZmqOwf90RPgmf2seX9n li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Eo9zfK88v1TSxZmqOwf90RPgmf2seX9n li:before{  }
#enshU0ipNetXSDNULTo571nBwTqQQaAB { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:54.5rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#enshU0ipNetXSDNULTo571nBwTqQQaAB li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#enshU0ipNetXSDNULTo571nBwTqQQaAB li:before{  }
#FR0KG0ctoZQih7C8tSkBTA1DeBcLlyBq { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:56.375rem;left:54.8125rem;height:;font-style:normal;display:block; }#FR0KG0ctoZQih7C8tSkBTA1DeBcLlyBq li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#FR0KG0ctoZQih7C8tSkBTA1DeBcLlyBq li:before{  }
#i2s2pmDxw8JBt20p1TXt2yF7yuxWWsBB { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:63.311767578125rem;left:54.81201171875rem;height:3.9375rem;font-style:normal;display:block; }#i2s2pmDxw8JBt20p1TXt2yF7yuxWWsBB li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#i2s2pmDxw8JBt20p1TXt2yF7yuxWWsBB li:before{  }
#rT31lkJ42eLAb1x264IMWy1hkBuHyqz9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:72.625rem;left:54.8125rem;height:3.9375rem;font-style:normal;display:block; }#rT31lkJ42eLAb1x264IMWy1hkBuHyqz9 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rT31lkJ42eLAb1x264IMWy1hkBuHyqz9 li:before{  }
#G9VU26L95XI1onFXfZC1gUFEwTm78tOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:69.4375rem;left:51rem; }
#hCtApIvGiLkLtPHI2eWDC86hazIWMSEw { color:#000000;display:block;width:15.625rem;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:69.625rem;left:54.75rem;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; }
#cD8bBVoPtA9JtplQ5iy4PwQQGcXUUHJq { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:77rem;left:54.8125rem;height:2.625rem;font-style:normal;display:block; }#cD8bBVoPtA9JtplQ5iy4PwQQGcXUUHJq li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#cD8bBVoPtA9JtplQ5iy4PwQQGcXUUHJq li:before{  }
#D2Jgurz0rmVTrliiSDIC0wLSdsq2hLDp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:80.125rem;left:54.8125rem;height:2.625rem;font-style:normal;display:block; }#D2Jgurz0rmVTrliiSDIC0wLSdsq2hLDp li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#D2Jgurz0rmVTrliiSDIC0wLSdsq2hLDp li:before{  }
#QdCpu5v7n2QV50NyQ3Usi59xxoCCGKCy { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:83.25rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#QdCpu5v7n2QV50NyQ3Usi59xxoCCGKCy li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#QdCpu5v7n2QV50NyQ3Usi59xxoCCGKCy li:before{  }
#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:90.0625rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:before{  }
#iKyKfuSCmvHDxgOpRWDTHRT6rdHFSTJI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:86.875rem;left:51rem; }
#XALOK1nHpqbn3v8MGAwrq8F1pf1lvkLE { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:87.0625rem;left:54.75rem;height:;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; }
#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:91.9375rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:before{  }
#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:93.8125rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:before{  }
#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:95.6875rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:before{  }
#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:97.5625rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:before{  }
#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:99.4375rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:before{  }
#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.5;letter-spacing:0;top:101.3125rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:before{  }
#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:118.625rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:before{  }
#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:120.5rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:before{  }
#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:116.75rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:before{  }
#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.5;letter-spacing:0;top:114.875rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:before{  }
#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:113rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:before{  }
#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:111.125rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:before{  }
#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.5;letter-spacing:0;top:109.25rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:before{  }
#PV9i9RKIxSUuHPL40lTlQ2No17KvOTDi { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:106.25rem;left:54.75rem;height:;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; }
#FEgvoagquFBnB0fnGVrmxqApcci9guqL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:106.0625rem;left:51rem; }
#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.5;letter-spacing:0;top:122.375rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:before{  }
#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:124.25rem;left:54.8125rem;height:1.3125rem;font-style:normal;display:block; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:before{  }
#CyURABFuywwVLC3S2i88gZh97ND012ox { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.5;letter-spacing:0;top:126.123046875rem;left:54.810546875rem;height:2.625rem;font-style:normal;display:block; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:before{  }
#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:142.998046875rem;left:54.810546875rem;height:1.3125rem;font-style:normal;display:block; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:before{  }
#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:141.123046875rem;left:54.810546875rem;height:1.3125rem;font-style:normal;display:block; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:before{  }
#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15068;line-height:1.5;letter-spacing:0;top:139.248046875rem;left:54.810546875rem;height:1.3125rem;font-style:normal;display:block; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:before{  }
#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:137.373046875rem;left:54.810546875rem;height:1.3125rem;font-style:normal;display:block; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:before{  }
#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.5;letter-spacing:0;top:135.498046875rem;left:54.810546875rem;height:1.3125rem;font-style:normal;display:block; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:before{  }
#ZTFVLBRsc6mfN0p4yc431D3MmFGxNsvM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:132.310546875rem;left:51rem; }
#gz23aPqoPKMcLCRCGePBisdvsU1bITEp { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:132.498046875rem;left:54.75rem;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; }
#ZU2NNaTgrpBKNOrODLsAlZf2v2okx7Oh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.5;letter-spacing:0;top:125.4990234375rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#ZU2NNaTgrpBKNOrODLsAlZf2v2okx7Oh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ZU2NNaTgrpBKNOrODLsAlZf2v2okx7Oh li:before{  }
#qFTaZTCxQSvRL5Ra33Uuq7JBstPT253f { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:123.5625rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#qFTaZTCxQSvRL5Ra33Uuq7JBstPT253f li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#qFTaZTCxQSvRL5Ra33Uuq7JBstPT253f li:before{  }
#tDLTSTzieTk0JlRJLMinpXm4X1eUQUsE { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:120.5625rem;left:29.74951171875rem;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; }
#syTd3k86VD47m1PgEAThFZZ1HIBA7iVp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:120.375rem;left:25.99951171875rem; }
#h5TtUZyuD3SIE9uQiIZKyavLFST4ELVR { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:128.8125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#h5TtUZyuD3SIE9uQiIZKyavLFST4ELVR li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#h5TtUZyuD3SIE9uQiIZKyavLFST4ELVR li:before{  }
#T8gZQIhenmRvrWJDwOODSb6AHZkRUFCm { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:130.6875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#T8gZQIhenmRvrWJDwOODSb6AHZkRUFCm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#T8gZQIhenmRvrWJDwOODSb6AHZkRUFCm li:before{  }
#OTpZWnwiFV1Cx1DASVTouh3WHkoKIOUc { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.5;letter-spacing:0;top:132.5625rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#OTpZWnwiFV1Cx1DASVTouh3WHkoKIOUc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OTpZWnwiFV1Cx1DASVTouh3WHkoKIOUc li:before{  }
#wh3bCBtuhfpChOtW3irE6QRNtBGDBa7h { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:134.4375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#wh3bCBtuhfpChOtW3irE6QRNtBGDBa7h li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#wh3bCBtuhfpChOtW3irE6QRNtBGDBa7h li:before{  }
#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:144.0615234375rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:before{  }
#qeekLAnODtiXXwI1XgiooIF33BQkOSVy { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:142.125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:before{  }
#gMZOo9LNtRD9hzJfXaVc0s8q1T3JwVID { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.5;letter-spacing:0;top:139.125rem;left:29.74951171875rem;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; }
#gyqsysXvXxbOMKWnQucbMSHbtkBGda9K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:138.9375rem;left:25.99951171875rem; }
#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:147.18627929688rem;left:29.81201171875rem;height:1.3125rem;font-style:normal;display:block; }#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI li:before{  }
#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:149.06127929688rem;left:29.81201171875rem;height:1.3125rem;font-style:normal;display:block; }#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl li:before{  }
#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:150.93627929688rem;left:29.81201171875rem;height:1.3125rem;font-style:normal;display:block; }#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC li:before{  }
#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.5;letter-spacing:0;top:160.43701171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:before{  }
#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15080;line-height:1.5;letter-spacing:0;top:162.31201171875rem;left:29.8125rem;height:;font-style:normal;display:block; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:before{  }
#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.5;letter-spacing:0;top:158.56201171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:before{  }
#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:156.6240234375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:before{  }
#qnf77pFus8aGFBbaomysABLAqsrHgaHL { color:#000000;display:block;width:15.625rem;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:153.6240234375rem;left:29.74951171875rem;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; }
#cQViDHfxyeUxJxHew9AM3JZTd4IaBS2a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:153.4365234375rem;left:25.99951171875rem; }
#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:152.560546875rem;left:54.810546875rem;height:2.625rem;font-style:normal;display:block; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:before{  }
#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:150.685546875rem;left:54.810546875rem;height:1.3125rem;font-style:normal;display:block; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:before{  }
#iioitFq3m09hc57N7PcVePRX7wtANCT8 { color:#000000;display:block;width:15.625rem;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:147.685546875rem;left:54.75rem;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; }
#gNWIMxTGA09LFZr51lMguh7sNekdC5Bf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:147.498046875rem;left:51rem; }
#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15075;line-height:1.5;letter-spacing:0;top:155.6875rem;left:54.810546875rem;height:1.3125rem;font-style:normal;display:block; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:before{  }
#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15076;line-height:1.5;letter-spacing:0;top:157.5625rem;left:54.810546875rem;height:1.3125rem;font-style:normal;display:block; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:before{  }
#Z9ztprSgVGlX39R6FmozObTfXneRb9EE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:159.4375rem;left:54.810546875rem;height:1.3125rem;font-style:normal;display:block; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:before{  }
#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.5;letter-spacing:0;top:161.3125rem;left:54.810546875rem;height:2.625rem;font-style:normal;display:block; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:before{  }
#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.5;letter-spacing:0;top:163.8115234375rem;left:54.81005859375rem;height:2.625rem;font-style:normal;display:block; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:before{  }
#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15080;line-height:1.5;letter-spacing:0;top:166.9345703125rem;left:54.81005859375rem;height:2.625rem;font-style:normal;display:block; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:before{  }
#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15081;line-height:1.5;letter-spacing:0;top:170.060546875rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:before{  }
#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.5;letter-spacing:0;top:171.935546875rem;left:54.81005859375rem;height:3.9375rem;font-style:normal;display:block; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:before{  }
#h5muvLzxWF89INAprEB1kNg28HcIG37E { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.5;letter-spacing:0;top:176.93359375rem;left:54.81005859375rem;height:2.625rem;font-style:normal;display:block; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:before{  }
#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.5;letter-spacing:0;top:180.0595703125rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:before{  }
#fOu0muqm4g79bJywhokvQQe04CP8uRN8 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15085;line-height:1.5;letter-spacing:0;top:181.9345703125rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:before{  }
#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.5;letter-spacing:0;top:183.8095703125rem;left:54.81005859375rem;height:2.625rem;font-style:normal;display:block; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:before{  }
#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:186.935546875rem;left:54.81005859375rem;height:2.625rem;font-style:normal;display:block; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:before{  }
#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:196.9345703125rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:before{  }
#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:195.0595703125rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:before{  }
#dn2R26DV98uAHN4X9s7ZMQ4Vdbct9VmE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:191.8720703125rem;left:51rem; }
#mtOy7aap8LMBqbzUnSE8kWfbx4tcAGHZ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:192.0595703125rem;left:54.75rem;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; }
#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.5;letter-spacing:0;top:198.8095703125rem;left:54.81005859375rem;height:3.9375rem;font-style:normal;display:block; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:before{  }
#ErmJD6IUTLydqDowcfkxych7BSShQCmr { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.5;letter-spacing:0;top:203.1865234375rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:before{  }
#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:205.0615234375rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:before{  }
#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:206.9365234375rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:before{  }
#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:208.8115234375rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:before{  }
#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.5;letter-spacing:0;top:176.0625rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:before{  }
#SaJs45akn6hkm7KcH95csZJcF3V6gIBO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15085;line-height:1.5;letter-spacing:0;top:174.1875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:before{  }
#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.5;letter-spacing:0;top:172.3125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:before{  }
#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.5;letter-spacing:0;top:170.37451171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:before{  }
#vC5RDuPT2IsITSLfxwNAMhpv24QGGVbv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:167.18701171875rem;left:25.99951171875rem; }
#KDLRD9Fn77BrXHZPoxQx2g09pKXl5dA1 { color:#000000;display:block;width:15.625rem;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:167.37451171875rem;left:29.74951171875rem;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; }
#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:177.9375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:before{  }
#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15088;line-height:1.5;letter-spacing:0;top:179.8125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:before{  }
#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:194.18701171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:before{  }
#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:196.06201171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:before{  }
#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:192.31201171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:before{  }
#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.5;letter-spacing:0;top:190.43701171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:before{  }
#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.5;letter-spacing:0;top:188.56201171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:before{  }
#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:186.6240234375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:before{  }
#VrVSUpc9pmfSEQtPDvMZFqdfzLrabhug { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:183.4365234375rem;left:25.99951171875rem; }
#RrTbwJNHC2r4ytQqzD75uceInST0PtNU { color:#000000;display:block;width:15.625rem;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:183.6240234375rem;left:29.74951171875rem;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; }
#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15097;line-height:1.5;letter-spacing:0;top:197.93701171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:before{  }
#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.5;letter-spacing:0;top:199.81201171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:before{  }
#TTE2tJTCQDP3MTJki937L8OJSuRFN9rZ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15107;line-height:1.5;letter-spacing:0;top:219.81201171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#TTE2tJTCQDP3MTJki937L8OJSuRFN9rZ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TTE2tJTCQDP3MTJki937L8OJSuRFN9rZ li:before{  }
#HyvyFq4dKFVKwyx9iTUeuNpe3OnOKp4I { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15105;line-height:1.5;letter-spacing:0;top:216.06201171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#HyvyFq4dKFVKwyx9iTUeuNpe3OnOKp4I li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HyvyFq4dKFVKwyx9iTUeuNpe3OnOKp4I li:before{  }
#pVnZHUkPowWCwnJHMIL9KITT3HCVaLRg { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15106;line-height:1.5;letter-spacing:0;top:217.93701171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#pVnZHUkPowWCwnJHMIL9KITT3HCVaLRg li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#pVnZHUkPowWCwnJHMIL9KITT3HCVaLRg li:before{  }
#RW1X3RaN7q1gQM38xO723Q64goPQUAAK { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15104;line-height:1.5;letter-spacing:0;top:214.18701171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#RW1X3RaN7q1gQM38xO723Q64goPQUAAK li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#RW1X3RaN7q1gQM38xO723Q64goPQUAAK li:before{  }
#N52fVL4amM8xEIE866I6Go6G37UmU99H { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15103;line-height:1.5;letter-spacing:0;top:211.68701171875rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#N52fVL4amM8xEIE866I6Go6G37UmU99H li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#N52fVL4amM8xEIE866I6Go6G37UmU99H li:before{  }
#VtLQOOOJ5N0ksWMDc1XDthJs0TF6ERaG { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.5;letter-spacing:0;top:209.18701171875rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#VtLQOOOJ5N0ksWMDc1XDthJs0TF6ERaG li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VtLQOOOJ5N0ksWMDc1XDthJs0TF6ERaG li:before{  }
#Z65ilMHIf2LOxsKpEXikeTkyfPw8cU9A { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15101;line-height:1.5;letter-spacing:0;top:207.2490234375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#Z65ilMHIf2LOxsKpEXikeTkyfPw8cU9A li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Z65ilMHIf2LOxsKpEXikeTkyfPw8cU9A li:before{  }
#QDmKinUMTkiDWpgc6fr0b0rrCTU1aB4H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:204.0615234375rem;left:25.99951171875rem; }
#nx80P8c6dqLPEKrbW5ZftQLhPQS0IfXS { color:#000000;display:block;width:15.625rem;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:204.2490234375rem;left:29.74951171875rem;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; }
#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15113;line-height:1.5;letter-spacing:0;top:233.56201171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:before{  }
#GCFe1NNc41Go4D2WAi472AKe9P0avTCV { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15112;line-height:1.5;letter-spacing:0;top:231.06201171875rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:before{  }
#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15111;line-height:1.5;letter-spacing:0;top:228.56201171875rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:before{  }
#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15110;line-height:1.5;letter-spacing:0;top:226.6240234375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:before{  }
#cre0RTDXmhXNdtdW015OX6C5zQ47TRO9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:223.4365234375rem;left:25.99951171875rem; }
#yu3bfqIFRmtMrcp4nWDaJqtHDO8LhdVu { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15111;line-height:1.5;letter-spacing:0;top:223.6240234375rem;left:29.74951171875rem;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; }
#n500aIEAXTvCug8zfQba41XV1Qp0MaBB { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15118;line-height:1.5;letter-spacing:0;top:244.24951171875rem;left:29.8125rem;height:;font-style:normal;display:block; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:before{  }
#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15117;line-height:1.5;letter-spacing:0;top:242.37451171875rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:before{  }
#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15116;line-height:1.5;letter-spacing:0;top:240.4365234375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:before{  }
#BDhSrLqaI4m2ZF6FzyCtS3EuHfsJAyb9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:237.2490234375rem;left:25.99951171875rem; }
#d3pg7O0Li3hsEV0lucdop5sat7fVdw0v { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15117;line-height:1.5;letter-spacing:0;top:237.4365234375rem;left:29.74951171875rem;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; }
#sSURZGMad81bEQTZ19CvTIgPgaowOplK { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15119;line-height:1.5;letter-spacing:0;top:247.3740234375rem;left:29.8125rem;height:3.9375rem;font-style:normal;display:block; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:before{  }
#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15124;line-height:1.5;letter-spacing:0;top:260.3115234375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:before{  }
#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15123;line-height:1.5;letter-spacing:0;top:258.4365234375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:before{  }
#JvwvlpOKmW95x9paZygf46xse09LakaT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15122;line-height:1.5;letter-spacing:0;top:256.49853515625rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:before{  }
#fRQ5mXfFLJOG0iELqwOLTtTWxbdM4l6x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:253.31103515625rem;left:25.99951171875rem; }
#w0olWO4dAs1lVLQUwiQAdBHChFN3L11I { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15123;line-height:1.5;letter-spacing:0;top:253.49853515625rem;left:29.74951171875rem;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; }
#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15125;line-height:1.5;letter-spacing:0;top:262.1865234375rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:before{  }
#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15126;line-height:1.5;letter-spacing:0;top:264.0615234375rem;left:29.8125rem;height:2.625rem;font-style:normal;display:block; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:before{  }
#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15132;line-height:1.5;letter-spacing:0;top:236.1865234375rem;left:54.81005859375rem;height:;font-style:normal;display:block; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:before{  }
#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15131;line-height:1.5;letter-spacing:0;top:234.3115234375rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:before{  }
#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15130;line-height:1.5;letter-spacing:0;top:232.4365234375rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:before{  }
#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15129;line-height:1.5;letter-spacing:0;top:230.4970703125rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:before{  }
#uFy4Go6oEzdczlAqIwS03Ta6nkTDoE93 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15130;line-height:1.5;letter-spacing:0;top:227.4970703125rem;left:54.75rem;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; }
#CaMFHNAWcBm4EoxKIDC53Rw1thd2piNf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:227.3095703125rem;left:51rem; }
#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15101;line-height:1.5;letter-spacing:0;top:220.0615234375rem;left:54.81005859375rem;height:2.625rem;font-style:normal;display:block; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:before{  }
#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.5;letter-spacing:0;top:218.1865234375rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:before{  }
#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15099;line-height:1.5;letter-spacing:0;top:216.3115234375rem;left:54.81005859375rem;height:1.3125rem;font-style:normal;display:block; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:before{  }
#v7MVW519BS5DxNfscBHZt1b8uNB2d6Gy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:213.1240234375rem;left:51rem; }
#S4l6hbA3fQKTNG6ICNMVEOU5ETippyrJ { color:#000000;display:block;width:15.625rem;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:213.3115234375rem;left:54.75rem;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; }
#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.5;letter-spacing:0;top:222.560546875rem;left:54.81005859375rem;height:2.625rem;font-style:normal;display:block; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:before{  }
#AuqSpHvArwhCcz6VMtQFT0yWAB8UVWEL { color:#a0a0a0;display:block;width:22.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:264.6875rem;left:1.03125rem;height:3.8994125rem;font-style:normal;display:block; }
#hNiVQz0p1ss9DE1u5IiBxlUimMsPPzym { color:#a0a0a0;display:block;width:29.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:269.5625rem;left:0.75rem;height:1.29980625rem;font-style:normal;display:block; }
#ltUGxnaIHeddPmNNthtGofcLAiqTEiTd { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:88.62451171875rem;left:29.74853515625rem;height:1.3125rem;font-style:normal;display:block; }#ltUGxnaIHeddPmNNthtGofcLAiqTEiTd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ltUGxnaIHeddPmNNthtGofcLAiqTEiTd li:before{  }
#sW3BJ1IxoxHdTvSLh1mpKmL5nT3HdQVO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:101.8125rem;left:29.8125rem;height:1.3125rem;font-style:normal;display:block; }#sW3BJ1IxoxHdTvSLh1mpKmL5nT3HdQVO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sW3BJ1IxoxHdTvSLh1mpKmL5nT3HdQVO li:before{  }
#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),0.64);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; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { background-color: transparent; background-image: none; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container > .video-iframe-container { display: none; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row > .video-iframe-container { display: none; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .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); }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { border-width: 0; border-radius: 0; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#FTwKy69S1SgQbQs1CTt4gOyyM4e53PuQ { color:#000000;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.912109375rem;left:1.9375rem;height:3.2504875rem;font-style:normal;display:block; }
#C4VBIxPI1XiZ0rFUoIX3UWWQITfSmAgN { color:#000000;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.72412109375rem;left:1.9375rem;height:1.54394375rem;font-style:normal;display:block; }
#G4cbie9VPJEol7U5pH4snK8yRxBotn0J { position:absolute;display:block;z-index:15005;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:15.0625rem;display:block; }
#gd5DO16Kuocl7SkGAKMne2MKXhgB3xb1 { position:absolute;display:block;z-index:15008;background-color:#0040b4;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:13.75rem;display:block; }
#QNJOUlQuJBQDDtma6wZcTuOLdPrcnUsa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:15.043749928474rem;left:17.1875rem;overflow:hidden;display:block; }
#miibN7o6Tl6vhz7iKHNfLsVCnKs4DG1b { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:15.4375rem;height:2.76269375rem;font-style:normal;display:block; }
#v5SvmBOyeeTWfTWCQTt5TWgTl6WiuwHq { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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;width:31.25rem;top:23.887499928474rem;left:19rem;display:block; }
#SyC1q2aS5OsD8QUsQEfw9mckBR36MkZ5 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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:0;top:20.137499928474rem;left:19rem;display:block; }
#aZF9XIOyXbkEWbI2dfJGg5yGlfFM9f9Q { position:absolute;display:block;z-index:15009;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:24.25rem;left:51.6875rem;display:block; }
#gbuf0dLg5aJSrsJWiW5y75wVQPiZ3RkA { position:absolute;display:block;z-index:15015;background-color:#0040b4;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:50.375rem;display:block; }
#UaOx0P08TzXTpTRR9kg649JJF5uQhd6c { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.824999928474rem;left:52.0625rem;height:2.76269375rem;font-style:normal;display:block; }
#TJg2H8KwsbFtsQKkKBVyWR2OokbwxT0B { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.9375rem;top:26.387499928474rem;left:53.625rem;overflow:hidden;display:block; }
#tuIOe4XCDk5RTuGtwTLffwyzHh5gfd7i { color:#000000;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.199219226837rem;left:26.0625rem;height:2.4375rem;font-style:normal;display:block; }
#iNW5dLqxixzkkG4kB8kWbICGUHxRbQZZ { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.15625rem;left:26.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#TplKtSWrDSqTnUp5vIwf1WiBlZVgFLa7 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5rem;left:18.9375rem;height:2.4375rem;font-style:normal;display:block; }
#ZacF7DOBfbtQDh5W5Gv4mAMz3EuZP6rx { color:#000000;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:19.0625rem;height:2.923825rem;font-style:normal;display:block; }
#uf8uQSo2JhpdHWp3kiDZQuMUuwMlQESH { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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:0;top:32.062500953674rem;left:57.4375rem;display:block; }
#HCEVZ7f5cH7g4ZdTEsCTgUmP4JCuO3qs { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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;width:34.375rem;top:35.812500953674rem;left:23rem;display:block; }
#QAsiVODmtRTPGg9mmn85J8q7eld8muVf { position:absolute;display:block;z-index:15009;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:34.0625rem;left:15.125rem;display:block; }
#T7MRkHuHz6u0RGw4ggEzrUJHtSPUQn4K { position:absolute;display:block;z-index:15012;background-color:#0040b4;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:13.8125rem;display:block; }
#RRoDTFCq3hrObSQ0HoAOXzkT1u4rX9P7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:15.5rem;height:2.76269375rem;font-style:normal;display:block; }
#n2WKGNLUH3x2lbMIQUcZpfepwNfTGS8p { 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:3.4375rem;width:3.4375rem;top:36.625rem;left:17.3125rem;overflow:hidden;display:block; }
#qlJnMm9CJm7aKe4L7CI6n5DeKCD7Kf6e { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.375rem;left:26.125rem;height:;font-style:normal;display:block; }
#CrLhuKn1oSO3SfSurfgL4T42zR6PeK4Q { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:26.125rem;height:5.84765625rem;font-style:normal;display:block; }
#diIULM8oxqeXCKDunpksxUchvdlIJN0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e2cdfd5-42cf-438c-810f-d02060e2cf39/FELG_edu_zdj_glowne_home.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,118,154,0.89); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,118,154,0.89); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-form-header {  }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:39.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:39.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:38.5rem;overflow:hidden;font-style:normal; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container:first-of-type{padding-top:0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-container:last-of-type{padding-bottom:0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.7119140625rem;left:16.28125rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.9375rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.7119140625rem;left:16.28125rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { position:relative;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC { position:relative;z-index:2; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 { position:relative; }
#F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { position:relative;display:block; }
#fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { position:relative;display:block; }
#owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { position:relative;display:block; }
#Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { position:relative;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv { position:relative; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv { position:relative; }
#ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.3623046875rem;left:18.96875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { border-top:0.3125rem solid #000000;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; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { background-color: transparent; background-image: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container > .video-iframe-container { display: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container { display: none; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .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); }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { border-width: 0; border-radius: 0; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.5625rem;left:0rem;height:3.67383125rem;font-style:normal;display:block; }
#tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.8125rem;left:67.6875rem;height:2.449225rem;font-style:normal;display:block; }
#PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.1875rem;left:39.375rem;display:block; }
#BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.625rem;left:65.5rem;display:block; }
#d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.875rem;left:56.3125rem;height:1.2246125rem;font-style:normal;display:block; }
#F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:7.6875rem;left:53.5rem;display:block; }
#BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.8125rem;left:42.5rem;height:1.2246125rem;font-style:normal;display:block; }
#bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.4375rem;left:39.6875rem;display:block; }
#BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0rem;height:1.04980625rem;font-style:normal;display:block; }
#RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.5rem;left:39.6875rem;height:1.04980625rem;font-style:normal;display:block; }
#f0c3livIBwtAxvrNpRlizZnI3My9WnoI { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11.25rem;left:0rem;display:block; }
#LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { 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:2.375rem;width:9.6875rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#hO5d4pmXGeHI79LNfmbIGwCmDzpxNHWf { position:absolute;display:block;z-index:15021;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:13.5rem;display:block; }
#m2CcCoCPNPEhGWP9lxxGslXinew5OFki { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:16.75rem;left:14.125rem;display:block; }
#Qh3TgwDNLlle39pCRSyRWriHmkSzLLi4 { position:absolute;display:block;z-index:15019;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:10.125rem;display:block; }
#HUPl1e7HGoMHFPVmHg0NhuQgUVCRV4GF { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:16.75rem;left:10.625rem;display:block; }
#mi7WQJJQJieuIyxGTkPMcceTAaygO8xU { position:absolute;display:block;z-index:15017;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:6.6875rem;display:block; }
#ozCkPtXXZezfstq0dIUJrXPVI0yeegWz { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:16.75rem;left:7.3125rem;display:block; }
#PgbNUIDwehEUmuQCmbFEMK2PTvcOGlk8 { position:absolute;display:block;z-index:15015;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-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:3.3125rem;display:block; }
#F6I8vzuXi7kSxtXbGm0lT8yIElrZzd6N { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:16.75rem;left:3.8125rem;display:block; }
#ITug5bfRUvZyTSeSPTNnfA0Jxq0unxwV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:16.1875rem;left:0rem;display:block; }
#h7xrrrZRvefPdcTfbuC6gJ0K7l3bp09s { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:16.75rem;left:0.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:12.9375rem;height:2.625rem;top:2.125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { top:1.6875rem;left:0rem;width:14.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { width:8.875rem;height:2.625rem;top:2.1875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block; }
 }@media only screen and (max-width: 763px) { #E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { width:12.9375rem;height:2.625rem;top:2.125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block; }
 }@media only screen and (max-width: 763px) { #UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { display:block; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZx2mbImaTFaff6urTQUggDNkiphPkST { width:40.8125rem;height:3.25rem;top:5.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uktxu8Ooy7BTID3pVeNUig7SuqSiwrf4 { width:47.75rem;height:0.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMO9CIrG1qZNGikrNbErkcoiio1X1qZw { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuFXMSt1gCEAdyMunkuanW7ddaZmhKE { top:1.4375rem;left:0rem;width:12.5rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5PX28p1KiXzb1HqzVZ9wuHiCS6iEJpI { top:1.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI1uWMwm2pOQEey7MtvO3t0aFUv8UC58 { width:7.375rem;height:3.4375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeqzwhRk3UbxpKEvzcIWSnL4yJzDFhm { display:block; }
 }@media only screen and (max-width: 763px) { #Ok3WxwddaIArOd6skAyI8runoQPIibV4 { top:1.75rem;left:27.8125rem;width:19.9375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuCLlckssgCt8mdvwnf0uokPKTH9IMVH { display:block; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWESxH7CpPDHpslKM8T6zxCihIvWdRM { width:14.1875rem;height:1.25rem;top:5.6875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSx9B2PNlFBtG8Q5obDwOKCQVd3LHC4D { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzGCrcbHToGPzAevFSGXeNSAFXa37mo { width:20.1875rem;height:5.5625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNq9yLHh9iTx3NdZnDT2TToQnAf1sdT { width:19.1875rem;height:1.3125rem;top:8.875rem;left:12.5625rem;font-size:1rem;display:block; }#NHNq9yLHh9iTx3NdZnDT2TToQnAf1sdT li:before{  }
 }@media only screen and (max-width: 763px) { #ad035FVQ3vVzGR6NqwUNOslepuTtJMDo { width:15.625rem;height:;top:5.875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #En7UnR9mBE2cPA6U1dJGSwKBSqT45UDu { top:5.6875rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6MS5BeBLiw6LeP5rM1TPLoS2oTla0bU { width:19.1875rem;height:1.3125rem;top:10.8125rem;left:12.5625rem;font-size:1rem;display:block; }#Q6MS5BeBLiw6LeP5rM1TPLoS2oTla0bU li:before{  }
 }@media only screen and (max-width: 763px) { #sgHFxM5Ndr3POE4CN9pVhgq7C0Q8VPGK { width:19.1875rem;height:1.3125rem;top:12.625rem;left:12.5625rem;font-size:1rem;display:block; }#sgHFxM5Ndr3POE4CN9pVhgq7C0Q8VPGK li:before{  }
 }@media only screen and (max-width: 763px) { #TBFq0NVT1WZ6Ms3XN0gD16XPPhotWe1x { width:19.1875rem;height:1.3125rem;top:14.4375rem;left:12.5625rem;font-size:1rem;display:block; }#TBFq0NVT1WZ6Ms3XN0gD16XPPhotWe1x li:before{  }
 }@media only screen and (max-width: 763px) { #MgfBJtm6MTKVLFAUr431rLwgAaqiAOI2 { width:19.1875rem;height:1.3125rem;top:16.375rem;left:12.5625rem;font-size:1rem;display:block; }#MgfBJtm6MTKVLFAUr431rLwgAaqiAOI2 li:before{  }
 }@media only screen and (max-width: 763px) { #u6pAXU4a5W01hqwTeeMZE0lkOFwBZfQb { width:19.1875rem;height:;top:18.375rem;left:12.5625rem;font-size:1rem;display:block; }#u6pAXU4a5W01hqwTeeMZE0lkOFwBZfQb li:before{  }
 }@media only screen and (max-width: 763px) { #o1BMifx8Megm3QSwePWSQGmd6GNXhZ3S { width:19.1875rem;height:1.3125rem;top:36.5rem;left:12.5625rem;font-size:1rem;display:block; }#o1BMifx8Megm3QSwePWSQGmd6GNXhZ3S li:before{  }
 }@media only screen and (max-width: 763px) { #HCkQyoqZW6ISK9KKRTWyFCc4inm116iW { width:19.1875rem;height:1.3125rem;top:34.5rem;left:12.5625rem;font-size:1rem;display:block; }#HCkQyoqZW6ISK9KKRTWyFCc4inm116iW li:before{  }
 }@media only screen and (max-width: 763px) { #EvTv6iumsuoi5alr0QXOLG11ocTO0DTK { width:19.1875rem;height:1.3125rem;top:32.5625rem;left:12.5625rem;font-size:1rem;display:block; }#EvTv6iumsuoi5alr0QXOLG11ocTO0DTK li:before{  }
 }@media only screen and (max-width: 763px) { #dV4nOMD4WauOpvKfE38ikLWxH3Qw1IVq { width:19.1875rem;height:1.3125rem;top:30.75rem;left:12.5625rem;font-size:1rem;display:block; }#dV4nOMD4WauOpvKfE38ikLWxH3Qw1IVq li:before{  }
 }@media only screen and (max-width: 763px) { #OKSQ3RnGZWHUmdG8VI68bKReKFXBdPcd { width:19.1875rem;height:1.3125rem;top:28.9375rem;left:12.5625rem;font-size:1rem;display:block; }#OKSQ3RnGZWHUmdG8VI68bKReKFXBdPcd li:before{  }
 }@media only screen and (max-width: 763px) { #CVTd4nS8fJVKOsTUT6sRxI1Qk88w47sI { width:19.1875rem;height:1.3125rem;top:27rem;left:12.5625rem;font-size:1rem;display:block; }#CVTd4nS8fJVKOsTUT6sRxI1Qk88w47sI li:before{  }
 }@media only screen and (max-width: 763px) { #ULqlbtuFmx21w2zPvNu46Ia92UmG1kSd { width:15.625rem;height:;top:24rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9rc6He6kAqNO02UGxiagw0gwZ3RSTgc { top:23.8125rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT89lqszpP0ykbwlCheEc0a57fqDhhFT { width:19.1875rem;height:1.3125rem;top:38.375rem;left:12.5625rem;font-size:1rem;display:block; }#WT89lqszpP0ykbwlCheEc0a57fqDhhFT li:before{  }
 }@media only screen and (max-width: 763px) { #G0RtLVqRGsXyeBybIbMn8ilOsaXpTB9C { width:19.125rem;height:1.3125rem;top:56.9375rem;left:12.625rem;font-size:1rem;display:block; }#G0RtLVqRGsXyeBybIbMn8ilOsaXpTB9C li:before{  }
 }@media only screen and (max-width: 763px) { #I56Z2ibdsVWEngVWP7bOSUFs54vMHaLE { width:19.125rem;height:1.3125rem;top:55.0625rem;left:12.625rem;font-size:1rem;display:block; }#I56Z2ibdsVWEngVWP7bOSUFs54vMHaLE li:before{  }
 }@media only screen and (max-width: 763px) { #TbwtsVXrOvMmn7ovvpMa8LE0mgbIkGpp { width:19.1875rem;height:1.3125rem;top:53.0625rem;left:12.5625rem;font-size:1rem;display:block; }#TbwtsVXrOvMmn7ovvpMa8LE0mgbIkGpp li:before{  }
 }@media only screen and (max-width: 763px) { #SyITKeT1BWTsb5xvVdELJLEsuzEpMSZ4 { width:19.1875rem;height:1.3125rem;top:51.125rem;left:12.5625rem;font-size:1rem;display:block; }#SyITKeT1BWTsb5xvVdELJLEsuzEpMSZ4 li:before{  }
 }@media only screen and (max-width: 763px) { #D853azu7ROIXASg7wlXOFrlvsVu7xvTl { width:19.125rem;height:1.3125rem;top:49.3125rem;left:12.625rem;font-size:1rem;display:block; }#D853azu7ROIXASg7wlXOFrlvsVu7xvTl li:before{  }
 }@media only screen and (max-width: 763px) { #hM3GQOK4NygHfJvkamaIugEOn62iwWxZ { width:19.1875rem;height:1.3125rem;top:47.5rem;left:12.5625rem;font-size:1rem;display:block; }#hM3GQOK4NygHfJvkamaIugEOn62iwWxZ li:before{  }
 }@media only screen and (max-width: 763px) { #K2c9K5UZ9vIMJ1Kxcf19ntmwd4xKfHJE { width:19.125rem;height:1.3125rem;top:45.5625rem;left:12.625rem;font-size:1rem;display:block; }#K2c9K5UZ9vIMJ1Kxcf19ntmwd4xKfHJE li:before{  }
 }@media only screen and (max-width: 763px) { #zIfWorgw9tC1lV4Jr2WtzTEOsGGXSyX2 { top:42.375rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me3d12v96DfzJPUDAksWTfv0D1VbaqN1 { width:15.5625rem;height:;top:42.5625rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw9flx1dF052oFVfhw0hPXhdl4iqa64m { width:19.1875rem;height:1.3125rem;top:67.875rem;left:12.5625rem;font-size:1rem;display:block; }#Jw9flx1dF052oFVfhw0hPXhdl4iqa64m li:before{  }
 }@media only screen and (max-width: 763px) { #beIfUvxW7K6wSmoSTEO6T0fBQZ3FZmIZ { width:19.1875rem;height:1.3125rem;top:66.0625rem;left:12.5625rem;font-size:1rem;display:block; }#beIfUvxW7K6wSmoSTEO6T0fBQZ3FZmIZ li:before{  }
 }@media only screen and (max-width: 763px) { #nM2L8q63vUgnvSNTTTS5NJ2NAQcHQf3d { width:19.1875rem;height:1.3125rem;top:64.125rem;left:12.5625rem;font-size:1rem;display:block; }#nM2L8q63vUgnvSNTTTS5NJ2NAQcHQf3d li:before{  }
 }@media only screen and (max-width: 763px) { #FpGpLyJlEANf7lvL8HMzhvdoEi1uQMtO { top:60.9375rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsmxCru6QsLXQvz3qvqUpR9yGbmucQVw { width:15.625rem;height:;top:61.125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz { width:19.1875rem;height:1.3125rem;top:79.25rem;left:12.5625rem;font-size:1rem;display:block; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:before{  }
 }@media only screen and (max-width: 763px) { #TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug { width:19.1875rem;height:1.3125rem;top:77.4375rem;left:12.5625rem;font-size:1rem;display:block; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:before{  }
 }@media only screen and (max-width: 763px) { #T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz { width:19.1875rem;height:1.3125rem;top:75.5rem;left:12.5625rem;font-size:1rem;display:block; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:before{  }
 }@media only screen and (max-width: 763px) { #oOAZ7ueIag571z3Ht7QIcl1NvMcuiJuQ { top:72.3125rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5yPzyZ8nVBPl4p37Vwe9GokMt86lU7V { width:15.625rem;height:;top:72.5rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #youzahCG9IZa9EmUK2cohqdJhbzc236D { width:19.1875rem;height:1.3125rem;top:81.125rem;left:12.5625rem;font-size:1rem;display:block; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:before{  }
 }@media only screen and (max-width: 763px) { #zseukkf5IJqArVZO7M356gJX7pslMZiF { width:19.1875rem;height:1.3125rem;top:83rem;left:12.5625rem;font-size:1rem;display:block; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:before{  }
 }@media only screen and (max-width: 763px) { #OvUzMffiCxRavrrukgh859oHyt2b5U7H { width:19.1875rem;height:1.3125rem;top:84.875rem;left:12.5625rem;font-size:1rem;display:block; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:before{  }
 }@media only screen and (max-width: 763px) { #idUAwp7FKFr6TMTMaSASFu0NXbSzpG9x { width:19.1875rem;height:1.3125rem;top:86.75rem;left:12.5625rem;font-size:1rem;display:block; }#idUAwp7FKFr6TMTMaSASFu0NXbSzpG9x li:before{  }
 }@media only screen and (max-width: 763px) { #eceWZTeCV12lsgqk9FK3wvnQu9CZ61Z3 { width:19.1875rem;height:1.3125rem;top:90.5rem;left:12.5625rem;font-size:1rem;display:block; }#eceWZTeCV12lsgqk9FK3wvnQu9CZ61Z3 li:before{  }
 }@media only screen and (max-width: 763px) { #vvXu1ZyNGd8bFi6dlpN3ESNS1Fpzo9IE { width:19.1875rem;height:1.3125rem;top:105.4375rem;left:12.5625rem;font-size:1rem;display:block; }#vvXu1ZyNGd8bFi6dlpN3ESNS1Fpzo9IE li:before{  }
 }@media only screen and (max-width: 763px) { #Turv9NRverf9OpnTl8qall5NKygxEbII { width:19.1875rem;height:1.3125rem;top:103.5625rem;left:12.5625rem;font-size:1rem;display:block; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:before{  }
 }@media only screen and (max-width: 763px) { #B0vZc9lkkD4W3vA9TtHuxlaztAXpX9v9 { width:19.1875rem;height:1.3125rem;top:99.9375rem;left:12.5625rem;font-size:1rem;display:block; }#B0vZc9lkkD4W3vA9TtHuxlaztAXpX9v9 li:before{  }
 }@media only screen and (max-width: 763px) { #rQMWHrXzObwhmbD5Lw5R4SNcs4dwCReM { width:19.125rem;height:1.25rem;top:97.9375rem;left:12.625rem;font-size:1rem;display:block; }#rQMWHrXzObwhmbD5Lw5R4SNcs4dwCReM li:before{  }
 }@media only screen and (max-width: 763px) { #tHeT7UTiu9aD4SzqHNJmIBhTTmQWrTVe { top:94.8125rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExzdbEpkA5GGPUHnBk6Iz0TlKK6VcFH { width:17.6875rem;height:1.6875rem;top:95rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkBoxGx0Jdze0TOVIAhBxeDnsdmaANQ { width:19.1875rem;height:1.3125rem;top:116.25rem;left:12.5625rem;font-size:1rem;display:block; }#WEkBoxGx0Jdze0TOVIAhBxeDnsdmaANQ li:before{  }
 }@media only screen and (max-width: 763px) { #afRkohydpr1ndOBGqJMVSQDutlWKT2xC { width:19.1875rem;height:1.3125rem;top:114.375rem;left:12.5625rem;font-size:1rem;display:block; }#afRkohydpr1ndOBGqJMVSQDutlWKT2xC li:before{  }
 }@media only screen and (max-width: 763px) { #lhnFAnORTh9GsDL5u2SJGvevCMJFySFM { width:19.1875rem;height:1.3125rem;top:112.5rem;left:12.5625rem;font-size:1rem;display:block; }#lhnFAnORTh9GsDL5u2SJGvevCMJFySFM li:before{  }
 }@media only screen and (max-width: 763px) { #NcaErHrKhqwPyme1RWuWe8IPNhe1AhBl { top:109.3125rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEFTG3oWoWKHdAwDtJ9icdgXap638TSv { width:15.625rem;height:;top:109.5rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 { width:19.125rem;height:2.625rem;top:12.5625rem;left:28.5rem;font-size:1rem;display:block; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:before{  }
 }@media only screen and (max-width: 763px) { #DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I { width:19.125rem;height:1.3125rem;top:10.75rem;left:28.5rem;font-size:1rem;display:block; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:before{  }
 }@media only screen and (max-width: 763px) { #S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc { width:19.125rem;height:1.3125rem;top:8.8125rem;left:28.5rem;font-size:1rem;display:block; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:before{  }
 }@media only screen and (max-width: 763px) { #Qce0sMcWVtNuOVnIhqFdZxf9o4QVZoO7 { top:5.6875rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2DqoCTTH7OBD8ckAOkuuoOFrenZy2CM { width:15.625rem;height:;top:5.875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO { width:19.1875rem;height:1.3125rem;top:15.9375rem;left:28.4375rem;font-size:1rem;display:block; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:before{  }
 }@media only screen and (max-width: 763px) { #JuefpILV2A95AxE1MKoR7PK9309kn8Na { width:19.125rem;height:1.3125rem;top:17.8125rem;left:28.5rem;font-size:1rem;display:block; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:before{  }
 }@media only screen and (max-width: 763px) { #hcwIdQUghFIEFhmws4ricvyXuFhQZtVi { width:19.125rem;height:2.625rem;top:19.6875rem;left:28.5rem;font-size:1rem;display:block; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:before{  }
 }@media only screen and (max-width: 763px) { #LqxokaVloclAqhsIC6hJaxenFw891rmi { width:19.125rem;height:1.3125rem;top:22.875rem;left:28.5rem;font-size:1rem;display:block; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:before{  }
 }@media only screen and (max-width: 763px) { #cpMNRhrvzQgieJvIaQoVBET78NzMU4To { width:19.125rem;height:1.3125rem;top:24.5625rem;left:28.5rem;font-size:1rem;display:block; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:before{  }
 }@media only screen and (max-width: 763px) { #v0FByUlhKQIn47lMTUPUyWe9TiloFEDh { width:19.125rem;height:1.3125rem;top:26.4375rem;left:28.5rem;font-size:1rem;display:block; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:before{  }
 }@media only screen and (max-width: 763px) { #LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG { width:19.125rem;height:1.3125rem;top:28.3125rem;left:28.5rem;font-size:1rem;display:block; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:before{  }
 }@media only screen and (max-width: 763px) { #OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC { width:19.125rem;height:1.3125rem;top:30.1875rem;left:28.5rem;font-size:1rem;display:block; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:before{  }
 }@media only screen and (max-width: 763px) { #IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 { width:19.125rem;height:1.3125rem;top:33.3125rem;left:28.5rem;font-size:1rem;display:block; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:before{  }
 }@media only screen and (max-width: 763px) { #k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 { width:19.125rem;height:1.3125rem;top:35.1875rem;left:28.5rem;font-size:1rem;display:block; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:before{  }
 }@media only screen and (max-width: 763px) { #KUMqgaTMlZZ4qfKlqWd03WXUbZRwnlC5 { width:19.125rem;height:1.3125rem;top:45.75rem;left:28.5rem;font-size:1rem;display:block; }#KUMqgaTMlZZ4qfKlqWd03WXUbZRwnlC5 li:before{  }
 }@media only screen and (max-width: 763px) { #poFl2ohz7l4yrZD4RiXhdoTDfwm1nTL0 { width:19.125rem;height:1.3125rem;top:43.875rem;left:28.5rem;font-size:1rem;display:block; }#poFl2ohz7l4yrZD4RiXhdoTDfwm1nTL0 li:before{  }
 }@media only screen and (max-width: 763px) { #VtZacxRMMO6zwPpvTCc82Q4guLI7u2ir { width:19.125rem;height:1.3125rem;top:42rem;left:28.5rem;font-size:1rem;display:block; }#VtZacxRMMO6zwPpvTCc82Q4guLI7u2ir li:before{  }
 }@media only screen and (max-width: 763px) { #QSZEt8ZlALsSXGo8mcunWX48mVEAbTTk { top:38.8125rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIql3hw7D0ZL8JRLLD1bxASBN83HKTnS { width:17.4375rem;height:3.375rem;top:39rem;left:30.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTe6mKZWXKQAEwg9tCWv9gf5I5m9h8x { top:17rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWoa1zEiUMs35HUogW9Z46f0M3zGcegb { top:18.25rem;left:3.65625rem;width:8.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6yqeOsHaqADAWptRRWVuyrXzEK4kCB { width:19.875rem;height:3.6875rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6oqavgJB9esKTVsrSeLQLiNxDuq6d7z { display:block; }
 }@media only screen and (max-width: 763px) { #P4ZWWOzh94L5ecfmXWdrqxOLpKox5zBJ { top:22.25rem;left:3.65625rem;width:7.625rem;height:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNtrZuasodFJZytf7TQmoDk6UOKlIxm { top:21.6875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQfn50DfOPBfUbqvmf3Ofhe31dfrTBmf { top:23.6875rem;left:7.5625rem;width:8.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx9rZon9FuDyaIv4zq2gugMiGZzZk4zP { width:19.125rem;height:1.3125rem;top:47.625rem;left:28.5rem;font-size:1rem;display:block; }#sx9rZon9FuDyaIv4zq2gugMiGZzZk4zP li:before{  }
 }@media only screen and (max-width: 763px) { #NZKqW8agEwKJushFrCUp5noZOafTT0mT { width:19.125rem;height:1.3125rem;top:49.5rem;left:28.5rem;font-size:1rem;display:block; }#NZKqW8agEwKJushFrCUp5noZOafTT0mT li:before{  }
 }@media only screen and (max-width: 763px) { #Eo9zfK88v1TSxZmqOwf90RPgmf2seX9n { width:19.1875rem;height:2.625rem;top:51.375rem;left:28.4375rem;font-size:1rem;display:block; }#Eo9zfK88v1TSxZmqOwf90RPgmf2seX9n li:before{  }
 }@media only screen and (max-width: 763px) { #enshU0ipNetXSDNULTo571nBwTqQQaAB { width:19.1875rem;height:1.3125rem;top:54.5rem;left:28.4375rem;font-size:1rem;display:block; }#enshU0ipNetXSDNULTo571nBwTqQQaAB li:before{  }
 }@media only screen and (max-width: 763px) { #FR0KG0ctoZQih7C8tSkBTA1DeBcLlyBq { width:19.125rem;height:;top:56.3125rem;left:28.5rem;font-size:1rem;display:block; }#FR0KG0ctoZQih7C8tSkBTA1DeBcLlyBq li:before{  }
 }@media only screen and (max-width: 763px) { #i2s2pmDxw8JBt20p1TXt2yF7yuxWWsBB { width:19.125rem;height:3.9375rem;top:63.25rem;left:28.5rem;font-size:1rem;display:block; }#i2s2pmDxw8JBt20p1TXt2yF7yuxWWsBB li:before{  }
 }@media only screen and (max-width: 763px) { #rT31lkJ42eLAb1x264IMWy1hkBuHyqz9 { width:19.125rem;height:2.625rem;top:72.5625rem;left:28.5rem;font-size:1rem;display:block; }#rT31lkJ42eLAb1x264IMWy1hkBuHyqz9 li:before{  }
 }@media only screen and (max-width: 763px) { #G9VU26L95XI1onFXfZC1gUFEwTm78tOq { top:69.4375rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCtApIvGiLkLtPHI2eWDC86hazIWMSEw { width:15.625rem;height:;top:69.625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD8bBVoPtA9JtplQ5iy4PwQQGcXUUHJq { width:19.125rem;height:2.625rem;top:77rem;left:28.5rem;font-size:1rem;display:block; }#cD8bBVoPtA9JtplQ5iy4PwQQGcXUUHJq li:before{  }
 }@media only screen and (max-width: 763px) { #D2Jgurz0rmVTrliiSDIC0wLSdsq2hLDp { width:19.125rem;height:2.625rem;top:80.125rem;left:28.5rem;font-size:1rem;display:block; }#D2Jgurz0rmVTrliiSDIC0wLSdsq2hLDp li:before{  }
 }@media only screen and (max-width: 763px) { #QdCpu5v7n2QV50NyQ3Usi59xxoCCGKCy { width:19.1875rem;height:1.3125rem;top:83.25rem;left:28.4375rem;font-size:1rem;display:block; }#QdCpu5v7n2QV50NyQ3Usi59xxoCCGKCy li:before{  }
 }@media only screen and (max-width: 763px) { #aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R { width:19.1875rem;height:1.3125rem;top:90.0625rem;left:28.4375rem;font-size:1rem;display:block; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:before{  }
 }@media only screen and (max-width: 763px) { #iKyKfuSCmvHDxgOpRWDTHRT6rdHFSTJI { top:86.875rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XALOK1nHpqbn3v8MGAwrq8F1pf1lvkLE { width:15.625rem;height:;top:87.0625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 { width:19.1875rem;height:1.3125rem;top:91.9375rem;left:28.4375rem;font-size:1rem;display:block; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:before{  }
 }@media only screen and (max-width: 763px) { #zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s { width:19.1875rem;height:1.3125rem;top:93.8125rem;left:28.4375rem;font-size:1rem;display:block; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:before{  }
 }@media only screen and (max-width: 763px) { #exNV3TZtlLLCne8lEPDi8c18Lbi3qirT { width:19.1875rem;height:1.3125rem;top:95.6875rem;left:28.4375rem;font-size:1rem;display:block; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:before{  }
 }@media only screen and (max-width: 763px) { #ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo { width:19.1875rem;height:1.3125rem;top:97.5625rem;left:28.4375rem;font-size:1rem;display:block; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:before{  }
 }@media only screen and (max-width: 763px) { #GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV { width:19.1875rem;height:1.3125rem;top:99.4375rem;left:28.4375rem;font-size:1rem;display:block; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:before{  }
 }@media only screen and (max-width: 763px) { #T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 { width:19.1875rem;height:1.3125rem;top:101.3125rem;left:28.4375rem;font-size:1rem;display:block; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:before{  }
 }@media only screen and (max-width: 763px) { #n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 { width:19.125rem;height:1.3125rem;top:118.5625rem;left:28.5rem;font-size:1rem;display:block; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:before{  }
 }@media only screen and (max-width: 763px) { #XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi { width:19.1875rem;height:1.25rem;top:120.5rem;left:28.4375rem;font-size:1rem;display:block; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:before{  }
 }@media only screen and (max-width: 763px) { #NZPzOODGQuCmymWu5zeZpQl69K1Nycmh { width:19.125rem;height:1.3125rem;top:116.6875rem;left:28.5rem;font-size:1rem;display:block; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:before{  }
 }@media only screen and (max-width: 763px) { #tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar { width:19.125rem;height:;top:114.8125rem;left:28.5rem;font-size:1rem;display:block; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:before{  }
 }@media only screen and (max-width: 763px) { #VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r { width:19.1875rem;height:1.25rem;top:113rem;left:28.4375rem;font-size:1rem;display:block; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:before{  }
 }@media only screen and (max-width: 763px) { #inf0uHXxfabhWmJffQRy3sIWRhPuTkTh { width:19.125rem;height:1.3125rem;top:111.0625rem;left:28.5rem;font-size:1rem;display:block; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:before{  }
 }@media only screen and (max-width: 763px) { #tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO { width:19.1875rem;height:1.3125rem;top:109.25rem;left:28.4375rem;font-size:1rem;display:block; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:before{  }
 }@media only screen and (max-width: 763px) { #PV9i9RKIxSUuHPL40lTlQ2No17KvOTDi { width:15.625rem;height:;top:106.25rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEgvoagquFBnB0fnGVrmxqApcci9guqL { top:106.0625rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm { width:19.125rem;height:1.3125rem;top:122.3125rem;left:28.5rem;font-size:1rem;display:block; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:before{  }
 }@media only screen and (max-width: 763px) { #id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ { width:19.125rem;height:1.3125rem;top:124.1875rem;left:28.5rem;font-size:1rem;display:block; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:before{  }
 }@media only screen and (max-width: 763px) { #CyURABFuywwVLC3S2i88gZh97ND012ox { width:19.1875rem;height:2.625rem;top:126.0625rem;left:28.4375rem;font-size:1rem;display:block; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:before{  }
 }@media only screen and (max-width: 763px) { #HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 { width:19.1875rem;height:1.25rem;top:142.9375rem;left:28.4375rem;font-size:1rem;display:block; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:before{  }
 }@media only screen and (max-width: 763px) { #reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc { width:19.1875rem;height:1.25rem;top:141.0625rem;left:28.4375rem;font-size:1rem;display:block; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:before{  }
 }@media only screen and (max-width: 763px) { #mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi { width:19.1875rem;height:1.25rem;top:139.1875rem;left:28.4375rem;font-size:1rem;display:block; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:before{  }
 }@media only screen and (max-width: 763px) { #fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp { width:19.1875rem;height:1.25rem;top:137.3125rem;left:28.4375rem;font-size:1rem;display:block; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:before{  }
 }@media only screen and (max-width: 763px) { #xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h { width:19.1875rem;height:1.25rem;top:135.4375rem;left:28.4375rem;font-size:1rem;display:block; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:before{  }
 }@media only screen and (max-width: 763px) { #ZTFVLBRsc6mfN0p4yc431D3MmFGxNsvM { top:132.25rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz23aPqoPKMcLCRCGePBisdvsU1bITEp { width:15.625rem;height:;top:132.4375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU2NNaTgrpBKNOrODLsAlZf2v2okx7Oh { width:19.1875rem;height:2.625rem;top:125.4375rem;left:12.5625rem;font-size:1rem;display:block; }#ZU2NNaTgrpBKNOrODLsAlZf2v2okx7Oh li:before{  }
 }@media only screen and (max-width: 763px) { #qFTaZTCxQSvRL5Ra33Uuq7JBstPT253f { width:19.1875rem;height:1.3125rem;top:123.5625rem;left:12.5625rem;font-size:1rem;display:block; }#qFTaZTCxQSvRL5Ra33Uuq7JBstPT253f li:before{  }
 }@media only screen and (max-width: 763px) { #tDLTSTzieTk0JlRJLMinpXm4X1eUQUsE { width:15.625rem;height:;top:120.5625rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTd3k86VD47m1PgEAThFZZ1HIBA7iVp { top:120.375rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TtUZyuD3SIE9uQiIZKyavLFST4ELVR { width:19.1875rem;height:1.3125rem;top:128.8125rem;left:12.5625rem;font-size:1rem;display:block; }#h5TtUZyuD3SIE9uQiIZKyavLFST4ELVR li:before{  }
 }@media only screen and (max-width: 763px) { #T8gZQIhenmRvrWJDwOODSb6AHZkRUFCm { width:19.1875rem;height:1.3125rem;top:130.6875rem;left:12.5625rem;font-size:1rem;display:block; }#T8gZQIhenmRvrWJDwOODSb6AHZkRUFCm li:before{  }
 }@media only screen and (max-width: 763px) { #OTpZWnwiFV1Cx1DASVTouh3WHkoKIOUc { width:19.1875rem;height:1.3125rem;top:132.5625rem;left:12.5625rem;font-size:1rem;display:block; }#OTpZWnwiFV1Cx1DASVTouh3WHkoKIOUc li:before{  }
 }@media only screen and (max-width: 763px) { #wh3bCBtuhfpChOtW3irE6QRNtBGDBa7h { width:19.1875rem;height:1.3125rem;top:134.4375rem;left:12.5625rem;font-size:1rem;display:block; }#wh3bCBtuhfpChOtW3irE6QRNtBGDBa7h li:before{  }
 }@media only screen and (max-width: 763px) { #uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N { width:19.1875rem;height:1.3125rem;top:144rem;left:12.5625rem;font-size:1rem;display:block; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:before{  }
 }@media only screen and (max-width: 763px) { #qeekLAnODtiXXwI1XgiooIF33BQkOSVy { width:19.1875rem;height:1.3125rem;top:142.125rem;left:12.5625rem;font-size:1rem;display:block; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:before{  }
 }@media only screen and (max-width: 763px) { #gMZOo9LNtRD9hzJfXaVc0s8q1T3JwVID { width:15.625rem;height:;top:139.125rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyqsysXvXxbOMKWnQucbMSHbtkBGda9K { top:138.9375rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI { width:19.125rem;height:1.25rem;top:147.125rem;left:12.5625rem;font-size:1rem;display:block; }#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI li:before{  }
 }@media only screen and (max-width: 763px) { #zvXc3tIXcZpHJCoXEUMf7RxH45micFSl { width:19.125rem;height:1.25rem;top:149rem;left:12.625rem;font-size:1rem;display:block; }#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl li:before{  }
 }@media only screen and (max-width: 763px) { #WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC { width:19.125rem;height:1.25rem;top:150.875rem;left:12.625rem;font-size:1rem;display:block; }#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC li:before{  }
 }@media only screen and (max-width: 763px) { #BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC { width:19.1875rem;height:1.3125rem;top:160.375rem;left:12.5625rem;font-size:1rem;display:block; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:before{  }
 }@media only screen and (max-width: 763px) { #uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 { width:19.125rem;height:;top:162.25rem;left:12.625rem;font-size:1rem;display:block; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:before{  }
 }@media only screen and (max-width: 763px) { #vIApU1FUTKvZJHpAMqBCGWCnA91eoqib { width:19.125rem;height:1.3125rem;top:158.5rem;left:12.625rem;font-size:1rem;display:block; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:before{  }
 }@media only screen and (max-width: 763px) { #Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ { width:19.125rem;height:1.3125rem;top:156.5625rem;left:12.625rem;font-size:1rem;display:block; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:before{  }
 }@media only screen and (max-width: 763px) { #qnf77pFus8aGFBbaomysABLAqsrHgaHL { width:15.625rem;height:;top:153.5625rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQViDHfxyeUxJxHew9AM3JZTd4IaBS2a { top:153.375rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X { width:19.1875rem;height:2.5625rem;top:152.5rem;left:28.4375rem;font-size:1rem;display:block; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:before{  }
 }@media only screen and (max-width: 763px) { #aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P { width:19.1875rem;height:1.25rem;top:150.625rem;left:28.4375rem;font-size:1rem;display:block; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:before{  }
 }@media only screen and (max-width: 763px) { #iioitFq3m09hc57N7PcVePRX7wtANCT8 { width:15.625rem;height:;top:147.625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNWIMxTGA09LFZr51lMguh7sNekdC5Bf { top:147.4375rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 { width:19.1875rem;height:1.25rem;top:155.6875rem;left:28.4375rem;font-size:1rem;display:block; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:before{  }
 }@media only screen and (max-width: 763px) { #s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk { width:19.1875rem;height:1.3125rem;top:157.5625rem;left:28.4375rem;font-size:1rem;display:block; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:before{  }
 }@media only screen and (max-width: 763px) { #Z9ztprSgVGlX39R6FmozObTfXneRb9EE { width:19.1875rem;height:1.25rem;top:159.4375rem;left:28.4375rem;font-size:1rem;display:block; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:before{  }
 }@media only screen and (max-width: 763px) { #iq7U6PsqVHaQZzNCUTGbI698NglQMzMX { width:19.1875rem;height:1.3125rem;top:161.3125rem;left:28.4375rem;font-size:1rem;display:block; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:before{  }
 }@media only screen and (max-width: 763px) { #B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 { width:19.1875rem;height:2.5625rem;top:163.75rem;left:28.4375rem;font-size:1rem;display:block; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:before{  }
 }@media only screen and (max-width: 763px) { #r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC { width:19.1875rem;height:2.5625rem;top:166.875rem;left:28.4375rem;font-size:1rem;display:block; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:before{  }
 }@media only screen and (max-width: 763px) { #vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE { width:19.1875rem;height:1.3125rem;top:170rem;left:28.4375rem;font-size:1rem;display:block; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:before{  }
 }@media only screen and (max-width: 763px) { #VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 { width:19.125rem;height:;top:171.875rem;left:28.5rem;font-size:1rem;display:block; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:before{  }
 }@media only screen and (max-width: 763px) { #h5muvLzxWF89INAprEB1kNg28HcIG37E { width:19.1875rem;height:2.625rem;top:176.875rem;left:28.4375rem;font-size:1rem;display:block; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:before{  }
 }@media only screen and (max-width: 763px) { #Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 { width:19.1875rem;height:1.25rem;top:180rem;left:28.4375rem;font-size:1rem;display:block; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:before{  }
 }@media only screen and (max-width: 763px) { #fOu0muqm4g79bJywhokvQQe04CP8uRN8 { width:19.1875rem;height:1.25rem;top:181.875rem;left:28.4375rem;font-size:1rem;display:block; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:before{  }
 }@media only screen and (max-width: 763px) { #qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 { width:19.1875rem;height:2.5625rem;top:183.75rem;left:28.4375rem;font-size:1rem;display:block; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:before{  }
 }@media only screen and (max-width: 763px) { #zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC { width:19.1875rem;height:2.5625rem;top:186.875rem;left:28.4375rem;font-size:1rem;display:block; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:before{  }
 }@media only screen and (max-width: 763px) { #bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu { width:19.1875rem;height:1.3125rem;top:196.875rem;left:28.4375rem;font-size:1rem;display:block; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:before{  }
 }@media only screen and (max-width: 763px) { #AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw { width:19.1875rem;height:1.25rem;top:195rem;left:28.4375rem;font-size:1rem;display:block; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:before{  }
 }@media only screen and (max-width: 763px) { #dn2R26DV98uAHN4X9s7ZMQ4Vdbct9VmE { top:191.8125rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtOy7aap8LMBqbzUnSE8kWfbx4tcAGHZ { width:15.625rem;height:;top:192rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo { width:19.1875rem;height:3.9375rem;top:198.75rem;left:28.4375rem;font-size:1rem;display:block; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:before{  }
 }@media only screen and (max-width: 763px) { #ErmJD6IUTLydqDowcfkxych7BSShQCmr { width:19.125rem;height:;top:203.125rem;left:28.5rem;font-size:1rem;display:block; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:before{  }
 }@media only screen and (max-width: 763px) { #KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 { width:19.1875rem;height:1.3125rem;top:205rem;left:28.4375rem;font-size:1rem;display:block; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:before{  }
 }@media only screen and (max-width: 763px) { #MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR { width:19.1875rem;height:1.3125rem;top:206.875rem;left:28.4375rem;font-size:1rem;display:block; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:before{  }
 }@media only screen and (max-width: 763px) { #wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 { width:19.1875rem;height:1.3125rem;top:208.75rem;left:28.4375rem;font-size:1rem;display:block; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:before{  }
 }@media only screen and (max-width: 763px) { #iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH { width:19.125rem;height:1.3125rem;top:176.0625rem;left:12.625rem;font-size:1rem;display:block; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:before{  }
 }@media only screen and (max-width: 763px) { #SaJs45akn6hkm7KcH95csZJcF3V6gIBO { width:19.125rem;height:1.3125rem;top:174.1875rem;left:12.625rem;font-size:1rem;display:block; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:before{  }
 }@media only screen and (max-width: 763px) { #ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU { width:19.1875rem;height:1.3125rem;top:172.3125rem;left:12.5625rem;font-size:1rem;display:block; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:before{  }
 }@media only screen and (max-width: 763px) { #lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC { width:19.1875rem;height:1.3125rem;top:170.3125rem;left:12.5625rem;font-size:1rem;display:block; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:before{  }
 }@media only screen and (max-width: 763px) { #vC5RDuPT2IsITSLfxwNAMhpv24QGGVbv { top:167.125rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDLRD9Fn77BrXHZPoxQx2g09pKXl5dA1 { width:15.625rem;height:;top:167.3125rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R { width:19.125rem;height:1.3125rem;top:177.9375rem;left:12.625rem;font-size:1rem;display:block; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:before{  }
 }@media only screen and (max-width: 763px) { #wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 { width:19.1875rem;height:1.3125rem;top:179.8125rem;left:12.5625rem;font-size:1rem;display:block; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:before{  }
 }@media only screen and (max-width: 763px) { #QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T { width:19.1875rem;height:1.3125rem;top:194.125rem;left:12.5625rem;font-size:1rem;display:block; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:before{  }
 }@media only screen and (max-width: 763px) { #dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n { width:19.1875rem;height:1.3125rem;top:196rem;left:12.5625rem;font-size:1rem;display:block; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:before{  }
 }@media only screen and (max-width: 763px) { #zv8Gii1HPK19MnBN0BT33k6p9ce56QoL { width:19.1875rem;height:1.3125rem;top:192.25rem;left:12.5625rem;font-size:1rem;display:block; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:before{  }
 }@media only screen and (max-width: 763px) { #hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm { width:19.1875rem;height:1.3125rem;top:190.375rem;left:12.5625rem;font-size:1rem;display:block; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:before{  }
 }@media only screen and (max-width: 763px) { #HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 { width:19.1875rem;height:1.3125rem;top:188.5rem;left:12.5625rem;font-size:1rem;display:block; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:before{  }
 }@media only screen and (max-width: 763px) { #HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q { width:19.125rem;height:1.3125rem;top:186.5625rem;left:12.625rem;font-size:1rem;display:block; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:before{  }
 }@media only screen and (max-width: 763px) { #VrVSUpc9pmfSEQtPDvMZFqdfzLrabhug { top:183.375rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrTbwJNHC2r4ytQqzD75uceInST0PtNU { width:15.625rem;height:;top:183.5625rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T { width:19.1875rem;height:1.3125rem;top:197.875rem;left:12.5625rem;font-size:1rem;display:block; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:before{  }
 }@media only screen and (max-width: 763px) { #vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 { width:19.1875rem;height:1.3125rem;top:199.75rem;left:12.5625rem;font-size:1rem;display:block; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:before{  }
 }@media only screen and (max-width: 763px) { #TTE2tJTCQDP3MTJki937L8OJSuRFN9rZ { width:19.1875rem;height:1.3125rem;top:219.75rem;left:12.5625rem;font-size:1rem;display:block; }#TTE2tJTCQDP3MTJki937L8OJSuRFN9rZ li:before{  }
 }@media only screen and (max-width: 763px) { #HyvyFq4dKFVKwyx9iTUeuNpe3OnOKp4I { width:19.1875rem;height:1.3125rem;top:216rem;left:12.5625rem;font-size:1rem;display:block; }#HyvyFq4dKFVKwyx9iTUeuNpe3OnOKp4I li:before{  }
 }@media only screen and (max-width: 763px) { #pVnZHUkPowWCwnJHMIL9KITT3HCVaLRg { width:19.125rem;height:1.3125rem;top:217.875rem;left:12.625rem;font-size:1rem;display:block; }#pVnZHUkPowWCwnJHMIL9KITT3HCVaLRg li:before{  }
 }@media only screen and (max-width: 763px) { #RW1X3RaN7q1gQM38xO723Q64goPQUAAK { width:19.1875rem;height:1.3125rem;top:214.125rem;left:12.5625rem;font-size:1rem;display:block; }#RW1X3RaN7q1gQM38xO723Q64goPQUAAK li:before{  }
 }@media only screen and (max-width: 763px) { #N52fVL4amM8xEIE866I6Go6G37UmU99H { width:19.125rem;height:1.3125rem;top:211.625rem;left:12.625rem;font-size:1rem;display:block; }#N52fVL4amM8xEIE866I6Go6G37UmU99H li:before{  }
 }@media only screen and (max-width: 763px) { #VtLQOOOJ5N0ksWMDc1XDthJs0TF6ERaG { width:19.125rem;height:1.3125rem;top:209.125rem;left:12.625rem;font-size:1rem;display:block; }#VtLQOOOJ5N0ksWMDc1XDthJs0TF6ERaG li:before{  }
 }@media only screen and (max-width: 763px) { #Z65ilMHIf2LOxsKpEXikeTkyfPw8cU9A { width:19.125rem;height:1.3125rem;top:207.1875rem;left:12.625rem;font-size:1rem;display:block; }#Z65ilMHIf2LOxsKpEXikeTkyfPw8cU9A li:before{  }
 }@media only screen and (max-width: 763px) { #QDmKinUMTkiDWpgc6fr0b0rrCTU1aB4H { top:204rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx80P8c6dqLPEKrbW5ZftQLhPQS0IfXS { width:15.625rem;height:;top:204.1875rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM { width:19.125rem;height:1.3125rem;top:233.5rem;left:12.625rem;font-size:1rem;display:block; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:before{  }
 }@media only screen and (max-width: 763px) { #GCFe1NNc41Go4D2WAi472AKe9P0avTCV { width:19.125rem;height:1.3125rem;top:231rem;left:12.625rem;font-size:1rem;display:block; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:before{  }
 }@media only screen and (max-width: 763px) { #fQ24o1bP0JWCXhvwd4inCE72XOyldiOp { width:19.1875rem;height:1.3125rem;top:228.5rem;left:12.5625rem;font-size:1rem;display:block; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:before{  }
 }@media only screen and (max-width: 763px) { #uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 { width:19.125rem;height:1.3125rem;top:226.5625rem;left:12.625rem;font-size:1rem;display:block; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:before{  }
 }@media only screen and (max-width: 763px) { #cre0RTDXmhXNdtdW015OX6C5zQ47TRO9 { top:223.375rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu3bfqIFRmtMrcp4nWDaJqtHDO8LhdVu { width:15.625rem;height:;top:223.5625rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n500aIEAXTvCug8zfQba41XV1Qp0MaBB { width:19.125rem;height:;top:244.1875rem;left:12.625rem;font-size:1rem;display:block; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:before{  }
 }@media only screen and (max-width: 763px) { #PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H { width:19.1875rem;height:1.3125rem;top:242.3125rem;left:12.5625rem;font-size:1rem;display:block; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:before{  }
 }@media only screen and (max-width: 763px) { #TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX { width:19.125rem;height:1.3125rem;top:240.375rem;left:12.625rem;font-size:1rem;display:block; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:before{  }
 }@media only screen and (max-width: 763px) { #BDhSrLqaI4m2ZF6FzyCtS3EuHfsJAyb9 { top:237.1875rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pg7O0Li3hsEV0lucdop5sat7fVdw0v { width:15.625rem;height:;top:237.375rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSURZGMad81bEQTZ19CvTIgPgaowOplK { width:19.125rem;height:;top:247.3125rem;left:12.625rem;font-size:1rem;display:block; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:before{  }
 }@media only screen and (max-width: 763px) { #xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk { width:19.1875rem;height:1.3125rem;top:260.25rem;left:12.5625rem;font-size:1rem;display:block; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:before{  }
 }@media only screen and (max-width: 763px) { #KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk { width:19.1875rem;height:1.3125rem;top:258.375rem;left:12.5625rem;font-size:1rem;display:block; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:before{  }
 }@media only screen and (max-width: 763px) { #JvwvlpOKmW95x9paZygf46xse09LakaT { width:19.1875rem;height:1.3125rem;top:256.4375rem;left:12.5625rem;font-size:1rem;display:block; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:before{  }
 }@media only screen and (max-width: 763px) { #fRQ5mXfFLJOG0iELqwOLTtTWxbdM4l6x { top:253.25rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0olWO4dAs1lVLQUwiQAdBHChFN3L11I { width:15.625rem;height:;top:253.4375rem;left:16.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB { width:19.1875rem;height:1.3125rem;top:262.125rem;left:12.5625rem;font-size:1rem;display:block; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:before{  }
 }@media only screen and (max-width: 763px) { #OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh { width:19.1875rem;height:2.625rem;top:264rem;left:12.5625rem;font-size:1rem;display:block; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:before{  }
 }@media only screen and (max-width: 763px) { #FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb { width:19.125rem;height:;top:236.125rem;left:28.5rem;font-size:1rem;display:block; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:before{  }
 }@media only screen and (max-width: 763px) { #ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh { width:19.1875rem;height:1.25rem;top:234.25rem;left:28.4375rem;font-size:1rem;display:block; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:before{  }
 }@media only screen and (max-width: 763px) { #F3rWVToxTz855iEtMDxMcGxJE6CGs1xD { width:19.1875rem;height:1.25rem;top:232.375rem;left:28.4375rem;font-size:1rem;display:block; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:before{  }
 }@media only screen and (max-width: 763px) { #mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 { width:19.1875rem;height:1.25rem;top:230.4375rem;left:28.4375rem;font-size:1rem;display:block; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:before{  }
 }@media only screen and (max-width: 763px) { #uFy4Go6oEzdczlAqIwS03Ta6nkTDoE93 { width:15.625rem;height:1.6875rem;top:227.4375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaMFHNAWcBm4EoxKIDC53Rw1thd2piNf { top:227.25rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N { width:19.1875rem;height:1.3125rem;top:220rem;left:28.4375rem;font-size:1rem;display:block; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:before{  }
 }@media only screen and (max-width: 763px) { #bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD { width:19.1875rem;height:1.3125rem;top:218.125rem;left:28.4375rem;font-size:1rem;display:block; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:before{  }
 }@media only screen and (max-width: 763px) { #E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz { width:19.1875rem;height:1.3125rem;top:216.25rem;left:28.4375rem;font-size:1rem;display:block; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:before{  }
 }@media only screen and (max-width: 763px) { #v7MVW519BS5DxNfscBHZt1b8uNB2d6Gy { top:213.0625rem;left:31.75rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4l6hbA3fQKTNG6ICNMVEOU5ETippyrJ { width:15.625rem;height:;top:213.25rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s { width:17.75rem;height:2.625rem;top:222.5rem;left:28.5rem;font-size:1rem;display:block; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:before{  }
 }@media only screen and (max-width: 763px) { #AuqSpHvArwhCcz6VMtQFT0yWAB8UVWEL { top:264.6875rem;left:0rem;width:22.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNiVQz0p1ss9DE1u5IiBxlUimMsPPzym { top:269.5625rem;left:0rem;width:29.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltUGxnaIHeddPmNNthtGofcLAiqTEiTd { width:18.625rem;height:1.25rem;top:88.5625rem;left:13.0625rem;font-size:1rem;display:block; }#ltUGxnaIHeddPmNNthtGofcLAiqTEiTd li:before{  }
 }@media only screen and (max-width: 763px) { #sW3BJ1IxoxHdTvSLh1mpKmL5nT3HdQVO { width:19.25rem;height:1.25rem;top:101.75rem;left:12.4375rem;font-size:1rem;display:block; }#sW3BJ1IxoxHdTvSLh1mpKmL5nT3HdQVO li:before{  }
 }@media only screen and (max-width: 763px) { #lXNWi6zKDSdXzv2cBidyNxkQefUNXvky { display:block; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTwKy69S1SgQbQs1CTt4gOyyM4e53PuQ { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4VBIxPI1XiZ0rFUoIX3UWWQITfSmAgN { top:5.6875rem;left:0rem;width:43.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4cbie9VPJEol7U5pH4snK8yRxBotn0J { top:12.3125rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd5DO16Kuocl7SkGAKMne2MKXhgB3xb1 { top:10.875rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNJOUlQuJBQDDtma6wZcTuOLdPrcnUsa { top:15rem;left:3.5625rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miibN7o6Tl6vhz7iKHNfLsVCnKs4DG1b { top:11.625rem;left:1.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5SvmBOyeeTWfTWCQTt5TWgTl6WiuwHq { top:23.875rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #SyC1q2aS5OsD8QUsQEfw9mckBR36MkZ5 { top:20.125rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZF9XIOyXbkEWbI2dfJGg5yGlfFM9f9Q { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbuf0dLg5aJSrsJWiW5y75wVQPiZ3RkA { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaOx0P08TzXTpTRR9kg649JJF5uQhd6c { top:23.8125rem;left:38.4375rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJg2H8KwsbFtsQKkKBVyWR2OokbwxT0B { top:26.375rem;left:40rem;width:3.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuIOe4XCDk5RTuGtwTLffwyzHh5gfd7i { top:13.1875rem;left:12.4375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNW5dLqxixzkkG4kB8kWbICGUHxRbQZZ { top:16.125rem;left:12.4375rem;width:30.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplKtSWrDSqTnUp5vIwf1WiBlZVgFLa7 { top:25.5rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZacF7DOBfbtQDh5W5Gv4mAMz3EuZP6rx { top:28.5625rem;left:5.4375rem;width:27.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf8uQSo2JhpdHWp3kiDZQuMUuwMlQESH { top:32.0625rem;left:43.8125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCEVZ7f5cH7g4ZdTEsCTgUmP4JCuO3qs { top:35.8125rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QAsiVODmtRTPGg9mmn85J8q7eld8muVf { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MRkHuHz6u0RGw4ggEzrUJHtSPUQn4K { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRoDTFCq3hrObSQ0HoAOXzkT1u4rX9P7 { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2WKGNLUH3x2lbMIQUcZpfepwNfTGS8p { top:36.625rem;left:3.6875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlJnMm9CJm7aKe4L7CI6n5DeKCD7Kf6e { top:37.375rem;left:12.5rem;width:31.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrLhuKn1oSO3SfSurfgL4T42zR6PeK4Q { top:40.3125rem;left:12.5rem;width:32.6875rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { width:39.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { width:39.9375rem;height:auto;top:10.6875rem;left:2.65625rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { width:39.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { width:39.9375rem;height:auto;top:10.6875rem;left:2.65625rem; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 {  }
 }@media only screen and (max-width: 763px) { #F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv {  }
 }@media only screen and (max-width: 763px) { #ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { top:7.3125rem;left:5.34375rem;width:37.0625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { top:3.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { display:block; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { top:6.5625rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { top:7.8125rem;left:40.4375rem;width:7.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { top:11.1875rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { top:7.625rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { top:7.875rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { top:7.6875rem;left:39.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { top:7.8125rem;left:28.875rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { top:7.4375rem;left:26.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { top:13.8125rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { top:5.5rem;left:26.0625rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3livIBwtAxvrNpRlizZnI3My9WnoI { top:11.25rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { top:1.1875rem;left:0rem;width:9.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5d4pmXGeHI79LNfmbIGwCmDzpxNHWf { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2CcCoCPNPEhGWP9lxxGslXinew5OFki { top:16.75rem;left:0.5rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3TgwDNLlle39pCRSyRWriHmkSzLLi4 { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUPl1e7HGoMHFPVmHg0NhuQgUVCRV4GF { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi7WQJJQJieuIyxGTkPMcceTAaygO8xU { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozCkPtXXZezfstq0dIUJrXPVI0yeegWz { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbNUIDwehEUmuQCmbFEMK2PTvcOGlk8 { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6I8vzuXi7kSxtXbGm0lT8yIElrZzd6N { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITug5bfRUvZyTSeSPTNnfA0Jxq0unxwV { top:16.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7xrrrZRvefPdcTfbuC6gJ0K7l3bp09s { top:16.75rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#009fe3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:10.75rem;height:1.8125rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #vPaiqpu6zUnSNbTmlWRmnpZMGpE45hUn { width:12.9375rem;height:3.1875rem;top:0.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIBq6n9Nw2OfmnwCr5KQCiTc70lNKfGQ { width:8.875rem;height:2.625rem;top:5.375rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoK3qAa2tH1rUTUGh56MhmfGrtOT3p9 { display:block; }
 }@media only screen and (max-width: 763px) { #E7zW9diAWP0ytAK9enccT5A8PNMz8fb1 { width:12.9375rem;height:2.625rem;top:8.5625rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKhiFWa0y1wsoBwfkXkgq50tBxptcU1q { display:block; }
 }@media only screen and (max-width: 763px) { #UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u { display:block; }#UmU95cdW4kOI3KOLtgR3CevBcWJfKS8u > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZx2mbImaTFaff6urTQUggDNkiphPkST { width:12.6875rem;height:3.736575rem;top:4.1363525390625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uktxu8Ooy7BTID3pVeNUig7SuqSiwrf4 { width:20rem;height:0.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMO9CIrG1qZNGikrNbErkcoiio1X1qZw { width:3.75rem;height:0.1875rem;top:3.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAuFXMSt1gCEAdyMunkuanW7ddaZmhKE { width:12.5rem;height:1.05615rem;top:1.0625rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5PX28p1KiXzb1HqzVZ9wuHiCS6iEJpI { display:flex;width:1.25rem;height:1.25rem;top:0.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AI1uWMwm2pOQEey7MtvO3t0aFUv8UC58 { width:6.125rem;height:1.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeqzwhRk3UbxpKEvzcIWSnL4yJzDFhm { display:block; }
 }@media only screen and (max-width: 763px) { #Ok3WxwddaIArOd6skAyI8runoQPIibV4 { width:9.25rem;height:4.8125rem;top:3.599609375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuCLlckssgCt8mdvwnf0uokPKTH9IMVH { display:block; }#AuCLlckssgCt8mdvwnf0uokPKTH9IMVH > .row .container { width:20rem;height:604.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWESxH7CpPDHpslKM8T6zxCihIvWdRM { width:9.75rem;height:2.799075rem;top:15.49609375rem;left:10.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CSx9B2PNlFBtG8Q5obDwOKCQVd3LHC4D { width:9.375rem;height:0.0625rem;top:16.865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzGCrcbHToGPzAevFSGXeNSAFXa37mo { width:18rem;height:3.8983125rem;top:0.9375rem;left:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NHNq9yLHh9iTx3NdZnDT2TToQnAf1sdT { width:16.5625rem;height:1.49963125rem;top:23.5rem;left:2.6875rem;text-align:left;text-align-last:left;display:block; }#NHNq9yLHh9iTx3NdZnDT2TToQnAf1sdT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NHNq9yLHh9iTx3NdZnDT2TToQnAf1sdT li:before{  }
 }@media only screen and (max-width: 763px) { #ad035FVQ3vVzGR6NqwUNOslepuTtJMDo { width:15.625rem;height:1.49963125rem;top:20.561198592186rem;left:3.15625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #En7UnR9mBE2cPA6U1dJGSwKBSqT45UDu { display:flex;width:2.9375rem;height:2.9375rem;top:19.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q6MS5BeBLiw6LeP5rM1TPLoS2oTla0bU { width:8.0625rem;height:1.49963125rem;top:25rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Q6MS5BeBLiw6LeP5rM1TPLoS2oTla0bU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q6MS5BeBLiw6LeP5rM1TPLoS2oTla0bU li:before{  }
 }@media only screen and (max-width: 763px) { #sgHFxM5Ndr3POE4CN9pVhgq7C0Q8VPGK { width:13rem;height:1.49963125rem;top:26.5rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#sgHFxM5Ndr3POE4CN9pVhgq7C0Q8VPGK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sgHFxM5Ndr3POE4CN9pVhgq7C0Q8VPGK li:before{  }
 }@media only screen and (max-width: 763px) { #TBFq0NVT1WZ6Ms3XN0gD16XPPhotWe1x { width:8.6875rem;height:1.49963125rem;top:28rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TBFq0NVT1WZ6Ms3XN0gD16XPPhotWe1x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBFq0NVT1WZ6Ms3XN0gD16XPPhotWe1x li:before{  }
 }@media only screen and (max-width: 763px) { #MgfBJtm6MTKVLFAUr431rLwgAaqiAOI2 { width:8.25rem;height:1.49963125rem;top:29.5rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#MgfBJtm6MTKVLFAUr431rLwgAaqiAOI2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MgfBJtm6MTKVLFAUr431rLwgAaqiAOI2 li:before{  }
 }@media only screen and (max-width: 763px) { #u6pAXU4a5W01hqwTeeMZE0lkOFwBZfQb { width:16.0625rem;height:2.99926875rem;top:31rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#u6pAXU4a5W01hqwTeeMZE0lkOFwBZfQb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u6pAXU4a5W01hqwTeeMZE0lkOFwBZfQb li:before{  }
 }@media only screen and (max-width: 763px) { #o1BMifx8Megm3QSwePWSQGmd6GNXhZ3S { width:9.5625rem;height:1.49963125rem;top:46rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#o1BMifx8Megm3QSwePWSQGmd6GNXhZ3S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o1BMifx8Megm3QSwePWSQGmd6GNXhZ3S li:before{  }
 }@media only screen and (max-width: 763px) { #HCkQyoqZW6ISK9KKRTWyFCc4inm116iW { width:11.25rem;height:1.49963125rem;top:44.5rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HCkQyoqZW6ISK9KKRTWyFCc4inm116iW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HCkQyoqZW6ISK9KKRTWyFCc4inm116iW li:before{  }
 }@media only screen and (max-width: 763px) { #EvTv6iumsuoi5alr0QXOLG11ocTO0DTK { width:11.625rem;height:1.49963125rem;top:43rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#EvTv6iumsuoi5alr0QXOLG11ocTO0DTK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EvTv6iumsuoi5alr0QXOLG11ocTO0DTK li:before{  }
 }@media only screen and (max-width: 763px) { #dV4nOMD4WauOpvKfE38ikLWxH3Qw1IVq { width:10.0625rem;height:1.49963125rem;top:41.582033157349rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dV4nOMD4WauOpvKfE38ikLWxH3Qw1IVq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dV4nOMD4WauOpvKfE38ikLWxH3Qw1IVq li:before{  }
 }@media only screen and (max-width: 763px) { #OKSQ3RnGZWHUmdG8VI68bKReKFXBdPcd { width:11.9375rem;height:1.49963125rem;top:39.9375rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OKSQ3RnGZWHUmdG8VI68bKReKFXBdPcd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OKSQ3RnGZWHUmdG8VI68bKReKFXBdPcd li:before{  }
 }@media only screen and (max-width: 763px) { #CVTd4nS8fJVKOsTUT6sRxI1Qk88w47sI { width:15.1875rem;height:1.49963125rem;top:38.4375rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#CVTd4nS8fJVKOsTUT6sRxI1Qk88w47sI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CVTd4nS8fJVKOsTUT6sRxI1Qk88w47sI li:before{  }
 }@media only screen and (max-width: 763px) { #ULqlbtuFmx21w2zPvNu46Ia92UmG1kSd { width:15.625rem;height:1.49963125rem;top:36.217451095581rem;left:3.15625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9rc6He6kAqNO02UGxiagw0gwZ3RSTgc { display:flex;width:2.9375rem;height:2.9375rem;top:35.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WT89lqszpP0ykbwlCheEc0a57fqDhhFT { width:7.9375rem;height:1.49963125rem;top:47.5rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#WT89lqszpP0ykbwlCheEc0a57fqDhhFT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WT89lqszpP0ykbwlCheEc0a57fqDhhFT li:before{  }
 }@media only screen and (max-width: 763px) { #G0RtLVqRGsXyeBybIbMn8ilOsaXpTB9C { width:11.875rem;height:2.99926875rem;top:63.3125rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#G0RtLVqRGsXyeBybIbMn8ilOsaXpTB9C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G0RtLVqRGsXyeBybIbMn8ilOsaXpTB9C li:before{  }
 }@media only screen and (max-width: 763px) { #I56Z2ibdsVWEngVWP7bOSUFs54vMHaLE { width:6.4375rem;height:1.49963125rem;top:61.8125rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#I56Z2ibdsVWEngVWP7bOSUFs54vMHaLE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I56Z2ibdsVWEngVWP7bOSUFs54vMHaLE li:before{  }
 }@media only screen and (max-width: 763px) { #TbwtsVXrOvMmn7ovvpMa8LE0mgbIkGpp { width:9.875rem;height:1.49963125rem;top:60.25rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TbwtsVXrOvMmn7ovvpMa8LE0mgbIkGpp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TbwtsVXrOvMmn7ovvpMa8LE0mgbIkGpp li:before{  }
 }@media only screen and (max-width: 763px) { #SyITKeT1BWTsb5xvVdELJLEsuzEpMSZ4 { width:10.625rem;height:1.49963125rem;top:58.8125rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#SyITKeT1BWTsb5xvVdELJLEsuzEpMSZ4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SyITKeT1BWTsb5xvVdELJLEsuzEpMSZ4 li:before{  }
 }@media only screen and (max-width: 763px) { #D853azu7ROIXASg7wlXOFrlvsVu7xvTl { width:8.9375rem;height:1.49963125rem;top:57.375rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#D853azu7ROIXASg7wlXOFrlvsVu7xvTl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D853azu7ROIXASg7wlXOFrlvsVu7xvTl li:before{  }
 }@media only screen and (max-width: 763px) { #hM3GQOK4NygHfJvkamaIugEOn62iwWxZ { width:8.875rem;height:1.49963125rem;top:56rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#hM3GQOK4NygHfJvkamaIugEOn62iwWxZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hM3GQOK4NygHfJvkamaIugEOn62iwWxZ li:before{  }
 }@media only screen and (max-width: 763px) { #K2c9K5UZ9vIMJ1Kxcf19ntmwd4xKfHJE { width:11.3125rem;height:1.49963125rem;top:54.5625rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#K2c9K5UZ9vIMJ1Kxcf19ntmwd4xKfHJE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K2c9K5UZ9vIMJ1Kxcf19ntmwd4xKfHJE li:before{  }
 }@media only screen and (max-width: 763px) { #zIfWorgw9tC1lV4Jr2WtzTEOsGGXSyX2 { display:flex;width:2.93728125rem;height:2.93728125rem;top:50.828125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Me3d12v96DfzJPUDAksWTfv0D1VbaqN1 { width:15.625rem;height:1.49963125rem;top:51.544273376465rem;left:3.15625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw9flx1dF052oFVfhw0hPXhdl4iqa64m { width:17.25rem;height:1.49963125rem;top:73.625rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Jw9flx1dF052oFVfhw0hPXhdl4iqa64m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jw9flx1dF052oFVfhw0hPXhdl4iqa64m li:before{  }
 }@media only screen and (max-width: 763px) { #beIfUvxW7K6wSmoSTEO6T0fBQZ3FZmIZ { width:12.1875rem;height:1.49963125rem;top:72.125rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#beIfUvxW7K6wSmoSTEO6T0fBQZ3FZmIZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#beIfUvxW7K6wSmoSTEO6T0fBQZ3FZmIZ li:before{  }
 }@media only screen and (max-width: 763px) { #nM2L8q63vUgnvSNTTTS5NJ2NAQcHQf3d { width:12.1875rem;height:1.49963125rem;top:70.6875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#nM2L8q63vUgnvSNTTTS5NJ2NAQcHQf3d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nM2L8q63vUgnvSNTTTS5NJ2NAQcHQf3d li:before{  }
 }@media only screen and (max-width: 763px) { #FpGpLyJlEANf7lvL8HMzhvdoEi1uQMtO { display:flex;width:2.9375rem;height:2.9375rem;top:67.640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsmxCru6QsLXQvz3qvqUpR9yGbmucQVw { width:15.625rem;height:1.49963125rem;top:68.358076095581rem;left:3.15625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz { width:14.0625rem;height:1.49963125rem;top:81.75rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VPVFiWb6ufW2ZkkoWF05US6BOMf8VApz li:before{  }
 }@media only screen and (max-width: 763px) { #TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug { width:11.125rem;height:1.49963125rem;top:80.3125rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TuflRlBvuyOq58iUG3Rf3sCVqCsWbVug li:before{  }
 }@media only screen and (max-width: 763px) { #T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz { width:7.75rem;height:1.49963125rem;top:78.9375rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T5wUA6uweE9ATCTFPMhziUNCTdaJTTsz li:before{  }
 }@media only screen and (max-width: 763px) { #oOAZ7ueIag571z3Ht7QIcl1NvMcuiJuQ { display:flex;width:2.9375rem;height:2.9375rem;top:76rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w5yPzyZ8nVBPl4p37Vwe9GokMt86lU7V { width:15.625rem;height:1.49963125rem;top:76.717449188231rem;left:3.15625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #youzahCG9IZa9EmUK2cohqdJhbzc236D { width:12.625rem;height:1.49963125rem;top:83.1875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#youzahCG9IZa9EmUK2cohqdJhbzc236D li:before{  }
 }@media only screen and (max-width: 763px) { #zseukkf5IJqArVZO7M356gJX7pslMZiF { width:17.4375rem;height:1.49963125rem;top:84.5625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zseukkf5IJqArVZO7M356gJX7pslMZiF li:before{  }
 }@media only screen and (max-width: 763px) { #OvUzMffiCxRavrrukgh859oHyt2b5U7H { width:13rem;height:2.99926875rem;top:86rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OvUzMffiCxRavrrukgh859oHyt2b5U7H li:before{  }
 }@media only screen and (max-width: 763px) { #idUAwp7FKFr6TMTMaSASFu0NXbSzpG9x { width:10.9375rem;height:1.49963125rem;top:89rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#idUAwp7FKFr6TMTMaSASFu0NXbSzpG9x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#idUAwp7FKFr6TMTMaSASFu0NXbSzpG9x li:before{  }
 }@media only screen and (max-width: 763px) { #eceWZTeCV12lsgqk9FK3wvnQu9CZ61Z3 { width:12rem;height:1.49963125rem;top:90.5rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#eceWZTeCV12lsgqk9FK3wvnQu9CZ61Z3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eceWZTeCV12lsgqk9FK3wvnQu9CZ61Z3 li:before{  }
 }@media only screen and (max-width: 763px) { #vvXu1ZyNGd8bFi6dlpN3ESNS1Fpzo9IE { width:14.875rem;height:1.49963125rem;top:101.3125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#vvXu1ZyNGd8bFi6dlpN3ESNS1Fpzo9IE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vvXu1ZyNGd8bFi6dlpN3ESNS1Fpzo9IE li:before{  }
 }@media only screen and (max-width: 763px) { #Turv9NRverf9OpnTl8qall5NKygxEbII { width:16.0625rem;height:1.49963125rem;top:99.8125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Turv9NRverf9OpnTl8qall5NKygxEbII li:before{  }
 }@media only screen and (max-width: 763px) { #B0vZc9lkkD4W3vA9TtHuxlaztAXpX9v9 { width:11.625rem;height:1.49963125rem;top:98.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#B0vZc9lkkD4W3vA9TtHuxlaztAXpX9v9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B0vZc9lkkD4W3vA9TtHuxlaztAXpX9v9 li:before{  }
 }@media only screen and (max-width: 763px) { #rQMWHrXzObwhmbD5Lw5R4SNcs4dwCReM { width:13.8125rem;height:1.49963125rem;top:96.9375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#rQMWHrXzObwhmbD5Lw5R4SNcs4dwCReM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rQMWHrXzObwhmbD5Lw5R4SNcs4dwCReM li:before{  }
 }@media only screen and (max-width: 763px) { #tHeT7UTiu9aD4SzqHNJmIBhTTmQWrTVe { display:flex;width:2.9375rem;height:2.9375rem;top:93.204429626462rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fExzdbEpkA5GGPUHnBk6Iz0TlKK6VcFH { width:15.0625rem;height:1.49963125rem;top:93.923179626462rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkBoxGx0Jdze0TOVIAhBxeDnsdmaANQ { width:10.875rem;height:1.49963125rem;top:111.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#WEkBoxGx0Jdze0TOVIAhBxeDnsdmaANQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WEkBoxGx0Jdze0TOVIAhBxeDnsdmaANQ li:before{  }
 }@media only screen and (max-width: 763px) { #afRkohydpr1ndOBGqJMVSQDutlWKT2xC { width:11.5rem;height:1.49963125rem;top:109.6875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#afRkohydpr1ndOBGqJMVSQDutlWKT2xC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#afRkohydpr1ndOBGqJMVSQDutlWKT2xC li:before{  }
 }@media only screen and (max-width: 763px) { #lhnFAnORTh9GsDL5u2SJGvevCMJFySFM { width:12.3125rem;height:1.49963125rem;top:108.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#lhnFAnORTh9GsDL5u2SJGvevCMJFySFM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lhnFAnORTh9GsDL5u2SJGvevCMJFySFM li:before{  }
 }@media only screen and (max-width: 763px) { #NcaErHrKhqwPyme1RWuWe8IPNhe1AhBl { display:flex;width:2.9375rem;height:2.9375rem;top:104.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iEFTG3oWoWKHdAwDtJ9icdgXap638TSv { width:13.5rem;height:1.49963125rem;top:105.34375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 { width:14rem;height:4.4989rem;top:155.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l9B3bcJwibQ2Df02BxVQ6O7cQnZTKZP5 li:before{  }
 }@media only screen and (max-width: 763px) { #DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I { width:17.25rem;height:2.99926875rem;top:152.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DNw0obPqkxURtuCL5C3pJXDOLIiB7e4I li:before{  }
 }@media only screen and (max-width: 763px) { #S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc { width:14.5625rem;height:2.99926875rem;top:149.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S2MuCMz4ogsDXaMED9AwsknRyLR9DXDc li:before{  }
 }@media only screen and (max-width: 763px) { #Qce0sMcWVtNuOVnIhqFdZxf9o4QVZoO7 { display:flex;width:2.936525rem;height:2.936525rem;top:145.44923019409rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E2DqoCTTH7OBD8ckAOkuuoOFrenZy2CM { width:15.625rem;height:1.5rem;top:146.16971588135rem;left:3.154296875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO { width:16.75rem;height:1.5rem;top:160.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dFah4r7K1rEQ6TCqIP0ogpTqz3C9mtOO li:before{  }
 }@media only screen and (max-width: 763px) { #JuefpILV2A95AxE1MKoR7PK9309kn8Na { width:17.6875rem;height:2.99926875rem;top:162.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JuefpILV2A95AxE1MKoR7PK9309kn8Na li:before{  }
 }@media only screen and (max-width: 763px) { #hcwIdQUghFIEFhmws4ricvyXuFhQZtVi { width:15.6875rem;height:4.4989rem;top:166.1875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hcwIdQUghFIEFhmws4ricvyXuFhQZtVi li:before{  }
 }@media only screen and (max-width: 763px) { #LqxokaVloclAqhsIC6hJaxenFw891rmi { width:16.75rem;height:2.99926875rem;top:171.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LqxokaVloclAqhsIC6hJaxenFw891rmi li:before{  }
 }@media only screen and (max-width: 763px) { #cpMNRhrvzQgieJvIaQoVBET78NzMU4To { width:14.8125rem;height:1.5rem;top:174.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cpMNRhrvzQgieJvIaQoVBET78NzMU4To li:before{  }
 }@media only screen and (max-width: 763px) { #v0FByUlhKQIn47lMTUPUyWe9TiloFEDh { width:15.625rem;height:2.99926875rem;top:176.5625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v0FByUlhKQIn47lMTUPUyWe9TiloFEDh li:before{  }
 }@media only screen and (max-width: 763px) { #LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG { width:16rem;height:2.99926875rem;top:179.9375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LNhMJxLe8ViD4MfphMyA3rIJcd0nsRsG li:before{  }
 }@media only screen and (max-width: 763px) { #OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC { width:17.8125rem;height:2.99926875rem;top:183.3125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OKzKu6VZt2T2iqBAbocrO4DwUfzQNaBC li:before{  }
 }@media only screen and (max-width: 763px) { #IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 { width:15.75rem;height:1.5rem;top:186.3125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IJaZXzHm3bwoT3z0qiHfu5TeqMB6Usw7 li:before{  }
 }@media only screen and (max-width: 763px) { #k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 { width:14.375rem;height:1.5rem;top:188.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k9lTrVHD1XZGCOm4WzTKk4Rzz7Lms055 li:before{  }
 }@media only screen and (max-width: 763px) { #KUMqgaTMlZZ4qfKlqWd03WXUbZRwnlC5 { width:19.1875rem;height:2.99926875rem;top:200.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#KUMqgaTMlZZ4qfKlqWd03WXUbZRwnlC5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KUMqgaTMlZZ4qfKlqWd03WXUbZRwnlC5 li:before{  }
 }@media only screen and (max-width: 763px) { #poFl2ohz7l4yrZD4RiXhdoTDfwm1nTL0 { width:15.4375rem;height:2.99926875rem;top:197rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#poFl2ohz7l4yrZD4RiXhdoTDfwm1nTL0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#poFl2ohz7l4yrZD4RiXhdoTDfwm1nTL0 li:before{  }
 }@media only screen and (max-width: 763px) { #VtZacxRMMO6zwPpvTCc82Q4guLI7u2ir { width:18.125rem;height:1.5rem;top:194.875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VtZacxRMMO6zwPpvTCc82Q4guLI7u2ir li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VtZacxRMMO6zwPpvTCc82Q4guLI7u2ir li:before{  }
 }@media only screen and (max-width: 763px) { #QSZEt8ZlALsSXGo8mcunWX48mVEAbTTk { display:flex;width:2.9362rem;height:2.9362rem;top:191.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aIql3hw7D0ZL8JRLLD1bxASBN83HKTnS { width:14.56175rem;height:1.5rem;top:192.125rem;left:3rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTe6mKZWXKQAEwg9tCWv9gf5I5m9h8x { width:1.8125rem;height:1.8125rem;top:6.75rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWoa1zEiUMs35HUogW9Z46f0M3zGcegb { width:8.3125rem;height:1.29980625rem;top:7.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6yqeOsHaqADAWptRRWVuyrXzEK4kCB { width:19.875rem;height:3.6875rem;top:10.298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6oqavgJB9esKTVsrSeLQLiNxDuq6d7z { display:block; }
 }@media only screen and (max-width: 763px) { #P4ZWWOzh94L5ecfmXWdrqxOLpKox5zBJ { width:7.625rem;height:2.19360625rem;top:6.8125rem;left:10.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNtrZuasodFJZytf7TQmoDk6UOKlIxm { display:flex;width:1.8125rem;height:1.8125rem;top:6.8125rem;left:8.375rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #uQfn50DfOPBfUbqvmf3Ofhe31dfrTBmf { width:3rem;height:1.4619125rem;top:7.25rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx9rZon9FuDyaIv4zq2gugMiGZzZk4zP { width:19.1875rem;height:1.5rem;top:203.75rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#sx9rZon9FuDyaIv4zq2gugMiGZzZk4zP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sx9rZon9FuDyaIv4zq2gugMiGZzZk4zP li:before{  }
 }@media only screen and (max-width: 763px) { #NZKqW8agEwKJushFrCUp5noZOafTT0mT { width:16.25rem;height:2.99926875rem;top:205.875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#NZKqW8agEwKJushFrCUp5noZOafTT0mT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NZKqW8agEwKJushFrCUp5noZOafTT0mT li:before{  }
 }@media only screen and (max-width: 763px) { #Eo9zfK88v1TSxZmqOwf90RPgmf2seX9n { width:16.5625rem;height:4.4989rem;top:209.25rem;left:1.81201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Eo9zfK88v1TSxZmqOwf90RPgmf2seX9n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Eo9zfK88v1TSxZmqOwf90RPgmf2seX9n li:before{  }
 }@media only screen and (max-width: 763px) { #enshU0ipNetXSDNULTo571nBwTqQQaAB { width:17.625rem;height:2.99926875rem;top:213.99951171875rem;left:1.81201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#enshU0ipNetXSDNULTo571nBwTqQQaAB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#enshU0ipNetXSDNULTo571nBwTqQQaAB li:before{  }
 }@media only screen and (max-width: 763px) { #FR0KG0ctoZQih7C8tSkBTA1DeBcLlyBq { width:16.5rem;height:8.9978125rem;top:217.625rem;left:1.81201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#FR0KG0ctoZQih7C8tSkBTA1DeBcLlyBq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FR0KG0ctoZQih7C8tSkBTA1DeBcLlyBq li:before{  }
 }@media only screen and (max-width: 763px) { #i2s2pmDxw8JBt20p1TXt2yF7yuxWWsBB { width:17.6245rem;height:5.9985375rem;top:227.24951171875rem;left:1.81201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#i2s2pmDxw8JBt20p1TXt2yF7yuxWWsBB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i2s2pmDxw8JBt20p1TXt2yF7yuxWWsBB li:before{  }
 }@media only screen and (max-width: 763px) { #rT31lkJ42eLAb1x264IMWy1hkBuHyqz9 { width:16.875rem;height:4.4989rem;top:238.4365234375rem;left:1.9365234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#rT31lkJ42eLAb1x264IMWy1hkBuHyqz9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rT31lkJ42eLAb1x264IMWy1hkBuHyqz9 li:before{  }
 }@media only screen and (max-width: 763px) { #G9VU26L95XI1onFXfZC1gUFEwTm78tOq { display:flex;width:2.93261875rem;height:2.93261875rem;top:234.86962890625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hCtApIvGiLkLtPHI2eWDC86hazIWMSEw { width:15.625rem;height:1.5rem;top:235.5859375rem;left:3.1552734375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD8bBVoPtA9JtplQ5iy4PwQQGcXUUHJq { width:17.25rem;height:4.4989rem;top:243.31005859375rem;left:1.9365234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#cD8bBVoPtA9JtplQ5iy4PwQQGcXUUHJq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cD8bBVoPtA9JtplQ5iy4PwQQGcXUUHJq li:before{  }
 }@media only screen and (max-width: 763px) { #D2Jgurz0rmVTrliiSDIC0wLSdsq2hLDp { width:16.5rem;height:4.4989rem;top:248.43701171875rem;left:1.9365234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#D2Jgurz0rmVTrliiSDIC0wLSdsq2hLDp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D2Jgurz0rmVTrliiSDIC0wLSdsq2hLDp li:before{  }
 }@media only screen and (max-width: 763px) { #QdCpu5v7n2QV50NyQ3Usi59xxoCCGKCy { width:17.125rem;height:2.99926875rem;top:253.310546875rem;left:1.9365234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#QdCpu5v7n2QV50NyQ3Usi59xxoCCGKCy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QdCpu5v7n2QV50NyQ3Usi59xxoCCGKCy li:before{  }
 }@media only screen and (max-width: 763px) { #aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R { width:14.625rem;height:1.5rem;top:262.06005859375rem;left:2.06103515625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aLtw0N8vCk6J2ZI8qEaTzEI2qFR0gQ5R li:before{  }
 }@media only screen and (max-width: 763px) { #iKyKfuSCmvHDxgOpRWDTHRT6rdHFSTJI { display:flex;width:2.9370125rem;height:2.9370125rem;top:257.99365234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XALOK1nHpqbn3v8MGAwrq8F1pf1lvkLE { width:15.624rem;height:1.5rem;top:258.712890625rem;left:3.15380859375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 { width:15.375rem;height:1.5rem;top:264.185546875rem;left:2.06103515625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rzOMb9KDG2oA49Pyx9GFyyOddDCqp637 li:before{  }
 }@media only screen and (max-width: 763px) { #zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s { width:15.9375rem;height:1.5rem;top:266.31103515625rem;left:2.06103515625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zCR4xih6X7pxCvmxdwamOx3PfC2RGP8s li:before{  }
 }@media only screen and (max-width: 763px) { #exNV3TZtlLLCne8lEPDi8c18Lbi3qirT { width:17.375rem;height:1.5rem;top:268.4365234375rem;left:2.06103515625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#exNV3TZtlLLCne8lEPDi8c18Lbi3qirT li:before{  }
 }@media only screen and (max-width: 763px) { #ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo { width:17.125rem;height:1.5rem;top:270.560546875rem;left:2.06103515625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZT2K8AvTtwkZCp6IASatypdoqtTOuzBo li:before{  }
 }@media only screen and (max-width: 763px) { #GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV { width:15.4375rem;height:2.99926875rem;top:272.68603515625rem;left:2.06103515625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GMC0e2b6EVvGdL9zkIyCH41kZSLCOsdV li:before{  }
 }@media only screen and (max-width: 763px) { #T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 { width:14.75rem;height:1.5rem;top:276.06103515625rem;left:2.06103515625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T6W6yyeWJu0TIPpueV74Hmd1u64hAGS6 li:before{  }
 }@media only screen and (max-width: 763px) { #n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 { width:14.875rem;height:2.99926875rem;top:294.0625rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n3MpCTK5xXTiZS5BzmChTAbiDdNOuAn5 li:before{  }
 }@media only screen and (max-width: 763px) { #XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi { width:11.6875rem;height:1.5rem;top:297.43603515625rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XvLo9hDTGTGwIXvvXUyzi9CP2M50tSUi li:before{  }
 }@media only screen and (max-width: 763px) { #NZPzOODGQuCmymWu5zeZpQl69K1Nycmh { width:15.0625rem;height:1.5rem;top:291.935546875rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NZPzOODGQuCmymWu5zeZpQl69K1Nycmh li:before{  }
 }@media only screen and (max-width: 763px) { #tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar { width:14.9375rem;height:2.99926875rem;top:288.56201171875rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tLVKhp4xd4iOfV0qE9DOsSV5y7N4LPar li:before{  }
 }@media only screen and (max-width: 763px) { #VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r { width:12.5625rem;height:1.5rem;top:286.4365234375rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VnL16QatOcSd1K4PgX7hWIWTDEBQQd7r li:before{  }
 }@media only screen and (max-width: 763px) { #inf0uHXxfabhWmJffQRy3sIWRhPuTkTh { width:16.875rem;height:1.5rem;top:284.31103515625rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#inf0uHXxfabhWmJffQRy3sIWRhPuTkTh li:before{  }
 }@media only screen and (max-width: 763px) { #tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO { width:14.25rem;height:1.5rem;top:282.18701171875rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tQ9wp1TEk5ftKyDdbFHmfQc8179tktxO li:before{  }
 }@media only screen and (max-width: 763px) { #PV9i9RKIxSUuHPL40lTlQ2No17KvOTDi { width:15.625rem;height:1.5rem;top:279.34228515625rem;left:3.1552734375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEgvoagquFBnB0fnGVrmxqApcci9guqL { display:flex;width:2.9370125rem;height:2.9370125rem;top:278.623046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm { width:14.1875rem;height:1.5rem;top:299.5615234375rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FKn5T5k4wGN5xVpV6yJzEX6I5shRp9Xm li:before{  }
 }@media only screen and (max-width: 763px) { #id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ { width:16.3125rem;height:2.99926875rem;top:301.68701171875rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#id0L2eFQtlbzpOSl6k4ttZ6LEq0nzHCJ li:before{  }
 }@media only screen and (max-width: 763px) { #CyURABFuywwVLC3S2i88gZh97ND012ox { width:16.875rem;height:2.99926875rem;top:305.3125rem;left:2.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CyURABFuywwVLC3S2i88gZh97ND012ox li:before{  }
 }@media only screen and (max-width: 763px) { #HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 { width:15.5rem;height:2.99926875rem;top:326.625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HFgUZPuiAdX6EQoC0FQl8W05nxSpfac6 li:before{  }
 }@media only screen and (max-width: 763px) { #reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc { width:15.3125rem;height:2.99926875rem;top:323.25rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#reFX1nl6dZ28KGyfOZq2oD3i7VTSwdRc li:before{  }
 }@media only screen and (max-width: 763px) { #mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi { width:17.3125rem;height:2.99926875rem;top:319.875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mHOfWXslsK9BpdMfL0rA0Hb90RCzVhzi li:before{  }
 }@media only screen and (max-width: 763px) { #fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp { width:16.5625rem;height:2.99926875rem;top:316.5rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fv3cRIV9ZeumIlQ1HXSDTZGenuH86hZp li:before{  }
 }@media only screen and (max-width: 763px) { #xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h { width:17.5rem;height:1.5rem;top:314.37451171875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xXJGy8gDZVT6mP8zKreEN8kCNcBT1U3h li:before{  }
 }@media only screen and (max-width: 763px) { #ZTFVLBRsc6mfN0p4yc431D3MmFGxNsvM { display:flex;width:2.93728125rem;height:2.93728125rem;top:310.5615234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gz23aPqoPKMcLCRCGePBisdvsU1bITEp { width:15.624rem;height:1.5rem;top:311.279296875rem;left:3.15380859375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU2NNaTgrpBKNOrODLsAlZf2v2okx7Oh { width:15.875rem;height:2.99926875rem;top:119.18729227781rem;left:2.0616321563721rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ZU2NNaTgrpBKNOrODLsAlZf2v2okx7Oh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZU2NNaTgrpBKNOrODLsAlZf2v2okx7Oh li:before{  }
 }@media only screen and (max-width: 763px) { #qFTaZTCxQSvRL5Ra33Uuq7JBstPT253f { width:13.9375rem;height:1.49963125rem;top:117.74957513809rem;left:2.0620660781861rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#qFTaZTCxQSvRL5Ra33Uuq7JBstPT253f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qFTaZTCxQSvRL5Ra33Uuq7JBstPT253f li:before{  }
 }@media only screen and (max-width: 763px) { #tDLTSTzieTk0JlRJLMinpXm4X1eUQUsE { width:5.1875rem;height:1.49963125rem;top:114.80143928528rem;left:3.2183160781861rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTd3k86VD47m1PgEAThFZZ1HIBA7iVp { display:flex;width:2.9375rem;height:2.9375rem;top:114.08312320709rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h5TtUZyuD3SIE9uQiIZKyavLFST4ELVR { width:15.6875rem;height:1.49963125rem;top:122.12457275391rem;left:2.0616321563721rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#h5TtUZyuD3SIE9uQiIZKyavLFST4ELVR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h5TtUZyuD3SIE9uQiIZKyavLFST4ELVR li:before{  }
 }@media only screen and (max-width: 763px) { #T8gZQIhenmRvrWJDwOODSb6AHZkRUFCm { width:11.1875rem;height:1.49963125rem;top:123.49935531616rem;left:2.0616321563721rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#T8gZQIhenmRvrWJDwOODSb6AHZkRUFCm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T8gZQIhenmRvrWJDwOODSb6AHZkRUFCm li:before{  }
 }@media only screen and (max-width: 763px) { #OTpZWnwiFV1Cx1DASVTouh3WHkoKIOUc { width:15.0625rem;height:1.49963125rem;top:124.93707275391rem;left:2.0616321563721rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OTpZWnwiFV1Cx1DASVTouh3WHkoKIOUc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OTpZWnwiFV1Cx1DASVTouh3WHkoKIOUc li:before{  }
 }@media only screen and (max-width: 763px) { #wh3bCBtuhfpChOtW3irE6QRNtBGDBa7h { width:14.4375rem;height:1.49963125rem;top:126.43663978577rem;left:2.0616321563721rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#wh3bCBtuhfpChOtW3irE6QRNtBGDBa7h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wh3bCBtuhfpChOtW3irE6QRNtBGDBa7h li:before{  }
 }@media only screen and (max-width: 763px) { #uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N { width:16.4995625rem;height:2.99926875rem;top:134.69076156616rem;left:1.7502171993256rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uWTZiGXAy4sf3MOrAZQDE5FTRai7qg9N li:before{  }
 }@media only screen and (max-width: 763px) { #qeekLAnODtiXXwI1XgiooIF33BQkOSVy { width:12.25rem;height:1.49963125rem;top:132.56728363037rem;left:1.7805991172791rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qeekLAnODtiXXwI1XgiooIF33BQkOSVy li:before{  }
 }@media only screen and (max-width: 763px) { #gMZOo9LNtRD9hzJfXaVc0s8q1T3JwVID { width:4.56176875rem;height:1.49963125rem;top:129.96745491028rem;left:3.1597223281861rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyqsysXvXxbOMKWnQucbMSHbtkBGda9K { display:flex;width:2.9375rem;height:2.9375rem;top:129.24913978577rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI { width:15.375rem;height:1.49963125rem;top:140.37435531616rem;left:1.8120660781861rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#pXD6lfFKvgK2eS0LTlwiAW0Us1i2W4xI li:before{  }
 }@media only screen and (max-width: 763px) { #zvXc3tIXcZpHJCoXEUMf7RxH45micFSl { width:18rem;height:1.49963125rem;top:138.24544906616rem;left:1.8120660781861rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zvXc3tIXcZpHJCoXEUMf7RxH45micFSl li:before{  }
 }@media only screen and (max-width: 763px) { #WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC { width:18.25rem;height:1.49963125rem;top:142.37414169311rem;left:1.8120660781861rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#WbBvD5VBKBfyyiR0zzbWZBUzOwBTvgAC li:before{  }
 }@media only screen and (max-width: 763px) { #BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC { width:16.5rem;height:1.5rem;top:339.623046875rem;left:2.3115234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BOWLkPqXyphiVPZeZ2ev8OIbq1L4tUTC li:before{  }
 }@media only screen and (max-width: 763px) { #uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 { width:15.9375rem;height:2.99926875rem;top:341.5625rem;left:2.3115234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uyc5gbtR9ErdGc032TkohwHMiEgl6hP9 li:before{  }
 }@media only screen and (max-width: 763px) { #vIApU1FUTKvZJHpAMqBCGWCnA91eoqib { width:13.4375rem;height:1.5rem;top:337.6865234375rem;left:2.3115234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vIApU1FUTKvZJHpAMqBCGWCnA91eoqib li:before{  }
 }@media only screen and (max-width: 763px) { #Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ { width:15.5625rem;height:1.5rem;top:335.75rem;left:2.3115234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uv4AQmoFTPfrGQqgoM0s5a6hUgquvmgJ li:before{  }
 }@media only screen and (max-width: 763px) { #qnf77pFus8aGFBbaomysABLAqsrHgaHL { width:14.3745rem;height:1.5rem;top:332.404296875rem;left:3.77783203125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQViDHfxyeUxJxHew9AM3JZTd4IaBS2a { display:flex;width:2.9370125rem;height:2.9370125rem;top:331.65576171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X { width:16.0625rem;height:2.99926875rem;top:474.62451171875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QQb5LZ55Naww9rSZoG34MsEhWFsKhK1X li:before{  }
 }@media only screen and (max-width: 763px) { #aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P { width:17.1875rem;height:1.5rem;top:472.6875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aWfQpPLb9GQE5Qt4EbctJDmqO1oHUp2P li:before{  }
 }@media only screen and (max-width: 763px) { #iioitFq3m09hc57N7PcVePRX7wtANCT8 { width:16.25rem;height:1.5rem;top:469.1533203125rem;left:3.626953125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNWIMxTGA09LFZr51lMguh7sNekdC5Bf { display:flex;width:2.9370125rem;height:2.9370125rem;top:468.435546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 { width:15.9375rem;height:2.99926875rem;top:477.8740234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dwM7eyGFMbER5INmklsPFv2aLfCDCWD2 li:before{  }
 }@media only screen and (max-width: 763px) { #s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk { width:14.625rem;height:1.5rem;top:481.12451171875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s5OKMRAyErQAxXid6rxc3RxtWGOFlpLk li:before{  }
 }@media only screen and (max-width: 763px) { #Z9ztprSgVGlX39R6FmozObTfXneRb9EE { width:15.375rem;height:2.99926875rem;top:483.0615234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z9ztprSgVGlX39R6FmozObTfXneRb9EE li:before{  }
 }@media only screen and (max-width: 763px) { #iq7U6PsqVHaQZzNCUTGbI698NglQMzMX { width:15.5625rem;height:2.99926875rem;top:486.87451171875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iq7U6PsqVHaQZzNCUTGbI698NglQMzMX li:before{  }
 }@media only screen and (max-width: 763px) { #B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 { width:17.3125rem;height:2.99926875rem;top:490.6875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B0eJ4EHUAFlT3BEKFTTv3ZXtuuGmobp3 li:before{  }
 }@media only screen and (max-width: 763px) { #r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC { width:15.875rem;height:4.4989rem;top:493.93701171875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r8WgZm3f1kitpU4FeU5Ds6uxdtTW5PiC li:before{  }
 }@media only screen and (max-width: 763px) { #vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE { width:15.5rem;height:1.5rem;top:499rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vfuL5LlUSGgZqzr7VksGch02ASTEZ7GE li:before{  }
 }@media only screen and (max-width: 763px) { #VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 { width:17rem;height:5.9985375rem;top:500.93701171875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VFQfqlOIFoMWvnObLhWVO6HGUe568gE5 li:before{  }
 }@media only screen and (max-width: 763px) { #h5muvLzxWF89INAprEB1kNg28HcIG37E { width:15.3125rem;height:2.99926875rem;top:507.3740234375rem;left:2.74951171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h5muvLzxWF89INAprEB1kNg28HcIG37E li:before{  }
 }@media only screen and (max-width: 763px) { #Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 { width:16.125rem;height:2.99926875rem;top:511.25rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Noxh7dC2d0nScDlnmWfEn7pTw4M8kpG3 li:before{  }
 }@media only screen and (max-width: 763px) { #fOu0muqm4g79bJywhokvQQe04CP8uRN8 { width:14rem;height:2.99926875rem;top:514.8125rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fOu0muqm4g79bJywhokvQQe04CP8uRN8 li:before{  }
 }@media only screen and (max-width: 763px) { #qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 { width:16.625rem;height:4.4989rem;top:518.4365234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qpU1gfCxGhFoPk6i8xVfiihek7Aw5It2 li:before{  }
 }@media only screen and (max-width: 763px) { #zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC { width:16.75rem;height:4.4989rem;top:523.56201171875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZvWPDlhaswzJhTduPZeMxSVCPJRAIoC li:before{  }
 }@media only screen and (max-width: 763px) { #bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu { width:16.9375rem;height:1.5rem;top:537.2490234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bQx6keVxTPDV1ua1LIKhic2cTkLeoTSu li:before{  }
 }@media only screen and (max-width: 763px) { #AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw { width:16rem;height:2.99926875rem;top:534.0615234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWbGUxrdwm7IF15tWUqe8hkpu6mbqOWw li:before{  }
 }@media only screen and (max-width: 763px) { #dn2R26DV98uAHN4X9s7ZMQ4Vdbct9VmE { display:flex;width:2.9370125rem;height:2.9370125rem;top:530.34228515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mtOy7aap8LMBqbzUnSE8kWfbx4tcAGHZ { width:16.1875rem;height:1.5rem;top:531.06005859375rem;left:3.6884765625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo { width:17.4375rem;height:5.9985375rem;top:539.18701171875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dOW9FBN4ia1rsBctZA0xxTCy1NH1riNo li:before{  }
 }@media only screen and (max-width: 763px) { #ErmJD6IUTLydqDowcfkxych7BSShQCmr { width:13.1875rem;height:1.5rem;top:545.625rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ErmJD6IUTLydqDowcfkxych7BSShQCmr li:before{  }
 }@media only screen and (max-width: 763px) { #KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 { width:13.6875rem;height:1.5rem;top:547.5615234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KM4L9m5gcIfSoQ68liHFyo2tdzaZTsL7 li:before{  }
 }@media only screen and (max-width: 763px) { #MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR { width:10.6875rem;height:1.5rem;top:549.49951171875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MolK6NRXZ8y6zTH7ciTh3sWsFxhPt6XR li:before{  }
 }@media only screen and (max-width: 763px) { #wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 { width:16.6875rem;height:2.99926875rem;top:551.56201171875rem;left:2.5634765625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wuOGVVlr5urkWh4TDUKynIUPSDEQAac6 li:before{  }
 }@media only screen and (max-width: 763px) { #iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH { width:12.8125rem;height:1.5rem;top:356.75rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iSPmUzF0BVBwO3tyNu5Q9zKATmc53vmH li:before{  }
 }@media only screen and (max-width: 763px) { #SaJs45akn6hkm7KcH95csZJcF3V6gIBO { width:15.3125rem;height:1.5rem;top:354.81201171875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SaJs45akn6hkm7KcH95csZJcF3V6gIBO li:before{  }
 }@media only screen and (max-width: 763px) { #ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU { width:13.25rem;height:1.5rem;top:352.8740234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZW6sZgxf7PfFcnqvU3T6A2XUSAtINwRU li:before{  }
 }@media only screen and (max-width: 763px) { #lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC { width:15.6875rem;height:2.99926875rem;top:349.6865234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lXi0TCZ8s4uLpFlAEt1rc1sHviDuW1iC li:before{  }
 }@media only screen and (max-width: 763px) { #vC5RDuPT2IsITSLfxwNAMhpv24QGGVbv { display:flex;width:2.93728125rem;height:2.93728125rem;top:345.99951171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KDLRD9Fn77BrXHZPoxQx2g09pKXl5dA1 { width:15.625rem;height:1.5rem;top:346.74951171875rem;left:4.3740234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R { width:14.5rem;height:2.99926875rem;top:358.6865234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mmpkxvmgpJFsrWtceFmFwBxNsmKgME6R li:before{  }
 }@media only screen and (max-width: 763px) { #wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 { width:17rem;height:1.5rem;top:362.49951171875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wyHkRPB8s2ILsRK42m8d3ulCQTCLLzW5 li:before{  }
 }@media only screen and (max-width: 763px) { #QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T { width:8.0625rem;height:1.5rem;top:376.81103515625rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QhGpTs3swAwwTRq5yU6gVOcw9qsGOz2T li:before{  }
 }@media only screen and (max-width: 763px) { #dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n { width:10rem;height:1.5rem;top:378.7490234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dBgDTzHybJ6gvySklZHwiWpls5P5Wm8n li:before{  }
 }@media only screen and (max-width: 763px) { #zv8Gii1HPK19MnBN0BT33k6p9ce56QoL { width:11rem;height:1.5rem;top:374.873046875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zv8Gii1HPK19MnBN0BT33k6p9ce56QoL li:before{  }
 }@media only screen and (max-width: 763px) { #hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm { width:9rem;height:1.5rem;top:372.9365234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hM1GAm0OPVXcDm82dxkLbO9rdx3KN6Jm li:before{  }
 }@media only screen and (max-width: 763px) { #HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 { width:6.375rem;height:1.5rem;top:370.99853515625rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HyEdoN1x6utr8OOrs0a6WR4QRtllZO20 li:before{  }
 }@media only screen and (max-width: 763px) { #HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q { width:9.375rem;height:1.5rem;top:369.060546875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HgzPnyANluvtWHqSGn8sIJDI4Cxdd53Q li:before{  }
 }@media only screen and (max-width: 763px) { #VrVSUpc9pmfSEQtPDvMZFqdfzLrabhug { display:flex;width:2.93728125rem;height:2.93728125rem;top:365.6240234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RrTbwJNHC2r4ytQqzD75uceInST0PtNU { width:16.3125rem;height:1.5rem;top:366.3740234375rem;left:3.6240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T { width:9.6875rem;height:1.5rem;top:380.685546875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sEUTFCC6lzIPFWKeLKpgNk6yIB16MJ8T li:before{  }
 }@media only screen and (max-width: 763px) { #vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 { width:17.125rem;height:1.5rem;top:382.62353515625rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vm7DIXcKidLl8xGA59rLG1E05SKDTFb0 li:before{  }
 }@media only screen and (max-width: 763px) { #TTE2tJTCQDP3MTJki937L8OJSuRFN9rZ { width:15.25rem;height:1.5rem;top:405.4365234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TTE2tJTCQDP3MTJki937L8OJSuRFN9rZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TTE2tJTCQDP3MTJki937L8OJSuRFN9rZ li:before{  }
 }@media only screen and (max-width: 763px) { #HyvyFq4dKFVKwyx9iTUeuNpe3OnOKp4I { width:15.375rem;height:1.5rem;top:400.31103515625rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#HyvyFq4dKFVKwyx9iTUeuNpe3OnOKp4I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HyvyFq4dKFVKwyx9iTUeuNpe3OnOKp4I li:before{  }
 }@media only screen and (max-width: 763px) { #pVnZHUkPowWCwnJHMIL9KITT3HCVaLRg { width:16.125rem;height:2.99926875rem;top:402.2490234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#pVnZHUkPowWCwnJHMIL9KITT3HCVaLRg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pVnZHUkPowWCwnJHMIL9KITT3HCVaLRg li:before{  }
 }@media only screen and (max-width: 763px) { #RW1X3RaN7q1gQM38xO723Q64goPQUAAK { width:16.375rem;height:1.5rem;top:398.37451171875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#RW1X3RaN7q1gQM38xO723Q64goPQUAAK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RW1X3RaN7q1gQM38xO723Q64goPQUAAK li:before{  }
 }@media only screen and (max-width: 763px) { #N52fVL4amM8xEIE866I6Go6G37UmU99H { width:16.5rem;height:2.99926875rem;top:395.18701171875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#N52fVL4amM8xEIE866I6Go6G37UmU99H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N52fVL4amM8xEIE866I6Go6G37UmU99H li:before{  }
 }@media only screen and (max-width: 763px) { #VtLQOOOJ5N0ksWMDc1XDthJs0TF6ERaG { width:15.9375rem;height:2.99926875rem;top:391.99951171875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VtLQOOOJ5N0ksWMDc1XDthJs0TF6ERaG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VtLQOOOJ5N0ksWMDc1XDthJs0TF6ERaG li:before{  }
 }@media only screen and (max-width: 763px) { #Z65ilMHIf2LOxsKpEXikeTkyfPw8cU9A { width:16.125rem;height:1.5rem;top:390.0615234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Z65ilMHIf2LOxsKpEXikeTkyfPw8cU9A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z65ilMHIf2LOxsKpEXikeTkyfPw8cU9A li:before{  }
 }@media only screen and (max-width: 763px) { #QDmKinUMTkiDWpgc6fr0b0rrCTU1aB4H { display:flex;width:2.93728125rem;height:2.93728125rem;top:387rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nx80P8c6dqLPEKrbW5ZftQLhPQS0IfXS { width:15.624rem;height:1.5rem;top:387.12451171875rem;left:3.12451171875rem;text-align:left;text-align-last:left;font-size:1rem;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; }
 }@media only screen and (max-width: 763px) { #KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM { width:16.3125rem;height:2.99926875rem;top:421.8115234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KCpbsk1GvTmVBMxXVR7mTiqNeR3IZfJM li:before{  }
 }@media only screen and (max-width: 763px) { #GCFe1NNc41Go4D2WAi472AKe9P0avTCV { width:16.25rem;height:2.99926875rem;top:418.6240234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GCFe1NNc41Go4D2WAi472AKe9P0avTCV li:before{  }
 }@media only screen and (max-width: 763px) { #fQ24o1bP0JWCXhvwd4inCE72XOyldiOp { width:15.5rem;height:2.99926875rem;top:415.4365234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fQ24o1bP0JWCXhvwd4inCE72XOyldiOp li:before{  }
 }@media only screen and (max-width: 763px) { #uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 { width:16.375rem;height:1.5rem;top:412.87451171875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uqEi5MSSXKD6PpRFlhJNeIDFdgA7wx69 li:before{  }
 }@media only screen and (max-width: 763px) { #cre0RTDXmhXNdtdW015OX6C5zQ47TRO9 { display:flex;width:2.9370125rem;height:2.9370125rem;top:409.3427734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yu3bfqIFRmtMrcp4nWDaJqtHDO8LhdVu { width:15.624rem;height:1.5rem;top:410.060546875rem;left:3.15380859375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n500aIEAXTvCug8zfQba41XV1Qp0MaBB { width:16.3125rem;height:4.4989rem;top:436.8125rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n500aIEAXTvCug8zfQba41XV1Qp0MaBB li:before{  }
 }@media only screen and (max-width: 763px) { #PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H { width:15.9375rem;height:2.99926875rem;top:433.625rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTQ2kmmhpJXpg9EueZpWH2QGrdAQL75H li:before{  }
 }@media only screen and (max-width: 763px) { #TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX { width:16.375rem;height:2.99926875rem;top:430.4375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TphvDzFhLlTUD4ODq2KnpQwikPL3V7RX li:before{  }
 }@media only screen and (max-width: 763px) { #BDhSrLqaI4m2ZF6FzyCtS3EuHfsJAyb9 { display:flex;width:2.9370125rem;height:2.9370125rem;top:426.9365234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d3pg7O0Li3hsEV0lucdop5sat7fVdw0v { width:15.624rem;height:1.5rem;top:427.654296875rem;left:3.310546875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSURZGMad81bEQTZ19CvTIgPgaowOplK { width:16.0625rem;height:5.9985375rem;top:441.3125rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sSURZGMad81bEQTZ19CvTIgPgaowOplK li:before{  }
 }@media only screen and (max-width: 763px) { #xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk { width:17.3125rem;height:2.99926875rem;top:457.37451171875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xhOeqfxW5hThuDCgM4EOOvFOdP3mh4Rk li:before{  }
 }@media only screen and (max-width: 763px) { #KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk { width:15rem;height:2.99926875rem;top:454.18701171875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KmtE8OL8SJ2BWwCSa6COhfdtlq050zsk li:before{  }
 }@media only screen and (max-width: 763px) { #JvwvlpOKmW95x9paZygf46xse09LakaT { width:12.5625rem;height:1.5rem;top:452.2490234375rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JvwvlpOKmW95x9paZygf46xse09LakaT li:before{  }
 }@media only screen and (max-width: 763px) { #fRQ5mXfFLJOG0iELqwOLTtTWxbdM4l6x { display:flex;width:2.9370125rem;height:2.9370125rem;top:448.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0olWO4dAs1lVLQUwiQAdBHChFN3L11I { width:16.0625rem;height:1.5rem;top:449.1552734375rem;left:3.81298828125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB { width:15.5625rem;height:1.5rem;top:460.56201171875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DN0q2nQD4ITTgH9hdTRyyJrtS16BIgpB li:before{  }
 }@media only screen and (max-width: 763px) { #OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh { width:14.4375rem;height:4.4989rem;top:462.5rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OiQQ8RLHmLXQXkpkZIZe9b1yOBk1Cyyh li:before{  }
 }@media only screen and (max-width: 763px) { #FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb { width:16.8125rem;height:5.9985375rem;top:585.125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FLT6knCTFkG2Qag4txT0exynZ9kWb1Rb li:before{  }
 }@media only screen and (max-width: 763px) { #ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh { width:15.9375rem;height:2.99926875rem;top:581.3125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ugQk5SbEoD0SMIXr6DHGk30k5sFebFMh li:before{  }
 }@media only screen and (max-width: 763px) { #F3rWVToxTz855iEtMDxMcGxJE6CGs1xD { width:15.375rem;height:1.5rem;top:579.375rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F3rWVToxTz855iEtMDxMcGxJE6CGs1xD li:before{  }
 }@media only screen and (max-width: 763px) { #mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 { width:15.875rem;height:1.5rem;top:577.4375rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mJ6wWGaHCkQRM6oUG21yIsWXBXBgPFw6 li:before{  }
 }@media only screen and (max-width: 763px) { #uFy4Go6oEzdczlAqIwS03Ta6nkTDoE93 { width:15.6225625rem;height:1.5rem;top:574.435546875rem;left:3.1552734375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaMFHNAWcBm4EoxKIDC53Rw1thd2piNf { display:flex;width:2.9370125rem;height:2.9370125rem;top:573.7177734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N { width:15.4375rem;height:2.99926875rem;top:565.3115234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E8cDSQIkf54dCBPZJeCz8ipWPRFxM29N li:before{  }
 }@media only screen and (max-width: 763px) { #bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD { width:14rem;height:1.5rem;top:563.37451171875rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bKDvzTTmrAC3IqOvl2qpRpUuSZqKKzuD li:before{  }
 }@media only screen and (max-width: 763px) { #E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz { width:13.1875rem;height:1.5rem;top:561.4375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E9ucGCCQpobAigzOJ7ysq04HcWgL09Wz li:before{  }
 }@media only screen and (max-width: 763px) { #v7MVW519BS5DxNfscBHZt1b8uNB2d6Gy { display:flex;width:2.9370125rem;height:2.9370125rem;top:556.90576171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S4l6hbA3fQKTNG6ICNMVEOU5ETippyrJ { width:15.6225625rem;height:1.5rem;top:557.62353515625rem;left:3.1552734375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s { width:16.25rem;height:2.99926875rem;top:568.4990234375rem;left:2.56201171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OsScOpxIcAtTKvRoRGZ25So7u0D0dP1s li:before{  }
 }@media only screen and (max-width: 763px) { #AuqSpHvArwhCcz6VMtQFT0yWAB8UVWEL { width:12.4995rem;height:1.2994375rem;top:599.375rem;left:0.9686279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNiVQz0p1ss9DE1u5IiBxlUimMsPPzym { width:17.875rem;height:1.2994375rem;top:600.9375rem;left:1.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltUGxnaIHeddPmNNthtGofcLAiqTEiTd { width:16.5625rem;height:1.5rem;top:591.75rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ltUGxnaIHeddPmNNthtGofcLAiqTEiTd li:before{  }
 }@media only screen and (max-width: 763px) { #sW3BJ1IxoxHdTvSLh1mpKmL5nT3HdQVO { width:16.5625rem;height:2.99926875rem;top:593.875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#sW3BJ1IxoxHdTvSLh1mpKmL5nT3HdQVO li:before{  }
 }@media only screen and (max-width: 763px) { #lXNWi6zKDSdXzv2cBidyNxkQefUNXvky { display:block; }#lXNWi6zKDSdXzv2cBidyNxkQefUNXvky > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTwKy69S1SgQbQs1CTt4gOyyM4e53PuQ { width:20rem;height:4.7131375rem;top:2.9375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4VBIxPI1XiZ0rFUoIX3UWWQITfSmAgN { width:20rem;height:4.6307375rem;top:8.162109375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4cbie9VPJEol7U5pH4snK8yRxBotn0J { width:7.8125rem;height:7.8125rem;top:16.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd5DO16Kuocl7SkGAKMne2MKXhgB3xb1 { width:4.75rem;height:4.75rem;top:15.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNJOUlQuJBQDDtma6wZcTuOLdPrcnUsa { width:3.5rem;height:3.4375rem;top:19.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miibN7o6Tl6vhz7iKHNfLsVCnKs4DG1b { width:1.375rem;height:2.6001rem;top:15.875rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5SvmBOyeeTWfTWCQTt5TWgTl6WiuwHq { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyC1q2aS5OsD8QUsQEfw9mckBR36MkZ5 { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZF9XIOyXbkEWbI2dfJGg5yGlfFM9f9Q { width:7.8125rem;height:7.8125rem;top:35.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbuf0dLg5aJSrsJWiW5y75wVQPiZ3RkA { width:4.75rem;height:4.75rem;top:34rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaOx0P08TzXTpTRR9kg649JJF5uQhd6c { width:1.375rem;height:2.6001rem;top:35rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJg2H8KwsbFtsQKkKBVyWR2OokbwxT0B { width:3.9375rem;height:3.875rem;top:37.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuIOe4XCDk5RTuGtwTLffwyzHh5gfd7i { width:20rem;height:2.4375rem;top:25.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNW5dLqxixzkkG4kB8kWbICGUHxRbQZZ { width:18.6875rem;height:2.598875rem;top:28.0625rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TplKtSWrDSqTnUp5vIwf1WiBlZVgFLa7 { width:20rem;height:2.4375rem;top:45rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZacF7DOBfbtQDh5W5Gv4mAMz3EuZP6rx { width:18.6875rem;height:2.598875rem;top:47.4375rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uf8uQSo2JhpdHWp3kiDZQuMUuwMlQESH { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCEVZ7f5cH7g4ZdTEsCTgUmP4JCuO3qs { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAsiVODmtRTPGg9mmn85J8q7eld8muVf { width:7.8125rem;height:7.8125rem;top:55.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MRkHuHz6u0RGw4ggEzrUJHtSPUQn4K { width:4.75rem;height:4.75rem;top:54.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRoDTFCq3hrObSQ0HoAOXzkT1u4rX9P7 { width:1.375rem;height:2.6001rem;top:55.2626953125rem;left:7.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2WKGNLUH3x2lbMIQUcZpfepwNfTGS8p { width:3.4375rem;height:3.4375rem;top:58.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlJnMm9CJm7aKe4L7CI6n5DeKCD7Kf6e { width:20rem;height:2.4375rem;top:65.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrLhuKn1oSO3SfSurfgL4T42zR6PeK4Q { width:18.6875rem;height:7.796625rem;top:67.5rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:#296584;background-image:none;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-text {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-select {padding-top: 0; padding-bottom: 0;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o  { width:17.5rem;height:auto;top:10.4375rem;left:0rem; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o {display:block;}#D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o { width:17.5rem;height:auto;top:10.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #t1F1h7TzE9DM86ys7WT7bc4VHenZ50Uw {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #NigCVn5h1rUmPqpVNAmbaI0SyVhTMoOh { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #gproheTCntnVcn7F0IQ8WFbL58t0DmpD {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #qd4IUdOOQwEoX5FRcIdk1mydA2r5TZid {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #Vsc97A7FkOUaw1LiHkb5xi5r0T6VVTrC {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #MCwwuuSTdovs8aITz67RRxRloTHyyuE9 {  }
 }@media only screen and (max-width: 763px) { #F2ymu7uWQ6viGcnSXHCd6XHGuNK8lOw5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnUkeTX7y2pKavlSgXfJGhZOiyhRKXM0 { display:block; }
 }@media only screen and (max-width: 763px) { #owGaZkcFlvpzk1W05MPUazVxcAwZtfx7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gee4C0RUqbw4pmezzbs4v7Tz49LaOKlt { display:block; }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #vL1rs8ERvnGIX40c5e1XTpumqqVeBETv {  }
 }@media only screen and (max-width: 763px) { #D9Po3xFBE0pEJQckg7VMDmAWZznw4h7o #DIGPTwH36U1I4ptgODdCSaoklHNNdWfv {  }
 }@media only screen and (max-width: 763px) { #ROd8q5gJWkKmWF0GX7fCmw5O3F1fB1pP { width:20rem;height:3.167725rem;top:7.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhiHL6sXRgrlyMcCnXm5AoUueTU02XbG { width:20rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3T77B03AKZU3pJXi6TI4KVSudxz0SF { display:block; }#iN3T77B03AKZU3pJXi6TI4KVSudxz0SF > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f09z8UFfkWmZkQszITR8FhsCeSrEHXKT { width:14.625rem;height:4.8999rem;top:1.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tb8dk4qGq9mU2m9xU9P0s4H1IQp6ZbdI { width:7.3125rem;height:2.799075rem;top:18.4375rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUZRDhPBSWMFNwVFaTBB6vWCpvBgoeie { width:18.75rem;height:0.0625rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSdLJTs1lSLo7am1A3OSACgsZzdFXkr { width:2rem;height:2rem;top:18.1875rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5aw1rxbufuaVTtuS0yJJySvIq9mCicP { width:7.3125rem;height:1.3995375rem;top:15.0625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5GFgNFvFn6H48MOX8lf5OMATQxAp6iM { width:2rem;height:2rem;top:14.75rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcHKOQ4ZSKzhDACENFs1UKh4PIUtnTP { width:11.375rem;height:1.3995375rem;top:11.8125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpn0TteGfvlOhza7NyQhpfalemZQ7nxU { width:2rem;height:2rem;top:11.5rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSxL0OJQB4fALWw6N9MCqqbsLd3pyBea { width:20rem;height:1.04980625rem;top:25.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtFdXQ63kuQtUKOaEirDwaDEsbJ0L02u { width:20rem;height:1.04980625rem;top:9.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0c3livIBwtAxvrNpRlizZnI3My9WnoI { width:18.75rem;height:0.0625rem;top:7.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTWKqLRIfTbBZyJbkpqLozWIILgmkbTy { width:9.6875rem;height:2.375rem;top:33.5625rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5d4pmXGeHI79LNfmbIGwCmDzpxNHWf { width:3.0625rem;height:3.0625rem;top:28.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2CcCoCPNPEhGWP9lxxGslXinew5OFki { width:2rem;height:2rem;top:28.9375rem;left:16.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3TgwDNLlle39pCRSyRWriHmkSzLLi4 { width:3.0625rem;height:3.0625rem;top:28.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUPl1e7HGoMHFPVmHg0NhuQgUVCRV4GF { width:2rem;height:2rem;top:28.9375rem;left:12.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi7WQJJQJieuIyxGTkPMcceTAaygO8xU { width:3.0625rem;height:3.0625rem;top:28.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozCkPtXXZezfstq0dIUJrXPVI0yeegWz { width:2rem;height:2rem;top:28.9375rem;left:8.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgbNUIDwehEUmuQCmbFEMK2PTvcOGlk8 { width:3.0625rem;height:3.0625rem;top:28.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6I8vzuXi7kSxtXbGm0lT8yIElrZzd6N { width:2rem;height:2rem;top:28.9375rem;left:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITug5bfRUvZyTSeSPTNnfA0Jxq0unxwV { width:3.0625rem;height:3.0625rem;top:28.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7xrrrZRvefPdcTfbuC6gJ0K7l3bp09s { width:2rem;height:2rem;top:28.875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }