Add merged Files
diff --git a/public/css/compute-apis.css b/public/css/compute-apis.css
index 7fc0ffa..9a42ba5 100644
--- a/public/css/compute-apis.css
+++ b/public/css/compute-apis.css
@@ -6,6 +6,9 @@
   transform: none;
   left: 41%;
 }
+.with-apache {
+  color: rgba(255, 255, 255, 0.8);
+}
 .compute1 {
   padding-top: 9rem;
   padding-bottom: 13rem;
diff --git a/public/css/hadoop.css b/public/css/hadoop.css
new file mode 100644
index 0000000..9a549c6
--- /dev/null
+++ b/public/css/hadoop.css
@@ -0,0 +1,238 @@
+.innerhero__pic--hadoop {
+  width: auto;
+  height: auto;
+  top: auto;
+  bottom: -11rem;
+  transform: none;
+  left: 73%;
+}
+
+.doop2__block {
+  display: grid;
+  grid-template-columns: repeat(2, 1fr);
+  grid-gap: 8rem;
+  grid-auto-rows: auto;
+}
+.doop2__grid {
+  flex-direction: column;
+  margin-top: 0;
+}
+
+.doop2__item:last-child {
+  margin-left: 0;
+  margin-top: 5.5rem;
+}
+.doop3 {
+  padding-top: 13rem;
+  padding-bottom: 13rem;
+}
+.doop3__image {
+  background: #f6f6f6;
+  border-radius: 20px;
+  padding: 6.7rem 7.8rem;
+}
+.doop3__h2 {
+  font-weight: bold;
+}
+.doop3__block {
+  justify-content: space-between;
+}
+.doop3__info {
+  max-width: 543px;
+  margin-right: 10rem;
+}
+.doop3__text {
+  margin-top: 2rem;
+  margin-bottom: 5rem;
+}
+.doop3__number {
+  color: #0070cc;
+  font-weight: bold;
+  margin-top: 3rem;
+  margin-bottom: 1rem;
+  font-size: 2rem;
+}
+.doop4__h2 {
+  max-width: 650px;
+}
+.doop4 {
+  padding-bottom: 13rem;
+}
+.doop4__block {
+  margin-top: 5rem;
+  display: grid;
+  grid-template-columns: repeat(2, 1fr);
+  grid-gap: 7rem;
+  grid-auto-rows: auto;
+}
+.doop4__grey {
+  color: #9c9c9c;
+}
+.doop4__item {
+  max-width: 580px;
+}
+.doop5__item {
+  border: 1px solid #e6e6e6;
+  border-radius: 10px;
+  height: 230px;
+  padding-top: 2.2rem;
+  padding-left: 3.7rem;
+  padding-right: 3rem;
+  background: url("../img/usecases/hadoop/blue.svg");
+  background-repeat: no-repeat;
+  background-position-y: 2rem;
+}
+.doop5__block {
+  display: grid;
+  grid-template-columns: repeat(3, 1fr);
+  grid-template-areas:
+    "post1 post2 post3"
+    "post4 post5 post5";
+
+  grid-gap: 3rem;
+  grid-auto-rows: auto;
+  margin-top: 5rem;
+}
+
+.doop5__title {
+  max-width: 290px;
+  font-weight: bold;
+}
+.doop5__number {
+  margin-bottom: 1.5rem;
+}
+.doop5__text {
+  max-width: 316px;
+}
+.doop5__titleend {
+  font-weight: bold;
+  max-width: 476px;
+  margin-bottom: 2rem;
+}
+.doop5__middle {
+  margin-left: 2rem;
+  margin-right: 4rem;
+}
+
+.post1 {
+  grid-area: post1;
+}
+.post2 {
+  grid-area: post2;
+}
+.post3 {
+  grid-area: post3;
+}
+.post4 {
+  grid-area: post4;
+}
+.post5 {
+  grid-area: post5;
+}
+
+@media (max-width: 1199px) {
+  .innerhero__pic--hadoop {
+    width: 40rem;
+  }
+  .doop2__block {
+    grid-gap: 2rem;
+  }
+  .doop3 {
+    padding-top: 8rem;
+    padding-bottom: 8rem;
+  }
+  .doop3__text {
+    margin-bottom: 4rem;
+  }
+  .doop3__image {
+    width: 50%;
+    padding: 4rem;
+  }
+  .doop4 {
+    padding-bottom: 8rem;
+  }
+  .doop4__block {
+    margin-top: 4rem;
+    grid-gap: 5rem;
+  }
+  .doop5__block {
+    margin-top: 4rem;
+  }
+}
+
+@media (max-width: 992px) {
+  .doop3__image {
+    padding: 3rem;
+  }
+}
+
+@media (max-width: 767px) {
+  .doop2__block {
+    grid-template-columns: 1fr;
+    grid-gap: 3rem;
+  }
+  .doop2__item:last-child {
+    margin-top: 3rem;
+  }
+  .doop3 {
+    padding-top: 6rem;
+    padding-bottom: 6rem;
+  }
+  .doop3__block {
+    flex-direction: column;
+  }
+  .doop3__info {
+    margin-right: 0;
+    max-width: 100%;
+  }
+  .doop3__image {
+    width: 100%;
+    margin-top: 3rem;
+  }
+  .doop3__number {
+    margin-top: 2rem;
+  }
+  .doop3__text {
+    margin-bottom: 3rem;
+  }
+  .doop4 {
+    padding-bottom: 6rem;
+  }
+  .doop4__block {
+    grid-template-columns: 1fr;
+    grid-gap: 2rem;
+    margin-top: 3rem;
+  }
+  .doop4__h2 {
+    max-width: 100%;
+  }
+  .doop5__block {
+    display: flex;
+    flex-direction: column;
+    grid-gap: 2rem;
+    grid-auto-rows: auto;
+    margin-top: 3rem;
+  }
+  .doop5__title {
+    max-width: 100%;
+  }
+  .doop5__text {
+    max-width: 100%;
+  }
+  .doop5__item {
+    height: auto;
+    padding: 3rem 4rem;
+  }
+  .doop5__part {
+    flex-direction: column;
+  }
+  .doop5__middle {
+    margin-left: 0;
+    margin-right: 0;
+    margin-top: 1.5rem;
+    margin-bottom: 1.5rem;
+  }
+  .doop5__titleend {
+    max-width: 100%;
+  }
+}
diff --git a/public/css/spark.css b/public/css/spark.css
new file mode 100644
index 0000000..235b2fd
--- /dev/null
+++ b/public/css/spark.css
@@ -0,0 +1,89 @@
+.innerhero__pic--spark {
+  width: auto;
+  height: auto;
+  top: auto;
+  bottom: -11rem;
+  transform: none;
+  left: 73%;
+}
+.spark1 {
+  padding-top: 13rem;
+  padding-bottom: 13rem;
+}
+.spark1__h2 {
+  font-weight: bold;
+}
+
+.spark1__h3 {
+  padding-bottom: 2rem;
+}
+.spark1__block {
+  display: grid;
+  grid-template-columns: repeat(3, 1fr);
+  grid-gap: 7rem;
+  grid-auto-rows: auto;
+  padding-top: 5rem;
+  padding-bottom: 5rem;
+}
+.spark1__image {
+  width: 100%;
+}
+
+.spark2__h2 {
+  font-weight: bold;
+  margin-bottom: 2rem;
+}
+.spark2__block {
+  display: grid;
+  grid-template-columns: repeat(2, 1fr);
+  grid-gap: 11rem;
+  grid-auto-rows: auto;
+  margin-bottom: 8rem;
+}
+.spark2__block:last-child {
+  margin-bottom: 0;
+}
+.spark2__text {
+  max-width: 550px;
+}
+@media (max-width: 1199px) {
+  .innerhero__pic--spark {
+    width: 60rem;
+  }
+  .spark1 {
+    padding-top: 8rem;
+    padding-bottom: 8rem;
+  }
+  .spark2__block {
+    grid-gap: 6rem;
+  }
+}
+
+@media (max-width: 992px) {
+  .innerhero__pic--spark {
+    width: 50rem;
+  }
+  .spark1__block {
+    padding-top: 3rem;
+    padding-bottom: 3rem;
+  }
+}
+
+@media (max-width: 767px) {
+  .spark1 {
+    padding-top: 6rem;
+    padding-bottom: 6rem;
+  }
+  .spark1__block {
+    grid-template-columns: 1fr;
+    grid-gap: 3rem;
+  }
+  .spark2__block {
+    grid-template-columns: 1fr;
+    grid-gap: 2rem;
+    margin-bottom: 4rem;
+  }
+  .spark2__text {
+    max-width: 100%;
+  }
+}
diff --git a/public/img/usecases/hadoop/blue.svg b/public/img/usecases/hadoop/blue.svg
new file mode 100644
index 0000000..fe0f579
--- /dev/null
+++ b/public/img/usecases/hadoop/blue.svg
@@ -0,0 +1,3 @@
+<svg width="13" height="42" viewBox="0 0 13 42" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M0 0C7.1797 0 13 5.8203 13 13V29C13 36.1797 7.1797 42 0 42V0Z" fill="#0070CC"/>
+</svg>
diff --git a/public/img/usecases/hadoop/hero-image.svg b/public/img/usecases/hadoop/hero-image.svg
new file mode 100644
index 0000000..022efeb
--- /dev/null
+++ b/public/img/usecases/hadoop/hero-image.svg
@@ -0,0 +1,10 @@
+<svg width="494" height="645" viewBox="0 0 494 645" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M493 322.344L422.714 362.924L282.143 444.083L282.143 768.719L422.714 687.56L493 646.98L493 322.344Z" fill="#0070CC" stroke="white"/>
+<rect width="324.636" height="324.636" transform="matrix(-0.866025 -0.5 -2.20305e-08 1 282.143 444.083)" fill="#0070CC" stroke="white"/>
+<path d="M211.857 160.026L141.571 200.606L1.00006 281.765L282.143 444.083L422.714 362.924L493 322.344L211.857 160.026Z" fill="#0070CC" stroke="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M466.163 378.032C466.641 377.756 467.029 377.98 467.029 378.532L467.029 428.474C467.029 429.026 466.641 429.698 466.163 429.974L455.783 435.967L434.158 448.452C433.68 448.728 433.292 448.505 433.292 447.952L433.292 398.011C433.292 397.458 433.68 396.787 434.158 396.511L455.783 384.025L466.163 378.032ZM466.163 504.64C466.641 504.364 467.029 504.588 467.029 505.14L467.029 529.111C467.029 529.663 466.641 530.335 466.163 530.611L310.455 620.509C309.977 620.785 309.589 620.561 309.589 620.009V596.038C309.589 595.486 309.977 594.814 310.455 594.538L466.163 504.64ZM466.163 550.089C466.641 549.813 467.029 550.037 467.029 550.589L467.029 574.56C467.029 575.112 466.641 575.784 466.163 576.06L310.455 665.958C309.977 666.234 309.589 666.01 309.589 665.458V641.487C309.589 640.935 309.977 640.263 310.455 639.987L466.163 550.089ZM467.029 596.038C467.029 595.486 466.641 595.262 466.163 595.538L310.455 685.436C309.977 685.712 309.589 686.384 309.589 686.936V710.907C309.589 711.459 309.977 711.683 310.455 711.407L466.163 621.509C466.641 621.233 467.029 620.561 467.029 620.009L467.029 596.038Z" fill="#0070CC"/>
+<path d="M467.029 378.532H467.529H467.029ZM466.163 378.032L466.413 378.465V378.465L466.163 378.032ZM467.029 428.474H466.529H467.029ZM466.163 429.974L465.913 429.541L466.163 429.974ZM455.783 435.967L455.533 435.534L455.783 435.967ZM434.158 448.452L434.408 448.885H434.408L434.158 448.452ZM433.292 447.952H433.792H433.292ZM433.292 398.011H432.792H433.292ZM434.158 396.511L434.408 396.944L434.158 396.511ZM455.783 384.025L455.533 383.592L455.783 384.025ZM467.029 505.14H467.529H467.029ZM466.163 504.64L465.913 504.207L465.913 504.207L466.163 504.64ZM467.029 529.111H467.529H467.029ZM466.163 530.611L465.913 530.178H465.913L466.163 530.611ZM310.455 620.509L310.705 620.942L310.455 620.509ZM310.455 594.538L310.205 594.105L310.455 594.538ZM467.029 550.589H467.529H467.029ZM466.163 550.089L465.913 549.656H465.913L466.163 550.089ZM467.029 574.56H467.529H467.029ZM466.163 576.06L465.913 575.627H465.913L466.163 576.06ZM310.455 665.958L310.205 665.525L310.455 665.958ZM310.455 639.987L310.705 640.42L310.705 640.42L310.455 639.987ZM466.163 595.538L465.913 595.105H465.913L466.163 595.538ZM467.029 596.038H467.529H467.029ZM310.455 685.436L310.205 685.003V685.003L310.455 685.436ZM310.455 711.407L310.205 710.974V710.974L310.455 711.407ZM466.163 621.509L465.913 621.076H465.913L466.163 621.509ZM467.029 620.009H467.529H467.029ZM466.529 378.532C466.529 378.451 466.515 378.408 466.508 378.393C466.502 378.381 466.505 378.393 466.526 378.405C466.546 378.417 466.558 378.413 466.545 378.414C466.528 378.416 466.484 378.425 466.413 378.465L465.913 377.599C466.243 377.409 466.66 377.328 467.026 377.539C467.391 377.75 467.529 378.151 467.529 378.532H466.529ZM466.529 428.474L466.529 378.532H467.529L467.529 428.474H466.529ZM465.913 429.541C466.058 429.457 466.218 429.293 466.343 429.078C466.467 428.862 466.529 428.642 466.529 428.474H467.529C467.529 428.859 467.398 429.25 467.209 429.578C467.02 429.905 466.746 430.215 466.413 430.407L465.913 429.541ZM455.533 435.534L465.913 429.541L466.413 430.407L456.033 436.4L455.533 435.534ZM433.908 448.019L455.533 435.534L456.033 436.4L434.408 448.885L433.908 448.019ZM433.792 447.952C433.792 448.034 433.807 448.077 433.814 448.092C433.819 448.104 433.817 448.092 433.796 448.08C433.775 448.068 433.763 448.072 433.777 448.07C433.793 448.069 433.837 448.06 433.908 448.019L434.408 448.885C434.078 449.076 433.662 449.157 433.296 448.946C432.93 448.735 432.792 448.334 432.792 447.952H433.792ZM433.792 398.011L433.792 447.952H432.792L432.792 398.011H433.792ZM434.408 396.944C434.263 397.027 434.103 397.191 433.979 397.407C433.854 397.623 433.792 397.843 433.792 398.011H432.792C432.792 397.626 432.924 397.234 433.113 396.907C433.302 396.58 433.575 396.27 433.908 396.078L434.408 396.944ZM456.033 384.458L434.408 396.944L433.908 396.078L455.533 383.592L456.033 384.458ZM466.413 378.465L456.033 384.458L455.533 383.592L465.913 377.599L466.413 378.465ZM466.529 505.14C466.529 505.059 466.515 505.016 466.508 505.001C466.502 504.989 466.505 505 466.526 505.013C466.546 505.025 466.558 505.021 466.545 505.022C466.528 505.024 466.484 505.033 466.413 505.073L465.913 504.207C466.243 504.017 466.66 503.935 467.026 504.147C467.391 504.358 467.529 504.759 467.529 505.14L466.529 505.14ZM466.529 529.111L466.529 505.14H467.529L467.529 529.111H466.529ZM465.913 530.178C466.058 530.094 466.218 529.93 466.343 529.715C466.467 529.499 466.529 529.279 466.529 529.111H467.529C467.529 529.496 467.398 529.887 467.209 530.215C467.02 530.542 466.746 530.852 466.413 531.044L465.913 530.178ZM310.205 620.076L465.913 530.178L466.413 531.044L310.705 620.942L310.205 620.076ZM310.089 620.009C310.089 620.091 310.104 620.133 310.111 620.148C310.116 620.161 310.114 620.149 310.093 620.137C310.072 620.125 310.06 620.128 310.074 620.127C310.09 620.126 310.135 620.117 310.205 620.076L310.705 620.942C310.375 621.133 309.959 621.214 309.593 621.003C309.227 620.791 309.089 620.39 309.089 620.009H310.089ZM310.089 596.038V620.009H309.089V596.038H310.089ZM310.705 594.971C310.56 595.055 310.4 595.219 310.276 595.435C310.151 595.65 310.089 595.871 310.089 596.038H309.089C309.089 595.654 309.221 595.262 309.41 594.935C309.599 594.607 309.872 594.298 310.205 594.105L310.705 594.971ZM466.413 505.073L310.705 594.971L310.205 594.105L465.913 504.207L466.413 505.073ZM466.529 550.589C466.529 550.508 466.515 550.465 466.508 550.45C466.502 550.437 466.505 550.449 466.526 550.461C466.546 550.474 466.558 550.47 466.545 550.471C466.528 550.473 466.484 550.481 466.413 550.522L465.913 549.656C466.243 549.465 466.66 549.384 467.026 549.595C467.391 549.807 467.529 550.208 467.529 550.589H466.529ZM466.529 574.56L466.529 550.589H467.529L467.529 574.56H466.529ZM465.913 575.627C466.058 575.543 466.218 575.379 466.343 575.164C466.467 574.948 466.529 574.728 466.529 574.56H467.529C467.529 574.945 467.398 575.336 467.209 575.664C467.02 575.991 466.746 576.301 466.413 576.493L465.913 575.627ZM310.205 665.525L465.913 575.627L466.413 576.493L310.705 666.391L310.205 665.525ZM310.089 665.458C310.089 665.539 310.104 665.582 310.111 665.597C310.116 665.61 310.114 665.598 310.093 665.586C310.072 665.574 310.06 665.577 310.074 665.576C310.09 665.575 310.135 665.566 310.205 665.525L310.705 666.391C310.375 666.582 309.959 666.663 309.593 666.452C309.227 666.24 309.089 665.839 309.089 665.458H310.089ZM310.089 641.487V665.458H309.089V641.487H310.089ZM310.705 640.42C310.56 640.504 310.4 640.668 310.276 640.884C310.151 641.099 310.089 641.319 310.089 641.487H309.089C309.089 641.103 309.221 640.711 309.41 640.384C309.599 640.056 309.872 639.746 310.205 639.554L310.705 640.42ZM466.413 550.522L310.705 640.42L310.205 639.554L465.913 549.656L466.413 550.522ZM465.913 595.105C466.243 594.914 466.66 594.833 467.026 595.044C467.391 595.256 467.529 595.657 467.529 596.038H466.529C466.529 595.957 466.515 595.914 466.508 595.899C466.502 595.886 466.505 595.898 466.526 595.91C466.546 595.923 466.558 595.919 466.545 595.92C466.528 595.922 466.484 595.93 466.413 595.971L465.913 595.105ZM310.205 685.003L465.913 595.105L466.413 595.971L310.705 685.869L310.205 685.003ZM309.089 686.936C309.089 686.552 309.221 686.16 309.41 685.833C309.599 685.505 309.872 685.195 310.205 685.003L310.705 685.869C310.56 685.953 310.4 686.117 310.276 686.333C310.151 686.548 310.089 686.768 310.089 686.936H309.089ZM309.089 710.907V686.936H310.089V710.907H309.089ZM310.705 711.84C310.375 712.031 309.959 712.112 309.593 711.901C309.227 711.689 309.089 711.288 309.089 710.907H310.089C310.089 710.988 310.104 711.031 310.111 711.046C310.116 711.059 310.114 711.047 310.093 711.035C310.072 711.023 310.06 711.026 310.074 711.025C310.09 711.024 310.135 711.015 310.205 710.974L310.705 711.84ZM466.413 621.942L310.705 711.84L310.205 710.974L465.913 621.076L466.413 621.942ZM467.529 620.009C467.529 620.394 467.398 620.785 467.209 621.113C467.02 621.44 466.746 621.75 466.413 621.942L465.913 621.076C466.058 620.992 466.218 620.828 466.343 620.613C466.467 620.397 466.529 620.177 466.529 620.009H467.529ZM467.529 596.038L467.529 620.009H466.529L466.529 596.038H467.529Z" fill="white"/>
+<path d="M182.392 266.004L267.345 315.052L263.711 171.11L311.162 198.506L230.685 55.0987L137.161 109.271L183.847 136.225L182.392 266.004Z" fill="#0070CC" stroke="white" stroke-linejoin="round"/>
+<path d="M307.042 286.948L266.991 314.847L263.464 170.8L306.191 195.468L307.042 286.948Z" fill="#0070CC" stroke="white" stroke-linejoin="round"/>
+<path d="M311.163 198.506L349.739 175.878L267.409 33.4419L226.18 57.6" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>
diff --git a/public/img/usecases/hadoop/image.svg b/public/img/usecases/hadoop/image.svg
new file mode 100644
index 0000000..68a25af
--- /dev/null
+++ b/public/img/usecases/hadoop/image.svg
@@ -0,0 +1,136 @@
+<svg width="468" height="443" viewBox="0 0 468 443" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect width="464" height="58" rx="20" fill="#E6E6E6"/>
+<path d="M188.977 25L193.375 13.5469H195.008L199.695 25H197.969L196.633 21.5312H191.844L190.586 25H188.977ZM192.281 20.2969H196.164L194.969 17.125C194.604 16.1615 194.333 15.3698 194.156 14.75C194.01 15.4844 193.805 16.2135 193.539 16.9375L192.281 20.2969ZM200.727 28.1797V16.7031H202.008V17.7812C202.31 17.3594 202.651 17.0443 203.031 16.8359C203.411 16.6224 203.872 16.5156 204.414 16.5156C205.122 16.5156 205.747 16.6979 206.289 17.0625C206.831 17.4271 207.24 17.9427 207.516 18.6094C207.792 19.2708 207.93 19.9974 207.93 20.7891C207.93 21.638 207.776 22.4036 207.469 23.0859C207.167 23.763 206.724 24.2839 206.141 24.6484C205.562 25.0078 204.953 25.1875 204.312 25.1875C203.844 25.1875 203.422 25.0885 203.047 24.8906C202.677 24.6927 202.372 24.4427 202.133 24.1406V28.1797H200.727ZM202 20.8984C202 21.9661 202.216 22.7552 202.648 23.2656C203.081 23.776 203.604 24.0312 204.219 24.0312C204.844 24.0312 205.378 23.7682 205.82 23.2422C206.268 22.7109 206.492 21.8906 206.492 20.7812C206.492 19.724 206.273 18.9323 205.836 18.4062C205.404 17.8802 204.885 17.6172 204.281 17.6172C203.682 17.6172 203.151 17.8984 202.688 18.4609C202.229 19.0182 202 19.8307 202 20.8984ZM209.633 28.1797V16.7031H210.914V17.7812C211.216 17.3594 211.557 17.0443 211.938 16.8359C212.318 16.6224 212.779 16.5156 213.32 16.5156C214.029 16.5156 214.654 16.6979 215.195 17.0625C215.737 17.4271 216.146 17.9427 216.422 18.6094C216.698 19.2708 216.836 19.9974 216.836 20.7891C216.836 21.638 216.682 22.4036 216.375 23.0859C216.073 23.763 215.63 24.2839 215.047 24.6484C214.469 25.0078 213.859 25.1875 213.219 25.1875C212.75 25.1875 212.328 25.0885 211.953 24.8906C211.583 24.6927 211.279 24.4427 211.039 24.1406V28.1797H209.633ZM210.906 20.8984C210.906 21.9661 211.122 22.7552 211.555 23.2656C211.987 23.776 212.51 24.0312 213.125 24.0312C213.75 24.0312 214.284 23.7682 214.727 23.2422C215.174 22.7109 215.398 21.8906 215.398 20.7812C215.398 19.724 215.18 18.9323 214.742 18.4062C214.31 17.8802 213.792 17.6172 213.188 17.6172C212.589 17.6172 212.057 17.8984 211.594 18.4609C211.135 19.0182 210.906 19.8307 210.906 20.8984ZM218.508 25V13.5469H219.914V25H218.508ZM222.109 15.1641V13.5469H223.516V15.1641H222.109ZM222.109 25V16.7031H223.516V25H222.109ZM231.078 21.9609L232.461 22.1406C232.31 23.0938 231.922 23.8411 231.297 24.3828C230.677 24.9193 229.914 25.1875 229.008 25.1875C227.872 25.1875 226.958 24.8177 226.266 24.0781C225.578 23.3333 225.234 22.2682 225.234 20.8828C225.234 19.987 225.383 19.2031 225.68 18.5312C225.977 17.8594 226.427 17.3568 227.031 17.0234C227.641 16.6849 228.302 16.5156 229.016 16.5156C229.917 16.5156 230.654 16.7448 231.227 17.2031C231.799 17.6562 232.167 18.3021 232.328 19.1406L230.961 19.3516C230.831 18.7943 230.599 18.375 230.266 18.0938C229.938 17.8125 229.539 17.6719 229.07 17.6719C228.362 17.6719 227.786 17.9271 227.344 18.4375C226.901 18.9427 226.68 19.7448 226.68 20.8438C226.68 21.9583 226.893 22.7682 227.32 23.2734C227.747 23.7786 228.305 24.0312 228.992 24.0312C229.544 24.0312 230.005 23.862 230.375 23.5234C230.745 23.1849 230.979 22.6641 231.078 21.9609ZM239.078 23.9766C238.557 24.4193 238.055 24.7318 237.57 24.9141C237.091 25.0964 236.576 25.1875 236.023 25.1875C235.112 25.1875 234.411 24.9661 233.922 24.5234C233.432 24.0755 233.188 23.5052 233.188 22.8125C233.188 22.4062 233.279 22.0365 233.461 21.7031C233.648 21.3646 233.891 21.0938 234.188 20.8906C234.49 20.6875 234.828 20.5339 235.203 20.4297C235.479 20.3568 235.896 20.2865 236.453 20.2188C237.589 20.0833 238.424 19.9219 238.961 19.7344C238.966 19.5417 238.969 19.4193 238.969 19.3672C238.969 18.7943 238.836 18.3906 238.57 18.1562C238.211 17.8385 237.677 17.6797 236.969 17.6797C236.307 17.6797 235.818 17.7969 235.5 18.0312C235.188 18.2604 234.956 18.6693 234.805 19.2578L233.43 19.0703C233.555 18.4818 233.76 18.0078 234.047 17.6484C234.333 17.2839 234.747 17.0052 235.289 16.8125C235.831 16.6146 236.458 16.5156 237.172 16.5156C237.88 16.5156 238.456 16.599 238.898 16.7656C239.341 16.9323 239.667 17.1432 239.875 17.3984C240.083 17.6484 240.229 17.9661 240.312 18.3516C240.359 18.5911 240.383 19.0234 240.383 19.6484V21.5234C240.383 22.8307 240.411 23.6589 240.469 24.0078C240.531 24.3516 240.651 24.6823 240.828 25H239.359C239.214 24.7083 239.12 24.3672 239.078 23.9766ZM238.961 20.8359C238.451 21.0443 237.685 21.2214 236.664 21.3672C236.086 21.4505 235.677 21.5443 235.438 21.6484C235.198 21.7526 235.013 21.9062 234.883 22.1094C234.753 22.3073 234.688 22.5286 234.688 22.7734C234.688 23.1484 234.828 23.4609 235.109 23.7109C235.396 23.9609 235.812 24.0859 236.359 24.0859C236.901 24.0859 237.383 23.9688 237.805 23.7344C238.227 23.4948 238.536 23.1693 238.734 22.7578C238.885 22.4401 238.961 21.9714 238.961 21.3516V20.8359ZM245.641 23.7422L245.844 24.9844C245.448 25.0677 245.094 25.1094 244.781 25.1094C244.271 25.1094 243.875 25.0286 243.594 24.8672C243.312 24.7057 243.115 24.4948 243 24.2344C242.885 23.9688 242.828 23.4141 242.828 22.5703V17.7969H241.797V16.7031H242.828V14.6484L244.227 13.8047V16.7031H245.641V17.7969H244.227V22.6484C244.227 23.0495 244.25 23.3073 244.297 23.4219C244.349 23.5365 244.43 23.6276 244.539 23.6953C244.654 23.763 244.815 23.7969 245.023 23.7969C245.18 23.7969 245.385 23.7786 245.641 23.7422ZM247.031 15.1641V13.5469H248.438V15.1641H247.031ZM247.031 25V16.7031H248.438V25H247.031ZM250.062 20.8516C250.062 19.3151 250.49 18.1771 251.344 17.4375C252.057 16.8229 252.927 16.5156 253.953 16.5156C255.094 16.5156 256.026 16.8906 256.75 17.6406C257.474 18.3854 257.836 19.4167 257.836 20.7344C257.836 21.8021 257.674 22.6432 257.352 23.2578C257.034 23.8672 256.568 24.3411 255.953 24.6797C255.344 25.0182 254.677 25.1875 253.953 25.1875C252.792 25.1875 251.852 24.8151 251.133 24.0703C250.419 23.3255 250.062 22.2526 250.062 20.8516ZM251.508 20.8516C251.508 21.9141 251.74 22.7109 252.203 23.2422C252.667 23.7682 253.25 24.0312 253.953 24.0312C254.651 24.0312 255.232 23.7656 255.695 23.2344C256.159 22.7031 256.391 21.8932 256.391 20.8047C256.391 19.7786 256.156 19.0026 255.688 18.4766C255.224 17.9453 254.646 17.6797 253.953 17.6797C253.25 17.6797 252.667 17.9427 252.203 18.4688C251.74 18.9948 251.508 19.7891 251.508 20.8516ZM259.492 25V16.7031H260.758V17.8828C261.367 16.9714 262.247 16.5156 263.398 16.5156C263.898 16.5156 264.357 16.6068 264.773 16.7891C265.195 16.9661 265.51 17.2005 265.719 17.4922C265.927 17.7839 266.073 18.1302 266.156 18.5312C266.208 18.7917 266.234 19.2474 266.234 19.8984V25H264.828V19.9531C264.828 19.3802 264.773 18.9531 264.664 18.6719C264.555 18.3854 264.359 18.1589 264.078 17.9922C263.802 17.8203 263.477 17.7344 263.102 17.7344C262.503 17.7344 261.984 17.9245 261.547 18.3047C261.115 18.6849 260.898 19.4062 260.898 20.4688V25H259.492ZM267.836 22.5234L269.227 22.3047C269.305 22.862 269.521 23.2891 269.875 23.5859C270.234 23.8828 270.734 24.0312 271.375 24.0312C272.021 24.0312 272.5 23.901 272.812 23.6406C273.125 23.375 273.281 23.0651 273.281 22.7109C273.281 22.3932 273.143 22.1432 272.867 21.9609C272.674 21.8359 272.195 21.6771 271.43 21.4844C270.398 21.224 269.682 21 269.281 20.8125C268.885 20.6198 268.583 20.3568 268.375 20.0234C268.172 19.6849 268.07 19.3125 268.07 18.9062C268.07 18.5365 268.154 18.1953 268.32 17.8828C268.492 17.5651 268.724 17.3021 269.016 17.0938C269.234 16.9323 269.531 16.7969 269.906 16.6875C270.286 16.5729 270.693 16.5156 271.125 16.5156C271.776 16.5156 272.346 16.6094 272.836 16.7969C273.331 16.9844 273.695 17.2396 273.93 17.5625C274.164 17.8802 274.326 18.3073 274.414 18.8438L273.039 19.0312C272.977 18.6042 272.794 18.2708 272.492 18.0312C272.195 17.7917 271.773 17.6719 271.227 17.6719C270.581 17.6719 270.12 17.7786 269.844 17.9922C269.568 18.2057 269.43 18.4557 269.43 18.7422C269.43 18.9245 269.487 19.0885 269.602 19.2344C269.716 19.3854 269.896 19.5104 270.141 19.6094C270.281 19.6615 270.695 19.7812 271.383 19.9688C272.378 20.2344 273.07 20.4531 273.461 20.625C273.857 20.7917 274.167 21.0365 274.391 21.3594C274.615 21.6823 274.727 22.0833 274.727 22.5625C274.727 23.0312 274.589 23.474 274.312 23.8906C274.042 24.3021 273.648 24.6224 273.133 24.8516C272.617 25.0755 272.034 25.1875 271.383 25.1875C270.305 25.1875 269.482 24.9635 268.914 24.5156C268.352 24.0677 267.992 23.4036 267.836 22.5234Z" fill="black"/>
+<path d="M34.3057 85V74.9785H35.6318V85H34.3057ZM37.5938 85.6016L38.79 85.7793C38.8402 86.1484 38.9792 86.4173 39.207 86.5859C39.5124 86.8138 39.9294 86.9277 40.458 86.9277C41.0277 86.9277 41.4674 86.8138 41.7773 86.5859C42.0872 86.3581 42.2969 86.0391 42.4062 85.6289C42.4701 85.3783 42.4997 84.8519 42.4951 84.0498C41.9574 84.6833 41.2874 85 40.4854 85C39.4873 85 38.7148 84.64 38.168 83.9199C37.6211 83.1999 37.3477 82.3363 37.3477 81.3291C37.3477 80.6364 37.473 79.9984 37.7236 79.415C37.9743 78.8271 38.3366 78.3737 38.8105 78.0547C39.2891 77.7357 39.8496 77.5762 40.4922 77.5762C41.349 77.5762 42.0553 77.9225 42.6113 78.6152V77.7402H43.7461V84.0156C43.7461 85.1458 43.6299 85.9456 43.3975 86.415C43.1696 86.889 42.805 87.2627 42.3037 87.5361C41.807 87.8096 41.194 87.9463 40.4648 87.9463C39.599 87.9463 38.8994 87.7503 38.3662 87.3584C37.833 86.971 37.5755 86.3854 37.5938 85.6016ZM38.6123 81.2402C38.6123 82.1927 38.8014 82.8877 39.1797 83.3252C39.5579 83.7627 40.0319 83.9814 40.6016 83.9814C41.1667 83.9814 41.6406 83.765 42.0234 83.332C42.4062 82.8945 42.5977 82.2109 42.5977 81.2812C42.5977 80.3926 42.3994 79.7227 42.0029 79.2715C41.611 78.8203 41.137 78.5947 40.5811 78.5947C40.0342 78.5947 39.5693 78.818 39.1865 79.2646C38.8037 79.7067 38.6123 80.3652 38.6123 81.2402ZM45.6123 85V77.7402H46.7197V78.7725C47.2529 77.9749 48.0231 77.5762 49.0303 77.5762C49.4678 77.5762 49.8688 77.6559 50.2334 77.8154C50.6025 77.9704 50.8783 78.1755 51.0605 78.4307C51.2428 78.6859 51.3704 78.9889 51.4434 79.3398C51.4889 79.5677 51.5117 79.9665 51.5117 80.5361V85H50.2812V80.584C50.2812 80.0827 50.2334 79.709 50.1377 79.4629C50.042 79.2122 49.8711 79.014 49.625 78.8682C49.3835 78.7178 49.0986 78.6426 48.7705 78.6426C48.2464 78.6426 47.793 78.8089 47.4102 79.1416C47.0319 79.4743 46.8428 80.1055 46.8428 81.0352V85H45.6123ZM53.4121 76.3936V74.9785H54.6426V76.3936H53.4121ZM53.4121 85V77.7402H54.6426V85H53.4121ZM59.209 83.8994L59.3867 84.9863C59.0404 85.0592 58.7305 85.0957 58.457 85.0957C58.0104 85.0957 57.6641 85.0251 57.418 84.8838C57.1719 84.7425 56.9987 84.5579 56.8984 84.3301C56.7982 84.0977 56.748 83.6123 56.748 82.874V78.6973H55.8457V77.7402H56.748V75.9424L57.9717 75.2041V77.7402H59.209V78.6973H57.9717V82.9424C57.9717 83.2933 57.9922 83.5189 58.0332 83.6191C58.0788 83.7194 58.1494 83.7992 58.2451 83.8584C58.3454 83.9176 58.4867 83.9473 58.6689 83.9473C58.8057 83.9473 58.9857 83.9313 59.209 83.8994ZM65.3887 82.6621L66.6602 82.8193C66.4596 83.5622 66.0882 84.1387 65.5459 84.5488C65.0036 84.959 64.3109 85.1641 63.4678 85.1641C62.4059 85.1641 61.5628 84.8382 60.9385 84.1865C60.3187 83.5303 60.0088 82.612 60.0088 81.4316C60.0088 80.2103 60.3232 79.2624 60.9521 78.5879C61.5811 77.9134 62.3968 77.5762 63.3994 77.5762C64.3701 77.5762 65.1631 77.9066 65.7783 78.5674C66.3936 79.2282 66.7012 80.1579 66.7012 81.3564C66.7012 81.4294 66.6989 81.5387 66.6943 81.6846H61.2803C61.3258 82.4821 61.5514 83.0928 61.957 83.5166C62.3626 83.9404 62.8685 84.1523 63.4746 84.1523C63.9258 84.1523 64.3109 84.0339 64.6299 83.7969C64.9489 83.5599 65.2018 83.1816 65.3887 82.6621ZM61.3486 80.6729H65.4023C65.3477 80.0622 65.1927 79.6042 64.9375 79.2988C64.5456 78.8249 64.0374 78.5879 63.4131 78.5879C62.848 78.5879 62.3717 78.777 61.9844 79.1553C61.6016 79.5335 61.3896 80.0394 61.3486 80.6729ZM70.3857 85L74.2344 74.9785H75.6631L79.7646 85H78.2539L77.085 81.9648H72.8945L71.7939 85H70.3857ZM73.2773 80.8848H76.6748L75.6289 78.1094C75.3099 77.2663 75.0729 76.5736 74.918 76.0312C74.7904 76.6738 74.6104 77.3118 74.3779 77.9453L73.2773 80.8848ZM80.8242 85V74.9785H84.6045C85.2699 74.9785 85.778 75.0104 86.1289 75.0742C86.6211 75.1562 87.0335 75.3135 87.3662 75.5459C87.6989 75.7738 87.9655 76.0951 88.166 76.5098C88.3711 76.9245 88.4736 77.3802 88.4736 77.877C88.4736 78.7292 88.2025 79.4515 87.6602 80.0439C87.1178 80.6318 86.138 80.9258 84.7207 80.9258H82.1504V85H80.8242ZM82.1504 79.7432H84.7412C85.598 79.7432 86.2064 79.5837 86.5664 79.2646C86.9264 78.9456 87.1064 78.4967 87.1064 77.918C87.1064 77.4987 86.9993 77.141 86.7852 76.8447C86.5755 76.5439 86.2975 76.3457 85.9512 76.25C85.7279 76.1908 85.3154 76.1611 84.7139 76.1611H82.1504V79.7432ZM90.3877 85V74.9785H91.7139V85H90.3877Z" fill="black"/>
+<path d="M203.629 81.7803L204.88 81.6709C204.939 82.1722 205.076 82.5846 205.29 82.9082C205.509 83.2272 205.846 83.487 206.302 83.6875C206.757 83.8835 207.27 83.9814 207.84 83.9814C208.346 83.9814 208.792 83.9062 209.18 83.7559C209.567 83.6055 209.854 83.4004 210.041 83.1406C210.232 82.8763 210.328 82.5892 210.328 82.2793C210.328 81.9648 210.237 81.6914 210.055 81.459C209.872 81.222 209.572 81.0238 209.152 80.8643C208.883 80.7594 208.289 80.5977 207.368 80.3789C206.448 80.1556 205.803 79.946 205.434 79.75C204.955 79.4993 204.597 79.1895 204.36 78.8203C204.128 78.4466 204.012 78.0296 204.012 77.5693C204.012 77.0635 204.155 76.5918 204.442 76.1543C204.729 75.7122 205.149 75.3773 205.7 75.1494C206.252 74.9215 206.865 74.8076 207.539 74.8076C208.282 74.8076 208.936 74.9284 209.501 75.1699C210.071 75.4069 210.508 75.7578 210.813 76.2227C211.119 76.6875 211.283 77.2139 211.306 77.8018L210.034 77.8975C209.966 77.264 209.733 76.7855 209.337 76.4619C208.945 76.1383 208.364 75.9766 207.594 75.9766C206.792 75.9766 206.206 76.1247 205.837 76.4209C205.472 76.7126 205.29 77.0658 205.29 77.4805C205.29 77.8405 205.42 78.1367 205.68 78.3691C205.935 78.6016 206.6 78.8408 207.676 79.0869C208.756 79.3285 209.496 79.5404 209.897 79.7227C210.481 79.9915 210.911 80.3333 211.189 80.748C211.467 81.1582 211.606 81.6322 211.606 82.1699C211.606 82.7031 211.454 83.2067 211.148 83.6807C210.843 84.1501 210.403 84.5169 209.829 84.7812C209.259 85.041 208.617 85.1709 207.901 85.1709C206.994 85.1709 206.233 85.0387 205.618 84.7744C205.007 84.5101 204.527 84.1136 204.176 83.585C203.829 83.0518 203.647 82.4502 203.629 81.7803ZM213.261 87.7822V77.7402H214.382V78.6836C214.646 78.3145 214.945 78.0387 215.277 77.8564C215.61 77.6696 216.013 77.5762 216.487 77.5762C217.107 77.5762 217.654 77.7357 218.128 78.0547C218.602 78.3737 218.96 78.8249 219.201 79.4082C219.443 79.987 219.563 80.6227 219.563 81.3154C219.563 82.0583 219.429 82.7282 219.16 83.3252C218.896 83.9176 218.508 84.3734 217.998 84.6924C217.492 85.0068 216.959 85.1641 216.398 85.1641C215.988 85.1641 215.619 85.0775 215.291 84.9043C214.967 84.7311 214.701 84.5124 214.491 84.248V87.7822H213.261ZM214.375 81.4111C214.375 82.3454 214.564 83.0358 214.942 83.4824C215.321 83.929 215.779 84.1523 216.316 84.1523C216.863 84.1523 217.33 83.9222 217.718 83.4619C218.11 82.9971 218.306 82.2793 218.306 81.3086C218.306 80.3835 218.114 79.6908 217.731 79.2305C217.353 78.7702 216.9 78.54 216.371 78.54C215.847 78.54 215.382 78.7861 214.977 79.2783C214.576 79.766 214.375 80.4769 214.375 81.4111ZM225.791 84.1045C225.335 84.4919 224.896 84.7653 224.472 84.9248C224.052 85.0843 223.601 85.1641 223.118 85.1641C222.321 85.1641 221.708 84.9704 221.279 84.583C220.851 84.1911 220.637 83.6921 220.637 83.0859C220.637 82.7305 220.716 82.4069 220.876 82.1152C221.04 81.819 221.252 81.582 221.512 81.4043C221.776 81.2266 222.072 81.0921 222.4 81.001C222.642 80.9372 223.007 80.8757 223.494 80.8164C224.488 80.6979 225.219 80.5566 225.688 80.3926C225.693 80.224 225.695 80.1169 225.695 80.0713C225.695 79.57 225.579 79.2168 225.347 79.0117C225.032 78.7337 224.565 78.5947 223.945 78.5947C223.367 78.5947 222.938 78.6973 222.66 78.9023C222.387 79.1029 222.184 79.4606 222.052 79.9756L220.849 79.8115C220.958 79.2965 221.138 78.8818 221.389 78.5674C221.639 78.2484 222.002 78.0046 222.476 77.8359C222.95 77.6628 223.499 77.5762 224.123 77.5762C224.743 77.5762 225.246 77.6491 225.634 77.7949C226.021 77.9408 226.306 78.1253 226.488 78.3486C226.671 78.5674 226.798 78.8454 226.871 79.1826C226.912 79.3923 226.933 79.7705 226.933 80.3174V81.958C226.933 83.1019 226.958 83.8265 227.008 84.1318C227.062 84.4326 227.167 84.722 227.322 85H226.037C225.91 84.7448 225.827 84.4463 225.791 84.1045ZM225.688 81.3564C225.242 81.5387 224.572 81.6937 223.679 81.8213C223.173 81.8942 222.815 81.9762 222.605 82.0674C222.396 82.1585 222.234 82.293 222.12 82.4707C222.006 82.6439 221.949 82.8376 221.949 83.0518C221.949 83.3799 222.072 83.6533 222.318 83.8721C222.569 84.0908 222.934 84.2002 223.412 84.2002C223.886 84.2002 224.308 84.0977 224.677 83.8926C225.046 83.6829 225.317 83.3981 225.49 83.0381C225.622 82.7601 225.688 82.3499 225.688 81.8076V81.3564ZM228.833 85V77.7402H229.94V78.8408C230.223 78.3258 230.483 77.9863 230.72 77.8223C230.961 77.6582 231.226 77.5762 231.513 77.5762C231.927 77.5762 232.349 77.7083 232.777 77.9727L232.354 79.1143C232.053 78.9365 231.752 78.8477 231.451 78.8477C231.182 78.8477 230.941 78.9297 230.727 79.0938C230.512 79.2533 230.36 79.4766 230.269 79.7637C230.132 80.2012 230.063 80.6797 230.063 81.1992V85H228.833ZM233.516 85V74.9785H234.746V80.6934L237.658 77.7402H239.251L236.476 80.4336L239.531 85H238.014L235.614 81.2881L234.746 82.1221V85H233.516ZM242.683 85L246.531 74.9785H247.96L252.062 85H250.551L249.382 81.9648H245.191L244.091 85H242.683ZM245.574 80.8848H248.972L247.926 78.1094C247.607 77.2663 247.37 76.5736 247.215 76.0312C247.087 76.6738 246.907 77.3118 246.675 77.9453L245.574 80.8848ZM253.121 85V74.9785H256.901C257.567 74.9785 258.075 75.0104 258.426 75.0742C258.918 75.1562 259.33 75.3135 259.663 75.5459C259.996 75.7738 260.262 76.0951 260.463 76.5098C260.668 76.9245 260.771 77.3802 260.771 77.877C260.771 78.7292 260.499 79.4515 259.957 80.0439C259.415 80.6318 258.435 80.9258 257.018 80.9258H254.447V85H253.121ZM254.447 79.7432H257.038C257.895 79.7432 258.503 79.5837 258.863 79.2646C259.223 78.9456 259.403 78.4967 259.403 77.918C259.403 77.4987 259.296 77.141 259.082 76.8447C258.872 76.5439 258.594 76.3457 258.248 76.25C258.025 76.1908 257.612 76.1611 257.011 76.1611H254.447V79.7432ZM262.685 85V74.9785H264.011V85H262.685Z" fill="black"/>
+<path d="M203.718 228.949C203.718 229.363 204.053 229.699 204.468 229.699H211.218C211.632 229.699 211.968 229.363 211.968 228.949C211.968 228.535 211.632 228.199 211.218 228.199H205.218L205.218 222.199C205.218 221.785 204.882 221.449 204.468 221.449C204.053 221.449 203.718 221.785 203.718 222.199L203.718 228.949ZM231.936 102.188V188.304H233.436V102.188H231.936ZM223.369 208.987L203.937 228.419L204.998 229.479L224.43 210.047L223.369 208.987ZM231.936 188.304C231.936 196.061 228.855 203.501 223.369 208.987L224.43 210.047C230.197 204.281 233.436 196.459 233.436 188.304H231.936Z" fill="black"/>
+<path d="M265.849 228.949C265.849 229.363 265.513 229.699 265.099 229.699H258.349C257.935 229.699 257.599 229.363 257.599 228.949C257.599 228.535 257.935 228.199 258.349 228.199H264.349L264.349 222.199C264.349 221.785 264.685 221.449 265.099 221.449C265.513 221.449 265.849 221.785 265.849 222.199L265.849 228.949ZM237.63 102.188V188.304H236.13V102.188H237.63ZM246.197 208.987L265.63 228.419L264.569 229.479L245.137 210.047L246.197 208.987ZM237.63 188.304C237.63 196.061 240.712 203.501 246.197 208.987L245.137 210.047C239.37 204.281 236.13 196.459 236.13 188.304H237.63Z" fill="black"/>
+<path d="M363.121 85V74.9785H364.447V79.0938H369.656V74.9785H370.982V85H369.656V80.2764H364.447V85H363.121ZM377.777 84.1045C377.322 84.4919 376.882 84.7653 376.458 84.9248C376.039 85.0843 375.588 85.1641 375.104 85.1641C374.307 85.1641 373.694 84.9704 373.266 84.583C372.837 84.1911 372.623 83.6921 372.623 83.0859C372.623 82.7305 372.703 82.4069 372.862 82.1152C373.026 81.819 373.238 81.582 373.498 81.4043C373.762 81.2266 374.059 81.0921 374.387 81.001C374.628 80.9372 374.993 80.8757 375.48 80.8164C376.474 80.6979 377.205 80.5566 377.675 80.3926C377.679 80.224 377.682 80.1169 377.682 80.0713C377.682 79.57 377.565 79.2168 377.333 79.0117C377.019 78.7337 376.551 78.5947 375.932 78.5947C375.353 78.5947 374.924 78.6973 374.646 78.9023C374.373 79.1029 374.17 79.4606 374.038 79.9756L372.835 79.8115C372.944 79.2965 373.124 78.8818 373.375 78.5674C373.626 78.2484 373.988 78.0046 374.462 77.8359C374.936 77.6628 375.485 77.5762 376.109 77.5762C376.729 77.5762 377.233 77.6491 377.62 77.7949C378.007 77.9408 378.292 78.1253 378.475 78.3486C378.657 78.5674 378.785 78.8454 378.857 79.1826C378.898 79.3923 378.919 79.7705 378.919 80.3174V81.958C378.919 83.1019 378.944 83.8265 378.994 84.1318C379.049 84.4326 379.154 84.722 379.309 85H378.023C377.896 84.7448 377.814 84.4463 377.777 84.1045ZM377.675 81.3564C377.228 81.5387 376.558 81.6937 375.665 81.8213C375.159 81.8942 374.801 81.9762 374.592 82.0674C374.382 82.1585 374.22 82.293 374.106 82.4707C373.993 82.6439 373.936 82.8376 373.936 83.0518C373.936 83.3799 374.059 83.6533 374.305 83.8721C374.555 84.0908 374.92 84.2002 375.398 84.2002C375.872 84.2002 376.294 84.0977 376.663 83.8926C377.032 83.6829 377.303 83.3981 377.477 83.0381C377.609 82.7601 377.675 82.3499 377.675 81.8076V81.3564ZM385.543 85V84.084C385.083 84.804 384.406 85.1641 383.513 85.1641C382.934 85.1641 382.401 85.0046 381.913 84.6855C381.43 84.3665 381.054 83.9222 380.785 83.3525C380.521 82.7783 380.389 82.1198 380.389 81.377C380.389 80.6523 380.509 79.9961 380.751 79.4082C380.993 78.8158 381.355 78.3623 381.838 78.0479C382.321 77.7334 382.861 77.5762 383.458 77.5762C383.896 77.5762 384.285 77.6696 384.627 77.8564C384.969 78.0387 385.247 78.278 385.461 78.5742V74.9785H386.685V85H385.543ZM381.653 81.377C381.653 82.3066 381.849 83.0016 382.241 83.4619C382.633 83.9222 383.096 84.1523 383.629 84.1523C384.167 84.1523 384.622 83.9336 384.996 83.4961C385.374 83.054 385.563 82.3818 385.563 81.4795C385.563 80.486 385.372 79.7568 384.989 79.292C384.606 78.8271 384.135 78.5947 383.574 78.5947C383.027 78.5947 382.569 78.818 382.2 79.2646C381.836 79.7113 381.653 80.4154 381.653 81.377ZM388.168 81.3701C388.168 80.0257 388.542 79.0299 389.289 78.3828C389.913 77.8451 390.674 77.5762 391.572 77.5762C392.57 77.5762 393.386 77.9043 394.02 78.5605C394.653 79.2122 394.97 80.1146 394.97 81.2676C394.97 82.2018 394.828 82.9378 394.546 83.4756C394.268 84.0088 393.86 84.4235 393.322 84.7197C392.789 85.016 392.206 85.1641 391.572 85.1641C390.556 85.1641 389.733 84.8382 389.104 84.1865C388.48 83.5348 388.168 82.596 388.168 81.3701ZM389.433 81.3701C389.433 82.2998 389.635 82.9971 390.041 83.4619C390.447 83.9222 390.957 84.1523 391.572 84.1523C392.183 84.1523 392.691 83.9199 393.097 83.4551C393.502 82.9902 393.705 82.2816 393.705 81.3291C393.705 80.4313 393.5 79.7523 393.09 79.292C392.684 78.8271 392.178 78.5947 391.572 78.5947C390.957 78.5947 390.447 78.8249 390.041 79.2852C389.635 79.7454 389.433 80.4404 389.433 81.3701ZM395.961 81.3701C395.961 80.0257 396.335 79.0299 397.082 78.3828C397.706 77.8451 398.467 77.5762 399.365 77.5762C400.363 77.5762 401.179 77.9043 401.812 78.5605C402.446 79.2122 402.763 80.1146 402.763 81.2676C402.763 82.2018 402.621 82.9378 402.339 83.4756C402.061 84.0088 401.653 84.4235 401.115 84.7197C400.582 85.016 399.999 85.1641 399.365 85.1641C398.349 85.1641 397.526 84.8382 396.897 84.1865C396.273 83.5348 395.961 82.596 395.961 81.3701ZM397.226 81.3701C397.226 82.2998 397.428 82.9971 397.834 83.4619C398.24 83.9222 398.75 84.1523 399.365 84.1523C399.976 84.1523 400.484 83.9199 400.89 83.4551C401.295 82.9902 401.498 82.2816 401.498 81.3291C401.498 80.4313 401.293 79.7523 400.883 79.292C400.477 78.8271 399.971 78.5947 399.365 78.5947C398.75 78.5947 398.24 78.8249 397.834 79.2852C397.428 79.7454 397.226 80.4404 397.226 81.3701ZM404.212 87.7822V77.7402H405.333V78.6836C405.597 78.3145 405.896 78.0387 406.229 77.8564C406.561 77.6696 406.965 77.5762 407.438 77.5762C408.058 77.5762 408.605 77.7357 409.079 78.0547C409.553 78.3737 409.911 78.8249 410.152 79.4082C410.394 79.987 410.515 80.6227 410.515 81.3154C410.515 82.0583 410.38 82.7282 410.111 83.3252C409.847 83.9176 409.46 84.3734 408.949 84.6924C408.443 85.0068 407.91 85.1641 407.35 85.1641C406.939 85.1641 406.57 85.0775 406.242 84.9043C405.919 84.7311 405.652 84.5124 405.442 84.248V87.7822H404.212ZM405.326 81.4111C405.326 82.3454 405.515 83.0358 405.894 83.4824C406.272 83.929 406.73 84.1523 407.268 84.1523C407.814 84.1523 408.282 83.9222 408.669 83.4619C409.061 82.9971 409.257 82.2793 409.257 81.3086C409.257 80.3835 409.065 79.6908 408.683 79.2305C408.304 78.7702 407.851 78.54 407.322 78.54C406.798 78.54 406.333 78.7861 405.928 79.2783C405.527 79.766 405.326 80.4769 405.326 81.4111ZM414.179 85L418.027 74.9785H419.456L423.558 85H422.047L420.878 81.9648H416.688L415.587 85H414.179ZM417.07 80.8848H420.468L419.422 78.1094C419.103 77.2663 418.866 76.5736 418.711 76.0312C418.583 76.6738 418.403 77.3118 418.171 77.9453L417.07 80.8848ZM424.617 85V74.9785H428.397C429.063 74.9785 429.571 75.0104 429.922 75.0742C430.414 75.1562 430.826 75.3135 431.159 75.5459C431.492 75.7738 431.758 76.0951 431.959 76.5098C432.164 76.9245 432.267 77.3802 432.267 77.877C432.267 78.7292 431.995 79.4515 431.453 80.0439C430.911 80.6318 429.931 80.9258 428.514 80.9258H425.943V85H424.617ZM425.943 79.7432H428.534C429.391 79.7432 429.999 79.5837 430.359 79.2646C430.719 78.9456 430.899 78.4967 430.899 77.918C430.899 77.4987 430.792 77.141 430.578 76.8447C430.368 76.5439 430.09 76.3457 429.744 76.25C429.521 76.1908 429.108 76.1611 428.507 76.1611H425.943V79.7432ZM434.181 85V74.9785H435.507V85H434.181Z" fill="black"/>
+<path d="M28.0271 336.624V284.341C28.0271 284.341 38.1114 293.109 67.7553 293.109C97.3992 293.109 107.421 283.527 107.421 283.527V336.624C95.0539 354.792 33.6561 349.363 28.0271 336.624Z" fill="#E0454C"/>
+<path d="M27.1621 373.548V319.376C27.1621 319.376 37.4176 329.854 67.0614 329.854C96.7053 329.854 106.556 319.376 106.556 319.376L107.394 373.548C94.7881 389.365 34.8347 386.399 27.1621 373.548Z" fill="#0070CC"/>
+<path d="M108.353 281.04C108.353 288.205 90.173 294.014 67.2688 294.014C44.3645 294.014 26.1846 288.205 26.1846 281.04C26.1846 273.875 44.3645 268.066 67.2688 268.066C90.173 268.066 108.353 273.875 108.353 281.04Z" fill="#E0454C"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M104.114 284.708C105.987 283.298 106.623 282.041 106.623 281.04C106.623 280.039 105.987 278.782 104.114 277.372C102.269 275.983 99.4851 274.659 95.8774 273.515C88.6818 271.235 78.5958 269.796 67.2688 269.796C55.9418 269.796 45.8558 271.235 38.6602 273.515C35.0525 274.659 32.2684 275.983 30.4233 277.372C28.5502 278.782 27.9144 280.039 27.9144 281.04C27.9144 282.041 28.5502 283.298 30.4233 284.708C32.2684 286.097 35.0525 287.422 38.6602 288.565C45.8558 290.846 55.9418 292.284 67.2688 292.284C78.5958 292.284 88.6818 290.846 95.8774 288.565C99.4851 287.422 102.269 286.097 104.114 284.708ZM67.2688 294.014C90.173 294.014 108.353 288.205 108.353 281.04C108.353 273.875 90.173 268.066 67.2688 268.066C44.3645 268.066 26.1846 273.875 26.1846 281.04C26.1846 288.205 44.3645 294.014 67.2688 294.014Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M26.4878 372.955L26.1846 280.179L27.9144 280.171L28.2176 372.947L26.4878 372.955Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M106.623 373.588L106.623 280.175L108.353 280.175L108.353 373.588L106.623 373.588Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M39.3561 380.226C46.51 382.448 56.4459 383.836 67.4587 383.836C78.4715 383.836 88.4074 382.448 95.5613 380.226C99.1435 379.113 101.979 377.805 103.901 376.394C105.84 374.969 106.7 373.556 106.7 372.241H108.43C108.43 374.367 107.045 376.231 104.925 377.788C102.788 379.358 99.7501 380.736 96.0745 381.878C88.7129 384.165 78.5959 385.566 67.4587 385.566C56.3215 385.566 46.2045 384.165 38.8429 381.878C35.1673 380.736 32.1298 379.358 29.9924 377.788C27.8727 376.231 26.4878 374.367 26.4878 372.241H28.2176C28.2176 373.556 29.0773 374.969 31.0165 376.394C32.938 377.805 35.774 379.113 39.3561 380.226Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M39.3561 324.87C46.51 327.093 56.446 328.481 67.4587 328.481C78.4715 328.481 88.4074 327.093 95.5613 324.87C99.1435 323.757 101.979 322.45 103.901 321.038C105.84 319.614 106.7 318.2 106.7 316.885H108.43C108.43 319.011 107.045 320.875 104.925 322.433C102.788 324.002 99.7502 325.38 96.0745 326.522C88.7129 328.809 78.5959 330.21 67.4587 330.21C56.3216 330.21 46.2045 328.809 38.8429 326.522C35.1673 325.38 32.1298 324.002 29.9924 322.433C27.8727 320.875 26.4878 319.011 26.4878 316.885H28.2177C28.2177 318.2 29.0773 319.614 31.0165 321.038C32.938 322.45 35.774 323.757 39.3561 324.87Z" fill="#2D2D2D"/>
+<path d="M37.8922 315.202V305.295H39.8653L42.2101 312.309C42.4263 312.963 42.584 313.451 42.6831 313.776C42.7957 313.415 42.9714 312.886 43.2102 312.188L45.582 305.295H47.3456V315.202H46.082V306.91L43.2034 315.202H42.0209L39.1558 306.768V315.202H37.8922Z" fill="white"/>
+<path d="M49.6606 315.202V305.295H56.8234V306.464H50.9716V309.498H56.4517V310.661H50.9716V314.033H57.0531V315.202H49.6606Z" fill="white"/>
+<path d="M58.9965 315.202V305.295H60.9696L63.3144 312.309C63.5306 312.963 63.6883 313.451 63.7874 313.776C63.9 313.415 64.0757 312.886 64.3145 312.188L66.6863 305.295H68.4499V315.202H67.1863V306.91L64.3077 315.202H63.1252L60.2601 306.768V315.202H58.9965Z" fill="white"/>
+<path d="M70.3393 310.377C70.3393 308.733 70.7807 307.446 71.6637 306.518C72.5466 305.586 73.6864 305.12 75.0829 305.12C75.9973 305.12 76.8217 305.338 77.556 305.775C78.2903 306.212 78.8489 306.822 79.2318 307.606C79.6192 308.386 79.813 309.271 79.813 310.262C79.813 311.267 79.6102 312.165 79.2048 312.958C78.7994 313.751 78.225 314.352 77.4817 314.762C76.7384 315.168 75.9365 315.37 75.0761 315.37C74.1436 315.37 73.3102 315.145 72.5759 314.695C71.8416 314.244 71.2853 313.629 70.9069 312.85C70.5285 312.071 70.3393 311.246 70.3393 310.377ZM71.6907 310.397C71.6907 311.591 72.0106 312.532 72.6502 313.222C73.2944 313.906 74.1008 314.249 75.0693 314.249C76.0559 314.249 76.8668 313.902 77.502 313.208C78.1417 312.514 78.4615 311.53 78.4615 310.255C78.4615 309.449 78.3241 308.746 78.0493 308.147C77.779 307.543 77.3803 307.077 76.8533 306.748C76.3307 306.415 75.7428 306.248 75.0896 306.248C74.1616 306.248 73.362 306.568 72.6908 307.208C72.0241 307.843 71.6907 308.906 71.6907 310.397Z" fill="white"/>
+<path d="M81.7023 315.202V305.295H86.0945C86.9775 305.295 87.6487 305.385 88.1082 305.566C88.5677 305.741 88.9348 306.054 89.2096 306.505C89.4844 306.955 89.6218 307.453 89.6218 307.998C89.6218 308.701 89.3943 309.293 88.9393 309.775C88.4843 310.257 87.7816 310.564 86.8311 310.694C87.1779 310.861 87.4415 311.026 87.6217 311.188C88.0046 311.539 88.3672 311.978 88.7096 312.505L90.4327 315.202H88.7839L87.473 313.141C87.0901 312.546 86.7747 312.091 86.527 311.776C86.2792 311.46 86.0562 311.239 85.858 311.113C85.6643 310.987 85.4661 310.899 85.2634 310.85C85.1147 310.818 84.8714 310.803 84.5336 310.803H83.0132V315.202H81.7023ZM83.0132 309.667H85.831C86.4301 309.667 86.8986 309.606 87.2365 309.485C87.5744 309.359 87.8311 309.161 88.0068 308.89C88.1825 308.615 88.2704 308.318 88.2704 307.998C88.2704 307.53 88.0992 307.145 87.7568 306.843C87.4189 306.541 86.8829 306.39 86.1486 306.39H83.0132V309.667Z" fill="white"/>
+<path d="M94.3897 315.202V311.005L90.5719 305.295H92.1666L94.1194 308.282C94.4798 308.841 94.8154 309.399 95.1263 309.958C95.4236 309.44 95.784 308.856 96.2074 308.208L98.1265 305.295H99.6537L95.7006 311.005V315.202H94.3897Z" fill="white"/>
+<path d="M51.7716 369.692V359.786H55.184C55.9544 359.786 56.5423 359.833 56.9477 359.928C57.5153 360.059 57.9996 360.295 58.4005 360.637C58.9231 361.079 59.3127 361.644 59.5695 362.334C59.8308 363.018 59.9614 363.802 59.9614 364.685C59.9614 365.437 59.8736 366.104 59.6979 366.685C59.5222 367.266 59.297 367.748 59.0222 368.131C58.7474 368.51 58.4456 368.809 58.1167 369.03C57.7924 369.246 57.3982 369.411 56.9342 369.523C56.4747 369.636 55.9454 369.692 55.3462 369.692H51.7716ZM53.0825 368.523H55.1976C55.8508 368.523 56.3621 368.462 56.7315 368.341C57.1054 368.219 57.4027 368.048 57.6234 367.827C57.9343 367.516 58.1753 367.1 58.3464 366.577C58.5221 366.05 58.61 365.413 58.61 364.665C58.61 363.629 58.4388 362.834 58.0964 362.279C57.7586 361.721 57.3464 361.347 56.8598 361.158C56.5085 361.023 55.9431 360.955 55.1638 360.955H53.0825V368.523Z" fill="white"/>
+<path d="M62.1684 369.692V359.786H63.4793V369.692H62.1684Z" fill="white"/>
+<path d="M65.524 366.51L66.7606 366.401C66.8192 366.897 66.9543 367.305 67.166 367.624C67.3823 367.94 67.7156 368.197 68.1661 368.395C68.6166 368.589 69.1234 368.685 69.6865 368.685C70.1865 368.685 70.628 368.611 71.0109 368.462C71.3938 368.314 71.6776 368.111 71.8623 367.854C72.0515 367.593 72.1462 367.309 72.1462 367.003C72.1462 366.692 72.0561 366.422 71.8759 366.192C71.6957 365.958 71.3983 365.762 70.9839 365.604C70.7181 365.5 70.1302 365.341 69.2203 365.124C68.3103 364.904 67.6728 364.696 67.3079 364.503C66.8349 364.255 66.4813 363.949 66.2471 363.584C66.0173 363.214 65.9024 362.802 65.9024 362.347C65.9024 361.847 66.0443 361.381 66.3281 360.948C66.6119 360.511 67.0264 360.18 67.5715 359.955C68.1166 359.73 68.7225 359.617 69.3892 359.617C70.1235 359.617 70.7699 359.736 71.3285 359.975C71.8916 360.209 72.3241 360.556 72.6259 361.016C72.9277 361.475 73.0899 361.996 73.1124 362.577L71.8556 362.671C71.788 362.045 71.5583 361.572 71.1663 361.252C70.7789 360.933 70.2046 360.773 69.4432 360.773C68.6504 360.773 68.0715 360.919 67.7066 361.212C67.3462 361.5 67.166 361.849 67.166 362.259C67.166 362.615 67.2944 362.908 67.5512 363.138C67.8035 363.367 68.4612 363.604 69.5243 363.847C70.592 364.086 71.324 364.295 71.7204 364.476C72.2971 364.741 72.7228 365.079 72.9976 365.489C73.2724 365.895 73.4098 366.363 73.4098 366.895C73.4098 367.422 73.2589 367.92 72.957 368.388C72.6552 368.852 72.2205 369.215 71.6529 369.476C71.0898 369.733 70.4546 369.861 69.7473 369.861C68.8509 369.861 68.0985 369.73 67.4904 369.469C66.8867 369.208 66.4115 368.816 66.0646 368.293C65.7222 367.766 65.542 367.172 65.524 366.51Z" fill="white"/>
+<path d="M75.3194 369.692V359.786H76.6303V364.699L81.5496 359.786H83.3267L79.171 363.8L83.5092 369.692H81.7793L78.252 364.678L76.6303 366.259V369.692H75.3194Z" fill="white"/>
+<path d="M165.847 336.624V284.341C165.847 284.341 175.931 293.109 205.575 293.109C235.219 293.109 245.241 283.527 245.241 283.527V336.624C232.874 354.792 171.476 349.363 165.847 336.624Z" fill="#E0454C"/>
+<path d="M164.982 373.548V319.376C164.982 319.376 175.237 329.854 204.881 329.854C234.525 329.854 244.376 319.376 244.376 319.376L245.214 373.548C232.608 389.365 172.654 386.399 164.982 373.548Z" fill="#0070CC"/>
+<path d="M246.173 281.04C246.173 288.205 227.993 294.014 205.088 294.014C182.184 294.014 164.004 288.205 164.004 281.04C164.004 273.875 182.184 268.066 205.088 268.066C227.993 268.066 246.173 273.875 246.173 281.04Z" fill="#E0454C"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M241.934 284.708C243.807 283.298 244.443 282.041 244.443 281.04C244.443 280.039 243.807 278.782 241.934 277.372C240.089 275.983 237.305 274.659 233.697 273.515C226.501 271.235 216.415 269.796 205.088 269.796C193.761 269.796 183.675 271.235 176.48 273.515C172.872 274.659 170.088 275.983 168.243 277.372C166.37 278.782 165.734 280.039 165.734 281.04C165.734 282.041 166.37 283.298 168.243 284.708C170.088 286.097 172.872 287.422 176.48 288.565C183.675 290.846 193.761 292.284 205.088 292.284C216.415 292.284 226.501 290.846 233.697 288.565C237.305 287.422 240.089 286.097 241.934 284.708ZM205.088 294.014C227.993 294.014 246.173 288.205 246.173 281.04C246.173 273.875 227.993 268.066 205.088 268.066C182.184 268.066 164.004 273.875 164.004 281.04C164.004 288.205 182.184 294.014 205.088 294.014Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M164.307 372.955L164.004 280.179L165.734 280.171L166.037 372.947L164.307 372.955Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M244.443 373.588L244.443 280.175L246.173 280.175L246.173 373.588L244.443 373.588Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M177.176 380.226C184.33 382.448 194.266 383.836 205.278 383.836C216.291 383.836 226.227 382.448 233.381 380.226C236.963 379.113 239.799 377.805 241.721 376.394C243.66 374.969 244.519 373.556 244.519 372.241H246.249C246.249 374.367 244.864 376.231 242.745 377.788C240.607 379.358 237.57 380.736 233.894 381.878C226.533 384.165 216.416 385.566 205.278 385.566C194.141 385.566 184.024 384.165 176.663 381.878C172.987 380.736 169.949 379.358 167.812 377.788C165.692 376.231 164.307 374.367 164.307 372.241H166.037C166.037 373.556 166.897 374.969 168.836 376.394C170.758 377.805 173.594 379.113 177.176 380.226Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M177.176 324.87C184.33 327.093 194.266 328.481 205.278 328.481C216.291 328.481 226.227 327.093 233.381 324.87C236.963 323.757 239.799 322.45 241.721 321.038C243.66 319.614 244.519 318.2 244.519 316.885H246.249C246.249 319.011 244.864 320.875 242.745 322.433C240.607 324.002 237.57 325.38 233.894 326.522C226.533 328.809 216.416 330.21 205.278 330.21C194.141 330.21 184.024 328.809 176.663 326.522C172.987 325.38 169.949 324.002 167.812 322.433C165.692 320.875 164.307 319.011 164.307 316.885H166.037C166.037 318.2 166.897 319.614 168.836 321.038C170.758 322.45 173.594 323.757 177.176 324.87Z" fill="black"/>
+<path d="M175.416 315.202V305.295H177.389L179.734 312.309C179.95 312.963 180.108 313.451 180.207 313.776C180.32 313.415 180.495 312.886 180.734 312.188L183.106 305.295H184.87V315.202H183.606V306.91L180.727 315.202H179.545L176.68 306.768V315.202H175.416Z" fill="white"/>
+<path d="M187.185 315.202V305.295H194.347V306.464H188.496V309.498H193.976V310.661H188.496V314.033H194.577V315.202H187.185Z" fill="white"/>
+<path d="M196.521 315.202V305.295H198.494L200.838 312.309C201.055 312.963 201.212 313.451 201.311 313.776C201.424 313.415 201.6 312.886 201.838 312.188L204.21 305.295H205.974V315.202H204.71V306.91L201.832 315.202H200.649L197.784 306.768V315.202H196.521Z" fill="white"/>
+<path d="M207.863 310.377C207.863 308.733 208.305 307.446 209.188 306.518C210.071 305.586 211.21 305.12 212.607 305.12C213.521 305.12 214.346 305.338 215.08 305.775C215.814 306.212 216.373 306.822 216.756 307.606C217.143 308.386 217.337 309.271 217.337 310.262C217.337 311.267 217.134 312.165 216.729 312.958C216.323 313.751 215.749 314.352 215.006 314.762C214.262 315.168 213.461 315.37 212.6 315.37C211.668 315.37 210.834 315.145 210.1 314.695C209.366 314.244 208.809 313.629 208.431 312.85C208.052 312.071 207.863 311.246 207.863 310.377ZM209.215 310.397C209.215 311.591 209.535 312.532 210.174 313.222C210.818 313.906 211.625 314.249 212.593 314.249C213.58 314.249 214.391 313.902 215.026 313.208C215.666 312.514 215.986 311.53 215.986 310.255C215.986 309.449 215.848 308.746 215.573 308.147C215.303 307.543 214.904 307.077 214.377 306.748C213.855 306.415 213.267 306.248 212.614 306.248C211.686 306.248 210.886 306.568 210.215 307.208C209.548 307.843 209.215 308.906 209.215 310.397Z" fill="white"/>
+<path d="M219.226 315.202V305.295H223.619C224.501 305.295 225.173 305.385 225.632 305.566C226.092 305.741 226.459 306.054 226.734 306.505C227.008 306.955 227.146 307.453 227.146 307.998C227.146 308.701 226.918 309.293 226.463 309.775C226.008 310.257 225.306 310.564 224.355 310.694C224.702 310.861 224.965 311.026 225.146 311.188C225.529 311.539 225.891 311.978 226.234 312.505L227.957 315.202H226.308L224.997 313.141C224.614 312.546 224.299 312.091 224.051 311.776C223.803 311.46 223.58 311.239 223.382 311.113C223.188 310.987 222.99 310.899 222.787 310.85C222.639 310.818 222.395 310.803 222.058 310.803H220.537V315.202H219.226ZM220.537 309.667H223.355C223.954 309.667 224.423 309.606 224.761 309.485C225.098 309.359 225.355 309.161 225.531 308.89C225.707 308.615 225.794 308.318 225.794 307.998C225.794 307.53 225.623 307.145 225.281 306.843C224.943 306.541 224.407 306.39 223.673 306.39H220.537V309.667Z" fill="white"/>
+<path d="M231.914 315.202V311.005L228.096 305.295H229.691L231.643 308.282C232.004 308.841 232.339 309.399 232.65 309.958C232.948 309.44 233.308 308.856 233.731 308.208L235.651 305.295H237.178L233.225 311.005V315.202H231.914Z" fill="white"/>
+<path d="M189.296 369.692V359.786H192.708C193.478 359.786 194.066 359.833 194.472 359.928C195.039 360.059 195.524 360.295 195.925 360.637C196.447 361.079 196.837 361.644 197.094 362.334C197.355 363.018 197.485 363.802 197.485 364.685C197.485 365.437 197.398 366.104 197.222 366.685C197.046 367.266 196.821 367.748 196.546 368.131C196.271 368.51 195.97 368.809 195.641 369.03C195.316 369.246 194.922 369.411 194.458 369.523C193.999 369.636 193.469 369.692 192.87 369.692H189.296ZM190.607 368.523H192.722C193.375 368.523 193.886 368.462 194.255 368.341C194.629 368.219 194.927 368.048 195.147 367.827C195.458 367.516 195.699 367.1 195.87 366.577C196.046 366.05 196.134 365.413 196.134 364.665C196.134 363.629 195.963 362.834 195.62 362.279C195.283 361.721 194.87 361.347 194.384 361.158C194.033 361.023 193.467 360.955 192.688 360.955H190.607V368.523Z" fill="white"/>
+<path d="M199.692 369.692V359.786H201.003V369.692H199.692Z" fill="white"/>
+<path d="M203.048 366.51L204.285 366.401C204.343 366.897 204.478 367.305 204.69 367.624C204.906 367.94 205.24 368.197 205.69 368.395C206.141 368.589 206.647 368.685 207.211 368.685C207.711 368.685 208.152 368.611 208.535 368.462C208.918 368.314 209.202 368.111 209.386 367.854C209.576 367.593 209.67 367.309 209.67 367.003C209.67 366.692 209.58 366.422 209.4 366.192C209.22 365.958 208.922 365.762 208.508 365.604C208.242 365.5 207.654 365.341 206.744 365.124C205.834 364.904 205.197 364.696 204.832 364.503C204.359 364.255 204.005 363.949 203.771 363.584C203.541 363.214 203.426 362.802 203.426 362.347C203.426 361.847 203.568 361.381 203.852 360.948C204.136 360.511 204.55 360.18 205.096 359.955C205.641 359.73 206.247 359.617 206.913 359.617C207.648 359.617 208.294 359.736 208.853 359.975C209.416 360.209 209.848 360.556 210.15 361.016C210.452 361.475 210.614 361.996 210.636 362.577L209.38 362.671C209.312 362.045 209.082 361.572 208.69 361.252C208.303 360.933 207.729 360.773 206.967 360.773C206.174 360.773 205.596 360.919 205.231 361.212C204.87 361.5 204.69 361.849 204.69 362.259C204.69 362.615 204.818 362.908 205.075 363.138C205.328 363.367 205.985 363.604 207.048 363.847C208.116 364.086 208.848 364.295 209.244 364.476C209.821 364.741 210.247 365.079 210.522 365.489C210.796 365.895 210.934 366.363 210.934 366.895C210.934 367.422 210.783 367.92 210.481 368.388C210.179 368.852 209.745 369.215 209.177 369.476C208.614 369.733 207.979 369.861 207.271 369.861C206.375 369.861 205.623 369.73 205.014 369.469C204.411 369.208 203.936 368.816 203.589 368.293C203.246 367.766 203.066 367.172 203.048 366.51Z" fill="white"/>
+<path d="M212.843 369.692V359.786H214.154V364.699L219.074 359.786H220.851L216.695 363.8L221.033 369.692H219.303L215.776 364.678L214.154 366.259V369.692H212.843Z" fill="white"/>
+<path d="M190.024 395.264C190.024 395.264 180.942 400.885 189.501 406.468C191.147 407.555 197.119 410.578 196.949 413.376C196.949 413.376 200.568 407.939 195.276 404.518C189.841 401.018 188.482 397.279 190.024 395.264Z" fill="#ED1C24"/>
+<path d="M186.862 406.004C186.862 406.004 183.621 410.989 189.998 412.01C190.625 412.09 195.237 412.58 196.439 414.118C196.439 414.118 196.335 411.466 192.572 409.902C188.822 408.337 187.28 407.953 186.862 406.004Z" fill="#ED1C24"/>
+<path d="M199.406 400.766C195.512 396.629 194.427 394.07 196.1 390.755C196.1 390.755 184.484 395.29 195.956 403.338C200.059 406.216 199.38 409.159 199.38 409.265C200.02 408.589 203.3 404.903 199.406 400.766Z" fill="#ED1C24"/>
+<path d="M205.716 410.344V400.438H207.061L212.264 408.215V400.438H213.52V410.344H212.176L206.973 402.56V410.344H205.716Z" fill="#2D2D2D"/>
+<path d="M215.504 405.519C215.504 403.875 215.946 402.589 216.829 401.661C217.712 400.728 218.852 400.262 220.248 400.262C221.162 400.262 221.987 400.481 222.721 400.918C223.455 401.355 224.014 401.965 224.397 402.749C224.784 403.528 224.978 404.413 224.978 405.404C224.978 406.409 224.775 407.308 224.37 408.101C223.965 408.893 223.39 409.495 222.647 409.905C221.904 410.31 221.102 410.513 220.241 410.513C219.309 410.513 218.475 410.288 217.741 409.837C217.007 409.387 216.45 408.772 216.072 407.992C215.694 407.213 215.504 406.389 215.504 405.519ZM216.856 405.54C216.856 406.733 217.176 407.675 217.815 408.364C218.46 409.049 219.266 409.391 220.234 409.391C221.221 409.391 222.032 409.044 222.667 408.351C223.307 407.657 223.627 406.672 223.627 405.398C223.627 404.591 223.489 403.888 223.214 403.289C222.944 402.686 222.545 402.219 222.018 401.891C221.496 401.557 220.908 401.391 220.255 401.391C219.327 401.391 218.527 401.71 217.856 402.35C217.189 402.985 216.856 404.048 216.856 405.54Z" fill="#2D2D2D"/>
+<path d="M226.847 410.344V400.438H230.26C231.03 400.438 231.618 400.485 232.023 400.58C232.591 400.71 233.075 400.947 233.476 401.289C233.999 401.731 234.388 402.296 234.645 402.985C234.906 403.67 235.037 404.454 235.037 405.337C235.037 406.089 234.949 406.756 234.773 407.337C234.598 407.918 234.373 408.4 234.098 408.783C233.823 409.161 233.521 409.461 233.192 409.682C232.868 409.898 232.474 410.062 232.01 410.175C231.55 410.288 231.021 410.344 230.422 410.344H226.847ZM228.158 409.175H230.273C230.926 409.175 231.438 409.114 231.807 408.992C232.181 408.871 232.478 408.7 232.699 408.479C233.01 408.168 233.251 407.751 233.422 407.229C233.598 406.702 233.686 406.064 233.686 405.317C233.686 404.28 233.514 403.485 233.172 402.931C232.834 402.373 232.422 401.999 231.935 401.81C231.584 401.674 231.019 401.607 230.239 401.607H228.158V409.175Z" fill="#2D2D2D"/>
+<path d="M237.048 410.344V400.438H244.211V401.607H238.359V404.641H243.839V405.803H238.359V409.175H244.44V410.344H237.048Z" fill="#2D2D2D"/>
+<path d="M30.8126 395.264C30.8126 395.264 21.7313 400.885 30.2899 406.468C31.9363 407.555 37.9077 410.578 37.7378 413.376C37.7378 413.376 41.3572 407.939 36.0653 404.518C30.6296 401.018 29.2707 397.279 30.8126 395.264Z" fill="#ED1C24"/>
+<path d="M27.6506 406.004C27.6506 406.004 24.4101 410.989 30.7866 412.01C31.4138 412.09 36.0262 412.58 37.2284 414.118C37.2284 414.118 37.1238 411.466 33.3607 409.902C29.6106 408.337 28.0687 407.953 27.6506 406.004Z" fill="#ED1C24"/>
+<path d="M40.1946 400.766C36.3008 396.629 35.2163 394.07 36.8888 390.755C36.8888 390.755 25.2727 395.29 36.7451 403.338C40.848 406.216 40.1685 409.159 40.1685 409.265C40.8088 408.589 44.0884 404.903 40.1946 400.766Z" fill="#ED1C24"/>
+<path d="M46.5685 410.344V400.438H47.9132L53.1163 408.215V400.438H54.3732V410.344H53.0285L47.8254 402.56V410.344H46.5685Z" fill="#2D2D2D"/>
+<path d="M56.3571 405.519C56.3571 403.875 56.7986 402.589 57.6815 401.661C58.5645 400.728 59.7042 400.262 61.1007 400.262C62.0152 400.262 62.8396 400.481 63.5739 400.918C64.3082 401.355 64.8668 401.965 65.2497 402.749C65.6371 403.528 65.8308 404.413 65.8308 405.404C65.8308 406.409 65.6281 407.308 65.2226 408.101C64.8172 408.893 64.2428 409.495 63.4995 409.905C62.7562 410.31 61.9544 410.513 61.0939 410.513C60.1614 410.513 59.328 410.288 58.5938 409.837C57.8595 409.387 57.3031 408.772 56.9247 407.992C56.5463 407.213 56.3571 406.389 56.3571 405.519ZM57.7086 405.54C57.7086 406.733 58.0284 407.675 58.6681 408.364C59.3123 409.049 60.1186 409.391 61.0872 409.391C62.0738 409.391 62.8846 409.044 63.5198 408.351C64.1595 407.657 64.4793 406.672 64.4793 405.398C64.4793 404.591 64.3419 403.888 64.0671 403.289C63.7969 402.686 63.3982 402.219 62.8711 401.891C62.3485 401.557 61.7607 401.391 61.1075 401.391C60.1795 401.391 59.3799 401.71 58.7086 402.35C58.0419 402.985 57.7086 404.048 57.7086 405.54Z" fill="#2D2D2D"/>
+<path d="M67.6999 410.344V400.438H71.1123C71.8826 400.438 72.4705 400.485 72.8759 400.58C73.4435 400.71 73.9278 400.947 74.3287 401.289C74.8513 401.731 75.241 402.296 75.4977 402.985C75.759 403.67 75.8897 404.454 75.8897 405.337C75.8897 406.089 75.8018 406.756 75.6261 407.337C75.4504 407.918 75.2252 408.4 74.9504 408.783C74.6756 409.161 74.3738 409.461 74.0449 409.682C73.7206 409.898 73.3264 410.062 72.8624 410.175C72.4029 410.288 71.8736 410.344 71.2745 410.344H67.6999ZM69.0108 409.175H71.1258C71.779 409.175 72.2903 409.114 72.6597 408.992C73.0336 408.871 73.3309 408.7 73.5517 408.479C73.8625 408.168 74.1035 407.751 74.2747 407.229C74.4504 406.702 74.5382 406.064 74.5382 405.317C74.5382 404.28 74.367 403.485 74.0247 402.931C73.6868 402.373 73.2746 401.999 72.7881 401.81C72.4367 401.674 71.8713 401.607 71.092 401.607H69.0108V409.175Z" fill="#2D2D2D"/>
+<path d="M77.9006 410.344V400.438H85.0633V401.607H79.2115V404.641H84.6917V405.803H79.2115V409.175H85.2931V410.344H77.9006Z" fill="#2D2D2D"/>
+<path d="M109.386 423.211C109.386 423.211 100.305 428.833 108.864 434.415C110.51 435.503 116.481 438.526 116.311 441.324C116.311 441.324 119.931 435.887 114.639 432.466C109.203 428.966 107.844 425.227 109.386 423.211Z" fill="#ED1C24"/>
+<path d="M106.224 433.952C106.224 433.952 102.984 438.937 109.36 439.958C109.987 440.038 114.6 440.528 115.802 442.066C115.802 442.066 115.697 439.414 111.934 437.85C108.184 436.285 106.642 435.901 106.224 433.952Z" fill="#ED1C24"/>
+<path d="M118.768 428.714C114.874 424.577 113.79 422.018 115.462 418.703C115.462 418.703 103.846 423.238 115.319 431.286C119.422 434.164 118.742 437.107 118.742 437.213C119.382 436.537 122.662 432.851 118.768 428.714Z" fill="#ED1C24"/>
+<path d="M125.142 438.292V428.386H126.487L131.69 436.163V428.386H132.947V438.292H131.602L126.399 430.507V438.292H125.142Z" fill="#2D2D2D"/>
+<path d="M134.931 433.467C134.931 431.823 135.372 430.537 136.255 429.609C137.138 428.676 138.278 428.21 139.674 428.21C140.589 428.21 141.413 428.429 142.148 428.865C142.882 429.302 143.44 429.913 143.823 430.697C144.211 431.476 144.404 432.361 144.404 433.352C144.404 434.357 144.202 435.256 143.796 436.048C143.391 436.841 142.816 437.443 142.073 437.853C141.33 438.258 140.528 438.461 139.668 438.461C138.735 438.461 137.902 438.236 137.167 437.785C136.433 437.335 135.877 436.72 135.498 435.94C135.12 435.161 134.931 434.337 134.931 433.467ZM136.282 433.487C136.282 434.681 136.602 435.623 137.242 436.312C137.886 436.997 138.692 437.339 139.661 437.339C140.647 437.339 141.458 436.992 142.093 436.298C142.733 435.605 143.053 434.62 143.053 433.346C143.053 432.539 142.916 431.836 142.641 431.237C142.371 430.634 141.972 430.167 141.445 429.839C140.922 429.505 140.334 429.338 139.681 429.338C138.753 429.338 137.954 429.658 137.282 430.298C136.616 430.933 136.282 431.996 136.282 433.487Z" fill="#2D2D2D"/>
+<path d="M146.274 438.292V428.386H149.686C150.456 428.386 151.044 428.433 151.45 428.528C152.017 428.658 152.501 428.895 152.902 429.237C153.425 429.679 153.815 430.244 154.071 430.933C154.333 431.618 154.463 432.402 154.463 433.285C154.463 434.037 154.375 434.704 154.2 435.285C154.024 435.866 153.799 436.348 153.524 436.731C153.249 437.109 152.947 437.409 152.619 437.63C152.294 437.846 151.9 438.01 151.436 438.123C150.977 438.236 150.447 438.292 149.848 438.292H146.274ZM147.584 437.123H149.699C150.353 437.123 150.864 437.062 151.233 436.94C151.607 436.819 151.905 436.648 152.125 436.427C152.436 436.116 152.677 435.699 152.848 435.177C153.024 434.65 153.112 434.012 153.112 433.264C153.112 432.228 152.941 431.433 152.598 430.879C152.26 430.321 151.848 429.947 151.362 429.757C151.01 429.622 150.445 429.555 149.666 429.555H147.584V437.123Z" fill="#2D2D2D"/>
+<path d="M156.474 438.292V428.386H163.637V429.555H157.785V432.589H163.265V433.751H157.785V437.123H163.867V438.292H156.474Z" fill="#2D2D2D"/>
+<path d="M96.9369 366.376V314.093C96.9369 314.093 107.021 322.861 136.665 322.861C166.309 322.861 176.331 313.279 176.331 313.279V366.376C163.964 384.545 102.566 379.115 96.9369 366.376Z" fill="#E0454C"/>
+<path d="M96.072 403.301V349.128C96.072 349.128 106.327 359.607 135.971 359.607C165.615 359.607 175.466 349.128 175.466 349.128L176.304 403.301C163.698 419.117 103.745 416.152 96.072 403.301Z" fill="#0070CC"/>
+<path d="M177.263 310.792C177.263 317.958 159.083 323.766 136.179 323.766C113.274 323.766 95.0944 317.958 95.0944 310.792C95.0944 303.627 113.274 297.818 136.179 297.818C159.083 297.818 177.263 303.627 177.263 310.792Z" fill="#E0454C"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M173.024 314.46C174.897 313.05 175.533 311.793 175.533 310.792C175.533 309.791 174.897 308.534 173.024 307.124C171.179 305.736 168.395 304.411 164.787 303.267C157.592 300.987 147.506 299.548 136.179 299.548C124.852 299.548 114.766 300.987 107.57 303.267C103.962 304.411 101.178 305.736 99.3332 307.124C97.46 308.534 96.8243 309.791 96.8243 310.792C96.8243 311.793 97.46 313.05 99.3332 314.46C101.178 315.849 103.962 317.174 107.57 318.317C114.766 320.598 124.852 322.036 136.179 322.036C147.506 322.036 157.592 320.598 164.787 318.317C168.395 317.174 171.179 315.849 173.024 314.46ZM136.179 323.766C159.083 323.766 177.263 317.958 177.263 310.792C177.263 303.627 159.083 297.818 136.179 297.818C113.274 297.818 95.0944 303.627 95.0944 310.792C95.0944 317.958 113.274 323.766 136.179 323.766Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M95.3976 402.707L95.0944 309.932L96.8242 309.923L97.1275 402.699L95.3976 402.707Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M175.533 403.34L175.533 309.927L177.263 309.927L177.263 403.34L175.533 403.34Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M108.266 409.978C115.42 412.2 125.356 413.588 136.369 413.588C147.381 413.588 157.317 412.2 164.471 409.978C168.053 408.865 170.889 407.558 172.811 406.146C174.75 404.722 175.61 403.308 175.61 401.993H177.339C177.339 404.119 175.955 405.983 173.835 407.54C171.697 409.11 168.66 410.488 164.984 411.63C157.623 413.917 147.506 415.318 136.369 415.318C125.231 415.318 115.114 413.917 107.753 411.63C104.077 410.488 101.04 409.11 98.9022 407.54C96.7825 405.983 95.3976 404.119 95.3976 401.993H97.1275C97.1275 403.308 97.9871 404.722 99.9263 406.146C101.848 407.558 104.684 408.865 108.266 409.978Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M108.266 354.622C115.42 356.845 125.356 358.233 136.369 358.233C147.381 358.233 157.317 356.845 164.471 354.622C168.053 353.509 170.889 352.202 172.811 350.791C174.75 349.366 175.61 347.952 175.61 346.638H177.339C177.339 348.764 175.955 350.628 173.835 352.185C171.697 353.755 168.66 355.132 164.984 356.274C157.623 358.561 147.506 359.963 136.369 359.963C125.231 359.963 115.114 358.561 107.753 356.274C104.077 355.132 101.04 353.755 98.9023 352.185C96.7825 350.628 95.3976 348.764 95.3976 346.638H97.1275C97.1275 347.952 97.9871 349.366 99.9263 350.791C101.848 352.202 104.684 353.509 108.266 354.622Z" fill="#2D2D2D"/>
+<path d="M106.222 344.609V334.703H108.195L110.54 341.717C110.756 342.37 110.914 342.859 111.013 343.183C111.125 342.823 111.301 342.294 111.54 341.595L113.911 334.703H115.675V344.609H114.412V336.318L111.533 344.609H110.35L107.485 336.176V344.609H106.222Z" fill="white"/>
+<path d="M117.99 344.609V334.703H125.153V335.872H119.301V338.906H124.781V340.068H119.301V343.44H125.383V344.609H117.99Z" fill="white"/>
+<path d="M127.326 344.609V334.703H129.299L131.644 341.717C131.86 342.37 132.018 342.859 132.117 343.183C132.23 342.823 132.405 342.294 132.644 341.595L135.016 334.703H136.779V344.609H135.516V336.318L132.637 344.609H131.455L128.59 336.176V344.609H127.326Z" fill="white"/>
+<path d="M138.669 339.785C138.669 338.14 139.11 336.854 139.993 335.926C140.876 334.994 142.016 334.527 143.412 334.527C144.327 334.527 145.151 334.746 145.886 335.183C146.62 335.62 147.178 336.23 147.561 337.014C147.949 337.793 148.142 338.679 148.142 339.67C148.142 340.674 147.94 341.573 147.534 342.366C147.129 343.159 146.555 343.76 145.811 344.17C145.068 344.575 144.266 344.778 143.406 344.778C142.473 344.778 141.64 344.553 140.905 344.102C140.171 343.652 139.615 343.037 139.236 342.258C138.858 341.478 138.669 340.654 138.669 339.785ZM140.02 339.805C140.02 340.999 140.34 341.94 140.98 342.629C141.624 343.314 142.43 343.656 143.399 343.656C144.385 343.656 145.196 343.31 145.831 342.616C146.471 341.922 146.791 340.938 146.791 339.663C146.791 338.857 146.654 338.154 146.379 337.555C146.109 336.951 145.71 336.485 145.183 336.156C144.66 335.822 144.072 335.656 143.419 335.656C142.491 335.656 141.692 335.976 141.02 336.615C140.354 337.251 140.02 338.314 140.02 339.805Z" fill="white"/>
+<path d="M150.032 344.609V334.703H154.424C155.307 334.703 155.978 334.793 156.438 334.973C156.897 335.149 157.264 335.462 157.539 335.913C157.814 336.363 157.951 336.861 157.951 337.406C157.951 338.109 157.724 338.701 157.269 339.183C156.814 339.665 156.111 339.971 155.161 340.102C155.507 340.269 155.771 340.433 155.951 340.595C156.334 340.947 156.697 341.386 157.039 341.913L158.762 344.609H157.113L155.803 342.548C155.42 341.954 155.104 341.499 154.857 341.183C154.609 340.868 154.386 340.647 154.188 340.521C153.994 340.395 153.796 340.307 153.593 340.258C153.444 340.226 153.201 340.21 152.863 340.21H151.343V344.609H150.032ZM151.343 339.075H154.161C154.76 339.075 155.228 339.014 155.566 338.893C155.904 338.766 156.161 338.568 156.336 338.298C156.512 338.023 156.6 337.726 156.6 337.406C156.6 336.937 156.429 336.552 156.086 336.25C155.748 335.949 155.212 335.798 154.478 335.798H151.343V339.075Z" fill="white"/>
+<path d="M162.719 344.609V340.413L158.901 334.703H160.496L162.449 337.69C162.809 338.248 163.145 338.807 163.456 339.366C163.753 338.847 164.114 338.264 164.537 337.615L166.456 334.703H167.983L164.03 340.413V344.609H162.719Z" fill="white"/>
+<path d="M120.101 399.1V389.194H123.514C124.284 389.194 124.872 389.241 125.277 389.336C125.845 389.466 126.329 389.703 126.73 390.045C127.253 390.487 127.642 391.052 127.899 391.741C128.16 392.426 128.291 393.21 128.291 394.093C128.291 394.845 128.203 395.512 128.027 396.093C127.852 396.674 127.627 397.156 127.352 397.539C127.077 397.917 126.775 398.217 126.446 398.438C126.122 398.654 125.728 398.818 125.264 398.931C124.804 399.044 124.275 399.1 123.676 399.1H120.101ZM121.412 397.931H123.527C124.18 397.931 124.692 397.87 125.061 397.748C125.435 397.627 125.732 397.456 125.953 397.235C126.264 396.924 126.505 396.507 126.676 395.985C126.852 395.458 126.94 394.82 126.94 394.072C126.94 393.036 126.768 392.241 126.426 391.687C126.088 391.128 125.676 390.755 125.189 390.565C124.838 390.43 124.273 390.363 123.493 390.363H121.412V397.931Z" fill="white"/>
+<path d="M130.498 399.1V389.194H131.809V399.1H130.498Z" fill="white"/>
+<path d="M133.854 395.917L135.09 395.809C135.149 396.305 135.284 396.712 135.496 397.032C135.712 397.347 136.045 397.604 136.496 397.802C136.946 397.996 137.453 398.093 138.016 398.093C138.516 398.093 138.958 398.019 139.34 397.87C139.723 397.721 140.007 397.519 140.192 397.262C140.381 397.001 140.476 396.717 140.476 396.41C140.476 396.1 140.386 395.829 140.205 395.6C140.025 395.365 139.728 395.169 139.313 395.012C139.048 394.908 138.46 394.748 137.55 394.532C136.64 394.311 136.002 394.104 135.637 393.91C135.164 393.662 134.811 393.356 134.577 392.991C134.347 392.622 134.232 392.21 134.232 391.755C134.232 391.255 134.374 390.788 134.658 390.356C134.941 389.919 135.356 389.588 135.901 389.363C136.446 389.137 137.052 389.025 137.719 389.025C138.453 389.025 139.099 389.144 139.658 389.383C140.221 389.617 140.654 389.964 140.955 390.423C141.257 390.883 141.419 391.403 141.442 391.984L140.185 392.079C140.118 391.453 139.888 390.98 139.496 390.66C139.108 390.34 138.534 390.18 137.773 390.18C136.98 390.18 136.401 390.327 136.036 390.619C135.676 390.908 135.496 391.257 135.496 391.667C135.496 392.023 135.624 392.316 135.881 392.545C136.133 392.775 136.791 393.012 137.854 393.255C138.922 393.494 139.654 393.703 140.05 393.883C140.627 394.149 141.052 394.487 141.327 394.897C141.602 395.302 141.739 395.771 141.739 396.302C141.739 396.829 141.588 397.327 141.287 397.796C140.985 398.26 140.55 398.622 139.982 398.884C139.419 399.14 138.784 399.269 138.077 399.269C137.18 399.269 136.428 399.138 135.82 398.877C135.216 398.616 134.741 398.224 134.394 397.701C134.052 397.174 133.872 396.579 133.854 395.917Z" fill="white"/>
+<path d="M143.649 399.1V389.194H144.96V394.106L149.879 389.194H151.656L147.501 393.207L151.839 399.1H150.109L146.582 394.086L144.96 395.667V399.1H143.649Z" fill="white"/>
+<path d="M365.344 376.385L365.709 289.389C365.709 289.389 375.067 298.21 404.15 298.21C433.233 298.21 443.602 288.381 443.602 288.381L443.024 376.607C443.024 376.607 439.414 387.917 404.15 388.332C368.886 388.746 365.344 376.385 365.344 376.385Z" fill="#E0454C"/>
+<path d="M443.602 285.785C443.602 292.954 426.08 298.767 404.006 298.767C381.932 298.767 364.411 292.954 364.411 285.785C364.411 278.615 381.932 272.803 404.006 272.803C426.08 272.803 443.602 278.615 443.602 285.785Z" fill="#E0454C"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M439.493 289.455C441.308 288.044 441.924 286.786 441.924 285.785C441.924 284.783 441.308 283.525 439.493 282.115C437.705 280.725 435.007 279.399 431.511 278.255C424.538 275.973 414.763 274.534 403.787 274.534C392.81 274.534 383.036 275.973 376.063 278.255C372.566 279.399 369.869 280.725 368.08 282.115C366.265 283.525 365.649 284.783 365.649 285.785C365.649 286.786 366.265 288.044 368.08 289.455C369.869 290.845 372.566 292.17 376.063 293.314C383.036 295.596 392.81 297.036 403.787 297.036C414.763 297.036 424.538 295.596 431.511 293.314C435.007 292.17 437.705 290.845 439.493 289.455ZM403.787 298.767C425.983 298.767 443.6 292.955 443.6 285.785C443.6 278.615 425.983 272.803 403.787 272.803C381.591 272.803 363.973 278.615 363.973 285.785C363.973 292.955 381.591 298.767 403.787 298.767Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M364.264 375.566L363.976 285.482L365.665 285.474L365.952 375.558L364.264 375.566Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M441.955 375.361L441.955 285.751L443.602 285.751L443.602 375.361L441.955 375.361Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M376.728 383.14C383.654 385.305 393.274 386.657 403.936 386.657C414.598 386.657 424.217 385.305 431.143 383.14C434.611 382.056 437.357 380.782 439.217 379.407C441.095 378.019 441.927 376.642 441.927 375.361H443.602C443.602 377.432 442.261 379.248 440.209 380.765C438.139 382.295 435.199 383.637 431.64 384.749C424.513 386.977 414.718 388.343 403.936 388.343C393.153 388.343 383.359 386.977 376.231 384.749C372.673 383.637 369.732 382.295 367.663 380.765C365.611 379.248 364.27 377.432 364.27 375.361H365.945C365.945 376.642 366.777 378.019 368.654 379.407C370.515 380.782 373.26 382.056 376.728 383.14Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M391.163 339.387C391.005 339.812 390.848 340.237 390.69 340.662C390.299 341.044 389.909 341.427 389.519 341.81C389.092 342.229 389 342.226 389.1 342.818C389.218 343.514 389.556 344.231 390.178 344.848C390.832 345.497 392.205 346.415 393.194 345.982C393.102 346.311 392.98 346.656 392.825 346.993C392.162 348.431 393.777 348.712 394.907 349.015C395.846 349.266 398.152 349.936 398.484 348.714C398.634 348.165 398.657 347.869 398.604 347.344C398.896 346.698 398.989 346.596 399.231 346.24C399.563 345.753 399.54 345.567 399.467 344.963C399.453 344.846 399.436 344.719 399.416 344.585C400.535 344.752 401.61 344.75 402.706 344.615C402.373 344.807 402.04 344.975 401.599 345.199C400.555 345.731 401.539 347.299 401.989 347.986C402.934 349.427 403.782 350.419 405.378 349.564C405.914 349.276 405.956 348.97 406.29 348.476C406.475 348.375 407.428 347.573 407.995 347.12C408.209 347.375 408.62 347.422 409.244 347.467C409.557 347.489 410.788 347.482 411.114 347.484C412.092 347.49 412.679 347.389 412.755 346.334C412.792 345.834 412.77 345.727 412.521 345.29C412.506 344.738 412.491 344.186 412.476 343.634C412.459 343.012 412.34 342.631 412.093 342.05C411.869 341.523 411.743 341.072 411.482 340.561C411.518 340.36 411.546 340.153 411.565 339.937C411.898 340.254 412.23 340.571 412.563 340.888C413.197 341.493 413.721 341.987 414.688 341.941C415.694 341.894 416.847 341.109 417.142 340.149C417.24 339.829 417.338 339.508 417.437 339.188C418.955 339.472 420.729 339.407 422.051 338.709C423.995 337.682 424.905 335.617 425.128 333.433C425.309 331.666 424.961 328.695 424.11 327.083C423.86 326.609 422.73 326.009 422.234 326.506C421.861 326.881 421.605 327.451 421.202 327.792C420.89 328.056 420.503 328.186 420.164 328.325C419.902 327.624 419.525 327.079 419.063 326.535C418.696 326.102 418.351 325.887 417.867 325.587C416.91 324.994 416.168 324.245 415.298 323.535C412.664 321.386 410.403 321.452 407.122 322.819C405.556 323.471 404.801 324.356 403.841 325.628C403.261 325.658 402.862 325.769 402.249 326.304C401.796 326.7 401.375 327.107 400.967 327.528C397.9 328.012 395.995 328.591 393.98 330.359C393.16 331.078 392.563 331.876 392.098 332.772C391.667 333.244 391.238 333.728 390.668 333.946C390.266 334.098 390.274 334.098 390.133 333.724C390.61 333.37 390.602 332.702 390.646 332.097C390.947 332.111 391.06 332.445 391.265 332.701C391.385 332.166 391.455 331.336 390.887 331.045C390.979 330.8 391.084 330.554 391.18 330.284C390.341 330.428 387.467 332.346 389 333.808C389.101 334.215 389.181 334.494 389.314 334.769C389.665 335.491 390.454 335.615 391.142 335.35C390.954 336.205 390.915 337.135 391.029 338.441C391.056 338.755 391.102 339.071 391.163 339.387Z" fill="black"/>
+<path d="M391.345 339.453C391.282 339.624 391.218 339.795 391.155 339.966L390.791 339.834C390.854 339.663 390.918 339.492 390.981 339.321L391.345 339.453ZM391.155 339.966C391.061 340.22 390.966 340.474 390.872 340.728L390.508 340.596C390.602 340.342 390.696 340.088 390.791 339.834L391.155 339.966ZM390.872 340.728L390.826 340.798L390.69 340.662L390.872 340.728ZM390.826 340.798C390.62 341 390.413 341.203 390.206 341.406L389.933 341.134C390.139 340.932 390.346 340.729 390.553 340.526L390.826 340.798ZM390.206 341.406C390.022 341.586 389.839 341.766 389.655 341.946L389.382 341.674C389.565 341.494 389.749 341.314 389.933 341.134L390.206 341.406ZM389.655 341.946C389.571 342.028 389.543 342.055 389.517 342.079L389.249 341.802C389.305 341.748 389.367 341.689 389.382 341.674L389.655 341.946ZM389.517 342.079C389.269 342.316 389.22 342.363 389.291 342.786L388.909 342.849C388.803 342.226 388.877 342.156 389.249 341.802L389.517 342.079ZM389.291 342.786C389.349 343.127 389.463 343.475 389.643 343.813L389.299 343.992C389.1 343.618 388.973 343.231 388.909 342.849L389.291 342.786ZM389.643 343.813C389.81 344.127 390.032 344.431 390.315 344.713L390.041 344.983C389.726 344.671 389.481 344.336 389.299 343.992L389.643 343.813ZM390.315 344.713C390.678 345.072 391.27 345.518 391.885 345.75L391.749 346.109C391.076 345.856 390.433 345.372 390.041 344.983L390.315 344.713ZM391.885 345.75C392.314 345.911 392.751 345.966 393.115 345.807L393.272 346.158C392.801 346.364 392.264 346.303 391.749 346.109L391.885 345.75ZM393.115 345.807L393.49 345.642L393.381 346.033L393.194 345.982L393.115 345.807ZM393.381 346.033C393.332 346.208 393.275 346.387 393.21 346.566L392.844 346.435C392.906 346.265 392.96 346.096 393.006 345.931L393.381 346.033ZM393.21 346.566C393.149 346.734 393.079 346.903 393.001 347.072L392.648 346.913C392.72 346.756 392.785 346.596 392.844 346.435L393.21 346.566ZM393.001 347.072C392.673 347.785 393.017 348.16 393.55 348.4L393.389 348.751C392.66 348.421 392.191 347.904 392.648 346.913L393.001 347.072ZM393.55 348.4C393.891 348.554 394.303 348.66 394.687 348.759L394.59 349.13C394.187 349.027 393.754 348.915 393.389 348.751L393.55 348.4ZM394.687 348.759C394.788 348.785 394.886 348.811 394.956 348.829L394.858 349.201C394.754 349.173 394.672 349.151 394.59 349.13L394.687 348.759ZM394.956 348.829C395.419 348.953 396.217 349.18 396.935 349.225L396.911 349.609C396.159 349.562 395.335 349.328 394.858 349.201L394.956 348.829ZM396.935 349.225C397.584 349.266 398.163 349.157 398.297 348.666L398.672 348.763C398.473 349.493 397.732 349.661 396.911 349.609L396.935 349.225ZM398.297 348.666C398.368 348.405 398.409 348.204 398.426 348.004L398.814 348.036C398.796 348.253 398.75 348.474 398.672 348.763L398.297 348.666ZM398.426 348.004C398.443 347.804 398.436 347.609 398.411 347.362L398.797 347.326C398.825 347.604 398.833 347.82 398.814 348.036L398.426 348.004ZM398.411 347.362L398.426 347.266L398.604 347.344L398.411 347.362ZM398.426 347.266C398.688 346.689 398.795 346.533 398.986 346.257L399.306 346.473C399.13 346.728 399.03 346.872 398.781 347.422L398.426 347.266ZM398.986 346.257C399.005 346.229 399.022 346.205 399.071 346.133L399.392 346.348C399.38 346.366 399.339 346.424 399.306 346.473L398.986 346.257ZM399.071 346.133C399.219 345.915 399.287 345.77 399.309 345.619L399.693 345.672C399.662 345.887 399.576 346.078 399.392 346.348L399.071 346.133ZM399.309 345.619C399.332 345.461 399.309 345.273 399.274 344.984L399.66 344.941C399.698 345.257 399.723 345.464 399.693 345.672L399.309 345.619ZM399.274 344.984C399.265 344.906 399.257 344.843 399.251 344.803L399.635 344.755C399.647 344.841 399.655 344.902 399.66 344.941L399.274 344.984ZM399.251 344.803C399.247 344.77 399.237 344.704 399.224 344.613L399.608 344.557C399.614 344.598 399.623 344.662 399.635 344.755L399.251 344.803ZM399.224 344.613L399.186 344.357L399.445 344.395L399.416 344.585L399.224 344.613ZM399.445 344.395C399.994 344.477 400.534 344.517 401.07 344.521L401.069 344.905C400.514 344.902 399.956 344.86 399.387 344.775L399.445 344.395ZM401.07 344.521C401.608 344.524 402.144 344.491 402.683 344.424L402.729 344.806C402.173 344.874 401.622 344.909 401.069 344.905L401.07 344.521ZM402.683 344.424L402.803 344.782L402.706 344.615L402.683 344.424ZM402.803 344.782C402.49 344.963 402.177 345.122 401.777 345.325L401.6 344.983C401.994 344.782 402.303 344.625 402.609 344.448L402.803 344.782ZM401.777 345.325C401.748 345.34 401.718 345.355 401.688 345.371L401.511 345.028C401.541 345.013 401.571 344.997 401.6 344.983L401.777 345.325ZM401.688 345.371C401.278 345.579 401.274 346.018 401.419 346.477L401.049 346.591C400.85 345.962 400.876 345.351 401.511 345.028L401.688 345.371ZM401.419 346.477C401.583 346.998 401.933 347.547 402.152 347.881L401.827 348.09C401.596 347.738 401.228 347.159 401.049 346.591L401.419 346.477ZM402.152 347.881C402.611 348.581 403.043 349.171 403.54 349.472L403.339 349.8C402.777 349.459 402.313 348.831 401.827 348.09L402.152 347.881ZM403.54 349.472C404.01 349.757 404.559 349.783 405.286 349.394L405.47 349.733C404.601 350.199 403.928 350.157 403.339 349.8L403.54 349.472ZM405.286 349.394C405.63 349.21 405.745 349.01 405.901 348.74L406.239 348.93C406.051 349.255 405.912 349.497 405.47 349.733L405.286 349.394ZM405.901 348.74C405.962 348.633 406.03 348.516 406.129 348.369L406.451 348.582C406.372 348.7 406.302 348.82 406.239 348.93L405.901 348.74ZM406.129 348.369L406.197 348.307L406.29 348.476L406.129 348.369ZM406.197 348.307C406.31 348.245 406.795 347.849 407.266 347.463L407.514 347.759C407.026 348.158 406.525 348.568 406.384 348.645L406.197 348.307ZM407.266 347.463C407.509 347.265 407.748 347.069 407.872 346.97L408.117 347.271C407.889 347.452 407.702 347.605 407.514 347.759L407.266 347.463ZM407.872 346.97L408.021 346.851L408.144 346.997L407.995 347.12L407.872 346.97ZM408.144 346.997C408.222 347.089 408.344 347.146 408.511 347.185L408.421 347.56C408.173 347.501 407.982 347.406 407.845 347.244L408.144 346.997ZM408.511 347.185C408.702 347.231 408.953 347.253 409.257 347.275L409.23 347.659C408.911 347.636 408.645 347.613 408.421 347.56L408.511 347.185ZM409.257 347.275C409.496 347.292 410.258 347.291 410.751 347.291V347.676C410.248 347.676 409.469 347.676 409.23 347.659L409.257 347.275ZM410.751 347.291C410.907 347.291 411.037 347.291 411.114 347.292L411.113 347.676C411.035 347.676 410.906 347.676 410.751 347.676V347.291H410.751ZM411.114 347.292C411.573 347.294 411.937 347.274 412.177 347.139L412.368 347.474C412.051 347.652 411.632 347.679 411.113 347.676L411.114 347.292H411.114ZM412.177 347.139C412.396 347.016 412.528 346.774 412.561 346.321L412.95 346.348C412.906 346.949 412.706 347.285 412.368 347.474L412.177 347.139ZM412.561 346.321C412.578 346.088 412.582 345.949 412.555 345.83L412.935 345.747C412.972 345.916 412.969 346.08 412.95 346.348L412.561 346.321ZM412.555 345.83C412.529 345.711 412.467 345.587 412.351 345.384L412.691 345.196C412.824 345.43 412.898 345.579 412.935 345.747L412.555 345.83ZM412.351 345.384L412.327 345.294L412.521 345.29L412.351 345.384ZM412.327 345.294C412.319 345.019 412.312 344.742 412.305 344.467L412.693 344.457C412.7 344.733 412.708 345.01 412.715 345.285L412.327 345.294ZM412.305 344.467C412.297 344.191 412.29 343.914 412.282 343.639L412.671 343.63C412.678 343.905 412.686 344.182 412.693 344.457L412.305 344.467ZM412.282 343.639C412.274 343.342 412.242 343.105 412.183 342.873L412.559 342.78C412.626 343.04 412.662 343.304 412.671 343.63L412.282 343.639ZM412.183 342.873C412.123 342.64 412.034 342.407 411.914 342.124L412.272 341.976C412.398 342.273 412.493 342.522 412.559 342.78L412.183 342.873ZM411.914 342.124C411.829 341.924 411.756 341.73 411.685 341.539L412.049 341.407C412.117 341.589 412.186 341.774 412.272 341.976L411.914 342.124ZM412.049 341.406V341.407L411.867 341.473L412.049 341.406ZM411.685 341.54C411.574 341.244 411.466 340.956 411.308 340.647L411.655 340.474C411.821 340.799 411.933 341.098 412.049 341.406L411.685 341.54ZM411.308 340.647L411.29 340.528L411.482 340.561L411.308 340.647ZM411.29 340.528C411.309 340.42 411.325 340.321 411.338 340.231L411.722 340.279C411.706 340.396 411.69 340.501 411.673 340.594L411.29 340.528ZM411.338 340.231C411.349 340.149 411.36 340.046 411.371 339.921L411.76 339.953C411.751 340.044 411.739 340.153 411.722 340.279L411.338 340.231ZM411.371 339.921L411.407 339.519L411.7 339.798L411.565 339.937L411.371 339.921ZM411.7 339.798C411.89 339.979 412.08 340.161 412.271 340.342L412.002 340.62C411.812 340.439 411.621 340.257 411.431 340.076L411.7 339.798ZM412.271 340.342L412.697 340.749L412.429 341.027L412.002 340.62L412.271 340.342ZM412.697 340.749C413.005 341.043 413.287 341.31 413.599 341.493L413.402 341.825C413.052 341.62 412.754 341.338 412.429 341.027L412.697 340.749ZM413.599 341.493C413.9 341.668 414.238 341.77 414.678 341.749L414.697 342.134C414.17 342.158 413.763 342.036 413.402 341.825L413.599 341.493ZM414.678 341.749C415.153 341.727 415.666 341.525 416.093 341.214L416.323 341.523C415.838 341.878 415.248 342.108 414.697 342.134L414.678 341.749ZM416.093 341.214C416.5 340.917 416.824 340.523 416.956 340.094L417.328 340.205C417.17 340.717 416.793 341.18 416.323 341.523L416.093 341.214ZM416.956 340.094C417.001 339.946 417.047 339.797 417.092 339.649L417.464 339.761C417.419 339.909 417.373 340.057 417.328 340.205L416.956 340.094ZM417.092 339.649C417.145 339.477 417.198 339.305 417.251 339.132L417.623 339.244C417.57 339.416 417.517 339.588 417.464 339.761L417.092 339.649ZM417.251 339.132L417.301 338.967L417.472 338.999L417.437 339.188L417.251 339.132ZM417.472 338.999C418.259 339.147 419.116 339.198 419.939 339.113L419.977 339.494C419.116 339.583 418.222 339.53 417.401 339.376L417.472 338.999ZM419.939 339.113C420.663 339.037 421.36 338.856 421.96 338.539L422.142 338.879C421.498 339.219 420.751 339.414 419.977 339.494L419.939 339.113ZM421.96 338.539C422.838 338.075 423.498 337.39 423.973 336.575L424.31 336.766C423.8 337.641 423.089 338.378 422.142 338.879L421.96 338.539ZM423.973 336.575V336.574L424.141 336.671L423.973 336.575V336.575ZM423.973 336.574C424.516 335.644 424.82 334.546 424.936 333.415L425.321 333.451C425.2 334.637 424.88 335.789 424.31 336.767L423.973 336.574ZM424.936 333.415C425.03 332.493 424.978 331.236 424.783 330.021L425.165 329.961C425.365 331.207 425.418 332.5 425.321 333.451L424.936 333.415ZM424.783 330.021C424.611 328.948 424.328 327.911 423.938 327.172L424.282 326.994C424.692 327.77 424.987 328.849 425.165 329.961L424.783 330.021ZM423.938 327.172C423.907 327.114 423.856 327.051 423.791 326.987L424.063 326.712C424.156 326.803 424.232 326.9 424.282 326.994L423.938 327.172ZM423.791 326.987C423.625 326.824 423.377 326.67 423.121 326.583L423.247 326.219C423.558 326.325 423.859 326.513 424.063 326.712L423.791 326.987ZM423.121 326.583C422.883 326.502 422.643 326.48 422.472 326.568L422.293 326.227C422.569 326.084 422.917 326.107 423.247 326.219L423.121 326.583ZM422.472 326.568C422.436 326.587 422.403 326.611 422.373 326.641L422.095 326.372C422.155 326.312 422.221 326.264 422.293 326.227L422.472 326.568ZM422.373 326.641C422.214 326.8 422.075 327.001 421.935 327.204L421.615 326.987C421.766 326.769 421.917 326.551 422.095 326.372L422.373 326.641ZM421.935 327.204C421.751 327.469 421.567 327.736 421.328 327.938L421.076 327.645C421.278 327.474 421.447 327.23 421.615 326.987L421.935 327.204ZM421.328 327.938C421.035 328.186 420.696 328.32 420.381 328.445L420.237 328.088C420.523 327.974 420.832 327.852 421.076 327.645L421.328 327.938ZM420.381 328.445C420.326 328.467 420.272 328.489 420.238 328.503L420.091 328.147C420.151 328.122 420.194 328.105 420.237 328.088L420.381 328.445ZM420.238 328.503L420.052 328.578L419.982 328.391L420.164 328.325L420.238 328.503ZM419.982 328.391C419.856 328.055 419.702 327.755 419.524 327.473L419.853 327.269C420.044 327.57 420.21 327.893 420.346 328.258L419.982 328.391ZM419.524 327.473C419.344 327.188 419.139 326.923 418.915 326.658L419.212 326.412C419.449 326.691 419.664 326.97 419.853 327.269L419.524 327.473ZM418.915 326.658C418.741 326.454 418.573 326.3 418.391 326.163L418.627 325.858C418.83 326.012 419.019 326.183 419.212 326.412L418.915 326.658ZM418.391 326.163C418.21 326.027 418.004 325.899 417.763 325.75L417.97 325.424C418.213 325.574 418.422 325.704 418.627 325.858L418.391 326.163ZM417.763 325.75C417.086 325.33 416.518 324.837 415.939 324.334L416.194 324.044C416.761 324.536 417.317 325.019 417.97 325.424L417.763 325.75ZM415.939 324.334C415.695 324.122 415.449 323.908 415.174 323.684L415.421 323.387C415.676 323.594 415.936 323.82 416.194 324.044L415.939 324.334ZM415.174 323.684C413.891 322.637 412.703 322.13 411.44 322.051L411.465 321.666C412.812 321.75 414.071 322.285 415.421 323.387L415.174 323.684ZM411.44 322.051C410.169 321.972 408.81 322.324 407.197 322.996L407.046 322.642C408.714 321.947 410.127 321.583 411.465 321.666L411.44 322.051ZM407.197 322.996C406.437 323.313 405.874 323.686 405.386 324.132L405.123 323.85C405.644 323.373 406.242 322.977 407.046 322.642L407.197 322.996ZM405.386 324.132C404.894 324.583 404.471 325.114 403.997 325.742L403.686 325.513C404.171 324.869 404.606 324.323 405.123 323.85L405.386 324.132ZM403.997 325.742L403.942 325.815L403.851 325.82L403.841 325.628L403.997 325.742ZM403.851 325.82C403.581 325.834 403.355 325.866 403.13 325.955L402.985 325.598C403.258 325.49 403.521 325.451 403.831 325.435L403.851 325.82ZM403.13 325.955C402.901 326.045 402.666 326.197 402.377 326.449L402.121 326.16C402.445 325.877 402.716 325.704 402.985 325.598L403.13 325.955ZM402.377 326.449C402.155 326.643 401.939 326.841 401.726 327.045L401.456 326.768C401.669 326.564 401.89 326.362 402.121 326.16L402.377 326.449ZM401.726 327.045L401.725 327.046L401.591 326.907L401.726 327.045V327.045ZM401.725 327.046C401.515 327.247 401.309 327.452 401.107 327.661L400.826 327.395C401.032 327.183 401.241 326.974 401.457 326.768L401.725 327.046ZM401.107 327.661L400.997 327.718L400.967 327.528L401.107 327.661ZM400.997 327.718C399.478 327.957 398.248 328.22 397.149 328.641L397.009 328.282C398.133 327.852 399.388 327.583 400.936 327.339L400.997 327.718ZM397.149 328.641C396.059 329.059 395.097 329.635 394.108 330.503L393.851 330.215C394.877 329.314 395.876 328.717 397.009 328.282L397.149 328.641ZM394.108 330.503C393.707 330.855 393.361 331.225 393.06 331.616L392.752 331.383C393.069 330.971 393.432 330.582 393.851 330.215L394.108 330.503ZM393.06 331.616C392.758 332.007 392.499 332.421 392.272 332.859L391.925 332.685C392.163 332.228 392.434 331.795 392.752 331.383L393.06 331.616ZM392.272 332.859L392.243 332.901L392.098 332.772L392.272 332.859ZM392.243 332.901C392.022 333.142 391.801 333.387 391.565 333.598L391.305 333.311C391.534 333.108 391.744 332.874 391.954 332.644L392.243 332.901ZM391.565 333.598C391.317 333.819 391.048 334.007 390.737 334.125L390.598 333.766C390.857 333.667 391.088 333.504 391.305 333.311L391.565 333.598ZM390.737 334.125H390.737L390.668 333.946L390.737 334.125ZM390.737 334.125C390.487 334.22 390.366 334.267 390.228 334.21L390.378 333.855C390.384 333.858 390.447 333.824 390.599 333.766L390.737 334.125ZM390.228 334.21L390.227 334.209L390.303 334.032L390.228 334.21V334.21ZM390.227 334.209C390.081 334.148 390.04 334.029 389.95 333.791L390.315 333.657C390.366 333.793 390.365 333.85 390.379 333.856L390.227 334.209ZM389.95 333.791L389.9 333.657L390.016 333.57L390.133 333.724L389.95 333.791ZM390.016 333.57C390.373 333.305 390.407 332.776 390.44 332.267L390.828 332.291C390.79 332.886 390.751 333.505 390.249 333.878L390.016 333.57ZM390.44 332.267C390.444 332.2 390.448 332.134 390.452 332.083L390.841 332.11C390.835 332.18 390.832 332.236 390.828 332.291L390.44 332.267ZM390.452 332.083L390.466 331.896L390.655 331.905L390.646 332.097L390.452 332.083ZM390.655 331.905C390.976 331.92 391.122 332.144 391.279 332.385L390.953 332.592C390.852 332.438 390.759 332.295 390.637 332.289L390.655 331.905ZM391.279 332.385C391.323 332.452 391.369 332.522 391.416 332.582L391.113 332.82C391.053 332.745 391.002 332.668 390.953 332.592L391.279 332.385ZM391.454 332.742L391.366 333.136L391.113 332.82L391.265 332.701L391.454 332.742ZM391.075 332.66C391.141 332.369 391.191 331.988 391.12 331.677L391.498 331.593C391.585 331.973 391.529 332.412 391.454 332.742L391.075 332.66ZM391.12 331.677C391.075 331.478 390.978 331.308 390.798 331.216L390.976 330.873C391.273 331.026 391.429 331.29 391.498 331.593L391.12 331.677ZM390.798 331.216L390.645 331.137L390.705 330.978L390.887 331.045L390.798 331.216ZM390.705 330.978C390.734 330.902 390.775 330.796 390.818 330.688L391.179 330.828C391.146 330.913 391.112 330.998 391.069 331.112L390.705 330.978ZM390.818 330.688C390.875 330.543 390.934 330.395 390.996 330.221L391.363 330.347C391.308 330.503 391.243 330.667 391.179 330.828L390.818 330.688ZM391.147 330.095L391.473 330.039L391.363 330.347L391.18 330.284L391.147 330.095ZM391.212 330.473C390.836 330.538 390.008 330.998 389.406 331.616L389.126 331.35C389.782 330.676 390.714 330.169 391.147 330.095L391.212 330.473ZM389.406 331.616C389.188 331.84 389.004 332.082 388.887 332.328L388.535 332.167C388.672 331.877 388.882 331.6 389.126 331.35L389.406 331.616ZM388.887 332.328C388.776 332.563 388.725 332.804 388.766 333.037L388.383 333.102C388.328 332.785 388.392 332.469 388.535 332.167L388.887 332.328ZM388.766 333.037C388.803 333.249 388.918 333.463 389.135 333.669L388.866 333.947C388.585 333.679 388.434 333.393 388.383 333.102L388.766 333.037ZM389.135 333.669L389.189 333.763L389 333.808L389.135 333.669ZM389.189 333.763C389.238 333.961 389.282 334.129 389.33 334.281L388.96 334.395C388.91 334.237 388.864 334.062 388.812 333.854L389.189 333.763ZM389.33 334.281C389.376 334.426 389.427 334.557 389.49 334.686L389.139 334.852C389.069 334.707 389.012 334.56 388.96 334.395L389.33 334.281ZM389.49 334.686C389.629 334.974 389.85 335.149 390.105 335.23L389.987 335.597C389.635 335.485 389.33 335.245 389.139 334.852L389.49 334.686ZM390.105 335.23C390.402 335.325 390.748 335.296 391.071 335.171L391.213 335.528C390.809 335.684 390.37 335.719 389.987 335.597L390.105 335.23ZM391.071 335.171L391.409 335.041L391.332 335.39L391.142 335.35L391.071 335.171ZM391.332 335.39C391.24 335.806 391.185 336.241 391.166 336.733L390.778 336.72C390.797 336.206 390.856 335.749 390.952 335.309L391.332 335.39ZM391.166 336.733C391.148 337.225 391.167 337.777 391.223 338.426L390.835 338.457C390.777 337.8 390.759 337.233 390.778 336.72L391.166 336.733ZM391.223 338.426C391.237 338.591 391.255 338.743 391.274 338.882L390.89 338.933C390.866 338.76 390.847 338.601 390.835 338.457L391.223 338.426ZM391.274 338.882C391.296 339.035 391.323 339.192 391.354 339.351L390.973 339.423C390.941 339.262 390.914 339.099 390.89 338.933L391.274 338.882ZM391.354 339.351L391.345 339.453L391.163 339.387" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M401.073 327.835L398.516 328.246L396.181 329.259L394.199 330.493L392.313 332.771L391.247 333.889L390.216 334.265L389.944 333.605L390.42 332.924L390.527 331.964L390.847 331.977L391.195 332.292L391.101 331.314L390.715 331.057L390.726 330.684L389.811 331.197L388.981 332.166L388.808 333.031L389.163 333.724L389.494 334.902L390.167 335.217L390.874 335.183L391.545 334.797L391.098 337.044L391.545 339.544L391.053 340.698L389.439 342.419L389.726 343.447L390.49 344.639L391.932 345.643L392.696 345.747L393.546 345.775L393.016 347.93L394.966 348.721L397.396 349.038L398.228 348.5L398.292 347.044L399.219 345.525L399.283 344.322L401.521 344.481L403.599 344.291L401.521 345.525L401.873 347.012L403.184 349.038L404.463 349.576L405.486 349.164L405.901 348.342L408.044 346.728L408.459 347.076L411.817 347.202L412.488 346.664L412.552 345.715L412.328 345.304L412.168 342.74L411.049 340.525L411.241 339.544L411.912 339.892L413.799 341.632L414.726 341.696L415.749 341.284L416.772 340.525L417.284 338.879L420.29 339.069L422.112 338.373L423.583 337.012L424.638 335.05L424.894 332.74L424.67 330.05L424.094 327.645L423.519 326.885L422.72 326.632L421.313 328.151L420.034 328.594L418.915 326.759L417.796 325.746L417.188 325.366L414.758 323.372L412.808 322.328L410.857 322.17L408.587 322.55L406.605 323.277L405.23 324.385L404.143 325.683L403.024 325.999L401.073 327.835Z" fill="white" stroke="#1F1917" stroke-width="0.27" stroke-miterlimit="10"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M393.655 333.546C391.464 336.076 391.95 339.143 392.558 342.149C392.234 341.338 391.91 340.528 391.585 339.718C391.466 338.975 391.347 338.232 391.227 337.489C391.261 336.729 391.295 335.969 391.33 335.21C391.637 334.484 391.944 333.758 392.251 333.032C392.711 332.357 393.172 331.681 393.632 331.006C394.349 330.415 395.065 329.824 395.782 329.233C396.566 328.912 397.351 328.591 398.136 328.271C399.057 328.153 399.978 328.034 400.899 327.916C400.046 328.879 399.193 329.841 398.34 330.803C396.286 331.463 395.074 331.907 393.655 333.546Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M403.969 325.84C402.446 327.31 401.614 328.42 400.645 330.142C399.951 331.374 399.174 332.561 398.445 333.775C398.076 334.39 398.041 334.906 397.931 335.615C397.573 335.193 397.214 334.771 396.856 334.349C397.027 333.842 397.197 333.336 397.368 332.829C397.948 331.799 398.528 330.769 399.108 329.74C400.336 328.541 401.564 327.342 402.792 326.143C403.185 326.042 403.577 325.941 403.969 325.84Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M411.492 322.193C410.272 322.646 408.246 322.795 408.105 324.181C408.005 325.165 408.18 325.659 408.78 326.701C407.299 325.184 406.933 325.419 404.072 325.89C404.481 325.316 404.89 324.742 405.3 324.168C406.016 323.729 406.733 323.29 407.449 322.851C408.37 322.649 409.291 322.446 410.213 322.243C410.639 322.226 411.065 322.21 411.492 322.193Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M414.858 340.939C415.264 341.188 415.256 341.367 415.188 341.537C415.508 341.41 415.828 341.284 416.149 341.157C416.356 340.881 416.564 340.605 416.771 340.329C416.926 339.936 417.08 339.543 417.234 339.15C417.037 339.004 416.84 338.857 416.643 338.711C415.783 338.819 414.922 338.928 414.062 339.037C413.998 339.209 413.934 339.381 413.87 339.553C413.888 339.798 413.906 340.042 413.925 340.287C414.007 340.432 414.089 340.577 414.172 340.722C414.3 340.785 414.428 340.849 414.556 340.912C414.657 340.921 414.758 340.93 414.858 340.939Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M414.618 336.57C413.324 336.94 413.334 337.042 412.952 338.312C413.456 337.511 413.83 337.107 414.618 336.57Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M423.221 327.062C422.991 327.168 422.767 327.218 422.624 327.426C422.314 327.875 422.049 328.252 421.537 328.566C421.279 328.725 421.012 328.828 420.739 328.912C420.512 328.982 420.376 328.919 420.183 329.057C420.297 329.077 420.412 329.096 420.526 329.116C420.779 329.116 421.031 329.116 421.284 329.116C421.595 328.926 421.906 328.736 422.218 328.545C422.401 328.355 422.584 328.165 422.767 327.975C422.918 327.671 423.07 327.366 423.221 327.062Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M402.611 329.904C402.102 331.283 401.657 332.465 400.886 333.713C401.874 332.659 402.473 331.764 403.039 330.572C403.259 330.11 403.3 329.567 403.912 329.769C403.94 330.231 404.039 330.693 404.066 331.155C404.397 328.807 405.33 327.826 407.499 326.915C406.885 326.987 406.272 327.06 405.659 327.132C405.082 327.259 404.506 327.386 403.929 327.513C403.645 327.92 403.361 328.328 403.078 328.736C402.922 329.125 402.766 329.515 402.611 329.904Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M406.812 329.85C407.28 332.029 407.953 334.12 408.246 336.333C408.436 337.771 408.457 338.462 407.725 339.703C406.926 339.652 406.43 339.741 405.658 339.992C402.581 340.99 400.816 342.458 398.743 339.5C399.405 339.809 400.067 340.118 400.729 340.427C401.2 340.335 401.672 340.243 402.144 340.151C402.977 339.671 403.81 339.191 404.643 338.711C405.293 338.584 405.943 338.457 406.592 338.33C406.803 337.46 407.014 336.591 407.224 335.721C407.068 334.57 406.913 333.42 406.757 332.269C406.739 331.725 406.721 331.182 406.702 330.638C406.739 330.376 406.776 330.113 406.812 329.85Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M412.112 343.331C411.854 345.101 412.707 346.053 412.354 346.542C412.254 346.68 412.118 346.922 411.967 346.988C411.426 347.224 410.682 346.944 410.629 347.082C410.034 347.082 409.439 347.082 408.844 347.082C408.606 346.982 408.368 346.883 408.13 346.783C408.496 346.357 408.863 345.931 409.229 345.506C409.586 344.736 409.943 343.965 410.3 343.195C410.529 342.416 410.757 341.637 410.986 340.858C411.105 340.858 411.224 340.858 411.343 340.858C411.6 341.682 411.856 342.507 412.112 343.331Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M409.112 338.185C409.257 338.989 409.509 339.18 409.891 339.958C409.637 341.227 409.228 342.737 408.737 343.857C408.529 344.329 408.362 344.589 407.997 344.954C407.38 345.571 406.756 346.108 406.056 346.642C405.552 347.027 405.201 346.834 404.579 346.747C404.315 347.221 404.242 347.485 403.756 347.725C403.008 348.096 402.338 347.298 401.751 346.828C402.175 347.484 402.599 348.139 403.023 348.794C403.316 349.066 403.609 349.338 403.901 349.61C404.149 349.646 404.396 349.682 404.643 349.719C404.972 349.519 405.302 349.32 405.631 349.121C405.805 348.794 405.979 348.468 406.153 348.142C406.519 347.87 406.885 347.599 407.252 347.327C407.7 346.946 408.149 346.566 408.597 346.185C408.881 345.786 409.165 345.388 409.448 344.989C409.705 344.518 409.961 344.047 410.217 343.576C410.547 342.597 410.876 341.619 411.206 340.64C411.233 340.269 411.261 339.898 411.288 339.526C410.876 339.345 410.464 339.164 410.053 338.982C409.75 338.702 409.414 338.466 409.112 338.185Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M399.261 343.848C400.647 343.848 402.11 343.772 403.38 343.195C403.739 342.662 404.093 342.226 404.533 341.755C404.133 342.503 404.008 342.925 403.901 343.766C403.764 343.965 403.627 344.165 403.489 344.364C402.446 344.391 401.402 344.418 400.359 344.446C400.02 344.409 399.682 344.373 399.343 344.337C399.306 344.301 399.27 344.264 399.233 344.228C399.242 344.101 399.251 343.974 399.261 343.848Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M399.068 342.896C399.032 342.575 398.997 342.253 398.961 341.931C398.724 343.342 398.781 344.287 398.125 345.551C397.635 346.113 397.032 346.624 396.341 346.898C396.399 347.245 396.416 347.461 396.382 347.715C396.261 348.629 394.414 348.225 393.654 348.189C394.873 348.499 396.092 348.81 397.311 349.121C397.585 349.012 397.86 348.903 398.135 348.794C398.226 348.269 398.318 347.743 398.409 347.218C398.666 346.747 398.922 346.276 399.178 345.805C399.224 345.515 399.27 345.225 399.315 344.935C399.233 344.255 399.151 343.576 399.068 342.896Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M397.009 334.933C396.97 335.619 396.926 335.905 397.231 336.51C397.62 337.281 398.097 338.004 398.519 338.765C398.565 338.258 398.611 337.75 398.656 337.243C398.107 336.473 397.558 335.703 397.009 334.933Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M391.372 340.114C391.253 340.365 391.134 340.615 391.015 340.866C391.342 341.956 391.633 342.647 392.256 343.6C392.148 343.986 392.066 344.155 391.817 344.47C391.268 344.387 390.782 344.362 390.226 344.364C390.839 344.835 391.453 345.306 392.066 345.777C392.368 345.723 392.67 345.669 392.972 345.614C393.274 345.315 393.576 345.016 393.878 344.717C393.448 344.056 393.018 343.395 392.588 342.733C392.182 341.86 391.777 340.987 391.372 340.114Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M423.225 326.701C423.599 328.365 424.08 329.9 424.036 331.603C423.981 333.693 423.569 336.333 421.613 337.593C419.422 339.004 416.85 338.337 414.446 337.732C415.426 338.131 416.405 338.529 417.385 338.928C418.3 338.973 419.215 339.019 420.131 339.064C420.753 338.883 421.376 338.702 421.998 338.52C422.483 338.122 422.968 337.723 423.453 337.325C423.819 336.564 424.186 335.802 424.552 335.041C424.689 334.163 424.826 333.284 424.964 332.405C424.854 331.544 424.744 330.684 424.634 329.823C424.433 328.971 424.231 328.12 424.03 327.268C423.762 327.079 423.494 326.89 423.225 326.701Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M390.529 331.659C389.534 332.3 389.144 332.581 389.253 333.768C389.352 334.124 389.451 334.48 389.55 334.835C389.69 334.929 389.831 335.023 389.971 335.118C390.145 335.175 390.318 335.232 390.492 335.289C390.806 335.216 391.12 335.142 391.434 335.068C391.595 334.574 391.756 334.079 391.917 333.584C391.471 333.801 391.025 334.018 390.579 334.234C390.475 334.234 390.372 334.234 390.269 334.234C390.153 334.059 390.037 333.883 389.922 333.707C390.062 333.503 390.203 333.298 390.343 333.094C390.417 332.705 390.492 332.317 390.566 331.929C390.661 331.957 390.756 331.986 390.851 332.014C390.967 332.104 391.082 332.194 391.198 332.284C391.182 332.08 391.165 331.875 391.149 331.671C391.07 331.54 390.992 331.409 390.913 331.279C390.835 331.213 390.756 331.148 390.678 331.082C390.628 331.274 390.579 331.467 390.529 331.659Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M412.844 322.301C413.727 323.112 414.81 323.818 415.516 324.809C415.79 325.193 416.093 325.389 415.512 325.932C416.126 325.758 416.354 325.777 416.846 325.836C417.741 325.943 418.58 327.202 418.633 328.104C418.622 328.188 418.385 328.38 417.693 328.569C417.679 328.595 417.302 328.518 417.312 328.543C417.384 328.738 417.48 328.767 417.626 328.858C417.658 329.075 417.679 329.409 417.828 329.646C418.263 329.638 418.688 329.685 419.115 329.769C419.258 330.004 419.236 330.239 419.224 330.475C419.389 330.448 419.554 330.421 419.719 330.394C419.673 330.022 419.627 329.651 419.581 329.279C419.728 329.035 419.874 328.79 420.021 328.545C419.81 328.074 419.6 327.603 419.389 327.132C418.986 326.752 418.584 326.371 418.181 325.991C418.142 325.989 418.103 325.987 418.065 325.985C417.612 325.71 417.159 325.435 416.706 325.159C415.967 324.561 415.228 323.963 414.49 323.365C413.941 323.01 413.393 322.656 412.844 322.301Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M414.331 328.998C414.285 329.079 414.214 329.207 414.124 329.297C414.492 329.641 414.673 329.871 414.804 330.358C414.389 330.562 413.973 330.767 413.557 330.971C413.206 331.305 412.854 331.638 412.502 331.972C412.039 331.726 411.924 331.536 411.7 331.066C411.439 331.134 411.192 331.2 410.977 331.122C411.113 331.123 411.197 331.089 411.334 331.005C411.558 330.775 411.781 330.545 412.005 330.315C412.401 330.019 412.796 329.722 413.191 329.426C413.45 329.343 413.709 329.259 413.967 329.176C414.066 329.136 414.232 329.038 414.331 328.998Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M415.478 330.226C414.156 330.93 412.889 331.639 412.213 332.978C412.213 331.279 413.937 330.531 415.478 330.226Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M411.951 326.884C410.969 327.546 410.275 328.884 410.362 330.187C410.042 329.059 410.155 327.992 411.137 327.213C411.303 327.133 411.469 327.053 411.634 326.973C411.74 326.944 411.845 326.914 411.951 326.884Z" fill="#EAEAEA"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M413.828 336.944C414.031 336.835 414.399 336.685 414.602 336.575C414.393 336.61 414.019 336.686 413.81 336.721C413.253 336.814 413.187 336.947 413.1 337.49C413.06 337.746 413.003 338.064 412.963 338.32C413.072 338.03 413.203 337.694 413.331 337.418C413.466 337.126 413.542 337.099 413.828 336.944ZM403.481 322.949C403.919 322.298 404.172 322.087 404.846 321.675C403.93 321.893 403.756 322.061 403.481 322.949ZM403.337 324.382C404.104 322.856 404.684 322.295 406.29 321.545C404.474 321.986 403.94 322.299 403.337 324.382ZM386.915 332.324C387.083 331.56 387.24 331.272 387.716 330.645C386.944 331.179 386.843 331.398 386.915 332.324ZM404.104 345.112C404.081 344.927 404.057 344.741 404.034 344.556C403.992 344.22 403.994 343.947 404.021 343.609C404.047 343.281 404.073 342.954 404.099 342.627C404.002 342.96 403.81 343.292 403.714 343.625C403.675 343.758 403.643 343.866 403.625 343.965C402.188 344.256 400.762 344.274 399.324 344.02C399.233 343.494 399.121 342.945 399.027 342.551C398.999 342.992 399.017 344.21 399.015 344.892C399.013 345.421 398.991 345.601 398.715 346.051C398.458 346.472 398.348 346.567 397.988 347.278C398.018 347.727 398.018 348.024 397.898 348.45C397.697 349.157 395.677 348.609 395.144 348.464C394.488 348.287 393.131 348.022 393.472 347.156C393.772 346.394 393.963 345.59 394.109 344.524C392.907 342.809 391.788 340.46 391.574 338.378C391.407 336.761 391.507 335.766 391.861 334.777C392.421 333.211 393.204 331.854 394.461 330.762C396.157 329.29 397.742 328.698 400.224 328.324C399.627 328.986 399.037 329.685 398.393 330.435C397.741 331.194 397.354 331.96 396.941 332.791C396.369 333.937 396.381 334.374 397.139 335.38C397.792 336.248 398.144 336.639 398.429 337.487C398.194 337.968 398.108 338.374 398.029 339.03C398.829 339.894 399.423 340.487 400.199 340.67C400.96 340.849 401.596 340.814 402.277 340.469C403.79 339.704 405.19 338.715 406.896 338.675C407.686 336.753 407.606 335.148 407.227 333.29C406.968 332.02 406.864 330.818 406.784 329.524C406.464 330.857 406.404 332.029 406.641 333.356C406.927 334.956 407.15 336.724 406.353 338.13C404.81 338.247 403.488 339.176 402.097 339.889C401.538 340.176 400.956 340.203 400.337 340.035C399.763 339.879 399.375 339.503 398.757 338.797C398.747 338.088 398.909 337.76 399.238 337.118C399.766 336.087 400.35 335.127 400.99 334.112C400.206 335.049 399.463 335.831 398.846 336.773C398.61 336.108 398.273 335.77 397.714 335.021C397.168 334.29 397.111 333.969 397.519 333.123C397.93 332.272 398.278 331.524 398.976 330.778C400.183 329.488 401.288 328.053 402.607 326.783C403.324 326.093 403.615 326.117 404.565 325.974C405.424 325.846 406.263 325.683 407.139 325.481C406.291 325.56 405.473 325.588 404.648 325.609C404.639 325.609 404.631 325.609 404.622 325.609C405.434 324.583 405.905 324.012 407.223 323.445C410.467 322.05 412.529 321.899 415.078 324.02C415.739 324.57 416.316 325.103 416.986 325.577C416.743 325.598 416.533 325.641 416.257 325.749C416.593 325.685 416.983 325.748 417.332 325.811C417.43 325.874 417.531 325.936 417.635 325.996C418.107 326.272 418.376 326.424 418.695 326.865C419.033 327.331 419.315 327.797 419.564 328.31C419.401 328.253 419.264 328.204 419.143 328.168C419.053 328.128 418.956 328.101 418.853 328.091C418.648 328.072 418.452 328.121 418.289 328.221C418.283 328.224 418.276 328.227 418.27 328.23C418.008 328.356 417.603 328.5 417.332 328.543C417.47 328.59 417.776 328.608 417.92 328.552C417.94 328.544 417.959 328.538 417.979 328.533C417.914 328.643 417.872 328.768 417.859 328.902C417.841 329.08 417.878 329.251 417.955 329.4C417.956 329.401 417.956 329.401 417.956 329.402C417.981 329.459 418.015 329.511 418.052 329.549C417.928 329.594 417.802 329.646 417.671 329.702C418.276 329.611 418.821 329.595 419.411 329.672C419.45 329.856 419.49 330.051 419.526 330.25C419.453 330.256 419.38 330.261 419.307 330.267C419.301 330.267 419.295 330.268 419.289 330.268C419.01 330.047 418.699 330.085 418.274 330.181C416.981 330.472 417.285 331.19 416.69 332.272C417.308 331.525 417.262 330.743 418.268 330.507C418.502 330.452 418.662 330.384 418.821 330.407C418.535 330.55 418.288 330.785 418.19 331.059C417.914 331.831 418.085 332.481 417.782 333.202C418.158 332.558 418.18 331.929 418.516 331.251C418.637 331.007 419.085 330.617 419.36 330.611C419.435 330.61 419.511 330.608 419.586 330.606C419.653 331.035 419.693 331.461 419.667 331.815C419.62 332.459 419.451 333.416 419.35 333.783C419.69 333.349 419.845 332.432 419.995 331.786C420.15 331.114 420.111 330.307 419.975 329.585C419.788 328.594 420.819 328.755 421.418 328.288C421.858 327.944 422.161 327.396 422.564 327.008C422.965 326.622 423.595 327.188 423.752 327.565C424.435 329.2 424.746 331.771 424.566 333.419C424.363 335.268 423.461 337.286 421.813 338.197C419.713 339.357 417.236 338.648 415.149 337.952C414.704 337.804 414.394 337.587 414.003 337.343C414.109 337.818 414.158 338.321 414.016 338.796C413.791 339.548 413.427 340.78 414.46 341.007C414.853 341.094 415.031 341.081 415.586 340.798C415.137 340.898 414.911 340.874 414.602 340.817C414.322 340.766 414.174 340.59 414.096 340.383C414.193 340.453 414.353 340.491 414.625 340.556C415.391 340.738 416.12 340.374 416.263 339.848C416.346 339.541 416.332 339.38 416.508 338.962C416.667 339.01 416.83 339.054 416.998 339.094C416.904 339.4 416.809 339.707 416.714 340.013C416.468 340.807 415.509 341.448 414.663 341.433C413.88 341.419 413.384 340.934 412.844 340.458C412.472 340.131 412.114 339.817 411.759 339.507C410.785 339.202 410.004 338.847 409.101 338.185C409.744 338.933 410.18 339.347 411.077 339.719C410.947 341.036 410.484 341.997 410.09 343.257C409.912 343.827 408.503 346.111 408.112 346.334C407.834 346.492 406.09 347.946 405.762 348.138C405.518 348.459 405.303 348.903 404.936 349.095C403.817 349.681 403.098 348.559 402.496 347.612C402.221 347.18 401.46 345.937 402.124 345.589C402.751 345.26 403.103 345.025 403.743 344.609C403.837 344.779 403.999 344.942 404.104 345.112L404.104 345.112ZM407.995 347.12C407.428 347.573 406.475 348.375 406.29 348.476C405.956 348.97 405.914 349.276 405.378 349.564C403.782 350.419 402.934 349.427 401.989 347.986C401.539 347.299 400.555 345.731 401.599 345.199C402.04 344.975 402.373 344.807 402.706 344.616C401.61 344.75 400.534 344.752 399.416 344.585C399.436 344.719 399.453 344.846 399.467 344.962C399.54 345.567 399.563 345.753 399.231 346.24C398.989 346.596 398.896 346.698 398.604 347.344C398.657 347.869 398.634 348.165 398.484 348.714C398.152 349.936 395.846 349.266 394.907 349.015C393.777 348.713 392.162 348.431 392.825 346.993C392.98 346.656 393.102 346.311 393.194 345.982C392.205 346.415 390.832 345.497 390.178 344.848C389.556 344.23 389.218 343.514 389.1 342.818C389 342.226 389.092 342.229 389.519 341.81C389.909 341.427 390.299 341.044 390.69 340.662C390.848 340.237 391.005 339.813 391.163 339.388C391.102 339.071 391.056 338.755 391.029 338.441C390.915 337.135 390.953 336.205 391.142 335.35C390.454 335.616 389.665 335.491 389.314 334.769C389.181 334.494 389.101 334.215 389.001 333.809C387.467 332.346 390.341 330.428 391.18 330.284C391.084 330.553 390.979 330.8 390.886 331.045C391.455 331.336 391.385 332.166 391.265 332.701C391.06 332.445 390.947 332.111 390.646 332.097C390.602 332.701 390.61 333.369 390.133 333.724C390.274 334.098 390.267 334.098 390.668 333.946C391.238 333.728 391.667 333.245 392.099 332.772C392.564 331.876 393.16 331.078 393.98 330.359C395.995 328.591 397.899 328.012 400.966 327.528C401.374 327.107 401.796 326.7 402.249 326.304C402.862 325.769 403.261 325.657 403.841 325.627C404.801 324.356 405.556 323.471 407.122 322.819C410.403 321.452 412.664 321.386 415.298 323.535C416.168 324.245 416.91 324.994 417.867 325.587C418.351 325.887 418.697 326.102 419.063 326.535C419.525 327.079 419.902 327.623 420.164 328.324C420.503 328.186 420.89 328.056 421.202 327.792C421.605 327.451 421.861 326.881 422.234 326.506C422.73 326.009 423.86 326.609 424.11 327.083C424.961 328.695 425.309 331.666 425.128 333.433C424.905 335.617 423.995 337.682 422.051 338.709C420.729 339.407 418.955 339.472 417.437 339.188C417.338 339.508 417.24 339.829 417.142 340.149C416.847 341.109 415.694 341.894 414.688 341.941C413.721 341.987 413.197 341.493 412.563 340.888C412.23 340.571 411.898 340.254 411.565 339.937C411.546 340.153 411.517 340.36 411.481 340.561C411.743 341.073 411.869 341.523 412.093 342.05C412.34 342.631 412.46 343.012 412.476 343.634C412.491 344.186 412.506 344.738 412.521 345.29C412.77 345.727 412.792 345.834 412.755 346.334C412.679 347.389 412.092 347.49 411.114 347.484C410.788 347.482 409.557 347.489 409.244 347.467C408.62 347.422 408.209 347.375 407.995 347.12ZM411.293 341.366C411.097 342.061 410.832 342.718 410.591 343.471C410.362 344.183 409.19 346.252 408.5 346.753C408.634 346.852 408.881 346.891 409.32 346.929C409.631 346.955 410.855 346.961 411.163 346.966C411.84 346.978 412.096 346.927 412.165 346.164C412.198 345.791 412.169 345.721 411.98 345.394C411.963 344.81 411.947 344.226 411.93 343.642C411.914 343.088 411.807 342.769 411.587 342.253C411.455 341.945 411.384 341.656 411.293 341.366ZM390.674 331.809C390.826 331.792 390.92 331.871 391.037 331.988C391.016 331.71 390.964 331.504 390.767 331.39C390.753 331.435 390.74 331.481 390.728 331.526C390.704 331.616 390.687 331.711 390.674 331.809ZM391.629 333.816C391.519 334.097 391.418 334.385 391.322 334.684C391.307 334.733 391.291 334.783 391.277 334.832C390.699 335.075 389.938 335.229 389.648 334.628C389.506 334.336 389.427 334.049 389.323 333.681C388.372 332.704 389.795 331.416 390.57 330.954C390.457 331.192 390.378 331.373 390.323 331.559C390.088 332.365 390.43 333.085 389.691 333.669C390.038 334.363 390.022 334.639 390.83 334.319C391.142 334.195 391.399 334.022 391.629 333.816ZM391.406 340.385C391.844 341.885 392.59 343.359 393.418 344.598C393.418 344.605 393.417 344.612 393.417 344.619C393.366 344.832 393.306 345.04 393.18 345.206C392.589 345.989 391.085 344.84 390.649 344.4C390.173 343.919 389.855 343.35 389.779 342.815C389.724 342.426 389.777 342.416 390.052 342.141C390.422 341.77 390.793 341.399 391.163 341.028C391.244 340.813 391.325 340.599 391.406 340.385ZM419.404 328.347C419.488 328.43 419.556 328.528 419.603 328.637C419.629 328.613 419.656 328.591 419.685 328.57C419.65 328.493 419.615 328.417 419.579 328.342C419.519 328.343 419.461 328.345 419.404 328.347ZM412.161 331.045C412.084 330.885 412.047 330.716 412.046 330.549C411.762 330.774 411.454 330.986 411.134 331.109C411.576 330.718 412.176 329.797 412.611 329.506C413.105 329.176 413.775 329.24 414.351 328.977C414.154 329.153 413.902 329.296 413.646 329.431C413.928 329.534 414.172 329.741 414.312 330.03C414.37 330.152 414.406 330.279 414.42 330.406C414.806 330.281 415.186 330.221 415.507 330.226C414.36 330.544 413.139 331.29 412.297 332.277C412.392 332.02 412.524 331.788 412.683 331.58C412.463 331.466 412.276 331.283 412.161 331.045ZM406.84 326.936C406.207 327.181 405.629 327.365 405.011 327.518C404.447 328.251 404.104 328.631 403.974 329.614C403.822 328.647 403.79 328.468 404.225 327.746C404.099 327.809 403.982 327.897 403.814 328.039C403.206 328.553 402.415 330.573 402.098 331.295C402.299 330.425 402.928 328.253 403.575 327.62C404.001 327.203 404.097 327.213 404.697 327.156C405.412 327.089 406.126 327.016 406.84 326.936ZM420.066 329.044C420.58 329.092 420.874 329.17 421.334 328.945C422.192 328.525 422.823 327.839 423.233 327.018C422.982 327.997 422.478 328.829 421.433 329.198C420.92 329.379 420.589 329.192 420.066 329.044ZM410.201 329.139C410.395 328.291 410.738 327.473 412.07 326.84C410.305 327.277 409.974 328.011 410.201 329.139ZM387.309 333.711C387.461 332.013 387.794 331.281 389.013 330.003C387.484 331.069 387.103 331.553 387.309 333.711Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M412.392 331.318C412.274 331.074 412.379 330.78 412.627 330.663C412.874 330.547 413.172 330.651 413.29 330.895C413.301 330.918 413.31 330.942 413.317 330.966C413.081 331.139 412.864 331.344 412.683 331.581C412.56 331.532 412.452 331.443 412.392 331.318Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M417.919 329.202C417.938 329 418.113 328.85 418.317 328.87C418.521 328.889 418.672 329.07 418.653 329.273C418.648 329.316 418.637 329.356 418.619 329.393C418.432 329.425 418.245 329.479 418.052 329.549C417.971 329.468 417.907 329.318 417.919 329.202Z" fill="white"/>
+<path d="M377.041 410V400.694H378.272V404.516H383.109V400.694H384.341V410H383.109V405.614H378.272V410H377.041ZM385.575 410L389.149 400.694H390.476L394.284 410H392.882L391.796 407.182H387.905L386.883 410H385.575ZM388.261 406.179H391.415L390.444 403.602C390.148 402.819 389.928 402.175 389.784 401.672C389.665 402.269 389.498 402.861 389.283 403.449L388.261 406.179ZM395.468 410V400.694H398.674C399.398 400.694 399.95 400.739 400.331 400.828C400.864 400.95 401.319 401.173 401.695 401.494C402.186 401.909 402.552 402.44 402.794 403.087C403.039 403.731 403.162 404.467 403.162 405.296C403.162 406.003 403.079 406.629 402.914 407.175C402.749 407.721 402.538 408.174 402.279 408.534C402.021 408.889 401.738 409.171 401.429 409.378C401.124 409.581 400.754 409.736 400.318 409.841C399.886 409.947 399.389 410 398.826 410H395.468ZM396.7 408.902H398.687C399.3 408.902 399.781 408.845 400.128 408.73C400.479 408.616 400.758 408.455 400.965 408.248C401.257 407.956 401.484 407.565 401.645 407.074C401.81 406.579 401.892 405.98 401.892 405.277C401.892 404.304 401.731 403.557 401.41 403.037C401.092 402.512 400.705 402.161 400.248 401.983C399.918 401.856 399.387 401.792 398.655 401.792H396.7V408.902ZM404.688 405.468C404.688 403.923 405.103 402.715 405.933 401.843C406.762 400.967 407.833 400.529 409.144 400.529C410.003 400.529 410.778 400.735 411.468 401.145C412.157 401.556 412.682 402.129 413.042 402.865C413.406 403.597 413.588 404.429 413.588 405.36C413.588 406.304 413.397 407.148 413.017 407.893C412.636 408.637 412.096 409.202 411.398 409.587C410.7 409.968 409.946 410.159 409.138 410.159C408.262 410.159 407.479 409.947 406.789 409.524C406.1 409.101 405.577 408.523 405.222 407.791C404.866 407.059 404.688 406.285 404.688 405.468ZM405.958 405.487C405.958 406.608 406.258 407.493 406.859 408.14C407.464 408.783 408.222 409.105 409.132 409.105C410.058 409.105 410.82 408.779 411.417 408.127C412.018 407.476 412.318 406.551 412.318 405.354C412.318 404.596 412.189 403.936 411.931 403.373C411.677 402.806 411.303 402.368 410.808 402.059C410.317 401.746 409.764 401.589 409.151 401.589C408.279 401.589 407.528 401.89 406.897 402.491C406.271 403.087 405.958 404.086 405.958 405.487ZM415.007 405.468C415.007 403.923 415.421 402.715 416.251 401.843C417.08 400.967 418.151 400.529 419.463 400.529C420.322 400.529 421.096 400.735 421.786 401.145C422.476 401.556 423 402.129 423.36 402.865C423.724 403.597 423.906 404.429 423.906 405.36C423.906 406.304 423.716 407.148 423.335 407.893C422.954 408.637 422.414 409.202 421.716 409.587C421.018 409.968 420.265 410.159 419.456 410.159C418.58 410.159 417.797 409.947 417.108 409.524C416.418 409.101 415.895 408.523 415.54 407.791C415.184 407.059 415.007 406.285 415.007 405.468ZM416.276 405.487C416.276 406.608 416.577 407.493 417.177 408.14C417.783 408.783 418.54 409.105 419.45 409.105C420.377 409.105 421.138 408.779 421.735 408.127C422.336 407.476 422.636 406.551 422.636 405.354C422.636 404.596 422.507 403.936 422.249 403.373C421.995 402.806 421.621 402.368 421.126 402.059C420.635 401.746 420.083 401.589 419.469 401.589C418.597 401.589 417.846 401.89 417.216 402.491C416.589 403.087 416.276 404.086 416.276 405.487ZM425.699 410V400.694H429.209C429.827 400.694 430.299 400.724 430.625 400.783C431.082 400.859 431.465 401.005 431.774 401.221C432.083 401.433 432.33 401.731 432.517 402.116C432.707 402.501 432.802 402.924 432.802 403.386C432.802 404.177 432.55 404.848 432.047 405.398C431.543 405.944 430.633 406.217 429.317 406.217H426.931V410H425.699ZM426.931 405.119H429.336C430.132 405.119 430.697 404.971 431.031 404.674C431.366 404.378 431.533 403.961 431.533 403.424C431.533 403.035 431.433 402.702 431.234 402.427C431.04 402.148 430.782 401.964 430.46 401.875C430.253 401.82 429.87 401.792 429.311 401.792H426.931V405.119Z" fill="black"/>
+<path d="M261.539 329.24L262.611 329.146C262.662 329.576 262.779 329.93 262.963 330.207C263.15 330.48 263.439 330.703 263.83 330.875C264.221 331.043 264.66 331.127 265.148 331.127C265.582 331.127 265.965 331.062 266.297 330.934C266.629 330.805 266.875 330.629 267.035 330.406C267.199 330.18 267.281 329.934 267.281 329.668C267.281 329.398 267.203 329.164 267.047 328.965C266.891 328.762 266.633 328.592 266.273 328.455C266.043 328.365 265.533 328.227 264.744 328.039C263.955 327.848 263.402 327.668 263.086 327.5C262.676 327.285 262.369 327.02 262.166 326.703C261.967 326.383 261.867 326.025 261.867 325.631C261.867 325.197 261.99 324.793 262.236 324.418C262.482 324.039 262.842 323.752 263.314 323.557C263.787 323.361 264.312 323.264 264.891 323.264C265.527 323.264 266.088 323.367 266.572 323.574C267.061 323.777 267.436 324.078 267.697 324.477C267.959 324.875 268.1 325.326 268.119 325.83L267.029 325.912C266.971 325.369 266.771 324.959 266.432 324.682C266.096 324.404 265.598 324.266 264.938 324.266C264.25 324.266 263.748 324.393 263.432 324.646C263.119 324.896 262.963 325.199 262.963 325.555C262.963 325.863 263.074 326.117 263.297 326.316C263.516 326.516 264.086 326.721 265.008 326.932C265.934 327.139 266.568 327.32 266.912 327.477C267.412 327.707 267.781 328 268.02 328.355C268.258 328.707 268.377 329.113 268.377 329.574C268.377 330.031 268.246 330.463 267.984 330.869C267.723 331.271 267.346 331.586 266.854 331.812C266.365 332.035 265.814 332.146 265.201 332.146C264.424 332.146 263.771 332.033 263.244 331.807C262.721 331.58 262.309 331.24 262.008 330.787C261.711 330.33 261.555 329.814 261.539 329.24ZM269.948 334.396L269.831 333.406C270.061 333.469 270.262 333.5 270.434 333.5C270.669 333.5 270.856 333.461 270.997 333.383C271.137 333.305 271.253 333.195 271.343 333.055C271.409 332.949 271.516 332.688 271.665 332.27C271.684 332.211 271.716 332.125 271.759 332.012L269.397 325.777H270.534L271.829 329.381C271.997 329.838 272.147 330.318 272.28 330.822C272.401 330.338 272.546 329.865 272.714 329.404L274.044 325.777H275.098L272.731 332.105C272.477 332.789 272.28 333.26 272.139 333.518C271.952 333.865 271.737 334.119 271.495 334.279C271.253 334.443 270.964 334.525 270.628 334.525C270.425 334.525 270.198 334.482 269.948 334.396ZM276.195 332V325.777H277.144V326.662C277.601 325.979 278.261 325.637 279.125 325.637C279.5 325.637 279.843 325.705 280.156 325.842C280.472 325.975 280.709 326.15 280.865 326.369C281.021 326.588 281.13 326.848 281.193 327.148C281.232 327.344 281.252 327.686 281.252 328.174V332H280.197V328.215C280.197 327.785 280.156 327.465 280.074 327.254C279.992 327.039 279.845 326.869 279.634 326.744C279.427 326.615 279.183 326.551 278.902 326.551C278.453 326.551 278.064 326.693 277.736 326.979C277.412 327.264 277.25 327.805 277.25 328.602V332H276.195ZM287.135 329.721L288.172 329.855C288.059 330.57 287.768 331.131 287.299 331.537C286.834 331.939 286.262 332.141 285.582 332.141C284.731 332.141 284.045 331.863 283.526 331.309C283.01 330.75 282.752 329.951 282.752 328.912C282.752 328.24 282.864 327.652 283.086 327.148C283.309 326.645 283.647 326.268 284.1 326.018C284.557 325.764 285.053 325.637 285.588 325.637C286.264 325.637 286.817 325.809 287.246 326.152C287.676 326.492 287.952 326.977 288.073 327.605L287.047 327.764C286.95 327.346 286.776 327.031 286.526 326.82C286.28 326.609 285.981 326.504 285.629 326.504C285.098 326.504 284.666 326.695 284.334 327.078C284.002 327.457 283.836 328.059 283.836 328.883C283.836 329.719 283.996 330.326 284.317 330.705C284.637 331.084 285.055 331.273 285.571 331.273C285.985 331.273 286.33 331.146 286.608 330.893C286.885 330.639 287.061 330.248 287.135 329.721ZM289.275 332V323.41H290.329V326.492C290.821 325.922 291.443 325.637 292.193 325.637C292.654 325.637 293.054 325.729 293.394 325.912C293.734 326.092 293.976 326.342 294.12 326.662C294.269 326.982 294.343 327.447 294.343 328.057V332H293.288V328.057C293.288 327.529 293.173 327.146 292.943 326.908C292.716 326.666 292.394 326.545 291.976 326.545C291.663 326.545 291.368 326.627 291.091 326.791C290.818 326.951 290.622 327.17 290.505 327.447C290.388 327.725 290.329 328.107 290.329 328.596V332H289.275ZM296.143 332V325.777H297.092V326.721C297.334 326.279 297.557 325.988 297.76 325.848C297.967 325.707 298.193 325.637 298.439 325.637C298.795 325.637 299.156 325.75 299.523 325.977L299.16 326.955C298.902 326.803 298.645 326.727 298.387 326.727C298.156 326.727 297.949 326.797 297.766 326.938C297.582 327.074 297.451 327.266 297.373 327.512C297.256 327.887 297.197 328.297 297.197 328.742V332H296.143ZM299.958 328.889C299.958 327.736 300.278 326.883 300.919 326.328C301.454 325.867 302.106 325.637 302.876 325.637C303.731 325.637 304.43 325.918 304.973 326.48C305.516 327.039 305.788 327.812 305.788 328.801C305.788 329.602 305.667 330.232 305.425 330.693C305.186 331.15 304.837 331.506 304.376 331.76C303.919 332.014 303.419 332.141 302.876 332.141C302.005 332.141 301.3 331.861 300.761 331.303C300.225 330.744 299.958 329.939 299.958 328.889ZM301.042 328.889C301.042 329.686 301.216 330.283 301.563 330.682C301.911 331.076 302.348 331.273 302.876 331.273C303.399 331.273 303.835 331.074 304.182 330.676C304.53 330.277 304.704 329.67 304.704 328.854C304.704 328.084 304.528 327.502 304.177 327.107C303.829 326.709 303.395 326.51 302.876 326.51C302.348 326.51 301.911 326.707 301.563 327.102C301.216 327.496 301.042 328.092 301.042 328.889ZM307.23 332V325.777H308.179V326.662C308.636 325.979 309.296 325.637 310.16 325.637C310.535 325.637 310.879 325.705 311.191 325.842C311.507 325.975 311.744 326.15 311.9 326.369C312.056 326.588 312.166 326.848 312.228 327.148C312.267 327.344 312.287 327.686 312.287 328.174V332H311.232V328.215C311.232 327.785 311.191 327.465 311.109 327.254C311.027 327.039 310.88 326.869 310.67 326.744C310.463 326.615 310.218 326.551 309.937 326.551C309.488 326.551 309.099 326.693 308.771 326.979C308.447 327.264 308.285 327.805 308.285 328.602V332H307.23ZM314.116 324.623V323.41H315.17V324.623H314.116ZM314.116 332V325.777H315.17V332H314.116ZM316.425 332V331.145L320.386 326.598C319.937 326.621 319.54 326.633 319.196 326.633H316.659V325.777H321.745V326.475L318.376 330.424L317.726 331.145C318.198 331.109 318.642 331.092 319.056 331.092H321.933V332H316.425ZM327.242 331.232C326.852 331.564 326.475 331.799 326.111 331.936C325.752 332.072 325.365 332.141 324.951 332.141C324.268 332.141 323.742 331.975 323.375 331.643C323.008 331.307 322.824 330.879 322.824 330.359C322.824 330.055 322.893 329.777 323.029 329.527C323.17 329.273 323.352 329.07 323.574 328.918C323.801 328.766 324.055 328.65 324.336 328.572C324.543 328.518 324.855 328.465 325.273 328.414C326.125 328.312 326.752 328.191 327.154 328.051C327.158 327.906 327.16 327.814 327.16 327.775C327.16 327.346 327.061 327.043 326.861 326.867C326.592 326.629 326.191 326.51 325.66 326.51C325.164 326.51 324.797 326.598 324.559 326.773C324.324 326.945 324.15 327.252 324.037 327.693L323.006 327.553C323.1 327.111 323.254 326.756 323.469 326.486C323.684 326.213 323.994 326.004 324.4 325.859C324.807 325.711 325.277 325.637 325.812 325.637C326.344 325.637 326.775 325.699 327.107 325.824C327.439 325.949 327.684 326.107 327.84 326.299C327.996 326.486 328.105 326.725 328.168 327.014C328.203 327.193 328.221 327.518 328.221 327.986V329.393C328.221 330.373 328.242 330.994 328.285 331.256C328.332 331.514 328.422 331.762 328.555 332H327.453C327.344 331.781 327.273 331.525 327.242 331.232ZM327.154 328.877C326.771 329.033 326.197 329.166 325.432 329.275C324.998 329.338 324.691 329.408 324.512 329.486C324.332 329.564 324.193 329.68 324.096 329.832C323.998 329.98 323.949 330.146 323.949 330.33C323.949 330.611 324.055 330.846 324.266 331.033C324.48 331.221 324.793 331.314 325.203 331.314C325.609 331.314 325.971 331.227 326.287 331.051C326.604 330.871 326.836 330.627 326.984 330.318C327.098 330.08 327.154 329.729 327.154 329.264V328.877ZM332.364 331.057L332.516 331.988C332.22 332.051 331.954 332.082 331.72 332.082C331.337 332.082 331.04 332.021 330.829 331.9C330.618 331.779 330.47 331.621 330.384 331.426C330.298 331.227 330.255 330.811 330.255 330.178V326.598H329.481V325.777H330.255V324.236L331.304 323.604V325.777H332.364V326.598H331.304V330.236C331.304 330.537 331.321 330.73 331.356 330.816C331.395 330.902 331.456 330.971 331.538 331.021C331.624 331.072 331.745 331.098 331.901 331.098C332.018 331.098 332.173 331.084 332.364 331.057ZM333.607 324.623V323.41H334.662V324.623H333.607ZM333.607 332V325.777H334.662V332H333.607ZM336.08 328.889C336.08 327.736 336.401 326.883 337.041 326.328C337.577 325.867 338.229 325.637 338.998 325.637C339.854 325.637 340.553 325.918 341.096 326.48C341.639 327.039 341.911 327.812 341.911 328.801C341.911 329.602 341.789 330.232 341.547 330.693C341.309 331.15 340.959 331.506 340.498 331.76C340.041 332.014 339.541 332.141 338.998 332.141C338.127 332.141 337.422 331.861 336.883 331.303C336.348 330.744 336.08 329.939 336.08 328.889ZM337.164 328.889C337.164 329.686 337.338 330.283 337.686 330.682C338.034 331.076 338.471 331.273 338.998 331.273C339.522 331.273 339.957 331.074 340.305 330.676C340.653 330.277 340.827 329.67 340.827 328.854C340.827 328.084 340.651 327.502 340.299 327.107C339.952 326.709 339.518 326.51 338.998 326.51C338.471 326.51 338.034 326.707 337.686 327.102C337.338 327.496 337.164 328.092 337.164 328.889ZM343.353 332V325.777H344.302V326.662C344.759 325.979 345.419 325.637 346.282 325.637C346.657 325.637 347.001 325.705 347.314 325.842C347.63 325.975 347.866 326.15 348.023 326.369C348.179 326.588 348.288 326.848 348.351 327.148C348.39 327.344 348.409 327.686 348.409 328.174V332H347.355V328.215C347.355 327.785 347.314 327.465 347.232 327.254C347.15 327.039 347.003 326.869 346.792 326.744C346.585 326.615 346.341 326.551 346.06 326.551C345.611 326.551 345.222 326.693 344.894 326.979C344.57 327.264 344.407 327.805 344.407 328.602V332H343.353Z" fill="#9C9C9C"/>
+<path d="M265.071 310.399C265.364 310.692 265.839 310.692 266.132 310.399L270.905 305.626C271.198 305.333 271.198 304.858 270.905 304.565C270.612 304.272 270.137 304.272 269.844 304.565L265.602 308.808L261.359 304.565C261.066 304.272 260.591 304.272 260.298 304.565C260.005 304.858 260.005 305.333 260.298 305.626L265.071 310.399ZM266.352 309.868C266.352 293.87 283.283 280.592 304.602 280.592V279.092C282.842 279.092 264.852 292.7 264.852 309.868H266.352ZM304.602 280.592C325.921 280.592 342.852 293.87 342.852 309.868H344.352C344.352 292.7 326.361 279.092 304.602 279.092V280.592Z" fill="black"/>
+<path d="M344.132 343.394C343.839 343.102 343.364 343.102 343.071 343.394L338.298 348.167C338.005 348.46 338.005 348.935 338.298 349.228C338.591 349.521 339.066 349.521 339.359 349.228L343.602 344.985L347.844 349.228C348.137 349.521 348.612 349.521 348.905 349.228C349.198 348.935 349.198 348.46 348.905 348.167L344.132 343.394ZM342.852 343.925C342.852 359.923 325.921 373.202 304.602 373.202L304.602 374.702C326.361 374.702 344.352 361.093 344.352 343.925L342.852 343.925ZM304.602 373.202C283.283 373.202 266.352 359.923 266.352 343.925L264.852 343.925C264.852 361.093 282.842 374.702 304.602 374.702L304.602 373.202Z" fill="black"/>
+<path d="M63.136 37.872L41.6018 45.1069L41.6018 59.829L62.7876 65.37L83.6018 58.967L83.6018 44.37L63.136 37.872Z" fill="white"/>
+<path d="M41.6889 45.0035L62.7615 37.3698L83.8154 43.778" stroke="#2D2D2D" stroke-width="1.2" stroke-linejoin="round"/>
+<path d="M63.2381 50.8003L41.6883 45.0038V59.7848L63.2381 65.4847L83.739 58.9153V43.7478L63.2381 50.8003Z" stroke="#2D2D2D" stroke-width="1.2" stroke-linejoin="round"/>
+<path d="M62.9626 50.7308V64.994" stroke="#2D2D2D" stroke-width="1.5" stroke-linejoin="round"/>
+<path d="M232.534 37.872L211 45.1069L211 59.829L232.186 65.37L253 58.967L253 44.37L232.534 37.872Z" fill="white"/>
+<path d="M211.087 45.0035L232.16 37.3698L253.214 43.778" stroke="#2D2D2D" stroke-width="1.2" stroke-linejoin="round"/>
+<path d="M232.636 50.8003L211.087 45.0038V59.7848L232.636 65.4847L253.137 58.9153V43.7478L232.636 50.8003Z" stroke="#2D2D2D" stroke-width="1.2" stroke-linejoin="round"/>
+<path d="M232.361 50.7308V64.994" stroke="#2D2D2D" stroke-width="1.2" stroke-linejoin="round"/>
+<path d="M402.029 37.872L380.495 45.1069L380.495 59.829L401.681 65.37L422.495 58.967L422.495 44.37L402.029 37.872Z" fill="white"/>
+<path d="M380.582 45.0035L401.655 37.3698L422.708 43.778" stroke="#2D2D2D" stroke-width="1.2" stroke-linejoin="round"/>
+<path d="M402.131 50.8003L380.581 45.0038V59.7848L402.131 65.4847L422.632 58.9153V43.7478L402.131 50.8003Z" stroke="#2D2D2D" stroke-width="1.2" stroke-linejoin="round"/>
+<path d="M401.856 50.7308V64.994" stroke="#2D2D2D" stroke-width="1.2" stroke-linejoin="round"/>
+<rect x="165" y="138" width="136" height="40" fill="#F6F6F6"/>
+<path d="M175.148 163V152.979H181.909V154.161H176.475V157.265H181.178V158.447H176.475V163H175.148ZM188.451 160.662L189.723 160.819C189.522 161.562 189.151 162.139 188.608 162.549C188.066 162.959 187.373 163.164 186.53 163.164C185.468 163.164 184.625 162.838 184.001 162.187C183.381 161.53 183.071 160.612 183.071 159.432C183.071 158.21 183.386 157.262 184.015 156.588C184.644 155.913 185.459 155.576 186.462 155.576C187.433 155.576 188.226 155.907 188.841 156.567C189.456 157.228 189.764 158.158 189.764 159.356C189.764 159.429 189.761 159.539 189.757 159.685H184.343C184.388 160.482 184.614 161.093 185.02 161.517C185.425 161.94 185.931 162.152 186.537 162.152C186.988 162.152 187.373 162.034 187.692 161.797C188.011 161.56 188.264 161.182 188.451 160.662ZM184.411 158.673H188.465C188.41 158.062 188.255 157.604 188 157.299C187.608 156.825 187.1 156.588 186.476 156.588C185.91 156.588 185.434 156.777 185.047 157.155C184.664 157.534 184.452 158.039 184.411 158.673ZM195.984 163V162.084C195.524 162.804 194.847 163.164 193.954 163.164C193.375 163.164 192.842 163.005 192.354 162.686C191.871 162.367 191.495 161.922 191.227 161.353C190.962 160.778 190.83 160.12 190.83 159.377C190.83 158.652 190.951 157.996 191.192 157.408C191.434 156.816 191.796 156.362 192.279 156.048C192.762 155.733 193.302 155.576 193.899 155.576C194.337 155.576 194.727 155.67 195.068 155.856C195.41 156.039 195.688 156.278 195.902 156.574V152.979H197.126V163H195.984ZM192.095 159.377C192.095 160.307 192.291 161.002 192.683 161.462C193.075 161.922 193.537 162.152 194.07 162.152C194.608 162.152 195.064 161.934 195.438 161.496C195.816 161.054 196.005 160.382 196.005 159.479C196.005 158.486 195.813 157.757 195.431 157.292C195.048 156.827 194.576 156.595 194.016 156.595C193.469 156.595 193.011 156.818 192.642 157.265C192.277 157.711 192.095 158.415 192.095 159.377ZM204.037 160.662L205.309 160.819C205.108 161.562 204.737 162.139 204.194 162.549C203.652 162.959 202.959 163.164 202.116 163.164C201.054 163.164 200.211 162.838 199.587 162.187C198.967 161.53 198.657 160.612 198.657 159.432C198.657 158.21 198.972 157.262 199.601 156.588C200.229 155.913 201.045 155.576 202.048 155.576C203.019 155.576 203.812 155.907 204.427 156.567C205.042 157.228 205.35 158.158 205.35 159.356C205.35 159.429 205.347 159.539 205.343 159.685H199.929C199.974 160.482 200.2 161.093 200.605 161.517C201.011 161.94 201.517 162.152 202.123 162.152C202.574 162.152 202.959 162.034 203.278 161.797C203.597 161.56 203.85 161.182 204.037 160.662ZM199.997 158.673H204.051C203.996 158.062 203.841 157.604 203.586 157.299C203.194 156.825 202.686 156.588 202.062 156.588C201.496 156.588 201.02 156.777 200.633 157.155C200.25 157.534 200.038 158.039 199.997 158.673ZM206.847 163V155.74H207.954V156.841C208.237 156.326 208.496 155.986 208.733 155.822C208.975 155.658 209.239 155.576 209.526 155.576C209.941 155.576 210.363 155.708 210.791 155.973L210.367 157.114C210.066 156.937 209.766 156.848 209.465 156.848C209.196 156.848 208.954 156.93 208.74 157.094C208.526 157.253 208.373 157.477 208.282 157.764C208.146 158.201 208.077 158.68 208.077 159.199V163H206.847ZM216.26 162.104C215.804 162.492 215.364 162.765 214.94 162.925C214.521 163.084 214.07 163.164 213.587 163.164C212.789 163.164 212.176 162.97 211.748 162.583C211.32 162.191 211.105 161.692 211.105 161.086C211.105 160.73 211.185 160.407 211.345 160.115C211.509 159.819 211.721 159.582 211.98 159.404C212.245 159.227 212.541 159.092 212.869 159.001C213.111 158.937 213.475 158.876 213.963 158.816C214.956 158.698 215.688 158.557 216.157 158.393C216.162 158.224 216.164 158.117 216.164 158.071C216.164 157.57 216.048 157.217 215.815 157.012C215.501 156.734 215.034 156.595 214.414 156.595C213.835 156.595 213.407 156.697 213.129 156.902C212.855 157.103 212.653 157.461 212.521 157.976L211.317 157.812C211.427 157.297 211.607 156.882 211.857 156.567C212.108 156.248 212.47 156.005 212.944 155.836C213.418 155.663 213.967 155.576 214.592 155.576C215.212 155.576 215.715 155.649 216.103 155.795C216.49 155.941 216.775 156.125 216.957 156.349C217.139 156.567 217.267 156.845 217.34 157.183C217.381 157.392 217.401 157.771 217.401 158.317V159.958C217.401 161.102 217.426 161.826 217.477 162.132C217.531 162.433 217.636 162.722 217.791 163H216.506C216.378 162.745 216.296 162.446 216.26 162.104ZM216.157 159.356C215.711 159.539 215.041 159.694 214.147 159.821C213.642 159.894 213.284 159.976 213.074 160.067C212.865 160.159 212.703 160.293 212.589 160.471C212.475 160.644 212.418 160.838 212.418 161.052C212.418 161.38 212.541 161.653 212.787 161.872C213.038 162.091 213.402 162.2 213.881 162.2C214.355 162.2 214.776 162.098 215.146 161.893C215.515 161.683 215.786 161.398 215.959 161.038C216.091 160.76 216.157 160.35 216.157 159.808V159.356ZM222.002 161.899L222.18 162.986C221.833 163.059 221.523 163.096 221.25 163.096C220.803 163.096 220.457 163.025 220.211 162.884C219.965 162.743 219.792 162.558 219.691 162.33C219.591 162.098 219.541 161.612 219.541 160.874V156.697H218.639V155.74H219.541V153.942L220.765 153.204V155.74H222.002V156.697H220.765V160.942C220.765 161.293 220.785 161.519 220.826 161.619C220.872 161.719 220.942 161.799 221.038 161.858C221.138 161.918 221.28 161.947 221.462 161.947C221.599 161.947 221.779 161.931 222.002 161.899ZM228.182 160.662L229.453 160.819C229.253 161.562 228.881 162.139 228.339 162.549C227.797 162.959 227.104 163.164 226.261 163.164C225.199 163.164 224.356 162.838 223.731 162.187C223.112 161.53 222.802 160.612 222.802 159.432C222.802 158.21 223.116 157.262 223.745 156.588C224.374 155.913 225.19 155.576 226.192 155.576C227.163 155.576 227.956 155.907 228.571 156.567C229.187 157.228 229.494 158.158 229.494 159.356C229.494 159.429 229.492 159.539 229.487 159.685H224.073C224.119 160.482 224.344 161.093 224.75 161.517C225.156 161.94 225.661 162.152 226.268 162.152C226.719 162.152 227.104 162.034 227.423 161.797C227.742 161.56 227.995 161.182 228.182 160.662ZM224.142 158.673H228.195C228.141 158.062 227.986 157.604 227.73 157.299C227.339 156.825 226.83 156.588 226.206 156.588C225.641 156.588 225.165 156.777 224.777 157.155C224.395 157.534 224.183 158.039 224.142 158.673ZM235.715 163V162.084C235.255 162.804 234.578 163.164 233.685 163.164C233.106 163.164 232.573 163.005 232.085 162.686C231.602 162.367 231.226 161.922 230.957 161.353C230.693 160.778 230.561 160.12 230.561 159.377C230.561 158.652 230.681 157.996 230.923 157.408C231.164 156.816 231.527 156.362 232.01 156.048C232.493 155.733 233.033 155.576 233.63 155.576C234.067 155.576 234.457 155.67 234.799 155.856C235.141 156.039 235.419 156.278 235.633 156.574V152.979H236.856V163H235.715ZM231.825 159.377C231.825 160.307 232.021 161.002 232.413 161.462C232.805 161.922 233.268 162.152 233.801 162.152C234.339 162.152 234.794 161.934 235.168 161.496C235.546 161.054 235.735 160.382 235.735 159.479C235.735 158.486 235.544 157.757 235.161 157.292C234.778 156.827 234.307 156.595 233.746 156.595C233.199 156.595 232.741 156.818 232.372 157.265C232.007 157.711 231.825 158.415 231.825 159.377ZM250.446 161.927C251.062 162.351 251.629 162.66 252.148 162.856L251.759 163.779C251.039 163.52 250.321 163.109 249.605 162.549C248.863 162.964 248.042 163.171 247.145 163.171C246.238 163.171 245.415 162.952 244.677 162.515C243.938 162.077 243.369 161.462 242.968 160.669C242.571 159.876 242.373 158.983 242.373 157.989C242.373 157 242.574 156.1 242.975 155.289C243.376 154.478 243.945 153.86 244.684 153.437C245.426 153.013 246.256 152.801 247.172 152.801C248.097 152.801 248.931 153.022 249.674 153.464C250.417 153.901 250.982 154.517 251.369 155.31C251.761 156.098 251.957 156.989 251.957 157.982C251.957 158.807 251.832 159.55 251.581 160.211C251.33 160.867 250.952 161.439 250.446 161.927ZM247.527 160.231C248.293 160.446 248.924 160.765 249.421 161.188C250.2 160.478 250.59 159.409 250.59 157.982C250.59 157.171 250.451 156.463 250.173 155.856C249.899 155.25 249.496 154.781 248.963 154.448C248.434 154.111 247.84 153.942 247.179 153.942C246.19 153.942 245.369 154.282 244.718 154.961C244.066 155.635 243.74 156.645 243.74 157.989C243.74 159.293 244.062 160.293 244.704 160.99C245.351 161.688 246.176 162.036 247.179 162.036C247.653 162.036 248.099 161.947 248.519 161.77C248.104 161.501 247.666 161.309 247.206 161.195L247.527 160.231ZM258.349 163V161.934C257.784 162.754 257.016 163.164 256.045 163.164C255.617 163.164 255.215 163.082 254.842 162.918C254.473 162.754 254.197 162.549 254.015 162.303C253.837 162.052 253.712 161.747 253.639 161.387C253.589 161.145 253.563 160.762 253.563 160.238V155.74H254.794V159.767C254.794 160.409 254.819 160.842 254.869 161.065C254.947 161.389 255.111 161.644 255.361 161.831C255.612 162.013 255.922 162.104 256.291 162.104C256.66 162.104 257.007 162.011 257.33 161.824C257.654 161.633 257.882 161.375 258.014 161.052C258.15 160.724 258.219 160.25 258.219 159.63V155.74H259.449V163H258.349ZM266.354 160.662L267.625 160.819C267.424 161.562 267.053 162.139 266.511 162.549C265.968 162.959 265.276 163.164 264.433 163.164C263.371 163.164 262.528 162.838 261.903 162.187C261.284 161.53 260.974 160.612 260.974 159.432C260.974 158.21 261.288 157.262 261.917 156.588C262.546 155.913 263.362 155.576 264.364 155.576C265.335 155.576 266.128 155.907 266.743 156.567C267.358 157.228 267.666 158.158 267.666 159.356C267.666 159.429 267.664 159.539 267.659 159.685H262.245C262.291 160.482 262.516 161.093 262.922 161.517C263.327 161.94 263.833 162.152 264.439 162.152C264.891 162.152 265.276 162.034 265.595 161.797C265.914 161.56 266.167 161.182 266.354 160.662ZM262.313 158.673H266.367C266.312 158.062 266.158 157.604 265.902 157.299C265.51 156.825 265.002 156.588 264.378 156.588C263.813 156.588 263.337 156.777 262.949 157.155C262.566 157.534 262.354 158.039 262.313 158.673ZM269.163 163V155.74H270.271V156.841C270.553 156.326 270.813 155.986 271.05 155.822C271.291 155.658 271.556 155.576 271.843 155.576C272.257 155.576 272.679 155.708 273.107 155.973L272.684 157.114C272.383 156.937 272.082 156.848 271.781 156.848C271.512 156.848 271.271 156.93 271.057 157.094C270.842 157.253 270.69 157.477 270.599 157.764C270.462 158.201 270.394 158.68 270.394 159.199V163H269.163ZM273.846 154.394V152.979H275.076V154.394H273.846ZM273.846 163V155.74H275.076V163H273.846ZM281.926 160.662L283.197 160.819C282.997 161.562 282.625 162.139 282.083 162.549C281.541 162.959 280.848 163.164 280.005 163.164C278.943 163.164 278.1 162.838 277.476 162.187C276.856 161.53 276.546 160.612 276.546 159.432C276.546 158.21 276.86 157.262 277.489 156.588C278.118 155.913 278.934 155.576 279.937 155.576C280.907 155.576 281.7 155.907 282.315 156.567C282.931 157.228 283.238 158.158 283.238 159.356C283.238 159.429 283.236 159.539 283.231 159.685H277.817C277.863 160.482 278.089 161.093 278.494 161.517C278.9 161.94 279.406 162.152 280.012 162.152C280.463 162.152 280.848 162.034 281.167 161.797C281.486 161.56 281.739 161.182 281.926 160.662ZM277.886 158.673H281.939C281.885 158.062 281.73 157.604 281.475 157.299C281.083 156.825 280.575 156.588 279.95 156.588C279.385 156.588 278.909 156.777 278.521 157.155C278.139 157.534 277.927 158.039 277.886 158.673ZM284.257 160.833L285.474 160.642C285.542 161.129 285.731 161.503 286.041 161.763C286.355 162.022 286.793 162.152 287.354 162.152C287.919 162.152 288.338 162.038 288.611 161.811C288.885 161.578 289.021 161.307 289.021 160.997C289.021 160.719 288.901 160.5 288.659 160.341C288.491 160.231 288.071 160.092 287.401 159.924C286.499 159.696 285.872 159.5 285.521 159.336C285.175 159.167 284.911 158.937 284.729 158.646C284.551 158.349 284.462 158.023 284.462 157.668C284.462 157.344 284.535 157.046 284.681 156.772C284.831 156.494 285.034 156.264 285.289 156.082C285.48 155.941 285.74 155.822 286.068 155.727C286.401 155.626 286.757 155.576 287.135 155.576C287.704 155.576 288.203 155.658 288.632 155.822C289.065 155.986 289.384 156.21 289.589 156.492C289.794 156.77 289.935 157.144 290.013 157.613L288.81 157.777C288.755 157.404 288.595 157.112 288.331 156.902C288.071 156.693 287.702 156.588 287.224 156.588C286.659 156.588 286.255 156.681 286.014 156.868C285.772 157.055 285.651 157.274 285.651 157.524C285.651 157.684 285.701 157.827 285.802 157.955C285.902 158.087 286.059 158.197 286.273 158.283C286.396 158.329 286.759 158.434 287.36 158.598C288.231 158.83 288.837 159.021 289.179 159.172C289.525 159.318 289.796 159.532 289.992 159.814C290.188 160.097 290.286 160.448 290.286 160.867C290.286 161.277 290.165 161.665 289.924 162.029C289.687 162.389 289.343 162.67 288.892 162.87C288.44 163.066 287.93 163.164 287.36 163.164C286.417 163.164 285.697 162.968 285.2 162.576C284.708 162.184 284.394 161.603 284.257 160.833Z" fill="black"/>
+<path d="M62.8821 229.48C63.175 229.772 63.6499 229.772 63.9428 229.48L68.7158 224.707C69.0087 224.414 69.0087 223.939 68.7158 223.646C68.4229 223.353 67.948 223.353 67.6551 223.646L63.4125 227.889L59.1698 223.646C58.8769 223.353 58.4021 223.353 58.1092 223.646C57.8163 223.939 57.8163 224.414 58.1092 224.707L62.8821 229.48ZM62.6625 102.188V228.949H64.1625V102.188H62.6625Z" fill="black"/>
+<path d="M402.49 229.48C402.783 229.772 403.258 229.772 403.551 229.48L408.324 224.707C408.617 224.414 408.617 223.939 408.324 223.646C408.031 223.353 407.556 223.353 407.263 223.646L403.021 227.889L398.778 223.646C398.485 223.353 398.01 223.353 397.717 223.646C397.425 223.939 397.425 224.414 397.717 224.707L402.49 229.48ZM402.271 102.188V228.949H403.771V102.188H402.271Z" fill="black"/>
+</svg>
diff --git a/public/img/usecases/spark/hero-image.svg b/public/img/usecases/spark/hero-image.svg
new file mode 100644
index 0000000..39b0d02
--- /dev/null
+++ b/public/img/usecases/spark/hero-image.svg
@@ -0,0 +1,20 @@
+<svg width="656" height="645" viewBox="0 0 656 645" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M702.085 247.151L655.688 273.938L562.893 327.513L562.893 541.814L655.688 488.239L702.085 461.451L702.085 247.151Z" fill="#0070CC" stroke="white"/>
+<rect width="214.541" height="214.541" transform="matrix(-0.866025 -0.5 -2.20305e-08 1 562.798 327.459)" fill="#0070CC" stroke="white"/>
+<path d="M516.495 140L470.098 166.788L377.303 220.363L562.893 327.513L655.688 273.938L702.085 247.15L516.495 140Z" fill="#0070CC" stroke="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M684.075 284.082C684.553 283.805 684.941 284.029 684.941 284.582V316.87C684.941 317.422 684.553 318.094 684.075 318.37L677.517 322.156L663.536 330.228C663.058 330.504 662.67 330.28 662.67 329.728L662.67 297.44C662.67 296.887 663.058 296.216 663.536 295.94L677.517 287.868L684.075 284.082ZM684.075 367.659C684.553 367.383 684.941 367.607 684.941 368.159L684.941 383.303C684.941 383.855 684.553 384.527 684.075 384.803L581.877 443.807C581.398 444.083 581.011 443.859 581.011 443.307V428.163C581.011 427.611 581.398 426.939 581.877 426.663L684.075 367.659ZM684.075 397.661C684.553 397.385 684.941 397.609 684.941 398.161L684.941 413.305C684.941 413.857 684.553 414.529 684.075 414.805L581.877 473.809C581.398 474.085 581.011 473.861 581.011 473.309V458.165C581.011 457.613 581.398 456.941 581.877 456.665L684.075 397.661ZM684.941 428.163C684.941 427.611 684.553 427.387 684.075 427.663L581.877 486.667C581.398 486.943 581.011 487.615 581.011 488.167V503.311C581.011 503.864 581.398 504.087 581.877 503.811L684.075 444.807C684.553 444.531 684.941 443.859 684.941 443.307L684.941 428.163Z" fill="#0070CC"/>
+<path d="M684.075 284.082L684.325 284.515L684.075 284.082ZM684.075 318.37L683.825 317.937H683.825L684.075 318.37ZM677.517 322.156L677.767 322.589L677.517 322.156ZM663.536 330.228L663.286 329.795L663.536 330.228ZM662.67 329.728H663.17H662.67ZM662.67 297.44H662.17H662.67ZM663.536 295.94L663.786 296.373L663.536 295.94ZM677.517 287.868L677.767 288.301L677.517 287.868ZM684.941 368.159H684.441H684.941ZM684.075 367.659L683.825 367.226H683.825L684.075 367.659ZM684.941 383.303H685.441H684.941ZM684.075 384.803L684.325 385.236H684.325L684.075 384.803ZM581.877 443.807L582.127 444.24L581.877 443.807ZM581.877 426.663L582.127 427.096L581.877 426.663ZM684.941 398.161H684.441H684.941ZM684.075 397.661L683.825 397.228H683.825L684.075 397.661ZM684.941 413.305H685.441H684.941ZM684.075 414.805L684.325 415.238H684.325L684.075 414.805ZM581.877 473.809L582.127 474.242L581.877 473.809ZM581.877 456.665L581.627 456.232H581.627L581.877 456.665ZM684.075 427.663L683.825 427.23H683.825L684.075 427.663ZM684.941 428.163H684.441H684.941ZM581.877 486.667L581.627 486.234H581.627L581.877 486.667ZM581.877 503.811L582.127 504.244L581.877 503.811ZM684.075 444.807L684.325 445.24H684.325L684.075 444.807ZM684.941 443.307H685.441H684.941ZM684.441 284.582C684.441 284.5 684.427 284.457 684.42 284.442C684.414 284.43 684.416 284.442 684.437 284.454C684.458 284.466 684.47 284.462 684.456 284.464C684.44 284.465 684.396 284.474 684.325 284.515L683.825 283.649C684.155 283.458 684.572 283.377 684.937 283.588C685.303 283.799 685.441 284.2 685.441 284.582H684.441ZM684.441 316.87V284.582H685.441V316.87H684.441ZM683.825 317.937C683.97 317.853 684.13 317.689 684.254 317.473C684.379 317.258 684.441 317.037 684.441 316.87H685.441C685.441 317.254 685.309 317.646 685.12 317.973C684.931 318.301 684.658 318.61 684.325 318.803L683.825 317.937ZM677.267 321.723L683.825 317.937L684.325 318.803L677.767 322.589L677.267 321.723ZM663.286 329.795L677.267 321.723L677.767 322.589L663.786 330.661L663.286 329.795ZM663.17 329.728C663.17 329.809 663.185 329.852 663.192 329.867C663.198 329.879 663.195 329.867 663.174 329.855C663.153 329.843 663.141 329.847 663.155 329.846C663.172 329.844 663.216 329.835 663.286 329.795L663.786 330.661C663.456 330.851 663.04 330.933 662.674 330.721C662.308 330.51 662.17 330.109 662.17 329.728H663.17ZM663.17 297.44L663.17 329.728H662.17L662.17 297.44H663.17ZM663.786 296.373C663.641 296.456 663.481 296.62 663.357 296.836C663.232 297.052 663.17 297.272 663.17 297.44H662.17C662.17 297.055 662.302 296.663 662.491 296.336C662.68 296.009 662.953 295.699 663.286 295.507L663.786 296.373ZM677.767 288.301L663.786 296.373L663.286 295.507L677.267 287.435L677.767 288.301ZM684.325 284.515L677.767 288.301L677.267 287.435L683.825 283.649L684.325 284.515ZM684.441 368.159C684.441 368.077 684.427 368.035 684.42 368.019C684.414 368.007 684.416 368.019 684.437 368.031C684.458 368.043 684.47 368.04 684.456 368.041C684.44 368.042 684.396 368.051 684.325 368.092L683.825 367.226C684.155 367.035 684.571 366.954 684.937 367.165C685.303 367.376 685.441 367.777 685.441 368.159H684.441ZM684.441 383.303L684.441 368.159H685.441L685.441 383.303H684.441ZM683.825 384.37C683.97 384.286 684.13 384.122 684.254 383.906C684.379 383.691 684.441 383.471 684.441 383.303H685.441C685.441 383.687 685.309 384.079 685.12 384.406C684.931 384.734 684.658 385.044 684.325 385.236L683.825 384.37ZM581.627 443.374L683.825 384.37L684.325 385.236L582.127 444.24L581.627 443.374ZM581.511 443.307C581.511 443.389 581.525 443.431 581.532 443.446C581.538 443.459 581.535 443.447 581.514 443.435C581.493 443.423 581.482 443.426 581.495 443.425C581.512 443.424 581.556 443.415 581.627 443.374L582.127 444.24C581.796 444.431 581.38 444.512 581.014 444.301C580.648 444.09 580.511 443.688 580.511 443.307H581.511ZM581.511 428.163V443.307H580.511V428.163H581.511ZM582.127 427.096C581.981 427.18 581.822 427.344 581.697 427.559C581.573 427.775 581.511 427.995 581.511 428.163H580.511C580.511 427.778 580.642 427.387 580.831 427.059C581.02 426.732 581.294 426.422 581.627 426.23L582.127 427.096ZM684.325 368.092L582.127 427.096L581.627 426.23L683.825 367.226L684.325 368.092ZM684.441 398.161C684.441 398.079 684.427 398.037 684.42 398.022C684.414 398.009 684.416 398.021 684.437 398.033C684.458 398.045 684.47 398.042 684.456 398.043C684.44 398.044 684.396 398.053 684.325 398.094L683.825 397.228C684.155 397.037 684.571 396.956 684.937 397.167C685.303 397.378 685.441 397.779 685.441 398.161H684.441ZM684.441 413.305L684.441 398.161H685.441L685.441 413.305H684.441ZM683.825 414.372C683.97 414.288 684.13 414.124 684.254 413.908C684.379 413.693 684.441 413.473 684.441 413.305H685.441C685.441 413.689 685.309 414.081 685.12 414.408C684.931 414.736 684.658 415.046 684.325 415.238L683.825 414.372ZM581.627 473.376L683.825 414.372L684.325 415.238L582.127 474.242L581.627 473.376ZM581.511 473.309C581.511 473.391 581.525 473.433 581.532 473.448C581.538 473.461 581.535 473.449 581.514 473.437C581.493 473.425 581.482 473.428 581.495 473.427C581.512 473.426 581.556 473.417 581.627 473.376L582.127 474.242C581.796 474.433 581.38 474.514 581.014 474.303C580.648 474.092 580.511 473.69 580.511 473.309H581.511ZM581.511 458.165V473.309H580.511V458.165H581.511ZM582.127 457.098C581.981 457.182 581.822 457.346 581.697 457.562C581.573 457.777 581.511 457.997 581.511 458.165H580.511C580.511 457.781 580.642 457.389 580.831 457.062C581.02 456.734 581.294 456.424 581.627 456.232L582.127 457.098ZM684.325 398.094L582.127 457.098L581.627 456.232L683.825 397.228L684.325 398.094ZM683.825 427.23C684.155 427.039 684.571 426.958 684.937 427.169C685.303 427.381 685.441 427.782 685.441 428.163H684.441C684.441 428.082 684.427 428.039 684.42 428.024C684.414 428.011 684.416 428.023 684.437 428.035C684.458 428.047 684.47 428.044 684.456 428.045C684.44 428.046 684.396 428.055 684.325 428.096L683.825 427.23ZM581.627 486.234L683.825 427.23L684.325 428.096L582.127 487.1L581.627 486.234ZM580.511 488.167C580.511 487.783 580.642 487.391 580.831 487.064C581.02 486.736 581.294 486.427 581.627 486.234L582.127 487.1C581.981 487.184 581.822 487.348 581.697 487.564C581.573 487.779 581.511 488 581.511 488.167H580.511ZM580.511 503.311V488.167H581.511V503.311H580.511ZM582.127 504.244C581.796 504.435 581.38 504.516 581.014 504.305C580.648 504.094 580.511 503.693 580.511 503.311H581.511C581.511 503.393 581.525 503.436 581.532 503.451C581.538 503.463 581.535 503.451 581.514 503.439C581.493 503.427 581.482 503.431 581.495 503.429C581.512 503.428 581.556 503.419 581.627 503.378L582.127 504.244ZM684.325 445.24L582.127 504.244L581.627 503.378L683.825 444.374L684.325 445.24ZM685.441 443.307C685.441 443.692 685.309 444.083 685.12 444.411C684.931 444.738 684.658 445.048 684.325 445.24L683.825 444.374C683.97 444.29 684.13 444.126 684.254 443.911C684.379 443.695 684.441 443.475 684.441 443.307H685.441ZM685.441 428.163L685.441 443.307H684.441L684.441 428.163H685.441Z" fill="white"/>
+<path d="M524.085 361.15L477.688 387.938L384.893 441.513L384.893 655.814L477.688 602.239L524.085 575.451L524.085 361.15Z" fill="#0070CC" stroke="white"/>
+<rect width="214.541" height="214.541" transform="matrix(-0.866025 -0.5 -2.20305e-08 1 384.798 441.458)" fill="#0070CC" stroke="white"/>
+<path d="M338.495 254L292.098 280.787L199.303 334.363L384.893 441.513L477.688 387.938L524.085 361.15L338.495 254Z" fill="#0070CC" stroke="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M506.075 398.081C506.553 397.805 506.941 398.029 506.941 398.581V430.87C506.941 431.422 506.553 432.093 506.075 432.37L499.517 436.156L485.536 444.228C485.058 444.504 484.67 444.28 484.67 443.728L484.67 411.439C484.67 410.887 485.058 410.216 485.536 409.939L499.517 401.867L506.075 398.081ZM506.075 481.659C506.553 481.383 506.941 481.606 506.941 482.159L506.941 497.303C506.941 497.855 506.553 498.527 506.075 498.803L403.877 557.807C403.398 558.083 403.011 557.859 403.011 557.307V542.163C403.011 541.611 403.398 540.939 403.877 540.663L506.075 481.659ZM506.075 511.661C506.553 511.385 506.941 511.608 506.941 512.161L506.941 527.305C506.941 527.857 506.553 528.529 506.075 528.805L403.877 587.809C403.398 588.085 403.011 587.861 403.011 587.309V572.165C403.011 571.613 403.398 570.941 403.877 570.665L506.075 511.661ZM506.941 542.163C506.941 541.611 506.553 541.387 506.075 541.663L403.877 600.667C403.398 600.943 403.011 601.615 403.011 602.167V617.311C403.011 617.863 403.398 618.087 403.877 617.811L506.075 558.807C506.553 558.531 506.941 557.859 506.941 557.307L506.941 542.163Z" fill="#0070CC"/>
+<path d="M506.075 398.081L506.325 398.514L506.075 398.081ZM506.075 432.37L505.825 431.937H505.825L506.075 432.37ZM499.517 436.156L499.767 436.589L499.517 436.156ZM485.536 444.228L485.286 443.795L485.536 444.228ZM484.67 443.728H485.17H484.67ZM484.67 411.439H484.17H484.67ZM485.536 409.939L485.786 410.372L485.536 409.939ZM499.517 401.867L499.767 402.3L499.517 401.867ZM506.941 482.159H506.441H506.941ZM506.075 481.659L505.825 481.226H505.825L506.075 481.659ZM506.941 497.303H507.441H506.941ZM506.075 498.803L506.325 499.236H506.325L506.075 498.803ZM403.877 557.807L404.127 558.24L403.877 557.807ZM403.877 540.663L404.127 541.096L403.877 540.663ZM506.941 512.161H506.441H506.941ZM506.075 511.661L505.825 511.228H505.825L506.075 511.661ZM506.941 527.305H507.441H506.941ZM506.075 528.805L506.325 529.238H506.325L506.075 528.805ZM403.877 587.809L404.127 588.242L403.877 587.809ZM403.877 570.665L403.627 570.232H403.627L403.877 570.665ZM506.075 541.663L505.825 541.23H505.825L506.075 541.663ZM506.941 542.163H506.441H506.941ZM403.877 600.667L403.627 600.234H403.627L403.877 600.667ZM403.877 617.811L404.127 618.244L403.877 617.811ZM506.075 558.807L506.325 559.24H506.325L506.075 558.807ZM506.941 557.307H507.441H506.941ZM506.441 398.581C506.441 398.5 506.427 398.457 506.42 398.442C506.414 398.43 506.416 398.442 506.437 398.454C506.458 398.466 506.47 398.462 506.456 398.463C506.44 398.465 506.396 398.474 506.325 398.514L505.825 397.648C506.155 397.458 506.572 397.376 506.937 397.588C507.303 397.799 507.441 398.2 507.441 398.581H506.441ZM506.441 430.87V398.581H507.441V430.87H506.441ZM505.825 431.937C505.97 431.853 506.13 431.689 506.254 431.473C506.379 431.258 506.441 431.037 506.441 430.87H507.441C507.441 431.254 507.309 431.646 507.12 431.973C506.931 432.3 506.658 432.61 506.325 432.803L505.825 431.937ZM499.267 435.723L505.825 431.937L506.325 432.803L499.767 436.589L499.267 435.723ZM485.286 443.795L499.267 435.723L499.767 436.589L485.786 444.661L485.286 443.795ZM485.17 443.728C485.17 443.809 485.185 443.852 485.192 443.867C485.198 443.879 485.195 443.867 485.174 443.855C485.153 443.843 485.141 443.847 485.155 443.846C485.172 443.844 485.216 443.835 485.286 443.795L485.786 444.661C485.456 444.851 485.04 444.933 484.674 444.721C484.308 444.51 484.17 444.109 484.17 443.728H485.17ZM485.17 411.439L485.17 443.728H484.17L484.17 411.439H485.17ZM485.786 410.372C485.641 410.456 485.481 410.62 485.357 410.836C485.232 411.051 485.17 411.272 485.17 411.439H484.17C484.17 411.055 484.302 410.663 484.491 410.336C484.68 410.009 484.953 409.699 485.286 409.506L485.786 410.372ZM499.767 402.3L485.786 410.372L485.286 409.506L499.267 401.434L499.767 402.3ZM506.325 398.514L499.767 402.3L499.267 401.434L505.825 397.648L506.325 398.514ZM506.441 482.159C506.441 482.077 506.427 482.034 506.42 482.019C506.414 482.007 506.416 482.019 506.437 482.031C506.458 482.043 506.47 482.039 506.456 482.041C506.44 482.042 506.396 482.051 506.325 482.092L505.825 481.226C506.155 481.035 506.571 480.954 506.937 481.165C507.303 481.376 507.441 481.777 507.441 482.159H506.441ZM506.441 497.303L506.441 482.159H507.441L507.441 497.303H506.441ZM505.825 498.37C505.97 498.286 506.13 498.122 506.254 497.906C506.379 497.691 506.441 497.47 506.441 497.303H507.441C507.441 497.687 507.309 498.079 507.12 498.406C506.931 498.734 506.658 499.043 506.325 499.236L505.825 498.37ZM403.627 557.374L505.825 498.37L506.325 499.236L404.127 558.24L403.627 557.374ZM403.511 557.307C403.511 557.388 403.525 557.431 403.532 557.446C403.538 557.459 403.535 557.447 403.514 557.435C403.493 557.423 403.482 557.426 403.495 557.425C403.512 557.424 403.556 557.415 403.627 557.374L404.127 558.24C403.796 558.431 403.38 558.512 403.014 558.301C402.648 558.089 402.511 557.688 402.511 557.307H403.511ZM403.511 542.163V557.307H402.511V542.163H403.511ZM404.127 541.096C403.981 541.18 403.822 541.344 403.697 541.559C403.573 541.775 403.511 541.995 403.511 542.163H402.511C402.511 541.778 402.642 541.387 402.831 541.059C403.02 540.732 403.294 540.422 403.627 540.23L404.127 541.096ZM506.325 482.092L404.127 541.096L403.627 540.23L505.825 481.226L506.325 482.092ZM506.441 512.161C506.441 512.079 506.427 512.036 506.42 512.021C506.414 512.009 506.416 512.021 506.437 512.033C506.458 512.045 506.47 512.041 506.456 512.043C506.44 512.044 506.396 512.053 506.325 512.094L505.825 511.228C506.155 511.037 506.571 510.956 506.937 511.167C507.303 511.378 507.441 511.779 507.441 512.161H506.441ZM506.441 527.305L506.441 512.161H507.441L507.441 527.305H506.441ZM505.825 528.372C505.97 528.288 506.13 528.124 506.254 527.908C506.379 527.693 506.441 527.472 506.441 527.305H507.441C507.441 527.689 507.309 528.081 507.12 528.408C506.931 528.736 506.658 529.046 506.325 529.238L505.825 528.372ZM403.627 587.376L505.825 528.372L506.325 529.238L404.127 588.242L403.627 587.376ZM403.511 587.309C403.511 587.391 403.525 587.433 403.532 587.448C403.538 587.461 403.535 587.449 403.514 587.437C403.493 587.425 403.482 587.428 403.495 587.427C403.512 587.426 403.556 587.417 403.627 587.376L404.127 588.242C403.796 588.433 403.38 588.514 403.014 588.303C402.648 588.091 402.511 587.69 402.511 587.309H403.511ZM403.511 572.165V587.309H402.511V572.165H403.511ZM404.127 571.098C403.981 571.182 403.822 571.346 403.697 571.561C403.573 571.777 403.511 571.997 403.511 572.165H402.511C402.511 571.78 402.642 571.389 402.831 571.061C403.02 570.734 403.294 570.424 403.627 570.232L404.127 571.098ZM506.325 512.094L404.127 571.098L403.627 570.232L505.825 511.228L506.325 512.094ZM505.825 541.23C506.155 541.039 506.571 540.958 506.937 541.169C507.303 541.38 507.441 541.782 507.441 542.163H506.441C506.441 542.081 506.427 542.039 506.42 542.024C506.414 542.011 506.416 542.023 506.437 542.035C506.458 542.047 506.47 542.044 506.456 542.045C506.44 542.046 506.396 542.055 506.325 542.096L505.825 541.23ZM403.627 600.234L505.825 541.23L506.325 542.096L404.127 601.1L403.627 600.234ZM402.511 602.167C402.511 601.783 402.642 601.391 402.831 601.064C403.02 600.736 403.294 600.426 403.627 600.234L404.127 601.1C403.981 601.184 403.822 601.348 403.697 601.564C403.573 601.779 403.511 601.999 403.511 602.167H402.511ZM402.511 617.311V602.167H403.511V617.311H402.511ZM404.127 618.244C403.796 618.435 403.38 618.516 403.014 618.305C402.648 618.094 402.511 617.693 402.511 617.311H403.511C403.511 617.393 403.525 617.435 403.532 617.45C403.538 617.463 403.535 617.451 403.514 617.439C403.493 617.427 403.482 617.43 403.495 617.429C403.512 617.428 403.556 617.419 403.627 617.378L404.127 618.244ZM506.325 559.24L404.127 618.244L403.627 617.378L505.825 558.374L506.325 559.24ZM507.441 557.307C507.441 557.692 507.309 558.083 507.12 558.41C506.931 558.738 506.658 559.048 506.325 559.24L505.825 558.374C505.97 558.29 506.13 558.126 506.254 557.91C506.379 557.695 506.441 557.475 506.441 557.307H507.441ZM507.441 542.163L507.441 557.307H506.441L506.441 542.163H507.441Z" fill="white"/>
+<path d="M326.627 474.15L280.229 500.938L187.434 554.513L187.434 768.814L280.229 715.239L326.627 688.451L326.627 474.15Z" fill="#0070CC" stroke="white"/>
+<rect width="214.541" height="214.541" transform="matrix(-0.866025 -0.5 -2.20305e-08 1 187.34 554.458)" fill="#0070CC" stroke="white"/>
+<path d="M141.037 367L94.6393 393.787L1.84427 447.363L187.434 554.513L280.229 500.938L326.627 474.15L141.037 367Z" fill="#0070CC" stroke="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M308.617 511.081C309.095 510.805 309.483 511.029 309.483 511.581V543.869C309.483 544.422 309.095 545.093 308.617 545.369L302.059 549.155L288.078 557.227C287.6 557.504 287.212 557.28 287.212 556.727L287.212 524.439C287.212 523.887 287.6 523.215 288.078 522.939L302.059 514.867L308.617 511.081ZM308.617 594.659C309.095 594.382 309.483 594.606 309.483 595.159L309.483 610.303C309.483 610.855 309.095 611.526 308.617 611.803L206.418 670.807C205.94 671.083 205.552 670.859 205.552 670.307V655.163C205.552 654.611 205.94 653.939 206.418 653.663L308.617 594.659ZM308.617 624.661C309.095 624.384 309.483 624.608 309.483 625.161L309.483 640.305C309.483 640.857 309.095 641.529 308.617 641.805L206.418 700.809C205.94 701.085 205.552 700.861 205.552 700.309V685.165C205.552 684.613 205.94 683.941 206.418 683.665L308.617 624.661ZM309.483 655.163C309.483 654.61 309.095 654.387 308.617 654.663L206.418 713.667C205.94 713.943 205.552 714.615 205.552 715.167V730.311C205.552 730.863 205.94 731.087 206.418 730.811L308.617 671.807C309.095 671.531 309.483 670.859 309.483 670.307L309.483 655.163Z" fill="#0070CC"/>
+<path d="M308.617 511.081L308.867 511.514H308.867L308.617 511.081ZM308.617 545.369L308.867 545.802H308.867L308.617 545.369ZM302.059 549.155L301.809 548.722L301.809 548.722L302.059 549.155ZM288.078 557.227L288.328 557.66L288.078 557.227ZM287.212 556.727H287.712H287.212ZM287.212 524.439H286.712H287.212ZM288.078 522.939L287.828 522.506L288.078 522.939ZM302.059 514.867L302.309 515.3L302.059 514.867ZM309.483 595.159H308.983H309.483ZM308.617 594.659L308.367 594.226H308.367L308.617 594.659ZM309.483 610.303H309.983H309.483ZM308.617 611.803L308.867 612.236H308.867L308.617 611.803ZM206.418 670.807L206.668 671.24L206.418 670.807ZM206.418 653.663L206.668 654.096L206.418 653.663ZM309.483 625.161H308.983H309.483ZM308.617 624.661L308.367 624.228H308.367L308.617 624.661ZM309.483 640.305H309.983H309.483ZM308.617 641.805L308.367 641.372H308.367L308.617 641.805ZM206.418 700.809L206.668 701.242L206.418 700.809ZM206.418 683.665L206.168 683.232H206.168L206.418 683.665ZM308.617 654.663L308.367 654.23H308.367L308.617 654.663ZM309.483 655.163H308.983H309.483ZM206.418 713.667L206.668 714.1L206.418 713.667ZM206.418 730.811L206.168 730.378H206.168L206.418 730.811ZM308.617 671.807L308.867 672.24L308.867 672.24L308.617 671.807ZM309.483 670.307H309.983H309.483ZM308.983 511.581C308.983 511.5 308.968 511.457 308.961 511.442C308.955 511.43 308.958 511.442 308.979 511.454C309 511.466 309.012 511.462 308.998 511.463C308.982 511.465 308.937 511.474 308.867 511.514L308.367 510.648C308.697 510.458 309.113 510.376 309.479 510.588C309.845 510.799 309.983 511.2 309.983 511.581H308.983ZM308.983 543.869V511.581H309.983V543.869H308.983ZM308.367 544.936C308.512 544.853 308.672 544.689 308.796 544.473C308.921 544.257 308.983 544.037 308.983 543.869H309.983C309.983 544.254 309.851 544.646 309.662 544.973C309.473 545.3 309.2 545.61 308.867 545.802L308.367 544.936ZM301.809 548.722L308.367 544.936L308.867 545.802L302.309 549.588L301.809 548.722ZM287.828 556.794L301.809 548.722L302.309 549.588L288.328 557.66L287.828 556.794ZM287.712 556.727C287.712 556.809 287.726 556.852 287.733 556.867C287.739 556.879 287.737 556.867 287.716 556.855C287.695 556.843 287.683 556.847 287.697 556.845C287.713 556.844 287.757 556.835 287.828 556.794L288.328 557.66C287.998 557.851 287.582 557.932 287.216 557.721C286.85 557.51 286.712 557.109 286.712 556.727H287.712ZM287.712 524.439L287.712 556.727H286.712L286.712 524.439H287.712ZM288.328 523.372C288.183 523.456 288.023 523.62 287.899 523.836C287.774 524.051 287.712 524.272 287.712 524.439H286.712C286.712 524.055 286.844 523.663 287.033 523.336C287.222 523.008 287.495 522.699 287.828 522.506L288.328 523.372ZM302.309 515.3L288.328 523.372L287.828 522.506L301.809 514.434L302.309 515.3ZM308.867 511.514L302.309 515.3L301.809 514.434L308.367 510.648L308.867 511.514ZM308.983 595.159C308.983 595.077 308.968 595.034 308.961 595.019C308.955 595.007 308.958 595.019 308.979 595.031C309 595.043 309.012 595.039 308.998 595.041C308.982 595.042 308.937 595.051 308.867 595.092L308.367 594.226C308.697 594.035 309.113 593.954 309.479 594.165C309.845 594.376 309.983 594.777 309.983 595.159H308.983ZM308.983 610.303L308.983 595.159H309.983L309.983 610.303H308.983ZM308.367 611.37C308.512 611.286 308.672 611.122 308.796 610.906C308.921 610.691 308.983 610.47 308.983 610.303H309.983C309.983 610.687 309.851 611.079 309.662 611.406C309.473 611.733 309.2 612.043 308.867 612.236L308.367 611.37ZM206.168 670.374L308.367 611.37L308.867 612.236L206.668 671.24L206.168 670.374ZM206.052 670.307C206.052 670.388 206.067 670.431 206.074 670.446C206.08 670.459 206.077 670.447 206.056 670.435C206.035 670.422 206.023 670.426 206.037 670.425C206.054 670.423 206.098 670.415 206.168 670.374L206.668 671.24C206.338 671.431 205.922 671.512 205.556 671.301C205.19 671.089 205.052 670.688 205.052 670.307H206.052ZM206.052 655.163V670.307H205.052V655.163H206.052ZM206.668 654.096C206.523 654.18 206.363 654.344 206.239 654.559C206.115 654.775 206.052 654.995 206.052 655.163H205.052C205.052 654.778 205.184 654.387 205.373 654.059C205.562 653.732 205.835 653.422 206.168 653.23L206.668 654.096ZM308.867 595.092L206.668 654.096L206.168 653.23L308.367 594.226L308.867 595.092ZM308.983 625.161C308.983 625.079 308.968 625.036 308.961 625.021C308.955 625.009 308.958 625.021 308.979 625.033C309 625.045 309.012 625.041 308.998 625.043C308.982 625.044 308.937 625.053 308.867 625.094L308.367 624.228C308.697 624.037 309.113 623.956 309.479 624.167C309.845 624.378 309.983 624.779 309.983 625.161H308.983ZM308.983 640.305L308.983 625.161H309.983L309.983 640.305H308.983ZM308.367 641.372C308.512 641.288 308.672 641.124 308.796 640.908C308.921 640.693 308.983 640.472 308.983 640.305H309.983C309.983 640.689 309.851 641.081 309.662 641.408C309.473 641.736 309.2 642.045 308.867 642.238L308.367 641.372ZM206.168 700.376L308.367 641.372L308.867 642.238L206.668 701.242L206.168 700.376ZM206.052 700.309C206.052 700.39 206.067 700.433 206.074 700.448C206.08 700.461 206.077 700.449 206.056 700.437C206.035 700.424 206.023 700.428 206.037 700.427C206.054 700.425 206.098 700.417 206.168 700.376L206.668 701.242C206.338 701.433 205.922 701.514 205.556 701.303C205.19 701.091 205.052 700.69 205.052 700.309H206.052ZM206.052 685.165V700.309H205.052V685.165H206.052ZM206.668 684.098C206.523 684.182 206.363 684.346 206.239 684.561C206.115 684.777 206.052 684.997 206.052 685.165H205.052C205.052 684.78 205.184 684.389 205.373 684.061C205.562 683.734 205.835 683.424 206.168 683.232L206.668 684.098ZM308.867 625.094L206.668 684.098L206.168 683.232L308.367 624.228L308.867 625.094ZM308.367 654.23C308.697 654.039 309.113 653.958 309.479 654.169C309.845 654.38 309.983 654.781 309.983 655.163H308.983C308.983 655.081 308.968 655.039 308.961 655.023C308.955 655.011 308.958 655.023 308.979 655.035C309 655.047 309.012 655.044 308.998 655.045C308.982 655.046 308.937 655.055 308.867 655.096L308.367 654.23ZM206.168 713.234L308.367 654.23L308.867 655.096L206.668 714.1L206.168 713.234ZM205.052 715.167C205.052 714.782 205.184 714.391 205.373 714.063C205.562 713.736 205.835 713.426 206.168 713.234L206.668 714.1C206.523 714.184 206.363 714.348 206.239 714.563C206.115 714.779 206.052 714.999 206.052 715.167H205.052ZM205.052 730.311V715.167H206.052V730.311H205.052ZM206.668 731.244C206.338 731.435 205.922 731.516 205.556 731.305C205.19 731.093 205.052 730.692 205.052 730.311H206.052C206.052 730.393 206.067 730.435 206.074 730.45C206.08 730.463 206.077 730.451 206.056 730.439C206.035 730.427 206.023 730.43 206.037 730.429C206.054 730.428 206.098 730.419 206.168 730.378L206.668 731.244ZM308.867 672.24L206.668 731.244L206.168 730.378L308.367 671.374L308.867 672.24ZM309.983 670.307C309.983 670.691 309.851 671.083 309.662 671.41C309.473 671.738 309.2 672.048 308.867 672.24L308.367 671.374C308.512 671.29 308.672 671.126 308.796 670.91C308.921 670.695 308.983 670.475 308.983 670.307H309.983ZM309.983 655.163L309.983 670.307H308.983L308.983 655.163H309.983Z" fill="white"/>
+<path d="M258.791 261.004L343.744 310.051L340.11 166.109L387.561 193.506L307.084 50.0984L213.56 104.271L260.246 131.225L258.791 261.004Z" fill="#0070CC" stroke="white" stroke-linejoin="round"/>
+<path d="M383.441 281.947L343.389 309.847L339.862 165.8L382.589 190.468L383.441 281.947Z" fill="#0070CC" stroke="white" stroke-linejoin="round"/>
+<path d="M387.561 193.506L426.137 170.877L343.808 28.4415L302.579 52.5997" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>
diff --git a/public/img/usecases/spark/image.svg b/public/img/usecases/spark/image.svg
new file mode 100644
index 0000000..42150cd
--- /dev/null
+++ b/public/img/usecases/spark/image.svg
@@ -0,0 +1,136 @@
+<svg width="1272" height="410" viewBox="0 0 1272 410" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M0 9.99999C0 4.47714 4.47715 0 10 0H1262C1267.52 0 1272 4.47715 1272 10V400C1272 405.523 1267.52 410 1262 410H9.99997C4.47713 410 0 405.523 0 400V9.99999Z" fill="#F6F6F6"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M889.369 192.06L893.823 196.515C894.097 196.788 894.097 197.231 893.823 197.504L889.369 201.959C889.095 202.233 888.652 202.233 888.379 201.959C888.105 201.686 888.105 201.243 888.379 200.969L891.638 197.71H793.828V196.31H891.638L888.379 193.05C888.105 192.776 888.105 192.333 888.379 192.06C888.652 191.786 889.095 191.786 889.369 192.06Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M396.442 192.06L400.897 196.515C401.17 196.788 401.17 197.231 400.897 197.504L396.442 201.959C396.169 202.233 395.726 202.233 395.452 201.959C395.179 201.686 395.179 201.243 395.452 200.969L398.712 197.71H300.902V196.31H398.712L395.452 193.05C395.179 192.776 395.179 192.333 395.452 192.06C395.726 191.786 396.169 191.786 396.442 192.06Z" fill="black"/>
+<path d="M85.5093 313.67L87.3857 313.506C87.4746 314.258 87.6797 314.877 88.001 315.362C88.3291 315.841 88.835 316.23 89.5186 316.531C90.2021 316.825 90.9712 316.972 91.8257 316.972C92.5845 316.972 93.2544 316.859 93.8354 316.634C94.4165 316.408 94.8472 316.101 95.1274 315.711C95.4146 315.314 95.5581 314.884 95.5581 314.419C95.5581 313.947 95.4214 313.537 95.1479 313.188C94.8745 312.833 94.4233 312.536 93.7944 312.296C93.3911 312.139 92.499 311.896 91.1182 311.568C89.7373 311.233 88.77 310.919 88.2163 310.625C87.4985 310.249 86.9619 309.784 86.6064 309.23C86.2578 308.67 86.0835 308.044 86.0835 307.354C86.0835 306.595 86.2988 305.888 86.7295 305.231C87.1602 304.568 87.7891 304.066 88.6162 303.724C89.4434 303.382 90.3628 303.211 91.3745 303.211C92.4888 303.211 93.4697 303.393 94.3174 303.755C95.1719 304.11 95.8281 304.637 96.2861 305.334C96.7441 306.031 96.9902 306.821 97.0244 307.703L95.1172 307.846C95.0146 306.896 94.666 306.178 94.0713 305.693C93.4834 305.208 92.6118 304.965 91.4565 304.965C90.2534 304.965 89.375 305.187 88.8213 305.631C88.2744 306.069 88.001 306.599 88.001 307.221C88.001 307.761 88.1958 308.205 88.5854 308.554C88.9683 308.902 89.9663 309.261 91.5796 309.63C93.1997 309.993 94.3105 310.311 94.9121 310.584C95.7871 310.987 96.4331 311.5 96.8501 312.122C97.2671 312.737 97.4756 313.448 97.4756 314.255C97.4756 315.055 97.2466 315.81 96.7886 316.521C96.3306 317.225 95.6709 317.775 94.8096 318.172C93.9551 318.562 92.9912 318.756 91.918 318.756C90.5576 318.756 89.416 318.558 88.4932 318.162C87.5771 317.765 86.856 317.17 86.3296 316.377C85.8101 315.578 85.5366 314.675 85.5093 313.67Z" fill="#2D2D2D"/>
+<path d="M100.157 322.673V307.61H101.839V309.025C102.235 308.472 102.683 308.058 103.182 307.785C103.681 307.504 104.286 307.364 104.997 307.364C105.927 307.364 106.747 307.604 107.458 308.082C108.169 308.561 108.705 309.237 109.068 310.112C109.43 310.98 109.611 311.934 109.611 312.973C109.611 314.087 109.409 315.092 109.006 315.988C108.61 316.876 108.029 317.56 107.263 318.039C106.504 318.51 105.704 318.746 104.864 318.746C104.248 318.746 103.695 318.616 103.202 318.356C102.717 318.097 102.317 317.769 102.003 317.372V322.673H100.157ZM101.828 313.117C101.828 314.518 102.112 315.554 102.679 316.224C103.247 316.894 103.934 317.229 104.741 317.229C105.561 317.229 106.262 316.883 106.843 316.193C107.43 315.496 107.724 314.419 107.724 312.963C107.724 311.575 107.437 310.536 106.863 309.846C106.296 309.155 105.616 308.81 104.823 308.81C104.036 308.81 103.339 309.179 102.731 309.917C102.129 310.649 101.828 311.715 101.828 313.117Z" fill="#2D2D2D"/>
+<path d="M119.152 317.157C118.469 317.738 117.809 318.148 117.173 318.387C116.545 318.626 115.868 318.746 115.143 318.746C113.947 318.746 113.027 318.456 112.385 317.875C111.742 317.287 111.421 316.538 111.421 315.629C111.421 315.096 111.541 314.61 111.78 314.173C112.026 313.729 112.344 313.373 112.733 313.106C113.13 312.84 113.574 312.638 114.067 312.501C114.429 312.406 114.976 312.313 115.707 312.225C117.197 312.047 118.295 311.835 118.999 311.589C119.005 311.336 119.009 311.175 119.009 311.107C119.009 310.355 118.835 309.825 118.486 309.518C118.014 309.101 117.314 308.892 116.384 308.892C115.516 308.892 114.873 309.046 114.456 309.354C114.046 309.654 113.742 310.191 113.544 310.963L111.739 310.717C111.903 309.945 112.173 309.323 112.549 308.851C112.925 308.373 113.468 308.007 114.179 307.754C114.89 307.494 115.714 307.364 116.65 307.364C117.58 307.364 118.336 307.474 118.917 307.692C119.498 307.911 119.925 308.188 120.198 308.523C120.472 308.851 120.663 309.268 120.773 309.774C120.834 310.088 120.865 310.656 120.865 311.476V313.937C120.865 315.653 120.902 316.74 120.978 317.198C121.06 317.649 121.217 318.083 121.449 318.5H119.522C119.33 318.117 119.207 317.669 119.152 317.157ZM118.999 313.035C118.329 313.308 117.324 313.541 115.984 313.732C115.225 313.841 114.689 313.964 114.374 314.101C114.06 314.238 113.817 314.439 113.646 314.706C113.475 314.966 113.39 315.256 113.39 315.578C113.39 316.07 113.574 316.48 113.943 316.808C114.319 317.136 114.866 317.3 115.584 317.3C116.295 317.3 116.927 317.146 117.481 316.839C118.035 316.524 118.442 316.097 118.701 315.557C118.9 315.14 118.999 314.525 118.999 313.711V313.035Z" fill="#2D2D2D"/>
+<path d="M123.915 318.5V307.61H125.577V309.261C126 308.489 126.39 307.979 126.746 307.733C127.108 307.487 127.504 307.364 127.935 307.364C128.557 307.364 129.189 307.562 129.832 307.959L129.196 309.671C128.745 309.405 128.294 309.271 127.843 309.271C127.439 309.271 127.077 309.395 126.756 309.641C126.434 309.88 126.205 310.215 126.069 310.646C125.864 311.302 125.761 312.02 125.761 312.799V318.5H123.915Z" fill="#2D2D2D"/>
+<path d="M131.139 318.5V303.468H132.985V312.04L137.353 307.61H139.742L135.579 311.65L140.163 318.5H137.886L134.287 312.932L132.985 314.183V318.5H131.139Z" fill="#2D2D2D"/>
+<path d="M145.29 318.5L151.063 303.468H153.206L159.358 318.5H157.092L155.339 313.947H149.053L147.402 318.5H145.29ZM149.627 312.327H154.723L153.155 308.164C152.676 306.899 152.321 305.86 152.088 305.047C151.897 306.011 151.627 306.968 151.278 307.918L149.627 312.327Z" fill="#2D2D2D"/>
+<path d="M160.912 322.673V307.61H162.593V309.025C162.99 308.472 163.438 308.058 163.937 307.785C164.436 307.504 165.041 307.364 165.752 307.364C166.681 307.364 167.502 307.604 168.213 308.082C168.923 308.561 169.46 309.237 169.822 310.112C170.185 310.98 170.366 311.934 170.366 312.973C170.366 314.087 170.164 315.092 169.761 315.988C169.364 316.876 168.783 317.56 168.018 318.039C167.259 318.51 166.459 318.746 165.618 318.746C165.003 318.746 164.449 318.616 163.957 318.356C163.472 318.097 163.072 317.769 162.757 317.372V322.673H160.912ZM162.583 313.117C162.583 314.518 162.867 315.554 163.434 316.224C164.002 316.894 164.689 317.229 165.495 317.229C166.316 317.229 167.016 316.883 167.597 316.193C168.185 315.496 168.479 314.419 168.479 312.963C168.479 311.575 168.192 310.536 167.618 309.846C167.05 309.155 166.37 308.81 165.577 308.81C164.791 308.81 164.094 309.179 163.485 309.917C162.884 310.649 162.583 311.715 162.583 313.117Z" fill="#2D2D2D"/>
+<path d="M172.801 322.673V307.61H174.483V309.025C174.879 308.472 175.327 308.058 175.826 307.785C176.325 307.504 176.93 307.364 177.641 307.364C178.571 307.364 179.391 307.604 180.102 308.082C180.813 308.561 181.35 309.237 181.712 310.112C182.074 310.98 182.255 311.934 182.255 312.973C182.255 314.087 182.054 315.092 181.65 315.988C181.254 316.876 180.673 317.56 179.907 318.039C179.148 318.51 178.349 318.746 177.508 318.746C176.892 318.746 176.339 318.616 175.847 318.356C175.361 318.097 174.961 317.769 174.647 317.372V322.673H172.801ZM174.473 313.117C174.473 314.518 174.756 315.554 175.324 316.224C175.891 316.894 176.578 317.229 177.385 317.229C178.205 317.229 178.906 316.883 179.487 316.193C180.075 315.496 180.369 314.419 180.369 312.963C180.369 311.575 180.081 310.536 179.507 309.846C178.94 309.155 178.26 308.81 177.467 308.81C176.681 308.81 175.983 309.179 175.375 309.917C174.773 310.649 174.473 311.715 174.473 313.117Z" fill="#2D2D2D"/>
+<path d="M184.65 318.5V303.468H186.495V318.5H184.65Z" fill="#2D2D2D"/>
+<path d="M189.577 305.59V303.468H191.422V305.59H189.577ZM189.577 318.5V307.61H191.422V318.5H189.577Z" fill="#2D2D2D"/>
+<path d="M201.548 314.511L203.363 314.747C203.165 315.998 202.656 316.979 201.835 317.69C201.022 318.394 200.02 318.746 198.831 318.746C197.341 318.746 196.141 318.261 195.232 317.29C194.329 316.312 193.878 314.915 193.878 313.096C193.878 311.92 194.073 310.892 194.463 310.01C194.852 309.128 195.444 308.468 196.237 308.031C197.036 307.586 197.905 307.364 198.841 307.364C200.024 307.364 200.991 307.665 201.743 308.267C202.495 308.861 202.977 309.709 203.189 310.81L201.394 311.086C201.223 310.355 200.919 309.805 200.482 309.436C200.051 309.066 199.528 308.882 198.913 308.882C197.983 308.882 197.228 309.217 196.647 309.887C196.066 310.55 195.775 311.603 195.775 313.045C195.775 314.508 196.055 315.571 196.616 316.234C197.177 316.897 197.908 317.229 198.81 317.229C199.535 317.229 200.14 317.006 200.625 316.562C201.111 316.118 201.418 315.434 201.548 314.511Z" fill="#2D2D2D"/>
+<path d="M212.248 317.157C211.565 317.738 210.905 318.148 210.269 318.387C209.64 318.626 208.963 318.746 208.239 318.746C207.043 318.746 206.123 318.456 205.481 317.875C204.838 317.287 204.517 316.538 204.517 315.629C204.517 315.096 204.636 314.61 204.876 314.173C205.122 313.729 205.44 313.373 205.829 313.106C206.226 312.84 206.67 312.638 207.162 312.501C207.525 312.406 208.071 312.313 208.803 312.225C210.293 312.047 211.39 311.835 212.094 311.589C212.101 311.336 212.105 311.175 212.105 311.107C212.105 310.355 211.93 309.825 211.582 309.518C211.11 309.101 210.409 308.892 209.48 308.892C208.611 308.892 207.969 309.046 207.552 309.354C207.142 309.654 206.838 310.191 206.639 310.963L204.835 310.717C204.999 309.945 205.269 309.323 205.645 308.851C206.021 308.373 206.564 308.007 207.275 307.754C207.986 307.494 208.81 307.364 209.746 307.364C210.676 307.364 211.431 307.474 212.012 307.692C212.593 307.911 213.021 308.188 213.294 308.523C213.567 308.851 213.759 309.268 213.868 309.774C213.93 310.088 213.961 310.656 213.961 311.476V313.937C213.961 315.653 213.998 316.74 214.073 317.198C214.155 317.649 214.313 318.083 214.545 318.5H212.617C212.426 318.117 212.303 317.669 212.248 317.157ZM212.094 313.035C211.424 313.308 210.42 313.541 209.08 313.732C208.321 313.841 207.784 313.964 207.47 314.101C207.155 314.238 206.913 314.439 206.742 314.706C206.571 314.966 206.485 315.256 206.485 315.578C206.485 316.07 206.67 316.48 207.039 316.808C207.415 317.136 207.962 317.3 208.68 317.3C209.391 317.3 210.023 317.146 210.577 316.839C211.13 316.524 211.537 316.097 211.797 315.557C211.995 315.14 212.094 314.525 212.094 313.711V313.035Z" fill="#2D2D2D"/>
+<path d="M221.061 316.849L221.328 318.479C220.809 318.589 220.344 318.644 219.934 318.644C219.264 318.644 218.744 318.538 218.375 318.326C218.006 318.114 217.746 317.837 217.596 317.495C217.445 317.146 217.37 316.418 217.37 315.311V309.046H216.017V307.61H217.37V304.914L219.205 303.806V307.61H221.061V309.046H219.205V315.414C219.205 315.94 219.236 316.278 219.298 316.429C219.366 316.579 219.472 316.699 219.616 316.788C219.766 316.876 219.978 316.921 220.251 316.921C220.456 316.921 220.726 316.897 221.061 316.849Z" fill="#2D2D2D"/>
+<path d="M223.087 305.59V303.468H224.932V305.59H223.087ZM223.087 318.5V307.61H224.932V318.5H223.087Z" fill="#2D2D2D"/>
+<path d="M227.265 313.055C227.265 311.039 227.826 309.545 228.947 308.574C229.883 307.768 231.025 307.364 232.372 307.364C233.869 307.364 235.092 307.856 236.042 308.841C236.993 309.818 237.468 311.172 237.468 312.901C237.468 314.303 237.256 315.407 236.832 316.213C236.415 317.013 235.803 317.635 234.997 318.08C234.197 318.524 233.322 318.746 232.372 318.746C230.847 318.746 229.613 318.257 228.67 317.28C227.733 316.302 227.265 314.894 227.265 313.055ZM229.162 313.055C229.162 314.45 229.466 315.496 230.075 316.193C230.683 316.883 231.449 317.229 232.372 317.229C233.288 317.229 234.05 316.88 234.658 316.183C235.267 315.485 235.571 314.422 235.571 312.994C235.571 311.647 235.263 310.628 234.648 309.938C234.04 309.241 233.281 308.892 232.372 308.892C231.449 308.892 230.683 309.237 230.075 309.928C229.466 310.618 229.162 311.661 229.162 313.055Z" fill="#2D2D2D"/>
+<path d="M239.842 318.5V307.61H241.503V309.159C242.303 307.962 243.458 307.364 244.969 307.364C245.625 307.364 246.226 307.484 246.773 307.723C247.327 307.956 247.741 308.263 248.014 308.646C248.287 309.029 248.479 309.483 248.588 310.01C248.657 310.352 248.691 310.95 248.691 311.804V318.5H246.845V311.876C246.845 311.124 246.773 310.563 246.63 310.194C246.486 309.818 246.23 309.521 245.861 309.302C245.498 309.077 245.071 308.964 244.579 308.964C243.793 308.964 243.113 309.213 242.538 309.712C241.971 310.211 241.687 311.158 241.687 312.553V318.5H239.842Z" fill="#2D2D2D"/>
+<path d="M465.902 68.5C465.902 62.9771 470.379 58.5 475.902 58.5H750.902C756.425 58.5 760.902 62.9772 760.902 68.5V341.5C760.902 347.023 756.425 351.5 750.902 351.5H475.902C470.379 351.5 465.902 347.023 465.902 341.5V68.5Z" fill="#E6E6E6"/>
+<path d="M467.603 94.286L433.902 105.609L433.902 128.649L467.058 137.321L499.632 127.3L499.632 104.456L467.603 94.286Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M466.813 92.9359C466.935 92.8917 467.068 92.8883 467.192 92.926L500.141 102.955L499.792 104.103L467.034 94.1322L434.243 106.011L433.834 104.883L466.813 92.9359Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M500.196 102.993C500.353 103.106 500.447 103.288 500.447 103.482V127.219C500.447 127.48 500.279 127.711 500.03 127.79L467.946 138.071C467.837 138.106 467.72 138.109 467.61 138.08L433.884 129.16C433.621 129.09 433.438 128.852 433.438 128.58V105.447C433.438 105.261 433.524 105.085 433.673 104.971C433.821 104.858 434.013 104.819 434.193 104.868L467.742 113.892L499.652 102.914C499.835 102.851 500.038 102.881 500.196 102.993ZM499.247 104.323L467.958 115.086C467.845 115.125 467.723 115.129 467.607 115.098L434.638 106.23V128.118L467.747 136.875L499.247 126.781V104.323Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M466.732 136.732V114.41H467.932V136.732H466.732Z" fill="#2D2D2D"/>
+<path d="M467.603 187.286L433.902 198.609L433.902 221.649L467.058 230.321L499.632 220.3L499.632 197.455L467.603 187.286Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M466.813 185.936C466.935 185.892 467.068 185.888 467.192 185.926L500.141 195.955L499.792 197.103L467.034 187.132L434.243 199.011L433.834 197.883L466.813 185.936Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M500.196 195.993C500.353 196.106 500.447 196.288 500.447 196.482V220.219C500.447 220.48 500.279 220.711 500.03 220.79L467.946 231.071C467.837 231.106 467.72 231.109 467.61 231.08L433.884 222.16C433.621 222.09 433.438 221.852 433.438 221.58V198.447C433.438 198.261 433.524 198.085 433.673 197.971C433.821 197.858 434.013 197.819 434.193 197.868L467.742 206.892L499.652 195.914C499.835 195.851 500.038 195.881 500.196 195.993ZM499.247 197.323L467.958 208.086C467.845 208.125 467.723 208.129 467.607 208.098L434.638 199.23V221.118L467.747 229.875L499.247 219.781V197.323Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M466.732 229.732V207.41H467.932V229.732H466.732Z" fill="#2D2D2D"/>
+<path d="M467.603 284.286L433.902 295.609L433.902 318.649L467.058 327.321L499.632 317.3L499.632 294.455L467.603 284.286Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M466.813 282.936C466.935 282.892 467.068 282.888 467.192 282.926L500.141 292.955L499.792 294.103L467.034 284.132L434.243 296.011L433.834 294.883L466.813 282.936Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M500.196 292.993C500.353 293.106 500.447 293.288 500.447 293.482V317.219C500.447 317.48 500.279 317.711 500.03 317.79L467.946 328.071C467.837 328.106 467.72 328.109 467.61 328.08L433.884 319.16C433.621 319.09 433.438 318.852 433.438 318.58V295.447C433.438 295.261 433.524 295.085 433.673 294.971C433.821 294.858 434.013 294.819 434.193 294.868L467.742 303.892L499.652 292.914C499.835 292.851 500.038 292.881 500.196 292.993ZM499.247 294.323L467.958 305.086C467.845 305.125 467.723 305.129 467.607 305.098L434.638 296.23V318.118L467.747 326.875L499.247 316.781V294.323Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M466.732 326.732V304.41H467.932V326.732H466.732Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M576.778 99.1498C576.717 99.0218 576.689 98.9574 576.656 98.8959C575.769 97.248 574.884 95.6 573.987 93.9521C573.897 93.7868 573.909 93.6893 574.032 93.5467C575.444 91.9366 576.837 90.3176 578.252 88.7142C578.301 88.6576 578.346 88.5977 578.365 88.4969C577.954 88.6013 577.544 88.7046 577.131 88.8109C575.427 89.2518 573.709 89.6905 572.021 90.1381C571.863 90.1798 571.791 90.1346 571.711 90.0059C570.744 88.4269 569.77 86.8435 568.792 85.2847C568.742 85.2029 568.687 85.1237 568.58 85.0553C568.502 85.4762 568.423 85.8949 568.346 86.3158C568.074 87.8011 567.803 89.2776 567.534 90.7697C567.504 90.9298 567.464 91.0904 567.45 91.2507C567.436 91.4039 567.355 91.4605 567.213 91.5046C565.203 92.1215 563.198 92.7428 561.191 93.3641C561.103 93.3911 561.016 93.4267 560.922 93.5102C562.564 94.1471 564.206 94.7841 565.871 95.4321C565.811 95.4791 565.771 95.5156 565.726 95.5435C564.7 96.1915 563.671 96.8396 562.647 97.4898C562.524 97.5682 562.427 97.5794 562.289 97.5186C561.062 96.9796 559.825 96.4496 558.594 95.9151C558.042 95.6746 557.547 95.3562 557.161 94.893C556.288 93.8507 556.461 92.666 557.624 91.9311C558.005 91.6928 558.439 91.5169 558.87 91.3788C560.838 90.753 562.816 90.1495 564.777 89.5438C564.943 89.4923 565.019 89.4202 565.051 89.2453C565.316 87.7577 565.587 86.2612 565.863 84.7914C566.01 83.9964 566.087 83.1835 566.483 82.4531C566.635 82.1725 566.816 81.8985 567.035 81.6647C567.82 80.814 568.913 80.7828 569.75 81.5917C570.03 81.8656 570.27 82.1863 570.477 82.5181C571.39 83.9723 572.288 85.4354 573.192 86.9052C573.298 87.0783 573.393 87.113 573.588 87.0627C575.79 86.4859 577.991 85.918 580.203 85.3501C580.659 85.2328 581.118 85.1902 581.585 85.2755C582.6 85.4608 583.045 86.2153 582.701 87.1751C582.545 87.6116 582.274 87.9791 581.971 88.3287C580.433 90.0947 578.892 91.8696 577.363 93.6289C577.238 93.7732 577.235 93.8761 577.322 94.0387C578.244 95.7334 579.156 97.4237 580.082 99.1385C580.301 99.5438 580.47 99.9669 580.475 100.432C580.485 101.492 579.69 102.361 578.611 102.517C578.007 102.603 577.445 102.477 576.878 102.306C575.498 101.89 574.118 101.48 572.726 101.073C572.598 101.035 572.549 100.986 572.526 100.851C572.367 99.8999 572.193 98.9512 572.024 98.0003C572.02 97.9742 572.028 97.9464 572.032 97.888C573.608 98.3134 575.18 98.732 576.799 99.1708" fill="#E25A1C"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M574.041 113.069C572.796 113.067 571.555 113.061 570.3 113.066C570.135 113.066 570.043 113.02 569.951 112.883C568.478 110.692 566.986 108.496 565.526 106.314C565.479 106.244 565.429 106.177 565.345 106.06C565.028 108.42 564.716 110.736 564.403 113.052H561.142C561.18 112.743 561.214 112.442 561.254 112.144C561.571 109.761 561.893 107.4 562.212 105.018C562.518 102.746 562.821 100.475 563.131 98.203C563.14 98.136 563.187 98.0498 563.243 98.0142C564.365 97.2993 565.492 96.5911 566.618 95.8829C566.635 95.8725 566.658 95.8716 566.716 95.8551C566.376 98.3939 566.038 100.91 565.698 103.427C565.712 103.436 565.725 103.445 565.738 103.454C567.506 101.543 569.274 99.6234 571.076 97.6859C571.128 97.9799 571.173 98.2315 571.217 98.4832C571.344 99.2025 571.466 99.9262 571.601 100.646C571.628 100.791 571.588 100.879 571.489 100.982C570.347 102.149 569.208 103.32 568.068 104.5C568.018 104.552 567.971 104.605 567.914 104.666C567.95 104.722 567.981 104.777 568.018 104.828C569.982 107.522 571.941 110.217 573.903 112.912C573.938 112.96 573.99 112.999 574.034 113.042V113.085" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M535.493 105.942C535.443 105.695 535.408 105.33 535.295 104.989C534.747 103.343 533.021 102.45 531.235 102.849C529.271 103.294 527.859 104.802 527.677 106.768C527.526 108.216 528.324 109.619 529.807 110.131C531.002 110.552 532.156 110.376 533.228 109.75C534.645 108.922 535.411 107.69 535.509 105.942H535.493ZM526.872 112.066C526.775 112.774 526.683 113.44 526.593 114.108C526.474 114.995 526.354 115.883 526.24 116.781C526.227 116.884 526.194 116.93 526.08 116.93C525.184 116.926 524.288 116.927 523.389 116.925C523.368 116.925 523.348 116.915 523.3 116.901C523.354 116.482 523.407 116.061 523.463 115.643C523.661 114.173 523.857 112.703 524.058 111.233C524.288 109.55 524.469 107.871 524.763 106.2C525.283 103.239 527.865 100.7 530.876 100.054C532.625 99.6843 534.297 99.8555 535.825 100.818C537.349 101.775 538.22 103.178 538.426 104.915C538.708 107.387 537.776 109.436 535.985 111.151C534.803 112.267 533.385 112.975 531.765 113.215C530.084 113.463 528.504 113.189 527.089 112.222C527.038 112.187 526.982 112.155 526.893 112.101" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M525.366 98.0362C524.363 98.7667 523.393 99.4704 522.424 100.176C522.267 99.9358 522.127 99.6953 521.963 99.4704C521.541 98.8936 521.016 98.4638 520.255 98.4126C519.621 98.3689 519.078 98.5725 518.647 99.0294C518.261 99.437 518.211 100.018 518.571 100.479C518.968 100.987 519.401 101.468 519.846 101.938C520.583 102.717 521.351 103.466 522.081 104.254C522.745 104.967 523.276 105.764 523.441 106.748C523.636 107.906 523.399 108.997 522.838 110.022C521.801 111.904 520.17 113.006 518.003 113.34C517.049 113.49 516.101 113.461 515.175 113.194C513.941 112.84 513.081 112.049 512.529 110.944C512.334 110.55 512.184 110.134 512.009 109.711C513.088 109.147 514.139 108.597 515.202 108.043C515.238 108.129 515.265 108.201 515.299 108.27C515.481 108.624 515.63 109 515.853 109.328C516.522 110.296 517.598 110.59 518.682 110.112C518.962 109.988 519.234 109.815 519.464 109.615C520.167 109.005 520.299 108.154 519.779 107.388C519.48 106.947 519.106 106.551 518.741 106.156C517.87 105.212 516.962 104.297 516.118 103.328C515.532 102.665 515.133 101.894 515.005 101.012C514.867 100.041 515.066 99.1281 515.582 98.3175C516.866 96.2887 518.73 95.2443 521.193 95.3111C522.6 95.3607 523.725 96.0036 524.592 97.0726C524.849 97.3888 525.091 97.7162 525.353 98.0591" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M549.179 108.837C549.015 110.06 548.86 111.22 548.7 112.378C548.691 112.437 548.644 112.517 548.593 112.54C546.152 113.64 542.959 113.486 540.975 111.273C539.903 110.084 539.453 108.667 539.52 107.108C539.675 103.478 542.758 100.294 546.453 99.8484C548.609 99.5901 550.491 100.158 551.951 101.795C552.945 102.908 553.406 104.244 553.337 105.714C553.293 106.685 553.137 107.65 553.013 108.609C552.838 109.977 552.646 111.349 552.461 112.707C552.454 112.755 552.445 112.803 552.433 112.865H549.536C549.574 112.551 549.61 112.244 549.651 111.937C549.861 110.358 550.094 108.774 550.278 107.193C550.393 106.209 550.321 105.231 549.859 104.32C549.368 103.352 548.547 102.837 547.464 102.726C545.224 102.494 543.084 104.013 542.628 106.155C542.313 107.576 542.81 108.939 543.969 109.696C545.098 110.429 546.296 110.431 547.528 109.957C548.153 109.716 548.682 109.333 549.188 108.819" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M561.496 100.219C561.363 101.203 561.231 102.172 561.099 103.159C560.483 103.159 559.881 103.155 559.279 103.159C558.791 103.163 558.346 103.471 558.198 103.917C558.141 104.091 558.119 104.277 558.094 104.46C557.789 106.731 557.485 108.981 557.182 111.23C557.105 111.8 557.031 112.37 556.955 112.949H553.921C553.977 112.515 554.031 112.094 554.087 111.673C554.284 110.208 554.481 108.734 554.68 107.286C554.852 106.019 555.006 104.747 555.209 103.478C555.48 101.785 557.205 100.271 558.95 100.204C559.785 100.169 560.622 100.198 561.482 100.198" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M576.778 191.15C576.717 191.022 576.689 190.957 576.656 190.896C575.769 189.248 574.884 187.6 573.987 185.952C573.897 185.787 573.909 185.689 574.032 185.547C575.444 183.937 576.837 182.318 578.252 180.714C578.301 180.658 578.346 180.598 578.365 180.497C577.954 180.601 577.544 180.705 577.131 180.811C575.427 181.252 573.709 181.69 572.021 182.138C571.863 182.18 571.791 182.135 571.711 182.006C570.744 180.427 569.77 178.844 568.792 177.285C568.742 177.203 568.687 177.124 568.58 177.055C568.502 177.476 568.423 177.895 568.346 178.316C568.074 179.801 567.803 181.278 567.534 182.77C567.504 182.93 567.464 183.09 567.45 183.251C567.436 183.404 567.355 183.46 567.213 183.505C565.203 184.121 563.198 184.743 561.191 185.364C561.103 185.391 561.016 185.427 560.922 185.51C562.564 186.147 564.206 186.784 565.871 187.432C565.811 187.479 565.771 187.516 565.726 187.543C564.7 188.191 563.671 188.84 562.647 189.49C562.524 189.568 562.427 189.579 562.289 189.519C561.062 188.98 559.825 188.45 558.594 187.915C558.042 187.675 557.547 187.356 557.161 186.893C556.288 185.851 556.461 184.666 557.624 183.931C558.005 183.693 558.439 183.517 558.87 183.379C560.838 182.753 562.816 182.149 564.777 181.544C564.943 181.492 565.019 181.42 565.051 181.245C565.316 179.758 565.587 178.261 565.863 176.791C566.01 175.996 566.087 175.183 566.483 174.453C566.635 174.172 566.816 173.899 567.035 173.665C567.82 172.814 568.913 172.783 569.75 173.592C570.03 173.866 570.27 174.186 570.477 174.518C571.39 175.972 572.288 177.435 573.192 178.905C573.298 179.078 573.393 179.113 573.588 179.063C575.79 178.486 577.991 177.918 580.203 177.35C580.659 177.233 581.118 177.19 581.585 177.276C582.6 177.461 583.045 178.215 582.701 179.175C582.545 179.612 582.274 179.979 581.971 180.329C580.433 182.095 578.892 183.87 577.363 185.629C577.238 185.773 577.235 185.876 577.322 186.039C578.244 187.733 579.156 189.424 580.082 191.138C580.301 191.544 580.47 191.967 580.475 192.432C580.485 193.492 579.69 194.361 578.611 194.517C578.007 194.603 577.445 194.477 576.878 194.306C575.498 193.89 574.118 193.48 572.726 193.073C572.598 193.035 572.549 192.985 572.526 192.851C572.367 191.9 572.193 190.951 572.024 190C572.02 189.974 572.028 189.946 572.032 189.888C573.608 190.313 575.18 190.732 576.799 191.171" fill="#E25A1C"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M574.041 205.068C572.796 205.067 571.555 205.061 570.3 205.066C570.135 205.066 570.043 205.02 569.951 204.883C568.478 202.692 566.986 200.496 565.526 198.314C565.479 198.244 565.429 198.177 565.345 198.06C565.028 200.42 564.716 202.736 564.403 205.052H561.142C561.18 204.743 561.214 204.442 561.254 204.144C561.571 201.761 561.893 199.4 562.212 197.018C562.518 194.746 562.821 192.474 563.131 190.203C563.14 190.136 563.187 190.05 563.243 190.014C564.365 189.299 565.492 188.591 566.618 187.883C566.635 187.872 566.658 187.872 566.716 187.855C566.376 190.394 566.038 192.91 565.698 195.427C565.712 195.435 565.725 195.445 565.738 195.454C567.506 193.543 569.274 191.623 571.076 189.686C571.128 189.98 571.173 190.231 571.217 190.483C571.344 191.202 571.466 191.926 571.601 192.646C571.628 192.791 571.588 192.879 571.489 192.982C570.347 194.149 569.208 195.32 568.068 196.5C568.018 196.552 567.971 196.605 567.914 196.666C567.95 196.722 567.981 196.777 568.018 196.828C569.982 199.522 571.941 202.217 573.903 204.911C573.938 204.96 573.99 204.999 574.034 205.042V205.085" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M535.493 197.942C535.443 197.695 535.408 197.33 535.295 196.989C534.747 195.343 533.021 194.45 531.235 194.849C529.271 195.294 527.859 196.802 527.677 198.768C527.526 200.216 528.324 201.619 529.807 202.131C531.002 202.552 532.156 202.376 533.228 201.75C534.645 200.922 535.411 199.69 535.509 197.942H535.493ZM526.872 204.066C526.775 204.774 526.683 205.44 526.593 206.108C526.474 206.995 526.354 207.883 526.24 208.781C526.227 208.884 526.194 208.93 526.08 208.929C525.184 208.926 524.288 208.927 523.389 208.925C523.368 208.925 523.348 208.915 523.3 208.901C523.354 208.482 523.407 208.061 523.463 207.643C523.661 206.173 523.857 204.703 524.058 203.233C524.288 201.55 524.469 199.871 524.763 198.2C525.283 195.238 527.865 192.7 530.876 192.054C532.625 191.684 534.297 191.855 535.825 192.818C537.349 193.775 538.22 195.178 538.426 196.915C538.708 199.387 537.776 201.436 535.985 203.151C534.803 204.267 533.385 204.975 531.765 205.215C530.084 205.463 528.504 205.189 527.089 204.222C527.038 204.186 526.982 204.155 526.893 204.101" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M525.366 190.036C524.363 190.767 523.393 191.47 522.424 192.176C522.267 191.936 522.127 191.695 521.963 191.47C521.541 190.894 521.016 190.464 520.255 190.413C519.621 190.369 519.078 190.572 518.647 191.029C518.261 191.437 518.211 192.018 518.571 192.479C518.968 192.987 519.401 193.468 519.846 193.938C520.583 194.717 521.351 195.466 522.081 196.254C522.745 196.967 523.276 197.764 523.441 198.748C523.636 199.906 523.399 200.997 522.838 202.022C521.801 203.904 520.17 205.006 518.003 205.34C517.049 205.49 516.101 205.461 515.175 205.194C513.941 204.84 513.081 204.049 512.529 202.944C512.334 202.55 512.184 202.134 512.009 201.711C513.088 201.147 514.139 200.597 515.202 200.043C515.238 200.129 515.265 200.201 515.299 200.27C515.481 200.624 515.63 201 515.853 201.328C516.522 202.296 517.598 202.59 518.682 202.112C518.962 201.988 519.234 201.815 519.464 201.615C520.167 201.005 520.299 200.154 519.779 199.388C519.48 198.947 519.106 198.551 518.741 198.156C517.87 197.212 516.962 196.297 516.118 195.328C515.532 194.665 515.133 193.894 515.005 193.012C514.867 192.041 515.066 191.128 515.582 190.317C516.866 188.289 518.73 187.244 521.193 187.311C522.6 187.361 523.725 188.004 524.592 189.073C524.849 189.389 525.091 189.716 525.353 190.059" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M549.179 200.837C549.015 202.06 548.86 203.22 548.7 204.378C548.691 204.437 548.644 204.517 548.593 204.54C546.152 205.64 542.959 205.486 540.975 203.273C539.903 202.084 539.453 200.667 539.52 199.108C539.675 195.478 542.758 192.294 546.453 191.848C548.609 191.59 550.491 192.158 551.951 193.795C552.945 194.908 553.406 196.244 553.337 197.714C553.293 198.685 553.137 199.65 553.013 200.609C552.838 201.977 552.646 203.349 552.461 204.707C552.454 204.755 552.445 204.803 552.433 204.865H549.536C549.574 204.551 549.61 204.244 549.651 203.937C549.861 202.358 550.094 200.774 550.278 199.193C550.393 198.209 550.321 197.231 549.859 196.32C549.368 195.352 548.547 194.837 547.464 194.726C545.224 194.494 543.084 196.013 542.628 198.155C542.313 199.576 542.81 200.939 543.969 201.696C545.098 202.429 546.296 202.431 547.528 201.957C548.153 201.716 548.682 201.333 549.188 200.819" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M561.496 192.219C561.363 193.203 561.231 194.172 561.099 195.159C560.483 195.159 559.881 195.155 559.279 195.159C558.791 195.163 558.346 195.471 558.198 195.917C558.141 196.091 558.119 196.277 558.094 196.46C557.789 198.731 557.485 200.981 557.182 203.23C557.105 203.8 557.031 204.37 556.955 204.949H553.921C553.977 204.515 554.031 204.094 554.087 203.673C554.284 202.208 554.481 200.734 554.68 199.286C554.852 198.019 555.006 196.747 555.209 195.478C555.48 193.785 557.205 192.271 558.95 192.204C559.785 192.169 560.622 192.198 561.482 192.198" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M576.778 284.15C576.717 284.022 576.689 283.957 576.656 283.896C575.769 282.248 574.884 280.6 573.987 278.952C573.897 278.787 573.909 278.689 574.032 278.547C575.444 276.937 576.837 275.318 578.252 273.714C578.301 273.658 578.346 273.598 578.365 273.497C577.954 273.601 577.544 273.705 577.131 273.811C575.427 274.252 573.709 274.69 572.021 275.138C571.863 275.18 571.791 275.135 571.711 275.006C570.744 273.427 569.77 271.844 568.792 270.285C568.742 270.203 568.687 270.124 568.58 270.055C568.502 270.476 568.423 270.895 568.346 271.316C568.074 272.801 567.803 274.278 567.534 275.77C567.504 275.93 567.464 276.09 567.45 276.251C567.436 276.404 567.355 276.46 567.213 276.505C565.203 277.121 563.198 277.743 561.191 278.364C561.103 278.391 561.016 278.427 560.922 278.51C562.564 279.147 564.206 279.784 565.871 280.432C565.811 280.479 565.771 280.516 565.726 280.543C564.7 281.191 563.671 281.84 562.647 282.49C562.524 282.568 562.427 282.579 562.289 282.519C561.062 281.98 559.825 281.45 558.594 280.915C558.042 280.675 557.547 280.356 557.161 279.893C556.288 278.851 556.461 277.666 557.624 276.931C558.005 276.693 558.439 276.517 558.87 276.379C560.838 275.753 562.816 275.149 564.777 274.544C564.943 274.492 565.019 274.42 565.051 274.245C565.316 272.758 565.587 271.261 565.863 269.791C566.01 268.996 566.087 268.183 566.483 267.453C566.635 267.172 566.816 266.899 567.035 266.665C567.82 265.814 568.913 265.783 569.75 266.592C570.03 266.866 570.27 267.186 570.477 267.518C571.39 268.972 572.288 270.435 573.192 271.905C573.298 272.078 573.393 272.113 573.588 272.063C575.79 271.486 577.991 270.918 580.203 270.35C580.659 270.233 581.118 270.19 581.585 270.276C582.6 270.461 583.045 271.215 582.701 272.175C582.545 272.612 582.274 272.979 581.971 273.329C580.433 275.095 578.892 276.87 577.363 278.629C577.238 278.773 577.235 278.876 577.322 279.039C578.244 280.733 579.156 282.424 580.082 284.138C580.301 284.544 580.47 284.967 580.475 285.432C580.485 286.492 579.69 287.361 578.611 287.517C578.007 287.603 577.445 287.477 576.878 287.306C575.498 286.89 574.118 286.48 572.726 286.073C572.598 286.035 572.549 285.985 572.526 285.851C572.367 284.9 572.193 283.951 572.024 283C572.02 282.974 572.028 282.946 572.032 282.888C573.608 283.313 575.18 283.732 576.799 284.171" fill="#E25A1C"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M574.041 298.068C572.796 298.067 571.555 298.061 570.3 298.066C570.135 298.066 570.043 298.02 569.951 297.883C568.478 295.692 566.986 293.496 565.526 291.314C565.479 291.244 565.429 291.177 565.345 291.06C565.028 293.42 564.716 295.736 564.403 298.052H561.142C561.18 297.743 561.214 297.442 561.254 297.144C561.571 294.761 561.893 292.4 562.212 290.018C562.518 287.746 562.821 285.474 563.131 283.203C563.14 283.136 563.187 283.05 563.243 283.014C564.365 282.299 565.492 281.591 566.618 280.883C566.635 280.872 566.658 280.872 566.716 280.855C566.376 283.394 566.038 285.91 565.698 288.427C565.712 288.435 565.725 288.445 565.738 288.454C567.506 286.543 569.274 284.623 571.076 282.686C571.128 282.98 571.173 283.231 571.217 283.483C571.344 284.202 571.466 284.926 571.601 285.646C571.628 285.791 571.588 285.879 571.489 285.982C570.347 287.149 569.208 288.32 568.068 289.5C568.018 289.552 567.971 289.605 567.914 289.666C567.95 289.722 567.981 289.777 568.018 289.828C569.982 292.522 571.941 295.217 573.903 297.911C573.938 297.96 573.99 297.999 574.034 298.042V298.085" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M535.493 290.942C535.443 290.695 535.408 290.33 535.295 289.989C534.747 288.343 533.021 287.45 531.235 287.849C529.271 288.294 527.859 289.802 527.677 291.768C527.526 293.216 528.324 294.619 529.807 295.131C531.002 295.552 532.156 295.376 533.228 294.75C534.645 293.922 535.411 292.69 535.509 290.942H535.493ZM526.872 297.066C526.775 297.774 526.683 298.44 526.593 299.108C526.474 299.995 526.354 300.883 526.24 301.781C526.227 301.884 526.194 301.93 526.08 301.929C525.184 301.926 524.288 301.927 523.389 301.925C523.368 301.925 523.348 301.915 523.3 301.901C523.354 301.482 523.407 301.061 523.463 300.643C523.661 299.173 523.857 297.703 524.058 296.233C524.288 294.55 524.469 292.871 524.763 291.2C525.283 288.238 527.865 285.7 530.876 285.054C532.625 284.684 534.297 284.855 535.825 285.818C537.349 286.775 538.22 288.178 538.426 289.915C538.708 292.387 537.776 294.436 535.985 296.151C534.803 297.267 533.385 297.975 531.765 298.215C530.084 298.463 528.504 298.189 527.089 297.222C527.038 297.186 526.982 297.155 526.893 297.101" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M525.366 283.036C524.363 283.767 523.393 284.47 522.424 285.176C522.267 284.936 522.127 284.695 521.963 284.47C521.541 283.894 521.016 283.464 520.255 283.413C519.621 283.369 519.078 283.572 518.647 284.029C518.261 284.437 518.211 285.018 518.571 285.479C518.968 285.987 519.401 286.468 519.846 286.938C520.583 287.717 521.351 288.466 522.081 289.254C522.745 289.967 523.276 290.764 523.441 291.748C523.636 292.906 523.399 293.997 522.838 295.022C521.801 296.904 520.17 298.006 518.003 298.34C517.049 298.49 516.101 298.461 515.175 298.194C513.941 297.84 513.081 297.049 512.529 295.944C512.334 295.55 512.184 295.134 512.009 294.711C513.088 294.147 514.139 293.597 515.202 293.043C515.238 293.129 515.265 293.201 515.299 293.27C515.481 293.624 515.63 294 515.853 294.328C516.522 295.296 517.598 295.59 518.682 295.112C518.962 294.988 519.234 294.815 519.464 294.615C520.167 294.005 520.299 293.154 519.779 292.388C519.48 291.947 519.106 291.551 518.741 291.156C517.87 290.212 516.962 289.297 516.118 288.328C515.532 287.665 515.133 286.894 515.005 286.012C514.867 285.041 515.066 284.128 515.582 283.317C516.866 281.289 518.73 280.244 521.193 280.311C522.6 280.361 523.725 281.004 524.592 282.073C524.849 282.389 525.091 282.716 525.353 283.059" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M549.179 293.837C549.015 295.06 548.86 296.22 548.7 297.378C548.691 297.437 548.644 297.517 548.593 297.54C546.152 298.64 542.959 298.486 540.975 296.273C539.903 295.084 539.453 293.667 539.52 292.108C539.675 288.478 542.758 285.294 546.453 284.848C548.609 284.59 550.491 285.158 551.951 286.795C552.945 287.908 553.406 289.244 553.337 290.714C553.293 291.685 553.137 292.65 553.013 293.609C552.838 294.977 552.646 296.349 552.461 297.707C552.454 297.755 552.445 297.803 552.433 297.865H549.536C549.574 297.551 549.61 297.244 549.651 296.937C549.861 295.358 550.094 293.774 550.278 292.193C550.393 291.209 550.321 290.231 549.859 289.32C549.368 288.352 548.547 287.837 547.464 287.726C545.224 287.494 543.084 289.013 542.628 291.155C542.313 292.576 542.81 293.939 543.969 294.696C545.098 295.429 546.296 295.431 547.528 294.957C548.153 294.716 548.682 294.333 549.188 293.819" fill="#3C3A3E"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M561.496 285.219C561.363 286.203 561.231 287.172 561.099 288.159C560.483 288.159 559.881 288.155 559.279 288.159C558.791 288.163 558.346 288.471 558.198 288.917C558.141 289.091 558.119 289.277 558.094 289.46C557.789 291.731 557.485 293.981 557.182 296.23C557.105 296.8 557.031 297.37 556.955 297.949H553.921C553.977 297.515 554.031 297.094 554.087 296.673C554.284 295.208 554.481 293.734 554.68 292.286C554.852 291.019 555.006 289.747 555.209 288.478C555.48 286.785 557.205 285.271 558.95 285.204C559.785 285.169 560.622 285.198 561.482 285.198" fill="#3C3A3E"/>
+<path d="M514.934 136.5L512.085 125.763H513.543L515.176 132.801C515.352 133.539 515.503 134.271 515.63 134.999C515.904 133.851 516.065 133.189 516.114 133.014L518.157 125.763H519.871L521.409 131.197C521.795 132.545 522.073 133.812 522.244 134.999C522.381 134.32 522.559 133.541 522.779 132.662L524.463 125.763H525.891L522.947 136.5H521.577L519.314 128.319C519.124 127.635 519.011 127.215 518.977 127.059C518.865 127.552 518.76 127.972 518.662 128.319L516.385 136.5H514.934Z" fill="#2D2D2D"/>
+<path d="M526.992 131.271C526.992 129.488 527.471 128.094 528.428 127.088C529.385 126.078 530.62 125.572 532.134 125.572C533.125 125.572 534.019 125.809 534.815 126.283C535.61 126.756 536.216 127.418 536.631 128.268C537.051 129.112 537.261 130.072 537.261 131.146C537.261 132.235 537.041 133.209 536.602 134.068C536.162 134.928 535.54 135.58 534.734 136.024C533.928 136.463 533.059 136.683 532.127 136.683C531.116 136.683 530.212 136.439 529.417 135.951C528.621 135.462 528.018 134.796 527.607 133.951C527.197 133.106 526.992 132.213 526.992 131.271ZM528.457 131.292C528.457 132.586 528.804 133.607 529.497 134.354C530.195 135.096 531.069 135.467 532.119 135.467C533.189 135.467 534.067 135.091 534.756 134.339C535.449 133.587 535.796 132.521 535.796 131.139C535.796 130.265 535.647 129.503 535.349 128.854C535.056 128.199 534.624 127.694 534.053 127.337C533.486 126.976 532.849 126.795 532.141 126.795C531.135 126.795 530.269 127.142 529.541 127.835C528.818 128.524 528.457 129.676 528.457 131.292Z" fill="#2D2D2D"/>
+<path d="M539.321 136.5V125.763H544.082C545.039 125.763 545.766 125.86 546.265 126.056C546.763 126.246 547.161 126.585 547.458 127.074C547.756 127.562 547.905 128.102 547.905 128.692C547.905 129.454 547.659 130.096 547.165 130.619C546.672 131.141 545.911 131.473 544.88 131.615C545.256 131.795 545.542 131.974 545.737 132.149C546.152 132.53 546.545 133.006 546.916 133.578L548.784 136.5H546.997L545.576 134.266C545.161 133.622 544.819 133.128 544.551 132.787C544.282 132.445 544.04 132.206 543.826 132.069C543.616 131.932 543.401 131.837 543.181 131.783C543.02 131.749 542.756 131.732 542.39 131.732H540.742V136.5H539.321ZM540.742 130.501H543.796C544.446 130.501 544.953 130.436 545.32 130.304C545.686 130.167 545.964 129.952 546.155 129.659C546.345 129.361 546.44 129.039 546.44 128.692C546.44 128.185 546.255 127.767 545.884 127.44C545.517 127.113 544.936 126.949 544.141 126.949H540.742V130.501Z" fill="#2D2D2D"/>
+<path d="M550.28 136.5V125.763H551.701V131.087L557.033 125.763H558.96L554.455 130.113L559.157 136.5H557.282L553.459 131.065L551.701 132.779V136.5H550.28Z" fill="#2D2D2D"/>
+<path d="M560.573 136.5V125.763H568.337V127.03H561.994V130.318H567.934V131.578H561.994V135.233H568.586V136.5H560.573Z" fill="#2D2D2D"/>
+<path d="M570.771 136.5V125.763H575.532C576.489 125.763 577.216 125.86 577.714 126.056C578.212 126.246 578.61 126.585 578.908 127.074C579.206 127.562 579.355 128.102 579.355 128.692C579.355 129.454 579.108 130.096 578.615 130.619C578.122 131.141 577.36 131.473 576.33 131.615C576.706 131.795 576.991 131.974 577.187 132.149C577.602 132.53 577.995 133.006 578.366 133.578L580.234 136.5H578.447L577.026 134.266C576.611 133.622 576.269 133.128 576 132.787C575.732 132.445 575.49 132.206 575.275 132.069C575.065 131.932 574.85 131.837 574.631 131.783C574.47 131.749 574.206 131.732 573.84 131.732H572.192V136.5H570.771ZM572.192 130.501H575.246C575.895 130.501 576.403 130.436 576.769 130.304C577.136 130.167 577.414 129.952 577.604 129.659C577.795 129.361 577.89 129.039 577.89 128.692C577.89 128.185 577.704 127.767 577.333 127.44C576.967 127.113 576.386 126.949 575.59 126.949H572.192V130.501Z" fill="#2D2D2D"/>
+<path d="M514.934 228.5L512.085 217.763H513.543L515.176 224.801C515.352 225.539 515.503 226.271 515.63 226.999C515.904 225.851 516.065 225.189 516.114 225.014L518.157 217.763H519.871L521.409 223.197C521.795 224.545 522.073 225.812 522.244 226.999C522.381 226.32 522.559 225.541 522.779 224.662L524.463 217.763H525.891L522.947 228.5H521.577L519.314 220.319C519.124 219.635 519.011 219.215 518.977 219.059C518.865 219.552 518.76 219.972 518.662 220.319L516.385 228.5H514.934Z" fill="#2D2D2D"/>
+<path d="M526.992 223.271C526.992 221.488 527.471 220.094 528.428 219.088C529.385 218.078 530.62 217.572 532.134 217.572C533.125 217.572 534.019 217.809 534.815 218.283C535.61 218.756 536.216 219.418 536.631 220.268C537.051 221.112 537.261 222.072 537.261 223.146C537.261 224.235 537.041 225.209 536.602 226.068C536.162 226.928 535.54 227.58 534.734 228.024C533.928 228.463 533.059 228.683 532.127 228.683C531.116 228.683 530.212 228.439 529.417 227.951C528.621 227.462 528.018 226.796 527.607 225.951C527.197 225.106 526.992 224.213 526.992 223.271ZM528.457 223.292C528.457 224.586 528.804 225.607 529.497 226.354C530.195 227.096 531.069 227.467 532.119 227.467C533.189 227.467 534.067 227.091 534.756 226.339C535.449 225.587 535.796 224.521 535.796 223.139C535.796 222.265 535.647 221.503 535.349 220.854C535.056 220.199 534.624 219.694 534.053 219.337C533.486 218.976 532.849 218.795 532.141 218.795C531.135 218.795 530.269 219.142 529.541 219.835C528.818 220.524 528.457 221.676 528.457 223.292Z" fill="#2D2D2D"/>
+<path d="M539.321 228.5V217.763H544.082C545.039 217.763 545.766 217.86 546.265 218.056C546.763 218.246 547.161 218.585 547.458 219.074C547.756 219.562 547.905 220.102 547.905 220.692C547.905 221.454 547.659 222.096 547.165 222.619C546.672 223.141 545.911 223.473 544.88 223.615C545.256 223.795 545.542 223.974 545.737 224.149C546.152 224.53 546.545 225.006 546.916 225.578L548.784 228.5H546.997L545.576 226.266C545.161 225.622 544.819 225.128 544.551 224.787C544.282 224.445 544.04 224.206 543.826 224.069C543.616 223.932 543.401 223.837 543.181 223.783C543.02 223.749 542.756 223.732 542.39 223.732H540.742V228.5H539.321ZM540.742 222.501H543.796C544.446 222.501 544.953 222.436 545.32 222.304C545.686 222.167 545.964 221.952 546.155 221.659C546.345 221.361 546.44 221.039 546.44 220.692C546.44 220.185 546.255 219.767 545.884 219.44C545.517 219.113 544.936 218.949 544.141 218.949H540.742V222.501Z" fill="#2D2D2D"/>
+<path d="M550.28 228.5V217.763H551.701V223.087L557.033 217.763H558.96L554.455 222.113L559.157 228.5H557.282L553.459 223.065L551.701 224.779V228.5H550.28Z" fill="#2D2D2D"/>
+<path d="M560.573 228.5V217.763H568.337V219.03H561.994V222.318H567.934V223.578H561.994V227.233H568.586V228.5H560.573Z" fill="#2D2D2D"/>
+<path d="M570.771 228.5V217.763H575.532C576.489 217.763 577.216 217.86 577.714 218.056C578.212 218.246 578.61 218.585 578.908 219.074C579.206 219.562 579.355 220.102 579.355 220.692C579.355 221.454 579.108 222.096 578.615 222.619C578.122 223.141 577.36 223.473 576.33 223.615C576.706 223.795 576.991 223.974 577.187 224.149C577.602 224.53 577.995 225.006 578.366 225.578L580.234 228.5H578.447L577.026 226.266C576.611 225.622 576.269 225.128 576 224.787C575.732 224.445 575.49 224.206 575.275 224.069C575.065 223.932 574.85 223.837 574.631 223.783C574.47 223.749 574.206 223.732 573.84 223.732H572.192V228.5H570.771ZM572.192 222.501H575.246C575.895 222.501 576.403 222.436 576.769 222.304C577.136 222.167 577.414 221.952 577.604 221.659C577.795 221.361 577.89 221.039 577.89 220.692C577.89 220.185 577.704 219.767 577.333 219.44C576.967 219.113 576.386 218.949 575.59 218.949H572.192V222.501Z" fill="#2D2D2D"/>
+<path d="M514.934 321.5L512.085 310.763H513.543L515.176 317.801C515.352 318.539 515.503 319.271 515.63 319.999C515.904 318.851 516.065 318.189 516.114 318.014L518.157 310.763H519.871L521.409 316.197C521.795 317.545 522.073 318.812 522.244 319.999C522.381 319.32 522.559 318.541 522.779 317.662L524.463 310.763H525.891L522.947 321.5H521.577L519.314 313.319C519.124 312.635 519.011 312.215 518.977 312.059C518.865 312.552 518.76 312.972 518.662 313.319L516.385 321.5H514.934Z" fill="#2D2D2D"/>
+<path d="M526.992 316.271C526.992 314.488 527.471 313.094 528.428 312.088C529.385 311.078 530.62 310.572 532.134 310.572C533.125 310.572 534.019 310.809 534.815 311.283C535.61 311.756 536.216 312.418 536.631 313.268C537.051 314.112 537.261 315.072 537.261 316.146C537.261 317.235 537.041 318.209 536.602 319.068C536.162 319.928 535.54 320.58 534.734 321.024C533.928 321.463 533.059 321.683 532.127 321.683C531.116 321.683 530.212 321.439 529.417 320.951C528.621 320.462 528.018 319.796 527.607 318.951C527.197 318.106 526.992 317.213 526.992 316.271ZM528.457 316.292C528.457 317.586 528.804 318.607 529.497 319.354C530.195 320.096 531.069 320.467 532.119 320.467C533.189 320.467 534.067 320.091 534.756 319.339C535.449 318.587 535.796 317.521 535.796 316.139C535.796 315.265 535.647 314.503 535.349 313.854C535.056 313.199 534.624 312.694 534.053 312.337C533.486 311.976 532.849 311.795 532.141 311.795C531.135 311.795 530.269 312.142 529.541 312.835C528.818 313.524 528.457 314.676 528.457 316.292Z" fill="#2D2D2D"/>
+<path d="M539.321 321.5V310.763H544.082C545.039 310.763 545.766 310.86 546.265 311.056C546.763 311.246 547.161 311.585 547.458 312.074C547.756 312.562 547.905 313.102 547.905 313.692C547.905 314.454 547.659 315.096 547.165 315.619C546.672 316.141 545.911 316.473 544.88 316.615C545.256 316.795 545.542 316.974 545.737 317.149C546.152 317.53 546.545 318.006 546.916 318.578L548.784 321.5H546.997L545.576 319.266C545.161 318.622 544.819 318.128 544.551 317.787C544.282 317.445 544.04 317.206 543.826 317.069C543.616 316.932 543.401 316.837 543.181 316.783C543.02 316.749 542.756 316.732 542.39 316.732H540.742V321.5H539.321ZM540.742 315.501H543.796C544.446 315.501 544.953 315.436 545.32 315.304C545.686 315.167 545.964 314.952 546.155 314.659C546.345 314.361 546.44 314.039 546.44 313.692C546.44 313.185 546.255 312.767 545.884 312.44C545.517 312.113 544.936 311.949 544.141 311.949H540.742V315.501Z" fill="#2D2D2D"/>
+<path d="M550.28 321.5V310.763H551.701V316.087L557.033 310.763H558.96L554.455 315.113L559.157 321.5H557.282L553.459 316.065L551.701 317.779V321.5H550.28Z" fill="#2D2D2D"/>
+<path d="M560.573 321.5V310.763H568.337V312.03H561.994V315.318H567.934V316.578H561.994V320.233H568.586V321.5H560.573Z" fill="#2D2D2D"/>
+<path d="M570.771 321.5V310.763H575.532C576.489 310.763 577.216 310.86 577.714 311.056C578.212 311.246 578.61 311.585 578.908 312.074C579.206 312.562 579.355 313.102 579.355 313.692C579.355 314.454 579.108 315.096 578.615 315.619C578.122 316.141 577.36 316.473 576.33 316.615C576.706 316.795 576.991 316.974 577.187 317.149C577.602 317.53 577.995 318.006 578.366 318.578L580.234 321.5H578.447L577.026 319.266C576.611 318.622 576.269 318.128 576 317.787C575.732 317.445 575.49 317.206 575.275 317.069C575.065 316.932 574.85 316.837 574.631 316.783C574.47 316.749 574.206 316.732 573.84 316.732H572.192V321.5H570.771ZM572.192 315.501H575.246C575.895 315.501 576.403 315.436 576.769 315.304C577.136 315.167 577.414 314.952 577.604 314.659C577.795 314.361 577.89 314.039 577.89 313.692C577.89 313.185 577.704 312.767 577.333 312.44C576.967 312.113 576.386 311.949 575.59 311.949H572.192V315.501Z" fill="#2D2D2D"/>
+<path d="M626.738 183.82L628.168 183.695C628.235 184.268 628.392 184.74 628.637 185.109C628.887 185.474 629.272 185.771 629.793 186C630.314 186.224 630.9 186.336 631.551 186.336C632.129 186.336 632.639 186.25 633.082 186.078C633.525 185.906 633.853 185.672 634.066 185.375C634.285 185.073 634.394 184.745 634.394 184.391C634.394 184.031 634.29 183.719 634.082 183.453C633.873 183.182 633.53 182.956 633.051 182.773C632.743 182.654 632.064 182.469 631.012 182.219C629.959 181.964 629.222 181.724 628.801 181.5C628.254 181.214 627.845 180.859 627.574 180.438C627.308 180.01 627.176 179.534 627.176 179.008C627.176 178.43 627.34 177.891 627.668 177.391C627.996 176.885 628.475 176.503 629.105 176.242C629.735 175.982 630.436 175.852 631.207 175.852C632.056 175.852 632.803 175.99 633.449 176.266C634.1 176.536 634.6 176.938 634.949 177.469C635.298 178 635.485 178.602 635.512 179.273L634.058 179.383C633.98 178.659 633.715 178.112 633.262 177.742C632.814 177.372 632.15 177.188 631.269 177.188C630.353 177.188 629.683 177.357 629.262 177.695C628.845 178.029 628.637 178.432 628.637 178.906C628.637 179.318 628.785 179.656 629.082 179.922C629.373 180.188 630.134 180.461 631.363 180.742C632.597 181.018 633.444 181.26 633.902 181.469C634.569 181.776 635.061 182.167 635.379 182.641C635.696 183.109 635.855 183.651 635.855 184.266C635.855 184.875 635.681 185.451 635.332 185.992C634.983 186.529 634.48 186.948 633.824 187.25C633.173 187.547 632.439 187.695 631.621 187.695C630.584 187.695 629.715 187.544 629.012 187.242C628.314 186.94 627.764 186.487 627.363 185.883C626.967 185.273 626.759 184.586 626.738 183.82Z" fill="#2D2D2D"/>
+<path d="M637.946 187.5V176.047H639.352V180.156C640.008 179.396 640.837 179.016 641.837 179.016C642.451 179.016 642.985 179.138 643.438 179.383C643.891 179.622 644.214 179.956 644.407 180.383C644.605 180.81 644.704 181.43 644.704 182.242V187.5H643.297V182.242C643.297 181.539 643.144 181.029 642.837 180.711C642.534 180.388 642.105 180.227 641.547 180.227C641.131 180.227 640.738 180.336 640.368 180.555C640.003 180.768 639.743 181.06 639.587 181.43C639.43 181.799 639.352 182.31 639.352 182.961V187.5H637.946Z" fill="#2D2D2D"/>
+<path d="M652.466 186.477C651.945 186.919 651.443 187.232 650.958 187.414C650.479 187.596 649.964 187.688 649.412 187.688C648.5 187.688 647.8 187.466 647.31 187.023C646.82 186.576 646.576 186.005 646.576 185.312C646.576 184.906 646.667 184.536 646.849 184.203C647.037 183.865 647.279 183.594 647.576 183.391C647.878 183.188 648.216 183.034 648.591 182.93C648.867 182.857 649.284 182.786 649.841 182.719C650.977 182.583 651.813 182.422 652.349 182.234C652.354 182.042 652.357 181.919 652.357 181.867C652.357 181.294 652.224 180.891 651.958 180.656C651.599 180.339 651.065 180.18 650.357 180.18C649.695 180.18 649.206 180.297 648.888 180.531C648.576 180.76 648.344 181.169 648.193 181.758L646.818 181.57C646.943 180.982 647.148 180.508 647.435 180.148C647.721 179.784 648.135 179.505 648.677 179.312C649.219 179.115 649.846 179.016 650.56 179.016C651.268 179.016 651.844 179.099 652.287 179.266C652.729 179.432 653.055 179.643 653.263 179.898C653.471 180.148 653.617 180.466 653.701 180.852C653.747 181.091 653.771 181.523 653.771 182.148V184.023C653.771 185.331 653.8 186.159 653.857 186.508C653.919 186.852 654.039 187.182 654.216 187.5H652.747C652.602 187.208 652.508 186.867 652.466 186.477ZM652.349 183.336C651.839 183.544 651.073 183.721 650.052 183.867C649.474 183.951 649.065 184.044 648.826 184.148C648.586 184.253 648.401 184.406 648.271 184.609C648.141 184.807 648.076 185.029 648.076 185.273C648.076 185.648 648.216 185.961 648.497 186.211C648.784 186.461 649.201 186.586 649.747 186.586C650.289 186.586 650.771 186.469 651.193 186.234C651.615 185.995 651.925 185.669 652.122 185.258C652.273 184.94 652.349 184.471 652.349 183.852V183.336Z" fill="#2D2D2D"/>
+<path d="M656.143 187.5V179.203H657.408V180.461C657.731 179.872 658.028 179.484 658.299 179.297C658.575 179.109 658.877 179.016 659.205 179.016C659.679 179.016 660.161 179.167 660.651 179.469L660.166 180.773C659.822 180.57 659.479 180.469 659.135 180.469C658.828 180.469 658.552 180.562 658.307 180.75C658.062 180.932 657.888 181.188 657.783 181.516C657.627 182.016 657.549 182.562 657.549 183.156V187.5H656.143Z" fill="#2D2D2D"/>
+<path d="M667.366 184.828L668.819 185.008C668.59 185.857 668.166 186.516 667.546 186.984C666.926 187.453 666.134 187.688 665.171 187.688C663.957 187.688 662.994 187.315 662.28 186.57C661.572 185.82 661.218 184.771 661.218 183.422C661.218 182.026 661.577 180.943 662.296 180.172C663.015 179.401 663.947 179.016 665.093 179.016C666.202 179.016 667.108 179.393 667.812 180.148C668.515 180.904 668.866 181.966 668.866 183.336C668.866 183.419 668.864 183.544 668.858 183.711H662.671C662.723 184.622 662.981 185.32 663.444 185.805C663.908 186.289 664.486 186.531 665.179 186.531C665.694 186.531 666.134 186.396 666.499 186.125C666.864 185.854 667.153 185.422 667.366 184.828ZM662.749 182.555H667.382C667.319 181.857 667.142 181.333 666.851 180.984C666.403 180.443 665.822 180.172 665.108 180.172C664.463 180.172 663.918 180.388 663.476 180.82C663.038 181.253 662.796 181.831 662.749 182.555Z" fill="#2D2D2D"/>
+<path d="M676.176 187.5V186.453C675.65 187.276 674.876 187.688 673.855 187.688C673.194 187.688 672.584 187.505 672.027 187.141C671.475 186.776 671.045 186.268 670.738 185.617C670.436 184.961 670.285 184.208 670.285 183.359C670.285 182.531 670.423 181.781 670.699 181.109C670.975 180.432 671.389 179.914 671.941 179.555C672.493 179.195 673.11 179.016 673.793 179.016C674.293 179.016 674.738 179.122 675.129 179.336C675.519 179.544 675.837 179.818 676.082 180.156V176.047H677.48V187.5H676.176ZM671.73 183.359C671.73 184.422 671.954 185.216 672.402 185.742C672.85 186.268 673.379 186.531 673.988 186.531C674.603 186.531 675.123 186.281 675.551 185.781C675.983 185.276 676.199 184.508 676.199 183.477C676.199 182.341 675.98 181.508 675.543 180.977C675.105 180.445 674.566 180.18 673.926 180.18C673.301 180.18 672.777 180.435 672.355 180.945C671.939 181.456 671.73 182.26 671.73 183.359Z" fill="#2D2D2D"/>
+<path d="M684.755 187.5V176.047H689.833C690.854 176.047 691.63 176.151 692.162 176.359C692.693 176.562 693.117 176.924 693.435 177.445C693.753 177.966 693.912 178.542 693.912 179.172C693.912 179.984 693.648 180.669 693.122 181.227C692.596 181.784 691.784 182.138 690.685 182.289C691.086 182.482 691.391 182.672 691.599 182.859C692.042 183.266 692.461 183.773 692.857 184.383L694.849 187.5H692.943L691.427 185.117C690.984 184.43 690.62 183.904 690.333 183.539C690.047 183.174 689.789 182.919 689.56 182.773C689.336 182.628 689.107 182.526 688.872 182.469C688.701 182.432 688.419 182.414 688.029 182.414H686.271V187.5H684.755ZM686.271 181.102H689.529C690.221 181.102 690.763 181.031 691.154 180.891C691.544 180.745 691.841 180.516 692.044 180.203C692.247 179.885 692.349 179.542 692.349 179.172C692.349 178.63 692.151 178.185 691.755 177.836C691.365 177.487 690.745 177.312 689.896 177.312H686.271V181.102Z" fill="#2D2D2D"/>
+<path d="M696.494 187.5V176.047H700.44C701.33 176.047 702.01 176.102 702.479 176.211C703.135 176.362 703.695 176.635 704.158 177.031C704.763 177.542 705.213 178.195 705.51 178.992C705.812 179.784 705.963 180.69 705.963 181.711C705.963 182.581 705.862 183.352 705.658 184.023C705.455 184.695 705.195 185.253 704.877 185.695C704.559 186.133 704.21 186.479 703.83 186.734C703.455 186.984 703 187.174 702.463 187.305C701.932 187.435 701.32 187.5 700.627 187.5H696.494ZM698.01 186.148H700.455C701.21 186.148 701.802 186.078 702.229 185.938C702.661 185.797 703.005 185.599 703.26 185.344C703.619 184.984 703.898 184.503 704.096 183.898C704.299 183.289 704.401 182.552 704.401 181.688C704.401 180.49 704.203 179.57 703.807 178.93C703.416 178.284 702.94 177.852 702.377 177.633C701.971 177.477 701.317 177.398 700.416 177.398H698.01V186.148Z" fill="#2D2D2D"/>
+<path d="M708.257 187.5V176.047H712.202C713.093 176.047 713.772 176.102 714.241 176.211C714.897 176.362 715.457 176.635 715.921 177.031C716.525 177.542 716.976 178.195 717.272 178.992C717.575 179.784 717.726 180.69 717.726 181.711C717.726 182.581 717.624 183.352 717.421 184.023C717.218 184.695 716.957 185.253 716.64 185.695C716.322 186.133 715.973 186.479 715.593 186.734C715.218 186.984 714.762 187.174 714.226 187.305C713.694 187.435 713.082 187.5 712.39 187.5H708.257ZM709.772 186.148H712.218C712.973 186.148 713.564 186.078 713.991 185.938C714.423 185.797 714.767 185.599 715.022 185.344C715.382 184.984 715.66 184.503 715.858 183.898C716.062 183.289 716.163 182.552 716.163 181.688C716.163 180.49 715.965 179.57 715.569 178.93C715.179 178.284 714.702 177.852 714.14 177.633C713.733 177.477 713.08 177.398 712.179 177.398H709.772V186.148Z" fill="#2D2D2D"/>
+<path d="M719.277 185.023L720.668 184.805C720.746 185.362 720.962 185.789 721.316 186.086C721.676 186.383 722.176 186.531 722.816 186.531C723.462 186.531 723.941 186.401 724.254 186.141C724.566 185.875 724.722 185.565 724.722 185.211C724.722 184.893 724.584 184.643 724.308 184.461C724.116 184.336 723.637 184.177 722.871 183.984C721.84 183.724 721.123 183.5 720.722 183.312C720.327 183.12 720.025 182.857 719.816 182.523C719.613 182.185 719.512 181.812 719.512 181.406C719.512 181.036 719.595 180.695 719.762 180.383C719.933 180.065 720.165 179.802 720.457 179.594C720.676 179.432 720.972 179.297 721.347 179.188C721.728 179.073 722.134 179.016 722.566 179.016C723.217 179.016 723.788 179.109 724.277 179.297C724.772 179.484 725.137 179.74 725.371 180.062C725.605 180.38 725.767 180.807 725.855 181.344L724.48 181.531C724.418 181.104 724.235 180.771 723.933 180.531C723.637 180.292 723.215 180.172 722.668 180.172C722.022 180.172 721.561 180.279 721.285 180.492C721.009 180.706 720.871 180.956 720.871 181.242C720.871 181.424 720.928 181.589 721.043 181.734C721.157 181.885 721.337 182.01 721.582 182.109C721.722 182.161 722.137 182.281 722.824 182.469C723.819 182.734 724.512 182.953 724.902 183.125C725.298 183.292 725.608 183.536 725.832 183.859C726.056 184.182 726.168 184.583 726.168 185.062C726.168 185.531 726.03 185.974 725.754 186.391C725.483 186.802 725.09 187.122 724.574 187.352C724.058 187.576 723.475 187.688 722.824 187.688C721.746 187.688 720.923 187.464 720.355 187.016C719.793 186.568 719.433 185.904 719.277 185.023Z" fill="#2D2D2D"/>
+<path d="M635.362 233.5V222.047H639.307C640.197 222.047 640.877 222.102 641.346 222.211C642.002 222.362 642.562 222.635 643.026 223.031C643.63 223.542 644.08 224.195 644.377 224.992C644.679 225.784 644.83 226.69 644.83 227.711C644.83 228.581 644.729 229.352 644.526 230.023C644.322 230.695 644.062 231.253 643.744 231.695C643.427 232.133 643.078 232.479 642.697 232.734C642.322 232.984 641.867 233.174 641.33 233.305C640.799 233.435 640.187 233.5 639.494 233.5H635.362ZM636.877 232.148H639.322C640.078 232.148 640.669 232.078 641.096 231.938C641.528 231.797 641.872 231.599 642.127 231.344C642.487 230.984 642.765 230.503 642.963 229.898C643.166 229.289 643.268 228.552 643.268 227.688C643.268 226.49 643.07 225.57 642.674 224.93C642.283 224.284 641.807 223.852 641.244 223.633C640.838 223.477 640.184 223.398 639.283 223.398H636.877V232.148Z" fill="#2D2D2D"/>
+<path d="M652.358 232.477C651.838 232.919 651.335 233.232 650.851 233.414C650.371 233.596 649.856 233.688 649.304 233.688C648.392 233.688 647.692 233.466 647.202 233.023C646.713 232.576 646.468 232.005 646.468 231.312C646.468 230.906 646.559 230.536 646.741 230.203C646.929 229.865 647.171 229.594 647.468 229.391C647.77 229.188 648.108 229.034 648.483 228.93C648.759 228.857 649.176 228.786 649.733 228.719C650.869 228.583 651.705 228.422 652.241 228.234C652.246 228.042 652.249 227.919 652.249 227.867C652.249 227.294 652.116 226.891 651.851 226.656C651.491 226.339 650.957 226.18 650.249 226.18C649.588 226.18 649.098 226.297 648.78 226.531C648.468 226.76 648.236 227.169 648.085 227.758L646.71 227.57C646.835 226.982 647.041 226.508 647.327 226.148C647.614 225.784 648.028 225.505 648.569 225.312C649.111 225.115 649.739 225.016 650.452 225.016C651.16 225.016 651.736 225.099 652.179 225.266C652.621 225.432 652.947 225.643 653.155 225.898C653.364 226.148 653.509 226.466 653.593 226.852C653.64 227.091 653.663 227.523 653.663 228.148V230.023C653.663 231.331 653.692 232.159 653.749 232.508C653.812 232.852 653.931 233.182 654.108 233.5H652.64C652.494 233.208 652.4 232.867 652.358 232.477ZM652.241 229.336C651.731 229.544 650.965 229.721 649.944 229.867C649.366 229.951 648.957 230.044 648.718 230.148C648.478 230.253 648.293 230.406 648.163 230.609C648.033 230.807 647.968 231.029 647.968 231.273C647.968 231.648 648.108 231.961 648.39 232.211C648.676 232.461 649.093 232.586 649.64 232.586C650.181 232.586 650.663 232.469 651.085 232.234C651.507 231.995 651.817 231.669 652.015 231.258C652.166 230.94 652.241 230.471 652.241 229.852V229.336Z" fill="#2D2D2D"/>
+<path d="M659.121 232.242L659.324 233.484C658.928 233.568 658.574 233.609 658.262 233.609C657.751 233.609 657.355 233.529 657.074 233.367C656.793 233.206 656.595 232.995 656.48 232.734C656.366 232.469 656.308 231.914 656.308 231.07V226.297H655.277V225.203H656.308V223.148L657.707 222.305V225.203H659.121V226.297H657.707V231.148C657.707 231.549 657.73 231.807 657.777 231.922C657.829 232.036 657.91 232.128 658.019 232.195C658.134 232.263 658.295 232.297 658.504 232.297C658.66 232.297 658.866 232.279 659.121 232.242Z" fill="#2D2D2D"/>
+<path d="M666.118 232.477C665.597 232.919 665.094 233.232 664.61 233.414C664.131 233.596 663.615 233.688 663.063 233.688C662.152 233.688 661.451 233.466 660.962 233.023C660.472 232.576 660.227 232.005 660.227 231.312C660.227 230.906 660.318 230.536 660.501 230.203C660.688 229.865 660.93 229.594 661.227 229.391C661.529 229.188 661.868 229.034 662.243 228.93C662.519 228.857 662.935 228.786 663.493 228.719C664.628 228.583 665.464 228.422 666.001 228.234C666.006 228.042 666.008 227.919 666.008 227.867C666.008 227.294 665.876 226.891 665.61 226.656C665.251 226.339 664.717 226.18 664.008 226.18C663.347 226.18 662.857 226.297 662.54 226.531C662.227 226.76 661.995 227.169 661.844 227.758L660.469 227.57C660.594 226.982 660.8 226.508 661.087 226.148C661.373 225.784 661.787 225.505 662.329 225.312C662.87 225.115 663.498 225.016 664.212 225.016C664.92 225.016 665.495 225.099 665.938 225.266C666.381 225.432 666.706 225.643 666.915 225.898C667.123 226.148 667.269 226.466 667.352 226.852C667.399 227.091 667.422 227.523 667.422 228.148V230.023C667.422 231.331 667.451 232.159 667.508 232.508C667.571 232.852 667.691 233.182 667.868 233.5H666.399C666.253 233.208 666.159 232.867 666.118 232.477ZM666.001 229.336C665.49 229.544 664.725 229.721 663.704 229.867C663.126 229.951 662.717 230.044 662.477 230.148C662.238 230.253 662.053 230.406 661.922 230.609C661.792 230.807 661.727 231.029 661.727 231.273C661.727 231.648 661.868 231.961 662.149 232.211C662.435 232.461 662.852 232.586 663.399 232.586C663.941 232.586 664.422 232.469 664.844 232.234C665.266 231.995 665.576 231.669 665.774 231.258C665.925 230.94 666.001 230.471 666.001 229.852V229.336Z" fill="#2D2D2D"/>
+<path d="M670.146 233.5V226.297H668.904V225.203H670.146V224.32C670.146 223.763 670.195 223.349 670.294 223.078C670.43 222.714 670.667 222.419 671.005 222.195C671.349 221.966 671.828 221.852 672.443 221.852C672.839 221.852 673.276 221.898 673.755 221.992L673.544 223.219C673.253 223.167 672.977 223.141 672.716 223.141C672.289 223.141 671.987 223.232 671.81 223.414C671.633 223.596 671.544 223.938 671.544 224.438V225.203H673.162V226.297H671.544V233.5H670.146Z" fill="#2D2D2D"/>
+<path d="M674.447 233.5V225.203H675.713V226.461C676.036 225.872 676.333 225.484 676.604 225.297C676.88 225.109 677.182 225.016 677.51 225.016C677.984 225.016 678.466 225.167 678.955 225.469L678.471 226.773C678.127 226.57 677.783 226.469 677.44 226.469C677.132 226.469 676.856 226.562 676.612 226.75C676.367 226.932 676.192 227.188 676.088 227.516C675.932 228.016 675.854 228.562 675.854 229.156V233.5H674.447Z" fill="#2D2D2D"/>
+<path d="M685.405 232.477C684.884 232.919 684.382 233.232 683.897 233.414C683.418 233.596 682.903 233.688 682.351 233.688C681.439 233.688 680.739 233.466 680.249 233.023C679.759 232.576 679.515 232.005 679.515 231.312C679.515 230.906 679.606 230.536 679.788 230.203C679.976 229.865 680.218 229.594 680.515 229.391C680.817 229.188 681.155 229.034 681.53 228.93C681.806 228.857 682.223 228.786 682.78 228.719C683.916 228.583 684.752 228.422 685.288 228.234C685.293 228.042 685.296 227.919 685.296 227.867C685.296 227.294 685.163 226.891 684.897 226.656C684.538 226.339 684.004 226.18 683.296 226.18C682.634 226.18 682.145 226.297 681.827 226.531C681.515 226.76 681.283 227.169 681.132 227.758L679.757 227.57C679.882 226.982 680.088 226.508 680.374 226.148C680.66 225.784 681.075 225.505 681.616 225.312C682.158 225.115 682.785 225.016 683.499 225.016C684.207 225.016 684.783 225.099 685.226 225.266C685.668 225.432 685.994 225.643 686.202 225.898C686.41 226.148 686.556 226.466 686.64 226.852C686.687 227.091 686.71 227.523 686.71 228.148V230.023C686.71 231.331 686.739 232.159 686.796 232.508C686.858 232.852 686.978 233.182 687.155 233.5H685.687C685.541 233.208 685.447 232.867 685.405 232.477ZM685.288 229.336C684.778 229.544 684.012 229.721 682.991 229.867C682.413 229.951 682.004 230.044 681.765 230.148C681.525 230.253 681.34 230.406 681.21 230.609C681.08 230.807 681.015 231.029 681.015 231.273C681.015 231.648 681.155 231.961 681.437 232.211C681.723 232.461 682.14 232.586 682.687 232.586C683.228 232.586 683.71 232.469 684.132 232.234C684.554 231.995 684.864 231.669 685.062 231.258C685.213 230.94 685.288 230.471 685.288 229.852V229.336Z" fill="#2D2D2D"/>
+<path d="M689.097 233.5V225.203H690.355V226.367C690.616 225.961 690.962 225.635 691.394 225.391C691.827 225.141 692.319 225.016 692.871 225.016C693.485 225.016 693.988 225.143 694.379 225.398C694.775 225.654 695.053 226.01 695.215 226.469C695.871 225.5 696.725 225.016 697.777 225.016C698.6 225.016 699.233 225.245 699.676 225.703C700.118 226.156 700.34 226.857 700.34 227.805V233.5H698.941V228.273C698.941 227.711 698.894 227.307 698.801 227.062C698.712 226.812 698.548 226.612 698.308 226.461C698.069 226.31 697.788 226.234 697.465 226.234C696.881 226.234 696.397 226.43 696.012 226.82C695.626 227.206 695.433 227.826 695.433 228.68V233.5H694.027V228.109C694.027 227.484 693.913 227.016 693.683 226.703C693.454 226.391 693.079 226.234 692.558 226.234C692.163 226.234 691.795 226.339 691.457 226.547C691.123 226.755 690.881 227.06 690.73 227.461C690.579 227.862 690.504 228.44 690.504 229.195V233.5H689.097Z" fill="#2D2D2D"/>
+<path d="M708.305 230.828L709.758 231.008C709.529 231.857 709.105 232.516 708.485 232.984C707.865 233.453 707.073 233.688 706.11 233.688C704.896 233.688 703.933 233.315 703.219 232.57C702.511 231.82 702.157 230.771 702.157 229.422C702.157 228.026 702.516 226.943 703.235 226.172C703.954 225.401 704.886 225.016 706.032 225.016C707.141 225.016 708.047 225.393 708.751 226.148C709.454 226.904 709.805 227.966 709.805 229.336C709.805 229.419 709.803 229.544 709.797 229.711H703.61C703.662 230.622 703.92 231.32 704.383 231.805C704.847 232.289 705.425 232.531 706.118 232.531C706.633 232.531 707.073 232.396 707.438 232.125C707.803 231.854 708.092 231.422 708.305 230.828ZM703.688 228.555H708.321C708.258 227.857 708.081 227.333 707.79 226.984C707.342 226.443 706.761 226.172 706.047 226.172C705.402 226.172 704.857 226.388 704.415 226.82C703.977 227.253 703.735 227.831 703.688 228.555Z" fill="#2D2D2D"/>
+<path d="M711.169 231.023L712.56 230.805C712.638 231.362 712.854 231.789 713.208 232.086C713.568 232.383 714.068 232.531 714.708 232.531C715.354 232.531 715.833 232.401 716.146 232.141C716.458 231.875 716.615 231.565 716.615 231.211C716.615 230.893 716.477 230.643 716.201 230.461C716.008 230.336 715.529 230.177 714.763 229.984C713.732 229.724 713.016 229.5 712.615 229.312C712.219 229.12 711.917 228.857 711.708 228.523C711.505 228.185 711.404 227.812 711.404 227.406C711.404 227.036 711.487 226.695 711.654 226.383C711.826 226.065 712.057 225.802 712.349 225.594C712.568 225.432 712.865 225.297 713.24 225.188C713.62 225.073 714.026 225.016 714.458 225.016C715.109 225.016 715.68 225.109 716.169 225.297C716.664 225.484 717.029 225.74 717.263 226.062C717.497 226.38 717.659 226.807 717.747 227.344L716.372 227.531C716.31 227.104 716.128 226.771 715.826 226.531C715.529 226.292 715.107 226.172 714.56 226.172C713.914 226.172 713.453 226.279 713.177 226.492C712.901 226.706 712.763 226.956 712.763 227.242C712.763 227.424 712.82 227.589 712.935 227.734C713.05 227.885 713.229 228.01 713.474 228.109C713.615 228.161 714.029 228.281 714.716 228.469C715.711 228.734 716.404 228.953 716.794 229.125C717.19 229.292 717.5 229.536 717.724 229.859C717.948 230.182 718.06 230.583 718.06 231.062C718.06 231.531 717.922 231.974 717.646 232.391C717.375 232.802 716.982 233.122 716.466 233.352C715.951 233.576 715.367 233.688 714.716 233.688C713.638 233.688 712.815 233.464 712.247 233.016C711.685 232.568 711.326 231.904 711.169 231.023Z" fill="#2D2D2D"/>
+<path d="M678.668 209.148C678.204 209.664 677.699 210.052 677.152 210.312C676.605 210.568 676.014 210.695 675.379 210.695C674.207 210.695 673.277 210.299 672.59 209.508C672.032 208.862 671.754 208.141 671.754 207.344C671.754 206.635 671.98 205.997 672.433 205.43C672.892 204.857 673.574 204.354 674.48 203.922C673.965 203.328 673.621 202.846 673.449 202.477C673.277 202.107 673.191 201.75 673.191 201.406C673.191 200.719 673.459 200.122 673.996 199.617C674.538 199.107 675.217 198.852 676.035 198.852C676.816 198.852 677.454 199.091 677.949 199.57C678.449 200.049 678.699 200.625 678.699 201.297C678.699 202.385 677.978 203.315 676.535 204.086L678.59 206.703C678.824 206.245 679.006 205.714 679.137 205.109L680.597 205.422C680.347 206.422 680.009 207.245 679.582 207.891C680.108 208.589 680.704 209.174 681.371 209.648L680.426 210.766C679.858 210.401 679.272 209.862 678.668 209.148ZM675.808 203.18C676.418 202.82 676.811 202.505 676.988 202.234C677.17 201.964 677.262 201.664 677.262 201.336C677.262 200.945 677.137 200.628 676.887 200.383C676.642 200.133 676.334 200.008 675.965 200.008C675.584 200.008 675.267 200.13 675.012 200.375C674.762 200.62 674.637 200.919 674.637 201.273C674.637 201.451 674.681 201.638 674.769 201.836C674.863 202.029 675.001 202.234 675.183 202.453L675.808 203.18ZM677.785 208.039L675.207 204.844C674.446 205.297 673.933 205.719 673.668 206.109C673.402 206.495 673.269 206.878 673.269 207.258C673.269 207.721 673.454 208.203 673.824 208.703C674.194 209.203 674.717 209.453 675.394 209.453C675.816 209.453 676.251 209.323 676.699 209.062C677.152 208.797 677.514 208.456 677.785 208.039Z" fill="#2D2D2D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M618.074 321.741L618.457 320.817C619.517 321.257 620.68 321.5 621.902 321.5H624.902V322.5H621.902C620.546 322.5 619.253 322.23 618.074 321.741ZM726.902 322.5V321.5H729.902C731.124 321.5 732.287 321.257 733.347 320.817L733.73 321.741C732.551 322.23 731.258 322.5 729.902 322.5H726.902ZM739.902 100.486H738.902V97.5C738.902 96.2778 738.659 95.115 738.22 94.0552L739.143 93.6721C739.632 94.8512 739.902 96.1441 739.902 97.5V100.486ZM624.902 87.5H621.902C620.546 87.5 619.253 87.7699 618.074 88.2588L618.457 89.1825C619.517 88.7431 620.68 88.5 621.902 88.5H624.902V87.5ZM611.902 309.514H612.902V312.5C612.902 313.722 613.145 314.885 613.585 315.945L612.661 316.328C612.172 315.149 611.902 313.856 611.902 312.5V309.514ZM611.902 303.542H612.902V297.569H611.902V303.542ZM611.902 291.597H612.902V285.625H611.902V291.597ZM611.902 279.653H612.902V273.681H611.902V279.653ZM611.902 267.708H612.902V261.736H611.902V267.708ZM611.902 255.764H612.902V249.792H611.902V255.764ZM611.902 243.819H612.902V237.847H611.902V243.819ZM611.902 231.875H612.902V225.903H611.902V231.875ZM611.902 219.931H612.902V213.958H611.902V219.931ZM611.902 207.986H612.902V202.014H611.902V207.986ZM611.902 196.042H612.902V190.069H611.902V196.042ZM611.902 184.097H612.902V178.125H611.902V184.097ZM611.902 172.153H612.902V166.181H611.902V172.153ZM611.902 160.208H612.902V154.236H611.902V160.208ZM611.902 148.264H612.902V142.292H611.902V148.264ZM611.902 136.319H612.902V130.347H611.902V136.319ZM611.902 124.375H612.902V118.403H611.902V124.375ZM611.902 112.43H612.902V106.458H611.902V112.43ZM611.902 100.486H612.902V97.5C612.902 96.2778 613.145 95.115 613.585 94.0552L612.661 93.6721C612.172 94.8512 611.902 96.1441 611.902 97.5V100.486ZM630.902 87.5V88.5H636.902V87.5H630.902ZM642.902 87.5V88.5H648.902V87.5H642.902ZM654.902 87.5V88.5H660.902V87.5H654.902ZM666.902 87.5V88.5H672.902V87.5H666.902ZM678.902 87.5V88.5H684.902V87.5H678.902ZM690.902 87.5V88.5H696.902V87.5H690.902ZM702.902 87.5V88.5H708.902V87.5H702.902ZM714.902 87.5V88.5H720.902V87.5H714.902ZM726.902 87.5V88.5H729.902C731.124 88.5 732.287 88.7431 733.347 89.1825L733.73 88.2588C732.551 87.7699 731.258 87.5 729.902 87.5H726.902ZM739.902 106.458H738.902V112.431H739.902V106.458ZM739.902 118.403H738.902V124.375H739.902V118.403ZM739.902 130.347H738.902V136.319H739.902V130.347ZM739.902 142.292H738.902V148.264H739.902V142.292ZM739.902 154.236H738.902V160.208H739.902V154.236ZM739.902 166.181H738.902V172.153H739.902V166.181ZM739.902 178.125H738.902V184.097H739.902V178.125ZM739.902 190.069H738.902V196.042H739.902V190.069ZM739.902 202.014H738.902V207.986H739.902V202.014ZM739.902 213.958H738.902V219.931H739.902V213.958ZM739.902 225.903H738.902V231.875H739.902V225.903ZM739.902 237.847H738.902V243.819H739.902V237.847ZM739.902 249.792H738.902V255.764H739.902V249.792ZM739.902 261.736H738.902V267.708H739.902V261.736ZM739.902 273.681H738.902V279.653H739.902V273.681ZM739.902 285.625H738.902V291.597H739.902V285.625ZM739.902 297.57H738.902V303.542H739.902V297.57ZM739.902 309.514H738.902V312.5C738.902 313.722 738.659 314.885 738.22 315.945L739.143 316.328C739.632 315.149 739.902 313.856 739.902 312.5V309.514ZM720.902 322.5V321.5H714.902V322.5H720.902ZM708.902 322.5V321.5H702.902V322.5H708.902ZM696.902 322.5V321.5H690.902V322.5H696.902ZM684.902 322.5V321.5H678.902V322.5H684.902ZM672.902 322.5V321.5H666.902V322.5H672.902ZM660.902 322.5V321.5H654.902V322.5H660.902ZM648.902 322.5V321.5H642.902V322.5H648.902ZM636.902 322.5V321.5H630.902V322.5H636.902Z" fill="#9C9C9C"/>
+<path d="M167.619 100.052L86.4304 122.911L167.619 145.507L248.282 122.911L167.619 100.052Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M167.429 99.3779C167.554 99.3428 167.686 99.343 167.81 99.3782L248.473 122.237C248.775 122.323 248.983 122.598 248.982 122.912C248.982 123.225 248.773 123.5 248.471 123.585L167.808 146.181C167.685 146.215 167.555 146.215 167.431 146.181L86.2427 123.585C85.9402 123.501 85.7308 123.226 85.7303 122.912C85.7299 122.598 85.9385 122.322 86.2406 122.237L167.429 99.3779ZM89.0271 122.907L167.618 144.78L245.701 122.907L167.618 100.779L89.0271 122.907Z" fill="black"/>
+<path d="M167.429 144.794L86.3889 122.779V261.999L167.312 284.978L248.324 261.999V122.779L167.429 144.794Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M85.9637 122.223C86.1369 122.091 86.3619 122.047 86.5723 122.104L167.429 144.069L248.14 122.104C248.35 122.047 248.576 122.091 248.749 122.223C248.922 122.355 249.024 122.561 249.024 122.779V261.999C249.024 262.312 248.816 262.587 248.515 262.673L167.503 285.651C167.378 285.687 167.246 285.687 167.121 285.651L86.1976 262.673C85.8966 262.587 85.6888 262.312 85.6888 261.999V122.779C85.6888 122.561 85.7905 122.356 85.9637 122.223ZM87.0888 123.695V261.47L167.312 284.25L247.624 261.47V123.695L167.613 145.469C167.492 145.502 167.366 145.502 167.245 145.47L87.0888 123.695Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M168.077 144.967L168.036 285.447L166.636 285.447L166.677 144.967L168.077 144.967Z" fill="black"/>
+<path d="M917.532 244.32V141.556C917.532 141.556 928.559 151.987 962.832 151.987C997.106 151.987 1009.32 140.364 1009.32 140.364V244.32C995.777 265.083 921.907 259.497 917.532 244.32Z" fill="white"/>
+<path d="M1010.4 137.489C1010.4 145.773 989.383 152.489 962.902 152.489C936.421 152.489 915.402 145.773 915.402 137.489C915.402 129.205 936.421 122.489 962.902 122.489C989.383 122.489 1010.4 129.205 1010.4 137.489Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1005.5 141.73C1007.67 140.1 1008.4 138.646 1008.4 137.489C1008.4 136.332 1007.67 134.878 1005.5 133.248C1003.37 131.643 1000.15 130.111 995.978 128.789C987.659 126.152 975.998 124.489 962.902 124.489C949.806 124.489 938.145 126.152 929.826 128.789C925.655 130.111 922.436 131.643 920.303 133.248C918.137 134.878 917.402 136.332 917.402 137.489C917.402 138.646 918.137 140.1 920.303 141.73C922.436 143.335 925.655 144.867 929.826 146.189C938.145 148.826 949.806 150.489 962.902 150.489C975.998 150.489 987.659 148.826 995.978 146.189C1000.15 144.867 1003.37 143.335 1005.5 141.73ZM962.902 152.489C989.383 152.489 1010.4 145.773 1010.4 137.489C1010.4 129.205 989.383 122.489 962.902 122.489C936.421 122.489 915.402 129.205 915.402 137.489C915.402 145.773 936.421 152.489 962.902 152.489Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M915.753 243.757L915.402 136.494L917.402 136.484L917.753 243.748L915.753 243.757Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1008.4 244.489L1008.4 136.489L1010.4 136.489L1010.4 244.489L1008.4 244.489Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M930.631 252.163C938.902 254.733 950.389 256.338 963.122 256.338C975.854 256.338 987.342 254.733 995.613 252.163C999.754 250.877 1003.03 249.365 1005.25 247.733C1007.5 246.086 1008.49 244.452 1008.49 242.932H1010.49C1010.49 245.39 1008.89 247.545 1006.44 249.345C1003.97 251.16 1000.46 252.753 996.206 254.073C987.695 256.717 975.998 258.338 963.122 258.338C950.245 258.338 938.548 256.717 930.037 254.073C925.788 252.753 922.276 251.16 919.805 249.345C917.354 247.545 915.753 245.39 915.753 242.932H917.753C917.753 244.452 918.747 246.086 920.989 247.733C923.21 249.365 926.489 250.877 930.631 252.163Z" fill="#ED1C24"/>
+<path d="M1093.53 245.32V141.556C1093.53 141.556 1104.56 151.987 1138.83 151.987C1173.11 151.987 1185.32 140.364 1185.32 140.364V245.32C1185.32 245.32 1180.39 258.066 1138.83 258.556C1097.28 259.046 1093.53 245.32 1093.53 245.32Z" fill="white"/>
+<path d="M1186.4 137.489C1186.4 145.773 1165.38 152.489 1138.9 152.489C1112.42 152.489 1091.4 145.773 1091.4 137.489C1091.4 129.205 1112.42 122.489 1138.9 122.489C1165.38 122.489 1186.4 129.205 1186.4 137.489Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1181.5 141.73C1183.67 140.1 1184.4 138.646 1184.4 137.489C1184.4 136.332 1183.67 134.878 1181.5 133.248C1179.37 131.643 1176.15 130.111 1171.98 128.789C1163.66 126.152 1152 124.489 1138.9 124.489C1125.81 124.489 1114.15 126.152 1105.83 128.789C1101.65 130.111 1098.44 131.643 1096.3 133.248C1094.14 134.878 1093.4 136.332 1093.4 137.489C1093.4 138.646 1094.14 140.1 1096.3 141.73C1098.44 143.335 1101.65 144.867 1105.83 146.189C1114.15 148.826 1125.81 150.489 1138.9 150.489C1152 150.489 1163.66 148.826 1171.98 146.189C1176.15 144.867 1179.37 143.335 1181.5 141.73ZM1138.9 152.489C1165.38 152.489 1186.4 145.773 1186.4 137.489C1186.4 129.205 1165.38 122.489 1138.9 122.489C1112.42 122.489 1091.4 129.205 1091.4 137.489C1091.4 145.773 1112.42 152.489 1138.9 152.489Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1091.75 243.757L1091.4 136.494L1093.4 136.484L1093.75 243.748L1091.75 243.757Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1184.4 244.489L1184.4 136.489L1186.4 136.489L1186.4 244.489L1184.4 244.489Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1106.63 253.163C1114.9 255.733 1126.39 257.338 1139.12 257.338C1151.85 257.338 1163.34 255.733 1171.61 253.163C1175.75 251.877 1179.03 250.365 1181.25 248.733C1183.5 247.086 1184.49 245.452 1184.49 243.932H1186.49C1186.49 246.39 1184.89 248.545 1182.44 250.345C1179.97 252.16 1176.46 253.753 1172.21 255.073C1163.69 257.717 1152 259.338 1139.12 259.338C1126.25 259.338 1114.55 257.717 1106.04 255.073C1101.79 253.753 1098.28 252.16 1095.8 250.345C1093.35 248.545 1091.75 246.39 1091.75 243.932H1093.75C1093.75 245.452 1094.75 247.086 1096.99 248.733C1099.21 250.365 1102.49 251.877 1106.63 253.163Z" fill="#ED1C24"/>
+<path d="M1005.53 274.897V171.341C1005.53 171.341 1016.56 179.885 1050.83 179.885C1085.11 179.885 1097.32 170.364 1097.32 170.364V274.325C1083.6 293.209 1013.93 290.777 1005.53 274.897Z" fill="white"/>
+<path d="M1098.4 167.489C1098.4 175.773 1077.38 182.489 1050.9 182.489C1024.42 182.489 1003.4 175.773 1003.4 167.489C1003.4 159.205 1024.42 152.489 1050.9 152.489C1077.38 152.489 1098.4 159.205 1098.4 167.489Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1093.5 171.73C1095.67 170.1 1096.4 168.646 1096.4 167.489C1096.4 166.332 1095.67 164.878 1093.5 163.248C1091.37 161.643 1088.15 160.111 1083.98 158.789C1075.66 156.152 1064 154.489 1050.9 154.489C1037.81 154.489 1026.15 156.152 1017.83 158.789C1013.65 160.111 1010.44 161.643 1008.3 163.248C1006.14 164.878 1005.4 166.332 1005.4 167.489C1005.4 168.646 1006.14 170.1 1008.3 171.73C1010.44 173.335 1013.65 174.867 1017.83 176.189C1026.15 178.826 1037.81 180.489 1050.9 180.489C1064 180.489 1075.66 178.826 1083.98 176.189C1088.15 174.867 1091.37 173.335 1093.5 171.73ZM1050.9 182.489C1077.38 182.489 1098.4 175.773 1098.4 167.489C1098.4 159.205 1077.38 152.489 1050.9 152.489C1024.42 152.489 1003.4 159.205 1003.4 167.489C1003.4 175.773 1024.42 182.489 1050.9 182.489Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1003.75 273.757L1003.4 166.494L1005.4 166.484L1005.75 273.748L1003.75 273.757Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1096.4 274.489L1096.4 166.489L1098.4 166.489L1098.4 274.489L1096.4 274.489Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M1018.63 282.163C1026.9 284.733 1038.39 286.338 1051.12 286.338C1063.85 286.338 1075.34 284.733 1083.61 282.163C1087.75 280.877 1091.03 279.365 1093.25 277.733C1095.5 276.086 1096.49 274.452 1096.49 272.932H1098.49C1098.49 275.39 1096.89 277.545 1094.44 279.345C1091.97 281.16 1088.46 282.753 1084.21 284.073C1075.69 286.717 1064 288.338 1051.12 288.338C1038.25 288.338 1026.55 286.717 1018.04 284.073C1013.79 282.753 1010.28 281.16 1007.8 279.345C1005.35 277.545 1003.75 275.39 1003.75 272.932H1005.75C1005.75 274.452 1006.75 276.086 1008.99 277.733C1011.21 279.365 1014.49 280.877 1018.63 282.163Z" fill="#ED1C24"/>
+<path d="M1114.33 268.701C1114.33 268.701 1103.83 275.201 1113.72 281.655C1115.63 282.912 1122.53 286.407 1122.33 289.642C1122.33 289.642 1126.52 283.356 1120.4 279.401C1114.12 275.354 1112.54 271.031 1114.33 268.701Z" fill="#ED1C24"/>
+<path d="M1110.67 281.118C1110.67 281.118 1106.92 286.882 1114.3 288.063C1115.02 288.155 1120.35 288.722 1121.74 290.5C1121.74 290.5 1121.62 287.434 1117.27 285.625C1112.94 283.816 1111.15 283.372 1110.67 281.118Z" fill="#ED1C24"/>
+<path d="M1125.17 275.063C1120.67 270.28 1119.42 267.321 1121.35 263.489C1121.35 263.489 1107.92 268.732 1121.19 278.037C1125.93 281.363 1125.14 284.767 1125.14 284.889C1125.88 284.108 1129.68 279.846 1125.17 275.063Z" fill="#ED1C24"/>
+<path d="M1132.62 286.594V275.141H1134.18L1140.19 284.133V275.141H1141.64V286.594H1140.09L1134.07 277.594V286.594H1132.62Z" fill="#2D2D2D"/>
+<path d="M1143.94 281.016C1143.94 279.115 1144.45 277.628 1145.47 276.555C1146.49 275.477 1147.81 274.938 1149.42 274.938C1150.48 274.938 1151.43 275.191 1152.28 275.696C1153.13 276.201 1153.78 276.907 1154.22 277.813C1154.67 278.714 1154.89 279.738 1154.89 280.883C1154.89 282.045 1154.66 283.084 1154.19 284.001C1153.72 284.917 1153.06 285.613 1152.2 286.087C1151.34 286.555 1150.41 286.79 1149.41 286.79C1148.34 286.79 1147.37 286.529 1146.52 286.008C1145.68 285.488 1145.03 284.777 1144.59 283.876C1144.16 282.975 1143.94 282.021 1143.94 281.016ZM1145.5 281.04C1145.5 282.42 1145.87 283.508 1146.61 284.305C1147.35 285.097 1148.29 285.493 1149.41 285.493C1150.55 285.493 1151.48 285.092 1152.22 284.29C1152.96 283.488 1153.33 282.35 1153.33 280.876C1153.33 279.943 1153.17 279.131 1152.85 278.438C1152.54 277.74 1152.08 277.201 1151.47 276.821C1150.87 276.436 1150.19 276.243 1149.43 276.243C1148.36 276.243 1147.43 276.613 1146.66 277.352C1145.89 278.087 1145.5 279.316 1145.5 281.04Z" fill="#2D2D2D"/>
+<path d="M1157.05 286.594V275.141H1161C1161.89 275.141 1162.57 275.196 1163.04 275.305C1163.69 275.456 1164.25 275.73 1164.72 276.126C1165.32 276.636 1165.77 277.29 1166.07 278.087C1166.37 278.878 1166.52 279.784 1166.52 280.805C1166.52 281.675 1166.42 282.446 1166.22 283.118C1166.01 283.79 1165.75 284.347 1165.43 284.79C1165.12 285.227 1164.77 285.574 1164.39 285.829C1164.01 286.079 1163.56 286.269 1163.02 286.399C1162.49 286.529 1161.88 286.594 1161.18 286.594H1157.05ZM1158.57 285.243H1161.01C1161.77 285.243 1162.36 285.172 1162.79 285.032C1163.22 284.891 1163.56 284.693 1163.82 284.438C1164.18 284.079 1164.46 283.597 1164.65 282.993C1164.86 282.383 1164.96 281.646 1164.96 280.782C1164.96 279.584 1164.76 278.665 1164.36 278.024C1163.97 277.378 1163.5 276.946 1162.93 276.727C1162.53 276.571 1161.88 276.493 1160.97 276.493H1158.57V285.243Z" fill="#2D2D2D"/>
+<path d="M1168.85 286.594V275.141H1177.13V276.493H1170.36V280.001H1176.7V281.344H1170.36V285.243H1177.39V286.594H1168.85Z" fill="#2D2D2D"/>
+<path d="M926.253 268.701C926.253 268.701 915.753 275.201 925.649 281.655C927.552 282.912 934.456 286.407 934.26 289.642C934.26 289.642 938.444 283.356 932.326 279.401C926.041 275.354 924.47 271.031 926.253 268.701Z" fill="#ED1C24"/>
+<path d="M922.597 281.118C922.597 281.118 918.851 286.882 926.223 288.063C926.948 288.155 932.281 288.722 933.671 290.5C933.671 290.5 933.55 287.434 929.199 285.625C924.863 283.816 923.081 283.372 922.597 281.118Z" fill="#ED1C24"/>
+<path d="M937.1 275.063C932.598 270.28 931.344 267.321 933.278 263.489C933.278 263.489 919.848 268.732 933.112 278.037C937.855 281.363 937.07 284.767 937.07 284.889C937.81 284.108 941.602 279.846 937.1 275.063Z" fill="#ED1C24"/>
+<path d="M944.547 286.594V275.141H946.102L952.117 284.133V275.141H953.57V286.594H952.016L946 277.594V286.594H944.547Z" fill="#2D2D2D"/>
+<path d="M955.864 281.016C955.864 279.115 956.375 277.628 957.395 276.555C958.416 275.477 959.734 274.938 961.349 274.938C962.406 274.938 963.359 275.191 964.208 275.696C965.057 276.201 965.703 276.907 966.145 277.813C966.593 278.714 966.817 279.738 966.817 280.883C966.817 282.045 966.583 283.084 966.114 284.001C965.645 284.917 964.981 285.613 964.122 286.087C963.263 286.555 962.336 286.79 961.341 286.79C960.263 286.79 959.299 286.529 958.45 286.008C957.601 285.488 956.958 284.777 956.52 283.876C956.083 282.975 955.864 282.021 955.864 281.016ZM957.427 281.04C957.427 282.42 957.797 283.508 958.536 284.305C959.281 285.097 960.213 285.493 961.333 285.493C962.474 285.493 963.411 285.092 964.145 284.29C964.885 283.488 965.255 282.35 965.255 280.876C965.255 279.943 965.096 279.131 964.778 278.438C964.466 277.74 964.005 277.201 963.395 276.821C962.791 276.436 962.112 276.243 961.356 276.243C960.284 276.243 959.359 276.613 958.583 277.352C957.812 278.087 957.427 279.316 957.427 281.04Z" fill="#2D2D2D"/>
+<path d="M968.978 286.594V275.141H972.924C973.814 275.141 974.494 275.196 974.963 275.305C975.619 275.456 976.179 275.73 976.642 276.126C977.247 276.636 977.697 277.29 977.994 278.087C978.296 278.878 978.447 279.784 978.447 280.805C978.447 281.675 978.345 282.446 978.142 283.118C977.939 283.79 977.679 284.347 977.361 284.79C977.043 285.227 976.694 285.574 976.314 285.829C975.939 286.079 975.484 286.269 974.947 286.399C974.416 286.529 973.804 286.594 973.111 286.594H968.978ZM970.494 285.243H972.939C973.694 285.243 974.286 285.172 974.713 285.032C975.145 284.891 975.489 284.693 975.744 284.438C976.103 284.079 976.382 283.597 976.58 282.993C976.783 282.383 976.885 281.646 976.885 280.782C976.885 279.584 976.687 278.665 976.291 278.024C975.9 277.378 975.424 276.946 974.861 276.727C974.455 276.571 973.801 276.493 972.9 276.493H970.494V285.243Z" fill="#2D2D2D"/>
+<path d="M980.772 286.594V275.141H989.053V276.493H982.288V280.001H988.624V281.344H982.288V285.243H989.319V286.594H980.772Z" fill="#2D2D2D"/>
+<path d="M1019.25 299.701C1019.25 299.701 1008.75 306.201 1018.65 312.655C1020.55 313.912 1027.46 317.407 1027.26 320.642C1027.26 320.642 1031.44 314.356 1025.33 310.401C1019.04 306.354 1017.47 302.031 1019.25 299.701Z" fill="#ED1C24"/>
+<path d="M1015.6 312.118C1015.6 312.118 1011.85 317.882 1019.22 319.063C1019.95 319.155 1025.28 319.722 1026.67 321.5C1026.67 321.5 1026.55 318.434 1022.2 316.625C1017.86 314.816 1016.08 314.372 1015.6 312.118Z" fill="#ED1C24"/>
+<path d="M1030.1 306.063C1025.6 301.28 1024.34 298.321 1026.28 294.489C1026.28 294.489 1012.85 299.732 1026.11 309.037C1030.86 312.363 1030.07 315.767 1030.07 315.889C1030.81 315.108 1034.6 310.846 1030.1 306.063Z" fill="#ED1C24"/>
+<path d="M1037.55 317.594V306.141H1039.1L1045.12 315.133V306.141H1046.57V317.594H1045.02L1039 308.594V317.594H1037.55Z" fill="#2D2D2D"/>
+<path d="M1048.86 312.016C1048.86 310.115 1049.37 308.628 1050.4 307.555C1051.42 306.477 1052.73 305.938 1054.35 305.938C1055.41 305.938 1056.36 306.191 1057.21 306.696C1058.06 307.201 1058.7 307.907 1059.15 308.813C1059.59 309.714 1059.82 310.738 1059.82 311.883C1059.82 313.045 1059.58 314.084 1059.11 315.001C1058.65 315.917 1057.98 316.613 1057.12 317.087C1056.26 317.555 1055.34 317.79 1054.34 317.79C1053.26 317.79 1052.3 317.529 1051.45 317.008C1050.6 316.488 1049.96 315.777 1049.52 314.876C1049.08 313.975 1048.86 313.021 1048.86 312.016ZM1050.43 312.04C1050.43 313.42 1050.8 314.508 1051.54 315.305C1052.28 316.097 1053.21 316.493 1054.33 316.493C1055.47 316.493 1056.41 316.092 1057.15 315.29C1057.89 314.488 1058.25 313.35 1058.25 311.876C1058.25 310.943 1058.1 310.131 1057.78 309.438C1057.47 308.74 1057 308.201 1056.4 307.821C1055.79 307.436 1055.11 307.243 1054.36 307.243C1053.28 307.243 1052.36 307.613 1051.58 308.352C1050.81 309.087 1050.43 310.316 1050.43 312.04Z" fill="#2D2D2D"/>
+<path d="M1061.98 317.594V306.141H1065.92C1066.81 306.141 1067.49 306.196 1067.96 306.305C1068.62 306.456 1069.18 306.73 1069.64 307.126C1070.25 307.636 1070.7 308.29 1070.99 309.087C1071.3 309.878 1071.45 310.784 1071.45 311.805C1071.45 312.675 1071.35 313.446 1071.14 314.118C1070.94 314.79 1070.68 315.347 1070.36 315.79C1070.04 316.227 1069.69 316.574 1069.31 316.829C1068.94 317.079 1068.48 317.269 1067.95 317.399C1067.42 317.529 1066.8 317.594 1066.11 317.594H1061.98ZM1063.49 316.243H1065.94C1066.69 316.243 1067.29 316.172 1067.71 316.032C1068.14 315.891 1068.49 315.693 1068.74 315.438C1069.1 315.079 1069.38 314.597 1069.58 313.993C1069.78 313.383 1069.88 312.646 1069.88 311.782C1069.88 310.584 1069.69 309.665 1069.29 309.024C1068.9 308.378 1068.42 307.946 1067.86 307.727C1067.45 307.571 1066.8 307.493 1065.9 307.493H1063.49V316.243Z" fill="#2D2D2D"/>
+<path d="M1073.77 317.594V306.141H1082.05V307.493H1075.29V311.001H1081.62V312.344H1075.29V316.243H1082.32V317.594H1073.77Z" fill="#2D2D2D"/>
+</svg>
diff --git a/src/features/multilanguage.pug b/src/features/multilanguage.pug
index 4d4360d..992c637 100644
--- a/src/features/multilanguage.pug
+++ b/src/features/multilanguage.pug
@@ -66,7 +66,7 @@
                     img(src="/public/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Check out how to run Ignite with Java, .NET/C#, C++, Python, Node.JS, SQL, PHP, or REST API
-                a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/index#quick-start-guides ", target="_blank") Multi-language guide
+                a.nativebotblock__link.arrowlink(href="#", target="_blank") Multi-language guide
 
 
 
diff --git a/src/features/tooling.pug b/src/features/tooling.pug
index e2548dd..65c8689 100644
--- a/src/features/tooling.pug
+++ b/src/features/tooling.pug
@@ -59,7 +59,7 @@
                         dl.toolvarlist1__dl
                             dt Manage the size of your cluster by starting or&nbsp;stopping nodes.
                     .toolvarlist1__more 
-                        a.button(href="https://ignite.apache.org/docs/latest/tools/visor-cmd", target="_blank") Learn more 
+                        a.button(href="/use-cases/in-memory-cache.html") Learn more 
                 .toolvarlist1__right
                     h3.toolvarlist1__title Control Script
                     p.toolvarlist1__descr An advanced command-line utility. It can  <br>do the following: 
@@ -73,7 +73,7 @@
                         dl.toolvarlist1__dl
                             dt Detect long-running or hanging transactions
                     .toolvarlist1__more 
-                        a.button(href="https://ignite.apache.org/docs/latest/tools/control-script", target="_blank") Learn more
+                        a.button(href="/use-cases/in-memory-cache.html") Learn more
     // /.toolingbox1
 
 
@@ -187,8 +187,8 @@
     section.toolingend
         .container.flexi
             .toolingend__main
-                h2.toolingend__title.h4 Ready to Start With Apache Ignite?
+                h2.toolingend__title.h4 Ready to Start with Apache Ignite?
                 p.fz20.pt-1x Start with our Quick Start Guides and build your first application <br>in 5-10 minutes
             .toolingend__action
-                a.button(href="https://ignite.apache.org/docs/latest/", target="_blank")  Build your first application
+                a.button Build your first application
 
diff --git a/src/use-cases/digital-integration-hub.pug b/src/use-cases/digital-integration-hub.pug
index 5d87677..7dae290 100644
--- a/src/use-cases/digital-integration-hub.pug
+++ b/src/use-cases/digital-integration-hub.pug
@@ -23,7 +23,7 @@
         .container.innerhero__cont
             .innerhero__main.innerhero__mainhub
                 h1.h1.innerhero__h1 Digital Integration Hub
-                .h1.pt-2 With Apache Ignite 
+                .h3.pt-2.with-apache With Apache Ignite 
                 .innerhero__descr.pt-2.h5.
                     Build new types of applications that require real-time access<br> to data scattered across disparate data sources
                 .innerhero__action 
diff --git a/src/use-cases/hadoop-acceleration.pug b/src/use-cases/hadoop-acceleration.pug
new file mode 100644
index 0000000..1cf90e4
--- /dev/null
+++ b/src/use-cases/hadoop-acceleration.pug
@@ -0,0 +1,140 @@
+extend ../_components/base.pug
+
+block pagetitle
+    | Accelerate Existing Hadoop Deployments
+
+block css 
+    link(rel="stylesheet", href="../css/native-persistence.css")
+    link(rel="stylesheet", href="../css/compute-apis.css")
+    link(rel="stylesheet", href="../css/digital-hub.css")
+    link(rel="stylesheet", href="../css/hadoop.css")
+
+  
+
+
+
+block main
+    - global.pageHref = "usecases"
+    - config.hdrClassName = "hdr__blue"
+    include ../_components/header.pug
+
+
+    section.innerhero
+        .container.innerhero__cont
+            .innerhero__main
+                
+                h1.h1.innerhero__h1 Accelerate Existing Hadoop Deployments
+                .h3.pt-2.with-apache With Apache Ignite 
+                .innerhero__descr.pt-2.h5.
+                    Achieve the performance acceleration of Hadoop-based<br> application with Ignite as a high-performance data access<br> layer
+                .innerhero__action 
+                    a.button.innerhero__button(href="https://ignite.apache.org/docs/latest/index") Start Coding
+            img.innerhero__pic.innerhero__pic--hadoop(src="/public/img/usecases/hadoop/hero-image.svg", alt="hero-image")
+    // /.innerhero
+
+    
+   
+
+    section.compute2
+     .container
+       .doop2__block
+          h2.compute2__h2 Benefits Of Using Apache Ignite
+          .compute2__grid.flexi.hub2__grid.doop2__grid 
+               .compute2item.hub2item.doop2__item
+                 .compute2-points__item.fz20
+                 .compute2item__block
+                   h3.fz20.compute2item__title Real-time analytics
+                   p.compute2__text.base2__text Apache Ignite enables real-time analytics across Apache Hadoop operational and historical data silos.
+             
+               .compute2item.hub2item.doop2__item
+                 .compute2-points__item.fz20
+                 .compute2item__block
+                   h3.fz20.compute2item__title Low-latency and high-throughput operations
+                   p.compute2__text.base2__text Ignite enables low-latency and high-throughput access while Hadoop continues to be used for long-running OLAP workloads.
+                   
+            
+    // /.compute2
+
+    section.doop3
+        .container 
+           .doop3__block.flexi
+              .doop3__info
+                 h2.doop3__h2.h5 How Does Apache Ignite Acceleration Work?
+                 p.doop3__text To achieve the performance acceleration of Hadoop-based systems, deploy Ignite as a separate distributed storage that maintains the data sets required for your low-latency operations or real-time reports
+                 h2.doop3__h2.h5 There are 3 basic steps:
+                 .fz20.doop3__number 01
+                 p.doop3__subtext Depending on the data volume and available memory capacity, you can enable<a href="https://ignite.apache.org/arch/native-persistence.html" target="_blank"> Ignite native persistence</a> to store historical data sets on disk while dedicating a memory space for operational records. 
+                 p.doop3__subtext.pt-1 You can continue to use Hadoop as storage for less frequently used data or for long-running and ad-hoc analytical queries.
+                 .fz20.doop3__number 02
+                 p.doop3__subtext Your applications and services should use Ignite native APIs to process the data residing in the in-memory cluster. Ignite provides SQL, compute (aka. map-reduce), and machine learning APIs for various data processing needs.
+                 .fz20.doop3__number 03
+                 p.doop3__subtext Consider using Apache Spark DataFrames APIs if an application needs to run federated or cross-database queries across Ignite and Hadoop clusters.
+                 p.doop3__subtext.pt-1 Ignite is <a href="https://ignite.apache.org/use-cases/spark-acceleration.html" target="_blank">integrated with Spark</a>, which natively supports Hive/Hadoop. Cross-database queries should be considered only for a limited number of scenarios when neither Ignite nor Hadoop contains the entire data set.
+              img.doop3__image(src="/public/img/usecases/hadoop/image.svg", alt="image")
+    // /.doop3 
+    
+    section.doop4
+        .container
+            h2.doop4__h2.h4 How Can You Split Data And Operations Between Ignite And Hadoop?
+            .doop4__block
+                .doop4__item
+                  p.doop4__text Use Apache Ignite for tasks that require:<br> – Low-latency response time <span class="doop4__grey">(microseconds, milliseconds, seconds)</span>
+                  p.doop4__text.pt-1 – High throughput operations <span class="doop4__grey">(thousands and millions of operations per second)</span> <br>– Real-time processing.
+                .doop4__item
+                  p.doop4__text Continue using Apache Hadoop for: <br>— High-latency operations <span class="doop4__grey">(dozens of seconds, minutes, hours)</span><br>— Batch processing
+    // /.doop4
+
+    section.doop5 
+        .container
+           h2.h4.doop5__h2 5 Steps To Implement The Architecture In Practice
+           .doop5__blocks
+              .doop5__block
+                .doop5__item.post1
+                   .doop5__number.h4 01
+                   h4.doop5__title Download and install Apache Ignite to your system.
+                .doop5__item.post2
+                   .doop5__number.h4 02
+                   h4.doop5__title Select a list of operations for Ignite.
+                   p.doop5__text.pt-2 The best operations are those that require low-latency response time, high-throughput, and real-time analytics.
+                .doop5__item.post3
+                   .doop5__number.h4 03
+                   p.doop5__text <span class="doop5__title">Consider enabling Ignite native persistence,</span> or use Ignite as a pure in-memory cache, or in-memory data grid that persists changes to Hadoop or another external database.
+                .doop5__item.post4
+                   .doop5__number.h4 04
+                   h4.doop5__title Update your applications 
+                   p.doop5__text.pt-2 Ensure they use Ignite native APIs to process Ignite data and Spark for federated queries.
+                .doop5__item.post5 
+                   .doop5__number.h4 05
+                   .doop5__titleend If you need to replicate changes between Ignite and Hadoop clusters, use existing change-data-capture solutions:
+                   .doop5__part.flexi
+                     p Debezium<br>Kafka
+                     p.doop5__middle GridGain Data Lake Accelerator<br>Oracle GoldenGate
+                     p.doop5__end To write-through changes to Hadoop directly,<br> implement <a href="https://ignite.apache.org/docs/latest/persistence/external-storage" target="_blank">Ignite's CacheStore</a> interface.
+                   
+                                
+
+
+
+    
+
+   
+    section.native-bottom.container
+        .native-bottom__grid 
+            article.nativebotblock
+                h3.h4.nativebotblock__title
+                    img(src="/public/img/features/native-rocket.svg", alt="").nativebotblock__icon
+                    span Ready to Start?
+                p.nativebotblock__text Discover our quick start guide and build your first<br> application in 5-10 minutes
+                a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/", target="_blank") Quick Start Guide
+            article.nativebotblock.nativebotblock--learn
+                h3.h4.nativebotblock__title
+                    img(src="/public/img/features/native-docs.svg", alt="").nativebotblock__icon
+                    span Want to Learn More?
+                p.nativebotblock__text Read the Apache Spark acceleration article
+                a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/use-cases/spark-acceleration.html", target="_blank") Apache Spark Acceleration
+
+
+
+
+
+
diff --git a/src/use-cases/in-memory-data-grid.pug b/src/use-cases/in-memory-data-grid.pug
index bf7fca5..05b1789 100644
--- a/src/use-cases/in-memory-data-grid.pug
+++ b/src/use-cases/in-memory-data-grid.pug
@@ -24,7 +24,7 @@
             .innerhero__main
                
                 h1.h1.innerhero__h1 In-Memory Data Grid
-                .h1.pt-2 With Apache Ignite 
+                .h3.pt-2.with-apache With Apache Ignite 
                 .innerhero__descr.pt-2.h5.
                     Use an advanced read-through / write-through cache<br> that is deployed on top of one or several databases
                 .innerhero__action 
@@ -116,8 +116,7 @@
              article.native2item.grid5__item
                p.grid5__text Increase the performance and scalability of real-time applications and external databases.
              article.native2item.grid5__item
-               p.grid5__text Support
-                 a(href="https://ignite.apache.org/use-cases/high-performance-computing.html" target="_blank") high-performance computing.
+               p.grid5__text Support <a href="https://ignite.apache.org/use-cases/high-performance-computing.html" target="_blank"> high-performance computing.</a>
              article.native2item.grid5__item
                p.grid5__text Cache data that is scattered across databases.
 
diff --git a/src/use-cases/in-memory-database.pug b/src/use-cases/in-memory-database.pug
index d999c85..fddc518 100644
--- a/src/use-cases/in-memory-database.pug
+++ b/src/use-cases/in-memory-database.pug
@@ -24,7 +24,7 @@
             .innerhero__main
                 
                 h1.h1.innerhero__h1 In-Memory Database
-                .h1.pt-2 With Apache Ignite 
+                .h3.pt-2.with-apache With Apache Ignite 
                 .innerhero__descr.pt-2.h5.
                     In-memory database that scales horizontally across memory<br> and disk with full SQL support
                 .innerhero__action 
diff --git a/src/use-cases/provenusecases.pug b/src/use-cases/provenusecases.pug
index bc5bc3f..67f5356 100644
--- a/src/use-cases/provenusecases.pug
+++ b/src/use-cases/provenusecases.pug
@@ -66,9 +66,9 @@
         .poweredbanner__bg.flexi
             .poweredbanner__left.flexi 
                 h3.h4 Do&nbsp;you have an&nbsp;Apache Ignite use-case to&nbsp;share?
-                p.pt-1.fz20 Reach&nbsp;us out on&nbsp;the <a href="mailto:dev@ignite.apache.org" target="_blank">Ignite dev list</a>, and we&rsquo;ll add it&nbsp;to&nbsp;this page
+                p.pt-1.fz20 Reach&nbsp;us out on&nbsp;the Ignite dev list, and we&rsquo;ll add it&nbsp;to&nbsp;this page
             .poweredbanner__right
-                //- a.button(href="#").poweredbanner__button Lets go
+                a.button(href="#").poweredbanner__button Lets go
     // /.poweredbanner
 
 
diff --git a/src/use-cases/spark-acceleration.pug b/src/use-cases/spark-acceleration.pug
new file mode 100644
index 0000000..9588786
--- /dev/null
+++ b/src/use-cases/spark-acceleration.pug
@@ -0,0 +1,97 @@
+extend ../_components/base.pug
+
+block pagetitle
+    | Accelerate Apache Spark Applications
+
+block css 
+    link(rel="stylesheet", href="../css/native-persistence.css")
+    link(rel="stylesheet", href="../css/compute-apis.css")
+    link(rel="stylesheet", href="../css/digital-hub.css")
+    link(rel="stylesheet", href="../css/spark.css")
+
+  
+
+
+
+block main
+    - global.pageHref = "usecases"
+    - config.hdrClassName = "hdr__blue"
+    include ../_components/header.pug
+
+
+    section.innerhero
+        .container.innerhero__cont
+            .innerhero__main
+                
+                h1.h1.innerhero__h1 Accelerate Apache Spark Applications
+                .h3.pt-2.with-apache With Apache Ignite 
+                .innerhero__descr.pt-2.h5.
+                    Minimize data shuffling over the network with the Apache<br> Ignite implementation of RDD and Dataframe APIs
+                .innerhero__action 
+                    a.button.innerhero__button(href="https://ignite.apache.org/docs/latest/index") Start Coding
+            img.innerhero__pic.innerhero__pic--spark(src="/public/img/usecases/spark/hero-image.svg", alt="hero-image")
+    // /.innerhero
+
+    section.spark1 
+        .container
+           h2.h5.spark1__h2 How Does Ignite Accelerate Spark Applications? 
+           .spark1__block
+              .spark1__item
+                h3.spark1__h3.fz20 Horizontally scalable and shared in-memory layer
+                p.spark1__text Ignite is designed to store data sets in memory across a cluster of nodes reducing latency of Spark operations that usually need to pull date from disk-based systems.
+              .spark1__item
+                h3.spark1__h3.fz20 Minimal data shuffling over the network
+                p.spark1__text Ignite tries to minimize data shuffling over the network between its store and Spark applications by running certain Spark tasks, produced by RDDs or DataFrames APIs, in-place on Ignite nodes.
+              .spark1__item
+                h3.spark1__h3.fz20 Extra performance boost with native Ignite APIs
+                p.spark1__text Use native Ignite APIs, such as SQL from Spark applications directly and eliminate data shuffling completely between Spark and Ignite.
+           img.spark1__image(src="/public/img/usecases/spark/image.svg", alt="image")  
+    // /.spark1
+
+    section.spark2
+        .container
+            h2.h5.spark2__h2 Ignite Shared RDDs
+            .spark2__block
+               .spark2__item
+                  p.spark2__text Apache Ignite provides an implementation of the Spark RDD, which allows any data and state to be shared in memory as RDDs across Spark jobs.
+                  p.spark2__text.pt-2 The Ignite RDD provides a shared, mutable view of the data stored in Ignite caches across different Spark jobs, workers, or applications.
+               .spark2__item
+                  p.spark2__text The Ignite RDD is implemented as a view over a distributed Ignite table (aka. cache). It can be deployed with an Ignite node either within the Spark job executing process, on a Spark worker, or in a separate Ignite cluster. 
+                  p.spark2__text.pt-2 This means that depending on the chosen deployment mode, the shared state may either exist only during the lifespan of a Spark application (embedded mode), or it may out-survive the Spark application (standalone mode).
+            h2.h5.spark2__h2 Ignite DataFrames
+            .spark2__block
+               .spark2__item
+                  p.spark2__text The Apache Spark DataFrame API introduced the concept of a schema to describe the data, allowing Spark to manage the schema and organize the data into a tabular format. 
+                  p.spark2__text.pt-2 To put it simply, a DataFrame is a distributed collection of data organized into named columns. It is conceptually equivalent to a table in a relational database and allows Spark to leverage the Catalyst query optimizer to produce much more efficient query execution plans in comparison to RDDs, which are collections of elements partitioned across the nodes of the cluster.
+               .spark2__item
+                  p.spark2__text Ignite supports DataFrame APIs allowing Spark to write to and read from Ignite through that interface. 
+                  p.spark2__text.pt-1 Furthermore, Ignite analyses execution plans produced by Spark's Catalyst engine and can execute parts of the plan on Ignite nodes directly, which will reduce data shuffling and consequently make your SparkSQL perform better.
+               
+
+      
+ 
+
+
+    
+
+   
+    section.native-bottom.container
+        .native-bottom__grid 
+            article.nativebotblock
+                h3.h4.nativebotblock__title
+                    img(src="/public/img/features/native-rocket.svg", alt="").nativebotblock__icon
+                    span Ready to Start?
+                p.nativebotblock__text Discover our quick start guide and build your first application in 5-10 minutes
+                a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/", target="_blank") Quick Start Guide
+            article.nativebotblock.nativebotblock--learn
+                h3.h4.nativebotblock__title
+                    img(src="/public/img/features/native-docs.svg", alt="").nativebotblock__icon
+                    span Want to Learn More?
+                p.nativebotblock__text Using Hadoop with Spark? See how Ignite accelerates Hadoop-based deployments
+                a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/use-cases/hadoop-acceleration.html", target="_blank") Apache Hadoop Acceleration
+
+
+
+
+
+