.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy { position:relative;display:block; }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy { background-color: transparent; background-image: none; }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy > .row .container > .video-iframe-container { display: none; }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy > .row > .video-iframe-container { display: none; }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy > .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); }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy { border-width: 0; border-radius: 0; }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy > .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; }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy > .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:18.75rem;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; }#IEwRC6fZA503TDrlZqe5Xme1qwk56VyA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:24.625rem;top:6.6875rem;left:25.1875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:442.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#EiBPZLJ8zhPM6ocX7Ar94uvwOiBLv13i { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:4.90625rem;height:3.4121125rem;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; }
#TTtX9450itcMI6ABZp5dTHM2LXxhymR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.3125rem;left:4.90625rem;height:10.39841875rem;display:block; }
#ChXJDto0LBoCJolvX23WJzFXgfdmvRUX { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:4.90625rem;height:2.2744125rem;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; }
#mMuzTEPCEdhi58pbxTeEhslK5R5oHtfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.1875rem;left:4.90625rem;height:2.2744125rem;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; }
#eTCnxWONgn0HhqBfc7JKsTRZubeqGaSl { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:42.125rem;left:4.90625rem;height:1.29980625rem;display:block; }
#NDUcOqOpXxDOdPJz8krLvKMUv9BnHbRy { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44.875rem;left:4.90625rem;height:1.29980625rem;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; }
#ZpPxqDw31NTq3PcFq9O38ZoV6tT0dxHL { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:47.0625rem;left:6.03125rem;height:15.235375rem;display:block; }#ZpPxqDw31NTq3PcFq9O38ZoV6tT0dxHL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZpPxqDw31NTq3PcFq9O38ZoV6tT0dxHL li:before{  }
#Om3EXokWyTmd9zikJqFAg3yLFn7yvZ4t { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:64.25rem;left:4.90625rem;height:1.29980625rem;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; }
#BFqk3FHUf5R2I2H0aXBMh6VpVPTK0cBR { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:66.625rem;left:6.0625rem;height:6.8115rem;display:block; }#BFqk3FHUf5R2I2H0aXBMh6VpVPTK0cBR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BFqk3FHUf5R2I2H0aXBMh6VpVPTK0cBR li:before{  }
#vwJiUsGAvBTOHrMV1oAs1DK3mnbTWHJX { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:75.6875rem;left:4.90625rem;height:1.29980625rem;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; }
#SDCDiET8EhaGnZ3kqaepqSTaMNmUcSUt { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:78.0625rem;left:6.0625rem;height:8.4238125rem;display:block; }#SDCDiET8EhaGnZ3kqaepqSTaMNmUcSUt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SDCDiET8EhaGnZ3kqaepqSTaMNmUcSUt li:before{  }
#LoHC8FcRFtxKTdZlLFmIfN9nJliTnL6X { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:88.6875rem;left:4.90625rem;height:1.29980625rem;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; }
#T0spiNHdomV2fJrnH3fvtOp8ULLNPTnT { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:91.0625rem;left:6.0625rem;height:9.723625rem;display:block; }#T0spiNHdomV2fJrnH3fvtOp8ULLNPTnT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T0spiNHdomV2fJrnH3fvtOp8ULLNPTnT li:before{  }
#pMGLdanWTLUkkVc8w5OOkzG89TxRMppL { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:113.5625rem;left:4.90625rem;height:3.8994125rem;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; }
#lTTeOT57cldBEcDTkhTH6cUdJi1lTWcB { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:121.125rem;left:4.90625rem;height:2.2744125rem;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; }
#kQDmts9nMeTKvA77G1sVbkA6U4ygVSvX { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:126rem;left:4.90625rem;height:7.79883125rem;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; }
#kDaEdK2wnt8r9VQDaZm2TZag8Trc4ztf { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:137.6875rem;left:4.90625rem;height:2.2744125rem;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; }
#Nhgv7X9C2RBZOfJgfU7dva7p050CT2mB { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:143.0625rem;left:4.90625rem;height:2.5996125rem;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; }
#WFWpmtJTXMJyux0PuGJCxIkDUQWTir0n { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:146.375rem;left:6.09375rem;height:14.19825rem;display:block; }#WFWpmtJTXMJyux0PuGJCxIkDUQWTir0n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WFWpmtJTXMJyux0PuGJCxIkDUQWTir0n li:before{  }
#K96bGEXpJ5ZnFrvCw45vfcJ14nLsIVtm { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:162rem;left:4.90625rem;height:14.2978625rem;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; }
#NL4EJbmBWCC0DW1OvDyzqZyQt5Jz11JE { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:192.0625rem;left:4.90625rem;height:2.2744125rem;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; }
#pFZZA2DZGE44U7n9Z0b5TMqGVI1uWsTn { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:196.9375rem;left:4.90625rem;height:2.5996125rem;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; }
#etHeTDZZeQctn1loOhXGgGHzD3GUOUlO { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:200.6875rem;left:6.0625rem;height:9.411125rem;display:block; }#etHeTDZZeQctn1loOhXGgGHzD3GUOUlO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#etHeTDZZeQctn1loOhXGgGHzD3GUOUlO li:before{  }
#oZrAoeScPKz8TDmHR7CnwdGQOCdgHe8C { color:rgba(var(--color-tertiary-4),1);display:block;width:62.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:210.5625rem;left:7.6875rem;height:4.5244125rem;display:block; }#oZrAoeScPKz8TDmHR7CnwdGQOCdgHe8C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oZrAoeScPKz8TDmHR7CnwdGQOCdgHe8C li:before{  }
#HGLOIbkN2EW2XIBZptO0DFl731DarO6n { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:216.0625rem;left:4.90625rem;height:2.5996125rem;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; }
#NrRhNdTurOBBuo5XnkUTReWiAtMbGTxd { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:222.4375rem;left:4.90625rem;height:2.2744125rem;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; }
#sN5Xynhx37cm2paZi9APrtVdcRG3qWiy { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:227.625rem;left:4.90625rem;height:1.29980625rem;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; }
#xKDoHuvlescnpClWhwA4W48V8BnClPS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:230rem;left:6.0625rem;height:11.3359375rem;display:block; }#xKDoHuvlescnpClWhwA4W48V8BnClPS1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xKDoHuvlescnpClWhwA4W48V8BnClPS1 li:before{  }
#VCBQczQnnbkuIfUAo0nJF48RiJ2UviKt { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:242.625rem;left:5.46875rem;height:3.8994125rem;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; }
#eHOP1K2QkxvKg0r78pRICRavIKB5LL5r { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:249.75rem;left:4.90625rem;height:2.2744125rem;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; }
#rvWy4O7JC66r3nQC2GCgmSmnhdo3epzx { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:254.875rem;left:4.90625rem;height:5.19921875rem;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; }
#V2FvN14q7Plck0auk93h2zGluB2XzpKa { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:263.9375rem;left:4.90625rem;height:2.2744125rem;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; }
#nuJTQ1U5aSOWitW2OfxQMz9Vyl44zMwJ { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:268.5625rem;left:4.90625rem;height:1.29980625rem;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; }
#dLshpUo3XBGpvG8i5OUQHPbACETkt5X4 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:270.5rem;left:6.0625rem;height:9.0488125rem;display:block; }#dLshpUo3XBGpvG8i5OUQHPbACETkt5X4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dLshpUo3XBGpvG8i5OUQHPbACETkt5X4 li:before{  }
#tcDKR7g2isfXt4zlNtxaVWlcA3LwyIgc { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:280.5625rem;left:4.90625rem;height:14.29786875rem;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; }
#sJeEtKNTWrAFhNegFAhZ44SSb5Jnvn9R { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:298.375rem;left:4.90625rem;height:2.2744125rem;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; }
#N56Gznz6G5BpU1sfbalNU7ONbcXGHkyp { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:303.5rem;left:4.90625rem;height:16.89746875rem;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; }
#pzu1tXDT9htH3Qpgn9S5nnQ0DuGnwhIW { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:321.3125rem;left:6.0625rem;height:7.4365rem;display:block; }#pzu1tXDT9htH3Qpgn9S5nnQ0DuGnwhIW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pzu1tXDT9htH3Qpgn9S5nnQ0DuGnwhIW li:before{  }
#GfRItdhGh2bMapm7Z4Of92DfR2aZ3wTA { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:330rem;left:4.90625rem;height:1.29980625rem;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; }
#fytu1Wfkfsw5dMDNPuTfDSCno67Q3UsL { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:332.125rem;left:6.0625rem;height:18.82225rem;display:block; }#fytu1Wfkfsw5dMDNPuTfDSCno67Q3UsL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fytu1Wfkfsw5dMDNPuTfDSCno67Q3UsL li:before{  }
#Z8wS48OTNpL6TTLWrIk2pWAz4GbinJ9d { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:352rem;left:4.90625rem;height:6.499rem;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; }
#T3hLgOnAO6BFgEJVkkn5f7N7l4L55bch { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:359.25rem;left:6.0625rem;height:6.13671875rem;display:block; }#T3hLgOnAO6BFgEJVkkn5f7N7l4L55bch li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T3hLgOnAO6BFgEJVkkn5f7N7l4L55bch li:before{  }
#U10k8RhwXPE4AphBL29uAibiTeaWKrWG { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:369.0625rem;left:4.90625rem;height:2.2744125rem;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; }
#kREP6qCQ4O6Xr3kZNB2Sq2GZMKkSfOuB { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:374.0625rem;left:4.90625rem;height:14.29786875rem;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; }
#qIMd0ThOTEzfRtL13Ua4GkAPDOvRKof9 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:417.8125rem;left:4.90625rem;height:1.29980625rem;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; }
#eFbW4TzQN5nKB56GVU85nvbcKdMrgq9N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:431.1240234375rem;left:8.96875rem;height:1.29980625rem;display:block; }
#fKStnc9e8pHb8ra0NrN9EZ3wFXzuwDiS { box-sizing:content-box;color:#0d4479;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:430.2109375rem;left:4.90625rem;display:block; }
#r2gRa2GgEDg4Tlk9Itck25Wp7JlheKko { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:102.75rem;left:4.90625rem;height:2.5996125rem;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; }
#QUXCprrd3KZVAUe9uhTStQ9SPJuo79FG { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:106.6875rem;left:6.0625rem;height:;display:block; }#QUXCprrd3KZVAUe9uhTStQ9SPJuo79FG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QUXCprrd3KZVAUe9uhTStQ9SPJuo79FG li:before{  }
#uPIwX9dRUQOHH1qvqXKfTUx8CIyLfvAT { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:177.375rem;left:6.125rem;height:;display:block; }#uPIwX9dRUQOHH1qvqXKfTUx8CIyLfvAT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uPIwX9dRUQOHH1qvqXKfTUx8CIyLfvAT li:before{  }
#S01JcaukmLiVLryw5Hviz14xWQESzMST { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:391.875rem;left:4.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;display:block; }
#AwZSKMKvG9kSPsvKhUiCEda4hfrPlIoP { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:396.75rem;left:4.9375rem;height:1.29980625rem;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; }
#iVAoJfBxesyrI4gBxHQNGUyT5TtL3VQy { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:398.8125rem;left:6.0625rem;height:;display:block; }#iVAoJfBxesyrI4gBxHQNGUyT5TtL3VQy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iVAoJfBxesyrI4gBxHQNGUyT5TtL3VQy li:before{  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x2apxyuJnlQkKocc4Swg127eGDpRyTdy { display:block; }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEwRC6fZA503TDrlZqe5Xme1qwk56VyA { top:6.6875rem;left:11.5625rem;width:24.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiBPZLJ8zhPM6ocX7Ar94uvwOiBLv13i { top:10.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtX9450itcMI6ABZp5dTHM2LXxhymR0 { top:22.3125rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChXJDto0LBoCJolvX23WJzFXgfdmvRUX { top:16.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMuzTEPCEdhi58pbxTeEhslK5R5oHtfZ { top:36.1875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCnxWONgn0HhqBfc7JKsTRZubeqGaSl { top:42.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDUcOqOpXxDOdPJz8krLvKMUv9BnHbRy { top:44.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPxqDw31NTq3PcFq9O38ZoV6tT0dxHL { top:47.0625rem;left:0rem;width:47.75rem;height:15.25rem;font-size:1rem;display:block; }#ZpPxqDw31NTq3PcFq9O38ZoV6tT0dxHL li:before{  }
 }@media only screen and (max-width: 763px) { #Om3EXokWyTmd9zikJqFAg3yLFn7yvZ4t { top:64.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFqk3FHUf5R2I2H0aXBMh6VpVPTK0cBR { top:66.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#BFqk3FHUf5R2I2H0aXBMh6VpVPTK0cBR li:before{  }
 }@media only screen and (max-width: 763px) { #vwJiUsGAvBTOHrMV1oAs1DK3mnbTWHJX { top:75.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDCDiET8EhaGnZ3kqaepqSTaMNmUcSUt { top:78.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#SDCDiET8EhaGnZ3kqaepqSTaMNmUcSUt li:before{  }
 }@media only screen and (max-width: 763px) { #LoHC8FcRFtxKTdZlLFmIfN9nJliTnL6X { top:88.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0spiNHdomV2fJrnH3fvtOp8ULLNPTnT { top:91.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#T0spiNHdomV2fJrnH3fvtOp8ULLNPTnT li:before{  }
 }@media only screen and (max-width: 763px) { #pMGLdanWTLUkkVc8w5OOkzG89TxRMppL { top:113.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTeOT57cldBEcDTkhTH6cUdJi1lTWcB { top:121.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQDmts9nMeTKvA77G1sVbkA6U4ygVSvX { top:126rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDaEdK2wnt8r9VQDaZm2TZag8Trc4ztf { top:137.6875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhgv7X9C2RBZOfJgfU7dva7p050CT2mB { top:143.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFWpmtJTXMJyux0PuGJCxIkDUQWTir0n { top:146.375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#WFWpmtJTXMJyux0PuGJCxIkDUQWTir0n li:before{  }
 }@media only screen and (max-width: 763px) { #K96bGEXpJ5ZnFrvCw45vfcJ14nLsIVtm { top:162rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL4EJbmBWCC0DW1OvDyzqZyQt5Jz11JE { top:192.0625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFZZA2DZGE44U7n9Z0b5TMqGVI1uWsTn { top:196.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etHeTDZZeQctn1loOhXGgGHzD3GUOUlO { top:200.6875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#etHeTDZZeQctn1loOhXGgGHzD3GUOUlO li:before{  }
 }@media only screen and (max-width: 763px) { #oZrAoeScPKz8TDmHR7CnwdGQOCdgHe8C { top:210.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#oZrAoeScPKz8TDmHR7CnwdGQOCdgHe8C li:before{  }
 }@media only screen and (max-width: 763px) { #HGLOIbkN2EW2XIBZptO0DFl731DarO6n { top:216.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrRhNdTurOBBuo5XnkUTReWiAtMbGTxd { top:222.4375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN5Xynhx37cm2paZi9APrtVdcRG3qWiy { top:227.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKDoHuvlescnpClWhwA4W48V8BnClPS1 { top:230rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#xKDoHuvlescnpClWhwA4W48V8BnClPS1 li:before{  }
 }@media only screen and (max-width: 763px) { #VCBQczQnnbkuIfUAo0nJF48RiJ2UviKt { top:242.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHOP1K2QkxvKg0r78pRICRavIKB5LL5r { top:249.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvWy4O7JC66r3nQC2GCgmSmnhdo3epzx { top:254.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2FvN14q7Plck0auk93h2zGluB2XzpKa { top:263.9375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuJTQ1U5aSOWitW2OfxQMz9Vyl44zMwJ { top:268.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLshpUo3XBGpvG8i5OUQHPbACETkt5X4 { top:270.5rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#dLshpUo3XBGpvG8i5OUQHPbACETkt5X4 li:before{  }
 }@media only screen and (max-width: 763px) { #tcDKR7g2isfXt4zlNtxaVWlcA3LwyIgc { top:280.5625rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJeEtKNTWrAFhNegFAhZ44SSb5Jnvn9R { top:298.375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N56Gznz6G5BpU1sfbalNU7ONbcXGHkyp { top:303.5rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzu1tXDT9htH3Qpgn9S5nnQ0DuGnwhIW { top:321.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#pzu1tXDT9htH3Qpgn9S5nnQ0DuGnwhIW li:before{  }
 }@media only screen and (max-width: 763px) { #GfRItdhGh2bMapm7Z4Of92DfR2aZ3wTA { top:330rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fytu1Wfkfsw5dMDNPuTfDSCno67Q3UsL { top:332.125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#fytu1Wfkfsw5dMDNPuTfDSCno67Q3UsL li:before{  }
 }@media only screen and (max-width: 763px) { #Z8wS48OTNpL6TTLWrIk2pWAz4GbinJ9d { top:352rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3hLgOnAO6BFgEJVkkn5f7N7l4L55bch { top:359.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#T3hLgOnAO6BFgEJVkkn5f7N7l4L55bch li:before{  }
 }@media only screen and (max-width: 763px) { #U10k8RhwXPE4AphBL29uAibiTeaWKrWG { top:369.0625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kREP6qCQ4O6Xr3kZNB2Sq2GZMKkSfOuB { top:374.0625rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIMd0ThOTEzfRtL13Ua4GkAPDOvRKof9 { top:417.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFbW4TzQN5nKB56GVU85nvbcKdMrgq9N { top:431.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKStnc9e8pHb8ra0NrN9EZ3wFXzuwDiS { top:430.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2gRa2GgEDg4Tlk9Itck25Wp7JlheKko { top:102.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUXCprrd3KZVAUe9uhTStQ9SPJuo79FG { top:106.6875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#QUXCprrd3KZVAUe9uhTStQ9SPJuo79FG li:before{  }
 }@media only screen and (max-width: 763px) { #uPIwX9dRUQOHH1qvqXKfTUx8CIyLfvAT { top:177.375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#uPIwX9dRUQOHH1qvqXKfTUx8CIyLfvAT li:before{  }
 }@media only screen and (max-width: 763px) { #S01JcaukmLiVLryw5Hviz14xWQESzMST { top:391.875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwZSKMKvG9kSPsvKhUiCEda4hfrPlIoP { top:396.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVAoJfBxesyrI4gBxHQNGUyT5TtL3VQy { top:398.8125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#iVAoJfBxesyrI4gBxHQNGUyT5TtL3VQy li:before{  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x2apxyuJnlQkKocc4Swg127eGDpRyTdy { display:block; }#x2apxyuJnlQkKocc4Swg127eGDpRyTdy > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEwRC6fZA503TDrlZqe5Xme1qwk56VyA { width:20rem;height:4.3652375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:869.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiBPZLJ8zhPM6ocX7Ar94uvwOiBLv13i { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTtX9450itcMI6ABZp5dTHM2LXxhymR0 { width:20rem;height:33.79493125rem;top:7.32324375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChXJDto0LBoCJolvX23WJzFXgfdmvRUX { width:20rem;height:2.2744125rem;top:3.79980625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMuzTEPCEdhi58pbxTeEhslK5R5oHtfZ { width:20rem;height:4.548825rem;top:42.36818125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTCnxWONgn0HhqBfc7JKsTRZubeqGaSl { width:20rem;height:2.5996125rem;top:48.16603125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NDUcOqOpXxDOdPJz8krLvKMUv9BnHbRy { width:20rem;height:3.8994125rem;top:52.01564375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPxqDw31NTq3PcFq9O38ZoV6tT0dxHL { width:20rem;height:46.4306875rem;top:57.16408125rem;left:0rem;font-size:1rem;display:block; }#ZpPxqDw31NTq3PcFq9O38ZoV6tT0dxHL li:before{  }
 }@media only screen and (max-width: 763px) { #Om3EXokWyTmd9zikJqFAg3yLFn7yvZ4t { width:20rem;height:2.5996125rem;top:104.84476875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BFqk3FHUf5R2I2H0aXBMh6VpVPTK0cBR { width:20rem;height:19.8095625rem;top:108.69438125rem;left:0rem;font-size:1rem;display:block; }#BFqk3FHUf5R2I2H0aXBMh6VpVPTK0cBR li:before{  }
 }@media only screen and (max-width: 763px) { #vwJiUsGAvBTOHrMV1oAs1DK3mnbTWHJX { width:20rem;height:3.8994125rem;top:129.75300625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SDCDiET8EhaGnZ3kqaepqSTaMNmUcSUt { width:20rem;height:27.920875rem;top:134.90144375rem;left:0rem;font-size:1rem;display:block; }#SDCDiET8EhaGnZ3kqaepqSTaMNmUcSUt li:before{  }
 }@media only screen and (max-width: 763px) { #LoHC8FcRFtxKTdZlLFmIfN9nJliTnL6X { width:20rem;height:2.5996125rem;top:164.07138125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0spiNHdomV2fJrnH3fvtOp8ULLNPTnT { width:20rem;height:29.2206875rem;top:167.92099375rem;left:0rem;font-size:1rem;display:block; }#T0spiNHdomV2fJrnH3fvtOp8ULLNPTnT li:before{  }
 }@media only screen and (max-width: 763px) { #pMGLdanWTLUkkVc8w5OOkzG89TxRMppL { width:20rem;height:11.69825rem;top:227.19743125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTTeOT57cldBEcDTkhTH6cUdJi1lTWcB { width:20rem;height:6.82325rem;top:240.14568125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQDmts9nMeTKvA77G1sVbkA6U4ygVSvX { width:20rem;height:20.79686875rem;top:248.21893125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDaEdK2wnt8r9VQDaZm2TZag8Trc4ztf { width:20rem;height:4.548825rem;top:270.26480625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nhgv7X9C2RBZOfJgfU7dva7p050CT2mB { width:20rem;height:6.499rem;top:276.06265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WFWpmtJTXMJyux0PuGJCxIkDUQWTir0n { width:20rem;height:24.5966875rem;top:283.81071875rem;left:0rem;font-size:1rem;display:block; }#WFWpmtJTXMJyux0PuGJCxIkDUQWTir0n li:before{  }
 }@media only screen and (max-width: 763px) { #K96bGEXpJ5ZnFrvCw45vfcJ14nLsIVtm { width:20rem;height:33.79490625rem;top:309.65740625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NL4EJbmBWCC0DW1OvDyzqZyQt5Jz11JE { width:20rem;height:9.097625rem;top:380.37128125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pFZZA2DZGE44U7n9Z0b5TMqGVI1uWsTn { width:20rem;height:7.7988125rem;top:390.71796875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #etHeTDZZeQctn1loOhXGgGHzD3GUOUlO { width:20rem;height:27.608375rem;top:399.76584375rem;left:0rem;font-size:1rem;display:block; }#etHeTDZZeQctn1loOhXGgGHzD3GUOUlO li:before{  }
 }@media only screen and (max-width: 763px) { #oZrAoeScPKz8TDmHR7CnwdGQOCdgHe8C { width:20rem;height:5.82421875rem;top:428.62328125rem;left:0rem;font-size:1rem;display:block; }#oZrAoeScPKz8TDmHR7CnwdGQOCdgHe8C li:before{  }
 }@media only screen and (max-width: 763px) { #HGLOIbkN2EW2XIBZptO0DFl731DarO6n { width:20rem;height:9.098625rem;top:435.6975rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NrRhNdTurOBBuo5XnkUTReWiAtMbGTxd { width:20rem;height:6.82325rem;top:446.045125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sN5Xynhx37cm2paZi9APrtVdcRG3qWiy { width:20rem;height:1.29980625rem;top:454.118375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKDoHuvlescnpClWhwA4W48V8BnClPS1 { width:20rem;height:29.5331875rem;top:456.66818125rem;left:0rem;font-size:1rem;display:block; }#xKDoHuvlescnpClWhwA4W48V8BnClPS1 li:before{  }
 }@media only screen and (max-width: 763px) { #VCBQczQnnbkuIfUAo0nJF48RiJ2UviKt { width:20rem;height:11.69825rem;top:487.45043125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eHOP1K2QkxvKg0r78pRICRavIKB5LL5r { width:20rem;height:9.097625rem;top:500.39868125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rvWy4O7JC66r3nQC2GCgmSmnhdo3epzx { width:20rem;height:15.597625rem;top:510.74536875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V2FvN14q7Plck0auk93h2zGluB2XzpKa { width:20rem;height:6.82325rem;top:527.59205625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nuJTQ1U5aSOWitW2OfxQMz9Vyl44zMwJ { width:20rem;height:3.8994125rem;top:535.66530625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dLshpUo3XBGpvG8i5OUQHPbACETkt5X4 { width:20rem;height:15.547875rem;top:540.81374375rem;left:0rem;font-size:1rem;display:block; }#dLshpUo3XBGpvG8i5OUQHPbACETkt5X4 li:before{  }
 }@media only screen and (max-width: 763px) { #tcDKR7g2isfXt4zlNtxaVWlcA3LwyIgc { width:20rem;height:38.99410625rem;top:557.61161875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJeEtKNTWrAFhNegFAhZ44SSb5Jnvn9R { width:20rem;height:2.2744125rem;top:597.85480625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N56Gznz6G5BpU1sfbalNU7ONbcXGHkyp { width:20rem;height:49.39258125rem;top:601.37824375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzu1tXDT9htH3Qpgn9S5nnQ0DuGnwhIW { width:20rem;height:15.235375rem;top:652.02080625rem;left:0rem;font-size:1rem;display:block; }#pzu1tXDT9htH3Qpgn9S5nnQ0DuGnwhIW li:before{  }
 }@media only screen and (max-width: 763px) { #GfRItdhGh2bMapm7Z4Of92DfR2aZ3wTA { width:20rem;height:5.19921875rem;top:668.50618125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fytu1Wfkfsw5dMDNPuTfDSCno67Q3UsL { width:20rem;height:66.915rem;top:674.9554rem;left:0rem;font-size:1rem;display:block; }#fytu1Wfkfsw5dMDNPuTfDSCno67Q3UsL li:before{  }
 }@media only screen and (max-width: 763px) { #Z8wS48OTNpL6TTLWrIk2pWAz4GbinJ9d { width:20rem;height:22.0966875rem;top:743.11915rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3hLgOnAO6BFgEJVkkn5f7N7l4L55bch { width:20rem;height:13.9355625rem;top:766.4658375rem;left:0rem;font-size:1rem;display:block; }#T3hLgOnAO6BFgEJVkkn5f7N7l4L55bch li:before{  }
 }@media only screen and (max-width: 763px) { #U10k8RhwXPE4AphBL29uAibiTeaWKrWG { width:20rem;height:2.2744125rem;top:781.6514rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kREP6qCQ4O6Xr3kZNB2Sq2GZMKkSfOuB { width:20rem;height:33.79485625rem;top:785.1748375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIMd0ThOTEzfRtL13Ua4GkAPDOvRKof9 { width:20rem;height:2.5996125rem;top:858.7119625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eFbW4TzQN5nKB56GVU85nvbcKdMrgq9N { width:12.5rem;height:1.29980625rem;top:866.936575rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKStnc9e8pHb8ra0NrN9EZ3wFXzuwDiS { width:3.125rem;height:3.125rem;top:862.561575rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2gRa2GgEDg4Tlk9Itck25Wp7JlheKko { width:20rem;height:7.7988125rem;top:198.39074375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QUXCprrd3KZVAUe9uhTStQ9SPJuo79FG { width:20rem;height:18.50975rem;top:207.43861875rem;left:0rem;font-size:1rem;display:block; }#QUXCprrd3KZVAUe9uhTStQ9SPJuo79FG li:before{  }
 }@media only screen and (max-width: 763px) { #uPIwX9dRUQOHH1qvqXKfTUx8CIyLfvAT { width:20rem;height:34.4199375rem;top:344.70134375rem;left:0rem;font-size:1rem;display:block; }#uPIwX9dRUQOHH1qvqXKfTUx8CIyLfvAT li:before{  }
 }@media only screen and (max-width: 763px) { #S01JcaukmLiVLryw5Hviz14xWQESzMST { width:20rem;height:6.82325rem;top:820.218775rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AwZSKMKvG9kSPsvKhUiCEda4hfrPlIoP { width:20rem;height:3.8994125rem;top:828.292025rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVAoJfBxesyrI4gBxHQNGUyT5TtL3VQy { width:20rem;height:24.0215rem;top:833.4404625rem;left:0rem;font-size:1rem;display:block; }#iVAoJfBxesyrI4gBxHQNGUyT5TtL3VQy li:before{  }
 }