Merge branch 'linearsite21' of https://github.com/AddMoreScripts/ignite-website into linearsite21
diff --git a/.htaccess b/.htaccess
index 62d1ecd..0a73f3b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -143,6 +143,16 @@
 Redirect 301 /releases/latest/javadoc/org/apache/ignite/yarn/class-use/IgniteProvider.VersionComparator.html /releases/latest/javadoc/org/apache/ignite/yarn/IgniteProvider.html
 
 
+## Added by new site in 2021
+Redirect 301 /in-memory-computing.html /faq.html
+Redirect 301 /whatisignite.html /faq.html
+Redirect 301 /community/resources.html /community.html
+Redirect 301 /community/contribute.html /community.html
+Redirect 301 /screencasts.html /events.html
+Redirect 301 /meetup-groups.html /events.html
+Redirect 301 /docs/latest/index /docs/latest/
+Redirect 301 /features/collocated-processing.html /features/compute-apis.html
+
 
 ##
 
@@ -176,4 +186,8 @@
 
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME}\.html -f
-RewriteRule ^docs/(.*)$ /docs/$1.html [NC]
\ No newline at end of file
+RewriteRule ^docs/(.*)$ /docs/$1.html [NC]
+
+
+
+ErrorDocument 404 /404.html
\ No newline at end of file
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..fe701c4
--- /dev/null
+++ b/404.html
@@ -0,0 +1,325 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
+    <title>404 Not found - Apache Ignite</title>
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/errors.css?ver=0.2" />
+    <style>
+      .error404 {
+        flex-flow: column nowrap;
+        align-items: center;
+        justify-content: center;
+        padding: 150px 0 150px;
+        text-align: center;
+      }
+      @media (max-width: 767px) {
+        .error404 {
+          padding: 60px 20px 60px;
+        }
+        .error404__pic {
+          max-width: 60%;
+        }
+        .error404 .h5 {
+          font-size: 15px;
+        }
+      }
+    </style>
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
+    <link rel="icon" type="image/png" href="/img/favicon.png" />
+  </head>
+  <body>
+    <!-- MOBILE MENU START -->
+    <div class="hystmodal" id="jsMenuModal" aria-hidden="true">
+      <div class="hystmodal__wrap">
+        <div class="hystmodal__window mobmenu" role="dialog" aria-modal="true">
+          <button data-hystclose class="hystmodal__close">Close</button>
+          <div class="mobmenu__wrap">
+            <a href="/" class="mobmenu__logo"><img src="/img/logo.svg" alt="Логотип" /></a>
+            <div class="mobmenu__menu">
+              <div class="mobmenu__h1 berlin">Navigation</div>
+              <ul>
+                <li>
+                  <a href="/">Get started</a>
+                  <ul>
+                    <li><a href="/resources.html">Resources</a></li>
+                    <li><a href="/faq.html">FAQ</a></li>
+                  </ul>
+                </li>
+                <li>
+                  <a href="/features/">Features</a>
+                </li>
+                <li>
+                  <a href="/community.html">Community</a>
+                  <ul>
+                    <li><a href="/events.html">Events</a></li>
+                    <li><a href="/resources.html">Resources</a></li>
+                  </ul>
+                </li>
+                <li>
+                  <a href="/use-cases/provenusecases.html">Powered by</a>
+                </li>
+                <li>
+                  <a href="https://ignite.apache.org/docs/latest/">Docs</a>
+                </li>
+              </ul>
+            </div>
+            <!-- //mobmenu__menu -->
+          </div>
+          <!-- //mobmenu__wrap -->
+        </div>
+        <!-- //mobmenu -->
+      </div>
+    </div>
+    <!-- MOBILE MENU END -->
+    <header class="hdr hdr__white jsHdrBase">
+      <div class="hdr__wrap flexi jsHdrLine">
+        <button class="hdr__burger" data-menumodal="#jsMenuModal"><img src="/img/menu.svg" alt="" /></button
+        ><a class="hdr__logo" href="/"><img class="hdr__logoimg hdr__logo--white" src="/img/logo-white.svg" alt="" /><img class="hdr__logoimg hdr__logo--black" src="/img/logo.svg" alt="" /></a
+        ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
+        <nav class="hdrmenu">
+          <ul class="flexi">
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
+            <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
+            <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
+            <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
+          </ul>
+        </nav>
+        <div class="dropmenu">
+          <div class="dropmenu__panel" data-menupanel="getStarted">
+            <div class="container dropmenu1__grid">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/faq.html"><img src="/img/menu/icon-question.svg" alt="" /><span>FAQ</span></a>
+                  </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
+              </div>
+            </div>
+            <!-- /.dropmenu1__grid-->
+          </div>
+          <!-- /.dropmenu__panel-->
+          <div class="dropmenu__panel" data-menupanel="features">
+            <div class="container dropmenu2__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/arch/native-persistence.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Native Persistence</span></a>
+                  </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/features/distributed-key-value-store.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Key-Value APIs</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/features/acid-transactions.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>ACID Transactions</span></a>
+                  </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box">
+                <div class="capstext">High-Performance <br />Computing APIs</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/features/compute-apis.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Compute APIs</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/features/servicegrid.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Services</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/features/machinelearning.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Machine Learning</span></a>
+                  </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Real Streaming APIs</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/features/streaming.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Streaming</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="https://ignite.apache.org/docs/latest/messaging"><img src="/img/menu/icon-cube.svg" alt="" /><span>Messaging</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="https://ignite.apache.org/docs/latest/key-value-api/continuous-queries"><img src="/img/menu/icon-cube.svg" alt="" /><span>Continuous Queries</span></a>
+                  </li>
+                </ul>
+              </div>
+            </div>
+            <!-- /.dropmenu2__grid-->
+            <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
+          </div>
+          <!-- /.dropmenu__panel-2-->
+          <div class="dropmenu__panel" data-menupanel="community">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
+                  </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/community.html#faq"><img src="/img/menu/icon-question.svg" alt="" /><span>Ask A Question</span></a>
+                  </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
+              </div>
+            </div>
+            <!-- /.dropmenu3__grid-->
+          </div>
+          <!-- /.dropmenu__panel-->
+        </div>
+        <!-- /.dropmeu-->
+      </div>
+    </header>
+    <div class="dropmenu__back"></div>
+    <header class="hdrfloat hdr__white jsHdrFloatBase"></header>
+    <div class="error404 container flexi">
+      <img class="error404__pic" src="/img/404.svg" alt="" />
+      <div class="h4 error404__title pt-4"><strong>Not found</strong></div>
+      <div class="h5 pt-1">The requested URL was not found on this server</div>
+    </div>
+    <footer class="footer">
+      <div class="container footer__top">
+        <section class="footer1">
+          <a class="footer__title" href="/features/">Features</a>
+          <ul class="footer__menu">
+            <li><a href="/arch/multi-tier-storage.html">Multi-Tier Storage</a></li>
+            <li><a href="/arch/native-persistence.html">Native Persistence</a></li>
+            <li><a href="/features/sql.html">Distributed SQL</a></li>
+            <li><a href="/features/acid-transactions.html">ACID Transactions</a></li>
+            <li><a href="/features/distributed-key-value-store.html">Key Value APIs</a></li>
+            <li><a href="/features/compute-apis.html">Compute APIs</a></li>
+            <li><a href="/features/machinelearning.html">Machine Learning</a></li>
+            <li><a href="/features/servicegrid.html">Services</a></li>
+            <li><a href="/features/streaming.html">Streaming</a></li>
+            <li><a href="https://ignite.apache.org/docs/latest/key-value-api/continuous-queries">Continuous Queries</a></li>
+            <li><a href="https://ignite.apache.org/docs/latest/messaging">Messaging</a></li>
+          </ul>
+        </section>
+        <section class="footer2">
+          <a class="footer__title" href="/use-cases/">Use-Cases</a>
+          <ul class="footer__menu">
+            <li><a href="/use-cases/in-memory-cache.html">In-Memory Cache</a></li>
+            <li><a href="/use-cases/in-memory-data-grid.html">In-Memory Data Grid</a></li>
+            <li><a href="/use-cases/in-memory-database.html">In-Memory Database</a></li>
+            <li><a href="/use-cases/high-performance-computing.html">High-Performance Computing</a></li>
+            <li><a href="/use-cases/digital-integration-hub.html">Digital Integration Hub</a></li>
+            <li><a href="/use-cases/key-value-store.html">Key-Value Store</a></li>
+            <li><a href="/use-cases/spark-acceleration.html">Apache Spark Acceleration</a></li>
+            <li><a href="/use-cases/hadoop-acceleration.html">Apache Hadoop Acceleration</a></li>
+          </ul>
+        </section>
+        <section class="footer3"><a class="footer__title" href="/community.html">Community</a><a class="footer__title" href="/resources.html">Resources</a><a class="footer__title" href="/events.html">Events</a></section>
+        <section class="footer4">
+          <div class="footer4__item">Join Our <a href="mailto:dev@ignite.apache.org">Dev Mailing List</a></div>
+          <div class="footer4__item pt-2">Or write your question</div>
+          <div class="footer4__item pt-1">user@ignite.apache.org</div>
+          <div class="footer4__item pt-5">Follow Us:</div>
+          <div class="footer4__socwrap flexi pt-2">
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+          </div>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
+        </section>
+      </div>
+      <div class="container footer__bot">
+        <p>© 2015 - 2021 <a href="http://www.apache.org/">The Apache Software Foundation.</a></p>
+        <p class="pt-1x">Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are either registered trademarks or trademarks of The Apache Software Foundation</p>
+        <p class="pt-1x"><a href="http://apache.org/foundation/policies/privacy.html">Privacy Policy</a></p>
+      </div>
+    </footer>
+    <a class="scrollTop" href="#"
+      ><svg class="feather feather-chevron-up" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
+        <polyline points="18 15 12 9 6 15"></polyline></svg
+    ></a>
+    <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
+    <script src="/js/vendor/smoothscroll.js"></script>
+    <script src="/js/main.js?ver=0.2"></script>
+  </body>
+</html>
diff --git a/_src/404.pug b/_src/404.pug
new file mode 100644
index 0000000..ee78d68
--- /dev/null
+++ b/_src/404.pug
@@ -0,0 +1,35 @@
+extend _components/base.pug
+
+block pagetitle
+    title 404 Not found - Apache Ignite
+
+block css
+    link(rel="stylesheet", href="/css/errors.css?ver=" + config.version)
+    style.
+        .error404{
+            flex-flow: column nowrap;
+            align-items: center;
+            justify-content: center;
+            padding: 150px 0 150px;
+            text-align: center;
+        }
+        @media (max-width:767px){
+            .error404{
+                padding: 60px 20px 60px;
+            }
+            .error404__pic{
+                max-width: 60%;
+            }
+            .error404 .h5{
+                font-size: 15px;
+            }
+        }
+
+block main
+    include ./_components/header.pug
+
+    .error404.container.flexi
+        img(src="/img/404.svg", alt="").error404__pic
+        .h4.error404__title.pt-4
+            strong Not found
+        .h5.pt-1 The requested URL was not found on this server
\ No newline at end of file
diff --git a/_src/_components/base.pug b/_src/_components/base.pug
index dc25781..4e2fbaf 100644
--- a/_src/_components/base.pug
+++ b/_src/_components/base.pug
@@ -1,14 +1,11 @@
--  var config = { hdrClassName: '', version: '0.1' }
+-  var config = { hdrClassName: '', version: '0.2' }
 include ../_components/mixins.pug
 doctype html
 html(lang="en")
     head
         meta(charset="UTF-8")
         meta(name="viewport",content="width=device-width, initial-scale=1.0, maximum-scale=1")
-        title
-            block pagetitle
-                | Page 
-            || Apache Ignite 
+        block pagetitle
         link(rel="stylesheet", href="/js/vendor/hystmodal/hystmodal.min.css?ver=" + config.version)
         link(rel="stylesheet", href="/css/utils.css?ver=" + config.version)
         link(rel="stylesheet", href="/css/site.css?ver=" + config.version)
diff --git a/_src/_components/events/2014.pug b/_src/_components/events/2014.pug
index 9ebd682..b4e5a53 100644
--- a/_src/_components/events/2014.pug
+++ b/_src/_components/events/2014.pug
@@ -22,7 +22,7 @@
     each val, index in events2014Array
         article.eventcard
             .eventcard__date !{val['data']}
-            h3.h5.pt-2 !{val['title']}
+            .eventcard__title.pt-2 !{val['title']}
             .eventcard__info.eventcard__descr.pt-2
                 p !{val['descr']}
             a.eventcard__button.button.button--shadow(href=val['link'], target="_blank") Learn More
\ No newline at end of file
diff --git a/_src/_components/events/2015.pug b/_src/_components/events/2015.pug
index 0a4e5a5..cc2e6fb 100644
--- a/_src/_components/events/2015.pug
+++ b/_src/_components/events/2015.pug
@@ -73,7 +73,7 @@
         //- - let joinSpeacker = val['speaker'].join("<br>");
         article.eventcard
             .eventcard__date !{val['data']}
-            h3.h5.pt-2 !{val['title']}
+            .eventcard__title.pt-2 !{val['title']}
             .eventcard__info.eventcard__descr.pt-2
                 p !{val['descr']}
             a.eventcard__button.button.button--shadow(href=val['link'], target="_blank") Download Ignite
@@ -84,7 +84,7 @@
                 - continue;
             article.eventcard
                 .eventcard__date !{val['data']}
-                h3.h5.pt-2 !{val['title']}
+                .eventcard__title.pt-2 !{val['title']}
                 .eventcard__info.eventcard__descr.pt-2 
                     p !{val['descr']}
                 a.eventcard__button.button.button--shadow(href=val['link'], target="_blank") Download Ignite
diff --git a/_src/_components/events/2016.pug b/_src/_components/events/2016.pug
index 1e0fd17..41e27ac 100644
--- a/_src/_components/events/2016.pug
+++ b/_src/_components/events/2016.pug
@@ -55,7 +55,7 @@
         - let joinSpeacker = val['speaker'].join("<br>");
         article.eventcard
             .eventcard__date !{val['data']}
-            h3.h5.pt-2 !{val['title']}
+            .eventcard__title.pt-2 !{val['title']}
             .eventcard__info.pt-2 
                 .eventcard__speaker !{joinSpeacker}
                 .eventcard__loc !{val['loc']}
@@ -68,7 +68,7 @@
             - let joinSpeacker = val['speaker'].join("<br>");
             article.eventcard
                 .eventcard__date !{val['data']}
-                h3.h5.pt-2 !{val['title']}
+                .eventcard__title.pt-2 !{val['title']}
                 .eventcard__info.pt-2 
                     .eventcard__speaker !{joinSpeacker}
                     .eventcard__loc !{val['loc']}
diff --git a/_src/_components/events/2017.pug b/_src/_components/events/2017.pug
index 15eb324..9323701 100644
--- a/_src/_components/events/2017.pug
+++ b/_src/_components/events/2017.pug
@@ -589,7 +589,7 @@
         - let joinSpeacker = val['speaker'].join("<br>");
         article.eventcard
             .eventcard__date !{val['data']}
-            h3.h5.pt-2 !{val['title']}
+            .eventcard__title.pt-2 !{val['title']}
             .eventcard__info.pt-2 
                 .eventcard__speaker !{joinSpeacker}
                 .eventcard__loc !{val['loc']}
@@ -602,7 +602,7 @@
             - let joinSpeacker = val['speaker'].join("<br>");
             article.eventcard
                 .eventcard__date !{val['data']}
-                h3.h5.pt-2 !{val['title']}
+                .eventcard__title.pt-2 !{val['title']}
                 .eventcard__info.pt-2 
                     .eventcard__speaker !{joinSpeacker}
                     .eventcard__loc !{val['loc']}
diff --git a/_src/_components/events/2018.pug b/_src/_components/events/2018.pug
index da677a1..2adcde9 100644
--- a/_src/_components/events/2018.pug
+++ b/_src/_components/events/2018.pug
@@ -768,7 +768,7 @@
         - let joinSpeacker = val['speaker'].join("<br>");
         article.eventcard
             .eventcard__date !{val['data']}
-            h3.h5.pt-2 !{val['title']}
+            .eventcard__title.pt-2 !{val['title']}
             .eventcard__info.pt-2 
                 .eventcard__speaker !{joinSpeacker}
                 .eventcard__loc !{val['loc']}
@@ -781,7 +781,7 @@
             - let joinSpeacker = val['speaker'].join("<br>");
             article.eventcard
                 .eventcard__date !{val['data']}
-                h3.h5.pt-2 !{val['title']}
+                .eventcard__title.pt-2 !{val['title']}
                 .eventcard__info.pt-2 
                     .eventcard__speaker !{joinSpeacker}
                     .eventcard__loc !{val['loc']}
diff --git a/_src/_components/events/2019.pug b/_src/_components/events/2019.pug
index 7caff33..4e4f8c9 100644
--- a/_src/_components/events/2019.pug
+++ b/_src/_components/events/2019.pug
@@ -271,7 +271,7 @@
         - let joinSpeacker = val['speaker'].join("<br>");
         article.eventcard
             .eventcard__date !{val['data']}
-            h3.h5.pt-2 !{val['title']}
+            .eventcard__title.pt-2 !{val['title']}
             .eventcard__info.pt-2 
                 .eventcard__speaker !{joinSpeacker}
                 .eventcard__loc !{val['loc']}
@@ -284,7 +284,7 @@
             - let joinSpeacker = val['speaker'].join("<br>");
             article.eventcard
                 .eventcard__date !{val['data']}
-                h3.h5.pt-2 !{val['title']}
+                .eventcard__title.pt-2 !{val['title']}
                 .eventcard__info.pt-2 
                     .eventcard__speaker !{joinSpeacker}
                     .eventcard__loc !{val['loc']}
diff --git a/_src/_components/events/2020.pug b/_src/_components/events/2020.pug
index ac37294..d5da7a2 100644
--- a/_src/_components/events/2020.pug
+++ b/_src/_components/events/2020.pug
@@ -644,7 +644,7 @@
         - let joinSpeacker = val['speaker'].join("<br>");
         article.eventcard
             .eventcard__date !{val['data']}
-            h3.h5.pt-2 !{val['title']}
+            .eventcard__title.pt-2 !{val['title']}
             .eventcard__info.pt-2 
                 .eventcard__speaker !{joinSpeacker}
                 .eventcard__loc !{val['loc']}
@@ -657,7 +657,7 @@
             - let joinSpeacker = val['speaker'].join("<br>");
             article.eventcard
                 .eventcard__date !{val['data']}
-                h3.h5.pt-2 !{val['title']}
+                .eventcard__title.pt-2 !{val['title']}
                 .eventcard__info.pt-2 
                     .eventcard__speaker !{joinSpeacker}
                     .eventcard__loc !{val['loc']}
diff --git a/_src/_components/events/2021.pug b/_src/_components/events/2021.pug
index 882dba2..4be7d91 100644
--- a/_src/_components/events/2021.pug
+++ b/_src/_components/events/2021.pug
@@ -321,7 +321,7 @@
         - let joinSpeacker = val['speaker'].join("<br>");
         article.eventcard
             .eventcard__date !{val['data']}
-            h3.h5.pt-2 !{val['title']}
+            .eventcard__title.pt-2 !{val['title']}
             .eventcard__info.pt-2 
                 .eventcard__speaker !{joinSpeacker}
                 .eventcard__loc !{val['loc']}
@@ -334,7 +334,7 @@
             - let joinSpeacker = val['speaker'].join("<br>");
             article.eventcard
                 .eventcard__date !{val['data']}
-                h3.h5.pt-2 !{val['title']}
+                .eventcard__title.pt-2 !{val['title']}
                 .eventcard__info.pt-2 
                     .eventcard__speaker !{joinSpeacker}
                     .eventcard__loc !{val['loc']}
diff --git a/_src/_components/footer.pug b/_src/_components/footer.pug
index e863a16..c17f9b9 100644
--- a/_src/_components/footer.pug
+++ b/_src/_components/footer.pug
@@ -55,13 +55,13 @@
             .footer4__item.pt-1 user@ignite.apache.org
             .footer4__item.pt-5 Follow Us:
             .footer4__socwrap.flexi.pt-2
-                a.footer4__soc(href="https://github.com/apache/ignite", taget="_blank")
+                a.footer4__soc(href="https://github.com/apache/ignite", target="_blank")
                     img(src="/img/icon-github.svg", alt="") 
-                a.footer4__soc(href="https://www.linkedin.com/showcase/apache-ignite/", taget="_blank")
+                a.footer4__soc(href="https://www.linkedin.com/showcase/apache-ignite/", target="_blank")
                     img(src="/img/icon-linkedin.svg", alt="") 
-                a.footer4__soc(href="https://twitter.com/apacheignite", taget="_blank")
+                a.footer4__soc(href="https://twitter.com/apacheignite", target="_blank")
                     img(src="/img/icon-twitter.svg", alt="")
-            a.footer4__button(href="https://ignite.apache.org/docs/latest/index").button Start using Apache Ignite 
+            a.footer4__button(href="https://ignite.apache.org/docs/latest/index").button Start Uing Apache Ignite 
     .container.footer__bot
         p © 2015 - 2021 <a href="http://www.apache.org/">The Apache Software Foundation.</a>
         p.pt-1x Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are either registered trademarks or trademarks of The Apache Software Foundation
diff --git a/_src/_components/header.pug b/_src/_components/header.pug
index 26109da..a3cef80 100644
--- a/_src/_components/header.pug
+++ b/_src/_components/header.pug
@@ -18,15 +18,19 @@
         a.button.hdr__button(href="/download.html") Download Ignite 2.11 
         nav.hdrmenu
             ul.flexi
-                +menuItem("", "Get started", "getStarted")
+                +menuItem("", "Get Started", "getStarted")
                 +menuItem("features", "Features", "features")
                 +menuItem("community.html", "Community", "community")
-                +menuItem("use-cases/provenusecases.html", "Powered by")
+                +menuItem("use-cases/provenusecases.html", "Powered By")
                 +menuItem("//ignite.apache.org/docs/latest/", "Docs")
         .dropmenu
             .dropmenu__panel(data-menupanel="getStarted")
                 .container.dropmenu1__grid
-                    .dropmenu__box.dropmenu--left
+                    .dropmenu1__buttonwrap
+                        a.dropmenu__redbutton(href="https://ignite.apache.org/docs/latest/") 
+                            img(src="/img/menu/icon-red-rocket.svg", alt="")
+                            span Quick Start Guide
+                    .dropmenu__box
                         ul.dropmenu__menu 
                             li 
                                 a.dropmenu__iconitem(href="/resources.html")
@@ -36,56 +40,51 @@
                                 a.dropmenu__iconitem(href="/faq.html")
                                     img(src="/img/menu/icon-question.svg", alt="")
                                     span FAQ
-                    .dropmenu1__center
-                        .dropmenu__box
-                            p.capstext USE CASES
-                            ul.dropmenu__menu 
-                                li 
-                                    a.dropmenu__iconitem(href="/use-cases/in-memory-cache.html")
-                                        img(src="/img/menu/icon-folder.svg", alt="")
-                                        span In-Memory Cache
-                                li
-                                    a.dropmenu__iconitem(href="/use-cases/in-memory-data-grid.html")
-                                        img(src="/img/menu/icon-folder.svg", alt="")
-                                        span In-Memory Data Grid
-                                li
-                                    a.dropmenu__iconitem(href="/use-cases/in-memory-database.html")
-                                        img(src="/img/menu/icon-folder.svg", alt="")
-                                        span In-Memory Database
-                                li
-                                    a.dropmenu__iconitem(href="/use-cases/key-value-store.html")
-                                        img(src="/img/menu/icon-folder.svg", alt="")
-                                        span Key-Value Store
-                        .dropmenu__box
-                            ul.dropmenu__menu 
-                                li 
-                                    a.dropmenu__iconitem(href="/use-cases/high-performance-computing.html")
-                                        img(src="/img/menu/icon-folder.svg", alt="")
-                                        span High-Performance Computing
-                                li
-                                    a.dropmenu__iconitem(href="/use-cases/digital-integration-hub.html")
-                                        img(src="/img/menu/icon-folder.svg", alt="")
-                                        span Digital Integration Hub
-                                li
-                                    a.dropmenu__iconitem(href="/use-cases/spark-acceleration.html")
-                                        img(src="/img/menu/icon-folder.svg", alt="")
-                                        span Spark Acceleration
-                                li
-                                    a.dropmenu__iconitem(href="/use-cases/hadoop-acceleration.html")
-                                        img(src="/img/menu/icon-folder.svg", alt="")
-                                        span Hadoop Acceleration
-                    .dropmenu1__right
-                        a.dropmenu__redbutton(href="https://ignite.apache.org/docs/latest/") 
-                            img(src="/img/menu/icon-red-rocket.svg", alt="")
-                            span Quick Start Guide
+                    .dropmenu__box
+                        p.capstext USE CASES
+                        ul.dropmenu__menu 
+                            li 
+                                a.dropmenu__iconitem(href="/use-cases/in-memory-cache.html")
+                                    img(src="/img/menu/icon-folder.svg", alt="")
+                                    span In-Memory Cache
+                            li
+                                a.dropmenu__iconitem(href="/use-cases/in-memory-data-grid.html")
+                                    img(src="/img/menu/icon-folder.svg", alt="")
+                                    span In-Memory Data Grid
+                            li
+                                a.dropmenu__iconitem(href="/use-cases/in-memory-database.html")
+                                    img(src="/img/menu/icon-folder.svg", alt="")
+                                    span In-Memory Database
+                            li
+                                a.dropmenu__iconitem(href="/use-cases/key-value-store.html")
+                                    img(src="/img/menu/icon-folder.svg", alt="")
+                                    span Key-Value Store
+                    .dropmenu__box.no-border
+                        ul.dropmenu__menu 
+                            li 
+                                a.dropmenu__iconitem(href="/use-cases/high-performance-computing.html")
+                                    img(src="/img/menu/icon-folder.svg", alt="")
+                                    span High-Performance Computing
+                            li
+                                a.dropmenu__iconitem(href="/use-cases/digital-integration-hub.html")
+                                    img(src="/img/menu/icon-folder.svg", alt="")
+                                    span Digital Integration Hub
+                            li
+                                a.dropmenu__iconitem(href="/use-cases/spark-acceleration.html")
+                                    img(src="/img/menu/icon-folder.svg", alt="")
+                                    span Spark Acceleration
+                            li
+                                a.dropmenu__iconitem(href="/use-cases/hadoop-acceleration.html")
+                                    img(src="/img/menu/icon-folder.svg", alt="")
+                                    span Hadoop Acceleration
                 // /.dropmenu1__grid
             // /.dropmenu__panel
 
 
             .dropmenu__panel(data-menupanel="features")
                 .container.dropmenu2__grid
-                    .dropmenu2__col.dropmenu__box
-                        .capstext Distributed <br>Multi-Tiered Storage
+                    .dropmenu__box
+                        .capstext Distributed Multi-Tiered <br>Storage
                         ul.dropmenu__menu 
                             li 
                                 a.dropmenu__iconitem(href="/arch/multi-tier-storage.html")
@@ -95,8 +94,8 @@
                                 a.dropmenu__iconitem(href="/arch/native-persistence.html")
                                     img(src="/img/menu/icon-db.svg", alt="")
                                     span Native Persistence
-                    .dropmenu2__col.dropmenu__box
-                        .capstext Essentail Developer <br>APIs
+                    .dropmenu__box
+                        .capstext Essentail Developer APIs
                         ul.dropmenu__menu 
                             li 
                                 a.dropmenu__iconitem(href="/features/sql.html")
@@ -110,7 +109,7 @@
                                 a.dropmenu__iconitem(href="/features/acid-transactions.html")
                                     img(src="/img/menu/icon-cube.svg", alt="")
                                     span ACID Transactions
-                    .dropmenu2__col.dropmenu__box
+                    .dropmenu__box
                         .capstext High-Performance <br>Computing APIs
                         ul.dropmenu__menu 
                             li 
@@ -125,7 +124,7 @@
                                 a.dropmenu__iconitem(href="/features/machinelearning.html")
                                     img(src="/img/menu/icon-cube.svg", alt="")
                                     span Machine Learning
-                    .dropmenu2__col.dropmenu__box
+                    .dropmenu__box
                         .capstext Real Streaming APIs
                         ul.dropmenu__menu 
                             li 
@@ -140,10 +139,6 @@
                                 a.dropmenu__iconitem(href="https://ignite.apache.org/docs/latest/key-value-api/continuous-queries")
                                     img(src="/img/menu/icon-cube.svg", alt="")
                                     span Continuous Queries
-                    .dropmenu1__right.dropmenu2__col
-                        a.dropmenu__redbutton(href="https://ignite.apache.org/docs/latest/") 
-                            img(src="/img/menu/icon-red-rocket.svg", alt="")
-                            span Quick Start Guide
                 // /.dropmenu2__grid
                 .panelmorelinkwrap 
                     a.panellink(href="/features/") View all
@@ -151,8 +146,9 @@
 
 
             .dropmenu__panel(data-menupanel="community")
-                .container.dropmenu1__grid.dropmenu3__grid
-                    .dropmenu__box.dropmenu--left.dropmenu3--left
+                .container.dropmenu3__grid
+                    .dropmenu__box
+                        .capstext Project Info
                         ul.dropmenu__menu 
                             li 
                                 a.dropmenu__iconitem(href="/community.html#story")
@@ -162,7 +158,10 @@
                                 a.dropmenu__iconitem(href="/community.html#community")
                                     img(src="/img/menu/icon-comment.svg", alt="")
                                     span Meet The Community
-                            li 
+                    .dropmenu__box.no-border
+                        .capstext &nbsp;
+                        ul.dropmenu__menu
+                            li
                                 a.dropmenu__iconitem(href="/community.html#contributing")
                                     img(src="/img/menu/icon-puzzle.svg", alt="")
                                     span Start Contributing
@@ -170,34 +169,29 @@
                                 a.dropmenu__iconitem(href="/community.html#faq")
                                     img(src="/img/menu/icon-question.svg", alt="")
                                     span Ask A Question
-                    .dropmenu1__center
-                        .dropmenu__box
-                            p.capstext Events
-                            ul.dropmenu__menu 
-                                li 
-                                    a.dropmenu__iconitem(href="/events.html#summit")
-                                        img(src="/img/menu/icon-calendar.svg", alt="")
-                                        span Apache Ignite Summit
-                                li
-                                    a.dropmenu__iconitem(href="/events.html#meetups")
-                                        img(src="/img/menu/icon-calendar.svg", alt="")
-                                        span Meetups
-                                
-                        .dropmenu__box
-                            ul.dropmenu__menu 
-                                li
-                                    a.dropmenu__iconitem(href="/events.html#upcoming")
-                                        img(src="/img/menu/icon-calendar.svg", alt="")
-                                        span Upcoming Events
-                                li
-                                    a.dropmenu__iconitem(href="/events.html#past")
-                                        img(src="/img/menu/icon-calendar.svg", alt="")
-                                        span Past Events
-                    .dropmenu1__right
-                        a.dropmenu__redbutton(href="https://ignite.apache.org/docs/latest/") 
-                            img(src="/img/menu/icon-red-rocket.svg", alt="")
-                            span Quick Start Guide
-                // /.dropmenu1__grid
+                    .dropmenu__box
+                        .capstext Events
+                        ul.dropmenu__menu 
+                            li 
+                                a.dropmenu__iconitem(href="/events.html#summit")
+                                    img(src="/img/menu/icon-calendar.svg", alt="")
+                                    span Apache Ignite Summit
+                            li
+                                a.dropmenu__iconitem(href="/events.html#meetups")
+                                    img(src="/img/menu/icon-calendar.svg", alt="")
+                                    span Meetups
+                    .dropmenu__box.no-border
+                        .capstext &nbsp;
+                        ul.dropmenu__menu 
+                            li
+                                a.dropmenu__iconitem(href="/events.html#upcoming")
+                                    img(src="/img/menu/icon-calendar.svg", alt="")
+                                    span Upcoming Events
+                            li
+                                a.dropmenu__iconitem(href="/events.html#past")
+                                    img(src="/img/menu/icon-calendar.svg", alt="")
+                                    span Past Events
+                // /.dropmenu3__grid
             // /.dropmenu__panel
         // /.dropmeu
 .dropmenu__back
diff --git a/_src/_components/mixins.pug b/_src/_components/mixins.pug
index f838842..844670e 100644
--- a/_src/_components/mixins.pug
+++ b/_src/_components/mixins.pug
@@ -10,6 +10,6 @@
                     span(class="comvideo__txt " + blacktitile) !{videotitile}
                     img(src=thumbname, alt="")
         if title
-            h4.h4.pt-2.comvideo__title !{title}
+            .h4.pt-2.comvideo__title !{title}
         .comvideo__descr.pt-1
             block
\ No newline at end of file
diff --git a/_src/arch/clustering.pug b/_src/arch/clustering.pug
index a2d8979..3263bdc 100644
--- a/_src/arch/clustering.pug
+++ b/_src/arch/clustering.pug
@@ -1,7 +1,7 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Deployment Options  
+    title Deployment Options  
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
diff --git a/_src/arch/multi-tier-storage.pug b/_src/arch/multi-tier-storage.pug
index c14d66e..7d6c727 100644
--- a/_src/arch/multi-tier-storage.pug
+++ b/_src/arch/multi-tier-storage.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Multi-Tier Storage   
+    title Multi-Tier Storage, Memory Tier - Apache Ignite
+    meta(name="description", content="Apache Ignite multi-tier storage uses memory, disk, and Intel Optane as active storage tiers to provide the speed of memory with the consistency of disk-based databases without the need for memory warm-ups on restarts.")
+    link(rel="canonical", href="https://ignite.apache.org/arch/multi-tier-storage.html")
+
+    meta(property="og:title", content="Multi-Tier Storage, Memory Tier - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/arch/multi-tier-storage.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite multi-tier storage uses memory, disk, and Intel Optane as active storage tiers to provide the speed of memory with the consistency of disk-based databases without the need for memory warm-ups on restarts.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -30,7 +38,7 @@
 
     section.multitier2
     .container 
-        h2.h3.multitier2__title.
+        .h3.multitier2__title.
             Apache Ignite multi-tier storage implements a cutting-edge storage architecture that combines performance benefits of&nbsp;memory with the scalability and durability advantages of disk-based databases.
 
 
@@ -122,13 +130,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Discover more details about multi-tier storage <br>and configure it for your use-case
                 a.nativebotblock__link.arrowlink(href="https://cwiki.apache.org/confluence/display/IGNITE/Ignite+Persistent+Store+-+under+the+hood", target="_blank") Working with SQL Guide 
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Check multi-tier storage implementation <br>details article 
diff --git a/_src/arch/native-persistence.pug b/_src/arch/native-persistence.pug
index f3f471f..e5b93a7 100644
--- a/_src/arch/native-persistence.pug
+++ b/_src/arch/native-persistence.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Native Persistence  
+    title Native Persistence - Apache Ignite
+    meta(name="description", content="Apache Ignite native persistence is a distributed, ACID, and SQL-compliant disk-based store. It let Ignite store more data on disk than it can cache in memory and to enable fast cluster restarts.")
+    link(rel="canonical", href="https://ignite.apache.org/arch/native-persistence.html")
+
+    meta(property="og:title", content="Native Persistence - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/arch/native-persistence.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite native persistence is a distributed, ACID, and SQL-compliant disk-based store. It let Ignite store more data on disk than it can cache in memory and to enable fast cluster restarts.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -33,11 +41,11 @@
     
     section.native1.container.flexi
         .native1__block.native1__block--bad
-            img.native1__icon(src="/img/features/icon-check-err.svg", alt="")
+            img.native1__icon(src="/img/features/smile-doesnt-have.svg", alt="")
             .native1__title.fz20.pt-1x Usually, in-memory caches and databases provide limited persistence capabilities.
             p.pt-2 For instance, some solutions just do a backup copy of <br>the in-memory data purely for restart purposes.
         .native1__block
-            img.native1__icon(src="/img/features/icon-check-ok.svg", alt="")
+            img.native1__icon(src="/img/features/smile-done.svg", alt="")
             .native1__title.fz20.pt-1x.
                 Ignite persistence doesn’t have any limitations. <br>
                 Our native persistence behaves like a classic <br>disk-based database.
@@ -158,13 +166,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Discover more details about native persistence <br>and configure it&nbsp;for your use-case
                 a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/persistence/native-persistence", target="_blank") Native Persistence Usage and Configuration
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to&nbsp;Learn More?
                 p.nativebotblock__text Check out the details of&nbsp;native persistence <br>implementation, <a href="https://www.youtube.com/watch?v=6Yg5QW-XFVc&list=PLMc7NR20hA-I2EfyXeaSRHY5dRFtK_NF0&index=6" target="_blank">or&nbsp;watch a&nbsp;video</a>
diff --git a/_src/community.pug b/_src/community.pug
index c5acf39..7f5a9c4 100644
--- a/_src/community.pug
+++ b/_src/community.pug
@@ -1,7 +1,15 @@
 extend _components/base.pug
 
 block pagetitle
-    | Community 
+    title Apache Ignite Community - Start Contributing
+    meta(name="description", content="Meet an Apache Ignite community and get help. Contribute to Ignite by helping answer user questions, coding, changing technical documentation, or becoming a committer and PMC member.")
+    link(rel="canonical", href="https://ignite.apache.org/community.html")
+
+    meta(property="og:title", content="Apache Ignite Community - Start Contributing")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/community.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Meet an Apache Ignite community and get help. Contribute to Ignite by helping answer user questions, coding, changing technical documentation, or becoming a committer and PMC member.")
 
 
 block css 
@@ -147,7 +155,7 @@
         .container 
             .cmty-contrib__wrap.flexi
                 .cmty-contrib__main 
-                    h2.h4 Contributers
+                    h3.h4 Contributers
                     .cmty-contrib__text.pt-2.
                         More than 100 members help the project to grow and progress daily. Code contributions, documentation creation, project awareness, developer support — <strong>is a sample of contributions that we recognize.</strong>
                 .cmty-contrib__pic 
@@ -160,7 +168,7 @@
 
     section.cmty-committers 
         .container
-            h2.h4 Committers
+            h3.h4 Committers
             .cmty-committers__text.pt-2 Most active contributors who make a&nbsp;significant contribution <br>to&nbsp;the project become Apache Ignite committers.
             p.cmty-committers__small.pt-2 <a href="https://ignite.apache.org/community/resources.html#people" target="_blank">Here is</a> the list of committers for the project.
             .committers__wrap.flexi 
@@ -219,7 +227,7 @@
 
     section.cmty-pm 
         .container 
-            h2.fz30 Project Management Committee
+            h3.fz30 Project Management Committee
             .cmty-committers__text.pt-2 A group of Ignite committers who oversee project management and operational matters. <br>They vote on new committers, releases and do other vital decisions.
             p.cmty-committers__small.pt-2 <a href="#">Here is</a> the list of PMC members for the project.
             
@@ -231,7 +239,7 @@
                         .cmty-pmitem__proff
                             img(src="/img/community/b7-chair-star.svg", alt="")
                             span Chair
-                    h3.cmty-pmitem__name.h5 !{obj["Name"]}
+                    p.cmty-pmitem__name.h5 !{obj["Name"]}
                     small.cmty-pmitem__work.pt-2 #{obj["Company"]}
                     .cmty-pmitem__links.flexi 
                         if obj["GitHub"]
@@ -275,7 +283,7 @@
 
     section.cmty-docs 
         .container 
-            h2.h4 Code and technical documentation contributions
+            h3.h4 Code and technical documentation contributions
             .cmty-docs__wrap.flexi.pt-5
                 .cmty-docblock 
                     .cmty-docblock__icon
@@ -302,7 +310,8 @@
 
     section.cmty-ready
         .container
-            h2.h4.pb-1 Ready to start?
+            .h4.pb-1
+                strong Ready to start?
             .cmty-ready__text.fz20 4 Steps to Start Contributing to the Code and Technical Documentation
             .cmty-ready__wrap.pt-4
                 .cmty-ready__item 
@@ -342,7 +351,7 @@
     
     section.cmty-red
         .container 
-            h2.h4 Contribute By Building The Awareness <br>Of Ignite And Helping Fellow Developers
+            h3.h4 Contribute By Building The Awareness <br>Of Ignite And Helping Fellow Developers
             .cmty-red__wrap
                 article.cmty-redblock.cmty-red__wrap--bg.tplbox
                     img(src="/img/community/b12-code.svg", alt="").tplbox__icon
@@ -368,7 +377,8 @@
 
     section.cmty-redstart 
         .container 
-            h2.fz30.pb-1 Ready to start?
+            .fz30.pb-1 
+                strong Ready to start?
             p.fz20 2 steps to start contributing by building the awareness and helping developers
             .cmty-redstart__wrap.pt-4
                 article.cmty-redstep.cmty-redstep--1
@@ -376,17 +386,18 @@
                     p <a href="mailto:dev-subscribe@ignite.apache.org">Join dev mailing list</a> and introduce yourself
                 article.cmty-redstep.cmty-redstep--2
                     i 02
-                    h3.cmty-redstep__h3 If you want to build project awareness
+                    .cmty-redstep__h3 If you want to build project awareness
                     p <a href="https://recognition.gridgain.com/about" target="_blank">Get instructions</a> and start spreading the word about Apache Ignite.
                 article.cmty-redstep.cmty-redstep--3
                     i 02
-                    h3.cmty-redstep__h3 If you want to help application developpers
+                    .cmty-redstep__h3 If you want to help application developpers
                     p Look for new questions on the <a href="mailto:user-subscribe@ignite.apache.org">user mailing list</a> or <a href="https://stackoverflow.com/questions/tagged/ignite" target="_blank">StackOverflow</a> (#ignite) and help others to use Ignite successfully.
             .cmty-redstart__bottom.flexi
                 .cmty-redstart__left
-                    h3.h4.pb-1 Project Awareness <br>Top Contributors
+                    .h4.pb-1 
+                        strong Project Awareness <br>Top Contributors
                     p.h5.cmty-redstart__grey Previous Quarter 
-                    h3.cmty-redstart__bottitle.h5.pt-4.pb-3
+                    .cmty-redstart__bottitle.h5.pt-4.pb-3
                         p We do recognise and welcome non-code contributions. There are dozens of Apache Ignite community members who contribute this way.
                 .cmty-redstart__botright
                     iframe(src="https://recognition-dev.gridgain.com/leaderboard-frame?limit=10&interval=prev-quarter", frameborder="0").cmty-redstart__iframe.themescroll
@@ -413,7 +424,7 @@
                     img(src="/img/community/b16-icon-quest.svg", alt="")
                     span For General Questions
                 .faqblock__right
-                    h4 By e-mail
+                    p.faqblock__rightitle By e-mail
                     p For general questions about Ignite <a href="mailto:user@ignite.apache.org">user@ignite.apache.org</a>
                     .faqblock__buttons.flexi.pb-5.pt-2
                         a.faqblock__button.flexi(href="mailto:user-subscribe@ignite.apache.org") 
@@ -425,7 +436,7 @@
                         a.faqblock__button.flexi(href="https://lists.apache.org/list.html?user@ignite.apache.org" target="_blank") 
                             img(src="/img/icon-folder.svg", alt="")
                             span Archives
-                    h4 On StackOverflow
+                    p.faqblock__rightitle On StackOverflow
                     p Many Ignite community members watch <a href="http://stackoverflow.com/questions/tagged/ignite" target="_blank">Stack Overflow</a> for the tag "ignite" or "apacheignite", so you can post your questions there as well.
                     .faqblock__buttons.flexi.pt-2
                         a.faqblock__button.flexi(href="http://stackoverflow.com/questions/tagged/ignite" target="_blank") 
@@ -437,7 +448,7 @@
                     img(src="/img/community/b16-icon-comments.svg", alt="")
                     span For Contribution Related <br>Questions and Discussions
                 .faqblock__right
-                    h4 By e-mail
+                    p.faqblock__rightitle By e-mail
                     p For contribution-related discussions <a href="mailto:dev@ignite.apache.org">dev@ignite.apache.org</a>
                     .faqblock__buttons.flexi.pb-4.pt-2
                         a.faqblock__button.flexi(href="mailto:dev-subscribe@ignite.apache.org") 
@@ -449,7 +460,7 @@
                         a.faqblock__button.flexi(href="https://lists.apache.org/list.html?user@ignite.apache.org" target="_blank") 
                             img(src="/img/icon-folder.svg", alt="")
                             span Archives
-                    h4 On StackOverflow
+                    p.faqblock__rightitle On StackOverflow
                     p Many Ignite community contributors monitor <a href="http://stackoverflow.com/questions/tagged/ignite" target="_blank">Stack Overflow</a> for the tag "ignite" or "apacheignite" to support Ignite developers, so you can post your questions there as well.
                     .faqblock__buttons.flexi.pt-2
                         a.faqblock__button.flexi(href="http://stackoverflow.com/questions/tagged/ignite") 
@@ -461,7 +472,7 @@
                     img(src="/img/community/b16-icon-reports.svg", alt="")
                     span Report an Issue 
                 .faqblock__right
-                    h4 By e-mail
+                    p.faqblock__rightitle By e-mail
                     p For contribution-related discussions <a href="https://lists.apache.org/list.html?issues@ignite.apache.org">issues@ignite.apache.org</a>
                     .faqblock__buttons.flexi.pb-5.pt-2
                         a.faqblock__button.flexi(href="mailto:notifications-subscribe@ignite.apache.org") 
@@ -473,7 +484,7 @@
                         a.faqblock__button.flexi(href="https://lists.apache.org/list.html?issues@ignite.apache.org" target="_blank") 
                             img(src="/img/icon-folder.svg", alt="")
                             span Archives
-                    h4 On Jira
+                    p.faqblock__rightitle On Jira
                     p Visit <a href="https://issues.apache.org/jira/browse/IGNITE" target="_blank">Ignite Jira</a> if you would like to file a new issue or view existing issues.
                     .faqblock__buttons.flexi.pt-2
                         a.faqblock__button.flexi(href="http://stackoverflow.com/questions/tagged/ignite" target="_blank") 
diff --git a/_src/download.pug b/_src/download.pug
index aa0dcf4..9359217 100644
--- a/_src/download.pug
+++ b/_src/download.pug
@@ -1,7 +1,15 @@
 extend _components/base.pug
 
 block pagetitle
-    | Downloads  
+    title Download - Apache Ignite
+    meta(name="description", content="Download Apache Ignite here and install in your environment. It’s for free – just select from one of the available options and download.")
+    link(rel="canonical", href="https://ignite.apache.org/download.html")
+
+    meta(property="og:title", content="Download - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/download.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Download Apache Ignite here and install in your environment. It’s for free – just select from one of the available options and download.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -70,7 +78,7 @@
 
 
     section.downloadtitle.container.pb-5
-        h2 Download Apache Ignite® and install in your environment. <br>Select from one of the available options.
+        p Download Apache Ignite® and install in your environment. <br>Select from one of the available options.
 
     section.cmtynavblock.jsNavBlock.cmtynavblock--downwrap
         .container
@@ -90,7 +98,7 @@
     // /.cmtynavblock
 
     section.download-src#source.container
-        .capstext.pb-5 SOURCE RELEASES
+        h2.capstext.pb-5 SOURCE RELEASES
 
         include ./_components/download-source.pug
         .download-src__bottom.flexi.pt-5
@@ -112,7 +120,7 @@
 
 
     section.download-bin.container#binary
-        .capstext BINARY RELEASES
+        h2.capstext BINARY RELEASES
 
         .download-bin__header.pt-4.pb-5
             p.
@@ -138,7 +146,7 @@
 
 
     section.download-docker.container#docker
-        h3.capstext.pb-5 DOCKER AND CLOUD IMAGES
+        h2.capstext.pb-5 DOCKER AND CLOUD IMAGES
         include ./_components/download-docker.pug
     // /.download-docker
 
@@ -160,13 +168,13 @@
 
 
     section.downfooter.container#git
-        p.capstext.pb-3 GIT REPOSITORY
+        h2.capstext.pb-3 GIT REPOSITORY
         pre.nativecode__codebox.nomargin
             code.bash.
                 $ git clone https://gitbox.apache.org/repos/asf/ignite
         
         .downfooter__spacer.pt-5.pb-5
-        p.capstext.pb-3#extensions EXTENSIONS
+        h2.capstext.pb-3#extensions EXTENSIONS
 
         -
             var xmlCode = `<dependency>
@@ -186,7 +194,7 @@
 
 
     section.party3rd#party3rd.container
-        p.capstext 3RD PARTY BINARIES
+        h2.capstext 3RD PARTY BINARIES
         .party3rd__wrap.pt-5.flexi
             .party3rd__left
                 p.pb-2 This is a list of 3rd party binary packages based on Apache Ignite. The Apache Ignite project does not endorse or maintain any 3rd party binary packages.
diff --git a/_src/events-video.pug b/_src/events-video.pug
deleted file mode 100644
index 7585bb8..0000000
--- a/_src/events-video.pug
+++ /dev/null
@@ -1,293 +0,0 @@
-extend _components/base.pug
-
-block pagetitle
-    | Events Watch Video 
-
-block css 
-    link(rel="stylesheet", href="../css/events.css?ver=" + config.version)
-
-block main
-    - global.pageHref = "events.html"
-    include ./_components/header.pug
-
-
-
-    section.eventhero
-        .container
-            .eventhero__main
-                h2.h2.
-                    Join The Apache Ignite <br>
-                    Community At&nbsp;Conferences, <br>
-                    Summits And Other Events
-                .h5.pt-3.
-                    The community meets online and offline regularly. <br>
-                    Join our meetup groups and events to learn from <br>Ignite experts or to share your Ignite experience.
-            img.eventhero__img(src="/img/events/b1-mainpic.svg", alt="Join the Apache Ignite Community at Conferences, Summits and Other Events")
-    // /.eventhero
-
-
-    section.cmtynavblock 
-        .container
-            ul.cmtynavblock__list.flexi 
-                li
-                    a.cmtynavblock__active(href="#summit")  Ignite Summit
-                li
-                    a(href="#meetups") Meetups Worldwide
-                li
-                    a(href="#upcoming") Upcoming Events
-                li
-                    a(href="#past") Past Events
-    // /.cmtynavblock
-
-
-
-    section.event-featured.container 
-        p.capstext Featured Event
-        a(href="https://ignite-summit.org/schedule/", target="_blank").event-featured__banner.pt-5
-            picture
-                source(srcset="/img/events/event-banner-vert.jpg" media="(max-width: 767px)")
-                img(src="/img/events/event-banner.jpg", alt="")
-            //- .event-featured__placeholder(style="background:#E8F2FA; height:340px;")
-    // /.event-featured
-
-
-
-    section.evsummit.container#summit
-        .evsummit__date.flexi 
-            .evsummit__day 16
-            .evsummit__month.h5 NOVEMBER <br>2021
-        .evsummit__info.flexi.pt-5
-            .evsummit__logo 
-                img(src="/img/events/b2-summit.svg", alt="")
-            .evsummit__descr
-                h3.h3 Apache Ignite Summit
-                p.h5.pt-2.
-                    This virtual conference will feature speakers from industry-leading companies <br>
-                    and hundreds of participants from all over the world. 
-        .evsummit__blocks.pt-5.flexi 
-            a(href="#", target="_blank").evsummblock.evsummblock--speaker
-                p.h4.evsummblock__title Watch Summit videos and learn more about in-memory computing technology
-                p.fz20.pt-1x.evsummblock__descr A full collection of Apache Ignite Summit presentations
-                p.evsummblock__listtitle.pt-4
-                    span.button Watch Summit Videos 
-    // /.evsummit
-        
-
-    section.event-planet#meetups
-        .container
-            .event-planet__wrap.flexi 
-                .event-planet__main 
-                    h3.h3.pb-1 Apache Ignite Meetups Worldwide
-                    p.h5.pt-5 Meet the community&nbsp;&mdash; developers, experts, and practitioners&nbsp;&mdash; face-to-face, virtually, or&nbsp;onsite in&nbsp;your city.
-                .event-planet__pic 
-                    img(src="/img/events/b4-world.svg", alt="")
-    // /.event-planet
-        
-
-
-    section.event-virtual.container 
-        .eventvirt.flexi 
-            .eventvirt__left 
-                h3.h4 Virtual Apache Ignite Meetup
-                p.pt-2 Join Ignite users, developers, committers, contributors, and architects from all over the world and&nbsp;get access to&nbsp;the online-talks and presentations by&nbsp;Apache Ignite experts and practitioners.
-            .eventvirt__right 
-                a.button(href="#") Join Virtual Meetup
-
-        .event-virtbot.flexi
-            .event-virtbot__col
-                h4.h4 Recordings Of Past Meetups
-                p.pt-2 Find a collection of past Virtual Apache Ignite Meetup <br>presentations, talks, and webinars.
-                .event-recording.pb-2
-                    a(href="#").event-recorditem.videoscr.glightbox
-                        .event-recpic(style="border-radius:10px; background:#F6F6F6;")
-                    a(href="#").event-recorditem.videoscr.glightbox
-                        .event-recpic(style="border-radius:10px; background:#F6F6F6;")
-                    a(href="#").event-recorditem.videoscr.glightbox
-                        .event-recpic(style="border-radius:10px; background:#F6F6F6;")
-                a.event-recbutton.button.button--shadow(href="https://www.youtube.com/playlist?list=PLMc7NR20hA-LQ0GR1QW5SDQflMOuPUqDQ", target="_blank")
-                    i.
-                        <svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg">
-                            <path d="M8.71423 4.99993L0.142805 9.94865L0.142805 0.0512134L8.71423 4.99993Z"/>
-                        </svg>
-                    span Watch Virtual Meetup videos 
-
-            .event-virtbot__col
-                h4.h4 Upcoming Virtual Meetup
-                p.pt-2.event-virtbot__gray November 16, 2021
-                .event-dynamicsect
-                a.button.button--shadow.event-recmorebutton(href="https://www.meetup.com/ru-RU/Apache-Ignite-Virtual-Meetup/events/280383112/", target="_blank") Learn more
-    // /.event-virtual
-
-
-
-    section.eventyoucity.container 
-        h2.h4 Apache Ignite Meetups In Your City
-        .eventyoucity__wrap.pt-5
-            article.eventyoucity__item
-                .eventyoucity__icon 
-                    img(src="/img/events/flag-uk.svg", alt="")
-                .eventyoucity__town.h5
-                    strong London
-                    span Apache Ignite Meetup
-                .eventyoucity__action 
-                    a.button.button--shadow(href="#")
-                        img(src="/img/events/icon-plus.svg", alt="")
-                        span Join 
-            article.eventyoucity__item
-                .eventyoucity__icon 
-                    img(src="/img/events/flag-ru.svg", alt="")
-                .eventyoucity__town.h5
-                    strong St.Petersburg
-                    span Apache Ignite Meetup
-                .eventyoucity__action 
-                    a.button.button--shadow(href="#")
-                        img(src="/img/events/icon-plus.svg", alt="")
-                        span Join 
-            article.eventyoucity__item
-                .eventyoucity__icon 
-                    img(src="/img/events/flag-ru.svg", alt="")
-                .eventyoucity__town.h5
-                    strong Moscow
-                    span Apache Ignite Meetup
-                .eventyoucity__action 
-                    a.button.button--shadow(href="#")
-                        img(src="/img/events/icon-plus.svg", alt="")
-                        span Join
-            article.eventyoucity__last
-                p.fz20.pb-3 Start an onsite Apache Ignite Meetup in your city.
-                small Take the first step.
-                small Send us a note to <br><a href="mailto:dev@ignite.apache.org">dev@ignite.apache.org</a> <br>and we'll see what can be done.
-    // /.eventyoucity
-
-
-
-    section.eventupcoming.container#upcoming 
-        .capstext.pb-1 Upcoming Events Schedule
-        .eventupcoming__wrap.pt-4
-            h2.h4.eventupcoming__head.pb-5 Online events (2)
-            article.eventcomingitem.flexi 
-                .eventcomingitem__left
-                    p.eventcomingitem__num 21
-                    p.eventcomingitem__month SEPTEMBER
-                    p.eventcomingitem__year.pt-3 2021
-                .eventcomingitem__main
-                    p.eventcomingitem__title.h5 Distributed Java Databases Under the Hood: Main Components and Interactions Between Them
-                    p.eventcomingitem__descr.pt-1 We will describe the minimal architecture of distributed data storage—the main components and how these components work together.
-                    a.eventcomingitem__more(href="#")  Learn more details
-                .eventcomingitem__right
-                    .eventcomingitem__mic
-                        .eventcomingitem__speaker Valentin Kulichenko
-                    .eventcomingitem__loc
-                        .eventcomingitem__locblock
-                            img(src="/img/events/icon-pero.png", alt="")
-                        .eventcomingitem__camera Online event
-            // /.eventcomingitem
-
-            article.eventcomingitem.flexi 
-                .eventcomingitem__left
-                    p.eventcomingitem__num 23
-                    p.eventcomingitem__month SEPTEMBER
-                    p.eventcomingitem__year.pt-3 2021
-                .eventcomingitem__main
-                    p.eventcomingitem__title.h5 Apache Ignite Extensions – Modularization 
-                    p.eventcomingitem__descr.pt-1 Apache Ignite Extensions to allow Apache Ignite codebase host core modules capabilities and migrate 3rd party integrations in a separate repository.
-                    a.eventcomingitem__more(href="#") Learn more details
-                .eventcomingitem__right
-                    .eventcomingitem__mic
-                        .eventcomingitem__speaker Saikat Maitra
-                    .eventcomingitem__loc
-                        .eventcomingitem__locblock
-                            img(src="/img/events/icon-pero.png", alt="")
-                        .eventcomingitem__camera Online event
-            // /.eventcomingitem
-
-        .eventupcoming__wrap.pt-4
-            h2.h4.py-4 Offline events (4)
-            article.eventcomingitem.flexi 
-                .eventcomingitem__left
-                    p.eventcomingitem__num 20
-                    p.eventcomingitem__month SEPTEMBER
-                    p.eventcomingitem__year.pt-3 2021
-                .eventcomingitem__main
-                    .eventcomingitem__complextitle.flexi
-                        img.eventcomingitem__logo(src="/img/events/content/event1.png", alt="")
-                        p.eventcomingitem__title.h5 Apache Ignite. Now with CDC!
-                    p.eventcomingitem__descr.pt-2 Nikolay Izhikov, Apache Ignite PMC, will introduce the audience to Change Data Capture and share how it's organized in Apache Ignite
-                    a.eventcomingitem__more(href="#") Learn more details
-                .eventcomingitem__right
-                    .eventcomingitem__mic
-                        .eventcomingitem__speaker Nikolay Izhikov
-                    .eventcomingitem__loc
-                        .eventcomingitem__locblock Saint-Petersburg, Russia
-                        .eventcomingitem__camera Online event
-            // /.eventcomingitem
-
-            article.eventcomingitem.flexi 
-                .eventcomingitem__left
-                    p.eventcomingitem__num 23
-                    p.eventcomingitem__month SEPTEMBER
-                    p.eventcomingitem__year.pt-3 2021
-                .eventcomingitem__main
-                    .eventcomingitem__complextitle.flexi
-                        img.eventcomingitem__logo(src="/img/events/content/event2.png", alt="")
-                        p.eventcomingitem__title.h5 Organization of testing distributed systems on the example of a real Java project
-                    p.eventcomingitem__descr.pt-2 First offline meeting in 2021! Ignite Committers will talk about recently updated features. Dmitry Gorchakov will introduce the case – building a distributed system of "super services" on Apache Ignite.
-                    a.eventcomingitem__more(href="#") Learn more details
-                .eventcomingitem__right
-                    .eventcomingitem__mic
-                        .eventcomingitem__speaker.
-                            Ivan Bessonov<br>
-                            Maxim Muzafarov<br>
-                            Dmitry Gorchakov
-                    .eventcomingitem__loc 
-                        .eventcomingitem__locblock Moscow, Russia
-            // /.eventcomingitem
-    // /.eventupcoming
-
-
-
-
-    section.eventspast#past.container
-        h3.capstext.pb-5 Past Events
-        .eventspast__tablinks.flexi 
-            button.eventpast__link(data-tablink="e2021").active 2021
-            button.eventpast__link(data-tablink="e2021") 2020
-            button.eventpast__link(data-tablink="e2021") 2019
-            button.eventpast__link(data-tablink="e2021") 2018
-            button.eventpast__link(data-tablink="e2021") 2017
-            button.eventpast__link(data-tablink="e2021") 2016
-            button.eventpast__link(data-tablink="e2021") 2015
-            button.eventpast__link(data-tablink="e2021") 2014
-        .eventspast__tabs
-            .eventspast__tab 
-                article.eventcard
-                    .eventcard__date September 2, 2021
-                    h3.h5.pt-3 Building a low-code BaaS platform on Apache Ignite
-                    .eventcard__info.pt-2 
-                        .eventcard__speaker Courtney Robinson
-                            small (Hypi, co-founder and CEO)
-                        .eventcard__loc Virtual Apache Ignite Meetup
-                    a.eventcard__button.button.button--shadow Learn more details
-                article.eventcard
-                    .eventcard__date September 2, 2021
-                    h3.h5.pt-3 Apache Ignite 3.0.0 Alpha 2 Build Community Gathering
-                    .eventcard__info.pt-2 
-                        .eventcard__speaker.eventcard__speaker--one Valentin Kulichenko
-                        .eventcard__loc Virtual Apache Ignite Meetup
-                    a.eventcard__button.button.button--shadow Learn more details
-                article.eventcard
-                    .eventcard__date June 19, 2021
-                    h3.h5.pt-3 Apache Ignite on Kubernetes
-                    .eventcard__info.pt-2 
-                        .eventcard__speaker.eventcard__speaker--one Colin Capriati
-                        .eventcard__loc Virtual Apache Ignite Meetup
-                    a.eventcard__button.button.button--shadow Learn more details
-            // /.eventspast__tab
-            .eventspast__bottom.pt-5
-                a.eventspast__more.jsLoadMoreEvents(href="#")  Show more
-    // /.eventspast
-        
-
-
-
-    
\ No newline at end of file
diff --git a/_src/events.pug b/_src/events.pug
index 1916bc7..f0c61db 100644
--- a/_src/events.pug
+++ b/_src/events.pug
@@ -1,7 +1,15 @@
 extend _components/base.pug
 
 block pagetitle
-    | Events 
+    title Apache Ignite Events - Meetups, Summit, Conference
+    meta(name="description", content="Join our upcoming events: in-memory computing meetups, Apache Ignite summits or conferences. Find an Apache Ignite meetup/group near you.")
+    link(rel="canonical", href="https://ignite.apache.org/events.html")
+
+    meta(property="og:title", content="Apache Ignite Events - Meetups, Summit, Conference")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/events.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Join our upcoming events: in-memory computing meetups, Apache Ignite summits or conferences. Find an Apache Ignite meetup/group near you.")
 
 block css 
     link(rel="stylesheet", href="../css/events.css?ver=" + config.version)
@@ -15,7 +23,7 @@
     section.eventhero
         .container
             .eventhero__main
-                h2.h2.
+                h1.h2.
                     Join The Apache Ignite <br>
                     Community At&nbsp;Conferences, <br>
                     Summits And Other Events
@@ -60,7 +68,7 @@
             .evsummit__logo 
                 img(src="/img/events/b2-summit.svg", alt="")
             .evsummit__descr
-                h3.h3 Apache Ignite Summit
+                h2.h3 Apache Ignite Summit
                 p.h5.pt-2.
                     This virtual conference will feature speakers from industry-leading companies <br>
                     and hundreds of participants from all over the world. 
@@ -87,7 +95,7 @@
         .container
             .event-planet__wrap.flexi 
                 .event-planet__main 
-                    h3.h3.pb-1 Apache Ignite Meetups Worldwide
+                    h2.h3.pb-1 Apache Ignite Meetups Worldwide
                     p.h5.pt-5 Meet the community&nbsp;&mdash; developers, experts, and practitioners&nbsp;&mdash; face-to-face, virtually, or&nbsp;onsite in&nbsp;your city.
                 .event-planet__pic 
                     img(src="/img/events/b4-world.svg", alt="")
diff --git a/_src/faq.pug b/_src/faq.pug
index b27d204..6b0a26d 100644
--- a/_src/faq.pug
+++ b/_src/faq.pug
@@ -1,7 +1,15 @@
 extend _components/base.pug
 
 block pagetitle
-    | FAQ   
+    title What Is Apache Ignite - FAQ
+    meta(name="description", content="What is Apache Ignite? What is in-memory computing? Read the answers on our FAQ page.")
+    link(rel="canonical", href="https://ignite.apache.org/faq.html")
+
+    meta(property="og:title", content="What Is Apache Ignite - FAQ")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/faq.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="What is Apache Ignite? What is in-memory computing? Read the answers on our FAQ page.")
 
 block css 
     link(rel="stylesheet", href="../css/faq.css?ver=" + config.version)
@@ -29,7 +37,7 @@
         .capstext Apache Ignite FAQs
         .faqabout__wrap.flexi.pt-5
             .faqabout__left
-                h2.h4.pb-2 What Is In-memory Computing?
+                h2.h4.pb-2 What Is In-Memory Computing?
                 p In-memory computing is a software and data-processing technique that stores data sets in memory across a cluster of interconnected nodes. An average speed performance is 10-1000x faster than in disk-based systems. 
                 p In-memory computing software includes a distributed in-memory store with APIs and libraries optimized for high-performance data processing. Each cluster node (physical or virtual machine) contributes its available memory space with CPU cores to the total capacity of the cluster. 
                 p An application interacts with the cluster as a single unit, letting the in-memory computing software shield and manage all the internals related to inter-node communications, data distribution, and queries processing. The cluster scales linearly and horizontally to meet the data volume and throughput goals of the applications.
@@ -43,7 +51,7 @@
 
 
     section.faqfeats.container
-        .h4.faqfeats__title Apache Ignite Belongs to&nbsp;The In-memory <br>Computing Category:
+        h2.h4.faqfeats__title Apache Ignite Belongs To&nbsp;The In-Memory <br>Computing Category:
         .faqfeats__wrap.flexi.pt-5
             article.faqfeat.pt-1
                 .faqfeat__iconwrap.flexi 
@@ -64,88 +72,88 @@
 
     section.faqboxs.container
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite a Distributed Cache?
+            h3.faqbox__itemtitle.h5 Is Ignite A Distributed Cache?
             .faqbox__anwser.h5.pt-3 Yes
             .faqbox__text.pt-3
                 p When Ignite native persistence is&nbsp;disabled, Ignite can function as&nbsp;a&nbsp;distributed in-memory cache with support distributed ACID&nbsp;transactions, SQL queries, high-performance computing APIs, and more.
             .cardsimple__bottom
-                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-cache.html") Learn more: In-Memory Cache
+                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-cache.html") Learn More: In-Memory Cache
 
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite a Distributed Database?
+            h3.faqbox__itemtitle.h5 Is Ignite A Distributed Database?
             .faqbox__anwser.h5.pt-3 Yes
             .faqbox__text.pt-3
                 p Ignite is&nbsp;a&nbsp;distributed database for high-performance computing with in-memory speed.
                 p Data in&nbsp;Ignite is&nbsp;stored in-memory and/or on-disk, and is&nbsp;either partitioned or&nbsp;replicated across a&nbsp;cluster of&nbsp;multiple nodes. This provides scalability, performance, and resiliency.
             .cardsimple__bottom
-                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-database.html ") Learn more: Distributed Database
+                a.cardsimple__button.button.button--shadow(href="/arch/multi-tier-storage.html") Learn More: Multi-Tiered Storage
 
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite an In-memory Database?
+            h3.faqbox__itemtitle.h5 Is Ignite An In-Memory Database?
             .faqbox__anwser.h5.pt-3 Yes
             .faqbox__text.pt-3
                 p Ignite multi-tier storage supports both in-memory and disk tiers. You can always disable the native persistence and use Ignite as&nbsp;a&nbsp;distributed in-memory database, with support for SQL, transactions and other APIs.
             .cardsimple__bottom
-                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-database.html") Learn more: In-Memory Database
+                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-database.html") Learn More: In-Memory Database
 
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite an In-memory Data Grid?
+            h3.faqbox__itemtitle.h5 Is Ignite An In-Memory Data Grid?
             .faqbox__anwser.h5.pt-3 Yes
             .faqbox__text.pt-3
                 p Ignite is&nbsp;a&nbsp;full-featured distributed data grid. As&nbsp;a&nbsp;grid, Ignite can automatically integrate with and accelerate any 3rd party databases, including any RDBMS or&nbsp;NoSQL stores.
             .cardsimple__bottom
-                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-data-grid.html") Learn more: In-Memory Data Grid
+                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-data-grid.html") Learn More: In-Memory Data Grid
 
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite an SQL Database?
+            h3.faqbox__itemtitle.h5 Is Ignite An SQL Database?
             .faqbox__anwser.h5.pt-3 Not fully
             .faqbox__text.pt-3
                 p Although Ignite supports SQL natively, there are differences in&nbsp;how Ignite handles constraints and indexes.
                 p Ignite supports primary and secondary indexes, however the uniqueness can only be&nbsp;enforced for the primary indexes. Ignite also does not support foreign key constraints at&nbsp;the moment.
             .cardsimple__bottom
-                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-database.html") Learn more: SQL Database
+                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-database.html") Learn More: SQL Database
 
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite a Disk- or Memory-Only Storage?
+            h3.faqbox__itemtitle.h5 Is Ignite A Disk- Or Memory-Only Storage?
             .faqbox__anwser.h5.pt-3 Both
             .faqbox__text.pt-3
                 p Native persistence in&nbsp;Ignite can be&nbsp;turned on&nbsp;and off. This allows Ignite to&nbsp;store data sets bigger than can fit in&nbsp;the available memory.
                 p Essentially, smaller operational data sets can be&nbsp;stored in-memory only, and larger data sets that do&nbsp;not fit in&nbsp;memory can be&nbsp;stored on&nbsp;disk, using memory as&nbsp;a&nbsp;caching layer for better performance.
             .cardsimple__bottom
-                a.cardsimple__button.button.button--shadow(href="/arch/native-persistence.html") Learn more: Native Persistence
+                a.cardsimple__button.button.button--shadow(href="/arch/native-persistence.html") Learn More: Native Persistence
 
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite a NoSQL Database?
+            h3.faqbox__itemtitle.h5 Is Ignite A NoSQL Database?
             .faqbox__anwser.h5.pt-3 Not exactly
             .faqbox__text.pt-3
                 p Just like other NoSQL databases, Ignite is&nbsp;highly available and horizontally scalable.
                 p However, unlike other NoSQL databases, Ignite supports SQL and ACID transactions across multiple cluster nodes.
         
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite a Transactional Database?
+            h3.faqbox__itemtitle.h5 Is Ignite A Transactional Database?
             .faqbox__anwser.h5.pt-3 Not fully
             .faqbox__text.pt-3
                 p ACID Transactions are supported, but only at&nbsp;key-value API level. Ignite also supports cross-partition transactions, which means that transactions can span keys residing in&nbsp;different partitions on&nbsp;different servers.
                 p At&nbsp;SQL level, Ignite supports atomic, but not yet transactional consistency. SQL transactions implementation is&nbsp;already <a href="https://cwiki.apache.org/confluence/display/IGNITE/IEP-3%3A+Transactional+SQL" target="_blank">in&nbsp;the works</a> and will be&nbsp;released in&nbsp;Ignite&nbsp;3.
             .cardsimple__bottom
-                a.cardsimple__button.button.button--shadow(href="/features/acid-transactions.html") Learn more: ACID Transactions
+                a.cardsimple__button.button.button--shadow(href="/features/acid-transactions.html") Learn More: ACID Transactions
 
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite a Multi-Model Database?
+            h3.faqbox__itemtitle.h5 Is Ignite A Multi-Model Database?
             .faqbox__anwser.h5.pt-3 Yes
             .faqbox__text.pt-3
                 p Ignite supports both key-value and SQL for modelling and accessing data. 
                 p In&nbsp;addition, Ignite provides strong processing APIs for computing on&nbsp;distributed data.
             .cardsimple__bottom
-                a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-database.html") Learn more: In-Memory Database
+                //- a.cardsimple__button.button.button--shadow(href="/use-cases/in-memory-database.html") Learn More: In-Memory Database
 
         article.faqbox.cardsimple
-            .faqbox__itemtitle.h5 Is Ignite a Key-Value Store?
+            h3.faqbox__itemtitle.h5 Is Ignite A Key-Value Store?
             .faqbox__anwser.h5.pt-3 Yes
             .faqbox__text.pt-3
                 p Ignite provides a&nbsp;feature-rich key-value API, that is&nbsp;JCache (JSR-107) compliant and supports Java, C++, .NET, and other programming languages.
             .cardsimple__bottom
-                a.cardsimple__button.button.button--shadow(href="/use-cases/key-value-store.html") Learn more: Distributed Key-Value Store
+                a.cardsimple__button.button.button--shadow(href="/use-cases/key-value-store.html") Learn More: Distributed Key-Value Store
     // /.faqboxs
   
 
@@ -153,7 +161,7 @@
     section.toolingend
         .container.flexi
             .toolingend__main
-                h2.toolingend__title.h4 Ready to Start With Apache Ignite?
+                .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 Build your first application
\ No newline at end of file
diff --git a/_src/features/acid-transactions.pug b/_src/features/acid-transactions.pug
index e951c68..4e872d0 100644
--- a/_src/features/acid-transactions.pug
+++ b/_src/features/acid-transactions.pug
@@ -1,7 +1,16 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | ACID transactions  
+    title Distributed ACID Transactions - Apache Ignite
+    meta(name="description", content="Apache Ignite can operate in a strongly consistent mode with full support for distributed ACID transactions. Ignite is an ACID compliant storage engine which can handle possible distributed failures properly to avoid data inconsistencies cluster-wide.")
+    link(rel="canonical", href="https://ignite.apache.org/features/acid-transactions.html")
+
+    meta(property="og:title", content="Distributed ACID Transactions - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/features/acid-transactions.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite can operate in a strongly consistent mode with full support for distributed ACID transactions. Ignite is an ACID compliant storage engine which can handle possible distributed failures properly to avoid data inconsistencies cluster-wide.")
+
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -97,13 +106,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Create your transactional application <br>with Apache Ignite
                 a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/key-value-api/transactions", target="_blank") Performing ACID Transactions
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to&nbsp;Learn More?
                 p.nativebotblock__text Ignite&nbsp;3.0 advances its replication and transactional components with the support of&nbsp;the <strong>Raft consensus algorithm</strong>
diff --git a/_src/features/compute-apis.pug b/_src/features/compute-apis.pug
index c508ee3..de8198e 100644
--- a/_src/features/compute-apis.pug
+++ b/_src/features/compute-apis.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Compute APIs   
+    title Apache Ignite Compute APIs - Data-Intensive Computing
+    meta(name="description", content="Apache Ignite compute APIs allow you to perform computations at high speeds. Achieve high performance, low latency, and linear scalability in data-intensive computing.")
+    link(rel="canonical", href="https://ignite.apache.org/features/compute-apis.html")
+
+    meta(property="og:title", content="Apache Ignite Compute APIs - Data-Intensive Computing")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/features/compute-apis.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite compute APIs allow you to perform computations at high speeds. Achieve high performance, low latency, and linear scalability in data-intensive computing.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -111,8 +119,8 @@
     // /.nativecode
 
     section.compute3.container 
-      h3.compute2__h2 Example Of Logic Building
-      h2.compute3__h2.h4 Execute the logic in place and eliminate network impact on the performance of the calculation
+      h2.compute2__h2 Example Of Logic Building
+      h3.compute3__h2.h4 Execute the logic in place and eliminate network impact on the performance of the calculation
       p.compute3__text Imagine that a winter storm is about to hit a highly-populated city. As a telecommunication company, you have to send a text message to 20 million residents notifying about the blizzard.
       .compute4.flexi
         .compute4__block.compute4__block--bad
@@ -172,13 +180,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Start coding distributed computing APIs
                 a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/key-value-api/transactions", target="_blank") Performing Distributed Computing 
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Learn more about high-performance computing use cases and see how it works in practice 
diff --git a/_src/features/distributed-key-value-store.pug b/_src/features/distributed-key-value-store.pug
index 0cd1795..4f6d259 100644
--- a/_src/features/distributed-key-value-store.pug
+++ b/_src/features/distributed-key-value-store.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Distributed Key-Value APIs 
+    title Distributed Key-Value APIs - Apache Ignite
+    meta(name="description", content="Apache Ignite as a distributed key-value store is supported for different caching techniques. Ignite key-value APIs allow to create database key-value tables on-chain and increase processing performance.")
+    link(rel="canonical", href="https://ignite.apache.org/features/distributed-key-value-store.html")
+
+    meta(property="og:title", content="Distributed Key-Value APIs - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/features/distributed-key-value-store.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite as a distributed key-value store is supported for different caching techniques. Ignite key-value APIs allow to create database key-value tables on-chain and increase processing performance.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -31,7 +39,7 @@
 
     section.keyvalue1.container.flexi
         .keyvalue1__left
-            .capstext Key-Value APIs Overview
+            h2.capstext Key-Value APIs Overview
             .keyvaluetext.pt-5
                 p Every record in Ignite is stored as a key-value pair. All the records are distributed evenly across the cluster nodes. Your key-value queries are directed automatically to the nodes that store requested data. This is how Ignite utilizes all the given memory, disk, and CPU resources.
                 p Key-value APIs are supported by all existing Ignite client libraries:
@@ -55,7 +63,7 @@
 
     section.keyvalue2.container.flexi
         .keyvalue2__left
-            .keyvalue__title Automatic Synchronization With External <br>Databases To Keep A Consistent Copy Of Data
+            h3.keyvalue__title Automatic Synchronization With External <br>Databases To Keep A Consistent Copy Of Data
             .keyvaluetext.pt-2.pb-5
                 p Two synchronization strategies are available in Apache Ignite: <br>write-through/behind and read-through.
             dl.keyvalue2__box.pb-2
@@ -75,7 +83,7 @@
 
     section.keyvalue3.container.flexi
         .keyvalue3__right
-            .keyvalue__title Near Cache To Process Your Requests In&nbsp;Microseconds
+            h3.keyvalue__title Near Cache To Process Your Requests In&nbsp;Microseconds
             .keyvaluetext.pt-2.pb-5
                 p A near cache is a local client-side cache that stores the most frequently <br>used data on the application end.
             .keyvalue__title How it works
@@ -91,7 +99,7 @@
 
     section.keyvalue4.container.flexi.pb-1
         .keyvalue4__left
-            .keyvalue__title ACID Transactions To Update Your Distributed Records Consistently
+            h3.keyvalue__title ACID Transactions To Update Your Distributed Records Consistently
             .keyvaluetext.pt-2.pb-5
                 p Apache Ignite key-value APIs are fully transactional which means that data can be&nbsp;updated consistently and reliably.
             .keyvalue__title How it works
@@ -108,13 +116,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Create your first application using <br>Ignite key-value APIs
                 a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/key-value-api/basic-cache-operations", target="_blank") Using Key-Value APIs
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Check out how Apache Ignite can be configured <br>and used as a standard key-value store
diff --git a/_src/features/index.pug b/_src/features/index.pug
index c4781fc..ca63916 100644
--- a/_src/features/index.pug
+++ b/_src/features/index.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Features 
+    title Product Features - Apache Ignite Components
+    meta(name="description", content="Apache Ignite set of components. Learn more about Apache Ignite product features on our website.")
+    link(rel="canonical", href="https://ignite.apache.org/features/")
+
+    meta(property="og:title", content="Product Features - Apache Ignite Components")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/features/")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite set of components. Learn more about Apache Ignite product features on our website.")
 
 block css 
     link(rel="stylesheet", href="../css/features.css?ver=" + config.version)
@@ -184,7 +192,7 @@
     section.featureslast 
         .container
             .featureslast__main
-                h2.h4.featureslast__title.pb-1 Looking For Something Else?
+                .h4.featureslast__title.pb-1 Looking For Something Else?
                 .featureslast__descr.fz20 Explore our technical documentation to discover Ignite's other features 
                 ul.featureslast__links.pt-4
                     li
diff --git a/_src/features/machinelearning.pug b/_src/features/machinelearning.pug
index cca1b4b..dfd1f44 100644
--- a/_src/features/machinelearning.pug
+++ b/_src/features/machinelearning.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Machine Learning APIs  
+    title Continuous Machine Learning, Scalable Deep Learning - Apache Ignite
+    meta(name="description", content="Apache Ignite Machine Learning is a set of simple and efficient APIs to enable continuous learning. It relies on Ignite's multi-tier storage that bring massive scalability for machine learning and deep learning tasks.")
+    link(rel="canonical", href="https://ignite.apache.org/features/machinelearning.html")
+
+    meta(property="og:title", content="Continuous Machine Learning, Scalable Deep Learning - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/features/machinelearning.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite Machine Learning is a set of simple and efficient APIs to enable continuous learning. It relies on Ignite's multi-tier storage that bring massive scalability for machine learning and deep learning tasks.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -95,13 +103,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Start coding machine learning APIs
                 a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/machine-learning/machine-learning", target="_blank") Performing Machine Learning
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Check out how Apache Ignite updates<br> trained models in real time
diff --git a/_src/features/multilanguage.pug b/_src/features/multilanguage.pug
index b639638..90caf42 100644
--- a/_src/features/multilanguage.pug
+++ b/_src/features/multilanguage.pug
@@ -1,7 +1,7 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Multi-language Support   
+    title Multi-language Support   
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -56,13 +56,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/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/index", target="_blank") Quick Start Guide 
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/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
diff --git a/_src/features/servicegrid.pug b/_src/features/servicegrid.pug
index 9a3af25..1959bc2 100644
--- a/_src/features/servicegrid.pug
+++ b/_src/features/servicegrid.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Service APIs   
+    title Apache Ignite Services, Distributed Service Grid
+    meta(name="description", content="Apache Ignite Service Grid allows to deploy various types of singleton services in the cluster or multiple service instances. Build a fault-tolerant, scalable, high-performant, microservice-based solution with Apache Ignite.")
+    link(rel="canonical", href="https://ignite.apache.org/features/servicegrid.html")
+
+    meta(property="og:title", content="Apache Ignite Services, Distributed Service Grid")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/features/servicegrid.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite Service Grid allows to deploy various types of singleton services in the cluster or multiple service instances. Build a fault-tolerant, scalable, high-performant, microservice-based solution with Apache Ignite.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -115,13 +123,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Start coding with Ignite Service APIs
                 a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/services/services#re-deploying-services", target="_blank") Performing Service APIs 
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Check out a special tutorial that shows how to build and deploy microservices with Ignite Service APIs
diff --git a/_src/features/sql.pug b/_src/features/sql.pug
index c94b02e..de5b6a4 100644
--- a/_src/features/sql.pug
+++ b/_src/features/sql.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Distributed ANSI SQL 
+    title Distributed ANSI SQL Database - Apache Ignite
+    meta(name="description", content="Apache Ignite comes with an ANSI-99 compliant, horizontally scalable, and fault-tolerant SQL engine that allows you to interact with Ignite as with a regular SQL database. Ignite can function in a pure in-memory mode in which it shows the highest performance.")
+    link(rel="canonical", href="https://ignite.apache.org/features/sql.html")
+
+    meta(property="og:title", content="Distributed ANSI SQL Database - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/features/sql.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite comes with an ANSI-99 compliant, horizontally scalable, and fault-tolerant SQL engine that allows you to interact with Ignite as with a regular SQL database. Ignite can function in a pure in-memory mode in which it shows the highest performance.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -141,13 +149,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Discover more details about Apache Ignite SQL engine<br> and apply it for your use-case
                 a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/persistence/native-persistence", target="_blank") Memory Architecture
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Ignite SQL will become even more powerful and advanced with the release of the Apache Calcite based engine
diff --git a/_src/features/streaming.pug b/_src/features/streaming.pug
index 985fda6..bdbd62c 100644
--- a/_src/features/streaming.pug
+++ b/_src/features/streaming.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Real-Time Streaming APIs
+    title Apache Ignite Streaming, Real-Time Data Processing
+    meta(name="description", content="Apache Ignite data loading, streaming, and real-time processing capabilities allow to inject large amounts of data into an Ignite cluster in a scalable and fault-tolerant way. Learn more here.")
+    link(rel="canonical", href="https://ignite.apache.org/features/streaming.html")
+
+    meta(property="og:title", content="Apache Ignite Streaming, Real-Time Data Processing")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/features/streaming.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite data loading, streaming, and real-time processing capabilities allow to inject large amounts of data into an Ignite cluster in a scalable and fault-tolerant way. Learn more here.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -100,13 +108,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Start coding with Ignite Streaming APIs
                 a.nativebotblock__link.arrowlink(href="https://ignite.apache.org/docs/latest/data-streaming", target="_blank") Ignite Streaming APIs
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Explore our out-of-the-box integrations with Kafka, Flink, MQTT and other advanced streaming technologies
diff --git a/_src/features/tooling.pug b/_src/features/tooling.pug
index 82d3d3a..136bff9 100644
--- a/_src/features/tooling.pug
+++ b/_src/features/tooling.pug
@@ -1,7 +1,7 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Tooling 
+    title Tooling 
 
 block css 
     link(rel="stylesheet", href="../css/tooling.css?ver=" + config.version)
@@ -187,7 +187,7 @@
     section.toolingend
         .container.flexi
             .toolingend__main
-                h2.toolingend__title.h4 Ready to Start with Apache Ignite?
+                .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 Build your first application
diff --git a/_src/index.pug b/_src/index.pug
index 44c385b..7ec4785 100644
--- a/_src/index.pug
+++ b/_src/index.pug
@@ -1,8 +1,15 @@
 extend _components/base.pug
 
 block pagetitle
-    | Main 
+    title Distributed Database - Apache Ignite&reg;
+    meta(name="description", content="Apache Ignite is a best distributed database management system for high-performance computing with in-memory speed. Learn how to use the Ignite decentralized database system and get started.")
+    link(rel="canonical", href="https://ignite.apache.org/")
 
+    meta(property="og:title", content="Distributed Database - Apache Ignite&reg;")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite is a best distributed database management system for high-performance computing with in-memory speed. Learn how to use the Ignite decentralized database system and get started.")
 
 block css
     link(rel="stylesheet", href="../js/vendor/highlight/default.min.css?ver=" + config.version)
@@ -26,9 +33,9 @@
         section.innerhero.fronthero
             .container.innerhero__cont
                 .innerhero__main.innerhero__main--long
-                    .innerhero__pre.pb-3 Scale Across Memory And Disk With No Compromises
-                    h1.h1.innerhero__h1.innerhero__mega Open-Source <br>Distributed Database
-                    .innerhero__h2.h4.pt-2 For High-Performance Computing <br>With In-Memory Speed And On-Disk Scale
+                    //- .innerhero__pre.pb-3 Scale Across Memory And Disk With No Compromises
+                    h1.h1.innerhero__h1.innerhero__mega Distributed Database <br>For High-Performance Computing
+                    .innerhero__h2.h4.pt-2 Scale Across Memory And Disk With No Compromises
                     .innerhero__action.pt-5
                         a.button.fronthero__button(href="https://ignite.apache.org/docs/latest/index") Start Coding
         // /.innerhero
@@ -37,8 +44,8 @@
 
     section.frontblue
         aside.fronttopcards.flexi.container 
-            article.frontcard
-                .frontcard__title.h5 One of top-5 project of the Apache Software Foundation
+            a(href="https://blogs.apache.org/ignite/entry/apache-ignite-momentum-highlights-from", target="_blank").frontcard
+                .frontcard__title.h5 A top-5 project of the Apache Software <br>Foundation
                 .frontcard__prises.pt-3.flexi 
                     .frontcard__price.flexi
                         .frontcard__iconwrap
@@ -54,17 +61,17 @@
                         span Dev Lists
             // /.frontcard
 
-            article.frontcard
+            a(href="/use-cases/provenusecases.html").frontcard
                 .frontcard__network
                     img(src="/img/frontpage/b1-planet.svg", alt="")
-                .frontcard__title.h5.pt-3 World's leading companies select Ignite to power applications used by millions of people daily
+                .frontcard__title.h5.pt-3 Leading companies around the world select Ignite to&nbsp;power applications used daily by millions of&nbsp;people
             // /.frontcard
         // /.fronttopcards
 
 
 
         .container.forntcodes 
-            h3.h3 Use Ignite Core Capabilities To Start Easily <br>And Scale Faster
+            h2.h3 Use Ignite Core Capabilities To Start Easily <br>And Scale Faster
             .forntcodes__wrap.flexi.jsTabWrap.pt-4
                 .forntcodes__menu
                     ul.fz20
@@ -331,7 +338,7 @@
                                     pre.nativecode__codebox 
                                         code.csharp #{contSharp}
                             .forntcodes__bottom
-                                a.button(href="/use-cases/#usecase2") Learn More About Continuous Queries
+                                a.button(href="https://ignite.apache.org/docs/latest/key-value-api/continuous-queries", target="_blank") Learn More About Continuous Queries
                         // /.forntcodes__innertabs
                     // /.forntcodes__tab6 (END Continuous Queries)
         // /.forntcodes
@@ -342,26 +349,26 @@
 
 
     section.frontnewcards.container
-        h3.h3 New to Ignite? <br>Three Primary Usage Scenarios
+        h2.h3 New To Ignite? <br>Three Primary Usage Scenarios
         .frontnewcards__wrap.pt-5
             article.frontsimplecard.cardsimple
                 h4.cardsimple__title Applications Acceleration <br>& Scale Out
                 .cardsimple__text.cardsimple__text--long.
                     Accelerate your existing applications by&nbsp;100x using Ignite as&nbsp;an&nbsp;in-memory cache or&nbsp;in-memory data grid that is&nbsp;deployed over one or&nbsp;more external databases.
                 .cardsimple__bottom
-                    a(href="/use-cases/#usecase2").cardsimple__button.button.button--shadow Learn more
+                    a(href="/use-cases/#usecase2").cardsimple__button.button.button--shadow Learn More
             article.frontsimplecard.cardsimple
                 h4.cardsimple__title Distributed Database For <br>HTAP Workloads
                 .cardsimple__text.cardsimple__text--long.
                     Build applications that support transactional and&nbsp;analytical workloads by&nbsp;using Ignite as&nbsp;a&nbsp;database that scales beyond available memory capacity.
                 .cardsimple__bottom
-                    a(href="/use-cases/#database").cardsimple__button.button.button--shadow Learn more
+                    a(href="/use-cases/#database").cardsimple__button.button.button--shadow Learn More
             article.frontsimplecard.cardsimple
                 h4.cardsimple__title Digital Integration Hub<br>&nbsp;
                 .cardsimple__text.cardsimple__text--long.
                     Create an&nbsp;advanced platform architecture that aggregates multiple back-end systems and databases into a&nbsp;low-latency and shared data store.
                 .cardsimple__bottom
-                    a(href="/use-cases/digital-integration-hub.html").cardsimple__button.button.button--shadow Learn more
+                    a(href="/use-cases/digital-integration-hub.html").cardsimple__button.button.button--shadow Learn More
     // /.frontnewcards
 
 
@@ -370,7 +377,7 @@
 
 
     section.frontstories.container
-        h3.h3 Ignite User Stories
+        h2.h3 Ignite User Stories
         ul.frontstories__checkers.pt-5.capstext
             li Software & SaaS
             li Banking
@@ -460,25 +467,25 @@
                         )
             .frontstories__pag
         .frontstories__bottom.pt-5
-            a.button.button--shadow(href="/use-cases/provenusecases.html") View all case-studies
+            a.button.button--shadow(href="/use-cases/provenusecases.html") Watch Other Stories
     // /.frontstories
 
 
 
 
     section.frontconfs.container 
-        h3.h3 Join The Community At Events <br>And Meetups Worldwide
+        h2.h3 Join The Community At Events <br>And Meetups Worldwide
         .frontconfs__wrap
-            a(href="/events.html#virtual").frontconfcard.frontconfcard--red
+            a(href="https://www.meetup.com/ru-RU/Apache-Ignite-Virtual-Meetup/", target="_blank").frontconfcard.frontconfcard--red
                 .frontconfs__iconwrap.pb-3
                     img(src="/img/frontpage/events/001.svg", alt="")
                 h4.h5.frontconfcard__title.pb-2 Ignite Virtual Meetup
-                p Experts and practitioners make <strong>online-talks and presentations</strong> and share their Apache Ignite experience.
+                p Experts and practitioners give <strong>online-talks and presentations</strong> and share their Apache Ignite experience.
                 .frontconfcard__bottom
                     p.capstext Online
                     .frontconfcard__cal Regularly
             
-            a(href="/events.html#summit").frontconfcard.frontconfcard--blue
+            a(href="https://ignite-summit.org/", target="_blank").frontconfcard.frontconfcard--blue
                 .frontconfs__iconwrap.pb-3
                     img(src="/img/frontpage/events/002.svg", alt="")
                 h4.h5.frontconfcard__title.pb-2 Ignite Summit
@@ -488,7 +495,7 @@
                     p.capstext Online
                     .frontconfcard__cal Annually
 
-            a(href="/events.html#upcoming").frontconfcard
+            a(href="/events.html#upcoming", target="_blank").frontconfcard
                 .frontconfs__iconwrap.pb-3
                     img(src="/img/frontpage/events/003.svg", alt="")
                 h4.h5.frontconfcard__title.pb-2 Other Events
@@ -497,7 +504,7 @@
                     p.capstext ONLINE <small>and</small> OFFLINE
                     .frontconfcard__cal Regularly
         .frontconfs__bottom.pt-5
-            a.button.button--shadow(href="/events.html") View all events
+            a.button.button--shadow(href="/events.html") View All Events
     // /.frontconfs
 
 
@@ -513,8 +520,8 @@
 
 
     section.frontresourse.container 
-        h3.h3 Resources To Elevate Your <br>Ignite Experience
-        .frontresourse__subtitle.pt-2 Get an access to the variety of free technical <br>and learning resources
+        h2.h3 Resources To Elevate Your <br>Ignite Experience
+        .frontresourse__subtitle.pt-2 Get access to a variety of free technical <br>and learning resources
         .frontresourse__wrap.flexi.fz20
             .frontresourse__col
                 .capstext.pb-5 Technical resources
@@ -522,11 +529,11 @@
                     .frontresitem__icon 
                         img(src="/img/frontpage/res-docs.svg", alt="")
                     .frontresitem__text Apache Ignite technical documentation
-                .frontresitem.flexi.frontresitem--gray
+                a(href="https://cwiki.apache.org/confluence/display/IGNITE/", target="_blank").frontresitem.flexi.frontresitem--gray
                     .frontresitem__icon 
                         img(src="/img/frontpage/res-wiki.svg", alt="")
                     .frontresitem__text Ignite Wiki with a collection of low-level design documents and instructions
-                .frontresitem.flexi.frontresitem--gray
+                a(href="/resources.html#git").frontresitem.flexi.frontresitem--gray
                     .frontresitem__icon 
                         img(src="/img/icon-github.svg", alt="")
                     .frontresitem__text Git repositories with Ignite source code and code samples and examples
@@ -536,21 +543,22 @@
                     .frontresitem__icon 
                         img(src="/img/frontpage/res-videos.svg", alt="")
                     .frontresitem__text Dozens of essential videos and webinar <br>recordings
-                .frontresitem.flexi.frontresitem--rose
+                a(href="/resources.html#training").frontresitem.flexi.frontresitem--rose
                     .frontresitem__icon 
                         img(src="/img/frontpage/res-vebinar.svg", alt="")
                     .frontresitem__text Trainings and courses that help building high-performance and data-intensive applications with&nbsp;the Apache Ignite
-                .frontresitem.flexi.frontresitem--rose
+                a(href="https://www.shamimbhuiyan.com/ignitebook", target="_blank").frontresitem.flexi.frontresitem--rose
                     .frontresitem__icon 
                         img(src="/img/frontpage/res-book.svg", alt="")
-                    .frontresitem__text Apache Ignite book to expand knowledge <br>in in-memory computing and distributed databases
+                    .frontresitem__text Apache Ignite book to expand your knowledge <br>in in-memory computing and distributed databases
         .frontconfs__bottom.pt-5
-            a.button.button--shadow(href="/resources.html") View all resources
+            a.button.button--shadow(href="/resources.html") View All Resources
 
     section.toolingend.toolingend--front
         .container.flexi
             .toolingend__main
-                h2.toolingend__title.h3 Ready To Start?
+                p.toolingend__title.h3
+                    strong Ready To Start?
                 p.h5.pt-2 Discover our quick start guides and build your first <br>application in 5-10 minutes
             .toolingend__action
                 a.button(href="https://ignite.apache.org/docs/latest/", target="_blank") Discover Quick Start Guide
diff --git a/_src/resources.pug b/_src/resources.pug
index 780792e..6e99a1a 100644
--- a/_src/resources.pug
+++ b/_src/resources.pug
@@ -1,7 +1,15 @@
 extend _components/base.pug
 
 block pagetitle
-    | Resources  
+    title Apache Ignite Resources – Videos, Examples, Book
+    meta(name="description", content="Explore our collection of videos, webinar recordings, examples, and other Ignite resources. Download the Apache Ignite book.")
+    link(rel="canonical", href="https://ignite.apache.org/resources.html")
+
+    meta(property="og:title", content="Apache Ignite Resources – Videos, Examples, Book")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/resources.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Explore our collection of videos, webinar recordings, examples, and other Ignite resources. Download the Apache Ignite book.")
 
 block css
     link(rel="stylesheet", href="../css/communnity.css?ver=" + config.version)
@@ -41,23 +49,23 @@
             article.restechnical__item
                 .restechnical__title.flexi.pb-5
                     img(src="/img/resourses/res2-book.svg", alt="")
-                    span.h4 Apache Ignite Documentation
+                    h2.h4 Apache Ignite Documentation
                 .restechnical__box.cardsimple
-                    .restechnical__subtitle.h5 Start with the technical documentation to find out:
+                    .restechnical__subtitle.h5 Start with the technical documentation to discover:
                     .restechnical__text.pt-2
                         ul.dashlist 
-                            li What are the key Apache Ignite capabilities
+                            li Apache Ignite’s key capabilities
                             li How to use certain features
                             li How to approach cluster optimizations
                             li Best troubleshooting techniques
                     .restechnical__action 
-                        a.button(href="https://ignite.apache.org/docs/latest/index", target="_blank") Discover the entire documentation
+                        a.button(href="https://ignite.apache.org/docs/latest/index", target="_blank") Discover The Entire Documentation
             // /.restechnical__item-1
 
             article.restechnical__item
                 .restechnical__title.flexi.pb-5
                     img(src="/img/resourses/res2-book2.svg", alt="")
-                    span.h4 Ignite Wiki
+                    h2.h4 Ignite Wiki
                 .restechnical__box.cardsimple
                     .restechnical__subtitle.h5 A collection of low-level design documents and instructions:
                     .restechnical__text.pt-2
@@ -66,13 +74,13 @@
                             li Ignite Enhancement Proposals: next big things for Ignite
                             li Coding and release guidelines
                     .restechnical__action 
-                        a.button(href="https://cwiki.apache.org/confluence/display/IGNITE/", target="_blank") Check out Wiki
+                        a.button(href="https://cwiki.apache.org/confluence/display/IGNITE/", target="_blank") Check Out Wiki
             // /.restechnical__item-2
 
-            article.restechnical__item
+            article.restechnical__item#git
                 .restechnical__title.flexi.pb-5
                     img(src="/img/icon-github.svg", alt="")
-                    span.h4 Git Repositories
+                    h2.h4 Git Repositories
                 .restechnical__box.cardsimple
                     .restechnical__subtitle.h5 Ignite Source Code
                     .restechnical__text.pt-2
@@ -87,7 +95,7 @@
                 .restechnical__title.restechnical__title--empty.flexi.pb-5
                     span.h4 &nbsp;
                 .restechnical__box.cardsimple
-                    .restechnical__subtitle.h5 Code samples and examples
+                    .restechnical__subtitle.h5 Code Samples And Examples
                     .restechnical__text.pt-2
                         p Get access to examples that illustrate various Ignite functionality.
                     .restechnical__action 
@@ -125,28 +133,30 @@
 
 
 
-    section.rescourses.container
+    section.rescourses.container#training
         h2.h4.resicontitle.flexi
             img(src="/img/resourses/icon-training.svg", alt="")
             span Trainings and Courses
         p.pt-2.h5 Enhance your knowledge in building high-performance and <br>data-intensive applications with the Apache Ignite capabilities.
         .rescourses__wrap.pt-5
             article.rescourse.cardsimple
-                h3.fz20.rescourse__title.pb-2.maxline3 Apache Ignite Management <br>And Monitoring Guide
+                p.fz20.rescourse__title.pb-2.maxline3 Apache Ignite Management <br>And Monitoring Guide
                 img.rescourse__pic(src="/img/resourses/training1.svg", alt="")
-                p.rescourse__descr.pb-3.pt-2 Learn how to monitor nd manage Apache Ignite clusters in production
+                p.rescourse__descr.pb-3.pt-2 Learn how to monitor and manage Apache Ignite clusters in production
                 a.rescourse__button.button(href="https://www.gridgain.com/docs/tutorials/management-monitoring/overview", target="_blank") Training Schedule
             article.rescourse.cardsimple
-                h3.fz20.rescourse__title.pb-2.maxline3.
+                p.fz20.rescourse__title.pb-2.maxline3.
                     Apache Ignite Essentials: Key Design Principles For Building Data-Intensive Applications
                 img.rescourse__pic(src="/img/resourses/training2.svg", alt="")
                 p.rescourse__descr.pb-3.pt-2 Learn about data partitioning, affinity co-location, and co-located processing
                 a.rescourse__button.button(href="https://www.gridgain.com/products/services/training/apache-ignite-essentials", target="_blank") Training Schedule
             article.rescourse.cardsimple
-                h3.fz20.rescourse__title.pb-2.maxline3 Apache Ignite For Spring Boot And&nbsp;Spring Data Development
+                p.fz20.rescourse__title.pb-2.maxline3 Apache Ignite For Spring Boot And&nbsp;Spring Data Development
                 img.rescourse__pic(src="/img/resourses/training3.svg", alt="")
                 p.rescourse__descr.pb-3.pt-2 Explore the best practices and nuances of&nbsp;using Spring Boot and Spring Data with Apache Ignite
                 a.rescourse__button.button(href="https://www.gridgain.com/docs/tutorials/spring/spring-ignite-tutorial", target="_blank") Training Schedule
+        .resourses__bottom.pt-5
+            a.button.button--shadow(href="https://www.gridgain.com/services/training", target="_blank") Explore Other Free Training Courses
     // /.rescourses
 
 
@@ -155,7 +165,7 @@
         h2.h4.resicontitle.flexi
             img(src="/img/resourses/block-book.svg", alt="")
             span Apache Ignite Book
-        p.pt-2.h5 This book is useful for developers and architects who want to expand <br>their knowledge in in-memory computing and distributed databases.
+        p.pt-2.h5 This book is useful for developers and architects who want to expand <br>their knowledge of in-memory computing and distributed databases.
         .resbook__wrap.pt-5.flexi 
             .resbook__picwrap
                 img(src="/img/resourses/book-cover.jpg", alt="")
@@ -167,7 +177,7 @@
                     .cmtyhistory__avaright.cmtyhistory__avaright--noimg 
                         .cmtyhistory__avaname Edward Kuenen
                         .cmtyhistory__avaproff Software developer
-                a.button.resbook__button(href="https://www.shamimbhuiyan.com/ignitebook", target="_blank") Visit the book web-site
+                a.button.resbook__button(href="https://www.shamimbhuiyan.com/ignitebook", target="_blank") Visit The Book Website
     // /.resbook
 
 
@@ -175,13 +185,13 @@
     section.rescontacts.container
         h2.h4.resicontitle.flexi
             img(src="/img/resourses/block-email.svg", alt="")
-            span Mailing Lists, Forums and Discussion Archives
+            span Mailing Lists, Forums And Discussion Archives
         .rescontacts__wrap
             article.faqblock.flexi
                 h3.faqblock__title.faqblock__title--simple.h5
                     span For general questions about Ignite
                 .faqblock__right
-                    h4 By e-mail
+                    p.faqblock__rightitle By e-mail
                     p For general questions about Ignite <a href="mailto:user@ignite.apache.org">user@ignite.apache.org</a>
                     .faqblock__buttons.flexi.pb-5.pt-2
                         a.faqblock__button.flexi(href="mailto:user-subscribe@ignite.apache.org?subject=Subscribe&body=Please%20subscribe%20me.") 
@@ -193,7 +203,7 @@
                         a.faqblock__button.flexi(href="https://lists.apache.org/list.html?user@ignite.apache.org" target="_blank") 
                             img(src="/img/icon-folder.svg", alt="")
                             span Archives
-                    h4 On StackOverflow
+                    p.faqblock__rightitle On StackOverflow
                     p Or&nbsp;ask a&nbsp;question on&nbsp;StackOverflow tagging the question with &laquo;ignite&raquo; or&nbsp;&laquo;apacheignite&raquo;
                     .faqblock__buttons.flexi.pt-2
                         a.faqblock__button.flexi(href="http://stackoverflow.com/questions/tagged/ignite" target="_blank") 
@@ -205,7 +215,7 @@
                 h3.faqblock__title.faqblock__title--simple.h5
                     span For contribution-related discussions
                 .faqblock__right
-                    h4 By e-mail
+                    p.faqblock__rightitle By e-mail
                     p <a href="mailto:dev@ignite.apache.org">dev@ignite.apache.org</a>
                     .faqblock__buttons.flexi.pb-4.pt-2
                         a.faqblock__button.flexi(href="mailto:dev-subscribe@ignite.apache.org?subject=Subscribe&body=Please%20subscribe%20me.") 
@@ -223,7 +233,7 @@
                 h3.faqblock__title.faqblock__title--simple.h5
                     span Report about bugs, possible <br>improvements and ctr.
                 .faqblock__right
-                    h4 By e-mail
+                    p.faqblock__rightitle By e-mail
                     p <a href="mailto:issues@ignite.apache.org">issues@ignite.apache.org</a>
                     .faqblock__buttons.flexi.pb-5.pt-2
                         a.faqblock__button.flexi(href="mailto:issues-subscribe@ignite.apache.org?subject=Subscribe&body=Please%20subscribe%20me.") 
diff --git a/_src/test.pug b/_src/test.pug
deleted file mode 100644
index a6e0181..0000000
--- a/_src/test.pug
+++ /dev/null
@@ -1,10 +0,0 @@
-extend _components/base.pug
-
-block pagetitle
-    | Main Page 
-
-
-
-block main
-    - global.pageHref = "test"
-    - var user = {description: 'foo bar baz'}
\ No newline at end of file
diff --git a/_src/use-cases/index.pug b/_src/use-cases.pug
similarity index 86%
rename from _src/use-cases/index.pug
rename to _src/use-cases.pug
index 3801547..8732987 100644
--- a/_src/use-cases/index.pug
+++ b/_src/use-cases.pug
@@ -1,17 +1,25 @@
-extend ../_components/base.pug
+extend _components/base.pug
 
 block pagetitle
-    | Use Cases 
+    title Use-Cases - Apache Ignite
+    meta(name="description", content="The most common use-cases for Apache Ignite. Learn more how companies deploy Apache Ignite in production.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases.html")
+
+    meta(property="og:title", content="Use-Cases - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="The most common use-cases for Apache Ignite. Learn more how companies deploy Apache Ignite in production.")
 
 block css 
-    link(rel="stylesheet", href="../css/usecases.css?ver=" + config.version)
+    link(rel="stylesheet", href="/css/usecases.css?ver=" + config.version)
 
 
 
 block main
     - global.pageHref = "usecases.html"
     - config.hdrClassName = "hdr__blue"
-    include ../_components/header.pug
+    include _components/header.pug
     
     section.innerhero
         .container.innerhero__cont
diff --git a/_src/use-cases/digital-integration-hub.pug b/_src/use-cases/digital-integration-hub.pug
index 3c1548e..878ae1a 100644
--- a/_src/use-cases/digital-integration-hub.pug
+++ b/_src/use-cases/digital-integration-hub.pug
@@ -1,16 +1,21 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Digital Integration Hub 
+    title Digital Integration Hub - Apache Ignite
+    meta(name="description", content="Apache Ignite functions as a low-latency and shared store of the digital integration hub architecture that caches and persists data sets scattered across many disjointed back-end databases and systems.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases/digital-integration-hub.html")
+
+    meta(property="og:title", content="Digital Integration Hub - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases/digital-integration-hub.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite functions as a low-latency and shared store of the digital integration hub architecture that caches and persists data sets scattered across many disjointed back-end databases and systems.") 
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
     link(rel="stylesheet", href="../css/compute-apis.css?ver=" + config.version)
-    
     link(rel="stylesheet", href="../css/digital-hub.css?ver=" + config.version)
 
-  
-
 
 
 block main
@@ -124,7 +129,7 @@
                         "Fitness + In Memory Computing = Getting Ahead Of The Game",
                         "comvideo__txt--white hub5__video"
                     )
-                    h3.h4.hub5__title 24 Hour Fitness 
+                    .h4.hub5__title 24 Hour Fitness 
                     p.hub5__text implements a Digital Integration Hub to offload API calls and enable new data access patterns.
                 .hub5__item
                     +powvideo(
@@ -134,7 +139,7 @@
                         "Using Ignite And JBoss Drools To Implement A Complex Event Processing Solution",
                         "comvideo__txt--black comvideo__txthub hub5__video"
                     )
-                    h3.h4.hub5__title Вanco do Brasil 
+                    .h4.hub5__title Вanco do Brasil 
                     p.hub5__text uses digital integration hub capabilities to develop the omnichannel Horus platform.
             .hub5__twowrap.flexi.pt-5
                 .hub5__item
@@ -145,7 +150,7 @@
                         "Leveraging In-Memory Compute Grids With Core Systems Of Record",
                         "comvideo__txt--white hub5__video"
                     )
-                    h3.h4.hub5__title IBM
+                    .h4.hub5__title IBM
                     p.hub5__text launches the Z Digital Integration Hub built on Apache Ignite to enable real-time business agility for organizations.
               
 
@@ -157,13 +162,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/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
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Run our digital integration hub sample application
diff --git a/_src/use-cases/hadoop-acceleration.pug b/_src/use-cases/hadoop-acceleration.pug
index c3dfaf6..3f3025c 100644
--- a/_src/use-cases/hadoop-acceleration.pug
+++ b/_src/use-cases/hadoop-acceleration.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Accelerate Existing Hadoop Deployments
+    title Apache Hadoop Performance Acceleration
+    meta(name="description", content="Achieve the performance acceleration of Hadoop-based systems by deploying Ignite as an in-memory computing platform designated for low-latency, high-throughput and real-time operations while Hadoop continues to be used for long-running OLAP workloads.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases/hadoop-acceleration.html")
+
+    meta(property="og:title", content="Apache Hadoop Performance Acceleration")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases/hadoop-acceleration.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Achieve the performance acceleration of Hadoop-based systems by deploying Ignite as an in-memory computing platform designated for low-latency, high-throughput and real-time operations while Hadoop continues to be used for long-running OLAP workloads.") 
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -91,17 +99,17 @@
               .doop5__block
                 .doop5__item.post1
                    .doop5__number.h4 01
-                   h4.doop5__title Download and install Apache Ignite to your system.
+                   .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.
+                   .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 
+                   .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
@@ -121,13 +129,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/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
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Read the Apache Spark acceleration article
diff --git a/_src/use-cases/high-performance-computing.pug b/_src/use-cases/high-performance-computing.pug
index 5889d86..c49b852 100644
--- a/_src/use-cases/high-performance-computing.pug
+++ b/_src/use-cases/high-performance-computing.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | High Performance Computing   
+    title High-Performance Computing, HPC Cluster - Apache Ignite
+    meta(name="description", content="Apache Ignite enables high-performance computing by providing APIs for data and compute-intensive calculations. Using Ignite as a HPC cluster, you can turn your commodity hardware or cloud environment into a distributed supercomputer.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases/high-performance-computing.html")
+
+    meta(property="og:title", content="High-Performance Computing, HPC Cluster - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases/high-performance-computing.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite enables high-performance computing by providing APIs for data and compute-intensive calculations. Using Ignite as a HPC cluster, you can turn your commodity hardware or cloud environment into a distributed supercomputer.") 
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -30,7 +38,7 @@
 
 
     section.high1.container 
-        .capstext.pb-5 High Performance Computing Overview
+        h2.capstext.pb-5 High Performance Computing Overview
         .high1__wrap.flexi
             .high1__main.pt-1
                 h3.h5.high1__title What is high performance computing?
@@ -63,7 +71,7 @@
 
     section.high2 
         .container
-            .capstext Benefits Of Apache Ignite Compute APIs
+            h2.capstext Benefits Of Apache Ignite Compute APIs
             .high2__wrap
                 .high2__block 
                     .high2__title Broadcast or execute on specific nodes
@@ -193,13 +201,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-rocket.svg", alt="").nativebotblock__icon
                     span Ready to Start?
                 p.nativebotblock__text Discover our quick start guide and build <br>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
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to View More Use-Cases?
                 p.nativebotblock__text Check out success stories from <br>different industries across the world
diff --git a/_src/use-cases/in-memory-cache.pug b/_src/use-cases/in-memory-cache.pug
index 5278b73c..eb8265e 100644
--- a/_src/use-cases/in-memory-cache.pug
+++ b/_src/use-cases/in-memory-cache.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | In-Memory Cache 
+    title Distributed In-Memory Cache - Apache Ignite
+    meta(name="description", content="Apache Ignite as a Distributed In-Memory Cache accelerates and scales your databases, services, and APIs. Learn more about the cache-aside deployment and the read-through/write-through caching strategies with Apache Ignite.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases/in-memory-cache.html")
+
+    meta(property="og:title", content="Distributed In-Memory Cache - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases/in-memory-cache.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite enables high-performance computing by providing APIs for data and compute-intensive calculations. Using Ignite as a HPC cluster, you can turn your commodity hardware or cloud environment into a distributed supercomputer.") 
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -138,13 +146,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/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/#quick-start-guides ", target="_blank") Quick Start Guide 
             article.nativebotblock.nativebotblock--learn
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to View More Use-Cases?
                 p.nativebotblock__text Read In-Memory Data Grid article
diff --git a/_src/use-cases/in-memory-data-grid.pug b/_src/use-cases/in-memory-data-grid.pug
index 698e4d1..f637f18 100644
--- a/_src/use-cases/in-memory-data-grid.pug
+++ b/_src/use-cases/in-memory-data-grid.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | In-Memory Data Grid 
+    title In-Memory Data Grid - Apache Ignite
+    meta(name="description", content="The Apache Ignite in-memory data grid accelerates and scales out distributed databases, services, and APIs. Learn more about an IMDG with Apache Ignite.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases/in-memory-data-grid.html")
+
+    meta(property="og:title", content="In-Memory Data Grid - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases/in-memory-data-grid.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="The Apache Ignite in-memory data grid accelerates and scales out distributed databases, services, and APIs. Learn more about an IMDG with Apache Ignite.") 
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -138,7 +146,7 @@
                         "Leveraging In Memory Data Grid For Faster Time To Market ",
                         "comvideo__txt--white hub5__video"
                     )
-                    h3.h4.hub5__title Agilent Technologies Inc.
+                    .h4.hub5__title Agilent Technologies Inc.
                     p.hub5__text.base5__text improved its online channel by implementing in-memory solutions. They leveraged in-memory data grid to achieve faster time-to-market, and data flexibility across digital channels.
                 .hub5__item
                     +powvideo(
@@ -148,7 +156,7 @@
                         "Embracing The Service Consumption Shift In Banking",
                         "comvideo__txt--white comvideo__txthub hub5__video"
                     )
-                    h3.h4.hub5__title ING Bank
+                    .h4.hub5__title ING Bank
                     p.hub5__text.base5__text.base5__textend used in-memory computing platforms to meet increasing demand for performance and scalability.
           
               
@@ -161,13 +169,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/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
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to View More Use-Cases?
                 p.nativebotblock__text Read the In-Memory Database article
diff --git a/_src/use-cases/in-memory-database.pug b/_src/use-cases/in-memory-database.pug
index 30d33f3..7eaf639 100644
--- a/_src/use-cases/in-memory-database.pug
+++ b/_src/use-cases/in-memory-database.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | In-Memory Database 
+    title In-Memory Database - Apache Ignite
+    meta(name="description", content="Apache Ignite, as the best open source in-memory database, is a high-performance system-of-records that can store and query large data sets from memory and disk without requiring to warm up the memory tier on cluster restarts.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases/in-memory-database.html")
+
+    meta(property="og:title", content="In-Memory Database - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases/in-memory-database.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite, as the best open source in-memory database, is a high-performance system-of-records that can store and query large data sets from memory and disk without requiring to warm up the memory tier on cluster restarts.") 
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -143,7 +151,7 @@
                         "Apache Ignite As A Hybrid Transactional-Analytical Processing Solution At A Large Investment Bank",
                         "comvideo__txt--white hub5__video"
                     )
-                    h3.h4.hub5__title BNP Paribas
+                    .h4.hub5__title BNP Paribas
                     p.hub5__text.base5__text with the help of Apache Ignite managed to design, build, and optimize a hybrid transactional-analytical processing (HTAP) solution. This enabled the bank to make key business decisions in real-time.
                 .hub5__item
                     +powvideo(
@@ -153,7 +161,7 @@
                         "Real Time Exposure Management Using Ignite",
                         "comvideo__txt--white hub5__video"
                     )
-                    h3.h4.hub5__title JP MorganChase
+                    .h4.hub5__title JP MorganChase
                     p.hub5__text.base5__text faced an increasing need to apply transformations to large datasets in real-time. To meet this need, their team selected Ignite to achieve persistence, caching and integrated compute.
           
               
@@ -166,13 +174,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/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
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to View More Use-Cases?
                 p.nativebotblock__text Read the In-Memory Cache article
diff --git a/_src/use-cases/key-value-store.pug b/_src/use-cases/key-value-store.pug
index b0007b9..4259803 100644
--- a/_src/use-cases/key-value-store.pug
+++ b/_src/use-cases/key-value-store.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Key-Value Store 
+    title Key-Value Store / Database - Apache Ignite
+    meta(name="description", content="Apache Ignite is the best and fastest key-value database that stores data both in memory and on disk with support for key-value, SQL, ACID transactions, compute, and machine learning APIs.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases/key-value-store.html")
+
+    meta(property="og:title", content="Key-Value Store / Database - Apache Ignite")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases/key-value-store.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Apache Ignite is the best and fastest key-value database that stores data both in memory and on disk with support for key-value, SQL, ACID transactions, compute, and machine learning APIs.") 
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -40,9 +48,9 @@
        .container
           .hub1__block.key1__block.flexi
             .hub1__info
-              h3.h5.hub1__title What is a key-value store?
+              h2.h5.hub1__title What is a key-value store?
               p.hub1__text A key-value store is a data storage software. It stores, retrieves, and manages data as a set of unique keys. Each one is associated with one and only one value.
-              h3.h5.hub1__title.hub1__titleend How a key-value store works
+              h2.h5.hub1__title.hub1__titleend How a key-value store works
               p.hub1__text A key-value store, or a key-value database, holds a collection of data records in various fields. The data records have unique keys to retrieve and modify records quickly. 
 
             img.hub1__image(src="/img/usecases/key-value/image.svg", alt="image")
@@ -103,13 +111,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/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
+                .h4.nativebotblock__title
                     img(src="/img/features/native-docs.svg", alt="").nativebotblock__icon
                     span Want to Learn More?
                 p.nativebotblock__text Check out Ignite key-value APIs article
diff --git a/_src/use-cases/provenusecases.pug b/_src/use-cases/provenusecases.pug
index 68f7c6a..816b734 100644
--- a/_src/use-cases/provenusecases.pug
+++ b/_src/use-cases/provenusecases.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Powered By 
+    title Proven Business Cases - Apache Ignite in Use
+    meta(name="description", content="All publicly disclosed business cases of Apache Ignite. Explore dozens of Ignite case-studies across various industries.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases/provenusecases.html")
+
+    meta(property="og:title", content="Proven Business Cases - Apache Ignite in Use")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases/provenusecases.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="All publicly disclosed business cases of Apache Ignite. Explore dozens of Ignite case-studies across various industries.")
 
 block css 
     link(rel="stylesheet", href="../css/usecases.css?ver=" + config.version)
@@ -65,7 +73,8 @@
     section.poweredbanner.container
         .poweredbanner__bg.flexi
             .poweredbanner__left.flexi 
-                h3.h4 Do&nbsp;you have an&nbsp;Apache Ignite use-case to&nbsp;share?
+                p.h4 
+                    strong Do&nbsp;you have an&nbsp;Apache Ignite use-case to&nbsp;share?
                 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
diff --git a/_src/use-cases/spark-acceleration.pug b/_src/use-cases/spark-acceleration.pug
index d01b3b9..6de6db6 100644
--- a/_src/use-cases/spark-acceleration.pug
+++ b/_src/use-cases/spark-acceleration.pug
@@ -1,7 +1,15 @@
 extend ../_components/base.pug
 
 block pagetitle
-    | Accelerate Apache Spark Applications
+    title Apache Spark Performance Acceleration - Distributed Cache, In-Memory Computing
+    meta(name="description", content="Ignite integrates with Apache Spark to accelerate the performance of Spark applications and APIs by keeping data in a shared in-memory cluster.")
+    link(rel="canonical", href="https://ignite.apache.org/use-cases/spark-acceleration.html")
+
+    meta(property="og:title", content="Apache Spark Performance Acceleration - Distributed Cache, In-Memory Computing")
+    meta(property="og:type", content="article")
+    meta(property="og:url", content="https://ignite.apache.org/use-cases/spark-acceleration.html")
+    meta(property="og:image", content="/img/og-pic.png")
+    meta(property="og:description", content="Ignite integrates with Apache Spark to accelerate the performance of Spark applications and APIs by keeping data in a shared in-memory cluster.")
 
 block css 
     link(rel="stylesheet", href="../css/native-persistence.css?ver=" + config.version)
@@ -79,13 +87,13 @@
     section.native-bottom.container
         .native-bottom__grid 
             article.nativebotblock
-                h3.h4.nativebotblock__title
+                .h4.nativebotblock__title
                     img(src="/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
+                .h4.nativebotblock__title
                     img(src="/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
diff --git a/arch/clustering.html b/arch/clustering.html
index fb804b0..a7a40b5 100644
--- a/arch/clustering.html
+++ b/arch/clustering.html
@@ -3,13 +3,13 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Deployment Options | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/deployment-opts.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Deployment Options</title>
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/deployment-opts.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -63,17 +63,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -83,43 +86,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -127,8 +125,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -138,8 +136,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -152,7 +150,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -166,7 +164,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -180,17 +178,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -198,6 +194,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -206,34 +207,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -331,11 +328,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -350,6 +347,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/arch/multi-tier-storage.html b/arch/multi-tier-storage.html
index e4a5d5b..7a9c1cf 100644
--- a/arch/multi-tier-storage.html
+++ b/arch/multi-tier-storage.html
@@ -3,13 +3,26 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Multi-Tier Storage | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/multi-tier.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Multi-Tier Storage, Memory Tier - Apache Ignite</title>
+    <meta
+      name="description"
+      content="Apache Ignite multi-tier storage uses memory, disk, and Intel Optane as active storage tiers to provide the speed of memory with the consistency of disk-based databases without the need for memory warm-ups on restarts."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/arch/multi-tier-storage.html" />
+    <meta property="og:title" content="Multi-Tier Storage, Memory Tier - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/arch/multi-tier-storage.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite multi-tier storage uses memory, disk, and Intel Optane as active storage tiers to provide the speed of memory with the consistency of disk-based databases without the need for memory warm-ups on restarts."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/multi-tier.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -63,17 +76,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -83,43 +99,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -127,8 +138,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -138,8 +149,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -152,7 +163,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -166,7 +177,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -180,17 +191,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -198,6 +207,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -206,34 +220,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -256,9 +266,9 @@
     <!-- /.innerhero-->
     <section class="multitier2"></section>
     <div class="container">
-      <h2 class="h3 multitier2__title">
+      <div class="h3 multitier2__title">
         Apache Ignite multi-tier storage implements a cutting-edge storage architecture that combines performance benefits of&nbsp;memory with the scalability and durability advantages of disk-based databases.
-      </h2>
+      </div>
     </div>
     <section class="multitiers container">
       <header class="blockheader blockheader--spl flexi"><h2 class="h4 blockheader__left blockheader__left--full">Primary Multi-Tier Storage Usage Modes</h2></header>
@@ -360,12 +370,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Discover more details about multi-tier storage <br />and configure it for your use-case</p>
           <a class="nativebotblock__link arrowlink" href="https://cwiki.apache.org/confluence/display/IGNITE/Ignite+Persistent+Store+-+under+the+hood" target="_blank">Working with SQL Guide </a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Check multi-tier storage implementation <br />details article</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/persistence/native-persistence" target="_blank">Multi-Tier Storage Implementation Details</a>
         </article>
@@ -409,11 +419,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -428,6 +438,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/arch/native-persistence.html b/arch/native-persistence.html
index 1b91aec..d977258 100644
--- a/arch/native-persistence.html
+++ b/arch/native-persistence.html
@@ -3,15 +3,25 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Native Persistence | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../js/vendor/highlight/default.min.css?ver=0.1" />
-    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.1" />
+    <title>Native Persistence - Apache Ignite</title>
+    <meta name="description" content="Apache Ignite native persistence is a distributed, ACID, and SQL-compliant disk-based store. It let Ignite store more data on disk than it can cache in memory and to enable fast cluster restarts." />
+    <link rel="canonical" href="https://ignite.apache.org/arch/native-persistence.html" />
+    <meta property="og:title" content="Native Persistence - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/arch/native-persistence.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite native persistence is a distributed, ACID, and SQL-compliant disk-based store. It let Ignite store more data on disk than it can cache in memory and to enable fast cluster restarts."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../js/vendor/highlight/default.min.css?ver=0.2" />
+    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.2" />
     <script src="../js/vendor/highlight/highlight.min.js"></script>
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -65,17 +75,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -85,43 +98,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -129,8 +137,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -140,8 +148,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -154,7 +162,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -168,7 +176,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -182,17 +190,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -200,6 +206,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -208,34 +219,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -261,12 +268,12 @@
     <!-- /.innerhero-->
     <section class="native1 container flexi">
       <div class="native1__block native1__block--bad">
-        <img class="native1__icon" src="/img/features/icon-check-err.svg" alt="" />
+        <img class="native1__icon" src="/img/features/smile-doesnt-have.svg" alt="" />
         <div class="native1__title fz20 pt-1x">Usually, in-memory caches and databases provide limited persistence capabilities.</div>
         <p class="pt-2">For instance, some solutions just do a backup copy of <br />the in-memory data purely for restart purposes.</p>
       </div>
       <div class="native1__block">
-        <img class="native1__icon" src="/img/features/icon-check-ok.svg" alt="" />
+        <img class="native1__icon" src="/img/features/smile-done.svg" alt="" />
         <div class="native1__title fz20 pt-1x">
           Ignite persistence doesn’t have any limitations. <br />
           Our native persistence behaves like a classic <br />disk-based database.
@@ -407,12 +414,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Discover more details about native persistence <br />and configure it&nbsp;for your use-case</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/persistence/native-persistence" target="_blank">Native Persistence Usage and Configuration</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to&nbsp;Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to&nbsp;Learn More?</span></div>
           <p class="nativebotblock__text">
             Check out the details of&nbsp;native persistence <br />implementation, <a href="https://www.youtube.com/watch?v=6Yg5QW-XFVc&list=PLMc7NR20hA-I2EfyXeaSRHY5dRFtK_NF0&index=6" target="_blank">or&nbsp;watch a&nbsp;video</a>
           </p>
@@ -458,11 +465,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -477,6 +484,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/community.html b/community.html
index d0cf8ce..eaf6651 100644
--- a/community.html
+++ b/community.html
@@ -3,12 +3,19 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Community | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/communnity.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Apache Ignite Community - Start Contributing</title>
+    <meta name="description" content="Meet an Apache Ignite community and get help. Contribute to Ignite by helping answer user questions, coding, changing technical documentation, or becoming a committer and PMC member." />
+    <link rel="canonical" href="https://ignite.apache.org/community.html" />
+    <meta property="og:title" content="Apache Ignite Community - Start Contributing" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/community.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="Meet an Apache Ignite community and get help. Contribute to Ignite by helping answer user questions, coding, changing technical documentation, or becoming a committer and PMC member." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/communnity.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -62,17 +69,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -82,43 +92,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -126,8 +131,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -137,8 +142,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -151,7 +156,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -165,7 +170,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -179,17 +184,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -197,6 +200,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -205,34 +213,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -398,7 +402,7 @@
       <div class="container">
         <div class="cmty-contrib__wrap flexi">
           <div class="cmty-contrib__main">
-            <h2 class="h4">Contributers</h2>
+            <h3 class="h4">Contributers</h3>
             <div class="cmty-contrib__text pt-2">
               More than 100 members help the project to grow and progress daily. Code contributions, documentation creation, project awareness, developer support — <strong>is a sample of contributions that we recognize.</strong>
             </div>
@@ -410,7 +414,7 @@
     <!-- /.cmty-contrib-->
     <section class="cmty-committers">
       <div class="container">
-        <h2 class="h4">Committers</h2>
+        <h3 class="h4">Committers</h3>
         <div class="cmty-committers__text pt-2">Most active contributors who make a&nbsp;significant contribution <br />to&nbsp;the project become Apache Ignite committers.</div>
         <p class="cmty-committers__small pt-2"><a href="https://ignite.apache.org/community/resources.html#people" target="_blank">Here is</a> the list of committers for the project.</p>
         <div class="committers__wrap flexi">
@@ -718,12 +722,12 @@
     <!-- /.cmty-committers -->
     <section class="cmty-pm">
       <div class="container">
-        <h2 class="fz30">Project Management Committee</h2>
+        <h3 class="fz30">Project Management Committee</h3>
         <div class="cmty-committers__text pt-2">A group of Ignite committers who oversee project management and operational matters. <br />They vote on new committers, releases and do other vital decisions.</div>
         <p class="cmty-committers__small pt-2"><a href="#">Here is</a> the list of PMC members for the project.</p>
         <div class="cmty-pm__wrap pt-5">
           <article class="cmty-pmitem">
-            <h3 class="cmty-pmitem__name h5">Alexey Goncharuk</h3>
+            <p class="cmty-pmitem__name h5">Alexey Goncharuk</p>
             <small class="cmty-pmitem__work pt-2">GridGain</small>
             <div class="cmty-pmitem__links flexi">
               <a class="cmty-pmitem__github" href="https://github.com/agoncharuk" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -731,7 +735,7 @@
             </div>
           </article>
           <article class="cmty-pmitem">
-            <h3 class="cmty-pmitem__name h5">Alexey Kuznetsov</h3>
+            <p class="cmty-pmitem__name h5">Alexey Kuznetsov</p>
             <small class="cmty-pmitem__work pt-2">EPAM</small>
             <div class="cmty-pmitem__links flexi">
               <a class="cmty-pmitem__github" href="https://github.com/akuznetsov-gridgain" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -739,7 +743,7 @@
             </div>
           </article>
           <article class="cmty-pmitem">
-            <h3 class="cmty-pmitem__name h5">Alexey Plehanov</h3>
+            <p class="cmty-pmitem__name h5">Alexey Plehanov</p>
             <small class="cmty-pmitem__work pt-2">SberTech</small>
             <div class="cmty-pmitem__links flexi">
               <a class="cmty-pmitem__github" href="https://github.com/alex-plekhanov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -747,7 +751,7 @@
             </div>
           </article>
           <article class="cmty-pmitem">
-            <h3 class="cmty-pmitem__name h5">Alexey Zinoviev</h3>
+            <p class="cmty-pmitem__name h5">Alexey Zinoviev</p>
             <small class="cmty-pmitem__work pt-2">JetBrains</small>
             <div class="cmty-pmitem__links flexi">
               <a class="cmty-pmitem__github" href="https://github.com/zaleslaw" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -758,7 +762,7 @@
         <div class="cmty-pm__more jsOpener" data-hidebox="pmMore">
           <div class="jsOpenerWrap cmty-pm__wrap">
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Andrey Gura</h3>
+              <p class="cmty-pmitem__name h5">Andrey Gura</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/agura" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -766,7 +770,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Andrey Novikov</h3>
+              <p class="cmty-pmitem__name h5">Andrey Novikov</p>
               <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/nva" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -774,14 +778,14 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Andrew Mashenkov</h3>
+              <p class="cmty-pmitem__name h5">Andrew Mashenkov</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/AMashenkov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Anton Vinogradov</h3>
+              <p class="cmty-pmitem__name h5">Anton Vinogradov</p>
               <small class="cmty-pmitem__work pt-2">SberTech</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/anton-vinogradov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -789,7 +793,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Denis Magda</h3>
+              <p class="cmty-pmitem__name h5">Denis Magda</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/dmagda" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -798,7 +802,7 @@
             </article>
             <article class="cmty-pmitem">
               <div class="cmty-pmitem__proff"><img src="/img/community/b7-chair-star.svg" alt="" /><span>Chair</span></div>
-              <h3 class="cmty-pmitem__name h5">Dmitriy Pavlov</h3>
+              <p class="cmty-pmitem__name h5">Dmitriy Pavlov</p>
               <small class="cmty-pmitem__work pt-2">SberTech</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/dspavlov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -806,7 +810,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Dmitriy Setrakyan</h3>
+              <p class="cmty-pmitem__name h5">Dmitriy Setrakyan</p>
               <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/dsetrakyan" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -814,21 +818,21 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Evans Ye</h3>
+              <p class="cmty-pmitem__name h5">Evans Ye</p>
               <small class="cmty-pmitem__work pt-2">Trend Micro</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=evansye" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Gianfranco Murador</h3>
+              <p class="cmty-pmitem__name h5">Gianfranco Murador</p>
               <small class="cmty-pmitem__work pt-2">Engiweb Security</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=murador" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Igor Sapego</h3>
+              <p class="cmty-pmitem__name h5">Igor Sapego</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/isapego" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -836,7 +840,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Ilya Kasnacheev</h3>
+              <p class="cmty-pmitem__name h5">Ilya Kasnacheev</p>
               <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/alamar" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -844,14 +848,14 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Ilya Sterin</h3>
+              <p class="cmty-pmitem__name h5">Ilya Sterin</p>
               <small class="cmty-pmitem__work pt-2">ChronoTrack</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=isterin" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Irina Vasilinets</h3>
+              <p class="cmty-pmitem__name h5">Irina Vasilinets</p>
               <small class="cmty-pmitem__work pt-2">WhatsApp</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/ivasilinets" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -859,7 +863,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Ivan Pavlukhin</h3>
+              <p class="cmty-pmitem__name h5">Ivan Pavlukhin</p>
               <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/pavlukhin" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -867,21 +871,21 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Konstantin Boudnik</h3>
+              <p class="cmty-pmitem__name h5">Konstantin Boudnik</p>
               <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=cos" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Kseniya Romanova</h3>
+              <p class="cmty-pmitem__name h5">Kseniya Romanova</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/ks-romanova" target="_blank"><img src="/img/icon-github.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Maxim Muzafarov</h3>
+              <p class="cmty-pmitem__name h5">Maxim Muzafarov</p>
               <small class="cmty-pmitem__work pt-2">SberTech</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/Mmuzaf" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -889,7 +893,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Nikita Ivanov</h3>
+              <p class="cmty-pmitem__name h5">Nikita Ivanov</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/nivanov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -897,7 +901,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Nikolai Izhikov</h3>
+              <p class="cmty-pmitem__name h5">Nikolai Izhikov</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/nizhikov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -905,7 +909,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Nikolai Tikhonov</h3>
+              <p class="cmty-pmitem__name h5">Nikolai Tikhonov</p>
               <small class="cmty-pmitem__work pt-2">Nexign</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/TikhonovNikolay" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -913,14 +917,14 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Ognen Duzlevski</h3>
+              <p class="cmty-pmitem__name h5">Ognen Duzlevski</p>
               <small class="cmty-pmitem__work pt-2">Shoutlet</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=maketo" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Pavel Tupitsyn</h3>
+              <p class="cmty-pmitem__name h5">Pavel Tupitsyn</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/ptupitsyn" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -928,28 +932,28 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Raúl Kripalani</h3>
+              <p class="cmty-pmitem__name h5">Raúl Kripalani</p>
               <small class="cmty-pmitem__work pt-2">Evosent Consulting</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=raulk" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Roman Shaposhnik</h3>
+              <p class="cmty-pmitem__name h5">Roman Shaposhnik</p>
               <small class="cmty-pmitem__work pt-2">Pivotal</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=rvs" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Roman Shtykh</h3>
+              <p class="cmty-pmitem__name h5">Roman Shtykh</p>
               <small class="cmty-pmitem__work pt-2">Yahoo Japan Corporation</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=shroman" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Saikat Maitra</h3>
+              <p class="cmty-pmitem__name h5">Saikat Maitra</p>
               <small class="cmty-pmitem__work pt-2">Target</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/samaitra" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -957,14 +961,14 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Semyon Boikov</h3>
+              <p class="cmty-pmitem__name h5">Semyon Boikov</p>
               <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=sboikov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Sergey Evdokimov</h3>
+              <p class="cmty-pmitem__name h5">Sergey Evdokimov</p>
               <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/sevdokimov-gg" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -972,12 +976,12 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Sergey Khisamov</h3>
+              <p class="cmty-pmitem__name h5">Sergey Khisamov</p>
               <small class="cmty-pmitem__work pt-2">Fitech Source</small>
               <div class="cmty-pmitem__links flexi"></div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Sergey Vladykin</h3>
+              <p class="cmty-pmitem__name h5">Sergey Vladykin</p>
               <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/svladykin" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -985,7 +989,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Valentin Kulichenko</h3>
+              <p class="cmty-pmitem__name h5">Valentin Kulichenko</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/vkulichenko" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -993,7 +997,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Vladimir Ozerov</h3>
+              <p class="cmty-pmitem__name h5">Vladimir Ozerov</p>
               <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/devozerov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
@@ -1001,7 +1005,7 @@
               </div>
             </article>
             <article class="cmty-pmitem">
-              <h3 class="cmty-pmitem__name h5">Yakov Zhdanov</h3>
+              <p class="cmty-pmitem__name h5">Yakov Zhdanov</p>
               <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=yzhdanov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -1029,7 +1033,7 @@
     <!-- /.cmty-startcont-->
     <section class="cmty-docs">
       <div class="container">
-        <h2 class="h4">Code and technical documentation contributions</h2>
+        <h3 class="h4">Code and technical documentation contributions</h3>
         <div class="cmty-docs__wrap flexi pt-5">
           <div class="cmty-docblock">
             <div class="cmty-docblock__icon"><img src="/img/community/b9-icon-code.svg" alt="" /></div>
@@ -1056,7 +1060,7 @@
     <!-- /.cmty-docs-->
     <section class="cmty-ready">
       <div class="container">
-        <h2 class="h4 pb-1">Ready to start?</h2>
+        <div class="h4 pb-1"><strong>Ready to start?</strong></div>
         <div class="cmty-ready__text fz20">4 Steps to Start Contributing to the Code and Technical Documentation</div>
         <div class="cmty-ready__wrap pt-4">
           <div class="cmty-ready__item">
@@ -1103,7 +1107,7 @@
     <!-- /.cmty-ready-->
     <section class="cmty-red">
       <div class="container">
-        <h2 class="h4">Contribute By Building The Awareness <br />Of Ignite And Helping Fellow Developers</h2>
+        <h3 class="h4">Contribute By Building The Awareness <br />Of Ignite And Helping Fellow Developers</h3>
         <div class="cmty-red__wrap">
           <article class="cmty-redblock cmty-red__wrap--bg tplbox">
             <img class="tplbox__icon" src="/img/community/b12-code.svg" alt="" />
@@ -1130,7 +1134,7 @@
     <!-- /.cmty-red-->
     <section class="cmty-redstart">
       <div class="container">
-        <h2 class="fz30 pb-1">Ready to start?</h2>
+        <div class="fz30 pb-1"><strong>Ready to start?</strong></div>
         <p class="fz20">2 steps to start contributing by building the awareness and helping developers</p>
         <div class="cmty-redstart__wrap pt-4">
           <article class="cmty-redstep cmty-redstep--1">
@@ -1139,12 +1143,12 @@
           </article>
           <article class="cmty-redstep cmty-redstep--2">
             <i>02</i>
-            <h3 class="cmty-redstep__h3">If you want to build project awareness</h3>
+            <div class="cmty-redstep__h3">If you want to build project awareness</div>
             <p><a href="https://recognition.gridgain.com/about" target="_blank">Get instructions</a> and start spreading the word about Apache Ignite.</p>
           </article>
           <article class="cmty-redstep cmty-redstep--3">
             <i>02</i>
-            <h3 class="cmty-redstep__h3">If you want to help application developpers</h3>
+            <div class="cmty-redstep__h3">If you want to help application developpers</div>
             <p>
               Look for new questions on the <a href="mailto:user-subscribe@ignite.apache.org">user mailing list</a> or <a href="https://stackoverflow.com/questions/tagged/ignite" target="_blank">StackOverflow</a> (#ignite) and help others
               to use Ignite successfully.
@@ -1153,9 +1157,11 @@
         </div>
         <div class="cmty-redstart__bottom flexi">
           <div class="cmty-redstart__left">
-            <h3 class="h4 pb-1">Project Awareness <br />Top Contributors</h3>
+            <div class="h4 pb-1">
+              <strong>Project Awareness <br />Top Contributors</strong>
+            </div>
             <p class="h5 cmty-redstart__grey">Previous Quarter</p>
-            <h3 class="cmty-redstart__bottitle h5 pt-4 pb-3"><p>We do recognise and welcome non-code contributions. There are dozens of Apache Ignite community members who contribute this way.</p></h3>
+            <div class="cmty-redstart__bottitle h5 pt-4 pb-3"><p>We do recognise and welcome non-code contributions. There are dozens of Apache Ignite community members who contribute this way.</p></div>
           </div>
           <div class="cmty-redstart__botright">
             <iframe class="cmty-redstart__iframe themescroll" src="https://recognition-dev.gridgain.com/leaderboard-frame?limit=10&amp;interval=prev-quarter" frameborder="0"></iframe
@@ -1182,14 +1188,14 @@
         <article class="faqblock flexi">
           <h3 class="faqblock__title h5"><img src="/img/community/b16-icon-quest.svg" alt="" /><span>For General Questions</span></h3>
           <div class="faqblock__right">
-            <h4>By e-mail</h4>
+            <p class="faqblock__rightitle">By e-mail</p>
             <p>For general questions about Ignite <a href="mailto:user@ignite.apache.org">user@ignite.apache.org</a></p>
             <div class="faqblock__buttons flexi pb-5 pt-2">
               <a class="faqblock__button flexi" href="mailto:user-subscribe@ignite.apache.org"> <img class="faqblock__eicon" src="/img/icon-email+.svg" alt="" /><span>Subscribe</span></a
               ><a class="faqblock__button flexi" href="mailto:user-unsubscribe@ignite.apache.org"> <img class="faqblock__eicon" src="/img/icon-email-.svg" alt="" /><span>Unsubscribe</span></a
               ><a class="faqblock__button flexi" href="https://lists.apache.org/list.html?user@ignite.apache.org" target="_blank"> <img src="/img/icon-folder.svg" alt="" /><span>Archives</span></a>
             </div>
-            <h4>On StackOverflow</h4>
+            <p class="faqblock__rightitle">On StackOverflow</p>
             <p>Many Ignite community members watch <a href="http://stackoverflow.com/questions/tagged/ignite" target="_blank">Stack Overflow</a> for the tag "ignite" or "apacheignite", so you can post your questions there as well.</p>
             <div class="faqblock__buttons flexi pt-2">
               <a class="faqblock__button flexi" href="http://stackoverflow.com/questions/tagged/ignite" target="_blank">
@@ -1204,14 +1210,14 @@
             <img src="/img/community/b16-icon-comments.svg" alt="" /><span>For Contribution Related <br />Questions and Discussions</span>
           </h3>
           <div class="faqblock__right">
-            <h4>By e-mail</h4>
+            <p class="faqblock__rightitle">By e-mail</p>
             <p>For contribution-related discussions <a href="mailto:dev@ignite.apache.org">dev@ignite.apache.org</a></p>
             <div class="faqblock__buttons flexi pb-4 pt-2">
               <a class="faqblock__button flexi" href="mailto:dev-subscribe@ignite.apache.org"> <img class="faqblock__eicon" src="/img/icon-email+.svg" alt="" /><span>Subscribe</span></a
               ><a class="faqblock__button flexi" href="mailto:dev-unsubscribe@ignite.apache.org"> <img class="faqblock__eicon" src="/img/icon-email-.svg" alt="" /><span>Unsubscribe</span></a
               ><a class="faqblock__button flexi" href="https://lists.apache.org/list.html?user@ignite.apache.org" target="_blank"> <img src="/img/icon-folder.svg" alt="" /><span>Archives</span></a>
             </div>
-            <h4>On StackOverflow</h4>
+            <p class="faqblock__rightitle">On StackOverflow</p>
             <p>
               Many Ignite community contributors monitor <a href="http://stackoverflow.com/questions/tagged/ignite" target="_blank">Stack Overflow</a> for the tag "ignite" or "apacheignite" to support Ignite developers, so you can post your
               questions there as well.
@@ -1225,14 +1231,14 @@
         <article class="faqblock flexi">
           <h3 class="faqblock__title h5"><img src="/img/community/b16-icon-reports.svg" alt="" /><span>Report an Issue </span></h3>
           <div class="faqblock__right">
-            <h4>By e-mail</h4>
+            <p class="faqblock__rightitle">By e-mail</p>
             <p>For contribution-related discussions <a href="https://lists.apache.org/list.html?issues@ignite.apache.org">issues@ignite.apache.org</a></p>
             <div class="faqblock__buttons flexi pb-5 pt-2">
               <a class="faqblock__button flexi" href="mailto:notifications-subscribe@ignite.apache.org"> <img class="faqblock__eicon" src="/img/icon-email+.svg" alt="" /><span>Subscribe</span></a
               ><a class="faqblock__button flexi" href="mailto:issues-unsubscribe@ignite.apache.org"> <img class="faqblock__eicon" src="/img/icon-email-.svg" alt="" /><span>Unsubscribe</span></a
               ><a class="faqblock__button flexi" href="https://lists.apache.org/list.html?issues@ignite.apache.org" target="_blank"> <img src="/img/icon-folder.svg" alt="" /><span>Archives</span></a>
             </div>
-            <h4>On Jira</h4>
+            <p class="faqblock__rightitle">On Jira</p>
             <p>Visit <a href="https://issues.apache.org/jira/browse/IGNITE" target="_blank">Ignite Jira</a> if you would like to file a new issue or view existing issues.</p>
             <div class="faqblock__buttons flexi pt-2">
               <a class="faqblock__button flexi" href="http://stackoverflow.com/questions/tagged/ignite" target="_blank">
@@ -1282,11 +1288,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -1301,6 +1307,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/css/communnity.css b/css/communnity.css
index 60823ae..45718a3 100644
--- a/css/communnity.css
+++ b/css/communnity.css
@@ -690,6 +690,7 @@
 }
 .cmty-redstep__h3 {
     font-size: 16px;
+    font-weight: 700;
     line-height: 1;
     padding-bottom: 8px;
 }
@@ -788,7 +789,7 @@
     padding-top: 10px;
     max-width: 540px;
 }
-.faqblock__right h4 {
+.faqblock__rightitle {
     font-size: initial;
     line-height: 1;
     font-weight: 700;
diff --git a/css/digital-hub.css b/css/digital-hub.css
index ea5d68e..8796788 100644
--- a/css/digital-hub.css
+++ b/css/digital-hub.css
@@ -118,6 +118,7 @@
 }
 .hub5__title {
   padding-bottom: 1rem;
+  font-weight: 700;
 }
 .hub5__text {
   max-width: 430px;
diff --git a/css/download.css b/css/download.css
index b220404..a0c7bff 100644
--- a/css/download.css
+++ b/css/download.css
@@ -6,12 +6,9 @@
     right: -110px;
 }
 .downloadtitle {
-    padding-top: 11rem;
-}
-.downloadtitle h2{
     font-size: 3.2rem;
     line-height: 1.35;
-    font-weight: 400;
+    padding-top: 11rem;
 }
 
 .download-src {
@@ -351,11 +348,9 @@
 @media (max-width:767px){
     .downloadtitle{
         padding-top: 7rem;
-    }
-    .downloadtitle h2{
         font-size: 2.4rem;
     }
-    .downloadtitle h2 br{
+    .downloadtitle br{
         display: none;
     }
     .capstext.pb-5{
diff --git a/css/events.css b/css/events.css
index b74ce39..94aaf44 100644
--- a/css/events.css
+++ b/css/events.css
@@ -530,7 +530,7 @@
 .eventcard:hover{
     box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
 }
-.eventcard h3{
+.eventcard__title{
     font-weight: 700;
     font-size: 2rem;
     line-height: 3rem;
@@ -687,7 +687,7 @@
         min-height: auto;
         padding: 3rem 2rem;
     }
-    .eventcard .h5{
+    .eventcard__title{
         font-size: 2rem;
         line-height: 1.3;
     }
diff --git a/css/frontpage.css b/css/frontpage.css
index 6829d72..1d5a13b 100644
--- a/css/frontpage.css
+++ b/css/frontpage.css
@@ -36,6 +36,12 @@
     background: #FFFFFF;
     border-radius: 1rem;
     padding: 40px;
+    color:#000;
+    text-decoration: none;
+}
+.frontcard:hover{
+    color:#000;
+    text-decoration: none; 
 }
 .frontcard__prises {
     align-items: center;
@@ -416,6 +422,11 @@
     background: var(--grey);
     padding-left: 10rem;
     padding-right: 6rem;
+    color:#000;
+}
+.frontresitem:hover{
+    color:#000;
+    text-decoration: none;
 }
 .frontresitem__icon {
     position: absolute;
@@ -431,15 +442,18 @@
     height: 100%;
     object-fit: contain;
 }
-.frontresitem--black {
+.frontresitem--black,
+.frontresitem--black:hover{
     background: var(--dark);
     color:#fff;
 }
-.frontresitem--red {
+.frontresitem--red,
+.frontresitem--red:hover{
     background: var(--red2);
     color:#fff;
 }
-.frontresitem--rose {
+.frontresitem--rose,
+.frontresitem--rose:hover{
     background: var(--red5);
 }
 
diff --git a/css/media.css b/css/media.css
index 3893b97..0729d78 100644
--- a/css/media.css
+++ b/css/media.css
@@ -390,7 +390,6 @@
         width: 35px;
     }
     .faqblock__title{
-        padding-left: 50px;
         padding-right: 30px;
     }
     .faqblock__title br{
diff --git a/css/resources.css b/css/resources.css
index 25a3b73..c26a1fe 100644
--- a/css/resources.css
+++ b/css/resources.css
@@ -163,7 +163,14 @@
     margin-top: auto;
     height: 45px;
 }
-
+.resourses__bottom{
+    text-align: center;
+}
+.resourses__bottom .button{
+    display: inline-flex;
+    padding-left: 30px;
+    padding-right: 30px;
+}
 
 
 
@@ -347,6 +354,9 @@
     .rescourses{
         padding-top: 7rem;
     }
+    .resourses__bottom{
+        padding-top: 3rem;
+    }
 
     .rescourses br,
     .resbook br{
diff --git a/css/site.css b/css/site.css
index 7384dee..80b084b 100644
--- a/css/site.css
+++ b/css/site.css
@@ -209,7 +209,7 @@
   transition: opacity 0.2s ease;
 }
 .dropmenu.active{
-  height: 360px;
+  height: 320px;
   opacity: 1;
 }
 .dropmenu__back.active{
@@ -222,7 +222,7 @@
   top: 0;
   left: 0;
   width: 100%;
-  height: 360px;
+  height: 100%;
   background: #fff;
   padding: 48px 0 0px;
   opacity: 0;
@@ -236,28 +236,46 @@
   transform: translateY(0px);
 }
 
-.dropmenu1__grid{
+.dropmenu1__grid,
+.dropmenu2__grid,
+.dropmenu3__grid{
   display: grid;
-  display: flex;
-  flex-flow: row nowrap;
-  align-items: stretch;
+  grid-template-columns: repeat(4, 1fr);
+  grid-auto-rows: auto;
+  grid-gap: 0;
 }
-.dropmenu--left{
-  padding-right: 30px;
-  width: 245px;
-  flex-shrink: 0;
+.dropmenu1__buttonwrap{
+  padding-top: 5rem;
 }
 .dropmenu__box{
   position: relative;
-  min-height: 240px;
-  padding-top: 5rem;
+  min-height: 210px;
+  padding-top: 4.7rem;
+  padding-left: 18px;
+  padding-right: 18px;
+  width: 100%;
+  padding-bottom: 15px;
+}
+.dropmenu__box::after{
+  content:"";
+  display: block;
+  position: absolute;
+  left: 0;
+  top: 0;
+  bottom: 0;
+  width: 1px;
+  background: var(--grey2);
+}
+.dropmenu__box:first-child::after,
+.dropmenu__box.no-border::after{
+  display: none;
 }
 .dropmenu__iconitem{
-  display: flex;
+  display: inline-flex;
   flex-flow: row nowrap;
   align-items: center;
   justify-content: flex-start;
-  padding: 10px 15px;
+  padding: 10px 20px 10px 15px;
   border-radius: 1rem;
   color:#000 !important;
 }
@@ -280,29 +298,11 @@
   color:var(--grey4);
   position: absolute;
   top: 0;
-  left: 0;
+  left: 20px;
+  right: 20px;
   font-size: 12px;
   line-height: 18px;
 }
-.dropmenu1__center{
-  flex-grow: 1;
-  border-left: 1px solid var(--grey2);
-  border-right: 1px solid var(--grey2);
-  display: grid;
-  grid-template-columns: max-content max-content;
-  padding: 0 20px 15px;
-  grid-gap: 0 30px;
-}
-.dropmenu1__center .dropmenu__iconitem{
-  min-width: 250px;
-}
-.dropmenu1__right{
-  position: relative;
-  padding-top: 4rem;
-  margin-left: 75px;
-  width: 240px;
-  flex-shrink: 0;
-}
 .dropmenu__redbutton{
   height: 60px;
   padding: 0 30px;
@@ -352,34 +352,9 @@
   transform: translateX(3px);
 }
 
-
-.dropmenu2__grid{
-  display: flex;
-  flex-flow: row nowrap;
-  align-items: stretch;
-  justify-content: space-between;
-}
-.dropmenu2__col{
-  border-right:1px solid var(--grey2);
-  width: 20%;
-  overflow: hidden;
-  flex-grow: 1;
-  flex-shrink: 1;
-  margin-left: 20px;
-  padding-right: 20px;
-  min-height: 240px;
-}
-.dropmenu2__col:first-child{
-  margin-left: 0;
-}
-.dropmenu2__col.dropmenu1__right{
-  text-align: right;
-  border:none;
-  padding-right: 0;
-}
 .panelmorelinkwrap{
   text-align: center;
-  padding-top: 25px;
+  padding-top: 15px;
 }
 .panellink{
   color:#000;
diff --git a/css/tooling.css b/css/tooling.css
index 350589b..a32b515 100644
--- a/css/tooling.css
+++ b/css/tooling.css
@@ -218,6 +218,7 @@
 }
 .toolingend__title {
     position: relative;
+    font-weight: 700;
 }
 .toolingend__action {
     margin-right: 10rem;
diff --git a/download.html b/download.html
index 12e5e23..e34be93 100644
--- a/download.html
+++ b/download.html
@@ -3,17 +3,24 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Downloads | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/download.css?ver=0.1" />
-    <link rel="stylesheet" href="../js/vendor/highlight/default.min.css?ver=0.1" />
-    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.1" />
+    <title>Download - Apache Ignite</title>
+    <meta name="description" content="Download Apache Ignite here and install in your environment. It’s for free – just select from one of the available options and download." />
+    <link rel="canonical" href="https://ignite.apache.org/download.html" />
+    <meta property="og:title" content="Download - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/download.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="Download Apache Ignite here and install in your environment. It’s for free – just select from one of the available options and download." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/download.css?ver=0.2" />
+    <link rel="stylesheet" href="../js/vendor/highlight/default.min.css?ver=0.2" />
+    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.2" />
     <script src="../js/vendor/highlight/highlight.min.js"></script>
     <script src="../js/vendor/highlight/xml.min.js"></script>
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -67,17 +74,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -87,43 +97,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -131,8 +136,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -142,8 +147,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -156,7 +161,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -170,7 +175,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -184,17 +189,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -202,6 +205,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -210,34 +218,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -257,7 +261,7 @@
     </section>
     <!-- /.innerhero-->
     <section class="downloadtitle container pb-5">
-      <h2>Download Apache Ignite® and install in your environment. <br />Select from one of the available options.</h2>
+      <p>Download Apache Ignite® and install in your environment. <br />Select from one of the available options.</p>
     </section>
     <section class="cmtynavblock jsNavBlock cmtynavblock--downwrap">
       <div class="container">
@@ -275,7 +279,7 @@
     </section>
     <!-- /.cmtynavblock-->
     <section class="download-src container" id="source">
-      <div class="capstext pb-5">SOURCE RELEASES</div>
+      <h2 class="capstext pb-5">SOURCE RELEASES</h2>
       <div class="downtable__wrap">
         <div class="downtable__scroller">
           <table class="downtable">
@@ -423,7 +427,7 @@
     </section>
     <!-- /.download-src-->
     <section class="download-bin container" id="binary">
-      <div class="capstext">BINARY RELEASES</div>
+      <h2 class="capstext">BINARY RELEASES</h2>
       <div class="download-bin__header pt-4 pb-5">
         <p>
           Binary release packages are provided for your convenience and not considered as primary release artifacts of the ASF. It's recommended to verify a release downloadable, following <a href="#verification">this guidelines.</a> For
@@ -631,7 +635,7 @@
     </section>
     <!-- /.downloadslim-->
     <section class="download-docker container" id="docker">
-      <h3 class="capstext pb-5">DOCKER AND CLOUD IMAGES</h3>
+      <h2 class="capstext pb-5">DOCKER AND CLOUD IMAGES</h2>
       <div class="downtable__wrap">
         <div class="downtable__scroller">
           <table class="downtable downtable--docker">
@@ -686,11 +690,11 @@
     </section>
     <!-- /.downverify-->
     <section class="downfooter container" id="git">
-      <p class="capstext pb-3">GIT REPOSITORY</p>
+      <h2 class="capstext pb-3">GIT REPOSITORY</h2>
       <pre class="nativecode__codebox nomargin"><code class="bash">$ git clone https://gitbox.apache.org/repos/asf/ignite
 </code></pre>
       <div class="downfooter__spacer pt-5 pb-5"></div>
-      <p class="capstext pb-3" id="extensions">EXTENSIONS</p>
+      <h2 class="capstext pb-3" id="extensions">EXTENSIONS</h2>
       <pre class="nativecode__codebox nomargin"><code class="xml">&lt;dependency&gt;
     &lt;groupId&gt;org.apache.ignite&lt;/groupId&gt;
     &lt;artifactId&gt;ignite-spring-boot-autoconfigure-ext&lt;/artifactId&gt;
@@ -703,7 +707,7 @@
 &lt;/dependency&gt;</code></pre>
     </section>
     <section class="party3rd container" id="party3rd">
-      <p class="capstext">3RD PARTY BINARIES</p>
+      <h2 class="capstext">3RD PARTY BINARIES</h2>
       <div class="party3rd__wrap pt-5 flexi">
         <div class="party3rd__left">
           <p class="pb-2">This is a list of 3rd party binary packages based on Apache Ignite. The Apache Ignite project does not endorse or maintain any 3rd party binary packages.</p>
@@ -757,11 +761,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -776,6 +780,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/events-video.html b/events-video.html
index 9f1dd3c..6b63b33 100644
--- a/events-video.html
+++ b/events-video.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Events Watch Video | Apache Ignite</title>
+    <title>Events Watch Video</title>
     <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
     <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
     <link rel="stylesheet" href="/css/site.css?ver=0.1" />
@@ -62,10 +62,10 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
@@ -559,11 +559,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
diff --git a/events.html b/events.html
index aadf0b7..66c5012 100644
--- a/events.html
+++ b/events.html
@@ -3,12 +3,19 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Events | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/events.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Apache Ignite Events - Meetups, Summit, Conference</title>
+    <meta name="description" content="Join our upcoming events: in-memory computing meetups, Apache Ignite summits or conferences. Find an Apache Ignite meetup/group near you." />
+    <link rel="canonical" href="https://ignite.apache.org/events.html" />
+    <meta property="og:title" content="Apache Ignite Events - Meetups, Summit, Conference" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/events.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="Join our upcoming events: in-memory computing meetups, Apache Ignite summits or conferences. Find an Apache Ignite meetup/group near you." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/events.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -62,17 +69,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -82,43 +92,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -126,8 +131,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -137,8 +142,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -151,7 +156,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -165,7 +170,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -179,17 +184,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -197,6 +200,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -205,34 +213,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -244,11 +248,11 @@
     <section class="eventhero">
       <div class="container">
         <div class="eventhero__main">
-          <h2 class="h2">
+          <h1 class="h2">
             Join The Apache Ignite <br />
             Community At&nbsp;Conferences, <br />
             Summits And Other Events
-          </h2>
+          </h1>
           <div class="h5 pt-3">
             The community meets online and offline regularly. <br />
             Join our meetup groups and events to learn from <br />Ignite experts or to share your Ignite experience.
@@ -286,7 +290,7 @@
       <div class="evsummit__info flexi pt-5">
         <div class="evsummit__logo"><img src="/img/events/b2-summit.svg" alt="" /></div>
         <div class="evsummit__descr">
-          <h3 class="h3">Apache Ignite Summit</h3>
+          <h2 class="h3">Apache Ignite Summit</h2>
           <p class="h5 pt-2">
             This virtual conference will feature speakers from industry-leading companies <br />
             and hundreds of participants from all over the world.
@@ -318,7 +322,7 @@
       <div class="container">
         <div class="event-planet__wrap flexi">
           <div class="event-planet__main">
-            <h3 class="h3 pb-1">Apache Ignite Meetups Worldwide</h3>
+            <h2 class="h3 pb-1">Apache Ignite Meetups Worldwide</h2>
             <p class="h5 pt-5">Meet the community&nbsp;&mdash; developers, experts, and practitioners&nbsp;&mdash; face-to-face, virtually, or&nbsp;onsite in&nbsp;your city.</p>
           </div>
           <div class="event-planet__pic"><img src="/img/events/b4-world.svg" alt="" /></div>
@@ -516,7 +520,7 @@
           <div class="eventspast__tab">
             <article class="eventcard">
               <div class="eventcard__date">September 28, 2021</div>
-              <h3 class="h5 pt-2">Organization of testing distributed systems on the example of a real Java project</h3>
+              <div class="eventcard__title pt-2">Organization of testing distributed systems on the example of a real Java project</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Maxim Losevskoy</div>
                 <div class="eventcard__loc">Moscow Python Conference 2021</div>
@@ -525,7 +529,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">September 28, 2021</div>
-              <h3 class="h5 pt-2">Python-client for Apache Ignite Distributed DataBase</h3>
+              <div class="eventcard__title pt-2">Python-client for Apache Ignite Distributed DataBase</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Ivan Daschinsky</div>
                 <div class="eventcard__loc">Moscow Python Conference 2021</div>
@@ -534,7 +538,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">September 23, 2021</div>
-              <h3 class="h5 pt-2">Apache Ignite Extensions - Modularization</h3>
+              <div class="eventcard__title pt-2">Apache Ignite Extensions - Modularization</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Saikat Maitra</div>
                 <div class="eventcard__loc">ApacheCon</div>
@@ -546,7 +550,7 @@
             <div class="eventspast__tab">
               <article class="eventcard">
                 <div class="eventcard__date">September 23, 2021</div>
-                <h3 class="h5 pt-2">Moscow Apache Ignite Meetup</h3>
+                <div class="eventcard__title pt-2">Moscow Apache Ignite Meetup</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Ivan Bessonov<br />Maxim Muzafarov<br />Dmitry Gorchakov</div>
                   <div class="eventcard__loc">Moscow Apache Ignite Meetup</div>
@@ -555,7 +559,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 21, 2021</div>
-                <h3 class="h5 pt-2">Distributed Java Databases Under the Hood: Main Components and Interactions Between Them</h3>
+                <div class="eventcard__title pt-2">Distributed Java Databases Under the Hood: Main Components and Interactions Between Them</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">ApacheCon</div>
@@ -564,7 +568,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 20, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite. Now with CDC!</h3>
+                <div class="eventcard__title pt-2">Apache Ignite. Now with CDC!</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Nikolay Izhikov</div>
                   <div class="eventcard__loc">Saint Highload++</div>
@@ -573,7 +577,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 2, 2021</div>
-                <h3 class="h5 pt-2">Building a low-code BaaS platform on Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Building a low-code BaaS platform on Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Courtney Robinson <small>(Hypi co-founder and CEO)</small></div>
                   <div class="eventcard__loc">Virtual Apache Ignite Meetup</div>
@@ -582,7 +586,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 20, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite 3.0.0 Alpha 2 Build Community Gathering</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 3.0.0 Alpha 2 Build Community Gathering</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Virtual Apache Ignite Meetup</div>
@@ -591,7 +595,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 19, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite on Kubernetes</h3>
+                <div class="eventcard__title pt-2">Apache Ignite on Kubernetes</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Colin Capriati</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -600,7 +604,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 18, 2021</div>
-                <h3 class="h5 pt-2">Why Distributed SQL Is Not As Easy As It Looks</h3>
+                <div class="eventcard__title pt-2">Why Distributed SQL Is Not As Easy As It Looks</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Stan Lukyanov</div>
                   <div class="eventcard__loc">Highload++</div>
@@ -609,7 +613,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 28, 2021</div>
-                <h3 class="h5 pt-2">How to Use Spark With Apache Ignite for Big Data Processing</h3>
+                <div class="eventcard__title pt-2">How to Use Spark With Apache Ignite for Big Data Processing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Andrey Alexandrov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -618,7 +622,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 27, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite Native Persistence Storage</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Native Persistence Storage</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Anton Kalashnikov</div>
                   <div class="eventcard__loc">Virtual Apache Ignite Meetup</div>
@@ -627,7 +631,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 20, 2021</div>
-                <h3 class="h5 pt-2">Dealing with Network Overhead in Distributed Systems: An Effective Approach to Working with Data</h3>
+                <div class="eventcard__title pt-2">Dealing with Network Overhead in Distributed Systems: An Effective Approach to Working with Data</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Pavel Tupitsyn</div>
                   <div class="eventcard__loc">DOTNEXT Russia</div>
@@ -636,7 +640,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 20, 2021</div>
-                <h3 class="h5 pt-2">Distributed Java Databases Under the Hood: Main Components and Interactions</h3>
+                <div class="eventcard__title pt-2">Distributed Java Databases Under the Hood: Main Components and Interactions</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Val Kulichenko</div>
                   <div class="eventcard__loc">Seattle Java User Group</div>
@@ -645,7 +649,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 15, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite Meetup Moscow</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Meetup Moscow</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Grigory Domozhirov</div>
                   <div class="eventcard__loc">Ivan Dashchinskiy</div>
@@ -654,7 +658,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 13, 2021</div>
-                <h3 class="h5 pt-2">Using Ignite and JBoss Drools to Implement a Complex Event Processing Solution</h3>
+                <div class="eventcard__title pt-2">Using Ignite and JBoss Drools to Implement a Complex Event Processing Solution</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Manoel Pereira de Lima Junior<br />Ney Luiz Montes Junior</div>
                   <div class="eventcard__loc">Virtual Apache Ignite Meetup</div>
@@ -663,7 +667,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 13, 2021</div>
-                <h3 class="h5 pt-2">Distributed Java DBs Under the Hood: Components & Interactions Between Them</h3>
+                <div class="eventcard__title pt-2">Distributed Java DBs Under the Hood: Components & Interactions Between Them</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Val Kulichenko</div>
                   <div class="eventcard__loc">Chicago PostgreSQL Meetup Group</div>
@@ -672,7 +676,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 7, 2021</div>
-                <h3 class="h5 pt-2">Distributed Java DBs Under the Hood: Components & Interactions Between Them</h3>
+                <div class="eventcard__title pt-2">Distributed Java DBs Under the Hood: Components & Interactions Between Them</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Val Kulichenko</div>
                   <div class="eventcard__loc">London Java Community</div>
@@ -681,7 +685,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 29, 2021</div>
-                <h3 class="h5 pt-2">Distributed Java DBs Under the Hood: Components & Interactions Between Them</h3>
+                <div class="eventcard__title pt-2">Distributed Java DBs Under the Hood: Components & Interactions Between Them</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Val Kulichenko</div>
                   <div class="eventcard__loc">The Boston Java Meetup Group</div>
@@ -690,7 +694,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 17, 2021</div>
-                <h3 class="h5 pt-2">How to use Apache Ignite and Spring to build a reliable distributed web application</h3>
+                <div class="eventcard__title pt-2">How to use Apache Ignite and Spring to build a reliable distributed web application</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Semyon Danilov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -699,7 +703,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 2, 2021</div>
-                <h3 class="h5 pt-2">Using Apache Ignite to boost the development of Jira Cloud apps</h3>
+                <div class="eventcard__title pt-2">Using Apache Ignite to boost the development of Jira Cloud apps</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Peter Gagarinov</div>
                   <div class="eventcard__loc">Virtual Apache Ignite Meetup</div>
@@ -708,7 +712,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 24, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite SQL Troubleshooting</h3>
+                <div class="eventcard__title pt-2">Apache Ignite SQL Troubleshooting</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Vladimir Pligin</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -717,7 +721,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 19, 2021</div>
-                <h3 class="h5 pt-2">Designing In Memory Applications for Cloud Deployment</h3>
+                <div class="eventcard__title pt-2">Designing In Memory Applications for Cloud Deployment</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">CloudWorld<br />Greg Stachnik</div>
                   <div class="eventcard__loc">DeveloperWeek</div>
@@ -728,7 +732,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 17, 2021</div>
-                <h3 class="h5 pt-2">PRO WORKSHOP: In-Memory Computing: How to Fight Your Serverless Code's Idle Time</h3>
+                <div class="eventcard__title pt-2">PRO WORKSHOP: In-Memory Computing: How to Fight Your Serverless Code's Idle Time</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">DeveloperWeek Virtual</div>
@@ -739,7 +743,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 16, 2021</div>
-                <h3 class="h5 pt-2">Detecting Potential Hazardous Situations in the Dutch Railway Planning with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Detecting Potential Hazardous Situations in the Dutch Railway Planning with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Pim Dorrestijn</div>
                   <div class="eventcard__loc">Virtual Apache Ignite® Meetup</div>
@@ -748,7 +752,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 10, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite Essentials - Key Design Principles for Building Data-Intensive Applications</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Essentials - Key Design Principles for Building Data-Intensive Applications</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Developer Training</div>
@@ -757,7 +761,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 28, 2021</div>
-                <h3 class="h5 pt-2">Enabling Real-Time Analytics for Data Lakes with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Enabling Real-Time Analytics for Data Lakes with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Subsurface: Cloud Data Lake conf</div>
@@ -766,7 +770,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 26, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite 3.0.0 Alpha Build Community Gathering</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 3.0.0 Alpha Build Community Gathering</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Virtual Meetup</div>
                   <div class="eventcard__loc">Virtual Apache Ignite® Meetup</div>
@@ -775,7 +779,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 19, 2021</div>
-                <h3 class="h5 pt-2">Designing In Memory Applications for Cloud Deployment</h3>
+                <div class="eventcard__title pt-2">Designing In Memory Applications for Cloud Deployment</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">CloudWorld<br />Greg Stachnik</div>
                   <div class="eventcard__loc">DeveloperWeek</div>
@@ -786,7 +790,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 17, 2021</div>
-                <h3 class="h5 pt-2">PRO WORKSHOP: In-Memory Computing: How to Fight Your Serverless Code's Idle Time</h3>
+                <div class="eventcard__title pt-2">PRO WORKSHOP: In-Memory Computing: How to Fight Your Serverless Code's Idle Time</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">DeveloperWeek Virtual</div>
@@ -797,7 +801,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 16, 2021</div>
-                <h3 class="h5 pt-2">Detecting Potential Hazardous Situations in the Dutch Railway Planning with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Detecting Potential Hazardous Situations in the Dutch Railway Planning with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Pim Dorrestijn</div>
                   <div class="eventcard__loc">Virtual Apache Ignite® Meetup</div>
@@ -806,7 +810,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 10, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite Essentials - Key Design Principles for Building Data-Intensive Applications</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Essentials - Key Design Principles for Building Data-Intensive Applications</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Developer Training</div>
@@ -815,7 +819,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 28, 2021</div>
-                <h3 class="h5 pt-2">Enabling Real-Time Analytics for Data Lakes with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Enabling Real-Time Analytics for Data Lakes with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Subsurface: Cloud Data Lake conf</div>
@@ -824,7 +828,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 26, 2021</div>
-                <h3 class="h5 pt-2">Apache Ignite 3.0.0 Alpha Build Community Gathering</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 3.0.0 Alpha Build Community Gathering</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Virtual Meetup</div>
                   <div class="eventcard__loc">Virtual Apache Ignite® Meetup</div>
@@ -840,7 +844,7 @@
           <div class="eventspast__tab">
             <article class="eventcard">
               <div class="eventcard__date">December 9, 2020</div>
-              <h3 class="h5 pt-2">Apache Ignite Workshop: Developing Applications That Are Easy to Manage</h3>
+              <div class="eventcard__title pt-2">Apache Ignite Workshop: Developing Applications That Are Easy to Manage</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Alexey Kukushkin</div>
                 <div class="eventcard__loc">Webinar</div>
@@ -849,7 +853,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">December 8, 2020</div>
-              <h3 class="h5 pt-2">How to Use Apache Ignite to Rescue the Backend of a Bank</h3>
+              <div class="eventcard__title pt-2">How to Use Apache Ignite to Rescue the Backend of a Bank</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Mikhail Antonov</div>
                 <div class="eventcard__loc">Virtual Apache Ignite® Meetup</div>
@@ -858,7 +862,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">December 8, 2020</div>
-              <h3 class="h5 pt-2">Using Apache Ignite’s Compute Grid to Integrate the Drools Rules Engine</h3>
+              <div class="eventcard__title pt-2">Using Apache Ignite’s Compute Grid to Integrate the Drools Rules Engine</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Ken Cottrell</div>
                 <div class="eventcard__loc">Virtual Apache Ignite® Meetup</div>
@@ -870,7 +874,7 @@
             <div class="eventspast__tab">
               <article class="eventcard">
                 <div class="eventcard__date">December 4, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Java Developers and Architects</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Java Developers and Architects</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">jLove conference</div>
@@ -879,7 +883,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">December 2, 2020</div>
-                <h3 class="h5 pt-2">How to Deploy Change Data Capture Using Debezium in Apache Ignite and GridGain</h3>
+                <div class="eventcard__title pt-2">How to Deploy Change Data Capture Using Debezium in Apache Ignite and GridGain</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Evgenii Zhuravlev</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -888,7 +892,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 30, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Java Developers and Architects</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Java Developers and Architects</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Java.IL - the Israeli Java Community</div>
@@ -897,7 +901,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 18, 2020</div>
-                <h3 class="h5 pt-2">How to Leverage the Gridgain Operator for Kubernetes to Deploy Apache Ignite</h3>
+                <div class="eventcard__title pt-2">How to Leverage the Gridgain Operator for Kubernetes to Deploy Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Alexander Shapkin</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -906,7 +910,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 17, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite from Scratch: Live Coding of a Naive Distributed System in Java</h3>
+                <div class="eventcard__title pt-2">Apache Ignite from Scratch: Live Coding of a Naive Distributed System in Java</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda & Val Kulichenko</div>
                   <div class="eventcard__loc">Virtual Apache Ignite® Meetup</div>
@@ -915,7 +919,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 12, 2020</div>
-                <h3 class="h5 pt-2">Distributed Application Development Training: Approaches for User Authentication</h3>
+                <div class="eventcard__title pt-2">Distributed Application Development Training: Approaches for User Authentication</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Mekhanikov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -924,7 +928,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 29, 2020</div>
-                <h3 class="h5 pt-2">Performance and Fault-Tolerance of Apache Ignite's Network Components</h3>
+                <div class="eventcard__title pt-2">Performance and Fault-Tolerance of Apache Ignite's Network Components</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Stanislav Lukyanov</div>
                   <div class="eventcard__loc">In-Memory Computing Summit</div>
@@ -933,7 +937,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 29, 2020</div>
-                <h3 class="h5 pt-2">Engineering Overview of GridGain Nebula Managed Service: How We Deploy GridGain/Apache Ignite in Clouds</h3>
+                <div class="eventcard__title pt-2">Engineering Overview of GridGain Nebula Managed Service: How We Deploy GridGain/Apache Ignite in Clouds</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Andrey Alexandrov</div>
                   <div class="eventcard__loc">In-Memory Computing Summit</div>
@@ -944,7 +948,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 29, 2020</div>
-                <h3 class="h5 pt-2">Hyper-parameter Tuning and Distributed Stacking with Apache Ignite ML</h3>
+                <div class="eventcard__title pt-2">Hyper-parameter Tuning and Distributed Stacking with Apache Ignite ML</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Alexey Zinoviev</div>
                   <div class="eventcard__loc">In-Memory Computing Summit</div>
@@ -953,7 +957,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 28, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite Extensions - Modularization</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Extensions - Modularization</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Saikat Maitra</div>
                   <div class="eventcard__loc">In-Memory Computing Summit</div>
@@ -962,7 +966,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 28, 2020</div>
-                <h3 class="h5 pt-2">Analyzing and Debugging Ignite Applications for Performance</h3>
+                <div class="eventcard__title pt-2">Analyzing and Debugging Ignite Applications for Performance</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Greg Stachnick</div>
                   <div class="eventcard__loc">In-Memory Computing Summit</div>
@@ -971,7 +975,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 28, 2020</div>
-                <h3 class="h5 pt-2">Going Cloud-Native: Serverless Applications With Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Going Cloud-Native: Serverless Applications With Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">In-Memory Computing Summit</div>
@@ -980,7 +984,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 27, 2020</div>
-                <h3 class="h5 pt-2">Training: Setting Up Apache Ignite Management and Monitoring Solution With GridGain Control Center</h3>
+                <div class="eventcard__title pt-2">Training: Setting Up Apache Ignite Management and Monitoring Solution With GridGain Control Center</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">In-Memory Computing Summit</div>
@@ -989,7 +993,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 20, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite Lightning Talks and Q&A Session</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Lightning Talks and Q&A Session</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker"></div>
                   <div class="eventcard__loc">Virtual Apache Ignite® Meetup</div>
@@ -998,7 +1002,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 14</div>
-                <h3 class="h5 pt-2">Apache Ignite Workshop: Cluster Memory Management Techniques</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Workshop: Cluster Memory Management Techniques</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1007,7 +1011,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 8, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Java Developers and Architects with VJUG</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Java Developers and Architects with VJUG</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Virtual Java User Group</div>
@@ -1016,7 +1020,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 7, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Java Developers and Architects with LJC</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Java Developers and Architects with LJC</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">London Java Community Meetup</div>
@@ -1025,7 +1029,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 30, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Software Engineers</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Software Engineers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">JConf.dev</div>
@@ -1034,7 +1038,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 29, 2020</div>
-                <h3 class="h5 pt-2">Data Streaming using Apache Flink and Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Data Streaming using Apache Flink and Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Saikat Maitra</div>
                   <div class="eventcard__loc">ApacheCon @home</div>
@@ -1043,7 +1047,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 29, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials For Software Engineers</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials For Software Engineers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">ApacheCon @home</div>
@@ -1052,7 +1056,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 28, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite: Continuous Machine and Deep Learning at Scale</h3>
+                <div class="eventcard__title pt-2">Apache Ignite: Continuous Machine and Deep Learning at Scale</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Ken Cottrell</div>
                   <div class="eventcard__loc">Developer Week Seattle: Cloud Edition</div>
@@ -1061,7 +1065,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 28, 2020</div>
-                <h3 class="h5 pt-2">Heads in the Cloud: Cloud Deployment Best Practices for in Memory Computing</h3>
+                <div class="eventcard__title pt-2">Heads in the Cloud: Cloud Deployment Best Practices for in Memory Computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Greg Stachnik</div>
                   <div class="eventcard__loc">Developer Week Seattle: Cloud Edition</div>
@@ -1070,7 +1074,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 17, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite 3.0: Major Changes and Features in Russian</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 3.0: Major Changes and Features in Russian</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Virtual Meetup</div>
@@ -1079,7 +1083,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 16, 2020</div>
-                <h3 class="h5 pt-2">Going Cloud-Native: Serverless Applications With Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Going Cloud-Native: Serverless Applications With Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1088,7 +1092,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 15, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite 3.0: Major Changes and Features</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 3.0: Major Changes and Features</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Virtual Meetup</div>
@@ -1097,7 +1101,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 9, 2020</div>
-                <h3 class="h5 pt-2">Networking & Communication in Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Networking & Communication in Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Stanislav Lukyanov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1106,7 +1110,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 8, 2020</div>
-                <h3 class="h5 pt-2">When You Don't Need Apache Ignite: 3 cases when you'd better not use platform</h3>
+                <div class="eventcard__title pt-2">When You Don't Need Apache Ignite: 3 cases when you'd better not use platform</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Dmitry Pavlov</div>
                   <div class="eventcard__loc">Virtual Apache Ignite Meetup</div>
@@ -1115,7 +1119,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 2, 2020</div>
-                <h3 class="h5 pt-2">Getting Started with Apache Ignite: Digital Integration Hub</h3>
+                <div class="eventcard__title pt-2">Getting Started with Apache Ignite: Digital Integration Hub</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Glenn Wiebe</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1124,7 +1128,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 26, 2020</div>
-                <h3 class="h5 pt-2">Using Distributed Tracing to Resolve Performance Issues in Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Using Distributed Tracing to Resolve Performance Issues in Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Greg Stachnick</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1133,7 +1137,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 20, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite ML 2.8: A Complete Feature Overview</h3>
+                <div class="eventcard__title pt-2">Apache Ignite ML 2.8: A Complete Feature Overview</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Alexey Zinoviev</div>
                   <div class="eventcard__loc">Apache Ignite Saint Petersburg Meetup</div>
@@ -1142,7 +1146,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 11, 2020</div>
-                <h3 class="h5 pt-2">Building a Blockchain Network with Perper, a Serverless Computation Framework for Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Building a Blockchain Network with Perper, a Serverless Computation Framework for Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Branimir Angelov</div>
                   <div class="eventcard__loc">Apache Ignite Virtual Meetup</div>
@@ -1151,7 +1155,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 5, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite 101: Key Deployment Strategies for Database Acceleration</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 101: Key Deployment Strategies for Database Acceleration</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1160,7 +1164,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 28, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite Best Practices for Native Persistence and Data Recovery</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Best Practices for Native Persistence and Data Recovery</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Ivan Rakov</div>
                   <div class="eventcard__loc">Apache Ignite Virtual Meetup</div>
@@ -1169,7 +1173,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 22, 2020</div>
-                <h3 class="h5 pt-2">Building a Blockchain Network with Perper, a Serverless Computation Framework for Apache Ignite.</h3>
+                <div class="eventcard__title pt-2">Building a Blockchain Network with Perper, a Serverless Computation Framework for Apache Ignite.</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Branimir Angelov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1178,7 +1182,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 16, 2020</div>
-                <h3 class="h5 pt-2">When you DO NOT need Apache Ignite</h3>
+                <div class="eventcard__title pt-2">When you DO NOT need Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Dmitry Pavlov</div>
                   <div class="eventcard__loc">Java Community Meetup Saint Petersburg</div>
@@ -1187,7 +1191,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 15, 2020</div>
-                <h3 class="h5 pt-2">How to boost and scale Postgres</h3>
+                <div class="eventcard__title pt-2">How to boost and scale Postgres</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Chicago PostgreSQL Meetup Group</div>
@@ -1196,7 +1200,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 15, 2020</div>
-                <h3 class="h5 pt-2">Architect’s Guide for Continuous Machine Learning Platforms With Apache Ignite 2.8</h3>
+                <div class="eventcard__title pt-2">Architect’s Guide for Continuous Machine Learning Platforms With Apache Ignite 2.8</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Ken Cottrell</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1205,7 +1209,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 8, 2020</div>
-                <h3 class="h5 pt-2">Getting Started With Apache Ignite as an In-Memory Database (IMDB)</h3>
+                <div class="eventcard__title pt-2">Getting Started With Apache Ignite as an In-Memory Database (IMDB)</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Glenn Wiebe</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1214,7 +1218,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 24, 2020</div>
-                <h3 class="h5 pt-2">Learn Apache Ignite Through Coding Examples</h3>
+                <div class="eventcard__title pt-2">Learn Apache Ignite Through Coding Examples</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1223,7 +1227,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 17, 2020</div>
-                <h3 class="h5 pt-2">Architecting Low-Latency Java Systems at Massive Scale</h3>
+                <div class="eventcard__title pt-2">Architecting Low-Latency Java Systems at Massive Scale</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Simon Ritter & Denis Magda</div>
                   <div class="eventcard__loc">Java Talk & Java Meetup Sydney</div>
@@ -1232,7 +1236,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 17, 2020</div>
-                <h3 class="h5 pt-2">Simplifying GridGain and Apache Ignite Management with the GridGain Control Center</h3>
+                <div class="eventcard__title pt-2">Simplifying GridGain and Apache Ignite Management with the GridGain Control Center</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Greg Stachnick</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1243,7 +1247,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 11, 2020</div>
-                <h3 class="h5 pt-2">The Role and Specifics of Networking in Distributed Systems. Dissecting Apache Ignite</h3>
+                <div class="eventcard__title pt-2">The Role and Specifics of Networking in Distributed Systems. Dissecting Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Stanislav Lukyanov</div>
                   <div class="eventcard__loc">Bay Area In-Memory Computing Meetup</div>
@@ -1252,7 +1256,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 24, 2020</div>
-                <h3 class="h5 pt-2">Learn Apache Ignite Through Coding Examples</h3>
+                <div class="eventcard__title pt-2">Learn Apache Ignite Through Coding Examples</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1261,7 +1265,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 10, 2020</div>
-                <h3 class="h5 pt-2">Moving Apache Ignite into Production: Best Practices for Distributed Transactions</h3>
+                <div class="eventcard__title pt-2">Moving Apache Ignite into Production: Best Practices for Distributed Transactions</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Ivan Rakov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1270,7 +1274,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 3, 2020</div>
-                <h3 class="h5 pt-2">How Apache Ignite Powers Real-Time Subscriber Offers for a Leading Telecommunications Company</h3>
+                <div class="eventcard__title pt-2">How Apache Ignite Powers Real-Time Subscriber Offers for a Leading Telecommunications Company</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Alexey Bednov & Fedor Loginov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1279,7 +1283,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 27, 2020</div>
-                <h3 class="h5 pt-2">Architecting Low-Latency Java Systems at Massive Scale</h3>
+                <div class="eventcard__title pt-2">Architecting Low-Latency Java Systems at Massive Scale</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Simon Ritter<br />Denis Magda</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -1288,7 +1292,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 20, 2020</div>
-                <h3 class="h5 pt-2">Getting Started with Apache Ignite and SQL</h3>
+                <div class="eventcard__title pt-2">Getting Started with Apache Ignite and SQL</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda<br />Igor Seliverstov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1297,7 +1301,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 14, 2020</div>
-                <h3 class="h5 pt-2">Adding Speed and Scale to MySQL Deployments With In-Memory Computing</h3>
+                <div class="eventcard__title pt-2">Adding Speed and Scale to MySQL Deployments With In-Memory Computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">London In-Memory Computing Meetup</div>
@@ -1306,7 +1310,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 13, 2020</div>
-                <h3 class="h5 pt-2">Using Data Center Replication to Ensure High Availability of Apache Ignite and GridGain Clusters</h3>
+                <div class="eventcard__title pt-2">Using Data Center Replication to Ensure High Availability of Apache Ignite and GridGain Clusters</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Konstantin Orlov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1315,7 +1319,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 6, 2020</div>
-                <h3 class="h5 pt-2">Conquer Application Performance Challenges with In-Memory Computing</h3>
+                <div class="eventcard__title pt-2">Conquer Application Performance Challenges with In-Memory Computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">London In-Memory Computing Meetup</div>
@@ -1324,7 +1328,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 29, 2020</div>
-                <h3 class="h5 pt-2">Architects Guide for Apache Ignite ACID Transactions and Consistency</h3>
+                <div class="eventcard__title pt-2">Architects Guide for Apache Ignite ACID Transactions and Consistency</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Ivan Rakov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1333,7 +1337,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 8, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Software Engineers with Denver & Boulder JUG</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Software Engineers with Denver & Boulder JUG</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Denver Java Users Group</div>
@@ -1342,7 +1346,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 8, 2020</div>
-                <h3 class="h5 pt-2">Learn How Apache Ignite 2.8 Offers Improved Production Maintenance and Machine Learning</h3>
+                <div class="eventcard__title pt-2">Learn How Apache Ignite 2.8 Offers Improved Production Maintenance and Machine Learning</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1351,7 +1355,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 1, 2020</div>
-                <h3 class="h5 pt-2">Virtual Meetup: Scale Out and Conquer or Mysteries of In-Memory Systems</h3>
+                <div class="eventcard__title pt-2">Virtual Meetup: Scale Out and Conquer or Mysteries of In-Memory Systems</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko <small>Lead Architect at GridGain Systems</small></div>
                   <div class="eventcard__loc"></div>
@@ -1360,7 +1364,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 11, 2020</div>
-                <h3 class="h5 pt-2">Using Apache Ignite for Continuous Machine and Deep Learning at Scale</h3>
+                <div class="eventcard__title pt-2">Using Apache Ignite for Continuous Machine and Deep Learning at Scale</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Ken Cottrell</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1369,7 +1373,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 4, 2020</div>
-                <h3 class="h5 pt-2">Security Guide for Apache Ignite and GridGain with Configuration Examples</h3>
+                <div class="eventcard__title pt-2">Security Guide for Apache Ignite and GridGain with Configuration Examples</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Andrey Alexandrov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1378,7 +1382,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 26, 2020</div>
-                <h3 class="h5 pt-2">How-to for Apache Ignite Deployments in Kubernetes</h3>
+                <div class="eventcard__title pt-2">How-to for Apache Ignite Deployments in Kubernetes</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1387,7 +1391,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 26, 2020</div>
-                <h3 class="h5 pt-2">How to boost and scale Postgres - from sharding to in-memory data grids</h3>
+                <div class="eventcard__title pt-2">How to boost and scale Postgres - from sharding to in-memory data grids</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Mekhanikov</div>
                   <div class="eventcard__loc">Bengaluru, PGConf India</div>
@@ -1396,7 +1400,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 20, 2020</div>
-                <h3 class="h5 pt-2">Google Big Table Deep Dive and Spark SQL Acceleration with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Google Big Table Deep Dive and Spark SQL Acceleration with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker"></div>
                   <div class="eventcard__loc">Chicago Bay Area In-Memory Computing Meetup</div>
@@ -1405,7 +1409,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 20, 2020</div>
-                <h3 class="h5 pt-2">Apache Ignite Meetup Moscow #8</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Meetup Moscow #8</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Alexey Bednov<br />Fedor Loginov<br />Ruslan Kamashev</div>
                   <div class="eventcard__loc">Speakers: Maxim Muzafarov</div>
@@ -1414,7 +1418,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 18, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Java Developers</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Java Developers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Boston JUG Meetup Group</div>
@@ -1423,7 +1427,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 13, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Software Engineers</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Software Engineers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">San Francisco, DeveloperWeek 2020</div>
@@ -1432,7 +1436,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 12, 2020</div>
-                <h3 class="h5 pt-2">Best Practices for Loading Real-time Data into Distributed Systems Using Change Data Capture</h3>
+                <div class="eventcard__title pt-2">Best Practices for Loading Real-time Data into Distributed Systems Using Change Data Capture</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Alexey Goncharuk</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1441,7 +1445,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 5, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Java Developers</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Java Developers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Chicago SQL Meetup Group</div>
@@ -1450,7 +1454,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 16, 2020</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Java Developers</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Java Developers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Chicago Java User Group</div>
@@ -1459,7 +1463,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 23rd, 2020</div>
-                <h3 class="h5 pt-2">Enabling Java for low-latency use cases at unlimited scale</h3>
+                <div class="eventcard__title pt-2">Enabling Java for low-latency use cases at unlimited scale</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Gil Tene<br />Denis Magda</div>
                   <div class="eventcard__loc">Bay Area In-Memory Computing Group</div>
@@ -1468,7 +1472,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 29, 2020</div>
-                <h3 class="h5 pt-2">Distributed Computing with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Distributed Computing with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Mekhanikov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1484,7 +1488,7 @@
           <div class="eventspast__tab">
             <article class="eventcard">
               <div class="eventcard__date">DECEMBER 18, 2019</div>
-              <h3 class="h5 pt-2">Data Streaming Using Apache Flink and Apache Ignite</h3>
+              <div class="eventcard__title pt-2">Data Streaming Using Apache Flink and Apache Ignite</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Saikat Maitra</div>
                 <div class="eventcard__loc">Webinar</div>
@@ -1493,7 +1497,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">DECEMBER 18, 2019</div>
-              <h3 class="h5 pt-2">In-Memory Computing Essentials for Software Engineers</h3>
+              <div class="eventcard__title pt-2">In-Memory Computing Essentials for Software Engineers</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Denis Magda</div>
                 <div class="eventcard__loc">The Silicon Valley Java User Group</div>
@@ -1502,7 +1506,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">DECEMBER 16, 2019</div>
-              <h3 class="h5 pt-2">How and why Apache Ignite® is changing from an In-Memory Data Grid into an In-Memory Database</h3>
+              <div class="eventcard__title pt-2">How and why Apache Ignite® is changing from an In-Memory Data Grid into an In-Memory Database</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Alexey Goncharuk</div>
                 <div class="eventcard__loc">Open Source Database Best Practices</div>
@@ -1514,7 +1518,7 @@
             <div class="eventspast__tab">
               <article class="eventcard">
                 <div class="eventcard__date">DECEMBER 4, 2019</div>
-                <h3 class="h5 pt-2">How to Migrate Your Data Schema to Apache Ignite</h3>
+                <div class="eventcard__title pt-2">How to Migrate Your Data Schema to Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Ivan Rakov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1523,7 +1527,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">DECEMBER 3, 2019</div>
-                <h3 class="h5 pt-2">Apache Ignite Moscow Meetup</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Moscow Meetup</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Andrey Gura<br />Denis Garus</div>
                   <div class="eventcard__loc">Moscow, Russia</div>
@@ -1532,7 +1536,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 21, 2019</div>
-                <h3 class="h5 pt-2">Ignite Pearls - Insight and Creativity in Distributed Programming</h3>
+                <div class="eventcard__title pt-2">Ignite Pearls - Insight and Creativity in Distributed Programming</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Nikita Ivanov</div>
                   <div class="eventcard__loc">NY Scala Group</div>
@@ -1541,7 +1545,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 31, 2019</div>
-                <h3 class="h5 pt-2">Apache Ignite Pumpkin Meetup</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Pumpkin Meetup</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Evgeny Zhuravlev</div>
                   <div class="eventcard__loc">Apache Ignite Meetup, Saint Petersburg, Russia</div>
@@ -1550,7 +1554,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 29, 2019</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Software Engineers</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Software Engineers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">SQL NYC, The NoSQL & NewSQL Database Big Data Meetup</div>
@@ -1559,7 +1563,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 23, 2019</div>
-                <h3 class="h5 pt-2">Ensembles of ML algorithms and Distributed Online Machine Learning with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Ensembles of ML algorithms and Distributed Online Machine Learning with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Alexey Zinovyev</div>
                   <div class="eventcard__loc">ApacheCon Europe 2019</div>
@@ -1568,7 +1572,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 16, 2019</div>
-                <h3 class="h5 pt-2">Updated Apache Ignite Apache® Ignite® Web Console live demo</h3>
+                <div class="eventcard__title pt-2">Updated Apache Ignite Apache® Ignite® Web Console live demo</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Greg Stachnick</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1577,7 +1581,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 9, 2019</div>
-                <h3 class="h5 pt-2">Why did we developed another one Kafka connector</h3>
+                <div class="eventcard__title pt-2">Why did we developed another one Kafka connector</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Alexey Kukushkin</div>
                   <div class="eventcard__loc">Autumn Kafka at Leroy Merlin, Moscow (Russia)</div>
@@ -1586,7 +1590,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 3, 2019</div>
-                <h3 class="h5 pt-2">Data Distribution in Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Data Distribution in Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Andrey Gura</div>
                   <div class="eventcard__loc">Scalability Meetup, Moscow (Russia)</div>
@@ -1595,7 +1599,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 18, 2019</div>
-                <h3 class="h5 pt-2">Moving Apache® Ignite® into Production: Best Practices For Disaster Recovery and High Availability</h3>
+                <div class="eventcard__title pt-2">Moving Apache® Ignite® into Production: Best Practices For Disaster Recovery and High Availability</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Stanislav Lukyanov</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1604,7 +1608,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 18, 2019</div>
-                <h3 class="h5 pt-2">Continuous Machine and Deep Learning at Scale with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Continuous Machine and Deep Learning at Scale with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">ApacheCon North America 2019</div>
@@ -1613,7 +1617,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 28, 2019</div>
-                <h3 class="h5 pt-2">Moving Apache® Ignite® into Production: Best Practices for Deploying Apache Ignite in the Cloud</h3>
+                <div class="eventcard__title pt-2">Moving Apache® Ignite® into Production: Best Practices for Deploying Apache Ignite in the Cloud</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Greg Stachnick</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1622,7 +1626,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 22, 2019</div>
-                <h3 class="h5 pt-2">Cloud deployment best practices</h3>
+                <div class="eventcard__title pt-2">Cloud deployment best practices</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Greg Stachnick</div>
                   <div class="eventcard__loc">Meetup</div>
@@ -1631,7 +1635,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 20, 2019</div>
-                <h3 class="h5 pt-2">The Insiders Checklist for Hardening an In-Memory Computing Cluster</h3>
+                <div class="eventcard__title pt-2">The Insiders Checklist for Hardening an In-Memory Computing Cluster</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Meetup</div>
@@ -1640,7 +1644,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 28, 2019</div>
-                <h3 class="h5 pt-2">HTAP via integration of Apache Ignite and Apache Spark</h3>
+                <div class="eventcard__title pt-2">HTAP via integration of Apache Ignite and Apache Spark</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Roman Shtykh</div>
                   <div class="eventcard__loc">Meetup</div>
@@ -1649,7 +1653,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 29, 2019</div>
-                <h3 class="h5 pt-2">Moving Apache Ignite into Production: An Initial Checklist</h3>
+                <div class="eventcard__title pt-2">Moving Apache Ignite into Production: An Initial Checklist</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1658,7 +1662,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 25, 2019</div>
-                <h3 class="h5 pt-2">Distributed ML/DL with Ignite ML Module Using Apache Spark as Database</h3>
+                <div class="eventcard__title pt-2">Distributed ML/DL with Ignite ML Module Using Apache Spark as Database</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Alexey Zinovyev</div>
                   <div class="eventcard__loc">Spark + AI Summit 2019</div>
@@ -1667,7 +1671,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 20, 2019</div>
-                <h3 class="h5 pt-2">Apache Ignite for Node.js Developers</h3>
+                <div class="eventcard__title pt-2">Apache Ignite for Node.js Developers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1676,7 +1680,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 15, 2019</div>
-                <h3 class="h5 pt-2">Using TensorFlow with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Using TensorFlow with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Yury Babak</div>
                   <div class="eventcard__loc">Open Data Science Meetup Saint Petersburg (Russia)</div>
@@ -1685,7 +1689,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Feb 13, 2019</div>
-                <h3 class="h5 pt-2">What’s New in Apache Ignite 2.7</h3>
+                <div class="eventcard__title pt-2">What’s New in Apache Ignite 2.7</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1694,7 +1698,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Feb 5, 2019</div>
-                <h3 class="h5 pt-2">Turbocharge your MySQL queries in-memory with In-Memory Computing</h3>
+                <div class="eventcard__title pt-2">Turbocharge your MySQL queries in-memory with In-Memory Computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">MySQL New York Meetup</div>
@@ -1703,7 +1707,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 30, 2019</div>
-                <h3 class="h5 pt-2">GridGain Cloud: Deploy Apache Ignite in Minutes</h3>
+                <div class="eventcard__title pt-2">GridGain Cloud: Deploy Apache Ignite in Minutes</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1712,7 +1716,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 24, 2019</div>
-                <h3 class="h5 pt-2">In-Memory Computing Best Practices: Developing New Apps, Channels and APIs</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Best Practices: Developing New Apps, Channels and APIs</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Rob Meyer</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -1721,7 +1725,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 15, 2019</div>
-                <h3 class="h5 pt-2">Workshop: Machine Learning 101 with In-Memory Computing</h3>
+                <div class="eventcard__title pt-2">Workshop: Machine Learning 101 with In-Memory Computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Stanford Data Science Machine Learning Meetup</div>
@@ -1730,7 +1734,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 15, 2019</div>
-                <h3 class="h5 pt-2">Workshop: In-Memory Computing Essentials for Data Scientists</h3>
+                <div class="eventcard__title pt-2">Workshop: In-Memory Computing Essentials for Data Scientists</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">BOSTON #ODSC</div>
@@ -1739,7 +1743,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 14, 2019</div>
-                <h3 class="h5 pt-2">Relational DBMSs: Faster Transactions and Analytics with In-Memory Computing</h3>
+                <div class="eventcard__title pt-2">Relational DBMSs: Faster Transactions and Analytics with In-Memory Computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -1755,7 +1759,7 @@
           <div class="eventspast__tab">
             <article class="eventcard">
               <div class="eventcard__date">December 6, 2018</div>
-              <h3 class="h5 pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</h3>
+              <div class="eventcard__title pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Akmal Chaudhri</div>
                 <div class="eventcard__loc">Amsterdam Kubernetes/Cloud-Native Meetup</div>
@@ -1764,7 +1768,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">December 5, 2018</div>
-              <h3 class="h5 pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</h3>
+              <div class="eventcard__title pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Akmal Chaudhri</div>
                 <div class="eventcard__loc">Hamburg Kubernetes/Cloud-Native Meetup</div>
@@ -1773,7 +1777,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">December 4, 2018</div>
-              <h3 class="h5 pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</h3>
+              <div class="eventcard__title pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Akmal Chaudhri</div>
                 <div class="eventcard__loc">München Kubernetes/Cloud-Native Meetup</div>
@@ -1785,7 +1789,7 @@
             <div class="eventspast__tab">
               <article class="eventcard">
                 <div class="eventcard__date">November 29, 2018</div>
-                <h3 class="h5 pt-2">Memory-Centric Architecture - A New Approach to Distributed Systems</h3>
+                <div class="eventcard__title pt-2">Memory-Centric Architecture - A New Approach to Distributed Systems</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -1794,7 +1798,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 28, 2018</div>
-                <h3 class="h5 pt-2">Stream Processing Best Practices - In the Cloud and with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Stream Processing Best Practices - In the Cloud and with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Apache Kafka Atlanta</div>
@@ -1803,7 +1807,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 27, 2018</div>
-                <h3 class="h5 pt-2">Best Practices for Stream Processing with Kafka and Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Best Practices for Stream Processing with Kafka and Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Apache Kafka DC</div>
@@ -1812,7 +1816,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 14, 2018</div>
-                <h3 class="h5 pt-2">Apache Ignite performance measurement. How we do benchmarks</h3>
+                <div class="eventcard__title pt-2">Apache Ignite performance measurement. How we do benchmarks</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Ilya Suntsov<br />Dmitry Pavlov<br />Nikolay Kulagin<br />Nikolay Izhikov</div>
                   <div class="eventcard__loc">Moscow Apache Ignite Meetup</div>
@@ -1821,7 +1825,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 7, 2018</div>
-                <h3 class="h5 pt-2">Best Practices for Stream Processing with Kafka and Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Best Practices for Stream Processing with Kafka and Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Bay Area Apache Kafka Meetup</div>
@@ -1830,7 +1834,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 1, 2018</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Data Scientist</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Data Scientist</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Lucas Beeler</div>
                   <div class="eventcard__loc">Bay Area In-Memory Computing Meetup</div>
@@ -1839,7 +1843,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 25, 2018</div>
-                <h3 class="h5 pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</h3>
+                <div class="eventcard__title pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">DevOps Exchange San Francisco</div>
@@ -1848,7 +1852,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 25, 2018</div>
-                <h3 class="h5 pt-2">Powering up banks and financial institutions with distributed systems</h3>
+                <div class="eventcard__title pt-2">Powering up banks and financial institutions with distributed systems</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -1857,7 +1861,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 24, 2018</div>
-                <h3 class="h5 pt-2">Best practices for stream ingestion, processing and analytics using in-memory computing</h3>
+                <div class="eventcard__title pt-2">Best practices for stream ingestion, processing and analytics using in-memory computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Future of Data: New York</div>
@@ -1866,7 +1870,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 23, 2018</div>
-                <h3 class="h5 pt-2">Apache Ignite: The In-Memory Hammer In Your Data Science Toolkit</h3>
+                <div class="eventcard__title pt-2">Apache Ignite: The In-Memory Hammer In Your Data Science Toolkit</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Metis: New York Data Science</div>
@@ -1875,7 +1879,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 18, 2018</div>
-                <h3 class="h5 pt-2">Scale Out and Conquer: Architectural Decisions Behind Distributed In-Memory Systems</h3>
+                <div class="eventcard__title pt-2">Scale Out and Conquer: Architectural Decisions Behind Distributed In-Memory Systems</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">IT/Dev Connections, Dallas</div>
@@ -1890,7 +1894,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 26, 2018</div>
-                <h3 class="h5 pt-2">Best Practices for Stream Ingestion, Processing and Analytics Using In-Memory Computing</h3>
+                <div class="eventcard__title pt-2">Best Practices for Stream Ingestion, Processing and Analytics Using In-Memory Computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Bay Area In-Memory Computing Meetup</div>
@@ -1899,7 +1903,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 21, 2018</div>
-                <h3 class="h5 pt-2">Apache Ignite: From In-Memory Data Grid to Memory-Centric Distributed Database</h3>
+                <div class="eventcard__title pt-2">Apache Ignite: From In-Memory Data Grid to Memory-Centric Distributed Database</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Roman Shtykh</div>
                   <div class="eventcard__loc">DB Tech Showcase, Tokyo</div>
@@ -1908,7 +1912,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 17, 2018</div>
-                <h3 class="h5 pt-2">How to become a Big Data Rockstar in 15 minutes!</h3>
+                <div class="eventcard__title pt-2">How to become a Big Data Rockstar in 15 minutes!</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Data Natives European Tour, Paris</div>
@@ -1917,7 +1921,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 12, 2018</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Data Scientists</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Data Scientists</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">New York Data Science</div>
@@ -1926,7 +1930,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 30, 2018</div>
-                <h3 class="h5 pt-2">PostgreSQL with Apache Ignite: Faster Transactions and Analytics</h3>
+                <div class="eventcard__title pt-2">PostgreSQL with Apache Ignite: Faster Transactions and Analytics</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">New York City PostgreSQL User Group</div>
@@ -1935,7 +1939,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 29, 2018</div>
-                <h3 class="h5 pt-2">Machine and Deep Learning with an Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Machine and Deep Learning with an Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -1944,7 +1948,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 28, 2018</div>
-                <h3 class="h5 pt-2">Improving Apache Spark™ In-Memory Computing with Apache Ignite®</h3>
+                <div class="eventcard__title pt-2">Improving Apache Spark™ In-Memory Computing with Apache Ignite®</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Big Bang Data Science - Georgia</div>
@@ -1953,7 +1957,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 27, 2018</div>
-                <h3 class="h5 pt-2">Speeding-up the IoT: Best practices for stream ingestion, processing and analytics using in-memory computing</h3>
+                <div class="eventcard__title pt-2">Speeding-up the IoT: Best practices for stream ingestion, processing and analytics using in-memory computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Greater Atlanta Internet of Things</div>
@@ -1962,7 +1966,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 23, 2018</div>
-                <h3 class="h5 pt-2">Best Practices for Deploying Distributed Databases and In-Memory Computing Platforms with Kubernetes</h3>
+                <div class="eventcard__title pt-2">Best Practices for Deploying Distributed Databases and In-Memory Computing Platforms with Kubernetes</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Bay Area In-Memory Computing Meetup, Menlo Park</div>
@@ -1971,7 +1975,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 22, 2018</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Data Scientists</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Data Scientists</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Metis: San Francisco Data Science</div>
@@ -1980,7 +1984,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 21, 2018</div>
-                <h3 class="h5 pt-2">Apache Ignite + Apache Spark RDDs and DataFrames integration (ENG)</h3>
+                <div class="eventcard__title pt-2">Apache Ignite + Apache Spark RDDs and DataFrames integration (ENG)</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Data Summer Conf, Ukraine</div>
@@ -1989,7 +1993,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 18, 2018</div>
-                <h3 class="h5 pt-2">Adding Speed and Scale to Existing Applications with No Rip and Replace Using Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Adding Speed and Scale to Existing Applications with No Rip and Replace Using Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Big Data, San Francisco v 5.0</div>
@@ -1998,7 +2002,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 18, 2018</div>
-                <h3 class="h5 pt-2">Machine and Deep Learning with in-memory computing</h3>
+                <div class="eventcard__title pt-2">Machine and Deep Learning with in-memory computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">London In-Memory Computing Meetup</div>
@@ -2007,7 +2011,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 11, 2018</div>
-                <h3 class="h5 pt-2">Best Practices for Deploying Distributed Databases and In-Memory Computing Platforms with Kubernetes</h3>
+                <div class="eventcard__title pt-2">Best Practices for Deploying Distributed Databases and In-Memory Computing Platforms with Kubernetes</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2016,7 +2020,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 03, 2018</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Architects and Developers: Part&nbsp;1</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Architects and Developers: Part&nbsp;1</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2025,7 +2029,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 28, 2018</div>
-                <h3 class="h5 pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</h3>
+                <div class="eventcard__title pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">DockerNYC</div>
@@ -2034,7 +2038,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 27, 2018</div>
-                <h3 class="h5 pt-2">Scale Out and Conquer: Architectural Decisions Behind Distributed In-Memory Systems</h3>
+                <div class="eventcard__title pt-2">Scale Out and Conquer: Architectural Decisions Behind Distributed In-Memory Systems</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -2043,7 +2047,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 26, 2018</div>
-                <h3 class="h5 pt-2">Apache Cassandra vs Apache Ignite for HTAP</h3>
+                <div class="eventcard__title pt-2">Apache Cassandra vs Apache Ignite for HTAP</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">SQL NYC Database Meetup</div>
@@ -2052,7 +2056,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 20, 2018</div>
-                <h3 class="h5 pt-2">Building New Hybrid Transactional/Operational Processing (HTAP) Applications With Apache® Ignite®</h3>
+                <div class="eventcard__title pt-2">Building New Hybrid Transactional/Operational Processing (HTAP) Applications With Apache® Ignite®</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2061,7 +2065,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 19, 2018</div>
-                <h3 class="h5 pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</h3>
+                <div class="eventcard__title pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Containerdays, Hamburg</div>
@@ -2070,7 +2074,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 14, 2018</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Apache EU Roadshow, Berlin</div>
@@ -2079,7 +2083,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 13, 2018</div>
-                <h3 class="h5 pt-2">In-memory computing hot topics & emerging trends: Panel discussion in Menlo Park</h3>
+                <div class="eventcard__title pt-2">In-memory computing hot topics & emerging trends: Panel discussion in Menlo Park</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Bay Area In-Memory Computing Meetup</div>
@@ -2088,7 +2092,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 13, 2018</div>
-                <h3 class="h5 pt-2">Skyrocket Java applications with the open-source Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Skyrocket Java applications with the open-source Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Dani Taphagen</div>
                   <div class="eventcard__loc">Java Metroplex User Group (JavaMUG)</div>
@@ -2097,7 +2101,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 30, 2018</div>
-                <h3 class="h5 pt-2">Adding Speed and Scale to Existing Applications with No Rip and Replace Using Apache® Ignite®</h3>
+                <div class="eventcard__title pt-2">Adding Speed and Scale to Existing Applications with No Rip and Replace Using Apache® Ignite®</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2106,7 +2110,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 17, 2018</div>
-                <h3 class="h5 pt-2">Improving Apache Spark™ In-Memory Computing with Apache Ignite®</h3>
+                <div class="eventcard__title pt-2">Improving Apache Spark™ In-Memory Computing with Apache Ignite®</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Bay Area In-Memory Computing Meetup</div>
@@ -2115,7 +2119,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 16, 2018</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">IOT World, Santa Clara Convention Center, CA</div>
@@ -2124,7 +2128,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 16, 2018</div>
-                <h3 class="h5 pt-2">Machine Learning and Deep Learning with Apache® Ignite®</h3>
+                <div class="eventcard__title pt-2">Machine Learning and Deep Learning with Apache® Ignite®</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2133,7 +2137,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 09, 2018</div>
-                <h3 class="h5 pt-2">Comparing Apache Ignite and Cassandra for Hybrid Transactional/Analytical Processing (HTAP)</h3>
+                <div class="eventcard__title pt-2">Comparing Apache Ignite and Cassandra for Hybrid Transactional/Analytical Processing (HTAP)</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">London In-Memory Computing Meetup</div>
@@ -2142,7 +2146,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 26, 2018</div>
-                <h3 class="h5 pt-2">Comparing Apache Ignite and Cassandra for Hybrid Transactional/Analytical Processing (HTAP)</h3>
+                <div class="eventcard__title pt-2">Comparing Apache Ignite and Cassandra for Hybrid Transactional/Analytical Processing (HTAP)</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -2151,7 +2155,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 25, 2018</div>
-                <h3 class="h5 pt-2">Improving Apache Spark™ In-Memory Computing with Apache Ignite®</h3>
+                <div class="eventcard__title pt-2">Improving Apache Spark™ In-Memory Computing with Apache Ignite®</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2160,7 +2164,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 11, 2018</div>
-                <h3 class="h5 pt-2">Comparing Apache Ignite and Cassandra for Hybrid Transactional/Analytical Processing (HTAP)</h3>
+                <div class="eventcard__title pt-2">Comparing Apache Ignite and Cassandra for Hybrid Transactional/Analytical Processing (HTAP)</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Dmitriy Setrakyan</div>
                   <div class="eventcard__loc">Bay Area In-Memory Computing Meetup</div>
@@ -2169,7 +2173,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 05, 2018</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Make streaming analytics real with in-memory computing</h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Make streaming analytics real with in-memory computing</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Apache Spark and Distributed Computing Maryland</div>
@@ -2178,7 +2182,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 04, 2018</div>
-                <h3 class="h5 pt-2">Apache Ignite: the in-memory hammer in your data science toolkit.</h3>
+                <div class="eventcard__title pt-2">Apache Ignite: the in-memory hammer in your data science toolkit.</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">NOVA Data Science</div>
@@ -2187,7 +2191,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 03, 2018</div>
-                <h3 class="h5 pt-2">Faster data access and processing? Our experiment with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Faster data access and processing? Our experiment with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">DC Spring Framework Meetup</div>
@@ -2196,7 +2200,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 02, 2018</div>
-                <h3 class="h5 pt-2">The In-Memory Hammer In Your Data Science Toolkit</h3>
+                <div class="eventcard__title pt-2">The In-Memory Hammer In Your Data Science Toolkit</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Big Data, Washington DC v 2.0</div>
@@ -2205,7 +2209,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 28, 2018</div>
-                <h3 class="h5 pt-2">Comparing Apache® Ignite® and Cassandra™ for Hybrid Transactional Applications (HTAP)</h3>
+                <div class="eventcard__title pt-2">Comparing Apache® Ignite® and Cassandra™ for Hybrid Transactional Applications (HTAP)</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">BrightTALK Webinar</div>
@@ -2220,7 +2224,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 28, 2018</div>
-                <h3 class="h5 pt-2">Comparing Apache® Ignite® and Cassandra™ for Hybrid Transactional Applications (HTAP)</h3>
+                <div class="eventcard__title pt-2">Comparing Apache® Ignite® and Cassandra™ for Hybrid Transactional Applications (HTAP)</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2229,7 +2233,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 28, 2018</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Data Scientists</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Data Scientists</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Symbion IoT Meetup (Copenhagen, Denmark)</div>
@@ -2238,7 +2242,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 27, 2018</div>
-                <h3 class="h5 pt-2">Apache Ignite: the in-memory hammer in your data science toolkit</h3>
+                <div class="eventcard__title pt-2">Apache Ignite: the in-memory hammer in your data science toolkit</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Symbion IoT Meetup (Copenhagen, Denmark)</div>
@@ -2247,7 +2251,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 20, 2018</div>
-                <h3 class="h5 pt-2">How to Share State Across Multiple Spark Jobs using Apache Ignite</h3>
+                <div class="eventcard__title pt-2">How to Share State Across Multiple Spark Jobs using Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Atlanta Apache Spark User Group</div>
@@ -2256,7 +2260,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 19, 2018</div>
-                <h3 class="h5 pt-2">Apache Ignite: The in-memory hammer in your data science toolkit</h3>
+                <div class="eventcard__title pt-2">Apache Ignite: The in-memory hammer in your data science toolkit</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Big Bang Data Science - Georgia</div>
@@ -2265,7 +2269,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 14, 2018</div>
-                <h3 class="h5 pt-2">Choosing the Right In-Memory Computing Technology</h3>
+                <div class="eventcard__title pt-2">Choosing the Right In-Memory Computing Technology</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Dmitriy Setrakyan</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2274,7 +2278,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 14, 2018</div>
-                <h3 class="h5 pt-2">All the Cool Kids are Doing it: The Whys and Hows of Architecting a Distributed Caching solution for your use case with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">All the Cool Kids are Doing it: The Whys and Hows of Architecting a Distributed Caching solution for your use case with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Fotios Filacouris</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -2283,7 +2287,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 13, 2018</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Architects and Developers - Part 1</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Architects and Developers - Part 1</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Moscow Apache Ignite Meetup</div>
@@ -2292,7 +2296,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 12, 2018</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">OpenIoTSummit North America</div>
@@ -2301,7 +2305,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 08, 2018</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Java Developers</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Java Developers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Amsterdam Java User Group Workshop</div>
@@ -2310,7 +2314,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 07, 2018</div>
-                <h3 class="h5 pt-2">Catch an intro to the Java-powered Apache Ignite - memory-centric distributed platform</h3>
+                <div class="eventcard__title pt-2">Catch an intro to the Java-powered Apache Ignite - memory-centric distributed platform</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Amsterdam Java User Group</div>
@@ -2319,7 +2323,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 06, 2018</div>
-                <h3 class="h5 pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</h3>
+                <div class="eventcard__title pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the rescue!</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Amsterdam Kubernetes/Cloud-Native Meetup</div>
@@ -2328,7 +2332,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 05, 2018</div>
-                <h3 class="h5 pt-2">Skyrocket Java applications with the open-source Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Skyrocket Java applications with the open-source Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">The Brussels Java User Group</div>
@@ -2337,7 +2341,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 28, 2018</div>
-                <h3 class="h5 pt-2">Basics of In-Memory Computing for architects and developers: Part 1</h3>
+                <div class="eventcard__title pt-2">Basics of In-Memory Computing for architects and developers: Part 1</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2346,7 +2350,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 22, 2018</div>
-                <h3 class="h5 pt-2">The In-Memory Hammer In Your Data Science Toolkit</h3>
+                <div class="eventcard__title pt-2">The In-Memory Hammer In Your Data Science Toolkit</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Big Data, Berlin</div>
@@ -2355,7 +2359,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 21, 2018</div>
-                <h3 class="h5 pt-2">Building consistent and highly available distributed systems with Apache Ignite and GridGain</h3>
+                <div class="eventcard__title pt-2">Building consistent and highly available distributed systems with Apache Ignite and GridGain</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Bay Area In-Memory Computing Meetup</div>
@@ -2364,7 +2368,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 21, 2018</div>
-                <h3 class="h5 pt-2">Kubernetes: Good, Bad, Ugly of GKE and Distributed Databases in Kubernetes</h3>
+                <div class="eventcard__title pt-2">Kubernetes: Good, Bad, Ugly of GKE and Distributed Databases in Kubernetes</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Berlin Kubernetes Meetup</div>
@@ -2373,7 +2377,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 20, 2018</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Index Developer Conference</div>
@@ -2382,7 +2386,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 20, 2018</div>
-                <h3 class="h5 pt-2">Skyrocket Java applications with the open-source Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Skyrocket Java applications with the open-source Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Java Usergroup Berlin-Brandenburg</div>
@@ -2391,7 +2395,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 20, 2018</div>
-                <h3 class="h5 pt-2">GridGain Webinar: Redis Replaced: Why Companies Now Choose Apache® Ignite® to Improve Application Speed and Scale</h3>
+                <div class="eventcard__title pt-2">GridGain Webinar: Redis Replaced: Why Companies Now Choose Apache® Ignite® to Improve Application Speed and Scale</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2400,7 +2404,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 15, 2018</div>
-                <h3 class="h5 pt-2">Deploy like a Boss: Using Kubernetes and Apache Ignite!</h3>
+                <div class="eventcard__title pt-2">Deploy like a Boss: Using Kubernetes and Apache Ignite!</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Dani Traphagen</div>
                   <div class="eventcard__loc">San Francisco Kubernetes Meetup</div>
@@ -2409,7 +2413,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 14, 2018</div>
-                <h3 class="h5 pt-2">Getting Started with Apache® Ignite® as a Distributed Database</h3>
+                <div class="eventcard__title pt-2">Getting Started with Apache® Ignite® as a Distributed Database</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2418,7 +2422,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 13, 2018</div>
-                <h3 class="h5 pt-2">Ignite your Cassandra Love Story: Caching Cassandra with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Ignite your Cassandra Love Story: Caching Cassandra with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Rachel Pedreschi</div>
                   <div class="eventcard__loc">Sydney Cassandra Users Meetup</div>
@@ -2427,7 +2431,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 13, 2018</div>
-                <h3 class="h5 pt-2">Java and In-Memory Computing: Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Java and In-Memory Computing: Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Fotios Filacouris</div>
                   <div class="eventcard__loc">The Boston Java Meetup Group</div>
@@ -2436,7 +2440,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 12, 2018</div>
-                <h3 class="h5 pt-2">Turbocharge your MySQL queries in-memory with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Turbocharge your MySQL queries in-memory with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Fotios Filacouris</div>
                   <div class="eventcard__loc">The Boston MySQL Meetup Group</div>
@@ -2445,7 +2449,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 12, 2018</div>
-                <h3 class="h5 pt-2">Turbocharge your MySQL queries in-memory with Apache Ignite</h3>
+                <div class="eventcard__title pt-2">Turbocharge your MySQL queries in-memory with Apache Ignite</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Fotios Filacouris</div>
                   <div class="eventcard__loc">The Boston MySQL Meetup Group</div>
@@ -2454,7 +2458,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 07, 2018</div>
-                <h3 class="h5 pt-2">Building consistent and highly available distributed systems with Apache Ignite and GridGain</h3>
+                <div class="eventcard__title pt-2">Building consistent and highly available distributed systems with Apache Ignite and GridGain</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">London In-Memory Computing Meetup</div>
@@ -2463,7 +2467,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 07, 2018</div>
-                <h3 class="h5 pt-2">Apache Ignite Service Grid: Foundation of Your Microservices-Based Solution</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Service Grid: Foundation of Your Microservices-Based Solution</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">DeveloperWeek 2018</div>
@@ -2474,7 +2478,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Febuary 01, 2018</div>
-                <h3 class="h5 pt-2">Meet Apache Ignite In-Memory Computing Platform</h3>
+                <div class="eventcard__title pt-2">Meet Apache Ignite In-Memory Computing Platform</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Roman Shtykh</div>
                   <div class="eventcard__loc">Tech it Easy- Tokyo</div>
@@ -2483,7 +2487,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 31, 2018</div>
-                <h3 class="h5 pt-2">Deploy like a Boss: Using Kubernetes and Apache Ignite!</h3>
+                <div class="eventcard__title pt-2">Deploy like a Boss: Using Kubernetes and Apache Ignite!</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Dani Traphagen</div>
                   <div class="eventcard__loc">Los Angeles Kubernetes Meetup</div>
@@ -2492,7 +2496,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 31, 2018</div>
-                <h3 class="h5 pt-2">Ignite The Fire In Your SQL App</h3>
+                <div class="eventcard__title pt-2">Ignite The Fire In Your SQL App</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2501,7 +2505,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 31, 2018</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Big Data Application Meetup</div>
@@ -2510,7 +2514,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 25, 2018</div>
-                <h3 class="h5 pt-2">Building consistent and highly available distributed systems with Apache Ignite and GridGain</h3>
+                <div class="eventcard__title pt-2">Building consistent and highly available distributed systems with Apache Ignite and GridGain</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -2519,7 +2523,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 17, 2018</div>
-                <h3 class="h5 pt-2">Scale Out and Conquer: Architectural Decisions Behind Distributed In-Memory Systems</h3>
+                <div class="eventcard__title pt-2">Scale Out and Conquer: Architectural Decisions Behind Distributed In-Memory Systems</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2535,7 +2539,7 @@
           <div class="eventspast__tab">
             <article class="eventcard">
               <div class="eventcard__date">December 14, 2017</div>
-              <h3 class="h5 pt-2">Getting Started With Apache Ignite</h3>
+              <div class="eventcard__title pt-2">Getting Started With Apache Ignite</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Dani Traphagen</div>
                 <div class="eventcard__loc">Nike Teck Talks</div>
@@ -2544,7 +2548,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">December 13, 2017</div>
-              <h3 class="h5 pt-2">Want extreme performance at scale? Do distributed the RIGHT way!</h3>
+              <div class="eventcard__title pt-2">Want extreme performance at scale? Do distributed the RIGHT way!</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Valentin Kulichenko</div>
                 <div class="eventcard__loc">Bay Area In-Memory Computing Meetup</div>
@@ -2553,7 +2557,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">December 13, 2017</div>
-              <h3 class="h5 pt-2">In-Memory Computing Essentials for Architects and Developers: Part 2</h3>
+              <div class="eventcard__title pt-2">In-Memory Computing Essentials for Architects and Developers: Part 2</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Denis Magda</div>
                 <div class="eventcard__loc">Webinar</div>
@@ -2565,7 +2569,7 @@
             <div class="eventspast__tab">
               <article class="eventcard">
                 <div class="eventcard__date">December 12, 2017</div>
-                <h3 class="h5 pt-2">Apache Ignite Use Cases for Banks and Telecoms</h3>
+                <div class="eventcard__title pt-2">Apache Ignite Use Cases for Banks and Telecoms</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Mikhail Kuznetzov<br />Mikhail Khasin<br />Victor Khoodyakov</div>
                   <div class="eventcard__loc">Moscow Apache Ignite Meetup</div>
@@ -2574,7 +2578,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">December 08, 2017</div>
-                <h3 class="h5 pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the Rescue</h3>
+                <div class="eventcard__title pt-2">Distributed Database DevOps Dilemmas? Kubernetes to the Rescue</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">KubeCon + CloudNativeCon North America 2017</div>
@@ -2583,7 +2587,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">December 07, 2017</div>
-                <h3 class="h5 pt-2">Apache Ignite: the in-memory hammer in your data science toolkit</h3>
+                <div class="eventcard__title pt-2">Apache Ignite: the in-memory hammer in your data science toolkit</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Austin Data Meetup</div>
@@ -2592,7 +2596,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">December 06, 2017</div>
-                <h3 class="h5 pt-2">Meeting the Challenges of Fast Data in Healthcare with In-Memory Technologies</h3>
+                <div class="eventcard__title pt-2">Meeting the Challenges of Fast Data in Healthcare with In-Memory Technologies</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2601,7 +2605,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 29, 2017</div>
-                <h3 class="h5 pt-2">Implementing Durable Memory-Centric Architectures in Large Financial Institutions</h3>
+                <div class="eventcard__title pt-2">Implementing Durable Memory-Centric Architectures in Large Financial Institutions</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Dmitriy Setrakyan</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2610,7 +2614,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 21, 2017</div>
-                <h3 class="h5 pt-2">In-Memory Computing Essentials for Architects and Developers: Part 1</h3>
+                <div class="eventcard__title pt-2">In-Memory Computing Essentials for Architects and Developers: Part 1</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2619,7 +2623,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 16, 2017</div>
-                <h3 class="h5 pt-2">Hands-on Workshop: In-Memory Computing Essentials for Java Developers</h3>
+                <div class="eventcard__title pt-2">Hands-on Workshop: In-Memory Computing Essentials for Java Developers</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Big Data and Cloud Meetup</div>
@@ -2628,7 +2632,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 16, 2017</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Devoxx Morocco</div>
@@ -2637,7 +2641,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 10, 2017</div>
-                <h3 class="h5 pt-2">How to build an event-driven, dynamically re-configurable micro-services platform</h3>
+                <div class="eventcard__title pt-2">How to build an event-driven, dynamically re-configurable micro-services platform</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Sven Beauprez</div>
                   <div class="eventcard__loc">Devoxx Belgium</div>
@@ -2646,7 +2650,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 3, 2017</div>
-                <h3 class="h5 pt-2">Apache Ignite: The In-Memory Hammer In Your Data Science Toolkit </h3>
+                <div class="eventcard__title pt-2">Apache Ignite: The In-Memory Hammer In Your Data Science Toolkit </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">ODSC San Francisco</div>
@@ -2655,7 +2659,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 2, 2017</div>
-                <h3 class="h5 pt-2">Fast Data meets Big Data in the IoT- Using Apache Ignite </h3>
+                <div class="eventcard__title pt-2">Fast Data meets Big Data in the IoT- Using Apache Ignite </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Rachel Pedreschi</div>
                   <div class="eventcard__loc">Sydney IBM Bluemix Meetup Group</div>
@@ -2664,7 +2668,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">November 2, 2017</div>
-                <h3 class="h5 pt-2">Achieving High Availability and Consistency With Distributed Systems </h3>
+                <div class="eventcard__title pt-2">Achieving High Availability and Consistency With Distributed Systems </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda<br />Valetin Kulichenko</div>
                   <div class="eventcard__loc">Bay Area Apache® Ignite® Meetup</div>
@@ -2673,7 +2677,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 26, 2017</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT </h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Dublin Spark Meetup</div>
@@ -2682,7 +2686,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 25, 2017</div>
-                <h3 class="h5 pt-2">How to Share State Across Multiple Spark Jobs using Apache® Ignite® </h3>
+                <div class="eventcard__title pt-2">How to Share State Across Multiple Spark Jobs using Apache® Ignite® </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Spark Summit Europe 2017</div>
@@ -2691,7 +2695,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 24-25, 2017</div>
-                <h3 class="h5 pt-2">The In-Memory Computing Summit 2017 – North America </h3>
+                <div class="eventcard__title pt-2">The In-Memory Computing Summit 2017 – North America </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Computing Summit</div>
                   <div class="eventcard__loc">South San Francisco Conference Center</div>
@@ -2700,7 +2704,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 19, 2017</div>
-                <h3 class="h5 pt-2">Better Machine Learning with Apache® Ignite® </h3>
+                <div class="eventcard__title pt-2">Better Machine Learning with Apache® Ignite® </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Eurostaff Big Data Meetup</div>
@@ -2709,7 +2713,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 18, 2017</div>
-                <h3 class="h5 pt-2">Catch an intro to Apache Ignite and skyrocket Java applications </h3>
+                <div class="eventcard__title pt-2">Catch an intro to Apache Ignite and skyrocket Java applications </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Java User Group Meetup</div>
@@ -2718,7 +2722,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 18, 2017</div>
-                <h3 class="h5 pt-2">Apache® Spark™ and Apache® Ignite®: Where Fast Data Meets the IoT </h3>
+                <div class="eventcard__title pt-2">Apache® Spark™ and Apache® Ignite®: Where Fast Data Meets the IoT </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2727,7 +2731,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 14, 2017</div>
-                <h3 class="h5 pt-2">Apache Ignite®: The In-Memory Hammer in Your Data Science Toolkit </h3>
+                <div class="eventcard__title pt-2">Apache Ignite®: The In-Memory Hammer in Your Data Science Toolkit </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">ODSC Europe 2017</div>
@@ -2736,7 +2740,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 13, 2017</div>
-                <h3 class="h5 pt-2">Powering up banks and financial institutions with distributed systems </h3>
+                <div class="eventcard__title pt-2">Powering up banks and financial institutions with distributed systems </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Big Data Week London 2017</div>
@@ -2745,7 +2749,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 10, 2017</div>
-                <h3 class="h5 pt-2">Real-time Data Analysis with Apache Ignite High-Performance In-memory Platform </h3>
+                <div class="eventcard__title pt-2">Real-time Data Analysis with Apache Ignite High-Performance In-memory Platform </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Roman Shtykh</div>
                   <div class="eventcard__loc">Data Platform Conference Tokyo 2017</div>
@@ -2754,7 +2758,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 4, 2017</div>
-                <h3 class="h5 pt-2">Postgres with Apache® Ignite®: Faster Transactions and Analytics </h3>
+                <div class="eventcard__title pt-2">Postgres with Apache® Ignite®: Faster Transactions and Analytics </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Fotios Filacouris</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2763,7 +2767,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 3, 2017</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT </h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Paris Spark Meetup</div>
@@ -2772,7 +2776,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">October 2, 2017</div>
-                <h3 class="h5 pt-2">Giving a boost to the Hadoop and Spark ecosystems with in-memory technologies </h3>
+                <div class="eventcard__title pt-2">Giving a boost to the Hadoop and Spark ecosystems with in-memory technologies </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Big Data & Data Science, Paris</div>
@@ -2781,7 +2785,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 27, 2017</div>
-                <h3 class="h5 pt-2">Stateful Apps in Production and Distributed Database Orchestration </h3>
+                <div class="eventcard__title pt-2">Stateful Apps in Production and Distributed Database Orchestration </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">New York Kubernetes Meetup</div>
@@ -2790,7 +2794,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 27, 2017</div>
-                <h3 class="h5 pt-2">Better Machine Learning with Apache® Ignite® </h3>
+                <div class="eventcard__title pt-2">Better Machine Learning with Apache® Ignite® </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2799,7 +2803,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 26, 2017</div>
-                <h3 class="h5 pt-2">Powering up banks and financial institutions with distributed systems </h3>
+                <div class="eventcard__title pt-2">Powering up banks and financial institutions with distributed systems </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">NYC In-Memory Computing Meetup</div>
@@ -2808,7 +2812,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 25, 2017</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT </h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Internet of Things (IoT) New York Meetup</div>
@@ -2817,7 +2821,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 18, 2017</div>
-                <h3 class="h5 pt-2">Business Intelligence and Apache Ignite for .NET Users </h3>
+                <div class="eventcard__title pt-2">Business Intelligence and Apache Ignite for .NET Users </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Meetup, Cambridge .NET User Group</div>
@@ -2826,7 +2830,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 13, 2017</div>
-                <h3 class="h5 pt-2">Apache Ignite: The in-memory hammer in your data science toolkit </h3>
+                <div class="eventcard__title pt-2">Apache Ignite: The in-memory hammer in your data science toolkit </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Meetup, Mountain View, CA</div>
@@ -2835,7 +2839,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 12, 2017</div>
-                <h3 class="h5 pt-2">Implementing In-Memory Computing for Financial Services Use Cases with Apache® Ignite® </h3>
+                <div class="eventcard__title pt-2">Implementing In-Memory Computing for Financial Services Use Cases with Apache® Ignite® </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2844,7 +2848,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">September 09, 2017</div>
-                <h3 class="h5 pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT </h3>
+                <div class="eventcard__title pt-2">Apache Spark and Apache Ignite: Where Fast Data Meets the IoT </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Meetup, Santa Clara, CA</div>
@@ -2853,7 +2857,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 23, 2017</div>
-                <h3 class="h5 pt-2">Deploy like a Boss: Using Kubernetes® and Apache® Ignite® </h3>
+                <div class="eventcard__title pt-2">Deploy like a Boss: Using Kubernetes® and Apache® Ignite® </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Dani Traphagen</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2862,7 +2866,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 16, 2017</div>
-                <h3 class="h5 pt-2">Introduction to Apache Ignite, a memory-centric distributed platform </h3>
+                <div class="eventcard__title pt-2">Introduction to Apache Ignite, a memory-centric distributed platform </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2871,7 +2875,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">August 02, 2017</div>
-                <h3 class="h5 pt-2">Building Consistent and Highly Available Distributed Systems with Apache® Ignite® </h3>
+                <div class="eventcard__title pt-2">Building Consistent and Highly Available Distributed Systems with Apache® Ignite® </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Valentin Kulichenko</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2880,7 +2884,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">Jul 27, 2017</div>
-                <h3 class="h5 pt-2">Diving into the internals of Apache Ignite's memory architecture </h3>
+                <div class="eventcard__title pt-2">Diving into the internals of Apache Ignite's memory architecture </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Meetup</div>
@@ -2889,7 +2893,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 26, 2017</div>
-                <h3 class="h5 pt-2">An Intro to Apache Ignite, the Memory-centric Distributed Platform </h3>
+                <div class="eventcard__title pt-2">An Intro to Apache Ignite, the Memory-centric Distributed Platform </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Meetup</div>
@@ -2898,7 +2902,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">July 19, 2017</div>
-                <h3 class="h5 pt-2">Distributed ACID Transactions in Apache Ignite </h3>
+                <div class="eventcard__title pt-2">Distributed ACID Transactions in Apache Ignite </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal Chaudhri</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2907,7 +2911,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 20, 2017 @6:30pm</div>
-                <h3 class="h5 pt-2">Turbocharge your SQL queries in-memory with Apache® Ignite® </h3>
+                <div class="eventcard__title pt-2">Turbocharge your SQL queries in-memory with Apache® Ignite® </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Meetup, Amsterdam, Netherlands</div>
@@ -2916,7 +2920,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 16, 2017 @8:00am</div>
-                <h3 class="h5 pt-2">Apache Ignite Community Meetup - An Overview of Donated Ignite Persistent Store Feature </h3>
+                <div class="eventcard__title pt-2">Apache Ignite Community Meetup - An Overview of Donated Ignite Persistent Store Feature </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Meetup, GoToMeeting</div>
@@ -2927,7 +2931,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 07, 2017 @3:20pm</div>
-                <h3 class="h5 pt-2">Apache Ignite and Apache Spark: This is Where Fast Data Meets the IoT </h3>
+                <div class="eventcard__title pt-2">Apache Ignite and Apache Spark: This is Where Fast Data Meets the IoT </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Spark Summit 2017, San Francisco, CA.</div>
@@ -2936,7 +2940,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 07, 2017 @11:00am PT / 2:00pm ET</div>
-                <h3 class="h5 pt-2">Apache® Ignite® 2.0: Prelude to a Distributed SQL Database </h3>
+                <div class="eventcard__title pt-2">Apache® Ignite® 2.0: Prelude to a Distributed SQL Database </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -2945,7 +2949,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 18, 2017 @2:40pm</div>
-                <h3 class="h5 pt-2">Apache Ignite and Apache Spark: This is Where Fast Data Meets the IoT </h3>
+                <div class="eventcard__title pt-2">Apache Ignite and Apache Spark: This is Where Fast Data Meets the IoT </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">FL. Denis Magda</div>
                   <div class="eventcard__loc">ApacheCon North America, Miami</div>
@@ -2954,7 +2958,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 18, 2017 @10:00am</div>
-                <h3 class="h5 pt-2">Apache Ignite SQL Grid: Hot Blend of Traditional SQL and Swift Data Grid </h3>
+                <div class="eventcard__title pt-2">Apache Ignite SQL Grid: Hot Blend of Traditional SQL and Swift Data Grid </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">FL. Denis Magda</div>
                   <div class="eventcard__loc">ApacheCon North America, Miami</div>
@@ -2963,7 +2967,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 17, 2017 @6:00pm</div>
-                <h3 class="h5 pt-2">Apache Ignite and Apache Spark: Where Fast Data Meets the IoT </h3>
+                <div class="eventcard__title pt-2">Apache Ignite and Apache Spark: Where Fast Data Meets the IoT </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">FL. Denis Magda</div>
                   <div class="eventcard__loc">Miami Hadoop User Group, Miami</div>
@@ -2972,7 +2976,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 12, 2017</div>
-                <h3 class="h5 pt-2">Benchmarking: Apache Ignite Still Keeps Ahead Of Hazelcast </h3>
+                <div class="eventcard__title pt-2">Benchmarking: Apache Ignite Still Keeps Ahead Of Hazelcast </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Blog</div>
@@ -2981,7 +2985,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 10, 2017 @6:30pm</div>
-                <h3 class="h5 pt-2">Apache Flink meets Apache Ignite </h3>
+                <div class="eventcard__title pt-2">Apache Flink meets Apache Ignite </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Akmal B. Chaudhri</div>
                   <div class="eventcard__loc">Apache Flink London Meetup</div>
@@ -2990,7 +2994,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 10, 2017 @5:05pm</div>
-                <h3 class="h5 pt-2">The next phase of distributed systems with Apache Ignite </h3>
+                <div class="eventcard__title pt-2">The next phase of distributed systems with Apache Ignite </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">TX. Dani Traphagen</div>
                   <div class="eventcard__loc">OSCON, Austin</div>
@@ -2999,7 +3003,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 10, 2017 @11:00am</div>
-                <h3 class="h5 pt-2">Apache® Ignite®: Real-Time Processing of IoT-Generated Streaming Data </h3>
+                <div class="eventcard__title pt-2">Apache® Ignite®: Real-Time Processing of IoT-Generated Streaming Data </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -3008,7 +3012,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 05, 2017</div>
-                <h3 class="h5 pt-2">Apache Ignite 2.0 Released </h3>
+                <div class="eventcard__title pt-2">Apache Ignite 2.0 Released </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker"></div>
                   <div class="eventcard__loc">Online event</div>
@@ -3017,7 +3021,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 25, 2017 @1:20pm PT</div>
-                <h3 class="h5 pt-2">Accelerate MySQL® for Demanding OLAP and OLTP Use Cases with Apache® Ignite™ </h3>
+                <div class="eventcard__title pt-2">Accelerate MySQL® for Demanding OLAP and OLTP Use Cases with Apache® Ignite™ </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">USA. Nikita Ivanov</div>
                   <div class="eventcard__loc">Percona Live 2017, Santa Clara, CA</div>
@@ -3026,7 +3030,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 19, 2017 @11:00am PT / 2:00pm ET</div>
-                <h3 class="h5 pt-2">Apache® Ignite™: An In-Memory Backbone for Microservices-Based Architectures </h3>
+                <div class="eventcard__title pt-2">Apache® Ignite™: An In-Memory Backbone for Microservices-Based Architectures </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -3035,7 +3039,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 7, 2017 @15:30pm</div>
-                <h3 class="h5 pt-2">Scalability in Distributed In-Memory Systems </h3>
+                <div class="eventcard__title pt-2">Scalability in Distributed In-Memory Systems </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Vladimir Ozerov</div>
                   <div class="eventcard__loc">JPoint 2017, Moscow, Russia</div>
@@ -3044,7 +3048,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 4, 2017 @15:15pm</div>
-                <h3 class="h5 pt-2">Scalability in Distributed In-Memory Systems </h3>
+                <div class="eventcard__title pt-2">Scalability in Distributed In-Memory Systems </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Yakov Zhdanov</div>
                   <div class="eventcard__loc">JBreak 2017, Novosibirsk, Russia</div>
@@ -3053,7 +3057,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 30, 2017 @14:00pm EDT</div>
-                <h3 class="h5 pt-2">Presenting Apache Ignite SQL Grid at PGConf US 2017 </h3>
+                <div class="eventcard__title pt-2">Presenting Apache Ignite SQL Grid at PGConf US 2017 </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Presentation</div>
@@ -3062,7 +3066,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 28, 2017 @1:00pm PT</div>
-                <h3 class="h5 pt-2">Presenting Apache Ignite SQL Grid at Big Data Bootcamp </h3>
+                <div class="eventcard__title pt-2">Presenting Apache Ignite SQL Grid at Big Data Bootcamp </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Presentation</div>
@@ -3071,7 +3075,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 24, 2017 @15:00pm</div>
-                <h3 class="h5 pt-2">Presenting Apache Ignite at Codemotion Rome 2017 </h3>
+                <div class="eventcard__title pt-2">Presenting Apache Ignite at Codemotion Rome 2017 </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Mandhir Gidda</div>
                   <div class="eventcard__loc">Presentation</div>
@@ -3080,7 +3084,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 15, 2017 @11:00am PT / 2:00pm ET</div>
-                <h3 class="h5 pt-2">The Apache® Ignite® SQL Grid: A Hot Blend of Traditional SQL and In-Memory Data Grids </h3>
+                <div class="eventcard__title pt-2">The Apache® Ignite® SQL Grid: A Hot Blend of Traditional SQL and In-Memory Data Grids </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -3089,7 +3093,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 23, 2017</div>
-                <h3 class="h5 pt-2">Apache Ignite: Transform batch-based system into swift real-time solution </h3>
+                <div class="eventcard__title pt-2">Apache Ignite: Transform batch-based system into swift real-time solution </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker"></div>
                   <div class="eventcard__loc">Apache Ignite London Meetup</div>
@@ -3098,7 +3102,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">February 15, 2017 @11:00am PT / 2:00pm ET</div>
-                <h3 class="h5 pt-2">The Apache® Ignite® Web Console: Automating RDBMS Integration </h3>
+                <div class="eventcard__title pt-2">The Apache® Ignite® Web Console: Automating RDBMS Integration </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Denis Magda</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -3107,7 +3111,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">January 25, 2017 @11:00am PT / 2:00pm ET</div>
-                <h3 class="h5 pt-2">Deploying Apache® Ignite® – Top 7 FAQs </h3>
+                <div class="eventcard__title pt-2">Deploying Apache® Ignite® – Top 7 FAQs </div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Christos Erotocritou<br />Rachel Pedreschi</div>
                   <div class="eventcard__loc">Webinar</div>
@@ -3123,7 +3127,7 @@
           <div class="eventspast__tab">
             <article class="eventcard">
               <div class="eventcard__date">November 16, 2016</div>
-              <h3 class="h5 pt-2">Shared Memory Layer for Spark Applications</h3>
+              <div class="eventcard__title pt-2">Shared Memory Layer for Spark Applications</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Dmitriy Setrakyan</div>
                 <div class="eventcard__loc">Apache Big Data Europe</div>
@@ -3132,7 +3136,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">November 16, 2016</div>
-              <h3 class="h5 pt-2">Shared Memory Layer and Faster SQL for Spark Applications</h3>
+              <div class="eventcard__title pt-2">Shared Memory Layer and Faster SQL for Spark Applications</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Dmitriy Setrakyan</div>
                 <div class="eventcard__loc">Apache Big Data Europe</div>
@@ -3143,7 +3147,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">November 15, 2016</div>
-              <h3 class="h5 pt-2">Apache Ignite - Path to Converged Data Platform</h3>
+              <div class="eventcard__title pt-2">Apache Ignite - Path to Converged Data Platform</div>
               <div class="eventcard__info pt-2">
                 <div class="eventcard__speaker">Dmitriy Setrakyan</div>
                 <div class="eventcard__loc">Apache Big Data Europe</div>
@@ -3155,7 +3159,7 @@
             <div class="eventspast__tab">
               <article class="eventcard">
                 <div class="eventcard__date">July 13, 2016</div>
-                <h3 class="h5 pt-2">Apache Ignite London Meetup</h3>
+                <div class="eventcard__title pt-2">Apache Ignite London Meetup</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Nikita Ivanov</div>
                   <div class="eventcard__loc">Apache Ignite London Meetup</div>
@@ -3164,7 +3168,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 28, 2016</div>
-                <h3 class="h5 pt-2">Apache Ignite NYC Meetup</h3>
+                <div class="eventcard__title pt-2">Apache Ignite NYC Meetup</div>
                 <div class="eventcard__info pt-2">
                   <div class="eventcard__speaker">Nikita Ivanov</div>
                   <div class="eventcard__loc">Apache Ignite NYC Meetup</div>
@@ -3180,7 +3184,7 @@
           <div class="eventspast__tab">
             <article class="eventcard">
               <div class="eventcard__date">December 12, 2015</div>
-              <h3 class="h5 pt-2">Apache Ignite 1.5.0-b1 Early Access Released</h3>
+              <div class="eventcard__title pt-2">Apache Ignite 1.5.0-b1 Early Access Released</div>
               <div class="eventcard__info eventcard__descr pt-2">
                 <p>
                   The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of more than 350 Open Source projects and initiatives, announced today that Apache® Ignite® has graduated from the Apache
@@ -3191,7 +3195,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">September 28, 2015</div>
-              <h3 class="h5 pt-2">Apache Ignite 1.4.0 Released</h3>
+              <div class="eventcard__title pt-2">Apache Ignite 1.4.0 Released</div>
               <div class="eventcard__info eventcard__descr pt-2">
                 <p>This new release includes integration with Apache YARN for data center and resource management, fixes for JTA transactions, Hibernate L2 Cache improvements, and more.</p>
               </div>
@@ -3199,7 +3203,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">August 25, 2015</div>
-              <h3 class="h5 pt-2">Apache Ignite Graduated to a Top-Level Project</h3>
+              <div class="eventcard__title pt-2">Apache Ignite Graduated to a Top-Level Project</div>
               <div class="eventcard__info eventcard__descr pt-2">
                 <p>
                   The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of more than 350 Open Source projects and initiatives, announced today that Apache® Ignite® has graduated from the Apache
@@ -3218,7 +3222,7 @@
             <div class="eventspast__tab">
               <article class="eventcard">
                 <div class="eventcard__date">July 21, 2015</div>
-                <h3 class="h5 pt-2">Apache Ignite 1.3.0 Released</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 1.3.0 Released</div>
                 <div class="eventcard__info eventcard__descr pt-2">
                   <p>This new release includes integration with Apache YARN for data center and resource management, fixes for JTA transactions, Hibernate L2 Cache improvements, and more.</p>
                 </div>
@@ -3226,7 +3230,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">June 29, 2015</div>
-                <h3 class="h5 pt-2">Apache Ignite 1.2.0 Released</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 1.2.0 Released</div>
                 <div class="eventcard__info eventcard__descr pt-2">
                   <p>
                     This new release includes shared RDD for Apache Spark (based on Ignite Data Grid), integration with Apache Mesos for data center management, client-mode for light-weight cluster discovery, memory-size eviction policy,
@@ -3237,7 +3241,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">May 28, 2015</div>
-                <h3 class="h5 pt-2">Apache Ignite 1.1.0 Released</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 1.1.0 Released</div>
                 <div class="eventcard__info eventcard__descr pt-2">
                   <p>This new release includes Google Compute Engine and generic cloud TCP discovery IP finder, Collocated mode for SQL queries, support for (*) star notation in cache names, fix for SQL union support, and more.</p>
                 </div>
@@ -3245,7 +3249,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">April 2, 2015</div>
-                <h3 class="h5 pt-2">Apache Ignite 1.0.0 Released</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 1.0.0 Released</div>
                 <div class="eventcard__info eventcard__descr pt-2">
                   <p>
                     This new release includes dynamic caching functionality to start and stop caches during runtime, simplified Query API, automatic aggregation, grouping and sorting support for SQL Queries, Streaming examples, and more.
@@ -3255,7 +3259,7 @@
               </article>
               <article class="eventcard">
                 <div class="eventcard__date">March 24, 2015</div>
-                <h3 class="h5 pt-2">Apache Ignite 1.0.0-RC3 Released</h3>
+                <div class="eventcard__title pt-2">Apache Ignite 1.0.0-RC3 Released</div>
                 <div class="eventcard__info eventcard__descr pt-2">
                   <p>This is the first release of Apache Ignite project. The source code in large part is based on the GridGain In-Memory Data Fabric, open source edition, v. 6.6.2, which was donated to Apache Software Foundation.</p>
                 </div>
@@ -3270,7 +3274,7 @@
           <div class="eventspast__tab">
             <article class="eventcard">
               <div class="eventcard__date">December 3, 2014</div>
-              <h3 class="h5 pt-2">InfoQ Interview with Nikita Ivanov on Apache Ignite Incubation</h3>
+              <div class="eventcard__title pt-2">InfoQ Interview with Nikita Ivanov on Apache Ignite Incubation</div>
               <div class="eventcard__info eventcard__descr pt-2">
                 <p>InfoQ caught up with Nikita Ivanov, CTO and founder of GridGain, about the In-Memory Computing framework becoming an Apache project, motivation behind this decision, and upcoming features and enhancements of GridGain.</p>
               </div>
@@ -3278,7 +3282,7 @@
             </article>
             <article class="eventcard">
               <div class="eventcard__date">October 1, 2014</div>
-              <h3 class="h5 pt-2">Apache Ignite Enters Incubation</h3>
+              <div class="eventcard__title pt-2">Apache Ignite Enters Incubation</div>
               <div class="eventcard__info eventcard__descr pt-2">
                 <p>
                   GridGain recently announced that the GridGain In-Memory Data Fabric has been accepted into the Apache Incubator program under the name Apache Ignite. Earlier in 2014, GridGain was transformed to an open source model
@@ -3331,11 +3335,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -3350,6 +3354,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/faq.html b/faq.html
index d9ab4ec..24d24eb 100644
--- a/faq.html
+++ b/faq.html
@@ -3,13 +3,20 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>FAQ | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/faq.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/tooling.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>What Is Apache Ignite - FAQ</title>
+    <meta name="description" content="What is Apache Ignite? What is in-memory computing? Read the answers on our FAQ page." />
+    <link rel="canonical" href="https://ignite.apache.org/faq.html" />
+    <meta property="og:title" content="What Is Apache Ignite - FAQ" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/faq.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="What is Apache Ignite? What is in-memory computing? Read the answers on our FAQ page." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/faq.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/tooling.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -63,17 +70,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -83,43 +93,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -127,8 +132,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -138,8 +143,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -152,7 +157,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -166,7 +171,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -180,17 +185,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -198,6 +201,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -206,34 +214,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -259,7 +263,7 @@
       <div class="capstext">Apache Ignite FAQs</div>
       <div class="faqabout__wrap flexi pt-5">
         <div class="faqabout__left">
-          <h2 class="h4 pb-2">What Is In-memory Computing?</h2>
+          <h2 class="h4 pb-2">What Is In-Memory Computing?</h2>
           <p>In-memory computing is a software and data-processing technique that stores data sets in memory across a cluster of interconnected nodes. An average speed performance is 10-1000x faster than in disk-based systems.</p>
           <p>
             In-memory computing software includes a distributed in-memory store with APIs and libraries optimized for high-performance data processing. Each cluster node (physical or virtual machine) contributes its available memory space
@@ -279,7 +283,7 @@
     </section>
     <!-- /.faqabout-->
     <section class="faqfeats container">
-      <div class="h4 faqfeats__title">Apache Ignite Belongs to&nbsp;The In-memory <br />Computing Category:</div>
+      <h2 class="h4 faqfeats__title">Apache Ignite Belongs To&nbsp;The In-Memory <br />Computing Category:</h2>
       <div class="faqfeats__wrap flexi pt-5">
         <article class="faqfeat pt-1">
           <div class="faqfeat__iconwrap flexi"><img src="/img/faq/icon-faq1.svg" alt="" /></div>
@@ -298,51 +302,51 @@
     <!-- /.faqfeats-->
     <section class="faqboxs container">
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite a Distributed Cache?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite A Distributed Cache?</h3>
         <div class="faqbox__anwser h5 pt-3">Yes</div>
         <div class="faqbox__text pt-3">
           <p>When Ignite native persistence is&nbsp;disabled, Ignite can function as&nbsp;a&nbsp;distributed in-memory cache with support distributed ACID&nbsp;transactions, SQL queries, high-performance computing APIs, and more.</p>
         </div>
-        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-cache.html">Learn more: In-Memory Cache</a></div>
+        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-cache.html">Learn More: In-Memory Cache</a></div>
       </article>
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite a Distributed Database?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite A Distributed Database?</h3>
         <div class="faqbox__anwser h5 pt-3">Yes</div>
         <div class="faqbox__text pt-3">
           <p>Ignite is&nbsp;a&nbsp;distributed database for high-performance computing with in-memory speed.</p>
           <p>Data in&nbsp;Ignite is&nbsp;stored in-memory and/or on-disk, and is&nbsp;either partitioned or&nbsp;replicated across a&nbsp;cluster of&nbsp;multiple nodes. This provides scalability, performance, and resiliency.</p>
         </div>
-        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-database.html ">Learn more: Distributed Database</a></div>
+        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/arch/multi-tier-storage.html">Learn More: Multi-Tiered Storage</a></div>
       </article>
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite an In-memory Database?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite An In-Memory Database?</h3>
         <div class="faqbox__anwser h5 pt-3">Yes</div>
         <div class="faqbox__text pt-3">
           <p>
             Ignite multi-tier storage supports both in-memory and disk tiers. You can always disable the native persistence and use Ignite as&nbsp;a&nbsp;distributed in-memory database, with support for SQL, transactions and other APIs.
           </p>
         </div>
-        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-database.html">Learn more: In-Memory Database</a></div>
+        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-database.html">Learn More: In-Memory Database</a></div>
       </article>
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite an In-memory Data Grid?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite An In-Memory Data Grid?</h3>
         <div class="faqbox__anwser h5 pt-3">Yes</div>
         <div class="faqbox__text pt-3">
           <p>Ignite is&nbsp;a&nbsp;full-featured distributed data grid. As&nbsp;a&nbsp;grid, Ignite can automatically integrate with and accelerate any 3rd party databases, including any RDBMS or&nbsp;NoSQL stores.</p>
         </div>
-        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-data-grid.html">Learn more: In-Memory Data Grid</a></div>
+        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-data-grid.html">Learn More: In-Memory Data Grid</a></div>
       </article>
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite an SQL Database?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite An SQL Database?</h3>
         <div class="faqbox__anwser h5 pt-3">Not fully</div>
         <div class="faqbox__text pt-3">
           <p>Although Ignite supports SQL natively, there are differences in&nbsp;how Ignite handles constraints and indexes.</p>
           <p>Ignite supports primary and secondary indexes, however the uniqueness can only be&nbsp;enforced for the primary indexes. Ignite also does not support foreign key constraints at&nbsp;the moment.</p>
         </div>
-        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-database.html">Learn more: SQL Database</a></div>
+        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-database.html">Learn More: SQL Database</a></div>
       </article>
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite a Disk- or Memory-Only Storage?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite A Disk- Or Memory-Only Storage?</h3>
         <div class="faqbox__anwser h5 pt-3">Both</div>
         <div class="faqbox__text pt-3">
           <p>Native persistence in&nbsp;Ignite can be&nbsp;turned on&nbsp;and off. This allows Ignite to&nbsp;store data sets bigger than can fit in&nbsp;the available memory.</p>
@@ -351,10 +355,10 @@
             performance.
           </p>
         </div>
-        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/arch/native-persistence.html">Learn more: Native Persistence</a></div>
+        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/arch/native-persistence.html">Learn More: Native Persistence</a></div>
       </article>
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite a NoSQL Database?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite A NoSQL Database?</h3>
         <div class="faqbox__anwser h5 pt-3">Not exactly</div>
         <div class="faqbox__text pt-3">
           <p>Just like other NoSQL databases, Ignite is&nbsp;highly available and horizontally scalable.</p>
@@ -362,7 +366,7 @@
         </div>
       </article>
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite a Transactional Database?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite A Transactional Database?</h3>
         <div class="faqbox__anwser h5 pt-3">Not fully</div>
         <div class="faqbox__text pt-3">
           <p>
@@ -374,29 +378,29 @@
             <a href="https://cwiki.apache.org/confluence/display/IGNITE/IEP-3%3A+Transactional+SQL" target="_blank">in&nbsp;the works</a> and will be&nbsp;released in&nbsp;Ignite&nbsp;3.
           </p>
         </div>
-        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/features/acid-transactions.html">Learn more: ACID Transactions</a></div>
+        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/features/acid-transactions.html">Learn More: ACID Transactions</a></div>
       </article>
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite a Multi-Model Database?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite A Multi-Model Database?</h3>
         <div class="faqbox__anwser h5 pt-3">Yes</div>
         <div class="faqbox__text pt-3">
           <p>Ignite supports both key-value and SQL for modelling and accessing data.</p>
           <p>In&nbsp;addition, Ignite provides strong processing APIs for computing on&nbsp;distributed data.</p>
         </div>
-        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/in-memory-database.html">Learn more: In-Memory Database</a></div>
+        <div class="cardsimple__bottom"></div>
       </article>
       <article class="faqbox cardsimple">
-        <div class="faqbox__itemtitle h5">Is Ignite a Key-Value Store?</div>
+        <h3 class="faqbox__itemtitle h5">Is Ignite A Key-Value Store?</h3>
         <div class="faqbox__anwser h5 pt-3">Yes</div>
         <div class="faqbox__text pt-3"><p>Ignite provides a&nbsp;feature-rich key-value API, that is&nbsp;JCache (JSR-107) compliant and supports Java, C++, .NET, and other programming languages.</p></div>
-        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/key-value-store.html">Learn more: Distributed Key-Value Store</a></div>
+        <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/key-value-store.html">Learn More: Distributed Key-Value Store</a></div>
       </article>
     </section>
     <!-- /.faqboxs-->
     <section class="toolingend">
       <div class="container flexi">
         <div class="toolingend__main">
-          <h2 class="toolingend__title h4">Ready to Start With Apache Ignite?</h2>
+          <div class="toolingend__title h4">Ready To Start With Apache Ignite?</div>
           <p class="fz20 pt-1x">Start with our Quick Start Guides and build your first application <br />in 5-10 minutes</p>
         </div>
         <div class="toolingend__action"><a class="button">Build your first application</a></div>
@@ -440,11 +444,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -459,6 +463,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/acid-transactions.html b/features/acid-transactions.html
index 264740c..39f5d57 100644
--- a/features/acid-transactions.html
+++ b/features/acid-transactions.html
@@ -3,13 +3,26 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>ACID transactions | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/acid-transactions.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Distributed ACID Transactions - Apache Ignite</title>
+    <meta
+      name="description"
+      content="Apache Ignite can operate in a strongly consistent mode with full support for distributed ACID transactions. Ignite is an ACID compliant storage engine which can handle possible distributed failures properly to avoid data inconsistencies cluster-wide."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/features/acid-transactions.html" />
+    <meta property="og:title" content="Distributed ACID Transactions - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/features/acid-transactions.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite can operate in a strongly consistent mode with full support for distributed ACID transactions. Ignite is an ACID compliant storage engine which can handle possible distributed failures properly to avoid data inconsistencies cluster-wide."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/acid-transactions.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -63,17 +76,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -83,43 +99,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -127,8 +138,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -138,8 +149,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -152,7 +163,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -166,7 +177,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -180,17 +191,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -198,6 +207,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -206,34 +220,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -337,12 +347,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Create your transactional application <br />with Apache Ignite</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/key-value-api/transactions" target="_blank">Performing ACID Transactions</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to&nbsp;Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to&nbsp;Learn More?</span></div>
           <p class="nativebotblock__text">Ignite&nbsp;3.0 advances its replication and transactional components with the support of&nbsp;the <strong>Raft consensus algorithm</strong></p>
           <a class="nativebotblock__link arrowlink" href="https://cwiki.apache.org/confluence/display/IGNITE/IEP-61%3A+Common+Replication+Infrastructure" target="_blank">Ignite 3.0 and Raft Details</a>
         </article>
@@ -386,11 +396,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -405,6 +415,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/compute-apis.html b/features/compute-apis.html
index 4124eac..cebcd47 100644
--- a/features/compute-apis.html
+++ b/features/compute-apis.html
@@ -3,18 +3,25 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Compute APIs | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.1" />
+    <title>Apache Ignite Compute APIs - Data-Intensive Computing</title>
+    <meta name="description" content="Apache Ignite compute APIs allow you to perform computations at high speeds. Achieve high performance, low latency, and linear scalability in data-intensive computing." />
+    <link rel="canonical" href="https://ignite.apache.org/features/compute-apis.html" />
+    <meta property="og:title" content="Apache Ignite Compute APIs - Data-Intensive Computing" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/features/compute-apis.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="Apache Ignite compute APIs allow you to perform computations at high speeds. Achieve high performance, low latency, and linear scalability in data-intensive computing." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.2" />
     <script src="../js/vendor/highlight/highlight.min.js"></script>
     <script src="../js/vendor/highlight/java.min.js"></script>
     <script src="../js/vendor/highlight/xml.min.js"></script>
     <script src="../js/vendor/highlight/csharp.min.js"></script>
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -68,17 +75,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -88,43 +98,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -132,8 +137,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -143,8 +148,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -157,7 +162,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -171,7 +176,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -185,17 +190,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -203,6 +206,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -211,34 +219,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -376,8 +380,8 @@
     </section>
     <!-- /.nativecode-->
     <section class="compute3 container">
-      <h3 class="compute2__h2">Example Of Logic Building</h3>
-      <h2 class="compute3__h2 h4">Execute the logic in place and eliminate network impact on the performance of the calculation</h2>
+      <h2 class="compute2__h2">Example Of Logic Building</h2>
+      <h3 class="compute3__h2 h4">Execute the logic in place and eliminate network impact on the performance of the calculation</h3>
       <p class="compute3__text">Imagine that a winter storm is about to hit a highly-populated city. As a telecommunication company, you have to send a text message to 20 million residents notifying about the blizzard.</p>
       <div class="compute4 flexi">
         <div class="compute4__block compute4__block--bad">
@@ -437,12 +441,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Start coding distributed computing APIs</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/key-value-api/transactions" target="_blank">Performing Distributed Computing </a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Learn more about high-performance computing use cases and see how it works in practice</p>
           <a class="nativebotblock__link arrowlink" href="/use-cases/high-performance-computing.html" target="_blank">High-Performance Computing Use-Cases</a>
         </article>
@@ -486,11 +490,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -505,6 +509,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/distributed-key-value-store.html b/features/distributed-key-value-store.html
index f66fe08..0a4c4f3 100644
--- a/features/distributed-key-value-store.html
+++ b/features/distributed-key-value-store.html
@@ -3,13 +3,26 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Distributed Key-Value APIs | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/key-value-api.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Distributed Key-Value APIs - Apache Ignite</title>
+    <meta
+      name="description"
+      content="Apache Ignite as a distributed key-value store is supported for different caching techniques. Ignite key-value APIs allow to create database key-value tables on-chain and increase processing performance."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/features/distributed-key-value-store.html" />
+    <meta property="og:title" content="Distributed Key-Value APIs - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/features/distributed-key-value-store.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite as a distributed key-value store is supported for different caching techniques. Ignite key-value APIs allow to create database key-value tables on-chain and increase processing performance."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/key-value-api.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -63,17 +76,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -83,43 +99,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -127,8 +138,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -138,8 +149,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -152,7 +163,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -166,7 +177,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -180,17 +191,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -198,6 +207,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -206,34 +220,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -256,7 +266,7 @@
     <!-- /.innerhero-->
     <section class="keyvalue1 container flexi">
       <div class="keyvalue1__left">
-        <div class="capstext">Key-Value APIs Overview</div>
+        <h2 class="capstext">Key-Value APIs Overview</h2>
         <div class="keyvaluetext pt-5">
           <p>
             Every record in Ignite is stored as a key-value pair. All the records are distributed evenly across the cluster nodes. Your key-value queries are directed automatically to the nodes that store requested data. This is how Ignite
@@ -284,7 +294,7 @@
     </section>
     <section class="keyvalue2 container flexi">
       <div class="keyvalue2__left">
-        <div class="keyvalue__title">Automatic Synchronization With External <br />Databases To Keep A Consistent Copy Of Data</div>
+        <h3 class="keyvalue__title">Automatic Synchronization With External <br />Databases To Keep A Consistent Copy Of Data</h3>
         <div class="keyvaluetext pt-2 pb-5">
           <p>Two synchronization strategies are available in Apache Ignite: <br />write-through/behind and read-through.</p>
         </div>
@@ -304,7 +314,7 @@
     <!-- /.keyvalue2-->
     <section class="keyvalue3 container flexi">
       <div class="keyvalue3__right">
-        <div class="keyvalue__title">Near Cache To Process Your Requests In&nbsp;Microseconds</div>
+        <h3 class="keyvalue__title">Near Cache To Process Your Requests In&nbsp;Microseconds</h3>
         <div class="keyvaluetext pt-2 pb-5">
           <p>A near cache is a local client-side cache that stores the most frequently <br />used data on the application end.</p>
         </div>
@@ -324,7 +334,7 @@
     <!-- /.keyvalue3-->
     <section class="keyvalue4 container flexi pb-1">
       <div class="keyvalue4__left">
-        <div class="keyvalue__title">ACID Transactions To Update Your Distributed Records Consistently</div>
+        <h3 class="keyvalue__title">ACID Transactions To Update Your Distributed Records Consistently</h3>
         <div class="keyvaluetext pt-2 pb-5"><p>Apache Ignite key-value APIs are fully transactional which means that data can be&nbsp;updated consistently and reliably.</p></div>
         <div class="keyvalue__title">How it works</div>
         <div class="keyvaluetext pt-2 pb-5">
@@ -342,12 +352,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Create your first application using <br />Ignite key-value APIs</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/key-value-api/basic-cache-operations" target="_blank">Using Key-Value APIs</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Check out how Apache Ignite can be configured <br />and used as a standard key-value store</p>
           <a class="nativebotblock__link arrowlink" href="/use-cases/key-value-store.html">Key-Value Store</a>
         </article>
@@ -391,11 +401,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -410,6 +420,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/index.html b/features/index.html
index 3bb06df..ef0c38a 100644
--- a/features/index.html
+++ b/features/index.html
@@ -3,12 +3,19 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Features | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/features.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Product Features - Apache Ignite Components</title>
+    <meta name="description" content="Apache Ignite set of components. Learn more about Apache Ignite product features on our website." />
+    <link rel="canonical" href="https://ignite.apache.org/features/" />
+    <meta property="og:title" content="Product Features - Apache Ignite Components" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/features/" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="Apache Ignite set of components. Learn more about Apache Ignite product features on our website." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/features.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -62,17 +69,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -82,43 +92,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -126,8 +131,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -137,8 +142,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -151,7 +156,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -165,7 +170,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -179,17 +184,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -197,6 +200,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -205,34 +213,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -372,7 +376,7 @@
     <section class="featureslast">
       <div class="container">
         <div class="featureslast__main">
-          <h2 class="h4 featureslast__title pb-1">Looking For Something Else?</h2>
+          <div class="h4 featureslast__title pb-1">Looking For Something Else?</div>
           <div class="featureslast__descr fz20">Explore our technical documentation to discover Ignite's other features</div>
           <ul class="featureslast__links pt-4">
             <li><a class="arrowlink" href="https://ignite.apache.org/docs/latest/data-structures/queue-and-set">Data Structures</a></li>
@@ -421,11 +425,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -440,6 +444,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/machinelearning.html b/features/machinelearning.html
index 59457fe..e08eb34 100644
--- a/features/machinelearning.html
+++ b/features/machinelearning.html
@@ -3,14 +3,27 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Machine Learning APIs | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/machinelearning.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Continuous Machine Learning, Scalable Deep Learning - Apache Ignite</title>
+    <meta
+      name="description"
+      content="Apache Ignite Machine Learning is a set of simple and efficient APIs to enable continuous learning. It relies on Ignite's multi-tier storage that bring massive scalability for machine learning and deep learning tasks."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/features/machinelearning.html" />
+    <meta property="og:title" content="Continuous Machine Learning, Scalable Deep Learning - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/features/machinelearning.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite Machine Learning is a set of simple and efficient APIs to enable continuous learning. It relies on Ignite's multi-tier storage that bring massive scalability for machine learning and deep learning tasks."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/machinelearning.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -64,17 +77,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -84,43 +100,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -128,8 +139,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -139,8 +150,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -153,7 +164,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -167,7 +178,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -181,17 +192,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -199,6 +208,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -207,34 +221,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -327,12 +337,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Start coding machine learning APIs</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/machine-learning/machine-learning" target="_blank">Performing Machine Learning</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">
             Check out how Apache Ignite updates<br />
             trained models in real time
@@ -379,11 +389,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -398,6 +408,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/multilanguage.html b/features/multilanguage.html
index e89e224..7858b02 100644
--- a/features/multilanguage.html
+++ b/features/multilanguage.html
@@ -3,14 +3,14 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Multi-language Support | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/multilanguage.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Multi-language Support</title>
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/multilanguage.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -64,17 +64,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -84,43 +87,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -128,8 +126,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -139,8 +137,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -153,7 +151,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -167,7 +165,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -181,17 +179,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -199,6 +195,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -207,34 +208,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -280,7 +277,7 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">
             Discover our quick start guide and build your first<br />
             application in 5-10 minutes
@@ -288,7 +285,7 @@
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/index" target="_blank">Quick Start Guide </a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Check out how to run Ignite with Java, .NET/C#, C++, Python, Node.JS, SQL, PHP, or REST API</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/quick-start/java" target="_blank">Multi-Language Guide</a>
         </article>
@@ -332,11 +329,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -351,6 +348,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/servicegrid.html b/features/servicegrid.html
index 5b8d4b2..b8cc790 100644
--- a/features/servicegrid.html
+++ b/features/servicegrid.html
@@ -3,19 +3,32 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Service APIs | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/service.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.1" />
+    <title>Apache Ignite Services, Distributed Service Grid</title>
+    <meta
+      name="description"
+      content="Apache Ignite Service Grid allows to deploy various types of singleton services in the cluster or multiple service instances. Build a fault-tolerant, scalable, high-performant, microservice-based solution with Apache Ignite."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/features/servicegrid.html" />
+    <meta property="og:title" content="Apache Ignite Services, Distributed Service Grid" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/features/servicegrid.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite Service Grid allows to deploy various types of singleton services in the cluster or multiple service instances. Build a fault-tolerant, scalable, high-performant, microservice-based solution with Apache Ignite."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/service.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.2" />
     <script src="../js/vendor/highlight/highlight.min.js"></script>
     <script src="../js/vendor/highlight/java.min.js"></script>
     <script src="../js/vendor/highlight/xml.min.js"></script>
     <script src="../js/vendor/highlight/csharp.min.js"></script>
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -69,17 +82,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -89,43 +105,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -133,8 +144,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -144,8 +155,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -158,7 +169,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -172,7 +183,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -186,17 +197,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -204,6 +213,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -212,34 +226,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -360,12 +370,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Start coding with Ignite Service APIs</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/services/services#re-deploying-services" target="_blank">Performing Service APIs </a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Check out a special tutorial that shows how to build and deploy microservices with Ignite Service APIs</p>
           <a class="nativebotblock__link servicenativelink arrowlink" href="https://www.gridgain.com/resources/blog/implementing-microservices-apache-ignite-service-apis-part-iii" target="_blank"
             >Implementing Microservices<br />
@@ -412,11 +422,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -431,6 +441,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/sql.html b/features/sql.html
index 7800b52..d7ce55b 100644
--- a/features/sql.html
+++ b/features/sql.html
@@ -3,14 +3,27 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Distributed ANSI SQL | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/sql.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Distributed ANSI SQL Database - Apache Ignite</title>
+    <meta
+      name="description"
+      content="Apache Ignite comes with an ANSI-99 compliant, horizontally scalable, and fault-tolerant SQL engine that allows you to interact with Ignite as with a regular SQL database. Ignite can function in a pure in-memory mode in which it shows the highest performance."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/features/sql.html" />
+    <meta property="og:title" content="Distributed ANSI SQL Database - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/features/sql.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite comes with an ANSI-99 compliant, horizontally scalable, and fault-tolerant SQL engine that allows you to interact with Ignite as with a regular SQL database. Ignite can function in a pure in-memory mode in which it shows the highest performance."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/sql.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -64,17 +77,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -84,43 +100,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -128,8 +139,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -139,8 +150,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -153,7 +164,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -167,7 +178,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -181,17 +192,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -199,6 +208,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -207,34 +221,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -389,7 +399,7 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">
             Discover more details about Apache Ignite SQL engine<br />
             and apply it for your use-case
@@ -397,7 +407,7 @@
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/persistence/native-persistence" target="_blank">Memory Architecture</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Ignite SQL will become even more powerful and advanced with the release of the Apache Calcite based engine</p>
           <div class="dist__link">Coming in Ignite 3.0</div>
           <a class="nativebotblock__link arrowlink" href="https://cwiki.apache.org/confluence/display/IGNITE/Apache+Calcite-powered+SQL+Engine+Roadmap" target="_blank">New Calcite powered SQL engine</a>
@@ -442,11 +452,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -461,6 +471,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/streaming.html b/features/streaming.html
index 8b58d8b..7b34f64 100644
--- a/features/streaming.html
+++ b/features/streaming.html
@@ -3,14 +3,24 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Real-Time Streaming APIs| Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/streaming.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Apache Ignite Streaming, Real-Time Data Processing</title>
+    <meta name="description" content="Apache Ignite data loading, streaming, and real-time processing capabilities allow to inject large amounts of data into an Ignite cluster in a scalable and fault-tolerant way. Learn more here." />
+    <link rel="canonical" href="https://ignite.apache.org/features/streaming.html" />
+    <meta property="og:title" content="Apache Ignite Streaming, Real-Time Data Processing" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/features/streaming.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite data loading, streaming, and real-time processing capabilities allow to inject large amounts of data into an Ignite cluster in a scalable and fault-tolerant way. Learn more here."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/streaming.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -64,17 +74,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -84,43 +97,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -128,8 +136,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -139,8 +147,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -153,7 +161,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -167,7 +175,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -181,17 +189,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -199,6 +205,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -207,34 +218,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -355,12 +362,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Start coding with Ignite Streaming APIs</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/data-streaming" target="_blank">Ignite Streaming APIs</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Explore our out-of-the-box integrations with Kafka, Flink, MQTT and other advanced streaming technologies</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/extensions-and-integrations/spring/spring-boot" target="_blank">Extensions and integrations guide</a>
         </article>
@@ -404,11 +411,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -423,6 +430,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/features/tooling.html b/features/tooling.html
index 2f49ce2..95e5eea 100644
--- a/features/tooling.html
+++ b/features/tooling.html
@@ -3,12 +3,12 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Tooling | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/tooling.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Tooling</title>
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/tooling.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -62,17 +62,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu__current hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -82,43 +85,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -126,8 +124,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -137,8 +135,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -151,7 +149,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -165,7 +163,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -179,17 +177,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -197,6 +193,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -205,34 +206,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -391,7 +388,7 @@
     <section class="toolingend">
       <div class="container flexi">
         <div class="toolingend__main">
-          <h2 class="toolingend__title h4">Ready to Start with Apache Ignite?</h2>
+          <div class="toolingend__title h4">Ready to Start with Apache Ignite?</div>
           <p class="fz20 pt-1x">Start with our Quick Start Guides and build your first application <br />in 5-10 minutes</p>
         </div>
         <div class="toolingend__action"><a class="button">Build your first application</a></div>
@@ -435,11 +432,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -454,6 +451,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/gulpfile.js b/gulpfile.js
index 62282c0..f5c6367 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -4,6 +4,7 @@
 import pug from 'gulp-pug';
 import replace from 'gulp-replace';
 import prettier from 'gulp-prettier';
+import gulpSitemap from 'gulp-sitemap';
 
 
 let pugPath = "";
@@ -69,6 +70,48 @@
 
 
 
+/**
+ * XML Sitemap Generate for site and /docs/latest folder
+ */
+export const sitemap = () => {
+    let srcForSitemap = [
+        './**/*.html',
+        '!./_*/**',
+        '!./jcache/**',
+        '!./releases/**',
+        '!./docs/2.9.0/**',
+        '!./docs/2.9.1/**',
+        '!./docs/2.10.0/**',
+        '!./docs/3.0.0-alpha/**',
+        '!./node_modules/**'
+    ];
+    return gulp.src(srcForSitemap, {
+        read: false
+    })
+    .pipe(gulpSitemap({
+            siteUrl: 'https://ignite.apache.com',
+            changefreq: 'monthly',
+            priority: function(siteUrl, loc, entry) {
+                // Give pages inside root path (i.e. no slashes) a higher priority
+                return loc.includes('docs') ? 0.7 : 1;
+            },
+            getLoc: function(siteUrl, loc, entry) {
+                if(loc.includes('/docs/')){
+                    //Remove .html for all docs files
+                    let newloc = loc.replace(/.html$/, "")
+                    //Change version folders into "latest"
+                    newloc = newloc.replace("2.11.0", "latest");
+                    //console.log(newloc);
+                    return newloc;
+                }
+                return loc;
+            }
+        }))
+    .pipe(gulp.dest('./'));
+}
+
+
+
 
 export let build = gulp.series(html);
 export default gulp.series(html, watchpug);
\ No newline at end of file
diff --git a/howto.md b/howto.md
index 7ab6665..c45e44e 100644
--- a/howto.md
+++ b/howto.md
@@ -1,5 +1,6 @@
 Working with the site is simple. The repository has already configured task-manager gulp.js (https://gulpjs.com/). If a new developer starts work, then he needs to do the following:
 - install node.js, version 13.2 or higher (need supports for ES imports), and npm.
+- Install gulp cli utility globally: `npm install --global gulp-cli` (need versions 2.3.0 or higher)
 - open the root directory of the repository and install all dependencies with the `npm install` command
 - start development with command `gulp`.
 
@@ -13,7 +14,9 @@
 - the page code is located in the /src folder. Files with the `.pug` extension are written using the PUG preprocessor https://pugjs.org/. It allows you to nest some files inside others, allows you not to repeat the same code on different pages, and also eliminates the need to monitor the of HTML validations and formatting. When the site is under development and the pug files are modified, gulp will automatically compile these files to html, storing the name and path in the root folder, and a local server running live-reload in this folder.
 - CSS and JS code is not compiled, and no preprocessors are used. The CSS code is displayed in the browser as is, located in the `/css` folder. The js code is located in the `/js` folder and does not compile either. The gulp build has live-reload configured for both CSS and JS, which refreshes the browser whenever the css or js changes in the `/css` or `/js` folder. Thus, you can edit styles directly in the public `/css` folder.
 - New images are stored in the `/img` folder
-Site building. 
+
+### Site building. 
+
 To build the site, run the command `gulp build`. It simple recompile all pug files in `/_src` folder into root directory with file replace.
 In the root folder, the old code from the current branch is also transferred, namely the folder:
 ```
@@ -32,6 +35,10 @@
 2. Upcoming events are edited in the source code in the src `/events.pug` file. During development, the code will be compiled to `/events.html`
 Past events are slightly more complex. Since your site had over 300 events, we parsed all the content from old site and decided to structure it as json arrays. The `/src /_components /events` folder contains several pug files whose name corresponds to the year. At the top of these files is the json array. Each element of the array - the object has properties title, link, loc, speaker, data. Each element of the array is converted into a separate card of the past event. By analogy, you can add new objects to these arrays. Then, when compiling the files, they will automatically appear in the necessary tabs.
 
+### Sitemap
+
+User `gulp sitemap` command for regenerate `./sitemap.xml` file if needed. Now, it transform `/docs/2.11.0/` files into `/docs/latest/` and removes .html file extention. If will need to change last versions of `/docs/` files, change it in function `sitemap()` in `./gulpfile.js`. 
+
 ### Other
 
 4. On the `download.html` page, we have reworked the functionality of choosing a preferred server using the client-side JavaScript. All needed links href in the table are automatically replaced in the browser without reloading the page, when another source is selected in the drop-down list. This code is located in `/js/main.js` file (line 379 – function name: `downloadChangeHref()`).
diff --git a/img/404.svg b/img/404.svg
new file mode 100644
index 0000000..4259c12
--- /dev/null
+++ b/img/404.svg
@@ -0,0 +1,15 @@
+<svg width="311" height="275" viewBox="0 0 311 275" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect y="15.9959" width="311" height="238.934" rx="20" fill="#E8F2FA"/>
+<path d="M249.208 115.212L256.876 110.787L256.876 269.574L249.208 274L249.208 115.212Z" fill="#0070CC" stroke="white"/>
+<path d="M66.6673 0.999993L256.863 110.809L249.196 115.236L59.0005 5.42639L66.6673 0.999993Z" fill="#0070CC" stroke="white"/>
+<path d="M59 5.42565L249.208 115.212L249.208 274L59 164.213L59 5.42565Z" fill="#0070CC" stroke="white"/>
+<path d="M68.8529 35.9439C68.8529 34.8393 69.6284 34.3915 70.5851 34.9437L235.8 130.305C236.757 130.857 237.533 132.2 237.533 133.304L237.533 253.218C237.533 254.322 236.757 254.77 235.8 254.218L70.5851 158.857C69.6284 158.305 68.8529 156.962 68.8529 155.857L68.8529 35.9439Z" fill="#0070CC" stroke="white"/>
+<mask id="path-6-inside-1_1_378" fill="white">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M74.9863 26.1998C74.9863 28.1551 73.6133 28.9475 71.9196 27.9697C70.2259 26.9918 68.8529 24.614 68.8529 22.6587C68.8529 20.7034 70.2259 19.911 71.9196 20.8889C73.6133 21.8667 74.9863 24.2445 74.9863 26.1998ZM84.0614 31.51C84.0614 33.4653 82.6883 34.2579 80.9945 33.2802C79.3007 32.3026 77.9276 29.925 77.9276 27.9697C77.9276 26.0144 79.3007 25.2218 80.9945 26.1995C82.6883 27.1771 84.0614 29.5547 84.0614 31.51ZM89.9586 38.5908C91.6524 39.5685 93.0255 38.7759 93.0255 36.8206C93.0255 34.8653 91.6524 32.4877 89.9586 31.51C88.2648 30.5324 86.8917 31.3249 86.8917 33.2802C86.8917 35.2355 88.2648 37.6132 89.9586 38.5908Z"/>
+</mask>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M74.9863 26.1998C74.9863 28.1551 73.6133 28.9475 71.9196 27.9697C70.2259 26.9918 68.8529 24.614 68.8529 22.6587C68.8529 20.7034 70.2259 19.911 71.9196 20.8889C73.6133 21.8667 74.9863 24.2445 74.9863 26.1998ZM84.0614 31.51C84.0614 33.4653 82.6883 34.2579 80.9945 33.2802C79.3007 32.3026 77.9276 29.925 77.9276 27.9697C77.9276 26.0144 79.3007 25.2218 80.9945 26.1995C82.6883 27.1771 84.0614 29.5547 84.0614 31.51ZM89.9586 38.5908C91.6524 39.5685 93.0255 38.7759 93.0255 36.8206C93.0255 34.8653 91.6524 32.4877 89.9586 31.51C88.2648 30.5324 86.8917 31.3249 86.8917 33.2802C86.8917 35.2355 88.2648 37.6132 89.9586 38.5908Z" fill="#0070CC"/>
+<path d="M71.9196 27.9697L72.4196 27.1036H72.4196L71.9196 27.9697ZM71.9196 20.8889L71.4196 21.7549H71.4196L71.9196 20.8889ZM80.9945 33.2802L80.4946 34.1463L80.9945 33.2802ZM71.4196 28.8357C72.4486 29.4298 73.6145 29.6126 74.5879 29.0508C75.5614 28.489 75.9863 27.3879 75.9863 26.1998H73.9863C73.9863 26.967 73.7247 27.2398 73.5882 27.3186C73.4517 27.3973 73.0843 27.4874 72.4196 27.1036L71.4196 28.8357ZM67.8529 22.6587C67.8529 23.8532 68.2656 25.108 68.8851 26.1808C69.5046 27.2536 70.385 28.2384 71.4196 28.8357L72.4196 27.1036C71.7605 26.7231 71.1076 26.03 70.6171 25.1807C70.1267 24.3313 69.8529 23.4195 69.8529 22.6587H67.8529ZM72.4196 20.0229C71.3906 19.4288 70.2247 19.246 69.2513 19.8078C68.2778 20.3696 67.8529 21.4706 67.8529 22.6587H69.8529C69.8529 21.8915 70.1146 21.6187 70.251 21.54C70.3875 21.4612 70.7549 21.3711 71.4196 21.7549L72.4196 20.0229ZM75.9863 26.1998C75.9863 25.0053 75.5736 23.7506 74.9541 22.6778C74.3346 21.6049 73.4542 20.6202 72.4196 20.0229L71.4196 21.7549C72.0787 22.1354 72.7316 22.8285 73.2221 23.6779C73.7125 24.5272 73.9863 25.4391 73.9863 26.1998H75.9863ZM80.4946 34.1463C81.5237 34.7403 82.6897 34.9229 83.6631 34.3611C84.6365 33.7992 85.0614 32.6982 85.0614 31.51H83.0614C83.0614 32.2772 82.7998 32.5501 82.6633 32.6289C82.5266 32.7078 82.1592 32.7978 81.4944 32.4142L80.4946 34.1463ZM76.9276 27.9697C76.9276 29.1642 77.3404 30.4189 77.9599 31.4917C78.5795 32.5644 79.4599 33.5491 80.4946 34.1463L81.4944 32.4142C80.8353 32.0337 80.1823 31.3407 79.6919 30.4915C79.2014 29.6422 78.9276 28.7304 78.9276 27.9697H76.9276ZM81.4944 25.3334C80.4654 24.7394 79.2994 24.5568 78.326 25.1186C77.3525 25.6805 76.9276 26.7815 76.9276 27.9697H78.9276C78.9276 27.2025 79.1893 26.9296 79.3258 26.8508C79.4624 26.7719 79.8299 26.6819 80.4946 27.0656L81.4944 25.3334ZM85.0614 31.51C85.0614 30.3155 84.6487 29.0608 84.0291 27.988C83.4096 26.9153 82.5291 25.9306 81.4944 25.3334L80.4946 27.0656C81.1538 27.446 81.8067 28.139 82.2972 28.9882C82.7877 29.8375 83.0614 30.7493 83.0614 31.51H85.0614ZM92.0255 36.8206C92.0255 37.5878 91.7639 37.8607 91.6273 37.9395C91.4907 38.0184 91.1232 38.1084 90.4585 37.7247L89.4587 39.4569C90.4878 40.0509 91.6538 40.2335 92.6271 39.6717C93.6006 39.1098 94.0255 38.0088 94.0255 36.8206H92.0255ZM89.4587 32.3761C90.1178 32.7566 90.7708 33.4495 91.2613 34.2988C91.7517 35.1481 92.0255 36.0599 92.0255 36.8206H94.0255C94.0255 35.6261 93.6127 34.3714 92.9932 33.2986C92.3737 32.2258 91.4932 31.2412 90.4585 30.644L89.4587 32.3761ZM87.8917 33.2802C87.8917 32.5131 88.1533 32.2402 88.2899 32.1614C88.4265 32.0825 88.794 31.9925 89.4587 32.3761L90.4585 30.644C89.4294 30.05 88.2634 29.8674 87.2901 30.4292C86.3166 30.9911 85.8917 32.0921 85.8917 33.2802H87.8917ZM90.4585 37.7247C89.7994 37.3443 89.1464 36.6513 88.6559 35.802C88.1655 34.9528 87.8917 34.041 87.8917 33.2802H85.8917C85.8917 34.4748 86.3045 35.7295 86.924 36.8023C87.5435 37.875 88.424 38.8597 89.4587 39.4569L90.4585 37.7247Z" fill="white" mask="url(#path-6-inside-1_1_378)"/>
+<path d="M126.616 137.852L116.602 132.245V150.773L110.817 147.534V129.006L86.8585 115.592V110.663L111.707 88.5387L116.602 91.2796V126.636L126.616 132.242V137.852ZM110.817 98.6643L93.6825 113.804L110.817 123.397V98.6643Z" fill="white"/>
+<path d="M132.15 129.731C132.15 124.915 132.521 120.816 133.263 117.435C134.005 113.998 135.117 111.391 136.601 109.615C138.084 107.783 139.963 106.823 142.238 106.737C144.513 106.594 147.208 107.395 150.323 109.139C153.636 110.994 156.43 113.238 158.705 115.871C161.029 118.532 162.908 121.568 164.342 124.977C165.776 128.386 166.814 132.197 167.457 136.41C168.1 140.566 168.422 145.109 168.422 150.039C168.422 154.855 168.051 158.982 167.309 162.419C166.567 165.8 165.455 168.407 163.971 170.239C162.488 172.015 160.608 172.975 158.334 173.118C156.059 173.204 153.364 172.375 150.249 170.631C146.985 168.804 144.191 166.503 141.867 163.728C139.592 160.925 137.713 157.748 136.23 154.198C134.796 150.675 133.757 146.864 133.114 142.765C132.472 138.609 132.15 134.264 132.15 129.731ZM162.339 146.633C162.339 143.63 162.191 140.686 161.894 137.8L139.864 148.499C140.705 152.199 141.966 155.483 143.647 158.351C145.329 161.218 147.529 163.414 150.249 164.936C154.6 167.373 157.691 167.035 159.521 163.923C161.4 160.839 162.339 155.076 162.339 146.633ZM138.307 133.178C138.307 134.595 138.331 135.968 138.381 137.299C138.48 138.658 138.579 139.988 138.678 141.29L160.782 130.718C159.941 127.187 158.68 124.045 156.999 121.291C155.367 118.564 153.142 116.411 150.323 114.833C145.922 112.369 142.807 112.722 140.977 115.89C139.197 119.03 138.307 124.792 138.307 133.178Z" fill="white"/>
+<path d="M215.568 187.653L205.554 182.047V200.575L199.768 197.336V178.808L175.81 165.394V160.464L200.659 138.34L205.554 141.081V176.437L215.568 182.044V187.653ZM199.768 148.466L182.634 163.605L199.768 173.198V148.466Z" fill="white"/>
+</svg>
diff --git a/img/features/in-memory/write-through-caching.svg b/img/features/in-memory/write-through-caching.svg
index 8878e04..36b57a4 100644
--- a/img/features/in-memory/write-through-caching.svg
+++ b/img/features/in-memory/write-through-caching.svg
@@ -1 +1,26 @@
-<svg width="957" height="296" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M833.876 198.615V77.409s14.524 12.184 59.666 12.184c45.142 0 61.236-13.577 61.236-13.577v122.599s-6.5 14.889-61.236 15.461c-54.736.573-59.666-15.461-59.666-15.461Z" fill="#fff"/><path d="M955.185 73.584c0 2.247-1.424 4.564-4.421 6.824-2.982 2.248-7.366 4.316-12.892 6.07-11.039 3.505-26.407 5.69-43.59 5.69-17.183 0-32.552-2.185-43.591-5.69-5.525-1.754-9.91-3.822-12.891-6.07-2.998-2.26-4.422-4.577-4.422-6.824 0-2.248 1.424-4.565 4.422-6.825 2.981-2.248 7.366-4.316 12.891-6.07C861.73 57.184 877.099 55 894.282 55s32.551 2.184 43.59 5.689c5.526 1.754 9.91 3.822 12.892 6.07 2.997 2.26 4.421 4.577 4.421 6.825Z" fill="#fff" stroke="#ED1C24" stroke-width="2"/><path d="M833.56 74.633v120.935M955.156 72.859l-.139 122.836m-.022-.127c0 10.387-27.184 18.808-60.717 18.808-33.534 0-60.718-8.421-60.718-18.808m121.435-82.09c0 10.387-27.184 18.808-60.717 18.808-33.534 0-60.718-8.421-60.718-18.808m121.435 41.328c0 10.387-27.184 18.808-60.717 18.808-33.534 0-60.718-8.421-60.718-18.808" stroke="#ED1C24" stroke-width="2"/><path d="m91.037 153.416 69.124 18.293V72.293L91.037 54 23.126 75.138v99.004l67.911-20.726Z" fill="#fff" stroke="#2D2D2D" stroke-width="2"/><path d="M92.25 94.186 23.126 75.893v121.23l69.124 18.292 67.911-21.138V73.461L92.25 94.186Z" fill="#fff" stroke="#2D2D2D" stroke-width="2"/><path d="M91.238 93.99v119.398" stroke="#2D2D2D" stroke-width="2"/><rect x="472.943" y="87.819" width="125.813" height="125.813" rx="62.907" fill="#ED1C24"/><path d="M524.576 128.419s-28.839 17.555-1.66 34.986c5.228 3.395 24.191 12.836 23.652 21.572 0 0 11.494-16.976-5.312-27.658-17.261-10.931-21.577-22.607-16.68-28.9Z" fill="#fff"/><path d="M514.533 161.956s-10.29 15.568 9.959 18.756c1.992.249 16.639 1.781 20.457 6.583 0 0-.332-8.28-12.282-13.166-11.909-4.886-16.806-6.086-18.134-12.173Zm39.836-16.354c-12.366-12.918-15.81-20.909-10.498-31.26 0 0-36.889 14.16-.457 39.292 13.029 8.985 10.872 18.176 10.872 18.508 2.033-2.112 12.448-13.622.083-26.54Z" fill="#fff"/><path d="M536.522 243.949a.999.999 0 0 0-1.414 0l-6.364 6.364a1 1 0 0 0 1.415 1.414l5.656-5.657 5.657 5.657a1 1 0 0 0 1.414-1.414l-6.364-6.364Zm-414.937 51.869h384.23v-2h-384.23v2Zm415.23-31v-20.162h-2v20.162h2Zm-31 31c17.121 0 31-13.88 31-31h-2c0 16.016-12.983 29-29 29v2ZM93.832 268.065c0 15.327 12.425 27.753 27.753 27.753v-2c-14.223 0-25.753-11.53-25.753-25.753h-2Zm442.69-215.979a1 1 0 0 1-1.414 0l-6.364-6.364a1 1 0 0 1 1.415-1.415l5.656 5.657 5.657-5.657a1 1 0 1 1 1.414 1.415l-6.364 6.364ZM121.585.216h384.23v2h-384.23v-2Zm415.23 31V51.38h-2V31.217h2Zm-31-31c17.121 0 31 13.88 31 31h-2c0-16.015-12.983-29-29-29v-2ZM93.832 27.97c0-15.327 12.425-27.752 27.753-27.752v2c-14.223 0-25.753 11.53-25.753 25.752h-2ZM197.21 150.784a1 1 0 0 0 0 2v-2Zm257.767 1.707a.999.999 0 0 0 0-1.414l-6.364-6.364a.999.999 0 1 0-1.414 1.414l5.657 5.657-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364Zm-257.767.293h257.06v-2H197.21v2Zm432.509-8.368a1 1 0 1 0 0 2v-2Zm173.193 1.707a1 1 0 0 0 0-1.414l-6.364-6.364a.999.999 0 1 0-1.414 1.414l5.656 5.657-5.656 5.657a.999.999 0 1 0 1.414 1.414l6.364-6.364Zm-173.193.293h172.486v-2H629.719v2Zm172.486 16.578a1 1 0 0 0 0-2v2Zm-173.193-1.707a.999.999 0 0 0 0 1.414l6.363 6.364a1 1 0 0 0 1.415-1.414l-5.657-5.657 5.657-5.657a1 1 0 0 0-1.415-1.414l-6.363 6.364Zm173.193-.293H629.719v2h172.486v-2Z" fill="#000"/><path d="m295.036 135.476 1.787-.156c.085.716.28 1.305.586 1.767.312.456.794.827 1.445 1.113.651.28 1.384.42 2.197.42.723 0 1.361-.107 1.914-.322.554-.215.964-.508 1.231-.879.273-.377.41-.788.41-1.23 0-.45-.13-.84-.391-1.172-.26-.339-.69-.622-1.289-.85-.384-.15-1.233-.381-2.548-.693-1.316-.319-2.237-.619-2.764-.899-.684-.358-1.195-.8-1.533-1.328a3.314 3.314 0 0 1-.498-1.787c0-.722.205-1.396.615-2.021.41-.632 1.009-1.11 1.797-1.436.788-.325 1.663-.488 2.627-.488 1.061 0 1.995.172 2.802.517.814.339 1.439.84 1.875 1.504.437.664.671 1.416.704 2.256l-1.817.137c-.097-.905-.43-1.589-.996-2.051-.56-.462-1.39-.693-2.49-.693-1.146 0-1.983.211-2.51.635-.521.416-.781.921-.781 1.513 0 .515.185.938.556 1.27.365.332 1.316.674 2.852 1.025 1.543.345 2.601.648 3.174.908.833.384 1.448.873 1.846 1.465.397.586.595 1.263.595 2.031a3.92 3.92 0 0 1-.654 2.159c-.436.67-1.064 1.194-1.885 1.572-.814.371-1.732.557-2.754.557-1.295 0-2.383-.189-3.261-.567-.873-.377-1.56-.944-2.061-1.699-.495-.762-.755-1.621-.781-2.578Zm25.034 3.066c.879.606 1.689 1.048 2.431 1.328l-.556 1.319c-1.029-.371-2.054-.957-3.076-1.758-1.062.592-2.233.889-3.516.889-1.296 0-2.471-.313-3.525-.938-1.055-.625-1.869-1.504-2.442-2.637-.566-1.132-.849-2.409-.849-3.828 0-1.413.286-2.698.859-3.857.573-1.159 1.387-2.041 2.441-2.647 1.062-.605 2.246-.908 3.555-.908 1.322 0 2.513.316 3.574.947a6.088 6.088 0 0 1 2.422 2.637c.56 1.126.84 2.399.84 3.818 0 1.179-.179 2.24-.537 3.184a6.667 6.667 0 0 1-1.621 2.451Zm-4.17-2.422c1.094.306 1.995.762 2.705 1.368 1.113-1.016 1.67-2.543 1.67-4.581 0-1.158-.199-2.171-.596-3.037-.39-.866-.967-1.536-1.728-2.011-.756-.482-1.605-.723-2.549-.723-1.413 0-2.585.485-3.516 1.455-.931.964-1.396 2.406-1.396 4.326 0 1.862.459 3.291 1.377 4.287.924.996 2.102 1.494 3.535 1.494a4.85 4.85 0 0 0 1.914-.38 6.14 6.14 0 0 0-1.875-.821l.459-1.377Zm9.008 3.955v-14.316h1.895v12.627h7.051v1.689h-8.946ZM195.876 33.881l1.895.478c-.398 1.556-1.114 2.745-2.149 3.565-1.029.814-2.288 1.22-3.779 1.22-1.543 0-2.8-.312-3.77-.937-.963-.631-1.699-1.543-2.207-2.734a9.8 9.8 0 0 1-.752-3.838c0-1.491.284-2.79.85-3.897.573-1.113 1.383-1.956 2.432-2.529 1.054-.58 2.213-.869 3.476-.869 1.432 0 2.637.365 3.613 1.094.977.729 1.657 1.754 2.041 3.076l-1.865.44c-.332-1.042-.814-1.8-1.445-2.276-.632-.475-1.426-.713-2.383-.713-1.1 0-2.021.264-2.764.791-.735.527-1.253 1.237-1.552 2.129-.3.885-.45 1.8-.45 2.744 0 1.218.176 2.282.528 3.194.358.904.911 1.581 1.66 2.03.749.45 1.559.675 2.432.675 1.061 0 1.959-.306 2.695-.918.736-.612 1.234-1.52 1.494-2.725Zm3.559-.166c0-1.92.534-3.343 1.602-4.268.892-.768 1.979-1.152 3.262-1.152 1.425 0 2.591.469 3.496 1.406.905.931 1.357 2.22 1.357 3.867 0 1.335-.202 2.387-.605 3.155a4.222 4.222 0 0 1-1.748 1.777 5.063 5.063 0 0 1-2.5.635c-1.452 0-2.627-.466-3.526-1.397-.892-.93-1.338-2.272-1.338-4.023Zm1.807 0c0 1.328.29 2.324.869 2.988.58.658 1.309.987 2.188.987.872 0 1.598-.332 2.177-.996.58-.665.87-1.677.87-3.038 0-1.282-.293-2.252-.879-2.91-.58-.664-1.302-.996-2.168-.996-.879 0-1.608.329-2.188.986-.579.658-.869 1.65-.869 2.979Zm10.181 5.185V28.53h1.572v1.454a3.646 3.646 0 0 1 1.299-1.22c.54-.313 1.155-.469 1.845-.469.769 0 1.397.16 1.885.479.495.319.843.765 1.045 1.337.82-1.21 1.888-1.816 3.203-1.816 1.029 0 1.82.286 2.373.86.554.566.83 1.441.83 2.626v7.12h-1.748v-6.534c0-.703-.058-1.207-.176-1.513a1.437 1.437 0 0 0-.615-.752 1.934 1.934 0 0 0-1.054-.284c-.73 0-1.335.245-1.817.733-.482.482-.723 1.256-.723 2.324v6.026h-1.757v-6.739c0-.781-.144-1.367-.43-1.758-.287-.39-.755-.585-1.406-.585-.495 0-.954.13-1.377.39-.417.26-.72.641-.908 1.143-.189.501-.284 1.224-.284 2.168v5.38h-1.757Zm16.86 3.975V28.53h1.601v1.348c.378-.527.804-.921 1.28-1.181.475-.268 1.051-.4 1.728-.4.885 0 1.667.227 2.344.683.677.455 1.188 1.1 1.533 1.933.345.827.518 1.735.518 2.725 0 1.061-.192 2.018-.577 2.871-.377.846-.931 1.497-1.66 1.953-.722.45-1.484.674-2.285.674a3.337 3.337 0 0 1-1.582-.371 3.618 3.618 0 0 1-1.143-.938v5.05h-1.757Zm1.591-9.101c0 1.334.271 2.32.811 2.959.54.638 1.195.957 1.963.957.781 0 1.448-.33 2.002-.987.56-.664.84-1.69.84-3.076 0-1.322-.274-2.311-.821-2.969-.54-.657-1.188-.986-1.943-.986-.749 0-1.413.352-1.992 1.055-.573.696-.86 1.712-.86 3.047Zm16.538 5.127v-1.524c-.807 1.172-1.904 1.758-3.291 1.758a4.223 4.223 0 0 1-1.718-.352c-.528-.234-.922-.527-1.182-.879-.254-.358-.433-.794-.537-1.308-.072-.345-.108-.892-.108-1.64v-6.427h1.758v5.752c0 .918.036 1.537.108 1.856.11.462.345.827.703 1.094.358.26.801.39 1.328.39a2.92 2.92 0 0 0 1.484-.4c.463-.274.788-.641.977-1.104.195-.468.293-1.145.293-2.03v-5.558h1.758v10.372h-1.573Zm8.374-1.573.254 1.553a6.516 6.516 0 0 1-1.328.156c-.638 0-1.133-.1-1.484-.303-.352-.201-.599-.465-.743-.79-.143-.333-.214-1.026-.214-2.08v-5.967h-1.289v-1.368h1.289v-2.568l1.748-1.055v3.623h1.767v1.368h-1.767v6.064c0 .501.029.824.088.967a.771.771 0 0 0 .302.342c.143.084.345.127.606.127.195 0 .452-.023.771-.069Zm9.028-1.767 1.817.224c-.287 1.062-.817 1.885-1.592 2.471-.775.586-1.764.879-2.969.879-1.517 0-2.721-.466-3.613-1.397-.886-.937-1.328-2.249-1.328-3.935 0-1.745.449-3.1 1.347-4.063.899-.963 2.064-1.445 3.497-1.445 1.386 0 2.519.472 3.398 1.416s1.318 2.272 1.318 3.985c0 .104-.003.26-.009.468h-7.735c.065 1.14.388 2.012.967 2.617.579.606 1.302.909 2.168.909.644 0 1.195-.17 1.65-.508.456-.339.817-.88 1.084-1.621Zm-5.771-2.842h5.791c-.078-.873-.3-1.527-.664-1.963-.56-.677-1.286-1.016-2.178-1.016-.807 0-1.488.27-2.041.81-.547.541-.85 1.264-.908 2.169Zm23.955 4.492c-.58.645-1.211 1.13-1.895 1.455a5.18 5.18 0 0 1-2.217.479c-1.465 0-2.627-.495-3.486-1.485-.697-.807-1.045-1.709-1.045-2.705 0-.885.283-1.683.85-2.392.572-.717 1.425-1.345 2.558-1.885-.644-.742-1.074-1.345-1.289-1.807-.215-.462-.322-.908-.322-1.338 0-.859.335-1.605 1.006-2.236.677-.638 1.526-.957 2.549-.957.976 0 1.774.3 2.392.898.625.6.938 1.319.938 2.159 0 1.36-.902 2.522-2.705 3.486l2.568 3.271a8.094 8.094 0 0 0 .683-1.992l1.827.39c-.313 1.25-.736 2.28-1.27 3.087a10.222 10.222 0 0 0 2.236 2.197l-1.181 1.397c-.71-.456-1.442-1.13-2.197-2.022Zm-3.575-7.46c.762-.45 1.254-.844 1.475-1.183.228-.338.342-.712.342-1.123 0-.488-.157-.885-.469-1.19a1.545 1.545 0 0 0-1.152-.47c-.476 0-.873.153-1.192.46a1.51 1.51 0 0 0-.469 1.122c0 .222.056.456.166.703.118.241.29.498.518.772l.781.908Zm2.471 6.073-3.223-3.994c-.95.567-1.591 1.094-1.923 1.582-.333.482-.499.96-.499 1.436 0 .58.232 1.181.694 1.806.462.625 1.116.938 1.963.938.527 0 1.071-.163 1.631-.488a4.01 4.01 0 0 0 1.357-1.28Zm12.392 3.077V24.584h2.852l3.388 10.137c.313.944.541 1.65.684 2.119.163-.52.417-1.286.762-2.295l3.427-9.96h2.549V38.9h-1.826V26.918l-4.16 11.983h-1.709l-4.141-12.188v12.188h-1.826Zm23.462-1.28c-.651.554-1.279.944-1.885 1.172a5.39 5.39 0 0 1-1.933.342c-1.14 0-2.015-.277-2.627-.83-.612-.56-.918-1.273-.918-2.139 0-.508.114-.97.341-1.387a2.93 2.93 0 0 1 .909-1.015c.377-.254.8-.446 1.269-.576.345-.092.866-.18 1.563-.264 1.419-.17 2.464-.371 3.134-.605.007-.241.01-.394.01-.46 0-.716-.166-1.22-.498-1.513-.449-.397-1.116-.596-2.002-.596-.827 0-1.439.147-1.836.44-.39.286-.68.797-.869 1.533l-1.719-.235c.157-.735.414-1.328.772-1.777.358-.456.875-.804 1.553-1.045.677-.247 1.461-.37 2.353-.37.886 0 1.605.103 2.158.312.554.208.961.472 1.221.79.26.313.443.71.547 1.192.058.3.088.84.088 1.621v2.344c0 1.634.036 2.67.107 3.105.078.43.228.843.449 1.24h-1.836a3.731 3.731 0 0 1-.351-1.279Zm-.147-3.925c-.638.26-1.595.481-2.871.663-.722.105-1.233.222-1.533.352a1.52 1.52 0 0 0-.937 1.406c0 .47.175.86.527 1.172.358.313.879.469 1.562.469.678 0 1.28-.147 1.807-.44a2.76 2.76 0 0 0 1.162-1.22c.189-.397.283-.983.283-1.758v-.645Zm11.48 1.406 1.728.224c-.189 1.192-.674 2.126-1.455 2.803-.775.67-1.728 1.006-2.861 1.006-1.419 0-2.562-.462-3.428-1.387-.859-.93-1.289-2.262-1.289-3.994 0-1.12.186-2.1.557-2.94.371-.84.934-1.468 1.689-1.884a5.027 5.027 0 0 1 2.481-.635c1.126 0 2.047.286 2.763.86.716.566 1.175 1.373 1.377 2.421l-1.709.264c-.163-.697-.452-1.22-.869-1.572-.41-.352-.908-.528-1.494-.528-.885 0-1.605.32-2.158.957-.554.632-.83 1.634-.83 3.008 0 1.394.267 2.406.8 3.037.534.632 1.231.948 2.09.948.69 0 1.267-.212 1.729-.635.462-.423.755-1.074.879-1.953Zm3.432 3.799V24.584h1.758v5.137c.82-.95 1.855-1.426 3.105-1.426.769 0 1.436.153 2.002.46.567.299.97.715 1.211 1.25.248.533.371 1.308.371 2.323V38.9h-1.757v-6.572c0-.879-.192-1.517-.577-1.914-.377-.403-.914-.605-1.611-.605-.521 0-1.012.136-1.475.41a2.27 2.27 0 0 0-.976 1.094c-.195.462-.293 1.1-.293 1.914V38.9h-1.758Zm11.343-12.295v-2.022h1.758v2.022h-1.758Zm0 12.294V28.53h1.758V38.9h-1.758Zm4.643 0V28.53h1.582v1.474c.762-1.14 1.862-1.709 3.301-1.709.625 0 1.198.114 1.719.342.527.221.921.514 1.181.879.261.364.443.797.547 1.299.065.325.098.895.098 1.709V38.9h-1.758v-6.31c0-.715-.068-1.25-.205-1.6a1.661 1.661 0 0 0-.732-.85c-.346-.215-.752-.322-1.221-.322-.749 0-1.397.237-1.944.712-.54.476-.81 1.377-.81 2.706V38.9h-1.758Zm18.433-3.34 1.816.225c-.287 1.062-.817 1.885-1.592 2.471-.775.586-1.764.879-2.969.879-1.517 0-2.721-.466-3.613-1.397-.885-.937-1.328-2.249-1.328-3.935 0-1.745.449-3.1 1.348-4.063.898-.963 2.063-1.445 3.496-1.445 1.386 0 2.519.472 3.398 1.416s1.319 2.272 1.319 3.985c0 .104-.004.26-.01.468h-7.735c.065 1.14.388 2.012.967 2.617.58.606 1.302.909 2.168.909.645 0 1.195-.17 1.651-.508.455-.339.817-.88 1.084-1.621Zm-5.772-2.841h5.791c-.078-.873-.299-1.527-.664-1.963-.56-.677-1.286-1.016-2.178-1.016-.807 0-1.487.27-2.041.81-.547.541-.849 1.264-.908 2.169Zm15.918 6.181V24.584h1.894v12.627h7.051v1.69h-8.945Zm18.286-3.34 1.816.225c-.287 1.062-.817 1.885-1.592 2.471-.775.586-1.764.879-2.969.879-1.517 0-2.721-.466-3.613-1.397-.885-.937-1.328-2.249-1.328-3.935 0-1.745.449-3.1 1.348-4.063.898-.963 2.063-1.445 3.496-1.445 1.386 0 2.519.472 3.398 1.416s1.319 2.272 1.319 3.985c0 .104-.004.26-.01.468h-7.735c.066 1.14.388 2.012.967 2.617.58.606 1.302.909 2.168.909.645 0 1.195-.17 1.651-.508.455-.339.817-.88 1.084-1.621Zm-5.772-2.841h5.791c-.078-.873-.299-1.527-.664-1.963-.56-.677-1.286-1.016-2.178-1.016-.807 0-1.487.27-2.041.81-.547.541-.849 1.264-.908 2.169Zm16.772 4.902c-.651.554-1.279.944-1.884 1.172a5.395 5.395 0 0 1-1.934.342c-1.139 0-2.015-.277-2.627-.83-.612-.56-.918-1.273-.918-2.139 0-.508.114-.97.342-1.387.234-.423.537-.761.908-1.015a4.342 4.342 0 0 1 1.27-.576c.345-.092.865-.18 1.562-.264 1.419-.17 2.464-.371 3.135-.605.006-.241.01-.394.01-.46 0-.716-.166-1.22-.498-1.513-.45-.397-1.117-.596-2.002-.596-.827 0-1.439.147-1.836.44-.391.286-.681.797-.869 1.533l-1.719-.235c.156-.735.413-1.328.771-1.777.358-.456.876-.804 1.553-1.045.677-.247 1.462-.37 2.354-.37.885 0 1.604.103 2.158.312.553.208.96.472 1.22.79.261.313.443.71.547 1.192.059.3.088.84.088 1.621v2.344c0 1.634.036 2.67.108 3.105.078.43.227.843.449 1.24h-1.836a3.731 3.731 0 0 1-.352-1.279Zm-.146-3.925c-.638.26-1.595.481-2.871.663-.723.105-1.234.222-1.533.352a1.518 1.518 0 0 0-.938 1.406c0 .47.176.86.527 1.172.358.313.879.469 1.563.469.677 0 1.279-.147 1.807-.44a2.766 2.766 0 0 0 1.162-1.22c.188-.397.283-.983.283-1.758v-.645Zm4.692 5.205V28.529h1.582v1.573c.404-.736.775-1.221 1.113-1.455a1.976 1.976 0 0 1 1.133-.352c.593 0 1.195.189 1.807.566l-.606 1.631c-.429-.254-.859-.38-1.289-.38a1.66 1.66 0 0 0-1.035.351c-.306.228-.524.547-.654.957a6.825 6.825 0 0 0-.293 2.05v5.43h-1.758Zm6.88 0V28.529h1.582v1.475c.761-1.14 1.862-1.709 3.301-1.709.625 0 1.197.114 1.718.342.528.221.921.514 1.182.879.26.364.443.797.547 1.299.065.325.097.895.097 1.709V38.9h-1.757v-6.31c0-.715-.069-1.25-.205-1.6a1.659 1.659 0 0 0-.733-.85c-.345-.215-.752-.322-1.221-.322-.748 0-1.396.237-1.943.712-.54.476-.81 1.377-.81 2.706V38.9h-1.758Zm11.342-12.295v-2.022h1.758v2.022h-1.758Zm0 12.294V28.53h1.758V38.9h-1.758Zm4.644 0V28.53h1.582v1.474c.761-1.14 1.862-1.709 3.3-1.709.625 0 1.198.114 1.719.342.528.221.921.514 1.182.879.26.364.443.797.547 1.299.065.325.097.895.097 1.709V38.9h-1.757v-6.31c0-.715-.069-1.25-.206-1.6a1.652 1.652 0 0 0-.732-.85c-.345-.215-.752-.322-1.221-.322-.748 0-1.396.237-1.943.712-.54.476-.811 1.377-.811 2.706V38.9h-1.757Zm11.01.86 1.709.254c.072.527.27.911.596 1.152.436.326 1.032.488 1.787.488.814 0 1.442-.162 1.885-.488.442-.325.742-.781.898-1.367.091-.358.134-1.11.127-2.256-.768.905-1.725 1.358-2.871 1.358-1.426 0-2.529-.515-3.31-1.543-.782-1.03-1.172-2.263-1.172-3.702 0-.99.179-1.9.537-2.734.358-.84.875-1.488 1.552-1.943.684-.456 1.485-.684 2.403-.684 1.224 0 2.233.495 3.027 1.484v-1.25h1.621v8.965c0 1.615-.166 2.758-.498 3.428-.325.677-.846 1.211-1.562 1.602-.71.39-1.586.585-2.627.585-1.237 0-2.237-.28-2.998-.84-.762-.553-1.13-1.39-1.104-2.51Zm1.455-6.23c0 1.36.27 2.353.811 2.978.54.625 1.217.938 2.031.938.807 0 1.484-.31 2.031-.928.547-.625.821-1.602.821-2.93 0-1.27-.284-2.227-.85-2.871-.56-.645-1.237-.967-2.031-.967-.781 0-1.446.32-1.992.957-.547.632-.821 1.572-.821 2.822Z" fill="#9C9C9C"/><path d="m32.284 251 6.598-17.18h2.449L48.362 251h-2.59l-2.004-5.203h-7.183L34.698 251h-2.414Zm4.957-7.055h5.824l-1.793-4.757c-.547-1.446-.953-2.633-1.218-3.563a21.871 21.871 0 0 1-.926 3.281l-1.887 5.039ZM50.11 255.77v-17.215h1.922v1.617c.453-.633.965-1.106 1.535-1.418.57-.32 1.262-.481 2.074-.481 1.063 0 2 .274 2.813.821.812.547 1.426 1.32 1.84 2.32.414.992.62 2.082.62 3.27 0 1.273-.23 2.421-.69 3.445-.454 1.016-1.118 1.797-1.993 2.344-.867.539-1.781.808-2.742.808-.703 0-1.336-.148-1.898-.445a4.334 4.334 0 0 1-1.372-1.125v6.059H50.11Zm1.91-10.922c0 1.601.324 2.785.973 3.55.648.766 1.434 1.149 2.355 1.149.938 0 1.739-.395 2.403-1.184.672-.797 1.008-2.027 1.008-3.691 0-1.586-.329-2.774-.985-3.563-.648-.789-1.426-1.183-2.332-1.183-.898 0-1.695.422-2.39 1.265-.688.836-1.032 2.055-1.032 3.657Zm11.65 10.922v-17.215h1.921v1.617c.453-.633.965-1.106 1.535-1.418.57-.32 1.262-.481 2.075-.481 1.062 0 2 .274 2.812.821.813.547 1.426 1.32 1.84 2.32.414.992.621 2.082.621 3.27 0 1.273-.23 2.421-.691 3.445-.453 1.016-1.117 1.797-1.992 2.344-.868.539-1.782.808-2.743.808-.703 0-1.336-.148-1.898-.445a4.333 4.333 0 0 1-1.371-1.125v6.059h-2.11Zm1.91-10.922c0 1.601.324 2.785.972 3.55.649.766 1.434 1.149 2.356 1.149.937 0 1.738-.395 2.402-1.184.672-.797 1.008-2.027 1.008-3.691 0-1.586-.328-2.774-.984-3.563-.649-.789-1.426-1.183-2.332-1.183-.899 0-1.696.422-2.391 1.265-.688.836-1.031 2.055-1.031 3.657ZM77.18 251v-17.18h2.11V251h-2.11Zm5.602-14.754v-2.426h2.11v2.426h-2.11Zm0 14.754v-12.445h2.11V251h-2.11Zm13.653-4.559 2.075.27c-.227 1.43-.809 2.551-1.746 3.363-.93.805-2.075 1.207-3.434 1.207-1.703 0-3.074-.554-4.113-1.664-1.032-1.117-1.547-2.715-1.547-4.793 0-1.344.222-2.519.668-3.527.445-1.008 1.12-1.762 2.027-2.262a6.027 6.027 0 0 1 2.977-.762c1.351 0 2.457.344 3.316 1.032.86.679 1.41 1.648 1.652 2.906l-2.05.316c-.196-.836-.543-1.465-1.043-1.886-.493-.422-1.09-.633-1.793-.633-1.063 0-1.926.383-2.59 1.148-.664.758-.996 1.961-.996 3.61 0 1.672.32 2.886.96 3.644.641.758 1.477 1.137 2.508 1.137.829 0 1.52-.254 2.075-.762.554-.508.906-1.289 1.054-2.344Zm12.2 3.024c-.781.664-1.535 1.133-2.261 1.406a6.46 6.46 0 0 1-2.321.41c-1.367 0-2.418-.332-3.152-.996-.734-.672-1.102-1.527-1.102-2.566 0-.61.137-1.164.411-1.664a3.505 3.505 0 0 1 1.089-1.219 5.197 5.197 0 0 1 1.524-.691c.414-.11 1.039-.215 1.875-.317 1.703-.203 2.957-.445 3.762-.726.007-.29.011-.473.011-.551 0-.86-.199-1.465-.597-1.817-.539-.476-1.34-.714-2.403-.714-.992 0-1.726.175-2.203.527-.469.344-.816.957-1.043 1.84l-2.062-.282c.187-.882.496-1.593.926-2.132.429-.547 1.05-.965 1.863-1.254.812-.297 1.754-.446 2.824-.446 1.063 0 1.926.125 2.59.375.664.25 1.152.567 1.465.95.312.375.531.851.656 1.429.07.36.105 1.008.105 1.946v2.812c0 1.961.043 3.203.129 3.727.094.515.274 1.011.539 1.488h-2.203c-.218-.438-.359-.949-.422-1.535Zm-.175-4.711c-.766.312-1.914.578-3.446.797-.867.125-1.48.265-1.84.422a1.823 1.823 0 0 0-1.125 1.687c0 .563.211 1.031.633 1.406.43.375 1.055.563 1.875.563.813 0 1.535-.176 2.168-.527.633-.36 1.098-.848 1.395-1.465.226-.477.34-1.18.34-2.11v-.773Zm10.219 4.359.305 1.864a7.823 7.823 0 0 1-1.594.187c-.766 0-1.359-.121-1.781-.363-.422-.242-.719-.559-.891-.949-.172-.399-.258-1.231-.258-2.497v-7.16h-1.546v-1.64h1.546v-3.082l2.098-1.266v4.348h2.121v1.64h-2.121v7.278c0 .601.035.988.106 1.16a.923.923 0 0 0 .363.41c.172.102.414.152.726.152.235 0 .543-.027.926-.082Zm2.286-12.867v-2.426h2.109v2.426h-2.109Zm0 14.754v-12.445h2.109V251h-2.109Zm4.747-6.223c0-2.304.641-4.011 1.922-5.121 1.07-.922 2.375-1.383 3.914-1.383 1.711 0 3.109.563 4.195 1.688 1.086 1.117 1.629 2.664 1.629 4.641 0 1.601-.242 2.863-.726 3.785a5.07 5.07 0 0 1-2.098 2.133 6.082 6.082 0 0 1-3 .761c-1.742 0-3.152-.558-4.231-1.676-1.07-1.117-1.605-2.726-1.605-4.828Zm2.168 0c0 1.594.348 2.789 1.043 3.586.695.789 1.57 1.184 2.625 1.184 1.047 0 1.918-.399 2.613-1.195.696-.797 1.043-2.012 1.043-3.645 0-1.539-.351-2.703-1.055-3.492-.695-.797-1.562-1.195-2.601-1.195-1.055 0-1.93.394-2.625 1.183-.695.789-1.043 1.981-1.043 3.574ZM140.058 251v-12.445h1.898v1.769c.914-1.367 2.234-2.051 3.961-2.051.75 0 1.437.137 2.062.411.633.265 1.106.617 1.418 1.054.313.438.532.957.657 1.559.078.391.117 1.074.117 2.051V251h-2.11v-7.57c0-.86-.082-1.5-.246-1.922a1.99 1.99 0 0 0-.879-1.02c-.414-.258-.902-.386-1.464-.386-.899 0-1.676.285-2.332.855-.649.57-.973 1.652-.973 3.246V251h-2.109Z" fill="#2D2D2D"/><path d="m221.911 279.512 5.498-14.316h2.041l5.86 14.316h-2.159l-1.669-4.336h-5.987l-1.572 4.336h-2.012Zm4.131-5.878h4.854l-1.495-3.965c-.455-1.205-.794-2.194-1.015-2.969-.182.918-.44 1.829-.772 2.734l-1.572 4.2Zm21.196.859 1.895.478c-.397 1.556-1.114 2.745-2.149 3.565-1.028.814-2.288 1.221-3.779 1.221-1.543 0-2.8-.313-3.77-.938-.963-.631-1.699-1.543-2.207-2.734a9.803 9.803 0 0 1-.752-3.838c0-1.491.284-2.79.85-3.897.573-1.113 1.384-1.956 2.432-2.529 1.054-.579 2.213-.869 3.476-.869 1.433 0 2.637.364 3.614 1.094.976.729 1.656 1.754 2.041 3.076l-1.866.439c-.332-1.041-.813-1.8-1.445-2.275-.632-.475-1.426-.713-2.383-.713-1.1 0-2.021.264-2.763.791-.736.527-1.254 1.237-1.553 2.129a8.49 8.49 0 0 0-.449 2.744c0 1.217.175 2.282.527 3.193.358.905.911 1.582 1.66 2.032a4.644 4.644 0 0 0 2.432.673c1.061 0 1.959-.306 2.695-.918.736-.611 1.234-1.52 1.494-2.724Zm4.761 5.019v-14.316h1.894v14.316h-1.894Zm5.444 0v-14.316h4.931c1.114 0 1.963.068 2.549.205.821.189 1.52.531 2.1 1.025.755.639 1.318 1.456 1.689 2.452.378.989.567 2.122.567 3.398 0 1.087-.127 2.051-.381 2.891-.254.84-.58 1.536-.977 2.09-.397.546-.833.979-1.308 1.298-.469.313-1.039.551-1.709.713-.664.163-1.429.244-2.295.244h-5.166Zm1.894-1.689h3.057c.944 0 1.683-.088 2.217-.264.54-.175.97-.423 1.289-.742.449-.449.797-1.051 1.045-1.807.254-.761.381-1.682.381-2.763 0-1.498-.248-2.647-.743-3.447-.488-.808-1.084-1.348-1.787-1.622-.507-.195-1.325-.293-2.451-.293h-3.008v10.938Zm21.797 1.689v-12.627h-4.717v-1.689h11.348v1.689h-4.737v12.627h-1.894Zm7.798 0v-10.371h1.582v1.573c.403-.736.774-1.221 1.113-1.455a1.969 1.969 0 0 1 1.133-.352c.592 0 1.194.189 1.806.566l-.605 1.631c-.43-.254-.86-.381-1.289-.381-.384 0-.729.118-1.035.352-.306.228-.525.547-.655.957a6.86 6.86 0 0 0-.293 2.051v5.429h-1.757Zm13.647-1.279c-.651.554-1.28.944-1.885 1.172a5.389 5.389 0 0 1-1.934.342c-1.139 0-2.015-.277-2.627-.83-.612-.56-.918-1.273-.918-2.139 0-.508.114-.97.342-1.387.235-.423.537-.761.908-1.015a4.334 4.334 0 0 1 1.27-.576c.345-.092.866-.18 1.563-.264 1.419-.169 2.464-.371 3.134-.606.007-.24.01-.393.01-.459 0-.716-.166-1.22-.498-1.513-.449-.397-1.117-.596-2.002-.596-.827 0-1.439.147-1.836.439-.391.287-.68.798-.869 1.534l-1.719-.235c.156-.735.414-1.328.772-1.777.358-.456.875-.804 1.552-1.045.678-.247 1.462-.371 2.354-.371.885 0 1.605.104 2.158.312.554.209.96.472 1.221.791.26.313.443.71.547 1.192.058.299.088.84.088 1.621v2.344c0 1.634.035 2.669.107 3.105.078.43.228.843.449 1.24h-1.836a3.728 3.728 0 0 1-.351-1.279Zm-.147-3.926c-.638.261-1.595.482-2.871.664-.722.105-1.234.222-1.533.352a1.513 1.513 0 0 0-.938 1.406c0 .469.176.86.528 1.172.358.313.879.469 1.562.469.677 0 1.28-.147 1.807-.44a2.76 2.76 0 0 0 1.162-1.22c.189-.397.283-.983.283-1.758v-.645Zm4.712 5.205v-10.371h1.582v1.475c.762-1.139 1.862-1.709 3.301-1.709.625 0 1.198.114 1.719.342.527.221.921.514 1.181.879.261.364.443.797.547 1.298.065.326.098.896.098 1.709v6.377h-1.758v-6.308c0-.716-.068-1.25-.205-1.602a1.657 1.657 0 0 0-.733-.849c-.345-.215-.752-.323-1.22-.323-.749 0-1.397.238-1.944.713-.54.476-.81 1.377-.81 2.705v5.664h-1.758Zm10.63-3.095 1.738-.274c.098.697.368 1.231.811 1.602.449.371 1.074.556 1.875.556.807 0 1.406-.162 1.796-.488.391-.332.586-.719.586-1.162 0-.397-.172-.71-.517-.937-.241-.157-.84-.355-1.797-.596-1.289-.326-2.184-.606-2.686-.84-.494-.241-.872-.57-1.132-.986a2.664 2.664 0 0 1-.381-1.397c0-.462.104-.888.312-1.279.215-.397.505-.726.869-.986.274-.202.645-.371 1.114-.508a5.26 5.26 0 0 1 1.523-.215c.814 0 1.527.117 2.139.352.618.234 1.074.553 1.367.957.293.397.495.931.605 1.601l-1.718.234c-.079-.533-.306-.95-.684-1.25-.371-.299-.898-.449-1.582-.449-.807 0-1.383.134-1.729.401-.345.267-.517.579-.517.937 0 .228.071.433.215.615.143.189.368.345.674.469.175.065.693.215 1.552.449 1.244.332 2.11.606 2.598.821.495.208.882.514 1.162.918.28.403.42.905.42 1.504 0 .585-.173 1.139-.518 1.66-.338.514-.83.914-1.474 1.201-.645.28-1.374.42-2.188.42-1.347 0-2.376-.28-3.086-.84-.703-.56-1.152-1.39-1.347-2.49Zm17.67 1.816c-.651.554-1.279.944-1.884 1.172a5.392 5.392 0 0 1-1.934.342c-1.139 0-2.015-.277-2.627-.83-.612-.56-.918-1.273-.918-2.139 0-.508.114-.97.342-1.387.234-.423.537-.761.908-1.015a4.334 4.334 0 0 1 1.27-.576c.345-.092.866-.18 1.562-.264 1.419-.169 2.464-.371 3.135-.606.006-.24.01-.393.01-.459 0-.716-.166-1.22-.498-1.513-.45-.397-1.117-.596-2.002-.596-.827 0-1.439.147-1.836.439-.391.287-.681.798-.869 1.534l-1.719-.235c.156-.735.413-1.328.771-1.777.358-.456.876-.804 1.553-1.045.677-.247 1.462-.371 2.354-.371.885 0 1.604.104 2.158.312.553.209.96.472 1.22.791.261.313.443.71.547 1.192.059.299.088.84.088 1.621v2.344c0 1.634.036 2.669.108 3.105.078.43.228.843.449 1.24h-1.836a3.728 3.728 0 0 1-.352-1.279Zm-.146-3.926c-.638.261-1.595.482-2.871.664-.723.105-1.234.222-1.533.352a1.516 1.516 0 0 0-.938 1.406c0 .469.176.86.527 1.172.359.313.879.469 1.563.469.677 0 1.279-.147 1.807-.44a2.766 2.766 0 0 0 1.162-1.22c.189-.397.283-.983.283-1.758v-.645Zm11.479 1.407 1.729.224c-.189 1.192-.674 2.126-1.455 2.803-.775.671-1.729 1.006-2.862 1.006-1.419 0-2.562-.462-3.427-1.387-.86-.931-1.289-2.262-1.289-3.994 0-1.12.185-2.1.556-2.94.371-.839.934-1.468 1.69-1.884a5.022 5.022 0 0 1 2.48-.635c1.126 0 2.048.286 2.764.859.716.567 1.175 1.374 1.377 2.422l-1.709.264c-.163-.697-.453-1.221-.869-1.572-.411-.352-.909-.528-1.495-.528-.885 0-1.604.319-2.158.957-.553.632-.83 1.634-.83 3.008 0 1.393.267 2.406.801 3.037.534.632 1.23.947 2.09.947.69 0 1.266-.211 1.728-.634.463-.423.756-1.075.879-1.953Zm7.271 2.226.253 1.553a6.52 6.52 0 0 1-1.328.156c-.638 0-1.133-.101-1.484-.303-.352-.201-.599-.465-.742-.791-.143-.332-.215-1.025-.215-2.08v-5.966h-1.289v-1.368h1.289v-2.568l1.748-1.055v3.623h1.768v1.368h-1.768v6.064c0 .501.029.824.088.967a.77.77 0 0 0 .303.342c.143.084.345.127.605.127.195 0 .453-.023.772-.069Zm1.938-10.723v-2.021h1.758v2.021h-1.758Zm0 12.295v-10.371h1.758v10.371h-1.758Zm3.989-5.185c0-1.921.534-3.343 1.601-4.268.892-.768 1.98-1.152 3.262-1.152 1.426 0 2.591.469 3.496 1.406.905.931 1.358 2.22 1.358 3.867 0 1.335-.202 2.386-.606 3.155a4.224 4.224 0 0 1-1.748 1.777 5.065 5.065 0 0 1-2.5.635c-1.452 0-2.627-.466-3.525-1.397-.892-.931-1.338-2.272-1.338-4.023Zm1.807 0c0 1.328.289 2.324.869 2.988.579.658 1.308.986 2.187.986.873 0 1.598-.332 2.178-.996.579-.664.869-1.676.869-3.037 0-1.282-.293-2.252-.879-2.91-.579-.664-1.302-.996-2.168-.996-.879 0-1.608.329-2.187.986-.58.658-.869 1.651-.869 2.979Zm10.18 5.185v-10.371h1.582v1.475c.762-1.139 1.862-1.709 3.301-1.709.625 0 1.198.114 1.719.342.527.221.921.514 1.181.879.261.364.443.797.547 1.298.065.326.098.896.098 1.709v6.377h-1.758v-6.308c0-.716-.068-1.25-.205-1.602a1.657 1.657 0 0 0-.733-.849c-.345-.215-.752-.323-1.22-.323-.749 0-1.397.238-1.944.713-.54.476-.81 1.377-.81 2.705v5.664h-1.758Zm10.63-3.095 1.738-.274c.098.697.368 1.231.81 1.602.45.371 1.075.556 1.875.556.808 0 1.407-.162 1.797-.488.391-.332.586-.719.586-1.162 0-.397-.172-.71-.517-.937-.241-.157-.84-.355-1.797-.596-1.289-.326-2.184-.606-2.686-.84-.494-.241-.872-.57-1.133-.986a2.672 2.672 0 0 1-.38-1.397c0-.462.104-.888.312-1.279.215-.397.505-.726.869-.986.274-.202.645-.371 1.114-.508a5.26 5.26 0 0 1 1.523-.215c.814 0 1.527.117 2.139.352.618.234 1.074.553 1.367.957.293.397.495.931.605 1.601l-1.718.234c-.079-.533-.306-.95-.684-1.25-.371-.299-.898-.449-1.582-.449-.807 0-1.384.134-1.729.401-.345.267-.517.579-.517.937 0 .228.071.433.215.615.143.189.368.345.674.469.175.065.693.215 1.552.449 1.244.332 2.11.606 2.598.821.495.208.882.514 1.162.918.28.403.42.905.42 1.504 0 .585-.173 1.139-.518 1.66-.338.514-.83.914-1.474 1.201-.645.28-1.374.42-2.188.42-1.347 0-2.376-.28-3.086-.84-.703-.56-1.152-1.39-1.347-2.49Z" fill="#9C9C9C"/></svg>
\ No newline at end of file
+<svg width="994" height="296" viewBox="0 0 994 296" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M833.876 198.616V77.4087C833.876 77.4087 848.4 89.5932 893.542 89.5932C938.684 89.5932 954.778 76.0162 954.778 76.0162V198.616C954.778 198.616 948.278 213.504 893.542 214.076C838.806 214.649 833.876 198.616 833.876 198.616Z" fill="white"/>
+<path d="M955.185 73.5837C955.185 75.8315 953.761 78.1477 950.764 80.408C947.782 82.6563 943.398 84.724 937.872 86.4782C926.833 89.9831 911.465 92.1672 894.282 92.1672C877.099 92.1672 861.73 89.9831 850.691 86.4782C845.166 84.724 840.781 82.6563 837.8 80.408C834.802 78.1477 833.378 75.8315 833.378 73.5837C833.378 71.3359 834.802 69.0197 837.8 66.7593C840.781 64.5111 845.166 62.4434 850.691 60.6891C861.73 57.1843 877.099 55.0001 894.282 55.0001C911.465 55.0001 926.833 57.1843 937.872 60.6891C943.398 62.4434 947.782 64.5111 950.764 66.7593C953.761 69.0197 955.185 71.3359 955.185 73.5837Z" fill="white" stroke="#ED1C24" stroke-width="2"/>
+<path d="M833.56 74.6327L833.56 195.568" stroke="#ED1C24" stroke-width="2"/>
+<path d="M955.156 72.8591L955.017 195.695" stroke="#ED1C24" stroke-width="2"/>
+<path d="M954.995 195.568C954.995 205.955 927.811 214.376 894.278 214.376C860.744 214.376 833.56 205.955 833.56 195.568" stroke="#ED1C24" stroke-width="2"/>
+<path d="M954.995 113.478C954.995 123.865 927.811 132.286 894.278 132.286C860.744 132.286 833.56 123.865 833.56 113.478" stroke="#ED1C24" stroke-width="2"/>
+<path d="M954.995 154.806C954.995 165.193 927.811 173.614 894.278 173.614C860.744 173.614 833.56 165.193 833.56 154.806" stroke="#ED1C24" stroke-width="2"/>
+<path d="M91.0372 153.417L160.161 171.709L160.161 72.2926L91.0372 54.0001L23.1257 75.1381L23.1257 174.142L91.0372 153.417Z" fill="white" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M92.2499 94.1862L23.1257 75.8937L23.1258 197.123L92.2499 215.416L160.161 194.277L160.161 73.4611L92.2499 94.1862Z" fill="white" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M91.2383 93.9904L91.2383 213.388" stroke="#2D2D2D" stroke-width="2"/>
+<rect x="473" y="88" width="126" height="126" rx="63" fill="#ED1C24"/>
+<path d="M524.576 128.419C524.576 128.419 495.737 145.974 522.916 163.406C528.144 166.801 547.107 176.241 546.568 184.977C546.568 184.977 558.062 168.001 541.256 157.319C523.995 146.389 519.679 134.713 524.576 128.419Z" fill="white"/>
+<path d="M514.533 161.956C514.533 161.956 504.243 177.524 524.492 180.712C526.484 180.961 541.131 182.493 544.949 187.296C544.949 187.296 544.617 179.015 532.667 174.129C520.758 169.243 515.861 168.043 514.533 161.956Z" fill="white"/>
+<path d="M554.369 145.602C542.003 132.684 538.559 124.693 543.871 114.342C543.871 114.342 506.982 128.502 543.414 153.634C556.443 162.619 554.286 171.81 554.286 172.142C556.319 170.03 566.734 158.52 554.369 145.602Z" fill="white"/>
+<path d="M536.522 243.949C536.132 243.558 535.499 243.558 535.108 243.949L528.744 250.313C528.354 250.703 528.354 251.337 528.744 251.727C529.135 252.118 529.768 252.118 530.159 251.727L535.815 246.07L541.472 251.727C541.863 252.118 542.496 252.118 542.886 251.727C543.277 251.337 543.277 250.703 542.886 250.313L536.522 243.949ZM121.585 295.818H505.815V293.818H121.585V295.818ZM536.815 264.818V244.656H534.815V264.818H536.815ZM505.815 295.818C522.936 295.818 536.815 281.939 536.815 264.818H534.815C534.815 280.834 521.832 293.818 505.815 293.818V295.818ZM93.8318 268.065C93.8318 283.392 106.257 295.818 121.585 295.818V293.818C107.362 293.818 95.8318 282.288 95.8318 268.065H93.8318Z" fill="black"/>
+<path d="M536.522 52.0857C536.132 52.4762 535.499 52.4762 535.108 52.0857L528.744 45.7217C528.354 45.3312 528.354 44.698 528.744 44.3075C529.135 43.917 529.768 43.917 530.159 44.3075L535.815 49.9644L541.472 44.3075C541.863 43.917 542.496 43.917 542.886 44.3075C543.277 44.698 543.277 45.3312 542.886 45.7217L536.522 52.0857ZM121.585 0.216788L505.815 0.216832L505.815 2.21683L121.585 2.21679L121.585 0.216788ZM536.815 31.2168L536.815 51.3786L534.815 51.3786L534.815 31.2168L536.815 31.2168ZM505.815 0.216832C522.936 0.216834 536.815 14.096 536.815 31.2168L534.815 31.2168C534.815 15.2006 521.832 2.21683 505.815 2.21683L505.815 0.216832ZM93.8318 27.9696C93.8318 12.6421 106.257 0.216787 121.585 0.216788L121.585 2.21679C107.362 2.21679 95.8318 13.7467 95.8318 27.9696L93.8318 27.9696Z" fill="black"/>
+<path d="M197.21 150.784C196.658 150.784 196.21 151.232 196.21 151.784C196.21 152.336 196.658 152.784 197.21 152.784L197.21 150.784ZM454.977 152.491C455.368 152.101 455.368 151.467 454.977 151.077L448.613 144.713C448.223 144.322 447.59 144.322 447.199 144.713C446.809 145.103 446.809 145.737 447.199 146.127L452.856 151.784L447.199 157.441C446.809 157.831 446.809 158.465 447.199 158.855C447.59 159.246 448.223 159.246 448.613 158.855L454.977 152.491ZM197.21 152.784L454.27 152.784L454.27 150.784L197.21 150.784L197.21 152.784Z" fill="black"/>
+<path d="M629.719 144.416C629.166 144.416 628.719 144.863 628.719 145.416C628.719 145.968 629.166 146.416 629.719 146.416V144.416ZM802.912 146.123C803.302 145.732 803.302 145.099 802.912 144.709L796.548 138.345C796.157 137.954 795.524 137.954 795.134 138.345C794.743 138.735 794.743 139.368 795.134 139.759L800.79 145.416L795.134 151.073C794.743 151.463 794.743 152.096 795.134 152.487C795.524 152.877 796.157 152.877 796.548 152.487L802.912 146.123ZM629.719 146.416H802.205V144.416H629.719V146.416Z" fill="black"/>
+<path d="M802.205 162.994C802.757 162.994 803.205 162.546 803.205 161.994C803.205 161.442 802.757 160.994 802.205 160.994L802.205 162.994ZM629.012 161.287C628.621 161.677 628.621 162.31 629.012 162.701L635.375 169.065C635.766 169.455 636.399 169.455 636.79 169.065C637.18 168.674 637.18 168.041 636.79 167.651L631.133 161.994L636.79 156.337C637.18 155.947 637.18 155.313 636.79 154.923C636.399 154.532 635.766 154.532 635.375 154.923L629.012 161.287ZM802.205 160.994L629.719 160.994L629.719 162.994L802.205 162.994L802.205 160.994Z" fill="black"/>
+<path d="M294.898 135.4L296.686 135.244C296.77 135.96 296.965 136.549 297.271 137.012C297.584 137.467 298.066 137.839 298.717 138.125C299.368 138.405 300.1 138.545 300.914 138.545C301.637 138.545 302.275 138.438 302.828 138.223C303.382 138.008 303.792 137.715 304.059 137.344C304.332 136.966 304.469 136.556 304.469 136.113C304.469 135.664 304.339 135.273 304.078 134.941C303.818 134.603 303.388 134.32 302.789 134.092C302.405 133.942 301.555 133.711 300.24 133.398C298.925 133.079 298.004 132.78 297.477 132.5C296.793 132.142 296.282 131.699 295.943 131.172C295.611 130.638 295.445 130.042 295.445 129.385C295.445 128.662 295.65 127.988 296.061 127.363C296.471 126.732 297.07 126.253 297.857 125.928C298.645 125.602 299.521 125.439 300.484 125.439C301.546 125.439 302.48 125.612 303.287 125.957C304.101 126.296 304.726 126.797 305.162 127.461C305.598 128.125 305.833 128.877 305.865 129.717L304.049 129.854C303.951 128.949 303.619 128.265 303.053 127.803C302.493 127.34 301.663 127.109 300.562 127.109C299.417 127.109 298.58 127.321 298.053 127.744C297.532 128.161 297.271 128.665 297.271 129.258C297.271 129.772 297.457 130.195 297.828 130.527C298.193 130.859 299.143 131.201 300.68 131.553C302.223 131.898 303.281 132.201 303.854 132.461C304.687 132.845 305.302 133.333 305.699 133.926C306.096 134.512 306.295 135.189 306.295 135.957C306.295 136.719 306.077 137.438 305.641 138.115C305.204 138.786 304.576 139.31 303.756 139.688C302.942 140.059 302.024 140.244 301.002 140.244C299.706 140.244 298.619 140.055 297.74 139.678C296.868 139.3 296.181 138.734 295.68 137.979C295.185 137.217 294.924 136.357 294.898 135.4ZM319.932 138.467C320.811 139.072 321.622 139.515 322.364 139.795L321.807 141.113C320.779 140.742 319.753 140.156 318.731 139.355C317.67 139.948 316.498 140.244 315.216 140.244C313.92 140.244 312.745 139.932 311.69 139.307C310.636 138.682 309.822 137.803 309.249 136.67C308.682 135.537 308.399 134.261 308.399 132.842C308.399 131.429 308.686 130.143 309.259 128.984C309.832 127.826 310.645 126.943 311.7 126.338C312.761 125.732 313.946 125.43 315.255 125.43C316.576 125.43 317.768 125.745 318.829 126.377C319.89 127.002 320.697 127.881 321.251 129.014C321.811 130.14 322.091 131.413 322.091 132.832C322.091 134.01 321.912 135.072 321.554 136.016C321.195 136.953 320.655 137.77 319.932 138.467ZM315.762 136.045C316.856 136.351 317.758 136.807 318.468 137.412C319.581 136.396 320.137 134.87 320.137 132.832C320.137 131.673 319.939 130.661 319.542 129.795C319.151 128.929 318.575 128.258 317.813 127.783C317.058 127.301 316.208 127.061 315.264 127.061C313.852 127.061 312.68 127.546 311.749 128.516C310.818 129.479 310.352 130.921 310.352 132.842C310.352 134.704 310.811 136.133 311.729 137.129C312.654 138.125 313.832 138.623 315.264 138.623C315.942 138.623 316.58 138.496 317.179 138.242C316.586 137.858 315.961 137.585 315.304 137.422L315.762 136.045ZM324.771 140V125.684H326.666V138.311H333.716V140H324.771Z" fill="#9C9C9C"/>
+<path d="M195.355 33.9805L197.25 34.459C196.853 36.015 196.137 37.2031 195.102 38.0234C194.073 38.8372 192.813 39.2441 191.322 39.2441C189.779 39.2441 188.523 38.9316 187.553 38.3066C186.589 37.6751 185.854 36.7637 185.346 35.5723C184.844 34.3809 184.594 33.1016 184.594 31.7344C184.594 30.2435 184.877 28.9447 185.443 27.8379C186.016 26.7246 186.827 25.8815 187.875 25.3086C188.93 24.7292 190.089 24.4395 191.352 24.4395C192.784 24.4395 193.988 24.804 194.965 25.5332C195.941 26.2624 196.622 27.2878 197.006 28.6094L195.141 29.0488C194.809 28.0072 194.327 27.2487 193.695 26.7734C193.064 26.2982 192.27 26.0605 191.312 26.0605C190.212 26.0605 189.291 26.3242 188.549 26.8516C187.813 27.3789 187.296 28.0885 186.996 28.9805C186.697 29.8659 186.547 30.7806 186.547 31.7246C186.547 32.9421 186.723 34.0065 187.074 34.918C187.432 35.8229 187.986 36.5 188.734 36.9492C189.483 37.3984 190.294 37.623 191.166 37.623C192.227 37.623 193.126 37.3171 193.861 36.7051C194.597 36.0931 195.095 35.1849 195.355 33.9805ZM198.915 33.8145C198.915 31.8939 199.449 30.4714 200.516 29.5469C201.408 28.7786 202.496 28.3945 203.778 28.3945C205.204 28.3945 206.369 28.8633 207.274 29.8008C208.179 30.7318 208.632 32.0208 208.632 33.668C208.632 35.0026 208.43 36.054 208.026 36.8223C207.629 37.584 207.046 38.1764 206.278 38.5996C205.516 39.0228 204.683 39.2344 203.778 39.2344C202.326 39.2344 201.151 38.7689 200.253 37.8379C199.361 36.9069 198.915 35.5658 198.915 33.8145ZM200.721 33.8145C200.721 35.1426 201.011 36.1387 201.591 36.8027C202.17 37.4603 202.899 37.7891 203.778 37.7891C204.651 37.7891 205.376 37.457 205.956 36.793C206.535 36.1289 206.825 35.1165 206.825 33.7559C206.825 32.4733 206.532 31.5033 205.946 30.8457C205.367 30.1816 204.644 29.8496 203.778 29.8496C202.899 29.8496 202.17 30.1784 201.591 30.8359C201.011 31.4935 200.721 32.4863 200.721 33.8145ZM210.902 39V28.6289H212.474V30.084C212.8 29.5762 213.233 29.1693 213.773 28.8633C214.313 28.5508 214.929 28.3945 215.619 28.3945C216.387 28.3945 217.015 28.554 217.504 28.873C217.998 29.1921 218.347 29.638 218.548 30.2109C219.369 29 220.436 28.3945 221.752 28.3945C222.78 28.3945 223.571 28.681 224.125 29.2539C224.678 29.8203 224.955 30.696 224.955 31.8809V39H223.207V32.4668C223.207 31.7637 223.148 31.2591 223.031 30.9531C222.92 30.6406 222.715 30.39 222.416 30.2012C222.116 30.0124 221.765 29.918 221.361 29.918C220.632 29.918 220.026 30.1621 219.545 30.6504C219.063 31.1322 218.822 31.9069 218.822 32.9746V39H217.064V32.2617C217.064 31.4805 216.921 30.8945 216.634 30.5039C216.348 30.1133 215.879 29.918 215.228 29.918C214.733 29.918 214.274 30.0482 213.851 30.3086C213.435 30.569 213.132 30.9499 212.943 31.4512C212.754 31.9525 212.66 32.6751 212.66 33.6191V39H210.902ZM227.762 42.9746V28.6289H229.364V29.9766C229.741 29.4492 230.168 29.0553 230.643 28.7949C231.118 28.528 231.694 28.3945 232.371 28.3945C233.257 28.3945 234.038 28.6224 234.715 29.0781C235.392 29.5339 235.903 30.1784 236.248 31.0117C236.593 31.8385 236.766 32.7467 236.766 33.7363C236.766 34.7975 236.574 35.7546 236.19 36.6074C235.812 37.4538 235.259 38.1048 234.53 38.5605C233.807 39.0098 233.045 39.2344 232.245 39.2344C231.659 39.2344 231.131 39.1107 230.662 38.8633C230.2 38.6159 229.819 38.3034 229.52 37.9258V42.9746H227.762ZM229.354 33.873C229.354 35.2077 229.624 36.194 230.164 36.832C230.705 37.4701 231.359 37.7891 232.127 37.7891C232.909 37.7891 233.576 37.4603 234.129 36.8027C234.689 36.1387 234.969 35.1133 234.969 33.7266C234.969 32.4049 234.696 31.4154 234.149 30.7578C233.608 30.1003 232.961 29.7715 232.205 29.7715C231.457 29.7715 230.793 30.123 230.213 30.8262C229.64 31.5228 229.354 32.5384 229.354 33.873ZM245.892 39V37.4766C245.085 38.6484 243.987 39.2344 242.601 39.2344C241.989 39.2344 241.416 39.1172 240.882 38.8828C240.355 38.6484 239.961 38.3555 239.7 38.0039C239.446 37.6458 239.267 37.2096 239.163 36.6953C239.092 36.3503 239.056 35.8034 239.056 35.0547V28.6289H240.814V34.3809C240.814 35.2988 240.849 35.9173 240.921 36.2363C241.032 36.6986 241.266 37.0632 241.624 37.3301C241.982 37.5905 242.425 37.7207 242.952 37.7207C243.48 37.7207 243.974 37.5872 244.437 37.3203C244.899 37.0469 245.224 36.679 245.413 36.2168C245.609 35.748 245.706 35.071 245.706 34.1855V28.6289H247.464V39H245.892ZM254.266 37.4277L254.52 38.9805C254.025 39.0846 253.582 39.1367 253.191 39.1367C252.553 39.1367 252.059 39.0358 251.707 38.834C251.355 38.6322 251.108 38.3685 250.965 38.043C250.822 37.7109 250.75 37.0176 250.75 35.9629V29.9961H249.461V28.6289H250.75V26.0605L252.498 25.0059V28.6289H254.266V29.9961H252.498V36.0605C252.498 36.5618 252.527 36.8841 252.586 37.0273C252.651 37.1706 252.752 37.2845 252.889 37.3691C253.032 37.4538 253.234 37.4961 253.494 37.4961C253.689 37.4961 253.947 37.4733 254.266 37.4277ZM263.294 35.6602L265.11 35.8848C264.824 36.946 264.293 37.7695 263.518 38.3555C262.744 38.9414 261.754 39.2344 260.55 39.2344C259.033 39.2344 257.828 38.7689 256.936 37.8379C256.051 36.9004 255.608 35.5885 255.608 33.9023C255.608 32.1576 256.057 30.8034 256.956 29.8398C257.854 28.8763 259.02 28.3945 260.452 28.3945C261.839 28.3945 262.971 28.8665 263.85 29.8105C264.729 30.7546 265.169 32.0827 265.169 33.7949C265.169 33.8991 265.165 34.0553 265.159 34.2637H257.425C257.49 35.403 257.812 36.2754 258.391 36.8809C258.971 37.4863 259.693 37.7891 260.559 37.7891C261.204 37.7891 261.754 37.6198 262.21 37.2812C262.665 36.9427 263.027 36.4023 263.294 35.6602ZM257.522 32.8184H263.313C263.235 31.946 263.014 31.2917 262.649 30.8555C262.089 30.1784 261.363 29.8398 260.471 29.8398C259.664 29.8398 258.984 30.11 258.43 30.6504C257.884 31.1908 257.581 31.9134 257.522 32.8184ZM281.477 37.3105C280.898 37.9551 280.266 38.4401 279.582 38.7656C278.899 39.0846 278.16 39.2441 277.366 39.2441C275.901 39.2441 274.739 38.7493 273.879 37.7598C273.183 36.9525 272.834 36.0508 272.834 35.0547C272.834 34.1693 273.118 33.3717 273.684 32.6621C274.257 31.946 275.11 31.3177 276.243 30.7773C275.598 30.0352 275.168 29.4329 274.954 28.9707C274.739 28.5085 274.631 28.0625 274.631 27.6328C274.631 26.7734 274.967 26.028 275.637 25.3965C276.314 24.7585 277.164 24.4395 278.186 24.4395C279.162 24.4395 279.96 24.7389 280.579 25.3379C281.204 25.9368 281.516 26.6562 281.516 27.4961C281.516 28.8568 280.614 30.0189 278.811 30.9824L281.379 34.2539C281.672 33.681 281.9 33.0169 282.063 32.2617L283.889 32.6523C283.577 33.9023 283.153 34.931 282.62 35.7383C283.277 36.6107 284.023 37.3431 284.856 37.9355L283.674 39.332C282.965 38.8763 282.232 38.2025 281.477 37.3105ZM277.903 29.8496C278.664 29.4004 279.156 29.0065 279.377 28.668C279.605 28.3294 279.719 27.9551 279.719 27.5449C279.719 27.0566 279.563 26.6595 279.25 26.3535C278.944 26.041 278.56 25.8848 278.098 25.8848C277.623 25.8848 277.226 26.0378 276.907 26.3438C276.594 26.6497 276.438 27.0241 276.438 27.4668C276.438 27.6882 276.493 27.9225 276.604 28.1699C276.721 28.4108 276.894 28.668 277.121 28.9414L277.903 29.8496ZM280.373 35.9238L277.151 31.9297C276.2 32.4961 275.559 33.0234 275.227 33.5117C274.895 33.9935 274.729 34.472 274.729 34.9473C274.729 35.5267 274.96 36.1289 275.422 36.7539C275.885 37.3789 276.539 37.6914 277.385 37.6914C277.912 37.6914 278.456 37.5286 279.016 37.2031C279.582 36.8711 280.035 36.4447 280.373 35.9238ZM292.766 39V24.6836H295.617L299.006 34.8203C299.318 35.7643 299.546 36.4707 299.689 36.9395C299.852 36.4186 300.106 35.6536 300.451 34.6445L303.879 24.6836H306.428V39H304.602V27.0176L300.441 39H298.732L294.592 26.8125V39H292.766ZM316.227 37.7207C315.576 38.2741 314.948 38.6647 314.343 38.8926C313.744 39.1204 313.099 39.2344 312.409 39.2344C311.27 39.2344 310.394 38.9577 309.782 38.4043C309.17 37.8444 308.864 37.1315 308.864 36.2656C308.864 35.7578 308.978 35.2956 309.206 34.8789C309.44 34.4557 309.743 34.1172 310.114 33.8633C310.492 33.6094 310.915 33.4173 311.384 33.2871C311.729 33.196 312.249 33.1081 312.946 33.0234C314.365 32.8542 315.41 32.6523 316.081 32.418C316.087 32.1771 316.091 32.0241 316.091 31.959C316.091 31.2428 315.925 30.7383 315.593 30.4453C315.143 30.0482 314.476 29.8496 313.591 29.8496C312.764 29.8496 312.152 29.9961 311.755 30.2891C311.364 30.5755 311.074 31.0866 310.886 31.8223L309.167 31.5879C309.323 30.8522 309.58 30.2598 309.938 29.8105C310.296 29.3548 310.814 29.0065 311.491 28.7656C312.168 28.5182 312.953 28.3945 313.845 28.3945C314.73 28.3945 315.449 28.4987 316.003 28.707C316.556 28.9154 316.963 29.179 317.223 29.498C317.484 29.8105 317.666 30.2077 317.77 30.6895C317.829 30.9889 317.858 31.5293 317.858 32.3105V34.6543C317.858 36.2884 317.894 37.3236 317.966 37.7598C318.044 38.1895 318.193 38.6029 318.415 39H316.579C316.397 38.6354 316.279 38.209 316.227 37.7207ZM316.081 33.7949C315.443 34.0553 314.486 34.2767 313.21 34.459C312.487 34.5632 311.976 34.6803 311.677 34.8105C311.377 34.9408 311.146 35.1328 310.983 35.3867C310.82 35.6341 310.739 35.9108 310.739 36.2168C310.739 36.6855 310.915 37.0762 311.266 37.3887C311.624 37.7012 312.145 37.8574 312.829 37.8574C313.506 37.8574 314.108 37.7109 314.636 37.418C315.163 37.1185 315.55 36.7116 315.798 36.1973C315.986 35.8001 316.081 35.2142 316.081 34.4395V33.7949ZM327.56 35.2012L329.289 35.4258C329.1 36.6172 328.615 37.5514 327.834 38.2285C327.059 38.8991 326.105 39.2344 324.972 39.2344C323.553 39.2344 322.41 38.7721 321.545 37.8477C320.685 36.9167 320.255 35.5853 320.255 33.8535C320.255 32.7337 320.441 31.7539 320.812 30.9141C321.183 30.0742 321.746 29.446 322.502 29.0293C323.263 28.6061 324.09 28.3945 324.982 28.3945C326.108 28.3945 327.03 28.681 327.746 29.2539C328.462 29.8203 328.921 30.6276 329.123 31.6758L327.414 31.9395C327.251 31.2428 326.961 30.7188 326.545 30.3672C326.134 30.0156 325.636 29.8398 325.05 29.8398C324.165 29.8398 323.446 30.1589 322.892 30.7969C322.339 31.4284 322.062 32.431 322.062 33.8047C322.062 35.1979 322.329 36.2103 322.863 36.8418C323.397 37.4733 324.093 37.7891 324.953 37.7891C325.643 37.7891 326.219 37.5775 326.681 37.1543C327.143 36.7311 327.436 36.0801 327.56 35.2012ZM330.993 39V24.6836H332.75V29.8203C333.571 28.8698 334.606 28.3945 335.856 28.3945C336.624 28.3945 337.291 28.5475 337.858 28.8535C338.424 29.153 338.828 29.5697 339.069 30.1035C339.316 30.6374 339.44 31.4121 339.44 32.4277V39H337.682V32.4277C337.682 31.5488 337.49 30.9108 337.106 30.5137C336.728 30.11 336.191 29.9082 335.495 29.9082C334.974 29.9082 334.482 30.0449 334.02 30.3184C333.564 30.5853 333.239 30.9499 333.043 31.4121C332.848 31.8743 332.75 32.5124 332.75 33.3262V39H330.993ZM342.335 26.7051V24.6836H344.093V26.7051H342.335ZM342.335 39V28.6289H344.093V39H342.335ZM346.979 39V28.6289H348.561V30.1035C349.322 28.9642 350.423 28.3945 351.861 28.3945C352.486 28.3945 353.059 28.5085 353.58 28.7363C354.107 28.9577 354.501 29.2507 354.762 29.6152C355.022 29.9798 355.204 30.4128 355.309 30.9141C355.374 31.2396 355.406 31.8092 355.406 32.623V39H353.648V32.6914C353.648 31.9753 353.58 31.4414 353.443 31.0898C353.307 30.7318 353.062 30.4486 352.711 30.2402C352.366 30.0254 351.959 29.918 351.49 29.918C350.742 29.918 350.094 30.1556 349.547 30.6309C349.007 31.1061 348.736 32.0078 348.736 33.3359V39H346.979ZM365.411 35.6602L367.227 35.8848C366.941 36.946 366.41 37.7695 365.636 38.3555C364.861 38.9414 363.871 39.2344 362.667 39.2344C361.15 39.2344 359.945 38.7689 359.054 37.8379C358.168 36.9004 357.725 35.5885 357.725 33.9023C357.725 32.1576 358.175 30.8034 359.073 29.8398C359.971 28.8763 361.137 28.3945 362.569 28.3945C363.956 28.3945 365.089 28.8665 365.968 29.8105C366.846 30.7546 367.286 32.0827 367.286 33.7949C367.286 33.8991 367.283 34.0553 367.276 34.2637H359.542C359.607 35.403 359.929 36.2754 360.509 36.8809C361.088 37.4863 361.811 37.7891 362.677 37.7891C363.321 37.7891 363.871 37.6198 364.327 37.2812C364.783 36.9427 365.144 36.4023 365.411 35.6602ZM359.639 32.8184H365.43C365.352 31.946 365.131 31.2917 364.766 30.8555C364.207 30.1784 363.481 29.8398 362.589 29.8398C361.781 29.8398 361.101 30.11 360.548 30.6504C360.001 31.1908 359.698 31.9134 359.639 32.8184ZM375.557 39V24.6836H377.452V37.3105H384.502V39H375.557ZM393.843 35.6602L395.659 35.8848C395.373 36.946 394.842 37.7695 394.068 38.3555C393.293 38.9414 392.303 39.2344 391.099 39.2344C389.582 39.2344 388.377 38.7689 387.486 37.8379C386.6 36.9004 386.157 35.5885 386.157 33.9023C386.157 32.1576 386.607 30.8034 387.505 29.8398C388.404 28.8763 389.569 28.3945 391.001 28.3945C392.388 28.3945 393.521 28.8665 394.4 29.8105C395.279 30.7546 395.718 32.0827 395.718 33.7949C395.718 33.8991 395.715 34.0553 395.708 34.2637H387.974C388.039 35.403 388.361 36.2754 388.941 36.8809C389.52 37.4863 390.243 37.7891 391.109 37.7891C391.753 37.7891 392.303 37.6198 392.759 37.2812C393.215 36.9427 393.576 36.4023 393.843 35.6602ZM388.071 32.8184H393.863C393.784 31.946 393.563 31.2917 393.198 30.8555C392.639 30.1784 391.913 29.8398 391.021 29.8398C390.213 29.8398 389.533 30.11 388.98 30.6504C388.433 31.1908 388.13 31.9134 388.071 32.8184ZM404.844 37.7207C404.193 38.2741 403.564 38.6647 402.959 38.8926C402.36 39.1204 401.715 39.2344 401.025 39.2344C399.886 39.2344 399.01 38.9577 398.398 38.4043C397.786 37.8444 397.48 37.1315 397.48 36.2656C397.48 35.7578 397.594 35.2956 397.822 34.8789C398.057 34.4557 398.359 34.1172 398.73 33.8633C399.108 33.6094 399.531 33.4173 400 33.2871C400.345 33.196 400.866 33.1081 401.562 33.0234C402.982 32.8542 404.027 32.6523 404.697 32.418C404.704 32.1771 404.707 32.0241 404.707 31.959C404.707 31.2428 404.541 30.7383 404.209 30.4453C403.76 30.0482 403.092 29.8496 402.207 29.8496C401.38 29.8496 400.768 29.9961 400.371 30.2891C399.98 30.5755 399.691 31.0866 399.502 31.8223L397.783 31.5879C397.939 30.8522 398.197 30.2598 398.555 29.8105C398.913 29.3548 399.43 29.0065 400.107 28.7656C400.785 28.5182 401.569 28.3945 402.461 28.3945C403.346 28.3945 404.066 28.4987 404.619 28.707C405.173 28.9154 405.579 29.179 405.84 29.498C406.1 29.8105 406.283 30.2077 406.387 30.6895C406.445 30.9889 406.475 31.5293 406.475 32.3105V34.6543C406.475 36.2884 406.51 37.3236 406.582 37.7598C406.66 38.1895 406.81 38.6029 407.031 39H405.195C405.013 38.6354 404.896 38.209 404.844 37.7207ZM404.697 33.7949C404.059 34.0553 403.102 34.2767 401.826 34.459C401.104 34.5632 400.592 34.6803 400.293 34.8105C399.993 34.9408 399.762 35.1328 399.6 35.3867C399.437 35.6341 399.355 35.9108 399.355 36.2168C399.355 36.6855 399.531 37.0762 399.883 37.3887C400.241 37.7012 400.762 37.8574 401.445 37.8574C402.122 37.8574 402.725 37.7109 403.252 37.418C403.779 37.1185 404.167 36.7116 404.414 36.1973C404.603 35.8001 404.697 35.2142 404.697 34.4395V33.7949ZM409.389 39V28.6289H410.971V30.2012C411.375 29.4655 411.746 28.9805 412.085 28.7461C412.43 28.5117 412.807 28.3945 413.218 28.3945C413.81 28.3945 414.412 28.5833 415.024 28.9609L414.419 30.5918C413.989 30.3379 413.559 30.2109 413.13 30.2109C412.746 30.2109 412.401 30.3281 412.095 30.5625C411.789 30.7904 411.57 31.1094 411.44 31.5195C411.245 32.1445 411.147 32.8281 411.147 33.5703V39H409.389ZM416.269 39V28.6289H417.851V30.1035C418.613 28.9642 419.713 28.3945 421.152 28.3945C421.777 28.3945 422.35 28.5085 422.871 28.7363C423.398 28.9577 423.792 29.2507 424.052 29.6152C424.313 29.9798 424.495 30.4128 424.599 30.9141C424.664 31.2396 424.697 31.8092 424.697 32.623V39H422.939V32.6914C422.939 31.9753 422.871 31.4414 422.734 31.0898C422.597 30.7318 422.353 30.4486 422.002 30.2402C421.657 30.0254 421.25 29.918 420.781 29.918C420.032 29.918 419.384 30.1556 418.837 30.6309C418.297 31.1061 418.027 32.0078 418.027 33.3359V39H416.269ZM427.612 26.7051V24.6836H429.37V26.7051H427.612ZM427.612 39V28.6289H429.37V39H427.612ZM432.255 39V28.6289H433.837V30.1035C434.599 28.9642 435.699 28.3945 437.138 28.3945C437.763 28.3945 438.336 28.5085 438.857 28.7363C439.384 28.9577 439.778 29.2507 440.038 29.6152C440.299 29.9798 440.481 30.4128 440.585 30.9141C440.65 31.2396 440.683 31.8092 440.683 32.623V39H438.925V32.6914C438.925 31.9753 438.857 31.4414 438.72 31.0898C438.583 30.7318 438.339 30.4486 437.988 30.2402C437.642 30.0254 437.236 29.918 436.767 29.918C436.018 29.918 435.37 30.1556 434.823 30.6309C434.283 31.1061 434.013 32.0078 434.013 33.3359V39H432.255ZM443.266 39.8594L444.975 40.1133C445.046 40.6406 445.245 41.0247 445.57 41.2656C446.007 41.5911 446.602 41.7539 447.357 41.7539C448.171 41.7539 448.799 41.5911 449.242 41.2656C449.685 40.9401 449.984 40.4844 450.141 39.8984C450.232 39.5404 450.274 38.7884 450.268 37.6426C449.499 38.5475 448.542 39 447.396 39C445.971 39 444.867 38.4857 444.086 37.457C443.305 36.4284 442.914 35.1947 442.914 33.7559C442.914 32.7663 443.093 31.8548 443.451 31.0215C443.809 30.1816 444.327 29.5339 445.004 29.0781C445.688 28.6224 446.488 28.3945 447.406 28.3945C448.63 28.3945 449.639 28.8893 450.434 29.8789V28.6289H452.055V37.5938C452.055 39.2083 451.889 40.3509 451.557 41.0215C451.231 41.6986 450.71 42.2324 449.994 42.623C449.285 43.0137 448.409 43.209 447.367 43.209C446.13 43.209 445.131 42.929 444.369 42.3691C443.607 41.8158 443.24 40.9792 443.266 39.8594ZM444.721 33.6289C444.721 34.9896 444.991 35.9824 445.531 36.6074C446.072 37.2324 446.749 37.5449 447.562 37.5449C448.37 37.5449 449.047 37.2357 449.594 36.6172C450.141 35.9922 450.414 35.0156 450.414 33.6875C450.414 32.418 450.131 31.4609 449.564 30.8164C449.005 30.1719 448.327 29.8496 447.533 29.8496C446.752 29.8496 446.088 30.1686 445.541 30.8066C444.994 31.4382 444.721 32.3789 444.721 33.6289Z" fill="#9C9C9C"/>
+<path d="M32.207 256L38.8047 238.82H41.2539L48.2852 256H45.6953L43.6914 250.797H36.5078L34.6211 256H32.207ZM37.1641 248.945H42.9883L41.1953 244.188C40.6484 242.742 40.2422 241.555 39.9766 240.625C39.7578 241.727 39.4492 242.82 39.0508 243.906L37.1641 248.945ZM50.032 260.77V243.555H51.9539V245.172C52.407 244.539 52.9188 244.066 53.4891 243.754C54.0594 243.434 54.7508 243.273 55.5633 243.273C56.6258 243.273 57.5633 243.547 58.3758 244.094C59.1883 244.641 59.8016 245.414 60.2156 246.414C60.6297 247.406 60.8367 248.496 60.8367 249.684C60.8367 250.957 60.6063 252.105 60.1453 253.129C59.6922 254.145 59.0281 254.926 58.1531 255.473C57.2859 256.012 56.3719 256.281 55.4109 256.281C54.7078 256.281 54.075 256.133 53.5125 255.836C52.9578 255.539 52.5008 255.164 52.1414 254.711V260.77H50.032ZM51.9422 249.848C51.9422 251.449 52.2664 252.633 52.9148 253.398C53.5633 254.164 54.3484 254.547 55.2703 254.547C56.2078 254.547 57.0086 254.152 57.6727 253.363C58.3445 252.566 58.6805 251.336 58.6805 249.672C58.6805 248.086 58.3523 246.898 57.6961 246.109C57.0477 245.32 56.2703 244.926 55.3641 244.926C54.4656 244.926 53.6688 245.348 52.9734 246.191C52.2859 247.027 51.9422 248.246 51.9422 249.848ZM63.5914 260.77V243.555H65.5133V245.172C65.9664 244.539 66.4781 244.066 67.0484 243.754C67.6188 243.434 68.3102 243.273 69.1227 243.273C70.1852 243.273 71.1227 243.547 71.9352 244.094C72.7477 244.641 73.3609 245.414 73.775 246.414C74.1891 247.406 74.3961 248.496 74.3961 249.684C74.3961 250.957 74.1656 252.105 73.7047 253.129C73.2516 254.145 72.5875 254.926 71.7125 255.473C70.8453 256.012 69.9313 256.281 68.9703 256.281C68.2672 256.281 67.6344 256.133 67.0719 255.836C66.5172 255.539 66.0602 255.164 65.7008 254.711V260.77H63.5914ZM65.5016 249.848C65.5016 251.449 65.8258 252.633 66.4742 253.398C67.1227 254.164 67.9078 254.547 68.8297 254.547C69.7672 254.547 70.568 254.152 71.232 253.363C71.9039 252.566 72.2398 251.336 72.2398 249.672C72.2398 248.086 71.9117 246.898 71.2555 246.109C70.607 245.32 69.8297 244.926 68.9234 244.926C68.025 244.926 67.2281 245.348 66.5328 246.191C65.8453 247.027 65.5016 248.246 65.5016 249.848ZM77.1039 256V238.82H79.2133V256H77.1039ZM82.7063 241.246V238.82H84.8156V241.246H82.7063ZM82.7063 256V243.555H84.8156V256H82.7063ZM96.3594 251.441L98.4336 251.711C98.207 253.141 97.625 254.262 96.6875 255.074C95.7578 255.879 94.6133 256.281 93.2539 256.281C91.5508 256.281 90.1797 255.727 89.1406 254.617C88.1094 253.5 87.5938 251.902 87.5938 249.824C87.5938 248.48 87.8164 247.305 88.2617 246.297C88.707 245.289 89.3828 244.535 90.2891 244.035C91.2031 243.527 92.1953 243.273 93.2656 243.273C94.6172 243.273 95.7227 243.617 96.582 244.305C97.4414 244.984 97.9922 245.953 98.2344 247.211L96.1836 247.527C95.9883 246.691 95.6406 246.062 95.1406 245.641C94.6484 245.219 94.0508 245.008 93.3477 245.008C92.2852 245.008 91.4219 245.391 90.7578 246.156C90.0938 246.914 89.7617 248.117 89.7617 249.766C89.7617 251.438 90.082 252.652 90.7227 253.41C91.3633 254.168 92.1992 254.547 93.2305 254.547C94.0586 254.547 94.75 254.293 95.3047 253.785C95.8594 253.277 96.2109 252.496 96.3594 251.441ZM108.559 254.465C107.778 255.129 107.024 255.598 106.298 255.871C105.579 256.145 104.805 256.281 103.977 256.281C102.61 256.281 101.559 255.949 100.825 255.285C100.091 254.613 99.7234 253.758 99.7234 252.719C99.7234 252.109 99.8602 251.555 100.134 251.055C100.415 250.547 100.778 250.141 101.223 249.836C101.677 249.531 102.184 249.301 102.747 249.145C103.161 249.035 103.786 248.93 104.622 248.828C106.325 248.625 107.579 248.383 108.384 248.102C108.391 247.812 108.395 247.629 108.395 247.551C108.395 246.691 108.196 246.086 107.798 245.734C107.259 245.258 106.458 245.02 105.395 245.02C104.403 245.02 103.669 245.195 103.192 245.547C102.723 245.891 102.376 246.504 102.149 247.387L100.087 247.105C100.274 246.223 100.583 245.512 101.012 244.973C101.442 244.426 102.063 244.008 102.876 243.719C103.688 243.422 104.63 243.273 105.7 243.273C106.762 243.273 107.626 243.398 108.29 243.648C108.954 243.898 109.442 244.215 109.755 244.598C110.067 244.973 110.286 245.449 110.411 246.027C110.481 246.387 110.516 247.035 110.516 247.973V250.785C110.516 252.746 110.559 253.988 110.645 254.512C110.739 255.027 110.919 255.523 111.184 256H108.981C108.762 255.562 108.622 255.051 108.559 254.465ZM108.384 249.754C107.618 250.066 106.47 250.332 104.938 250.551C104.071 250.676 103.458 250.816 103.098 250.973C102.739 251.129 102.462 251.359 102.266 251.664C102.071 251.961 101.973 252.293 101.973 252.66C101.973 253.223 102.184 253.691 102.606 254.066C103.036 254.441 103.661 254.629 104.481 254.629C105.294 254.629 106.016 254.453 106.649 254.102C107.282 253.742 107.747 253.254 108.044 252.637C108.27 252.16 108.384 251.457 108.384 250.527V249.754ZM118.603 254.113L118.908 255.977C118.314 256.102 117.783 256.164 117.314 256.164C116.548 256.164 115.955 256.043 115.533 255.801C115.111 255.559 114.814 255.242 114.642 254.852C114.47 254.453 114.384 253.621 114.384 252.355V245.195H112.838V243.555H114.384V240.473L116.482 239.207V243.555H118.603V245.195H116.482V252.473C116.482 253.074 116.517 253.461 116.588 253.633C116.666 253.805 116.787 253.941 116.951 254.043C117.123 254.145 117.365 254.195 117.677 254.195C117.912 254.195 118.22 254.168 118.603 254.113ZM120.889 241.246V238.82H122.998V241.246H120.889ZM120.889 256V243.555H122.998V256H120.889ZM125.636 249.777C125.636 247.473 126.277 245.766 127.558 244.656C128.628 243.734 129.933 243.273 131.472 243.273C133.183 243.273 134.581 243.836 135.667 244.961C136.753 246.078 137.296 247.625 137.296 249.602C137.296 251.203 137.054 252.465 136.57 253.387C136.093 254.301 135.394 255.012 134.472 255.52C133.558 256.027 132.558 256.281 131.472 256.281C129.73 256.281 128.32 255.723 127.241 254.605C126.171 253.488 125.636 251.879 125.636 249.777ZM127.804 249.777C127.804 251.371 128.152 252.566 128.847 253.363C129.542 254.152 130.417 254.547 131.472 254.547C132.519 254.547 133.39 254.148 134.085 253.352C134.78 252.555 135.128 251.34 135.128 249.707C135.128 248.168 134.777 247.004 134.073 246.215C133.378 245.418 132.511 245.02 131.472 245.02C130.417 245.02 129.542 245.414 128.847 246.203C128.152 246.992 127.804 248.184 127.804 249.777ZM139.98 256V243.555H141.879V245.324C142.793 243.957 144.113 243.273 145.84 243.273C146.59 243.273 147.277 243.41 147.902 243.684C148.535 243.949 149.008 244.301 149.32 244.738C149.633 245.176 149.852 245.695 149.977 246.297C150.055 246.688 150.094 247.371 150.094 248.348V256H147.984V248.43C147.984 247.57 147.902 246.93 147.738 246.508C147.574 246.078 147.281 245.738 146.859 245.488C146.445 245.23 145.957 245.102 145.395 245.102C144.496 245.102 143.719 245.387 143.062 245.957C142.414 246.527 142.09 247.609 142.09 249.203V256H139.98Z" fill="#2D2D2D"/>
+<path d="M221.971 280L227.469 265.684H229.51L235.369 280H233.211L231.541 275.664H225.555L223.982 280H221.971ZM226.102 274.121H230.955L229.461 270.156C229.005 268.952 228.667 267.962 228.445 267.188C228.263 268.105 228.006 269.017 227.674 269.922L226.102 274.121ZM247.298 274.98L249.192 275.459C248.795 277.015 248.079 278.203 247.044 279.023C246.015 279.837 244.755 280.244 243.264 280.244C241.721 280.244 240.465 279.932 239.495 279.307C238.531 278.675 237.796 277.764 237.288 276.572C236.787 275.381 236.536 274.102 236.536 272.734C236.536 271.243 236.819 269.945 237.386 268.838C237.958 267.725 238.769 266.882 239.817 266.309C240.872 265.729 242.031 265.439 243.294 265.439C244.726 265.439 245.93 265.804 246.907 266.533C247.884 267.262 248.564 268.288 248.948 269.609L247.083 270.049C246.751 269.007 246.269 268.249 245.637 267.773C245.006 267.298 244.212 267.061 243.255 267.061C242.154 267.061 241.233 267.324 240.491 267.852C239.755 268.379 239.238 269.089 238.938 269.98C238.639 270.866 238.489 271.781 238.489 272.725C238.489 273.942 238.665 275.007 239.016 275.918C239.374 276.823 239.928 277.5 240.677 277.949C241.425 278.398 242.236 278.623 243.108 278.623C244.169 278.623 245.068 278.317 245.804 277.705C246.539 277.093 247.037 276.185 247.298 274.98ZM252.058 280V265.684H253.953V280H252.058ZM257.502 280V265.684H262.434C263.547 265.684 264.397 265.752 264.983 265.889C265.803 266.077 266.503 266.419 267.082 266.914C267.838 267.552 268.401 268.369 268.772 269.365C269.149 270.355 269.338 271.488 269.338 272.764C269.338 273.851 269.211 274.814 268.957 275.654C268.704 276.494 268.378 277.191 267.981 277.744C267.584 278.291 267.148 278.724 266.672 279.043C266.204 279.355 265.634 279.593 264.963 279.756C264.299 279.919 263.534 280 262.668 280H257.502ZM259.397 278.311H262.454C263.398 278.311 264.136 278.223 264.67 278.047C265.211 277.871 265.64 277.624 265.959 277.305C266.409 276.855 266.757 276.253 267.004 275.498C267.258 274.736 267.385 273.815 267.385 272.734C267.385 271.237 267.138 270.088 266.643 269.287C266.155 268.48 265.559 267.939 264.856 267.666C264.348 267.471 263.531 267.373 262.405 267.373H259.397V278.311ZM281.193 280V267.373H276.477V265.684H287.824V267.373H283.088V280H281.193ZM288.991 280V269.629H290.573V271.201C290.977 270.465 291.348 269.98 291.686 269.746C292.031 269.512 292.409 269.395 292.819 269.395C293.412 269.395 294.014 269.583 294.626 269.961L294.02 271.592C293.591 271.338 293.161 271.211 292.731 271.211C292.347 271.211 292.002 271.328 291.696 271.562C291.39 271.79 291.172 272.109 291.042 272.52C290.846 273.145 290.749 273.828 290.749 274.57V280H288.991ZM302.638 278.721C301.987 279.274 301.359 279.665 300.754 279.893C300.155 280.12 299.51 280.234 298.82 280.234C297.681 280.234 296.805 279.958 296.193 279.404C295.581 278.844 295.275 278.132 295.275 277.266C295.275 276.758 295.389 276.296 295.617 275.879C295.851 275.456 296.154 275.117 296.525 274.863C296.903 274.609 297.326 274.417 297.795 274.287C298.14 274.196 298.66 274.108 299.357 274.023C300.776 273.854 301.821 273.652 302.492 273.418C302.498 273.177 302.502 273.024 302.502 272.959C302.502 272.243 302.336 271.738 302.004 271.445C301.554 271.048 300.887 270.85 300.002 270.85C299.175 270.85 298.563 270.996 298.166 271.289C297.775 271.576 297.485 272.087 297.296 272.822L295.578 272.588C295.734 271.852 295.991 271.26 296.349 270.811C296.707 270.355 297.225 270.007 297.902 269.766C298.579 269.518 299.364 269.395 300.255 269.395C301.141 269.395 301.86 269.499 302.414 269.707C302.967 269.915 303.374 270.179 303.634 270.498C303.895 270.811 304.077 271.208 304.181 271.689C304.24 271.989 304.269 272.529 304.269 273.311V275.654C304.269 277.288 304.305 278.324 304.377 278.76C304.455 279.189 304.604 279.603 304.826 280H302.99C302.808 279.635 302.69 279.209 302.638 278.721ZM302.492 274.795C301.854 275.055 300.897 275.277 299.621 275.459C298.898 275.563 298.387 275.68 298.088 275.811C297.788 275.941 297.557 276.133 297.394 276.387C297.231 276.634 297.15 276.911 297.15 277.217C297.15 277.686 297.326 278.076 297.677 278.389C298.035 278.701 298.556 278.857 299.24 278.857C299.917 278.857 300.519 278.711 301.046 278.418C301.574 278.118 301.961 277.712 302.209 277.197C302.397 276.8 302.492 276.214 302.492 275.439V274.795ZM307.204 280V269.629H308.786V271.104C309.547 269.964 310.648 269.395 312.086 269.395C312.711 269.395 313.284 269.508 313.805 269.736C314.332 269.958 314.726 270.251 314.987 270.615C315.247 270.98 315.429 271.413 315.534 271.914C315.599 272.24 315.631 272.809 315.631 273.623V280H313.873V273.691C313.873 272.975 313.805 272.441 313.668 272.09C313.532 271.732 313.287 271.449 312.936 271.24C312.591 271.025 312.184 270.918 311.715 270.918C310.967 270.918 310.319 271.156 309.772 271.631C309.232 272.106 308.961 273.008 308.961 274.336V280H307.204ZM317.833 276.904L319.571 276.631C319.669 277.327 319.939 277.861 320.382 278.232C320.831 278.604 321.456 278.789 322.257 278.789C323.064 278.789 323.663 278.626 324.054 278.301C324.445 277.969 324.64 277.581 324.64 277.139C324.64 276.742 324.467 276.429 324.122 276.201C323.881 276.045 323.282 275.846 322.325 275.605C321.036 275.28 320.141 275 319.64 274.766C319.145 274.525 318.767 274.196 318.507 273.779C318.253 273.356 318.126 272.891 318.126 272.383C318.126 271.921 318.23 271.494 318.439 271.104C318.654 270.706 318.943 270.378 319.308 270.117C319.581 269.915 319.952 269.746 320.421 269.609C320.896 269.466 321.404 269.395 321.945 269.395C322.758 269.395 323.471 269.512 324.083 269.746C324.702 269.98 325.157 270.299 325.45 270.703C325.743 271.1 325.945 271.634 326.056 272.305L324.337 272.539C324.259 272.005 324.031 271.589 323.654 271.289C323.282 270.99 322.755 270.84 322.071 270.84C321.264 270.84 320.688 270.973 320.343 271.24C319.998 271.507 319.825 271.82 319.825 272.178C319.825 272.406 319.897 272.611 320.04 272.793C320.183 272.982 320.408 273.138 320.714 273.262C320.89 273.327 321.407 273.477 322.267 273.711C323.51 274.043 324.376 274.316 324.864 274.531C325.359 274.74 325.747 275.046 326.027 275.449C326.307 275.853 326.446 276.354 326.446 276.953C326.446 277.539 326.274 278.092 325.929 278.613C325.59 279.128 325.099 279.528 324.454 279.814C323.81 280.094 323.081 280.234 322.267 280.234C320.919 280.234 319.89 279.954 319.181 279.395C318.478 278.835 318.029 278.005 317.833 276.904ZM335.504 278.721C334.853 279.274 334.225 279.665 333.619 279.893C333.02 280.12 332.376 280.234 331.686 280.234C330.546 280.234 329.671 279.958 329.059 279.404C328.447 278.844 328.141 278.132 328.141 277.266C328.141 276.758 328.255 276.296 328.482 275.879C328.717 275.456 329.02 275.117 329.391 274.863C329.768 274.609 330.191 274.417 330.66 274.287C331.005 274.196 331.526 274.108 332.223 274.023C333.642 273.854 334.687 273.652 335.357 273.418C335.364 273.177 335.367 273.024 335.367 272.959C335.367 272.243 335.201 271.738 334.869 271.445C334.42 271.048 333.753 270.85 332.867 270.85C332.04 270.85 331.428 270.996 331.031 271.289C330.641 271.576 330.351 272.087 330.162 272.822L328.443 272.588C328.6 271.852 328.857 271.26 329.215 270.811C329.573 270.355 330.09 270.007 330.768 269.766C331.445 269.518 332.229 269.395 333.121 269.395C334.007 269.395 334.726 269.499 335.279 269.707C335.833 269.915 336.24 270.179 336.5 270.498C336.76 270.811 336.943 271.208 337.047 271.689C337.105 271.989 337.135 272.529 337.135 273.311V275.654C337.135 277.288 337.171 278.324 337.242 278.76C337.32 279.189 337.47 279.603 337.691 280H335.855C335.673 279.635 335.556 279.209 335.504 278.721ZM335.357 274.795C334.719 275.055 333.762 275.277 332.486 275.459C331.764 275.563 331.253 275.68 330.953 275.811C330.654 275.941 330.423 276.133 330.26 276.387C330.097 276.634 330.016 276.911 330.016 277.217C330.016 277.686 330.191 278.076 330.543 278.389C330.901 278.701 331.422 278.857 332.105 278.857C332.783 278.857 333.385 278.711 333.912 278.418C334.439 278.118 334.827 277.712 335.074 277.197C335.263 276.8 335.357 276.214 335.357 275.439V274.795ZM346.837 276.201L348.565 276.426C348.376 277.617 347.891 278.551 347.11 279.229C346.335 279.899 345.382 280.234 344.249 280.234C342.83 280.234 341.687 279.772 340.821 278.848C339.962 277.917 339.532 276.585 339.532 274.854C339.532 273.734 339.718 272.754 340.089 271.914C340.46 271.074 341.023 270.446 341.778 270.029C342.54 269.606 343.367 269.395 344.259 269.395C345.385 269.395 346.306 269.681 347.022 270.254C347.738 270.82 348.197 271.628 348.399 272.676L346.69 272.939C346.527 272.243 346.238 271.719 345.821 271.367C345.411 271.016 344.913 270.84 344.327 270.84C343.442 270.84 342.722 271.159 342.169 271.797C341.615 272.428 341.339 273.431 341.339 274.805C341.339 276.198 341.606 277.21 342.139 277.842C342.673 278.473 343.37 278.789 344.229 278.789C344.919 278.789 345.496 278.577 345.958 278.154C346.42 277.731 346.713 277.08 346.837 276.201ZM354.107 278.428L354.361 279.98C353.866 280.085 353.423 280.137 353.033 280.137C352.395 280.137 351.9 280.036 351.548 279.834C351.197 279.632 350.949 279.368 350.806 279.043C350.663 278.711 350.591 278.018 350.591 276.963V270.996H349.302V269.629H350.591V267.061L352.339 266.006V269.629H354.107V270.996H352.339V277.061C352.339 277.562 352.369 277.884 352.427 278.027C352.492 278.171 352.593 278.285 352.73 278.369C352.873 278.454 353.075 278.496 353.336 278.496C353.531 278.496 353.788 278.473 354.107 278.428ZM356.045 267.705V265.684H357.803V267.705H356.045ZM356.045 280V269.629H357.803V280H356.045ZM360.034 274.814C360.034 272.894 360.568 271.471 361.636 270.547C362.528 269.779 363.615 269.395 364.898 269.395C366.323 269.395 367.489 269.863 368.394 270.801C369.299 271.732 369.751 273.021 369.751 274.668C369.751 276.003 369.549 277.054 369.146 277.822C368.749 278.584 368.166 279.176 367.398 279.6C366.636 280.023 365.803 280.234 364.898 280.234C363.446 280.234 362.271 279.769 361.372 278.838C360.48 277.907 360.034 276.566 360.034 274.814ZM361.841 274.814C361.841 276.143 362.131 277.139 362.71 277.803C363.29 278.46 364.019 278.789 364.898 278.789C365.77 278.789 366.496 278.457 367.075 277.793C367.655 277.129 367.945 276.117 367.945 274.756C367.945 273.473 367.652 272.503 367.066 271.846C366.486 271.182 365.764 270.85 364.898 270.85C364.019 270.85 363.29 271.178 362.71 271.836C362.131 272.493 361.841 273.486 361.841 274.814ZM372.021 280V269.629H373.604V271.104C374.365 269.964 375.465 269.395 376.904 269.395C377.529 269.395 378.102 269.508 378.623 269.736C379.15 269.958 379.544 270.251 379.805 270.615C380.065 270.98 380.247 271.413 380.352 271.914C380.417 272.24 380.449 272.809 380.449 273.623V280H378.691V273.691C378.691 272.975 378.623 272.441 378.486 272.09C378.35 271.732 378.105 271.449 377.754 271.24C377.409 271.025 377.002 270.918 376.533 270.918C375.785 270.918 375.137 271.156 374.59 271.631C374.049 272.106 373.779 273.008 373.779 274.336V280H372.021ZM382.651 276.904L384.389 276.631C384.487 277.327 384.757 277.861 385.2 278.232C385.649 278.604 386.274 278.789 387.075 278.789C387.882 278.789 388.481 278.626 388.872 278.301C389.262 277.969 389.458 277.581 389.458 277.139C389.458 276.742 389.285 276.429 388.94 276.201C388.699 276.045 388.1 275.846 387.143 275.605C385.854 275.28 384.959 275 384.458 274.766C383.963 274.525 383.585 274.196 383.325 273.779C383.071 273.356 382.944 272.891 382.944 272.383C382.944 271.921 383.048 271.494 383.257 271.104C383.471 270.706 383.761 270.378 384.126 270.117C384.399 269.915 384.77 269.746 385.239 269.609C385.714 269.466 386.222 269.395 386.762 269.395C387.576 269.395 388.289 269.512 388.901 269.746C389.52 269.98 389.975 270.299 390.268 270.703C390.561 271.1 390.763 271.634 390.874 272.305L389.155 272.539C389.077 272.005 388.849 271.589 388.471 271.289C388.1 270.99 387.573 270.84 386.889 270.84C386.082 270.84 385.506 270.973 385.161 271.24C384.816 271.507 384.643 271.82 384.643 272.178C384.643 272.406 384.715 272.611 384.858 272.793C385.001 272.982 385.226 273.138 385.532 273.262C385.708 273.327 386.225 273.477 387.085 273.711C388.328 274.043 389.194 274.316 389.682 274.531C390.177 274.74 390.565 275.046 390.845 275.449C391.124 275.853 391.264 276.354 391.264 276.953C391.264 277.539 391.092 278.092 390.747 278.613C390.408 279.128 389.917 279.528 389.272 279.814C388.628 280.094 387.899 280.234 387.085 280.234C385.737 280.234 384.708 279.954 383.999 279.395C383.296 278.835 382.846 278.005 382.651 276.904Z" fill="#9C9C9C"/>
+<path d="M794.998 251V233.82H807.42V235.848H797.271V241.109H806.775V243.125H797.271V248.973H807.818V251H794.998ZM809.483 251L814.03 244.531L809.823 238.555H812.459L814.37 241.473C814.729 242.027 815.018 242.492 815.237 242.867C815.58 242.352 815.897 241.895 816.186 241.496L818.284 238.555H820.803L816.502 244.414L821.131 251H818.541L815.987 247.133L815.307 246.09L812.038 251H809.483ZM827.695 249.113L827.999 250.977C827.405 251.102 826.874 251.164 826.405 251.164C825.64 251.164 825.046 251.043 824.624 250.801C824.202 250.559 823.905 250.242 823.734 249.852C823.562 249.453 823.476 248.621 823.476 247.355V240.195H821.929V238.555H823.476V235.473L825.573 234.207V238.555H827.695V240.195H825.573V247.473C825.573 248.074 825.609 248.461 825.679 248.633C825.757 248.805 825.878 248.941 826.042 249.043C826.214 249.145 826.456 249.195 826.769 249.195C827.003 249.195 827.312 249.168 827.695 249.113ZM838.488 246.992L840.668 247.262C840.324 248.535 839.688 249.523 838.758 250.227C837.828 250.93 836.641 251.281 835.195 251.281C833.375 251.281 831.93 250.723 830.859 249.605C829.797 248.48 829.266 246.906 829.266 244.883C829.266 242.789 829.805 241.164 830.883 240.008C831.961 238.852 833.359 238.273 835.078 238.273C836.742 238.273 838.102 238.84 839.156 239.973C840.211 241.105 840.738 242.699 840.738 244.754C840.738 244.879 840.734 245.066 840.727 245.316H831.445C831.523 246.684 831.91 247.73 832.605 248.457C833.301 249.184 834.168 249.547 835.207 249.547C835.98 249.547 836.641 249.344 837.188 248.938C837.734 248.531 838.168 247.883 838.488 246.992ZM831.562 243.582H838.512C838.418 242.535 838.152 241.75 837.715 241.227C837.043 240.414 836.172 240.008 835.102 240.008C834.133 240.008 833.316 240.332 832.652 240.98C831.996 241.629 831.633 242.496 831.562 243.582ZM843.505 251V238.555H845.403V240.441C845.888 239.559 846.333 238.977 846.739 238.695C847.153 238.414 847.606 238.273 848.098 238.273C848.809 238.273 849.532 238.5 850.266 238.953L849.54 240.91C849.024 240.605 848.509 240.453 847.993 240.453C847.532 240.453 847.118 240.594 846.751 240.875C846.384 241.148 846.122 241.531 845.966 242.023C845.731 242.773 845.614 243.594 845.614 244.484V251H843.505ZM851.72 251V238.555H853.619V240.324C854.533 238.957 855.853 238.273 857.58 238.273C858.33 238.273 859.017 238.41 859.642 238.684C860.275 238.949 860.748 239.301 861.06 239.738C861.373 240.176 861.591 240.695 861.716 241.297C861.795 241.688 861.834 242.371 861.834 243.348V251H859.724V243.43C859.724 242.57 859.642 241.93 859.478 241.508C859.314 241.078 859.021 240.738 858.599 240.488C858.185 240.23 857.697 240.102 857.134 240.102C856.236 240.102 855.459 240.387 854.802 240.957C854.154 241.527 853.83 242.609 853.83 244.203V251H851.72ZM873.401 249.465C872.62 250.129 871.866 250.598 871.139 250.871C870.42 251.145 869.647 251.281 868.819 251.281C867.452 251.281 866.401 250.949 865.666 250.285C864.932 249.613 864.565 248.758 864.565 247.719C864.565 247.109 864.702 246.555 864.975 246.055C865.256 245.547 865.62 245.141 866.065 244.836C866.518 244.531 867.026 244.301 867.588 244.145C868.002 244.035 868.627 243.93 869.463 243.828C871.166 243.625 872.42 243.383 873.225 243.102C873.233 242.812 873.237 242.629 873.237 242.551C873.237 241.691 873.037 241.086 872.639 240.734C872.1 240.258 871.299 240.02 870.237 240.02C869.245 240.02 868.51 240.195 868.034 240.547C867.565 240.891 867.217 241.504 866.991 242.387L864.928 242.105C865.116 241.223 865.424 240.512 865.854 239.973C866.284 239.426 866.905 239.008 867.717 238.719C868.53 238.422 869.471 238.273 870.541 238.273C871.604 238.273 872.467 238.398 873.131 238.648C873.795 238.898 874.284 239.215 874.596 239.598C874.909 239.973 875.127 240.449 875.252 241.027C875.323 241.387 875.358 242.035 875.358 242.973V245.785C875.358 247.746 875.401 248.988 875.487 249.512C875.58 250.027 875.76 250.523 876.026 251H873.823C873.604 250.562 873.463 250.051 873.401 249.465ZM873.225 244.754C872.459 245.066 871.311 245.332 869.78 245.551C868.912 245.676 868.299 245.816 867.94 245.973C867.58 246.129 867.303 246.359 867.108 246.664C866.912 246.961 866.815 247.293 866.815 247.66C866.815 248.223 867.026 248.691 867.448 249.066C867.877 249.441 868.502 249.629 869.323 249.629C870.135 249.629 870.858 249.453 871.491 249.102C872.123 248.742 872.588 248.254 872.885 247.637C873.112 247.16 873.225 246.457 873.225 245.527V244.754ZM878.792 251V233.82H880.902V251H878.792ZM891.532 251V233.82H897.45C898.786 233.82 899.805 233.902 900.509 234.066C901.493 234.293 902.333 234.703 903.028 235.297C903.934 236.062 904.61 237.043 905.055 238.238C905.509 239.426 905.735 240.785 905.735 242.316C905.735 243.621 905.583 244.777 905.278 245.785C904.973 246.793 904.583 247.629 904.106 248.293C903.63 248.949 903.106 249.469 902.536 249.852C901.973 250.227 901.29 250.512 900.485 250.707C899.688 250.902 898.77 251 897.731 251H891.532ZM893.805 248.973H897.473C898.606 248.973 899.493 248.867 900.134 248.656C900.782 248.445 901.298 248.148 901.68 247.766C902.22 247.227 902.638 246.504 902.934 245.598C903.239 244.684 903.391 243.578 903.391 242.281C903.391 240.484 903.095 239.105 902.501 238.145C901.915 237.176 901.2 236.527 900.356 236.199C899.747 235.965 898.766 235.848 897.415 235.848H893.805V248.973ZM916.927 249.465C916.146 250.129 915.392 250.598 914.666 250.871C913.947 251.145 913.173 251.281 912.345 251.281C910.978 251.281 909.927 250.949 909.193 250.285C908.459 249.613 908.091 248.758 908.091 247.719C908.091 247.109 908.228 246.555 908.502 246.055C908.783 245.547 909.146 245.141 909.591 244.836C910.045 244.531 910.552 244.301 911.115 244.145C911.529 244.035 912.154 243.93 912.99 243.828C914.693 243.625 915.947 243.383 916.752 243.102C916.759 242.812 916.763 242.629 916.763 242.551C916.763 241.691 916.564 241.086 916.166 240.734C915.627 240.258 914.826 240.02 913.763 240.02C912.771 240.02 912.037 240.195 911.56 240.547C911.091 240.891 910.744 241.504 910.517 242.387L908.455 242.105C908.642 241.223 908.951 240.512 909.38 239.973C909.81 239.426 910.431 239.008 911.244 238.719C912.056 238.422 912.998 238.273 914.068 238.273C915.13 238.273 915.994 238.398 916.658 238.648C917.322 238.898 917.81 239.215 918.123 239.598C918.435 239.973 918.654 240.449 918.779 241.027C918.849 241.387 918.884 242.035 918.884 242.973V245.785C918.884 247.746 918.927 248.988 919.013 249.512C919.107 250.027 919.287 250.523 919.552 251H917.349C917.13 250.562 916.99 250.051 916.927 249.465ZM916.752 244.754C915.986 245.066 914.838 245.332 913.306 245.551C912.439 245.676 911.826 245.816 911.466 245.973C911.107 246.129 910.83 246.359 910.634 246.664C910.439 246.961 910.341 247.293 910.341 247.66C910.341 248.223 910.552 248.691 910.974 249.066C911.404 249.441 912.029 249.629 912.849 249.629C913.662 249.629 914.384 249.453 915.017 249.102C915.65 248.742 916.115 248.254 916.412 247.637C916.638 247.16 916.752 246.457 916.752 245.527V244.754ZM926.971 249.113L927.276 250.977C926.682 251.102 926.151 251.164 925.682 251.164C924.916 251.164 924.323 251.043 923.901 250.801C923.479 250.559 923.182 250.242 923.01 249.852C922.838 249.453 922.752 248.621 922.752 247.355V240.195H921.205V238.555H922.752V235.473L924.85 234.207V238.555H926.971V240.195H924.85V247.473C924.85 248.074 924.885 248.461 924.955 248.633C925.034 248.805 925.155 248.941 925.319 249.043C925.491 249.145 925.733 249.195 926.045 249.195C926.28 249.195 926.588 249.168 926.971 249.113ZM937.366 249.465C936.585 250.129 935.831 250.598 935.105 250.871C934.386 251.145 933.612 251.281 932.784 251.281C931.417 251.281 930.366 250.949 929.632 250.285C928.898 249.613 928.53 248.758 928.53 247.719C928.53 247.109 928.667 246.555 928.941 246.055C929.222 245.547 929.585 245.141 930.03 244.836C930.484 244.531 930.991 244.301 931.554 244.145C931.968 244.035 932.593 243.93 933.429 243.828C935.132 243.625 936.386 243.383 937.191 243.102C937.198 242.812 937.202 242.629 937.202 242.551C937.202 241.691 937.003 241.086 936.605 240.734C936.066 240.258 935.265 240.02 934.202 240.02C933.21 240.02 932.476 240.195 931.999 240.547C931.53 240.891 931.183 241.504 930.956 242.387L928.894 242.105C929.081 241.223 929.39 240.512 929.82 239.973C930.249 239.426 930.87 239.008 931.683 238.719C932.495 238.422 933.437 238.273 934.507 238.273C935.57 238.273 936.433 238.398 937.097 238.648C937.761 238.898 938.249 239.215 938.562 239.598C938.874 239.973 939.093 240.449 939.218 241.027C939.288 241.387 939.323 242.035 939.323 242.973V245.785C939.323 247.746 939.366 248.988 939.452 249.512C939.546 250.027 939.726 250.523 939.991 251H937.788C937.57 250.562 937.429 250.051 937.366 249.465ZM937.191 244.754C936.425 245.066 935.277 245.332 933.745 245.551C932.878 245.676 932.265 245.816 931.905 245.973C931.546 246.129 931.269 246.359 931.073 246.664C930.878 246.961 930.78 247.293 930.78 247.66C930.78 248.223 930.991 248.691 931.413 249.066C931.843 249.441 932.468 249.629 933.288 249.629C934.101 249.629 934.823 249.453 935.456 249.102C936.089 248.742 936.554 248.254 936.851 247.637C937.077 247.16 937.191 246.457 937.191 245.527V244.754ZM944.75 251H942.793V233.82H944.902V239.949C945.793 238.832 946.93 238.273 948.312 238.273C949.078 238.273 949.801 238.43 950.48 238.742C951.168 239.047 951.73 239.48 952.168 240.043C952.613 240.598 952.961 241.27 953.211 242.059C953.461 242.848 953.586 243.691 953.586 244.59C953.586 246.723 953.059 248.371 952.004 249.535C950.949 250.699 949.684 251.281 948.207 251.281C946.738 251.281 945.586 250.668 944.75 249.441V251ZM944.727 244.684C944.727 246.176 944.93 247.254 945.336 247.918C946 249.004 946.898 249.547 948.031 249.547C948.953 249.547 949.75 249.148 950.422 248.352C951.094 247.547 951.43 246.352 951.43 244.766C951.43 243.141 951.105 241.941 950.457 241.168C949.816 240.395 949.039 240.008 948.125 240.008C947.203 240.008 946.406 240.41 945.734 241.215C945.062 242.012 944.727 243.168 944.727 244.684ZM964.485 249.465C963.704 250.129 962.95 250.598 962.223 250.871C961.505 251.145 960.731 251.281 959.903 251.281C958.536 251.281 957.485 250.949 956.751 250.285C956.016 249.613 955.649 248.758 955.649 247.719C955.649 247.109 955.786 246.555 956.059 246.055C956.341 245.547 956.704 245.141 957.149 244.836C957.602 244.531 958.11 244.301 958.673 244.145C959.087 244.035 959.712 243.93 960.548 243.828C962.251 243.625 963.505 243.383 964.309 243.102C964.317 242.812 964.321 242.629 964.321 242.551C964.321 241.691 964.122 241.086 963.723 240.734C963.184 240.258 962.384 240.02 961.321 240.02C960.329 240.02 959.595 240.195 959.118 240.547C958.649 240.891 958.302 241.504 958.075 242.387L956.013 242.105C956.2 241.223 956.509 240.512 956.938 239.973C957.368 239.426 957.989 239.008 958.802 238.719C959.614 238.422 960.555 238.273 961.626 238.273C962.688 238.273 963.552 238.398 964.216 238.648C964.88 238.898 965.368 239.215 965.68 239.598C965.993 239.973 966.212 240.449 966.337 241.027C966.407 241.387 966.442 242.035 966.442 242.973V245.785C966.442 247.746 966.485 248.988 966.571 249.512C966.665 250.027 966.845 250.523 967.11 251H964.907C964.688 250.562 964.548 250.051 964.485 249.465ZM964.309 244.754C963.544 245.066 962.395 245.332 960.864 245.551C959.997 245.676 959.384 245.816 959.024 245.973C958.665 246.129 958.388 246.359 958.192 246.664C957.997 246.961 957.899 247.293 957.899 247.66C957.899 248.223 958.11 248.691 958.532 249.066C958.962 249.441 959.587 249.629 960.407 249.629C961.22 249.629 961.942 249.453 962.575 249.102C963.208 248.742 963.673 248.254 963.97 247.637C964.196 247.16 964.309 246.457 964.309 245.527V244.754ZM969.08 247.285L971.166 246.957C971.283 247.793 971.607 248.434 972.138 248.879C972.677 249.324 973.427 249.547 974.388 249.547C975.357 249.547 976.076 249.352 976.545 248.961C977.013 248.562 977.248 248.098 977.248 247.566C977.248 247.09 977.041 246.715 976.627 246.441C976.337 246.254 975.619 246.016 974.47 245.727C972.923 245.336 971.849 245 971.248 244.719C970.654 244.43 970.201 244.035 969.888 243.535C969.584 243.027 969.431 242.469 969.431 241.859C969.431 241.305 969.556 240.793 969.806 240.324C970.064 239.848 970.412 239.453 970.849 239.141C971.177 238.898 971.623 238.695 972.185 238.531C972.755 238.359 973.365 238.273 974.013 238.273C974.99 238.273 975.845 238.414 976.58 238.695C977.322 238.977 977.869 239.359 978.22 239.844C978.572 240.32 978.814 240.961 978.947 241.766L976.884 242.047C976.791 241.406 976.517 240.906 976.064 240.547C975.619 240.188 974.986 240.008 974.166 240.008C973.197 240.008 972.505 240.168 972.091 240.488C971.677 240.809 971.47 241.184 971.47 241.613C971.47 241.887 971.556 242.133 971.728 242.352C971.9 242.578 972.17 242.766 972.537 242.914C972.748 242.992 973.369 243.172 974.4 243.453C975.892 243.852 976.931 244.18 977.517 244.438C978.111 244.688 978.576 245.055 978.912 245.539C979.248 246.023 979.416 246.625 979.416 247.344C979.416 248.047 979.209 248.711 978.795 249.336C978.388 249.953 977.798 250.434 977.025 250.777C976.252 251.113 975.377 251.281 974.4 251.281C972.783 251.281 971.548 250.945 970.697 250.273C969.853 249.602 969.314 248.605 969.08 247.285ZM990.643 246.992L992.823 247.262C992.479 248.535 991.842 249.523 990.913 250.227C989.983 250.93 988.795 251.281 987.35 251.281C985.53 251.281 984.084 250.723 983.014 249.605C981.952 248.48 981.42 246.906 981.42 244.883C981.42 242.789 981.959 241.164 983.038 240.008C984.116 238.852 985.514 238.273 987.233 238.273C988.897 238.273 990.256 238.84 991.311 239.973C992.366 241.105 992.893 242.699 992.893 244.754C992.893 244.879 992.889 245.066 992.881 245.316H983.6C983.678 246.684 984.065 247.73 984.76 248.457C985.455 249.184 986.323 249.547 987.362 249.547C988.135 249.547 988.795 249.344 989.342 248.938C989.889 248.531 990.323 247.883 990.643 246.992ZM983.717 243.582H990.666C990.573 242.535 990.307 241.75 989.87 241.227C989.198 240.414 988.327 240.008 987.256 240.008C986.288 240.008 985.471 240.332 984.807 240.98C984.151 241.629 983.788 242.496 983.717 243.582Z" fill="#2D2D2D"/>
+</svg>
diff --git a/img/features/smile-doesnt-have.svg b/img/features/smile-doesnt-have.svg
new file mode 100644
index 0000000..bbfa5f8
--- /dev/null
+++ b/img/features/smile-doesnt-have.svg
@@ -0,0 +1,7 @@
+<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16Z" fill="#ED1C24"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M16 29.5C23.4558 29.5 29.5 23.4558 29.5 16C29.5 8.54416 23.4558 2.5 16 2.5C8.54416 2.5 2.5 8.54416 2.5 16C2.5 23.4558 8.54416 29.5 16 29.5ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z" fill="#ED1C24"/>
+<path d="M24 24C24 24 22.9333 18 16.0031 18C9.07283 18 8 24 8 24" stroke="white" stroke-width="2" stroke-linecap="round"/>
+<circle cx="11" cy="12" r="2" fill="white"/>
+<circle cx="21" cy="12" r="2" fill="white"/>
+</svg>
diff --git a/img/features/smile-done.svg b/img/features/smile-done.svg
new file mode 100644
index 0000000..cde28ed
--- /dev/null
+++ b/img/features/smile-done.svg
@@ -0,0 +1,6 @@
+<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
+<circle cx="16" cy="16" r="14.75" fill="#0070CC" stroke="#0070CC" stroke-width="2.5"/>
+<path d="M8 19C8 19 9.06667 25 15.9969 25C22.9272 25 24 19 24 19" stroke="white" stroke-width="2" stroke-linecap="round"/>
+<circle cx="11" cy="12" r="2" fill="white"/>
+<circle cx="21" cy="12" r="2" fill="white"/>
+</svg>
diff --git a/img/og-pic.png b/img/og-pic.png
new file mode 100644
index 0000000..bce20f2
--- /dev/null
+++ b/img/og-pic.png
Binary files differ
diff --git a/img/usecases/high-peformance/perf-pic.svg b/img/usecases/high-peformance/perf-pic.svg
index 23d1454..1265c81 100644
--- a/img/usecases/high-peformance/perf-pic.svg
+++ b/img/usecases/high-peformance/perf-pic.svg
@@ -1 +1,48 @@
-<svg width="333" height="520" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="315" height="174" rx="9" fill="#fff" stroke="#000" stroke-width="2"/><rect x="51" y="15" width="282" height="172" rx="10" fill="#2D2D2D"/><path d="M80.024 58.232a5.463 5.463 0 0 0-.8-.208 3.69 3.69 0 0 0-.832-.096c-1.045 0-1.824.245-2.336.736-.512.49-.768 1.27-.768 2.336 0 .47.075.89.224 1.264.15.363.363.672.64.928s.608.453.992.592a3.88 3.88 0 0 0 1.296.208 4.22 4.22 0 0 0 1.456-.256 3.7 3.7 0 0 0 1.2-.672l.56.928a4.53 4.53 0 0 1-.56.4 5.93 5.93 0 0 1-.784.4 5.568 5.568 0 0 1-.976.288 5.552 5.552 0 0 1-1.152.112c-.693 0-1.307-.096-1.84-.288a3.623 3.623 0 0 1-1.312-.848 3.719 3.719 0 0 1-.8-1.328A5.244 5.244 0 0 1 73.96 61c0-.672.09-1.27.272-1.792a3.56 3.56 0 0 1 .816-1.312 3.433 3.433 0 0 1 1.28-.8 4.665 4.665 0 0 1 1.68-.288c.79 0 1.43.07 1.92.208.501.139.923.293 1.264.464l-.016.048v2.224h-1.152v-1.52ZM89.002 57h2.272v5.456c0 .523.032 1.024.096 1.504h1.072V65h-2.128l-.048-1.36h-.064a3.36 3.36 0 0 1-1.104 1.12c-.459.288-1.014.432-1.664.432-.49 0-.912-.059-1.264-.176a1.73 1.73 0 0 1-.848-.576c-.224-.277-.39-.645-.496-1.104-.107-.47-.16-1.05-.16-1.744v-3.52h-1.072V57h2.32v4.336c0 .437.016.832.048 1.184.042.341.122.635.24.88.117.235.288.416.512.544.234.117.544.176.928.176.554 0 1.034-.181 1.44-.544.416-.363.73-.816.944-1.36v-4.144h-1.024V57Zm11.394 5.84c0-.341-.134-.603-.4-.784a3.043 3.043 0 0 0-.992-.448 15.39 15.39 0 0 0-1.297-.32 7.48 7.48 0 0 1-1.28-.384 2.948 2.948 0 0 1-.992-.64c-.266-.277-.4-.661-.4-1.152 0-.405.086-.752.257-1.04.18-.288.415-.523.704-.704.288-.192.624-.33 1.008-.416a4.93 4.93 0 0 1 1.2-.144c.746 0 1.386.096 1.92.288.544.181.976.373 1.296.576l-.512 1.008a11.569 11.569 0 0 0-1.153-.544c-.405-.181-.917-.272-1.535-.272-.235 0-.47.027-.704.08a2.387 2.387 0 0 0-.625.208c-.18.096-.33.224-.448.384a.939.939 0 0 0-.16.56c0 .277.134.49.4.64.267.15.598.277.992.384.395.096.822.192 1.28.288.47.085.902.213 1.297.384.394.17.725.4.992.688.266.288.4.677.4 1.168 0 .736-.294 1.344-.88 1.824-.576.48-1.446.72-2.608.72a5.63 5.63 0 0 1-1.04-.096 6.306 6.306 0 0 1-1.776-.608 3.746 3.746 0 0 1-.609-.416l.64-1.04c.129.128.3.261.513.4.213.128.448.245.704.352.256.107.528.192.816.256.298.064.597.096.895.096.288 0 .555-.021.8-.064a2.73 2.73 0 0 0 .672-.224 1.27 1.27 0 0 0 .449-.4 1.05 1.05 0 0 0 .176-.608Zm3.681-5.84h1.904v-1.584l1.248-.352V57h4.272v1.072h-4.272v3.776c0 .779.187 1.355.56 1.728.384.373.928.56 1.632.56.48 0 .896-.09 1.248-.272.363-.181.688-.379.976-.592l.416.944a4.472 4.472 0 0 1-1.344.72 4.711 4.711 0 0 1-1.584.272c-.426 0-.832-.064-1.216-.192a2.691 2.691 0 0 1-.992-.56 2.738 2.738 0 0 1-.688-.976c-.17-.405-.256-.885-.256-1.44v-3.968h-1.904V57Zm10.61 4c0-1.29.336-2.31 1.008-3.056.672-.757 1.632-1.136 2.88-1.136.672 0 1.248.112 1.728.336.491.213.896.507 1.216.88.32.373.555.816.704 1.328.16.512.24 1.061.24 1.648a5.59 5.59 0 0 1-.256 1.744 3.61 3.61 0 0 1-.752 1.312 3.391 3.391 0 0 1-1.232.848c-.48.192-1.029.288-1.648.288-.661 0-1.237-.107-1.728-.32a3.47 3.47 0 0 1-1.216-.896 3.716 3.716 0 0 1-.72-1.328 5.873 5.873 0 0 1-.224-1.648Zm1.328 0c0 .373.043.747.128 1.12.096.373.245.71.448 1.008.203.299.464.539.784.72.331.181.731.272 1.2.272.853 0 1.493-.261 1.92-.784.437-.533.656-1.312.656-2.336a4.36 4.36 0 0 0-.144-1.12 2.781 2.781 0 0 0-.448-1.008 2.266 2.266 0 0 0-.8-.72c-.32-.181-.715-.272-1.184-.272-.853 0-1.493.261-1.92.784-.427.523-.64 1.301-.64 2.336Zm12.146 4v-5.328c0-.224-.011-.437-.032-.64a1.748 1.748 0 0 0-.112-.56.821.821 0 0 0-.256-.4.623.623 0 0 0-.432-.144c-.363 0-.672.15-.928.448-.246.299-.432.672-.56 1.12V65h-1.216v-8h.832l.24.976h.064c.106-.16.208-.31.304-.448.106-.15.224-.277.352-.384.138-.107.298-.187.48-.24a2.09 2.09 0 0 1 .688-.096c.16 0 .325.027.496.08.17.043.325.117.464.224.149.096.277.23.384.4.106.17.176.379.208.624.245-.416.517-.741.816-.976.309-.235.73-.352 1.264-.352.352 0 .634.059.848.176.224.117.394.288.512.512.128.213.213.475.256.784.053.299.08.635.08 1.008V65h-1.216v-5.44c0-.224-.011-.432-.032-.624a1.846 1.846 0 0 0-.128-.528.78.78 0 0 0-.24-.352c-.096-.085-.23-.128-.4-.128-.374 0-.688.15-.944.448-.256.299-.448.725-.576 1.28V65h-1.216Zm6.641-11.2h8.32v2.928h-1.184v-1.744h-2.32v8.832h1.76V65h-4.848v-1.184h1.76v-8.832h-2.304v1.744h-1.184V53.8Zm11.282 3.824a5.084 5.084 0 0 1 1.552-.576 8.49 8.49 0 0 1 1.696-.176c.544 0 .987.085 1.328.256.352.17.624.395.816.672.203.267.336.576.4.928.075.341.112.688.112 1.04 0 .405-.01.837-.032 1.296a63.23 63.23 0 0 0-.048 1.376c0 .533.032 1.04.096 1.52h1.072V65h-2.128l-.144-1.2h-.08a4.08 4.08 0 0 1-.288.368c-.128.15-.298.299-.512.448a3.135 3.135 0 0 1-1.808.528c-.789 0-1.413-.203-1.872-.608-.458-.405-.688-.96-.688-1.664 0-.544.118-.997.352-1.36.246-.363.592-.64 1.04-.832.448-.192.987-.304 1.616-.336.64-.032 1.355.01 2.144.128.054-.49.059-.896.016-1.216-.032-.33-.117-.592-.256-.784a.992.992 0 0 0-.56-.4c-.234-.085-.528-.128-.88-.128-.48 0-.938.07-1.376.208a12.31 12.31 0 0 0-1.168.4l-.4-.928Zm2.352 6.448c.299 0 .576-.048.832-.144a2.537 2.537 0 0 0 1.152-.848c.128-.181.224-.352.288-.512v-1.12a9.04 9.04 0 0 0-1.536-.144c-.469 0-.874.053-1.216.16-.341.096-.608.25-.8.464-.192.213-.288.49-.288.832 0 .352.118.661.352.928.246.256.651.384 1.216.384Zm13.122-1.232c0-.341-.133-.603-.4-.784a3.043 3.043 0 0 0-.992-.448 15.447 15.447 0 0 0-1.296-.32 7.48 7.48 0 0 1-1.28-.384 2.948 2.948 0 0 1-.992-.64c-.267-.277-.4-.661-.4-1.152 0-.405.085-.752.256-1.04.181-.288.416-.523.704-.704.288-.192.624-.33 1.008-.416a4.93 4.93 0 0 1 1.2-.144c.747 0 1.387.096 1.92.288.544.181.976.373 1.296.576l-.512 1.008a11.612 11.612 0 0 0-1.152-.544c-.405-.181-.917-.272-1.536-.272a3.17 3.17 0 0 0-.704.08 2.387 2.387 0 0 0-.624.208 1.303 1.303 0 0 0-.448.384.937.937 0 0 0-.16.56c0 .277.133.49.4.64.267.15.597.277.992.384.395.096.821.192 1.28.288.469.085.901.213 1.296.384.395.17.725.4.992.688.267.288.4.677.4 1.168 0 .736-.293 1.344-.88 1.824-.576.48-1.445.72-2.608.72-.352 0-.699-.032-1.04-.096a6.325 6.325 0 0 1-1.776-.608 3.759 3.759 0 0 1-.608-.416l.64-1.04c.128.128.299.261.512.4.213.128.448.245.704.352.256.107.528.192.816.256a4.64 4.64 0 0 0 1.696.032c.256-.053.48-.128.672-.224.192-.107.341-.24.448-.4a1.05 1.05 0 0 0 .176-.608Zm3.57-9.04h2.592v6.624h.88L171.752 57h1.504l-3.536 3.792 2.912 3.136h1.04V65h-1.648l-3.424-3.616h-.88V65h-1.232V54.872h-1.36V53.8Zm13.538 10.32c0-.341.096-.603.288-.784.192-.192.448-.288.768-.288.341 0 .608.096.8.288.192.181.288.443.288.784 0 .31-.096.565-.288.768-.192.203-.459.304-.8.304-.32 0-.576-.101-.768-.304a1.072 1.072 0 0 1-.288-.768Zm7.521.88v-1.072h2.16v-5.856h-2.16V57h2.992l.256 1.04h.08c.363-.33.768-.613 1.216-.848.448-.235.982-.352 1.6-.352.363 0 .651.07.864.208.224.139.395.341.512.608.128.267.214.592.256.976.043.373.064.8.064 1.28l-1.12.016c0-.683-.069-1.184-.208-1.504-.128-.32-.368-.48-.72-.48-.33 0-.629.048-.896.144a3.12 3.12 0 0 0-.704.352 4.099 4.099 0 0 0-.496.416c-.138.139-.24.256-.304.352v4.72h3.072V65h-6.464Zm14.946-8h2.272v5.456c0 .523.032 1.024.096 1.504h1.072V65h-2.128l-.048-1.36h-.064a3.352 3.352 0 0 1-1.104 1.12c-.459.288-1.013.432-1.664.432-.491 0-.912-.059-1.264-.176a1.732 1.732 0 0 1-.848-.576c-.224-.277-.389-.645-.496-1.104-.107-.47-.16-1.05-.16-1.744v-3.52h-1.072V57h2.32v4.336c0 .437.016.832.048 1.184.043.341.123.635.24.88.117.235.288.416.512.544.235.117.544.176.928.176.555 0 1.035-.181 1.44-.544.416-.363.731-.816.944-1.36v-4.144h-1.024V57Zm5.874 2.8c0-.096-.006-.219-.016-.368a7.695 7.695 0 0 0-.064-.976 3.923 3.923 0 0 0-.048-.416h-1.072V57h2.144l.144 1.296h.08c.106-.181.245-.357.416-.528a3.11 3.11 0 0 1 .624-.48c.234-.15.496-.267.784-.352.288-.085.592-.128.912-.128.49 0 .922.053 1.296.16.384.107.698.299.944.576.256.267.448.635.576 1.104.128.459.192 1.045.192 1.76V65h-1.248v-4.352c0-.885-.144-1.552-.432-2-.288-.448-.811-.672-1.568-.672-.278 0-.55.059-.816.176-.256.107-.491.25-.704.432-.214.181-.4.395-.56.64a2.53 2.53 0 0 0-.352.752V65h-1.232v-5.2Zm15.617 8.592a7.934 7.934 0 0 1-2.016-.816 5.805 5.805 0 0 1-1.632-1.392c-.458-.576-.826-1.28-1.104-2.112-.266-.832-.4-1.819-.4-2.96 0-1.13.139-2.117.416-2.96.278-.853.651-1.573 1.12-2.16a5.594 5.594 0 0 1 1.632-1.424 6.845 6.845 0 0 1 1.984-.768l.4 1.008a7.857 7.857 0 0 0-1.728.72 4.441 4.441 0 0 0-1.36 1.168c-.373.48-.666 1.083-.88 1.808-.202.715-.304 1.584-.304 2.608 0 1.035.123 1.92.368 2.656.256.725.587 1.328.992 1.808.416.49.875.87 1.376 1.136.512.277 1.024.47 1.536.576l-.4 1.104Zm7.01-4.272c0-.341.096-.603.288-.784.192-.192.448-.288.768-.288.342 0 .608.096.8.288.192.181.288.443.288.784 0 .31-.096.565-.288.768-.192.203-.458.304-.8.304-.32 0-.576-.101-.768-.304a1.072 1.072 0 0 1-.288-.768Zm10.194 0c0-.341.096-.603.288-.784.192-.192.448-.288.768-.288.341 0 .608.096.8.288.192.181.288.443.288.784 0 .31-.096.565-.288.768-.192.203-.459.304-.8.304-.32 0-.576-.101-.768-.304a1.072 1.072 0 0 1-.288-.768Zm10.194 0c0-.341.096-.603.288-.784.192-.192.448-.288.768-.288.341 0 .608.096.8.288.192.181.288.443.288.784 0 .31-.096.565-.288.768-.192.203-.459.304-.8.304-.32 0-.576-.101-.768-.304a1.072 1.072 0 0 1-.288-.768Zm8.754 3.168a5.428 5.428 0 0 0 1.52-.576 4.46 4.46 0 0 0 1.376-1.136c.416-.48.746-1.083.992-1.808.256-.736.384-1.621.384-2.656 0-1.024-.107-1.893-.32-2.608-.203-.725-.496-1.328-.88-1.808a4.273 4.273 0 0 0-1.344-1.168 7.857 7.857 0 0 0-1.728-.72l.4-1.008c.693.15 1.349.405 1.968.768a5.514 5.514 0 0 1 1.648 1.424c.469.587.842 1.307 1.12 2.16.277.843.416 1.83.416 2.96 0 1.141-.139 2.128-.416 2.96-.267.832-.635 1.536-1.104 2.112a5.515 5.515 0 0 1-1.632 1.392 7.668 7.668 0 0 1-2 .816l-.4-1.104ZM80.024 106.232a5.463 5.463 0 0 0-.8-.208 3.69 3.69 0 0 0-.832-.096c-1.045 0-1.824.245-2.336.736-.512.491-.768 1.269-.768 2.336 0 .469.075.891.224 1.264.15.363.363.672.64.928s.608.453.992.592a3.88 3.88 0 0 0 1.296.208 4.22 4.22 0 0 0 1.456-.256c.48-.171.88-.395 1.2-.672l.56.928c-.15.128-.336.261-.56.4a5.895 5.895 0 0 1-.784.4 5.62 5.62 0 0 1-.976.288 5.532 5.532 0 0 1-1.152.112c-.693 0-1.307-.096-1.84-.288a3.623 3.623 0 0 1-1.312-.848 3.716 3.716 0 0 1-.8-1.328A5.246 5.246 0 0 1 73.96 109c0-.672.09-1.269.272-1.792.192-.523.464-.96.816-1.312a3.43 3.43 0 0 1 1.28-.8 4.665 4.665 0 0 1 1.68-.288c.79 0 1.43.069 1.92.208.501.139.923.293 1.264.464l-.016.048v2.224h-1.152v-1.52ZM89.002 105h2.272v5.456c0 .523.032 1.024.096 1.504h1.072V113h-2.128l-.048-1.36h-.064a3.356 3.356 0 0 1-1.104 1.12c-.459.288-1.014.432-1.664.432-.49 0-.912-.059-1.264-.176a1.734 1.734 0 0 1-.848-.576c-.224-.277-.39-.645-.496-1.104-.107-.469-.16-1.051-.16-1.744v-3.52h-1.072V105h2.32v4.336c0 .437.016.832.048 1.184.042.341.122.635.24.88.117.235.288.416.512.544.234.117.544.176.928.176.554 0 1.034-.181 1.44-.544.416-.363.73-.816.944-1.36v-4.144h-1.024V105Zm11.394 5.84c0-.341-.134-.603-.4-.784a3.05 3.05 0 0 0-.992-.448 15.506 15.506 0 0 0-1.297-.32 7.48 7.48 0 0 1-1.28-.384 2.943 2.943 0 0 1-.992-.64c-.266-.277-.4-.661-.4-1.152 0-.405.086-.752.257-1.04.18-.288.415-.523.704-.704a2.947 2.947 0 0 1 1.008-.416 4.93 4.93 0 0 1 1.2-.144c.746 0 1.386.096 1.92.288.544.181.976.373 1.296.576l-.512 1.008a11.636 11.636 0 0 0-1.153-.544c-.405-.181-.917-.272-1.535-.272-.235 0-.47.027-.704.08a2.398 2.398 0 0 0-.625.208c-.18.096-.33.224-.448.384a.938.938 0 0 0-.16.56c0 .277.134.491.4.64.267.149.598.277.992.384.395.096.822.192 1.28.288.47.085.902.213 1.297.384.394.171.725.4.992.688.266.288.4.677.4 1.168 0 .736-.294 1.344-.88 1.824-.576.48-1.446.72-2.608.72a5.63 5.63 0 0 1-1.04-.096 6.51 6.51 0 0 1-1.776-.608 3.746 3.746 0 0 1-.609-.416l.64-1.04c.129.128.3.261.513.4.213.128.448.245.704.352.256.107.528.192.816.256.298.064.597.096.895.096.288 0 .555-.021.8-.064a2.73 2.73 0 0 0 .672-.224 1.27 1.27 0 0 0 .449-.4 1.05 1.05 0 0 0 .176-.608Zm3.681-5.84h1.904v-1.584l1.248-.352V105h4.272v1.072h-4.272v3.776c0 .779.187 1.355.56 1.728.384.373.928.56 1.632.56.48 0 .896-.091 1.248-.272.363-.181.688-.379.976-.592l.416.944a4.459 4.459 0 0 1-1.344.72 4.719 4.719 0 0 1-1.584.272c-.426 0-.832-.064-1.216-.192a2.687 2.687 0 0 1-.992-.56 2.736 2.736 0 0 1-.688-.976c-.17-.405-.256-.885-.256-1.44v-3.968h-1.904V105Zm10.61 4c0-1.291.336-2.309 1.008-3.056.672-.757 1.632-1.136 2.88-1.136.672 0 1.248.112 1.728.336.491.213.896.507 1.216.88.32.373.555.816.704 1.328.16.512.24 1.061.24 1.648a5.59 5.59 0 0 1-.256 1.744 3.618 3.618 0 0 1-.752 1.312 3.391 3.391 0 0 1-1.232.848c-.48.192-1.029.288-1.648.288-.661 0-1.237-.107-1.728-.32a3.475 3.475 0 0 1-1.216-.896 3.713 3.713 0 0 1-.72-1.328 5.871 5.871 0 0 1-.224-1.648Zm1.328 0c0 .373.043.747.128 1.12.096.373.245.709.448 1.008.203.299.464.539.784.72.331.181.731.272 1.2.272.853 0 1.493-.261 1.92-.784.437-.533.656-1.312.656-2.336a4.36 4.36 0 0 0-.144-1.12 2.786 2.786 0 0 0-.448-1.008 2.26 2.26 0 0 0-.8-.72c-.32-.181-.715-.272-1.184-.272-.853 0-1.493.261-1.92.784-.427.523-.64 1.301-.64 2.336Zm12.146 4v-5.328c0-.224-.011-.437-.032-.64a1.75 1.75 0 0 0-.112-.56.82.82 0 0 0-.256-.4.623.623 0 0 0-.432-.144c-.363 0-.672.149-.928.448-.246.299-.432.672-.56 1.12V113h-1.216v-8h.832l.24.976h.064c.106-.16.208-.309.304-.448.106-.149.224-.277.352-.384.138-.107.298-.187.48-.24a2.09 2.09 0 0 1 .688-.096c.16 0 .325.027.496.08.17.043.325.117.464.224.149.096.277.229.384.4.106.171.176.379.208.624.245-.416.517-.741.816-.976.309-.235.73-.352 1.264-.352.352 0 .634.059.848.176.224.117.394.288.512.512.128.213.213.475.256.784.053.299.08.635.08 1.008V113h-1.216v-5.44c0-.224-.011-.432-.032-.624a1.841 1.841 0 0 0-.128-.528.78.78 0 0 0-.24-.352c-.096-.085-.23-.128-.4-.128-.374 0-.688.149-.944.448-.256.299-.448.725-.576 1.28V113h-1.216Zm6.641-11.2h8.32v2.928h-1.184v-1.744h-2.32v8.832h1.76V113h-4.848v-1.184h1.76v-8.832h-2.304v1.744h-1.184V101.8Zm11.282 3.824a5.068 5.068 0 0 1 1.552-.576 8.513 8.513 0 0 1 1.696-.176c.544 0 .987.085 1.328.256.352.171.624.395.816.672.203.267.336.576.4.928.075.341.112.688.112 1.04 0 .405-.01.837-.032 1.296a63.23 63.23 0 0 0-.048 1.376c0 .533.032 1.04.096 1.52h1.072V113h-2.128l-.144-1.2h-.08c-.064.096-.16.219-.288.368a2.721 2.721 0 0 1-.512.448 3.128 3.128 0 0 1-1.808.528c-.789 0-1.413-.203-1.872-.608-.458-.405-.688-.96-.688-1.664 0-.544.118-.997.352-1.36.246-.363.592-.64 1.04-.832.448-.192.987-.304 1.616-.336.64-.032 1.355.011 2.144.128.054-.491.059-.896.016-1.216-.032-.331-.117-.592-.256-.784a.994.994 0 0 0-.56-.4c-.234-.085-.528-.128-.88-.128-.48 0-.938.069-1.376.208a12.31 12.31 0 0 0-1.168.4l-.4-.928Zm2.352 6.448c.299 0 .576-.048.832-.144a2.546 2.546 0 0 0 1.152-.848c.128-.181.224-.352.288-.512v-1.12a9.04 9.04 0 0 0-1.536-.144c-.469 0-.874.053-1.216.16-.341.096-.608.251-.8.464-.192.213-.288.491-.288.832 0 .352.118.661.352.928.246.256.651.384 1.216.384Zm13.122-1.232c0-.341-.133-.603-.4-.784a3.05 3.05 0 0 0-.992-.448 15.565 15.565 0 0 0-1.296-.32 7.48 7.48 0 0 1-1.28-.384 2.943 2.943 0 0 1-.992-.64c-.267-.277-.4-.661-.4-1.152 0-.405.085-.752.256-1.04.181-.288.416-.523.704-.704a2.947 2.947 0 0 1 1.008-.416 4.93 4.93 0 0 1 1.2-.144c.747 0 1.387.096 1.92.288.544.181.976.373 1.296.576l-.512 1.008a11.68 11.68 0 0 0-1.152-.544c-.405-.181-.917-.272-1.536-.272-.235 0-.469.027-.704.08a2.398 2.398 0 0 0-.624.208 1.303 1.303 0 0 0-.448.384.936.936 0 0 0-.16.56c0 .277.133.491.4.64.267.149.597.277.992.384.395.096.821.192 1.28.288.469.085.901.213 1.296.384s.725.4.992.688c.267.288.4.677.4 1.168 0 .736-.293 1.344-.88 1.824-.576.48-1.445.72-2.608.72-.352 0-.699-.032-1.04-.096a6.472 6.472 0 0 1-1.776-.608 3.759 3.759 0 0 1-.608-.416l.64-1.04c.128.128.299.261.512.4.213.128.448.245.704.352.256.107.528.192.816.256a4.64 4.64 0 0 0 1.696.032c.256-.053.48-.128.672-.224.192-.107.341-.24.448-.4a1.05 1.05 0 0 0 .176-.608Zm3.57-9.04h2.592v6.624h.88l3.152-3.424h1.504l-3.536 3.792 2.912 3.136h1.04V113h-1.648l-3.424-3.616h-.88V113h-1.232v-10.128h-1.36V101.8Zm13.538 10.32c0-.341.096-.603.288-.784.192-.192.448-.288.768-.288.341 0 .608.096.8.288.192.181.288.443.288.784 0 .309-.096.565-.288.768-.192.203-.459.304-.8.304-.32 0-.576-.101-.768-.304a1.073 1.073 0 0 1-.288-.768Zm7.521.88v-1.072h2.16v-5.856h-2.16V105h2.992l.256 1.04h.08a5.775 5.775 0 0 1 1.216-.848c.448-.235.982-.352 1.6-.352.363 0 .651.069.864.208.224.139.395.341.512.608.128.267.214.592.256.976.043.373.064.8.064 1.28l-1.12.016c0-.683-.069-1.184-.208-1.504-.128-.32-.368-.48-.72-.48-.33 0-.629.048-.896.144a3.108 3.108 0 0 0-.704.352 4.099 4.099 0 0 0-.496.416c-.138.139-.24.256-.304.352v4.72h3.072V113h-6.464Zm17.602-1.008a3.852 3.852 0 0 1-.688.48 4.813 4.813 0 0 1-.848.384 5.615 5.615 0 0 1-.976.24 5.298 5.298 0 0 1-1.008.096c-.64 0-1.205-.096-1.696-.288a3.391 3.391 0 0 1-1.232-.848 3.775 3.775 0 0 1-.752-1.328 5.438 5.438 0 0 1-.256-1.728c0-.672.091-1.269.272-1.792.192-.523.464-.96.816-1.312a3.432 3.432 0 0 1 1.28-.8 4.663 4.663 0 0 1 1.68-.288c.448 0 .891.059 1.328.176.437.117.821.341 1.152.672.341.32.603.768.784 1.344.181.565.245 1.301.192 2.208h-6.192c0 .96.256 1.68.768 2.16.523.469 1.216.704 2.08.704.288 0 .571-.032.848-.096.288-.075.56-.16.816-.256.256-.096.48-.203.672-.32.203-.117.357-.224.464-.32l.496.912Zm-3.376-6.128c-.352 0-.688.037-1.008.112a2.297 2.297 0 0 0-.832.384c-.235.171-.432.4-.592.688-.149.277-.245.624-.288 1.04h4.976c-.053-.704-.283-1.248-.688-1.632-.395-.395-.917-.592-1.568-.592Zm10.69-4.064h2.592v8.464c0 .096.005.219.016.368l.032.448.064.48c.021.149.042.283.064.4h1.072V113h-2.128l-.16-1.232h-.064c-.235.405-.587.747-1.056 1.024-.459.267-.992.4-1.6.4-1.206 0-2.096-.336-2.672-1.008-.566-.683-.848-1.739-.848-3.168 0-.672.096-1.264.288-1.776.192-.523.464-.955.816-1.296a3.57 3.57 0 0 1 1.296-.8 4.917 4.917 0 0 1 1.68-.272c.224 0 .421.005.592.016.181.011.346.027.496.048.149.021.288.053.416.096.138.032.288.069.448.112v-2.272h-1.344V101.8Zm-.96 10.32c.65 0 1.162-.165 1.536-.496.373-.341.629-.848.768-1.52v-3.712a2.486 2.486 0 0 0-.8-.352c-.288-.075-.672-.112-1.152-.112-.854 0-1.526.251-2.016.752-.491.491-.736 1.269-.736 2.336 0 .437.037.848.112 1.232.085.373.218.699.4.976.192.277.442.496.752.656.309.16.688.24 1.136.24ZM221.52 105h2.272v5.456c0 .523.032 1.024.096 1.504h1.072V113h-2.128l-.048-1.36h-.064a3.349 3.349 0 0 1-1.104 1.12c-.458.288-1.013.432-1.664.432-.49 0-.912-.059-1.264-.176a1.736 1.736 0 0 1-.848-.576c-.224-.277-.389-.645-.496-1.104-.106-.469-.16-1.051-.16-1.744v-3.52h-1.072V105h2.32v4.336c0 .437.016.832.048 1.184.043.341.123.635.24.88.118.235.288.416.512.544.235.117.544.176.928.176.555 0 1.035-.181 1.44-.544.416-.363.731-.816.944-1.36v-4.144h-1.024V105Zm11.394 5.84c0-.341-.133-.603-.4-.784a3.04 3.04 0 0 0-.992-.448 15.37 15.37 0 0 0-1.296-.32 7.508 7.508 0 0 1-1.28-.384 2.953 2.953 0 0 1-.992-.64c-.266-.277-.4-.661-.4-1.152 0-.405.086-.752.256-1.04.182-.288.416-.523.704-.704a2.947 2.947 0 0 1 1.008-.416 4.93 4.93 0 0 1 1.2-.144c.747 0 1.387.096 1.92.288.544.181.976.373 1.296.576l-.512 1.008a11.68 11.68 0 0 0-1.152-.544c-.405-.181-.917-.272-1.536-.272-.234 0-.469.027-.704.08a2.398 2.398 0 0 0-.624.208c-.181.096-.33.224-.448.384a.943.943 0 0 0-.16.56c0 .277.134.491.4.64.267.149.598.277.992.384.395.096.822.192 1.28.288.47.085.902.213 1.296.384.395.171.726.4.992.688.267.288.4.677.4 1.168 0 .736-.293 1.344-.88 1.824-.576.48-1.445.72-2.608.72-.352 0-.698-.032-1.04-.096a6.29 6.29 0 0 1-.96-.256 6.601 6.601 0 0 1-.816-.352 3.759 3.759 0 0 1-.608-.416l.64-1.04c.128.128.299.261.512.4a5.5 5.5 0 0 0 .704.352c.256.107.528.192.816.256a4.64 4.64 0 0 0 1.696.032c.256-.053.48-.128.672-.224.192-.107.342-.24.448-.4.118-.171.176-.373.176-.608Zm11.65 1.152a3.852 3.852 0 0 1-.688.48 4.813 4.813 0 0 1-.848.384 5.615 5.615 0 0 1-.976.24 5.298 5.298 0 0 1-1.008.096c-.64 0-1.205-.096-1.696-.288a3.391 3.391 0 0 1-1.232-.848 3.775 3.775 0 0 1-.752-1.328 5.438 5.438 0 0 1-.256-1.728c0-.672.091-1.269.272-1.792.192-.523.464-.96.816-1.312a3.432 3.432 0 0 1 1.28-.8 4.663 4.663 0 0 1 1.68-.288c.448 0 .891.059 1.328.176.437.117.821.341 1.152.672.341.32.603.768.784 1.344.181.565.245 1.301.192 2.208h-6.192c0 .96.256 1.68.768 2.16.523.469 1.216.704 2.08.704.288 0 .571-.032.848-.096.288-.075.56-.16.816-.256.256-.096.48-.203.672-.32.203-.117.357-.224.464-.32l.496.912Zm-3.376-6.128c-.352 0-.688.037-1.008.112a2.297 2.297 0 0 0-.832.384c-.235.171-.432.4-.592.688-.149.277-.245.624-.288 1.04h4.976c-.053-.704-.283-1.248-.688-1.632-.395-.395-.917-.592-1.568-.592Zm12.018 10.528a7.883 7.883 0 0 1-2.016-.816 5.777 5.777 0 0 1-1.632-1.392c-.459-.576-.827-1.28-1.104-2.112-.267-.832-.4-1.819-.4-2.96 0-1.131.138-2.117.416-2.96.277-.853.65-1.573 1.12-2.16a5.573 5.573 0 0 1 1.632-1.424 6.806 6.806 0 0 1 1.984-.768l.4 1.008a7.788 7.788 0 0 0-1.728.72 4.426 4.426 0 0 0-1.36 1.168c-.374.48-.667 1.083-.88 1.808-.203.715-.304 1.584-.304 2.608 0 1.035.122 1.92.368 2.656.256.725.586 1.328.992 1.808.416.491.874.869 1.376 1.136a5.661 5.661 0 0 0 1.536.576l-.4 1.104Zm7.01-4.272c0-.341.096-.603.288-.784.192-.192.448-.288.768-.288.341 0 .608.096.8.288.192.181.288.443.288.784 0 .309-.096.565-.288.768-.192.203-.459.304-.8.304-.32 0-.576-.101-.768-.304a1.073 1.073 0 0 1-.288-.768Zm10.193 0c0-.341.096-.603.288-.784.192-.192.448-.288.768-.288.342 0 .608.096.8.288.192.181.288.443.288.784 0 .309-.096.565-.288.768-.192.203-.458.304-.8.304-.32 0-.576-.101-.768-.304a1.073 1.073 0 0 1-.288-.768Zm10.194 0c0-.341.096-.603.288-.784.192-.192.448-.288.768-.288.341 0 .608.096.8.288.192.181.288.443.288.784 0 .309-.096.565-.288.768-.192.203-.459.304-.8.304-.32 0-.576-.101-.768-.304a1.073 1.073 0 0 1-.288-.768Zm8.754 3.168a5.447 5.447 0 0 0 1.52-.576 4.46 4.46 0 0 0 1.376-1.136c.416-.48.746-1.083.992-1.808.256-.736.384-1.621.384-2.656 0-1.024-.107-1.893-.32-2.608-.203-.725-.496-1.328-.88-1.808a4.269 4.269 0 0 0-1.344-1.168 7.828 7.828 0 0 0-1.728-.72l.4-1.008a6.617 6.617 0 0 1 1.968.768 5.518 5.518 0 0 1 1.648 1.424c.469.587.842 1.307 1.12 2.16.277.843.416 1.829.416 2.96 0 1.141-.139 2.128-.416 2.96-.267.832-.635 1.536-1.104 2.112a5.515 5.515 0 0 1-1.632 1.392 7.647 7.647 0 0 1-2 .816l-.4-1.104Z" fill="#fff"/><path d="M87.533 230.358a1 1 0 0 0-1.414 0l-6.364 6.364a1 1 0 0 0 1.414 1.415l5.657-5.657 5.657 5.657a1 1 0 0 0 1.414-1.415l-6.364-6.364Zm10.293 71.123v1-1Zm-12-70.416v59.416h2v-59.416h-2Zm12 71.416h56.929v-2h-56.93v2Zm66.929 10v27.924h2v-27.924h-2Zm-10-10c5.523 0 10 4.477 10 10h2c0-6.627-5.373-12-12-12v2Zm-68.93-12c0 6.628 5.373 12 12 12v-2c-5.522 0-10-4.477-10-10h-2Z" fill="#2D2D2D"/><path d="M33.13 441.6V338.836s11.027 10.431 45.3 10.431c34.273 0 46.493-11.623 46.493-11.623V441.6c-13.549 20.763-87.418 15.176-91.793 0Z" fill="#fff"/><path d="M125 334.769c0 1.614-1.024 3.327-3.299 5.039-2.259 1.7-5.596 3.274-9.823 4.614-8.442 2.675-20.21 4.347-33.378 4.347s-24.936-1.672-33.378-4.347c-4.227-1.34-7.564-2.914-9.823-4.614-2.275-1.712-3.299-3.425-3.299-5.039 0-1.615 1.024-3.328 3.3-5.04 2.258-1.7 5.595-3.274 9.822-4.614 8.442-2.675 20.21-4.346 33.378-4.346s24.936 1.671 33.378 4.346c4.227 1.34 7.564 2.914 9.823 4.614 2.275 1.712 3.299 3.425 3.299 5.04Z" fill="#fff" stroke="#ED1C24" stroke-width="2"/><path d="m32 333.769.35 107.263M125 333.769v108m.089-1.558c0 7.957-20.761 14.406-46.37 14.406-25.608 0-46.368-6.449-46.368-14.406" stroke="#ED1C24" stroke-width="2"/><path d="M82.637 399.884v1.689h-9.463c-.013-.423.056-.83.205-1.22.241-.645.625-1.28 1.153-1.905.534-.625 1.302-1.347 2.304-2.168 1.556-1.276 2.608-2.285 3.155-3.027.547-.749.82-1.455.82-2.119 0-.697-.25-1.283-.752-1.758-.495-.482-1.142-.723-1.943-.723-.847 0-1.524.254-2.031.762-.508.508-.765 1.211-.772 2.109l-1.807-.185c.124-1.348.59-2.373 1.397-3.076.807-.71 1.891-1.065 3.252-1.065 1.373 0 2.46.381 3.261 1.143.801.762 1.202 1.706 1.202 2.832 0 .573-.117 1.136-.352 1.689-.234.554-.625 1.136-1.172 1.748-.54.612-1.442 1.452-2.705 2.52-1.054.885-1.732 1.488-2.031 1.807-.3.312-.547.628-.742.947h7.021Z" fill="#000"/><path d="M95.836 394.486c0 9.772-7.922 17.694-17.694 17.694-9.771 0-17.693-7.922-17.693-17.694 0-9.771 7.922-17.693 17.693-17.693m-4.89-3.882 5.771 3.516-3.516 5.771" stroke="#9C9C9C" stroke-width="2"/><path d="M209.13 442.6V338.836s11.027 10.431 45.3 10.431c34.273 0 46.493-11.623 46.493-11.623V442.6s-4.936 12.745-46.493 13.235c-41.557.491-45.3-13.235-45.3-13.235Z" fill="#fff"/><path d="M301 334.769c0 1.614-1.024 3.327-3.299 5.039-2.259 1.7-5.596 3.274-9.823 4.614-8.442 2.675-20.21 4.347-33.378 4.347s-24.936-1.672-33.378-4.347c-4.227-1.34-7.564-2.914-9.823-4.614-2.275-1.712-3.299-3.425-3.299-5.039 0-1.615 1.024-3.328 3.299-5.04 2.259-1.7 5.596-3.274 9.823-4.614 8.442-2.675 20.21-4.346 33.378-4.346s24.936 1.671 33.378 4.346c4.227 1.34 7.564 2.914 9.823 4.614 2.275 1.712 3.299 3.425 3.299 5.04Z" fill="#fff" stroke="#ED1C24" stroke-width="2"/><path d="m208 333.769.351 107.263M301 333.769v108m.089-.558c0 7.957-20.761 14.406-46.369 14.406-25.609 0-46.369-6.449-46.369-14.406" stroke="#ED1C24" stroke-width="2"/><path d="M258.637 399.884v1.689h-9.463c-.013-.423.056-.83.205-1.22.241-.645.625-1.28 1.153-1.905.534-.625 1.302-1.347 2.304-2.168 1.556-1.276 2.608-2.285 3.155-3.027.547-.749.82-1.455.82-2.119 0-.697-.251-1.283-.752-1.758-.495-.482-1.142-.723-1.943-.723-.847 0-1.524.254-2.032.762-.507.508-.765 1.211-.771 2.109l-1.807-.185c.124-1.348.59-2.373 1.397-3.076.807-.71 1.891-1.065 3.252-1.065 1.373 0 2.461.381 3.262 1.143.8.762 1.201 1.706 1.201 2.832 0 .573-.118 1.136-.352 1.689-.234.554-.625 1.136-1.172 1.748-.54.612-1.442 1.452-2.705 2.52-1.055.885-1.732 1.488-2.031 1.807-.3.312-.547.628-.742.947h7.021Z" fill="#000"/><path d="M271.836 394.486c0 9.772-7.922 17.694-17.694 17.694-9.771 0-17.693-7.922-17.693-17.694 0-9.771 7.922-17.693 17.693-17.693m-4.89-3.882 5.771 3.516-3.516 5.771" stroke="#9C9C9C" stroke-width="2"/><path d="M121.13 472.177V368.62s11.027 8.545 45.3 8.545c34.273 0 46.493-9.521 46.493-9.521v103.961c-13.721 18.884-83.39 16.452-91.793.572Z" fill="#fff"/><path d="M213 364.769c0 1.614-1.024 3.327-3.299 5.039-2.259 1.7-5.596 3.274-9.823 4.614-8.442 2.675-20.21 4.347-33.378 4.347s-24.936-1.672-33.378-4.347c-4.227-1.34-7.564-2.914-9.823-4.614-2.275-1.712-3.299-3.425-3.299-5.039 0-1.615 1.024-3.328 3.299-5.04 2.259-1.7 5.596-3.274 9.823-4.614 8.442-2.675 20.21-4.346 33.378-4.346s24.936 1.671 33.378 4.346c4.227 1.34 7.564 2.914 9.823 4.614 2.275 1.712 3.299 3.425 3.299 5.04Z" fill="#fff" stroke="#ED1C24" stroke-width="2"/><path d="m120 363.769.351 107.263M213 363.769v108m.089-1.558c0 7.957-20.761 14.406-46.369 14.406-25.609 0-46.369-6.449-46.369-14.406" stroke="#ED1C24" stroke-width="2"/><path d="M229.924 467.142s-10.499 6.402-.604 12.76c1.904 1.238 8.808 4.681 8.611 7.868 0 0 4.185-6.192-1.934-10.088-6.284-3.987-7.855-8.245-6.073-10.54Z" fill="#ED1C24"/><path d="M226.269 479.374s-3.747 5.678 3.625 6.84c.726.091 6.058.65 7.448 2.401 0 0-.121-3.02-4.471-4.802-4.336-1.782-6.119-2.219-6.602-4.439Zm14.503-5.965c-4.502-4.712-5.756-7.626-3.822-11.402 0 0-13.431 5.165-.167 14.331 4.744 3.277 3.958 6.63 3.958 6.75.741-.77 4.533-4.968.031-9.679Z" fill="#ED1C24"/><path d="M248.219 483.874v-11.453h1.554l6.016 8.992v-8.992h1.453v11.453h-1.554l-6.016-9v9h-1.453Zm11.317-5.578c0-1.901.51-3.388 1.531-4.461 1.021-1.078 2.339-1.617 3.953-1.617 1.058 0 2.011.252 2.86.758a4.92 4.92 0 0 1 1.937 2.117c.448.901.672 1.924.672 3.07 0 1.162-.234 2.201-.703 3.117-.469.917-1.133 1.612-1.992 2.086a5.718 5.718 0 0 1-2.782.703c-1.078 0-2.041-.26-2.89-.781a5.033 5.033 0 0 1-1.93-2.133 6.47 6.47 0 0 1-.656-2.859Zm1.562.023c0 1.381.37 2.469 1.11 3.266.745.792 1.677 1.187 2.797 1.187 1.14 0 2.078-.401 2.812-1.203.74-.802 1.11-1.94 1.11-3.414 0-.932-.159-1.745-.477-2.437-.313-.698-.773-1.237-1.383-1.617a3.707 3.707 0 0 0-2.039-.579 3.88 3.88 0 0 0-2.773 1.11c-.771.734-1.157 1.963-1.157 3.687Zm11.552 5.555v-11.453h3.945c.891 0 1.571.055 2.039.164.657.151 1.217.424 1.68.82.604.511 1.055 1.164 1.352 1.961.302.792.453 1.698.453 2.719 0 .87-.102 1.641-.305 2.312-.203.672-.463 1.23-.781 1.672a4.203 4.203 0 0 1-1.047 1.039c-.375.25-.831.441-1.367.571-.532.13-1.143.195-1.836.195h-4.133Zm1.516-1.352h2.445c.755 0 1.346-.07 1.773-.21.433-.141.776-.339 1.032-.594.359-.36.638-.841.836-1.446.203-.609.304-1.346.304-2.21 0-1.198-.198-2.118-.594-2.758-.39-.646-.867-1.078-1.429-1.297-.406-.156-1.06-.235-1.961-.235h-2.406v8.75Zm10.278 1.352v-11.453h8.281v1.351h-6.766v3.508h6.336v1.344h-6.336v3.898h7.032v1.352h-8.547Z" fill="#2D2D2D"/><path d="M41.85 467.142s-10.499 6.402-.604 12.76c1.904 1.238 8.808 4.681 8.611 7.868 0 0 4.185-6.192-1.933-10.088-6.285-3.987-7.856-8.245-6.073-10.54Z" fill="#ED1C24"/><path d="M38.195 479.374s-3.747 5.678 3.626 6.84c.725.091 6.058.65 7.447 2.401 0 0-.12-3.02-4.471-4.802-4.336-1.782-6.119-2.219-6.602-4.439Zm14.503-5.965c-4.502-4.712-5.756-7.626-3.822-11.402 0 0-13.43 5.165-.166 14.331 4.743 3.277 3.958 6.63 3.958 6.75.74-.77 4.532-4.968.03-9.679Z" fill="#ED1C24"/><path d="M60.145 483.874v-11.453H61.7l6.015 8.992v-8.992h1.453v11.453h-1.554l-6.016-9v9h-1.453Zm11.317-5.578c0-1.901.51-3.388 1.531-4.461 1.021-1.078 2.339-1.617 3.954-1.617 1.057 0 2.01.252 2.859.758a4.92 4.92 0 0 1 1.937 2.117c.448.901.672 1.924.672 3.07 0 1.162-.234 2.201-.703 3.117-.469.917-1.133 1.612-1.992 2.086a5.714 5.714 0 0 1-2.781.703c-1.078 0-2.042-.26-2.89-.781a5.029 5.029 0 0 1-1.93-2.133 6.463 6.463 0 0 1-.657-2.859Zm1.563.023c0 1.381.37 2.469 1.109 3.266.745.792 1.677 1.187 2.797 1.187 1.14 0 2.078-.401 2.812-1.203.74-.802 1.11-1.94 1.11-3.414 0-.932-.16-1.745-.477-2.437-.312-.698-.773-1.237-1.383-1.617a3.707 3.707 0 0 0-2.039-.579 3.88 3.88 0 0 0-2.773 1.11c-.77.734-1.156 1.963-1.156 3.687Zm11.551 5.555v-11.453h3.946c.89 0 1.57.055 2.039.164.656.151 1.216.424 1.68.82.603.511 1.054 1.164 1.35 1.961.303.792.454 1.698.454 2.719 0 .87-.102 1.641-.305 2.312-.203.672-.463 1.23-.781 1.672a4.193 4.193 0 0 1-1.047 1.039c-.375.25-.83.441-1.367.571-.531.13-1.143.195-1.836.195h-4.133Zm1.516-1.352h2.445c.755 0 1.346-.07 1.774-.21.432-.141.776-.339 1.03-.594.36-.36.639-.841.837-1.446.203-.609.305-1.346.305-2.21 0-1.198-.199-2.118-.594-2.758-.39-.646-.867-1.078-1.43-1.297-.406-.156-1.06-.235-1.96-.235h-2.407v8.75Zm10.278 1.352v-11.453h8.281v1.351h-6.765v3.508h6.336v1.344h-6.336v3.898h7.031v1.352H96.37Z" fill="#2D2D2D"/><path d="M134.851 497.679s-10.5 6.403-.605 12.76c1.904 1.239 8.808 4.682 8.611 7.868 0 0 4.185-6.191-1.933-10.087-6.285-3.987-7.856-8.246-6.073-10.541Z" fill="#ED1C24"/><path d="M131.195 509.911s-3.747 5.678 3.626 6.841c.725.09 6.058.649 7.447 2.401 0 0-.12-3.02-4.471-4.802-4.336-1.782-6.119-2.22-6.602-4.44Zm14.503-5.965c-4.502-4.712-5.756-7.626-3.822-11.401 0 0-13.43 5.164-.166 14.331 4.743 3.277 3.958 6.629 3.958 6.75.74-.77 4.532-4.968.03-9.68Z" fill="#ED1C24"/><path d="M153.145 514.874v-11.453h1.555l6.015 8.992v-8.992h1.453v11.453h-1.554l-6.016-9v9h-1.453Zm11.317-5.578c0-1.901.511-3.388 1.531-4.461 1.021-1.078 2.339-1.617 3.954-1.617 1.057 0 2.01.252 2.859.758a4.914 4.914 0 0 1 1.937 2.117c.448.901.672 1.924.672 3.07 0 1.162-.234 2.201-.703 3.117-.469.917-1.133 1.612-1.992 2.086a5.714 5.714 0 0 1-2.781.703c-1.078 0-2.042-.26-2.891-.781a5.033 5.033 0 0 1-1.93-2.133 6.47 6.47 0 0 1-.656-2.859Zm1.563.023c0 1.381.369 2.469 1.109 3.266.745.792 1.677 1.187 2.797 1.187 1.141 0 2.078-.401 2.812-1.203.74-.802 1.11-1.94 1.11-3.414 0-.932-.159-1.745-.477-2.437-.312-.698-.773-1.237-1.383-1.617a3.704 3.704 0 0 0-2.039-.579 3.88 3.88 0 0 0-2.773 1.11c-.771.734-1.156 1.963-1.156 3.687Zm11.551 5.555v-11.453h3.946c.89 0 1.57.055 2.039.164.656.151 1.216.424 1.679.82.604.511 1.055 1.164 1.352 1.961.302.792.453 1.698.453 2.719 0 .87-.102 1.641-.305 2.312-.203.672-.463 1.23-.781 1.672a4.203 4.203 0 0 1-1.047 1.039c-.375.25-.831.441-1.367.571-.531.13-1.143.195-1.836.195h-4.133Zm1.516-1.352h2.445c.755 0 1.346-.07 1.774-.21.432-.141.776-.339 1.031-.594.359-.36.638-.841.836-1.446.203-.609.304-1.346.304-2.21 0-1.198-.197-2.118-.593-2.758-.391-.646-.867-1.078-1.43-1.297-.406-.156-1.06-.235-1.961-.235h-2.406v8.75Zm10.278 1.352v-11.453h8.281v1.351h-6.765v3.508h6.336v1.344h-6.336v3.898h7.031v1.352h-8.547Z" fill="#2D2D2D"/><path d="M170.637 431.884v1.689h-9.463c-.013-.423.056-.83.205-1.22.241-.645.625-1.28 1.153-1.905.534-.625 1.302-1.347 2.304-2.168 1.556-1.276 2.608-2.285 3.155-3.027.547-.749.82-1.455.82-2.119 0-.697-.251-1.283-.752-1.758-.495-.482-1.142-.723-1.943-.723-.847 0-1.524.254-2.032.762-.507.508-.765 1.211-.771 2.109l-1.807-.185c.124-1.348.59-2.373 1.397-3.076.807-.71 1.891-1.065 3.252-1.065 1.373 0 2.461.381 3.262 1.143.8.762 1.201 1.706 1.201 2.832 0 .573-.118 1.136-.352 1.689-.234.554-.625 1.136-1.172 1.748-.54.612-1.442 1.452-2.705 2.52-1.055.885-1.732 1.488-2.031 1.807-.3.312-.547.628-.742.947h7.021Z" fill="#000"/><path d="M183.836 426.486c0 9.772-7.922 17.694-17.694 17.694-9.771 0-17.693-7.922-17.693-17.694 0-9.771 7.922-17.693 17.693-17.693m-4.89-3.882 5.771 3.516-3.516 5.771" stroke="#9C9C9C" stroke-width="2"/><path d="m85.533 207.675 24.982 6.611v-35.929l-24.982-6.611-24.543 7.639v35.78l24.543-7.49Z" fill="#fff" stroke="#2D2D2D" stroke-width="2"/><path d="m85.972 186.27-24.982-6.611v43.812l24.982 6.611 24.543-7.639V178.78l-24.543 7.49Z" fill="#fff" stroke="#2D2D2D" stroke-width="2"/><path d="M85.606 186.199v43.15" stroke="#2D2D2D" stroke-width="2"/><path d="m124.368 213.693 5.498-14.316h2.041l5.86 14.316h-2.159l-1.67-4.336h-5.986l-1.572 4.336h-2.012Zm4.131-5.879h4.854l-1.495-3.964c-.455-1.205-.794-2.194-1.015-2.969-.183.918-.44 1.829-.772 2.734l-1.572 4.199Zm10.757 9.854v-14.346h1.601v1.348c.378-.527.804-.921 1.28-1.182.475-.267 1.051-.4 1.728-.4.885 0 1.667.228 2.344.683.677.456 1.188 1.101 1.533 1.934.345.827.518 1.735.518 2.725 0 1.061-.192 2.018-.577 2.871-.377.846-.931 1.497-1.66 1.953-.722.449-1.484.674-2.285.674a3.342 3.342 0 0 1-1.582-.371 3.622 3.622 0 0 1-1.143-.938v5.049h-1.757Zm1.591-9.102c0 1.335.271 2.321.811 2.959.54.638 1.195.957 1.963.957.781 0 1.448-.328 2.002-.986.56-.664.84-1.689.84-3.076 0-1.322-.274-2.311-.821-2.969-.54-.657-1.188-.986-1.943-.986-.749 0-1.413.351-1.992 1.055-.573.696-.86 1.712-.86 3.046Zm9.741 9.102v-14.346h1.602v1.348c.378-.527.804-.921 1.279-1.182.476-.267 1.052-.4 1.729-.4.885 0 1.667.228 2.344.683.677.456 1.188 1.101 1.533 1.934.345.827.517 1.735.517 2.725 0 1.061-.192 2.018-.576 2.871-.377.846-.931 1.497-1.66 1.953-.723.449-1.484.674-2.285.674a3.342 3.342 0 0 1-1.582-.371 3.622 3.622 0 0 1-1.143-.938v5.049h-1.758Zm1.592-9.102c0 1.335.27 2.321.811 2.959.54.638 1.194.957 1.963.957.781 0 1.448-.328 2.002-.986.56-.664.84-1.689.84-3.076 0-1.322-.274-2.311-.821-2.969-.54-.657-1.188-.986-1.943-.986-.749 0-1.413.351-1.992 1.055-.573.696-.86 1.712-.86 3.046Zm9.702 5.127v-14.316h1.758v14.316h-1.758Zm4.702-12.295v-2.021h1.758v2.021h-1.758Zm0 12.295v-10.371h1.758v10.371h-1.758Zm11.411-3.798 1.729.224c-.189 1.192-.674 2.126-1.455 2.803-.775.67-1.729 1.006-2.862 1.006-1.419 0-2.562-.463-3.428-1.387-.859-.931-1.289-2.262-1.289-3.994 0-1.12.186-2.1.557-2.94.371-.839.934-1.468 1.69-1.884a5.011 5.011 0 0 1 2.48-.635c1.126 0 2.048.286 2.764.859.716.567 1.175 1.374 1.377 2.422l-1.709.264c-.163-.697-.453-1.221-.87-1.572-.41-.352-.908-.528-1.494-.528-.885 0-1.604.319-2.158.957-.553.632-.83 1.634-.83 3.008 0 1.393.267 2.406.801 3.037.534.632 1.23.947 2.09.947.69 0 1.266-.211 1.728-.634.462-.424.755-1.075.879-1.953Zm10.2 2.519c-.651.553-1.279.944-1.885 1.172a5.387 5.387 0 0 1-1.933.342c-1.14 0-2.015-.277-2.627-.83-.612-.56-.918-1.273-.918-2.139 0-.508.114-.97.342-1.387.234-.423.537-.761.908-1.015a4.356 4.356 0 0 1 1.269-.577c.345-.091.866-.179 1.563-.263 1.419-.169 2.464-.371 3.135-.606.006-.241.009-.394.009-.459 0-.716-.166-1.22-.498-1.513-.449-.397-1.116-.596-2.002-.596-.826 0-1.438.146-1.836.439-.39.287-.68.798-.869 1.534l-1.718-.235c.156-.735.413-1.328.771-1.777.358-.456.876-.804 1.553-1.045.677-.247 1.461-.371 2.353-.371.886 0 1.605.104 2.159.312.553.209.96.472 1.22.791.261.313.443.71.547 1.192.059.299.088.84.088 1.621v2.344c0 1.634.036 2.669.107 3.105.079.43.228.843.45 1.24h-1.836a3.706 3.706 0 0 1-.352-1.279Zm-.146-3.926c-.638.261-1.595.482-2.871.664-.723.105-1.234.222-1.534.352a1.518 1.518 0 0 0-.937 1.406c0 .469.176.86.527 1.172.358.313.879.469 1.563.469.677 0 1.279-.147 1.806-.44a2.755 2.755 0 0 0 1.162-1.22c.189-.398.284-.983.284-1.758v-.645Zm8.549 3.633.254 1.553a6.528 6.528 0 0 1-1.328.156c-.638 0-1.133-.101-1.484-.303-.352-.201-.599-.465-.743-.791-.143-.332-.214-1.025-.214-2.08v-5.967h-1.289v-1.367h1.289v-2.568l1.748-1.055v3.623h1.767v1.367h-1.767v6.065c0 .501.029.823.088.967a.767.767 0 0 0 .302.341c.144.085.345.127.606.127.195 0 .452-.022.771-.068Zm1.939-10.723v-2.021h1.757v2.021h-1.757Zm0 12.295v-10.371h1.757v10.371h-1.757Zm3.989-5.185c0-1.921.533-3.343 1.601-4.268.892-.768 1.979-1.152 3.262-1.152 1.426 0 2.591.469 3.496 1.406.905.931 1.357 2.22 1.357 3.867 0 1.335-.201 2.386-.605 3.155a4.224 4.224 0 0 1-1.748 1.777 5.065 5.065 0 0 1-2.5.635c-1.452 0-2.627-.466-3.526-1.397-.891-.931-1.337-2.272-1.337-4.023Zm1.806 0c0 1.328.29 2.324.869 2.988.58.658 1.309.986 2.188.986.872 0 1.598-.332 2.178-.996.579-.664.869-1.676.869-3.037 0-1.282-.293-2.252-.879-2.91-.58-.664-1.302-.996-2.168-.996-.879 0-1.608.329-2.188.986-.579.658-.869 1.651-.869 2.979Zm10.181 5.185v-10.371h1.582v1.475c.761-1.139 1.862-1.709 3.301-1.709.625 0 1.197.114 1.718.342.528.221.921.514 1.182.879.26.364.443.797.547 1.298.065.326.097.896.097 1.709v6.377h-1.757v-6.308c0-.716-.069-1.25-.205-1.602a1.657 1.657 0 0 0-.733-.849c-.345-.215-.752-.323-1.221-.323-.748 0-1.396.238-1.943.713-.54.475-.81 1.377-.81 2.705v5.664h-1.758Z" fill="#2D2D2D"/><path d="M27 67h-1.333v-8.571c-.321.308-.744.617-1.267.926-.518.31-.985.54-1.4.695v-1.3a8.049 8.049 0 0 0 1.956-1.285c.558-.504.953-.992 1.185-1.465H27v11Z" fill="#000"/><path fill-rule="evenodd" clip-rule="evenodd" d="m24.56 47.89-2.612-1.602.78-1.288 4.96 3.043-3.022 4.994-1.28-.785 1.756-2.899c-6.505.444-11.644 5.895-11.644 12.555 0 6.95 5.597 12.584 12.502 12.584s12.502-5.634 12.502-12.584H40C40 69.691 33.732 76 26 76s-14-6.31-14-14.092c0-7.294 5.505-13.293 12.56-14.018Z" fill="#9C9C9C"/><path d="m23 112.967 1.313-.176c.15.749.405 1.29.765 1.623.365.328.807.492 1.327.492a2.1 2.1 0 0 0 1.56-.646c.428-.431.642-.965.642-1.601 0-.607-.197-1.106-.59-1.498-.394-.397-.895-.595-1.502-.595a3.75 3.75 0 0 0-.927.147l.146-1.16c.088.01.158.014.212.014a2.69 2.69 0 0 0 1.51-.44c.446-.294.67-.747.67-1.359 0-.484-.163-.886-.489-1.204-.325-.318-.746-.477-1.261-.477-.51 0-.936.161-1.276.484-.34.324-.559.808-.656 1.454l-1.313-.235c.16-.886.525-1.571 1.094-2.056.569-.489 1.276-.734 2.122-.734.583 0 1.12.127 1.611.382.491.25.866.592 1.123 1.028.263.436.394.898.394 1.388 0 .465-.124.888-.372 1.27s-.615.685-1.1.911c.631.147 1.122.452 1.472.918.35.46.525 1.037.525 1.733 0 .939-.34 1.737-1.02 2.393-.681.651-1.542.977-2.582.977-.938 0-1.718-.281-2.34-.844-.618-.563-.97-1.293-1.058-2.189Z" fill="#000"/><path fill-rule="evenodd" clip-rule="evenodd" d="m25.01 95.983-2.707-1.654L23.11 93l5.14 3.14-3.132 5.156-1.324-.81 1.817-2.993c-6.737.459-12.06 6.086-12.06 12.961 0 7.174 5.798 12.99 12.949 12.99s12.949-5.816 12.949-12.99H41C41 118.487 34.508 125 26.5 125S12 118.487 12 110.454c0-7.529 5.701-13.722 13.01-14.471Z" fill="#9C9C9C"/></svg>
\ No newline at end of file
+<svg width="333" height="520" viewBox="0 0 333 520" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect x="1" y="1" width="315" height="174" rx="9" fill="white" stroke="black" stroke-width="2"/>
+<rect x="51" y="15" width="282" height="172" rx="10" fill="#2D2D2D"/>
+<path d="M80.024 58.232C79.7787 58.1467 79.512 58.0773 79.224 58.024C78.9467 57.96 78.6693 57.928 78.392 57.928C77.3467 57.928 76.568 58.1733 76.056 58.664C75.544 59.1547 75.288 59.9333 75.288 61C75.288 61.4693 75.3627 61.8907 75.512 62.264C75.6613 62.6267 75.8747 62.936 76.152 63.192C76.4293 63.448 76.76 63.6453 77.144 63.784C77.5387 63.9227 77.9707 63.992 78.44 63.992C78.9413 63.992 79.4267 63.9067 79.896 63.736C80.376 63.5653 80.776 63.3413 81.096 63.064L81.656 63.992C81.5067 64.12 81.32 64.2533 81.096 64.392C80.872 64.5307 80.6107 64.664 80.312 64.792C80.024 64.9093 79.6987 65.0053 79.336 65.08C78.984 65.1547 78.6 65.192 78.184 65.192C77.4907 65.192 76.8773 65.096 76.344 64.904C75.8213 64.7013 75.384 64.4187 75.032 64.056C74.68 63.6827 74.4133 63.24 74.232 62.728C74.0507 62.2053 73.96 61.6293 73.96 61C73.96 60.328 74.0507 59.7307 74.232 59.208C74.424 58.6853 74.696 58.248 75.048 57.896C75.4 57.544 75.8267 57.2773 76.328 57.096C76.8293 56.904 77.3893 56.808 78.008 56.808C78.7973 56.808 79.4373 56.8773 79.928 57.016C80.4293 57.1547 80.8507 57.3093 81.192 57.48L81.176 57.528V59.752H80.024V58.232ZM89.0018 57H91.2738V62.456C91.2738 62.9787 91.3058 63.48 91.3698 63.96H92.4418V65H90.3138L90.2658 63.64H90.2018C89.9244 64.0987 89.5564 64.472 89.0978 64.76C88.6391 65.048 88.0844 65.192 87.4338 65.192C86.9431 65.192 86.5218 65.1333 86.1698 65.016C85.8284 64.9093 85.5458 64.7173 85.3218 64.44C85.0978 64.1627 84.9324 63.7947 84.8258 63.336C84.7191 62.8667 84.6658 62.2853 84.6658 61.592V58.072H83.5938V57H85.9138V61.336C85.9138 61.7733 85.9298 62.168 85.9618 62.52C86.0044 62.8613 86.0844 63.1547 86.2018 63.4C86.3191 63.6347 86.4898 63.816 86.7138 63.944C86.9484 64.0613 87.2578 64.12 87.6418 64.12C88.1964 64.12 88.6764 63.9387 89.0818 63.576C89.4978 63.2133 89.8124 62.76 90.0258 62.216V58.072H89.0018V57ZM100.396 62.84C100.396 62.4987 100.262 62.2373 99.9955 62.056C99.7288 61.864 99.3982 61.7147 99.0035 61.608C98.6088 61.4907 98.1768 61.384 97.7075 61.288C97.2488 61.192 96.8222 61.064 96.4275 60.904C96.0328 60.744 95.7022 60.5307 95.4355 60.264C95.1688 59.9867 95.0355 59.6027 95.0355 59.112C95.0355 58.7067 95.1208 58.36 95.2915 58.072C95.4728 57.784 95.7075 57.5493 95.9955 57.368C96.2835 57.176 96.6195 57.0373 97.0035 56.952C97.3875 56.856 97.7875 56.808 98.2035 56.808C98.9502 56.808 99.5902 56.904 100.124 57.096C100.668 57.2773 101.1 57.4693 101.42 57.672L100.908 58.68C100.556 58.488 100.172 58.3067 99.7555 58.136C99.3502 57.9547 98.8382 57.864 98.2195 57.864C97.9848 57.864 97.7502 57.8907 97.5155 57.944C97.2915 57.9867 97.0835 58.056 96.8915 58.152C96.7102 58.248 96.5608 58.376 96.4435 58.536C96.3368 58.6853 96.2835 58.872 96.2835 59.096C96.2835 59.3733 96.4168 59.5867 96.6835 59.736C96.9502 59.8853 97.2808 60.0133 97.6755 60.12C98.0702 60.216 98.4968 60.312 98.9555 60.408C99.4248 60.4933 99.8568 60.6213 100.252 60.792C100.646 60.9627 100.977 61.192 101.244 61.48C101.51 61.768 101.644 62.1573 101.644 62.648C101.644 63.384 101.35 63.992 100.764 64.472C100.188 64.952 99.3182 65.192 98.1555 65.192C97.8035 65.192 97.4568 65.16 97.1155 65.096C96.7742 65.032 96.4542 64.9467 96.1555 64.84C95.8568 64.7333 95.5848 64.616 95.3395 64.488C95.0942 64.3493 94.8915 64.2107 94.7315 64.072L95.3715 63.032C95.4995 63.16 95.6702 63.2933 95.8835 63.432C96.0968 63.56 96.3315 63.6773 96.5875 63.784C96.8435 63.8907 97.1155 63.976 97.4035 64.04C97.7022 64.104 98.0008 64.136 98.2995 64.136C98.5875 64.136 98.8542 64.1147 99.0995 64.072C99.3555 64.0187 99.5795 63.944 99.7715 63.848C99.9635 63.7413 100.113 63.608 100.22 63.448C100.337 63.2773 100.396 63.0747 100.396 62.84ZM104.077 57H105.981V55.416L107.229 55.064V57H111.501V58.072H107.229V61.848C107.229 62.6267 107.416 63.2027 107.789 63.576C108.173 63.9493 108.717 64.136 109.421 64.136C109.901 64.136 110.317 64.0453 110.669 63.864C111.032 63.6827 111.357 63.4853 111.645 63.272L112.061 64.216C111.688 64.5147 111.24 64.7547 110.717 64.936C110.205 65.1173 109.677 65.208 109.133 65.208C108.707 65.208 108.301 65.144 107.917 65.016C107.544 64.8987 107.213 64.712 106.925 64.456C106.637 64.2 106.408 63.8747 106.237 63.48C106.067 63.0747 105.981 62.5947 105.981 62.04V58.072H104.077V57ZM114.687 61C114.687 59.7093 115.023 58.6907 115.695 57.944C116.367 57.1867 117.327 56.808 118.575 56.808C119.247 56.808 119.823 56.92 120.303 57.144C120.794 57.3573 121.199 57.6507 121.519 58.024C121.839 58.3973 122.074 58.84 122.223 59.352C122.383 59.864 122.463 60.4133 122.463 61C122.463 61.64 122.378 62.2213 122.207 62.744C122.036 63.256 121.786 63.6933 121.455 64.056C121.124 64.4187 120.714 64.7013 120.223 64.904C119.743 65.096 119.194 65.192 118.575 65.192C117.914 65.192 117.338 65.0853 116.847 64.872C116.356 64.648 115.951 64.3493 115.631 63.976C115.311 63.6027 115.071 63.16 114.911 62.648C114.762 62.136 114.687 61.5867 114.687 61ZM116.015 61C116.015 61.3733 116.058 61.7467 116.143 62.12C116.239 62.4933 116.388 62.8293 116.591 63.128C116.794 63.4267 117.055 63.6667 117.375 63.848C117.706 64.0293 118.106 64.12 118.575 64.12C119.428 64.12 120.068 63.8587 120.495 63.336C120.932 62.8027 121.151 62.024 121.151 61C121.151 60.616 121.103 60.2427 121.007 59.88C120.922 59.5067 120.772 59.1707 120.559 58.872C120.356 58.5733 120.09 58.3333 119.759 58.152C119.439 57.9707 119.044 57.88 118.575 57.88C117.722 57.88 117.082 58.1413 116.655 58.664C116.228 59.1867 116.015 59.9653 116.015 61ZM128.161 65V59.672C128.161 59.448 128.15 59.2347 128.129 59.032C128.118 58.8187 128.081 58.632 128.017 58.472C127.963 58.3013 127.878 58.168 127.761 58.072C127.654 57.976 127.51 57.928 127.329 57.928C126.966 57.928 126.657 58.0773 126.401 58.376C126.155 58.6747 125.969 59.048 125.841 59.496V65H124.625V57H125.457L125.697 57.976H125.761C125.867 57.816 125.969 57.6667 126.065 57.528C126.171 57.3787 126.289 57.2507 126.417 57.144C126.555 57.0373 126.715 56.9573 126.897 56.904C127.078 56.84 127.307 56.808 127.585 56.808C127.745 56.808 127.91 56.8347 128.081 56.888C128.251 56.9307 128.406 57.0053 128.545 57.112C128.694 57.208 128.822 57.3413 128.929 57.512C129.035 57.6827 129.105 57.8907 129.137 58.136C129.382 57.72 129.654 57.3947 129.953 57.16C130.262 56.9253 130.683 56.808 131.217 56.808C131.569 56.808 131.851 56.8667 132.065 56.984C132.289 57.1013 132.459 57.272 132.577 57.496C132.705 57.7093 132.79 57.9707 132.833 58.28C132.886 58.5787 132.913 58.9147 132.913 59.288V65H131.697V59.56C131.697 59.336 131.686 59.128 131.665 58.936C131.643 58.7333 131.601 58.5573 131.537 58.408C131.483 58.2587 131.403 58.1413 131.297 58.056C131.201 57.9707 131.067 57.928 130.897 57.928C130.523 57.928 130.209 58.0773 129.953 58.376C129.697 58.6747 129.505 59.1013 129.377 59.656V65H128.161ZM134.802 53.8H143.122V56.728H141.938V54.984H139.618V63.816H141.378V65H136.53V63.816H138.29V54.984H135.986V56.728H134.802V53.8ZM146.084 57.624C146.543 57.3573 147.06 57.1653 147.636 57.048C148.212 56.9307 148.778 56.872 149.332 56.872C149.876 56.872 150.319 56.9573 150.66 57.128C151.012 57.2987 151.284 57.5227 151.476 57.8C151.679 58.0667 151.812 58.376 151.876 58.728C151.951 59.0693 151.988 59.416 151.988 59.768C151.988 60.1733 151.978 60.6053 151.956 61.064C151.935 61.5227 151.919 61.9813 151.908 62.44C151.908 62.9733 151.94 63.48 152.004 63.96H153.076V65H150.948L150.804 63.8H150.724C150.66 63.896 150.564 64.0187 150.436 64.168C150.308 64.3173 150.138 64.4667 149.924 64.616C149.722 64.7547 149.471 64.8773 149.172 64.984C148.874 65.0907 148.522 65.144 148.116 65.144C147.327 65.144 146.703 64.9413 146.244 64.536C145.786 64.1307 145.556 63.576 145.556 62.872C145.556 62.328 145.674 61.8747 145.908 61.512C146.154 61.1493 146.5 60.872 146.948 60.68C147.396 60.488 147.935 60.376 148.564 60.344C149.204 60.312 149.919 60.3547 150.708 60.472C150.762 59.9813 150.767 59.576 150.724 59.256C150.692 58.9253 150.607 58.664 150.468 58.472C150.34 58.28 150.154 58.1467 149.908 58.072C149.674 57.9867 149.38 57.944 149.028 57.944C148.548 57.944 148.09 58.0133 147.652 58.152C147.215 58.28 146.826 58.4133 146.484 58.552L146.084 57.624ZM148.436 64.072C148.735 64.072 149.012 64.024 149.268 63.928C149.524 63.832 149.748 63.7093 149.94 63.56C150.132 63.4107 150.292 63.2507 150.42 63.08C150.548 62.8987 150.644 62.728 150.708 62.568V61.448C150.154 61.352 149.642 61.304 149.172 61.304C148.703 61.304 148.298 61.3573 147.956 61.464C147.615 61.56 147.348 61.7147 147.156 61.928C146.964 62.1413 146.868 62.4187 146.868 62.76C146.868 63.112 146.986 63.4213 147.22 63.688C147.466 63.944 147.871 64.072 148.436 64.072ZM161.558 62.84C161.558 62.4987 161.425 62.2373 161.158 62.056C160.891 61.864 160.561 61.7147 160.166 61.608C159.771 61.4907 159.339 61.384 158.87 61.288C158.411 61.192 157.985 61.064 157.59 60.904C157.195 60.744 156.865 60.5307 156.598 60.264C156.331 59.9867 156.198 59.6027 156.198 59.112C156.198 58.7067 156.283 58.36 156.454 58.072C156.635 57.784 156.87 57.5493 157.158 57.368C157.446 57.176 157.782 57.0373 158.166 56.952C158.55 56.856 158.95 56.808 159.366 56.808C160.113 56.808 160.753 56.904 161.286 57.096C161.83 57.2773 162.262 57.4693 162.582 57.672L162.07 58.68C161.718 58.488 161.334 58.3067 160.918 58.136C160.513 57.9547 160.001 57.864 159.382 57.864C159.147 57.864 158.913 57.8907 158.678 57.944C158.454 57.9867 158.246 58.056 158.054 58.152C157.873 58.248 157.723 58.376 157.606 58.536C157.499 58.6853 157.446 58.872 157.446 59.096C157.446 59.3733 157.579 59.5867 157.846 59.736C158.113 59.8853 158.443 60.0133 158.838 60.12C159.233 60.216 159.659 60.312 160.118 60.408C160.587 60.4933 161.019 60.6213 161.414 60.792C161.809 60.9627 162.139 61.192 162.406 61.48C162.673 61.768 162.806 62.1573 162.806 62.648C162.806 63.384 162.513 63.992 161.926 64.472C161.35 64.952 160.481 65.192 159.318 65.192C158.966 65.192 158.619 65.16 158.278 65.096C157.937 65.032 157.617 64.9467 157.318 64.84C157.019 64.7333 156.747 64.616 156.502 64.488C156.257 64.3493 156.054 64.2107 155.894 64.072L156.534 63.032C156.662 63.16 156.833 63.2933 157.046 63.432C157.259 63.56 157.494 63.6773 157.75 63.784C158.006 63.8907 158.278 63.976 158.566 64.04C158.865 64.104 159.163 64.136 159.462 64.136C159.75 64.136 160.017 64.1147 160.262 64.072C160.518 64.0187 160.742 63.944 160.934 63.848C161.126 63.7413 161.275 63.608 161.382 63.448C161.499 63.2773 161.558 63.0747 161.558 62.84ZM165.128 53.8H167.72V60.424H168.6L171.752 57H173.256L169.72 60.792L172.632 63.928H173.672V65H172.024L168.6 61.384H167.72V65H166.488V54.872H165.128V53.8ZM178.666 64.12C178.666 63.7787 178.762 63.5173 178.954 63.336C179.146 63.144 179.402 63.048 179.722 63.048C180.063 63.048 180.33 63.144 180.522 63.336C180.714 63.5173 180.81 63.7787 180.81 64.12C180.81 64.4293 180.714 64.6853 180.522 64.888C180.33 65.0907 180.063 65.192 179.722 65.192C179.402 65.192 179.146 65.0907 178.954 64.888C178.762 64.6853 178.666 64.4293 178.666 64.12ZM186.187 65V63.928H188.347V58.072H186.187V57H189.179L189.435 58.04H189.515C189.878 57.7093 190.283 57.4267 190.731 57.192C191.179 56.9573 191.713 56.84 192.331 56.84C192.694 56.84 192.982 56.9093 193.195 57.048C193.419 57.1867 193.59 57.3893 193.707 57.656C193.835 57.9227 193.921 58.248 193.963 58.632C194.006 59.0053 194.027 59.432 194.027 59.912L192.907 59.928C192.907 59.2453 192.838 58.744 192.699 58.424C192.571 58.104 192.331 57.944 191.979 57.944C191.649 57.944 191.35 57.992 191.083 58.088C190.817 58.184 190.582 58.3013 190.379 58.44C190.187 58.5787 190.022 58.7173 189.883 58.856C189.745 58.9947 189.643 59.112 189.579 59.208V63.928H192.651V65H186.187ZM201.133 57H203.405V62.456C203.405 62.9787 203.437 63.48 203.501 63.96H204.573V65H202.445L202.397 63.64H202.333C202.056 64.0987 201.688 64.472 201.229 64.76C200.77 65.048 200.216 65.192 199.565 65.192C199.074 65.192 198.653 65.1333 198.301 65.016C197.96 64.9093 197.677 64.7173 197.453 64.44C197.229 64.1627 197.064 63.7947 196.957 63.336C196.85 62.8667 196.797 62.2853 196.797 61.592V58.072H195.725V57H198.045V61.336C198.045 61.7733 198.061 62.168 198.093 62.52C198.136 62.8613 198.216 63.1547 198.333 63.4C198.45 63.6347 198.621 63.816 198.845 63.944C199.08 64.0613 199.389 64.12 199.773 64.12C200.328 64.12 200.808 63.9387 201.213 63.576C201.629 63.2133 201.944 62.76 202.157 62.216V58.072H201.133V57ZM207.007 59.8C207.007 59.704 207.001 59.5813 206.991 59.432C206.991 59.272 206.985 59.112 206.975 58.952C206.964 58.7813 206.948 58.616 206.927 58.456C206.916 58.296 206.9 58.1573 206.879 58.04H205.807V57H207.951L208.095 58.296H208.175C208.281 58.1147 208.42 57.9387 208.591 57.768C208.772 57.5867 208.98 57.4267 209.215 57.288C209.449 57.1387 209.711 57.0213 209.999 56.936C210.287 56.8507 210.591 56.808 210.911 56.808C211.401 56.808 211.833 56.8613 212.207 56.968C212.591 57.0747 212.905 57.2667 213.151 57.544C213.407 57.8107 213.599 58.1787 213.727 58.648C213.855 59.1067 213.919 59.6933 213.919 60.408V65H212.671V60.648C212.671 59.7627 212.527 59.096 212.239 58.648C211.951 58.2 211.428 57.976 210.671 57.976C210.393 57.976 210.121 58.0347 209.855 58.152C209.599 58.2587 209.364 58.4027 209.151 58.584C208.937 58.7653 208.751 58.9787 208.591 59.224C208.431 59.4587 208.313 59.7093 208.239 59.976V65H207.007V59.8ZM222.624 68.392C221.91 68.2107 221.238 67.9387 220.608 67.576C219.99 67.224 219.446 66.76 218.976 66.184C218.518 65.608 218.15 64.904 217.872 64.072C217.606 63.24 217.472 62.2533 217.472 61.112C217.472 59.9813 217.611 58.9947 217.888 58.152C218.166 57.2987 218.539 56.5787 219.008 55.992C219.478 55.3947 220.022 54.92 220.64 54.568C221.27 54.2053 221.931 53.9493 222.624 53.8L223.024 54.808C222.395 54.9893 221.819 55.2293 221.296 55.528C220.774 55.816 220.32 56.2053 219.936 56.696C219.563 57.176 219.27 57.7787 219.056 58.504C218.854 59.2187 218.752 60.088 218.752 61.112C218.752 62.1467 218.875 63.032 219.12 63.768C219.376 64.4933 219.707 65.096 220.112 65.576C220.528 66.0667 220.987 66.4453 221.488 66.712C222 66.9893 222.512 67.1813 223.024 67.288L222.624 68.392ZM229.634 64.12C229.634 63.7787 229.73 63.5173 229.922 63.336C230.114 63.144 230.37 63.048 230.69 63.048C231.032 63.048 231.298 63.144 231.49 63.336C231.682 63.5173 231.778 63.7787 231.778 64.12C231.778 64.4293 231.682 64.6853 231.49 64.888C231.298 65.0907 231.032 65.192 230.69 65.192C230.37 65.192 230.114 65.0907 229.922 64.888C229.73 64.6853 229.634 64.4293 229.634 64.12ZM239.828 64.12C239.828 63.7787 239.924 63.5173 240.116 63.336C240.308 63.144 240.564 63.048 240.884 63.048C241.225 63.048 241.492 63.144 241.684 63.336C241.876 63.5173 241.972 63.7787 241.972 64.12C241.972 64.4293 241.876 64.6853 241.684 64.888C241.492 65.0907 241.225 65.192 240.884 65.192C240.564 65.192 240.308 65.0907 240.116 64.888C239.924 64.6853 239.828 64.4293 239.828 64.12ZM250.022 64.12C250.022 63.7787 250.118 63.5173 250.31 63.336C250.502 63.144 250.758 63.048 251.078 63.048C251.419 63.048 251.686 63.144 251.878 63.336C252.07 63.5173 252.166 63.7787 252.166 64.12C252.166 64.4293 252.07 64.6853 251.878 64.888C251.686 65.0907 251.419 65.192 251.078 65.192C250.758 65.192 250.502 65.0907 250.31 64.888C250.118 64.6853 250.022 64.4293 250.022 64.12ZM258.776 67.288C259.288 67.1813 259.794 66.9893 260.296 66.712C260.808 66.4453 261.266 66.0667 261.672 65.576C262.088 65.096 262.418 64.4933 262.664 63.768C262.92 63.032 263.048 62.1467 263.048 61.112C263.048 60.088 262.941 59.2187 262.728 58.504C262.525 57.7787 262.232 57.176 261.848 56.696C261.474 56.2053 261.026 55.816 260.504 55.528C259.981 55.2293 259.405 54.9893 258.776 54.808L259.176 53.8C259.869 53.9493 260.525 54.2053 261.144 54.568C261.773 54.92 262.322 55.3947 262.792 55.992C263.261 56.5787 263.634 57.2987 263.912 58.152C264.189 58.9947 264.328 59.9813 264.328 61.112C264.328 62.2533 264.189 63.24 263.912 64.072C263.645 64.904 263.277 65.608 262.808 66.184C262.349 66.76 261.805 67.224 261.176 67.576C260.557 67.9387 259.89 68.2107 259.176 68.392L258.776 67.288Z" fill="white"/>
+<path d="M80.024 106.232C79.7787 106.147 79.512 106.077 79.224 106.024C78.9467 105.96 78.6693 105.928 78.392 105.928C77.3467 105.928 76.568 106.173 76.056 106.664C75.544 107.155 75.288 107.933 75.288 109C75.288 109.469 75.3627 109.891 75.512 110.264C75.6613 110.627 75.8747 110.936 76.152 111.192C76.4293 111.448 76.76 111.645 77.144 111.784C77.5387 111.923 77.9707 111.992 78.44 111.992C78.9413 111.992 79.4267 111.907 79.896 111.736C80.376 111.565 80.776 111.341 81.096 111.064L81.656 111.992C81.5067 112.12 81.32 112.253 81.096 112.392C80.872 112.531 80.6107 112.664 80.312 112.792C80.024 112.909 79.6987 113.005 79.336 113.08C78.984 113.155 78.6 113.192 78.184 113.192C77.4907 113.192 76.8773 113.096 76.344 112.904C75.8213 112.701 75.384 112.419 75.032 112.056C74.68 111.683 74.4133 111.24 74.232 110.728C74.0507 110.205 73.96 109.629 73.96 109C73.96 108.328 74.0507 107.731 74.232 107.208C74.424 106.685 74.696 106.248 75.048 105.896C75.4 105.544 75.8267 105.277 76.328 105.096C76.8293 104.904 77.3893 104.808 78.008 104.808C78.7973 104.808 79.4373 104.877 79.928 105.016C80.4293 105.155 80.8507 105.309 81.192 105.48L81.176 105.528V107.752H80.024V106.232ZM89.0018 105H91.2738V110.456C91.2738 110.979 91.3058 111.48 91.3698 111.96H92.4418V113H90.3138L90.2658 111.64H90.2018C89.9244 112.099 89.5564 112.472 89.0978 112.76C88.6391 113.048 88.0844 113.192 87.4338 113.192C86.9431 113.192 86.5218 113.133 86.1698 113.016C85.8284 112.909 85.5458 112.717 85.3218 112.44C85.0978 112.163 84.9324 111.795 84.8258 111.336C84.7191 110.867 84.6658 110.285 84.6658 109.592V106.072H83.5938V105H85.9138V109.336C85.9138 109.773 85.9298 110.168 85.9618 110.52C86.0044 110.861 86.0844 111.155 86.2018 111.4C86.3191 111.635 86.4898 111.816 86.7138 111.944C86.9484 112.061 87.2578 112.12 87.6418 112.12C88.1964 112.12 88.6764 111.939 89.0818 111.576C89.4978 111.213 89.8124 110.76 90.0258 110.216V106.072H89.0018V105ZM100.396 110.84C100.396 110.499 100.262 110.237 99.9955 110.056C99.7288 109.864 99.3982 109.715 99.0035 109.608C98.6088 109.491 98.1768 109.384 97.7075 109.288C97.2488 109.192 96.8222 109.064 96.4275 108.904C96.0328 108.744 95.7022 108.531 95.4355 108.264C95.1688 107.987 95.0355 107.603 95.0355 107.112C95.0355 106.707 95.1208 106.36 95.2915 106.072C95.4728 105.784 95.7075 105.549 95.9955 105.368C96.2835 105.176 96.6195 105.037 97.0035 104.952C97.3875 104.856 97.7875 104.808 98.2035 104.808C98.9502 104.808 99.5902 104.904 100.124 105.096C100.668 105.277 101.1 105.469 101.42 105.672L100.908 106.68C100.556 106.488 100.172 106.307 99.7555 106.136C99.3502 105.955 98.8382 105.864 98.2195 105.864C97.9848 105.864 97.7502 105.891 97.5155 105.944C97.2915 105.987 97.0835 106.056 96.8915 106.152C96.7102 106.248 96.5608 106.376 96.4435 106.536C96.3368 106.685 96.2835 106.872 96.2835 107.096C96.2835 107.373 96.4168 107.587 96.6835 107.736C96.9502 107.885 97.2808 108.013 97.6755 108.12C98.0702 108.216 98.4968 108.312 98.9555 108.408C99.4248 108.493 99.8568 108.621 100.252 108.792C100.646 108.963 100.977 109.192 101.244 109.48C101.51 109.768 101.644 110.157 101.644 110.648C101.644 111.384 101.35 111.992 100.764 112.472C100.188 112.952 99.3182 113.192 98.1555 113.192C97.8035 113.192 97.4568 113.16 97.1155 113.096C96.7742 113.032 96.4542 112.947 96.1555 112.84C95.8568 112.733 95.5848 112.616 95.3395 112.488C95.0942 112.349 94.8915 112.211 94.7315 112.072L95.3715 111.032C95.4995 111.16 95.6702 111.293 95.8835 111.432C96.0968 111.56 96.3315 111.677 96.5875 111.784C96.8435 111.891 97.1155 111.976 97.4035 112.04C97.7022 112.104 98.0008 112.136 98.2995 112.136C98.5875 112.136 98.8542 112.115 99.0995 112.072C99.3555 112.019 99.5795 111.944 99.7715 111.848C99.9635 111.741 100.113 111.608 100.22 111.448C100.337 111.277 100.396 111.075 100.396 110.84ZM104.077 105H105.981V103.416L107.229 103.064V105H111.501V106.072H107.229V109.848C107.229 110.627 107.416 111.203 107.789 111.576C108.173 111.949 108.717 112.136 109.421 112.136C109.901 112.136 110.317 112.045 110.669 111.864C111.032 111.683 111.357 111.485 111.645 111.272L112.061 112.216C111.688 112.515 111.24 112.755 110.717 112.936C110.205 113.117 109.677 113.208 109.133 113.208C108.707 113.208 108.301 113.144 107.917 113.016C107.544 112.899 107.213 112.712 106.925 112.456C106.637 112.2 106.408 111.875 106.237 111.48C106.067 111.075 105.981 110.595 105.981 110.04V106.072H104.077V105ZM114.687 109C114.687 107.709 115.023 106.691 115.695 105.944C116.367 105.187 117.327 104.808 118.575 104.808C119.247 104.808 119.823 104.92 120.303 105.144C120.794 105.357 121.199 105.651 121.519 106.024C121.839 106.397 122.074 106.84 122.223 107.352C122.383 107.864 122.463 108.413 122.463 109C122.463 109.64 122.378 110.221 122.207 110.744C122.036 111.256 121.786 111.693 121.455 112.056C121.124 112.419 120.714 112.701 120.223 112.904C119.743 113.096 119.194 113.192 118.575 113.192C117.914 113.192 117.338 113.085 116.847 112.872C116.356 112.648 115.951 112.349 115.631 111.976C115.311 111.603 115.071 111.16 114.911 110.648C114.762 110.136 114.687 109.587 114.687 109ZM116.015 109C116.015 109.373 116.058 109.747 116.143 110.12C116.239 110.493 116.388 110.829 116.591 111.128C116.794 111.427 117.055 111.667 117.375 111.848C117.706 112.029 118.106 112.12 118.575 112.12C119.428 112.12 120.068 111.859 120.495 111.336C120.932 110.803 121.151 110.024 121.151 109C121.151 108.616 121.103 108.243 121.007 107.88C120.922 107.507 120.772 107.171 120.559 106.872C120.356 106.573 120.09 106.333 119.759 106.152C119.439 105.971 119.044 105.88 118.575 105.88C117.722 105.88 117.082 106.141 116.655 106.664C116.228 107.187 116.015 107.965 116.015 109ZM128.161 113V107.672C128.161 107.448 128.15 107.235 128.129 107.032C128.118 106.819 128.081 106.632 128.017 106.472C127.963 106.301 127.878 106.168 127.761 106.072C127.654 105.976 127.51 105.928 127.329 105.928C126.966 105.928 126.657 106.077 126.401 106.376C126.155 106.675 125.969 107.048 125.841 107.496V113H124.625V105H125.457L125.697 105.976H125.761C125.867 105.816 125.969 105.667 126.065 105.528C126.171 105.379 126.289 105.251 126.417 105.144C126.555 105.037 126.715 104.957 126.897 104.904C127.078 104.84 127.307 104.808 127.585 104.808C127.745 104.808 127.91 104.835 128.081 104.888C128.251 104.931 128.406 105.005 128.545 105.112C128.694 105.208 128.822 105.341 128.929 105.512C129.035 105.683 129.105 105.891 129.137 106.136C129.382 105.72 129.654 105.395 129.953 105.16C130.262 104.925 130.683 104.808 131.217 104.808C131.569 104.808 131.851 104.867 132.065 104.984C132.289 105.101 132.459 105.272 132.577 105.496C132.705 105.709 132.79 105.971 132.833 106.28C132.886 106.579 132.913 106.915 132.913 107.288V113H131.697V107.56C131.697 107.336 131.686 107.128 131.665 106.936C131.643 106.733 131.601 106.557 131.537 106.408C131.483 106.259 131.403 106.141 131.297 106.056C131.201 105.971 131.067 105.928 130.897 105.928C130.523 105.928 130.209 106.077 129.953 106.376C129.697 106.675 129.505 107.101 129.377 107.656V113H128.161ZM134.802 101.8H143.122V104.728H141.938V102.984H139.618V111.816H141.378V113H136.53V111.816H138.29V102.984H135.986V104.728H134.802V101.8ZM146.084 105.624C146.543 105.357 147.06 105.165 147.636 105.048C148.212 104.931 148.778 104.872 149.332 104.872C149.876 104.872 150.319 104.957 150.66 105.128C151.012 105.299 151.284 105.523 151.476 105.8C151.679 106.067 151.812 106.376 151.876 106.728C151.951 107.069 151.988 107.416 151.988 107.768C151.988 108.173 151.978 108.605 151.956 109.064C151.935 109.523 151.919 109.981 151.908 110.44C151.908 110.973 151.94 111.48 152.004 111.96H153.076V113H150.948L150.804 111.8H150.724C150.66 111.896 150.564 112.019 150.436 112.168C150.308 112.317 150.138 112.467 149.924 112.616C149.722 112.755 149.471 112.877 149.172 112.984C148.874 113.091 148.522 113.144 148.116 113.144C147.327 113.144 146.703 112.941 146.244 112.536C145.786 112.131 145.556 111.576 145.556 110.872C145.556 110.328 145.674 109.875 145.908 109.512C146.154 109.149 146.5 108.872 146.948 108.68C147.396 108.488 147.935 108.376 148.564 108.344C149.204 108.312 149.919 108.355 150.708 108.472C150.762 107.981 150.767 107.576 150.724 107.256C150.692 106.925 150.607 106.664 150.468 106.472C150.34 106.28 150.154 106.147 149.908 106.072C149.674 105.987 149.38 105.944 149.028 105.944C148.548 105.944 148.09 106.013 147.652 106.152C147.215 106.28 146.826 106.413 146.484 106.552L146.084 105.624ZM148.436 112.072C148.735 112.072 149.012 112.024 149.268 111.928C149.524 111.832 149.748 111.709 149.94 111.56C150.132 111.411 150.292 111.251 150.42 111.08C150.548 110.899 150.644 110.728 150.708 110.568V109.448C150.154 109.352 149.642 109.304 149.172 109.304C148.703 109.304 148.298 109.357 147.956 109.464C147.615 109.56 147.348 109.715 147.156 109.928C146.964 110.141 146.868 110.419 146.868 110.76C146.868 111.112 146.986 111.421 147.22 111.688C147.466 111.944 147.871 112.072 148.436 112.072ZM161.558 110.84C161.558 110.499 161.425 110.237 161.158 110.056C160.891 109.864 160.561 109.715 160.166 109.608C159.771 109.491 159.339 109.384 158.87 109.288C158.411 109.192 157.985 109.064 157.59 108.904C157.195 108.744 156.865 108.531 156.598 108.264C156.331 107.987 156.198 107.603 156.198 107.112C156.198 106.707 156.283 106.36 156.454 106.072C156.635 105.784 156.87 105.549 157.158 105.368C157.446 105.176 157.782 105.037 158.166 104.952C158.55 104.856 158.95 104.808 159.366 104.808C160.113 104.808 160.753 104.904 161.286 105.096C161.83 105.277 162.262 105.469 162.582 105.672L162.07 106.68C161.718 106.488 161.334 106.307 160.918 106.136C160.513 105.955 160.001 105.864 159.382 105.864C159.147 105.864 158.913 105.891 158.678 105.944C158.454 105.987 158.246 106.056 158.054 106.152C157.873 106.248 157.723 106.376 157.606 106.536C157.499 106.685 157.446 106.872 157.446 107.096C157.446 107.373 157.579 107.587 157.846 107.736C158.113 107.885 158.443 108.013 158.838 108.12C159.233 108.216 159.659 108.312 160.118 108.408C160.587 108.493 161.019 108.621 161.414 108.792C161.809 108.963 162.139 109.192 162.406 109.48C162.673 109.768 162.806 110.157 162.806 110.648C162.806 111.384 162.513 111.992 161.926 112.472C161.35 112.952 160.481 113.192 159.318 113.192C158.966 113.192 158.619 113.16 158.278 113.096C157.937 113.032 157.617 112.947 157.318 112.84C157.019 112.733 156.747 112.616 156.502 112.488C156.257 112.349 156.054 112.211 155.894 112.072L156.534 111.032C156.662 111.16 156.833 111.293 157.046 111.432C157.259 111.56 157.494 111.677 157.75 111.784C158.006 111.891 158.278 111.976 158.566 112.04C158.865 112.104 159.163 112.136 159.462 112.136C159.75 112.136 160.017 112.115 160.262 112.072C160.518 112.019 160.742 111.944 160.934 111.848C161.126 111.741 161.275 111.608 161.382 111.448C161.499 111.277 161.558 111.075 161.558 110.84ZM165.128 101.8H167.72V108.424H168.6L171.752 105H173.256L169.72 108.792L172.632 111.928H173.672V113H172.024L168.6 109.384H167.72V113H166.488V102.872H165.128V101.8ZM178.666 112.12C178.666 111.779 178.762 111.517 178.954 111.336C179.146 111.144 179.402 111.048 179.722 111.048C180.063 111.048 180.33 111.144 180.522 111.336C180.714 111.517 180.81 111.779 180.81 112.12C180.81 112.429 180.714 112.685 180.522 112.888C180.33 113.091 180.063 113.192 179.722 113.192C179.402 113.192 179.146 113.091 178.954 112.888C178.762 112.685 178.666 112.429 178.666 112.12ZM186.187 113V111.928H188.347V106.072H186.187V105H189.179L189.435 106.04H189.515C189.878 105.709 190.283 105.427 190.731 105.192C191.179 104.957 191.713 104.84 192.331 104.84C192.694 104.84 192.982 104.909 193.195 105.048C193.419 105.187 193.59 105.389 193.707 105.656C193.835 105.923 193.921 106.248 193.963 106.632C194.006 107.005 194.027 107.432 194.027 107.912L192.907 107.928C192.907 107.245 192.838 106.744 192.699 106.424C192.571 106.104 192.331 105.944 191.979 105.944C191.649 105.944 191.35 105.992 191.083 106.088C190.817 106.184 190.582 106.301 190.379 106.44C190.187 106.579 190.022 106.717 189.883 106.856C189.745 106.995 189.643 107.112 189.579 107.208V111.928H192.651V113H186.187ZM203.789 111.992C203.597 112.163 203.368 112.323 203.101 112.472C202.845 112.621 202.562 112.749 202.253 112.856C201.944 112.963 201.618 113.043 201.277 113.096C200.946 113.16 200.61 113.192 200.269 113.192C199.629 113.192 199.064 113.096 198.573 112.904C198.082 112.701 197.672 112.419 197.341 112.056C197.01 111.683 196.76 111.24 196.589 110.728C196.418 110.216 196.333 109.64 196.333 109C196.333 108.328 196.424 107.731 196.605 107.208C196.797 106.685 197.069 106.248 197.421 105.896C197.773 105.544 198.2 105.277 198.701 105.096C199.202 104.904 199.762 104.808 200.381 104.808C200.829 104.808 201.272 104.867 201.709 104.984C202.146 105.101 202.53 105.325 202.861 105.656C203.202 105.976 203.464 106.424 203.645 107C203.826 107.565 203.89 108.301 203.837 109.208H197.645C197.645 110.168 197.901 110.888 198.413 111.368C198.936 111.837 199.629 112.072 200.493 112.072C200.781 112.072 201.064 112.04 201.341 111.976C201.629 111.901 201.901 111.816 202.157 111.72C202.413 111.624 202.637 111.517 202.829 111.4C203.032 111.283 203.186 111.176 203.293 111.08L203.789 111.992ZM200.413 105.864C200.061 105.864 199.725 105.901 199.405 105.976C199.096 106.051 198.818 106.179 198.573 106.36C198.338 106.531 198.141 106.76 197.981 107.048C197.832 107.325 197.736 107.672 197.693 108.088H202.669C202.616 107.384 202.386 106.84 201.981 106.456C201.586 106.061 201.064 105.864 200.413 105.864ZM211.103 101.8H213.695V110.264C213.695 110.36 213.7 110.483 213.711 110.632C213.721 110.771 213.732 110.92 213.743 111.08C213.764 111.24 213.785 111.4 213.807 111.56C213.828 111.709 213.849 111.843 213.871 111.96H214.943V113H212.815L212.655 111.768H212.591C212.356 112.173 212.004 112.515 211.535 112.792C211.076 113.059 210.543 113.192 209.935 113.192C208.729 113.192 207.839 112.856 207.263 112.184C206.697 111.501 206.415 110.445 206.415 109.016C206.415 108.344 206.511 107.752 206.703 107.24C206.895 106.717 207.167 106.285 207.519 105.944C207.881 105.592 208.313 105.325 208.815 105.144C209.316 104.963 209.876 104.872 210.495 104.872C210.719 104.872 210.916 104.877 211.087 104.888C211.268 104.899 211.433 104.915 211.583 104.936C211.732 104.957 211.871 104.989 211.999 105.032C212.137 105.064 212.287 105.101 212.447 105.144V102.872H211.103V101.8ZM210.143 112.12C210.793 112.12 211.305 111.955 211.679 111.624C212.052 111.283 212.308 110.776 212.447 110.104V106.392C212.212 106.232 211.945 106.115 211.647 106.04C211.359 105.965 210.975 105.928 210.495 105.928C209.641 105.928 208.969 106.179 208.479 106.68C207.988 107.171 207.743 107.949 207.743 109.016C207.743 109.453 207.78 109.864 207.855 110.248C207.94 110.621 208.073 110.947 208.255 111.224C208.447 111.501 208.697 111.72 209.007 111.88C209.316 112.04 209.695 112.12 210.143 112.12ZM221.52 105H223.792V110.456C223.792 110.979 223.824 111.48 223.888 111.96H224.96V113H222.832L222.784 111.64H222.72C222.443 112.099 222.075 112.472 221.616 112.76C221.158 113.048 220.603 113.192 219.952 113.192C219.462 113.192 219.04 113.133 218.688 113.016C218.347 112.909 218.064 112.717 217.84 112.44C217.616 112.163 217.451 111.795 217.344 111.336C217.238 110.867 217.184 110.285 217.184 109.592V106.072H216.112V105H218.432V109.336C218.432 109.773 218.448 110.168 218.48 110.52C218.523 110.861 218.603 111.155 218.72 111.4C218.838 111.635 219.008 111.816 219.232 111.944C219.467 112.061 219.776 112.12 220.16 112.12C220.715 112.12 221.195 111.939 221.6 111.576C222.016 111.213 222.331 110.76 222.544 110.216V106.072H221.52V105ZM232.914 110.84C232.914 110.499 232.781 110.237 232.514 110.056C232.248 109.864 231.917 109.715 231.522 109.608C231.128 109.491 230.696 109.384 230.226 109.288C229.768 109.192 229.341 109.064 228.946 108.904C228.552 108.744 228.221 108.531 227.954 108.264C227.688 107.987 227.554 107.603 227.554 107.112C227.554 106.707 227.64 106.36 227.81 106.072C227.992 105.784 228.226 105.549 228.514 105.368C228.802 105.176 229.138 105.037 229.522 104.952C229.906 104.856 230.306 104.808 230.722 104.808C231.469 104.808 232.109 104.904 232.642 105.096C233.186 105.277 233.618 105.469 233.938 105.672L233.426 106.68C233.074 106.488 232.69 106.307 232.274 106.136C231.869 105.955 231.357 105.864 230.738 105.864C230.504 105.864 230.269 105.891 230.034 105.944C229.81 105.987 229.602 106.056 229.41 106.152C229.229 106.248 229.08 106.376 228.962 106.536C228.856 106.685 228.802 106.872 228.802 107.096C228.802 107.373 228.936 107.587 229.202 107.736C229.469 107.885 229.8 108.013 230.194 108.12C230.589 108.216 231.016 108.312 231.474 108.408C231.944 108.493 232.376 108.621 232.77 108.792C233.165 108.963 233.496 109.192 233.762 109.48C234.029 109.768 234.162 110.157 234.162 110.648C234.162 111.384 233.869 111.992 233.282 112.472C232.706 112.952 231.837 113.192 230.674 113.192C230.322 113.192 229.976 113.16 229.634 113.096C229.293 113.032 228.973 112.947 228.674 112.84C228.376 112.733 228.104 112.616 227.858 112.488C227.613 112.349 227.41 112.211 227.25 112.072L227.89 111.032C228.018 111.16 228.189 111.293 228.402 111.432C228.616 111.56 228.85 111.677 229.106 111.784C229.362 111.891 229.634 111.976 229.922 112.04C230.221 112.104 230.52 112.136 230.818 112.136C231.106 112.136 231.373 112.115 231.618 112.072C231.874 112.019 232.098 111.944 232.29 111.848C232.482 111.741 232.632 111.608 232.738 111.448C232.856 111.277 232.914 111.075 232.914 110.84ZM244.564 111.992C244.372 112.163 244.143 112.323 243.876 112.472C243.62 112.621 243.337 112.749 243.028 112.856C242.719 112.963 242.393 113.043 242.052 113.096C241.721 113.16 241.385 113.192 241.044 113.192C240.404 113.192 239.839 113.096 239.348 112.904C238.857 112.701 238.447 112.419 238.116 112.056C237.785 111.683 237.535 111.24 237.364 110.728C237.193 110.216 237.108 109.64 237.108 109C237.108 108.328 237.199 107.731 237.38 107.208C237.572 106.685 237.844 106.248 238.196 105.896C238.548 105.544 238.975 105.277 239.476 105.096C239.977 104.904 240.537 104.808 241.156 104.808C241.604 104.808 242.047 104.867 242.484 104.984C242.921 105.101 243.305 105.325 243.636 105.656C243.977 105.976 244.239 106.424 244.42 107C244.601 107.565 244.665 108.301 244.612 109.208H238.42C238.42 110.168 238.676 110.888 239.188 111.368C239.711 111.837 240.404 112.072 241.268 112.072C241.556 112.072 241.839 112.04 242.116 111.976C242.404 111.901 242.676 111.816 242.932 111.72C243.188 111.624 243.412 111.517 243.604 111.4C243.807 111.283 243.961 111.176 244.068 111.08L244.564 111.992ZM241.188 105.864C240.836 105.864 240.5 105.901 240.18 105.976C239.871 106.051 239.593 106.179 239.348 106.36C239.113 106.531 238.916 106.76 238.756 107.048C238.607 107.325 238.511 107.672 238.468 108.088H243.444C243.391 107.384 243.161 106.84 242.756 106.456C242.361 106.061 241.839 105.864 241.188 105.864ZM253.206 116.392C252.491 116.211 251.819 115.939 251.19 115.576C250.571 115.224 250.027 114.76 249.558 114.184C249.099 113.608 248.731 112.904 248.454 112.072C248.187 111.24 248.054 110.253 248.054 109.112C248.054 107.981 248.192 106.995 248.47 106.152C248.747 105.299 249.12 104.579 249.59 103.992C250.059 103.395 250.603 102.92 251.222 102.568C251.851 102.205 252.512 101.949 253.206 101.8L253.606 102.808C252.976 102.989 252.4 103.229 251.878 103.528C251.355 103.816 250.902 104.205 250.518 104.696C250.144 105.176 249.851 105.779 249.638 106.504C249.435 107.219 249.334 108.088 249.334 109.112C249.334 110.147 249.456 111.032 249.702 111.768C249.958 112.493 250.288 113.096 250.694 113.576C251.11 114.067 251.568 114.445 252.07 114.712C252.582 114.989 253.094 115.181 253.606 115.288L253.206 116.392ZM260.216 112.12C260.216 111.779 260.312 111.517 260.504 111.336C260.696 111.144 260.952 111.048 261.272 111.048C261.613 111.048 261.88 111.144 262.072 111.336C262.264 111.517 262.36 111.779 262.36 112.12C262.36 112.429 262.264 112.685 262.072 112.888C261.88 113.091 261.613 113.192 261.272 113.192C260.952 113.192 260.696 113.091 260.504 112.888C260.312 112.685 260.216 112.429 260.216 112.12ZM270.409 112.12C270.409 111.779 270.505 111.517 270.697 111.336C270.889 111.144 271.145 111.048 271.465 111.048C271.807 111.048 272.073 111.144 272.265 111.336C272.457 111.517 272.553 111.779 272.553 112.12C272.553 112.429 272.457 112.685 272.265 112.888C272.073 113.091 271.807 113.192 271.465 113.192C271.145 113.192 270.889 113.091 270.697 112.888C270.505 112.685 270.409 112.429 270.409 112.12ZM280.603 112.12C280.603 111.779 280.699 111.517 280.891 111.336C281.083 111.144 281.339 111.048 281.659 111.048C282 111.048 282.267 111.144 282.459 111.336C282.651 111.517 282.747 111.779 282.747 112.12C282.747 112.429 282.651 112.685 282.459 112.888C282.267 113.091 282 113.192 281.659 113.192C281.339 113.192 281.083 113.091 280.891 112.888C280.699 112.685 280.603 112.429 280.603 112.12ZM289.357 115.288C289.869 115.181 290.375 114.989 290.877 114.712C291.389 114.445 291.847 114.067 292.253 113.576C292.669 113.096 292.999 112.493 293.245 111.768C293.501 111.032 293.629 110.147 293.629 109.112C293.629 108.088 293.522 107.219 293.309 106.504C293.106 105.779 292.813 105.176 292.429 104.696C292.055 104.205 291.607 103.816 291.085 103.528C290.562 103.229 289.986 102.989 289.357 102.808L289.757 101.8C290.45 101.949 291.106 102.205 291.725 102.568C292.354 102.92 292.903 103.395 293.373 103.992C293.842 104.579 294.215 105.299 294.493 106.152C294.77 106.995 294.909 107.981 294.909 109.112C294.909 110.253 294.77 111.24 294.493 112.072C294.226 112.904 293.858 113.608 293.389 114.184C292.93 114.76 292.386 115.224 291.757 115.576C291.138 115.939 290.471 116.211 289.757 116.392L289.357 115.288Z" fill="white"/>
+<path d="M165.048 341.112C165.438 341.503 166.072 341.503 166.462 341.112L172.826 334.748C173.217 334.358 173.217 333.725 172.826 333.334C172.436 332.944 171.802 332.944 171.412 333.334L165.755 338.991L160.098 333.334C159.708 332.944 159.074 332.944 158.684 333.334C158.293 333.725 158.293 334.358 158.684 334.748L165.048 341.112ZM97.8259 301.481L97.8259 302.481L97.8259 301.481ZM85.8259 231.065L85.8259 290.481L87.8259 290.481L87.8259 231.065L85.8259 231.065ZM97.8259 302.481L154.755 302.481L154.755 300.481L97.8259 300.481L97.8259 302.481ZM164.755 312.481L164.755 340.405L166.755 340.405L166.755 312.481L164.755 312.481ZM154.755 302.481C160.278 302.481 164.755 306.958 164.755 312.481L166.755 312.481C166.755 305.854 161.382 300.481 154.755 300.481L154.755 302.481ZM85.8259 290.481C85.8259 297.109 91.1985 302.481 97.8259 302.481L97.8259 300.481C92.3031 300.481 87.8259 296.004 87.8259 290.481L85.8259 290.481Z" fill="#2D2D2D"/>
+<path d="M33.1302 441.6V338.836C33.1302 338.836 44.1572 349.267 78.4303 349.267C112.703 349.267 124.923 337.644 124.923 337.644V441.6C111.374 462.363 37.5046 456.776 33.1302 441.6Z" fill="white"/>
+<path d="M125 334.769C125 336.383 123.976 338.096 121.701 339.808C119.442 341.508 116.105 343.082 111.878 344.422C103.436 347.097 91.6682 348.769 78.5 348.769C65.3318 348.769 53.5638 347.097 45.1217 344.422C40.8949 343.082 37.5581 341.508 35.2993 339.808C33.0244 338.096 32 336.383 32 334.769C32 333.154 33.0244 331.441 35.2993 329.729C37.5581 328.029 40.8949 326.455 45.1217 325.115C53.5638 322.44 65.3318 320.769 78.5 320.769C91.6682 320.769 103.436 322.44 111.878 325.115C116.105 326.455 119.442 328.029 121.701 329.729C123.976 331.441 125 333.154 125 334.769Z" fill="white" stroke="#ED1C24" stroke-width="2"/>
+<path d="M32 333.769L32.3506 441.032" stroke="#ED1C24" stroke-width="2"/>
+<path d="M125 333.769L125 441.769" stroke="#ED1C24" stroke-width="2"/>
+<path d="M125.089 440.211C125.089 448.168 104.328 454.617 78.7196 454.617C53.1107 454.617 32.3506 448.168 32.3506 440.211" stroke="#ED1C24" stroke-width="2"/>
+<path d="M82.6372 399.884V401.573H73.1743C73.1613 401.15 73.2297 400.743 73.3794 400.353C73.6203 399.708 74.0044 399.073 74.5317 398.448C75.0656 397.823 75.8338 397.101 76.8364 396.28C78.3924 395.004 79.4438 393.995 79.9907 393.253C80.5376 392.504 80.811 391.798 80.811 391.134C80.811 390.437 80.5604 389.851 80.0591 389.376C79.5643 388.894 78.9165 388.653 78.1157 388.653C77.2694 388.653 76.5923 388.907 76.0845 389.415C75.5767 389.923 75.3195 390.626 75.313 391.524L73.5063 391.339C73.63 389.991 74.0955 388.966 74.9028 388.263C75.7101 387.553 76.7941 387.198 78.1548 387.198C79.5285 387.198 80.6157 387.579 81.4165 388.341C82.2173 389.103 82.6177 390.047 82.6177 391.173C82.6177 391.746 82.5005 392.309 82.2661 392.862C82.0317 393.416 81.6411 393.998 81.0942 394.61C80.5539 395.222 79.6522 396.062 78.3892 397.13C77.3345 398.015 76.6574 398.618 76.3579 398.937C76.0584 399.249 75.811 399.565 75.6157 399.884H82.6372Z" fill="black"/>
+<path d="M95.8356 394.486C95.8356 404.258 87.9141 412.18 78.1423 412.18C68.3705 412.18 60.449 404.258 60.449 394.486C60.449 384.715 68.3705 376.793 78.1423 376.793M73.2522 372.911L79.023 376.427L75.5071 382.198" stroke="#9C9C9C" stroke-width="2"/>
+<path d="M209.13 442.6V338.836C209.13 338.836 220.157 349.267 254.43 349.267C288.703 349.267 300.923 337.644 300.923 337.644V442.6C300.923 442.6 295.987 455.345 254.43 455.835C212.873 456.326 209.13 442.6 209.13 442.6Z" fill="white"/>
+<path d="M301 334.769C301 336.383 299.976 338.096 297.701 339.808C295.442 341.508 292.105 343.082 287.878 344.422C279.436 347.097 267.668 348.769 254.5 348.769C241.332 348.769 229.564 347.097 221.122 344.422C216.895 343.082 213.558 341.508 211.299 339.808C209.024 338.096 208 336.383 208 334.769C208 333.154 209.024 331.441 211.299 329.729C213.558 328.029 216.895 326.455 221.122 325.115C229.564 322.44 241.332 320.769 254.5 320.769C267.668 320.769 279.436 322.44 287.878 325.115C292.105 326.455 295.442 328.029 297.701 329.729C299.976 331.441 301 333.154 301 334.769Z" fill="white" stroke="#ED1C24" stroke-width="2"/>
+<path d="M208 333.769L208.351 441.032" stroke="#ED1C24" stroke-width="2"/>
+<path d="M301 333.769L301 441.769" stroke="#ED1C24" stroke-width="2"/>
+<path d="M301.089 441.211C301.089 449.168 280.328 455.617 254.72 455.617C229.111 455.617 208.351 449.168 208.351 441.211" stroke="#ED1C24" stroke-width="2"/>
+<path d="M258.637 399.884V401.573H249.174C249.161 401.15 249.23 400.743 249.379 400.353C249.62 399.708 250.004 399.073 250.532 398.448C251.066 397.823 251.834 397.101 252.836 396.28C254.392 395.004 255.444 393.995 255.991 393.253C256.538 392.504 256.811 391.798 256.811 391.134C256.811 390.437 256.56 389.851 256.059 389.376C255.564 388.894 254.917 388.653 254.116 388.653C253.269 388.653 252.592 388.907 252.084 389.415C251.577 389.923 251.319 390.626 251.313 391.524L249.506 391.339C249.63 389.991 250.096 388.966 250.903 388.263C251.71 387.553 252.794 387.198 254.155 387.198C255.528 387.198 256.616 387.579 257.417 388.341C258.217 389.103 258.618 390.047 258.618 391.173C258.618 391.746 258.5 392.309 258.266 392.862C258.032 393.416 257.641 393.998 257.094 394.61C256.554 395.222 255.652 396.062 254.389 397.13C253.334 398.015 252.657 398.618 252.358 398.937C252.058 399.249 251.811 399.565 251.616 399.884H258.637Z" fill="black"/>
+<path d="M271.836 394.486C271.836 404.258 263.914 412.18 254.142 412.18C244.371 412.18 236.449 404.258 236.449 394.486C236.449 384.715 244.371 376.793 254.142 376.793M249.252 372.911L255.023 376.427L251.507 382.198" stroke="#9C9C9C" stroke-width="2"/>
+<path d="M121.13 472.177V368.62C121.13 368.62 132.157 377.165 166.43 377.165C200.703 377.165 212.923 367.644 212.923 367.644V471.605C199.202 490.489 129.533 488.057 121.13 472.177Z" fill="white"/>
+<path d="M213 364.769C213 366.383 211.976 368.096 209.701 369.808C207.442 371.508 204.105 373.082 199.878 374.422C191.436 377.097 179.668 378.769 166.5 378.769C153.332 378.769 141.564 377.097 133.122 374.422C128.895 373.082 125.558 371.508 123.299 369.808C121.024 368.096 120 366.383 120 364.769C120 363.154 121.024 361.441 123.299 359.729C125.558 358.029 128.895 356.455 133.122 355.115C141.564 352.44 153.332 350.769 166.5 350.769C179.668 350.769 191.436 352.44 199.878 355.115C204.105 356.455 207.442 358.029 209.701 359.729C211.976 361.441 213 363.154 213 364.769Z" fill="white" stroke="#ED1C24" stroke-width="2"/>
+<path d="M120 363.769L120.351 471.032" stroke="#ED1C24" stroke-width="2"/>
+<path d="M213 363.769L213 471.769" stroke="#ED1C24" stroke-width="2"/>
+<path d="M213.089 470.211C213.089 478.168 192.328 484.617 166.72 484.617C141.111 484.617 120.351 478.168 120.351 470.211" stroke="#ED1C24" stroke-width="2"/>
+<path d="M229.924 467.142C229.924 467.142 219.425 473.544 229.32 479.902C231.224 481.14 238.128 484.583 237.931 487.77C237.931 487.77 242.116 481.578 235.997 477.682C229.713 473.695 228.142 469.437 229.924 467.142Z" fill="#ED1C24"/>
+<path d="M226.269 479.374C226.269 479.374 222.522 485.052 229.894 486.214C230.62 486.305 235.952 486.864 237.342 488.615C237.342 488.615 237.221 485.595 232.871 483.813C228.535 482.031 226.752 481.594 226.269 479.374Z" fill="#ED1C24"/>
+<path d="M240.772 473.409C236.27 468.697 235.016 465.783 236.95 462.007C236.95 462.007 223.519 467.172 236.783 476.338C241.527 479.615 240.741 482.968 240.741 483.088C241.482 482.318 245.274 478.12 240.772 473.409Z" fill="#ED1C24"/>
+<path d="M248.219 483.874V472.421H249.773L255.789 481.413V472.421H257.242V483.874H255.688L249.672 474.874V483.874H248.219ZM259.536 478.296C259.536 476.395 260.046 474.908 261.067 473.835C262.088 472.757 263.406 472.218 265.02 472.218C266.078 472.218 267.031 472.47 267.88 472.976C268.729 473.481 269.374 474.187 269.817 475.093C270.265 475.994 270.489 477.017 270.489 478.163C270.489 479.325 270.255 480.364 269.786 481.28C269.317 482.197 268.653 482.892 267.794 483.366C266.934 483.835 266.007 484.069 265.012 484.069C263.934 484.069 262.971 483.809 262.122 483.288C261.273 482.767 260.63 482.056 260.192 481.155C259.755 480.254 259.536 479.301 259.536 478.296ZM261.098 478.319C261.098 479.7 261.468 480.788 262.208 481.585C262.953 482.377 263.885 482.772 265.005 482.772C266.145 482.772 267.083 482.371 267.817 481.569C268.557 480.767 268.927 479.629 268.927 478.155C268.927 477.223 268.768 476.41 268.45 475.718C268.137 475.02 267.677 474.481 267.067 474.101C266.463 473.715 265.783 473.522 265.028 473.522C263.955 473.522 263.031 473.892 262.255 474.632C261.484 475.366 261.098 476.595 261.098 478.319ZM272.65 483.874V472.421H276.595C277.486 472.421 278.166 472.476 278.634 472.585C279.291 472.736 279.851 473.009 280.314 473.405C280.918 473.916 281.369 474.569 281.666 475.366C281.968 476.158 282.119 477.064 282.119 478.085C282.119 478.955 282.017 479.726 281.814 480.397C281.611 481.069 281.351 481.627 281.033 482.069C280.715 482.507 280.366 482.853 279.986 483.108C279.611 483.358 279.155 483.549 278.619 483.679C278.087 483.809 277.476 483.874 276.783 483.874H272.65ZM274.166 482.522H276.611C277.366 482.522 277.957 482.452 278.384 482.312C278.817 482.171 279.16 481.973 279.416 481.718C279.775 481.358 280.054 480.877 280.252 480.272C280.455 479.663 280.556 478.926 280.556 478.062C280.556 476.864 280.358 475.944 279.962 475.304C279.572 474.658 279.095 474.226 278.533 474.007C278.127 473.851 277.473 473.772 276.572 473.772H274.166V482.522ZM284.444 483.874V472.421H292.725V473.772H285.959V477.28H292.295V478.624H285.959V482.522H292.991V483.874H284.444Z" fill="#2D2D2D"/>
+<path d="M41.8507 467.142C41.8507 467.142 31.3514 473.544 41.2464 479.902C43.1499 481.14 50.0538 484.583 49.8574 487.77C49.8574 487.77 54.042 481.578 47.9237 477.682C41.6392 473.695 40.0681 469.437 41.8507 467.142Z" fill="#ED1C24"/>
+<path d="M38.195 479.374C38.195 479.374 34.4484 485.052 41.8207 486.214C42.5458 486.305 47.8786 486.864 49.2684 488.615C49.2684 488.615 49.1476 485.595 44.7967 483.813C40.461 482.031 38.6784 481.594 38.195 479.374Z" fill="#ED1C24"/>
+<path d="M52.6979 473.409C48.196 468.697 46.9422 465.783 48.8759 462.007C48.8759 462.007 35.4457 467.172 48.7097 476.338C53.4533 479.615 52.6677 482.968 52.6677 483.088C53.408 482.318 57.1998 478.12 52.6979 473.409Z" fill="#ED1C24"/>
+<path d="M60.145 483.874V472.421H61.6996L67.7153 481.413V472.421H69.1684V483.874H67.6137L61.5981 474.874V483.874H60.145ZM71.4621 478.296C71.4621 476.395 71.9726 474.908 72.9934 473.835C74.0142 472.757 75.3319 472.218 76.9465 472.218C78.0038 472.218 78.9569 472.47 79.8059 472.976C80.6549 473.481 81.3007 474.187 81.7434 475.093C82.1913 475.994 82.4153 477.017 82.4153 478.163C82.4153 479.325 82.1809 480.364 81.7121 481.28C81.2434 482.197 80.5793 482.892 79.72 483.366C78.8606 483.835 77.9335 484.069 76.9387 484.069C75.8606 484.069 74.897 483.809 74.0481 483.288C73.1991 482.767 72.5559 482.056 72.1184 481.155C71.6809 480.254 71.4621 479.301 71.4621 478.296ZM73.0246 478.319C73.0246 479.7 73.3944 480.788 74.134 481.585C74.8788 482.377 75.8111 482.772 76.9309 482.772C78.0715 482.772 79.009 482.371 79.7434 481.569C80.483 480.767 80.8528 479.629 80.8528 478.155C80.8528 477.223 80.6939 476.41 80.3762 475.718C80.0637 475.02 79.6028 474.481 78.9934 474.101C78.3892 473.715 77.7095 473.522 76.9543 473.522C75.8814 473.522 74.9569 473.892 74.1809 474.632C73.4101 475.366 73.0246 476.595 73.0246 478.319ZM84.5762 483.874V472.421H88.5215C89.4121 472.421 90.0918 472.476 90.5606 472.585C91.2168 472.736 91.7767 473.009 92.2403 473.405C92.8444 473.916 93.295 474.569 93.5918 475.366C93.8939 476.158 94.045 477.064 94.045 478.085C94.045 478.955 93.9434 479.726 93.7403 480.397C93.5371 481.069 93.2767 481.627 92.959 482.069C92.6413 482.507 92.2924 482.853 91.9121 483.108C91.5371 483.358 91.0814 483.549 90.545 483.679C90.0137 483.809 89.4017 483.874 88.709 483.874H84.5762ZM86.0918 482.522H88.5371C89.2924 482.522 89.8835 482.452 90.3106 482.312C90.7429 482.171 91.0866 481.973 91.3418 481.718C91.7012 481.358 91.9799 480.877 92.1778 480.272C92.3809 479.663 92.4825 478.926 92.4825 478.062C92.4825 476.864 92.2845 475.944 91.8887 475.304C91.4981 474.658 91.0215 474.226 90.459 474.007C90.0528 473.851 89.3991 473.772 88.4981 473.772H86.0918V482.522ZM96.37 483.874V472.421H104.651V473.772H97.8856V477.28H104.222V478.624H97.8856V482.522H104.917V483.874H96.37Z" fill="#2D2D2D"/>
+<path d="M134.851 497.679C134.851 497.679 124.351 504.082 134.246 510.439C136.15 511.678 143.054 515.121 142.857 518.307C142.857 518.307 147.042 512.116 140.924 508.22C134.639 504.233 133.068 499.974 134.851 497.679Z" fill="#ED1C24"/>
+<path d="M131.195 509.911C131.195 509.911 127.448 515.589 134.821 516.752C135.546 516.842 140.879 517.401 142.268 519.153C142.268 519.153 142.148 516.133 137.797 514.351C133.461 512.569 131.678 512.131 131.195 509.911Z" fill="#ED1C24"/>
+<path d="M145.698 503.946C141.196 499.234 139.942 496.32 141.876 492.545C141.876 492.545 128.446 497.709 141.71 506.876C146.453 510.153 145.668 513.505 145.668 513.626C146.408 512.856 150.2 508.658 145.698 503.946Z" fill="#ED1C24"/>
+<path d="M153.145 514.874V503.421H154.7L160.715 512.413V503.421H162.168V514.874H160.614L154.598 505.874V514.874H153.145ZM164.462 509.296C164.462 507.395 164.973 505.908 165.993 504.835C167.014 503.757 168.332 503.218 169.947 503.218C171.004 503.218 171.957 503.47 172.806 503.976C173.655 504.481 174.301 505.187 174.743 506.093C175.191 506.994 175.415 508.017 175.415 509.163C175.415 510.325 175.181 511.364 174.712 512.28C174.243 513.197 173.579 513.892 172.72 514.366C171.861 514.835 170.933 515.069 169.939 515.069C168.861 515.069 167.897 514.809 167.048 514.288C166.199 513.767 165.556 513.056 165.118 512.155C164.681 511.254 164.462 510.301 164.462 509.296ZM166.025 509.319C166.025 510.7 166.394 511.788 167.134 512.585C167.879 513.377 168.811 513.772 169.931 513.772C171.072 513.772 172.009 513.371 172.743 512.569C173.483 511.767 173.853 510.629 173.853 509.155C173.853 508.223 173.694 507.41 173.376 506.718C173.064 506.02 172.603 505.481 171.993 505.101C171.389 504.715 170.71 504.522 169.954 504.522C168.881 504.522 167.957 504.892 167.181 505.632C166.41 506.366 166.025 507.595 166.025 509.319ZM177.576 514.874V503.421H181.522C182.412 503.421 183.092 503.476 183.561 503.585C184.217 503.736 184.777 504.009 185.24 504.405C185.844 504.916 186.295 505.569 186.592 506.366C186.894 507.158 187.045 508.064 187.045 509.085C187.045 509.955 186.943 510.726 186.74 511.397C186.537 512.069 186.277 512.627 185.959 513.069C185.641 513.507 185.292 513.853 184.912 514.108C184.537 514.358 184.081 514.549 183.545 514.679C183.014 514.809 182.402 514.874 181.709 514.874H177.576ZM179.092 513.522H181.537C182.292 513.522 182.883 513.452 183.311 513.312C183.743 513.171 184.087 512.973 184.342 512.718C184.701 512.358 184.98 511.877 185.178 511.272C185.381 510.663 185.482 509.926 185.482 509.062C185.482 507.864 185.285 506.944 184.889 506.304C184.498 505.658 184.022 505.226 183.459 505.007C183.053 504.851 182.399 504.772 181.498 504.772H179.092V513.522ZM189.37 514.874V503.421H197.651V504.772H190.886V508.28H197.222V509.624H190.886V513.522H197.917V514.874H189.37Z" fill="#2D2D2D"/>
+<path d="M170.637 431.884V433.573H161.174C161.161 433.15 161.23 432.743 161.379 432.353C161.62 431.708 162.004 431.073 162.532 430.448C163.066 429.823 163.834 429.101 164.836 428.28C166.392 427.004 167.444 425.995 167.991 425.253C168.538 424.504 168.811 423.798 168.811 423.134C168.811 422.437 168.56 421.851 168.059 421.376C167.564 420.894 166.917 420.653 166.116 420.653C165.269 420.653 164.592 420.907 164.084 421.415C163.577 421.923 163.319 422.626 163.313 423.524L161.506 423.339C161.63 421.991 162.096 420.966 162.903 420.263C163.71 419.553 164.794 419.198 166.155 419.198C167.528 419.198 168.616 419.579 169.417 420.341C170.217 421.103 170.618 422.047 170.618 423.173C170.618 423.746 170.5 424.309 170.266 424.862C170.032 425.416 169.641 425.998 169.094 426.61C168.554 427.222 167.652 428.062 166.389 429.13C165.334 430.015 164.657 430.618 164.358 430.937C164.058 431.249 163.811 431.565 163.616 431.884H170.637Z" fill="black"/>
+<path d="M183.836 426.486C183.836 436.258 175.914 444.18 166.142 444.18C156.371 444.18 148.449 436.258 148.449 426.486C148.449 416.715 156.371 408.793 166.142 408.793M161.252 404.911L167.023 408.427L163.507 414.198" stroke="#9C9C9C" stroke-width="2"/>
+<path d="M85.5334 207.675L110.515 214.286L110.515 178.357L85.5334 171.746L60.9901 179.385L60.9902 215.165L85.5334 207.675Z" fill="white" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M85.9716 186.27L60.9901 179.659L60.9901 223.471L85.9716 230.082L110.515 222.443L110.515 178.78L85.9716 186.27Z" fill="white" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M85.606 186.199L85.606 229.349" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M124.368 213.693L129.866 199.377H131.907L137.767 213.693H135.608L133.938 209.357H127.952L126.38 213.693H124.368ZM128.499 207.814H133.353L131.858 203.85C131.403 202.645 131.064 201.656 130.843 200.881C130.66 201.799 130.403 202.71 130.071 203.615L128.499 207.814ZM139.256 217.668V203.322H140.857V204.67C141.235 204.143 141.661 203.749 142.137 203.488C142.612 203.221 143.188 203.088 143.865 203.088C144.75 203.088 145.532 203.316 146.209 203.771C146.886 204.227 147.397 204.872 147.742 205.705C148.087 206.532 148.26 207.44 148.26 208.43C148.26 209.491 148.068 210.448 147.683 211.301C147.306 212.147 146.752 212.798 146.023 213.254C145.301 213.703 144.539 213.928 143.738 213.928C143.152 213.928 142.625 213.804 142.156 213.557C141.694 213.309 141.313 212.997 141.013 212.619V217.668H139.256ZM140.847 208.566C140.847 209.901 141.118 210.887 141.658 211.525C142.198 212.163 142.853 212.482 143.621 212.482C144.402 212.482 145.069 212.154 145.623 211.496C146.183 210.832 146.463 209.807 146.463 208.42C146.463 207.098 146.189 206.109 145.642 205.451C145.102 204.794 144.454 204.465 143.699 204.465C142.95 204.465 142.286 204.816 141.707 205.52C141.134 206.216 140.847 207.232 140.847 208.566ZM150.588 217.668V203.322H152.19V204.67C152.568 204.143 152.994 203.749 153.469 203.488C153.945 203.221 154.521 203.088 155.198 203.088C156.083 203.088 156.865 203.316 157.542 203.771C158.219 204.227 158.73 204.872 159.075 205.705C159.42 206.532 159.592 207.44 159.592 208.43C159.592 209.491 159.4 210.448 159.016 211.301C158.639 212.147 158.085 212.798 157.356 213.254C156.633 213.703 155.872 213.928 155.071 213.928C154.485 213.928 153.958 213.804 153.489 213.557C153.027 213.309 152.646 212.997 152.346 212.619V217.668H150.588ZM152.18 208.566C152.18 209.901 152.45 210.887 152.991 211.525C153.531 212.163 154.185 212.482 154.954 212.482C155.735 212.482 156.402 212.154 156.956 211.496C157.516 210.832 157.796 209.807 157.796 208.42C157.796 207.098 157.522 206.109 156.975 205.451C156.435 204.794 155.787 204.465 155.032 204.465C154.283 204.465 153.619 204.816 153.04 205.52C152.467 206.216 152.18 207.232 152.18 208.566ZM161.882 213.693V199.377H163.64V213.693H161.882ZM166.584 201.398V199.377H168.342V201.398H166.584ZM166.584 213.693V203.322H168.342V213.693H166.584ZM177.995 209.895L179.724 210.119C179.535 211.311 179.05 212.245 178.269 212.922C177.494 213.592 176.54 213.928 175.407 213.928C173.988 213.928 172.845 213.465 171.979 212.541C171.12 211.61 170.69 210.279 170.69 208.547C170.69 207.427 170.876 206.447 171.247 205.607C171.618 204.768 172.181 204.139 172.937 203.723C173.698 203.299 174.525 203.088 175.417 203.088C176.543 203.088 177.465 203.374 178.181 203.947C178.897 204.514 179.356 205.321 179.558 206.369L177.849 206.633C177.686 205.936 177.396 205.412 176.979 205.061C176.569 204.709 176.071 204.533 175.485 204.533C174.6 204.533 173.881 204.852 173.327 205.49C172.774 206.122 172.497 207.124 172.497 208.498C172.497 209.891 172.764 210.904 173.298 211.535C173.832 212.167 174.528 212.482 175.388 212.482C176.078 212.482 176.654 212.271 177.116 211.848C177.578 211.424 177.871 210.773 177.995 209.895ZM188.195 212.414C187.544 212.967 186.916 213.358 186.31 213.586C185.711 213.814 185.067 213.928 184.377 213.928C183.237 213.928 182.362 213.651 181.75 213.098C181.138 212.538 180.832 211.825 180.832 210.959C180.832 210.451 180.946 209.989 181.174 209.572C181.408 209.149 181.711 208.811 182.082 208.557C182.459 208.303 182.883 208.111 183.351 207.98C183.696 207.889 184.217 207.801 184.914 207.717C186.333 207.548 187.378 207.346 188.049 207.111C188.055 206.87 188.058 206.717 188.058 206.652C188.058 205.936 187.892 205.432 187.56 205.139C187.111 204.742 186.444 204.543 185.558 204.543C184.732 204.543 184.12 204.689 183.722 204.982C183.332 205.269 183.042 205.78 182.853 206.516L181.135 206.281C181.291 205.546 181.548 204.953 181.906 204.504C182.264 204.048 182.782 203.7 183.459 203.459C184.136 203.212 184.92 203.088 185.812 203.088C186.698 203.088 187.417 203.192 187.971 203.4C188.524 203.609 188.931 203.872 189.191 204.191C189.452 204.504 189.634 204.901 189.738 205.383C189.797 205.682 189.826 206.223 189.826 207.004V209.348C189.826 210.982 189.862 212.017 189.933 212.453C190.012 212.883 190.161 213.296 190.383 213.693H188.547C188.364 213.329 188.247 212.902 188.195 212.414ZM188.049 208.488C187.411 208.749 186.454 208.97 185.178 209.152C184.455 209.257 183.944 209.374 183.644 209.504C183.345 209.634 183.114 209.826 182.951 210.08C182.788 210.327 182.707 210.604 182.707 210.91C182.707 211.379 182.883 211.77 183.234 212.082C183.592 212.395 184.113 212.551 184.797 212.551C185.474 212.551 186.076 212.404 186.603 212.111C187.131 211.812 187.518 211.405 187.765 210.891C187.954 210.493 188.049 209.908 188.049 209.133V208.488ZM196.598 212.121L196.852 213.674C196.357 213.778 195.915 213.83 195.524 213.83C194.886 213.83 194.391 213.729 194.04 213.527C193.688 213.326 193.441 213.062 193.297 212.736C193.154 212.404 193.083 211.711 193.083 210.656V204.689H191.794V203.322H193.083V200.754L194.831 199.699V203.322H196.598V204.689H194.831V210.754C194.831 211.255 194.86 211.577 194.919 211.721C194.984 211.864 195.085 211.978 195.221 212.062C195.365 212.147 195.566 212.189 195.827 212.189C196.022 212.189 196.279 212.167 196.598 212.121ZM198.537 201.398V199.377H200.294V201.398H198.537ZM198.537 213.693V203.322H200.294V213.693H198.537ZM202.526 208.508C202.526 206.587 203.059 205.165 204.127 204.24C205.019 203.472 206.106 203.088 207.389 203.088C208.815 203.088 209.98 203.557 210.885 204.494C211.79 205.425 212.242 206.714 212.242 208.361C212.242 209.696 212.041 210.747 211.637 211.516C211.24 212.277 210.657 212.87 209.889 213.293C209.127 213.716 208.294 213.928 207.389 213.928C205.937 213.928 204.762 213.462 203.863 212.531C202.972 211.6 202.526 210.259 202.526 208.508ZM204.332 208.508C204.332 209.836 204.622 210.832 205.201 211.496C205.781 212.154 206.51 212.482 207.389 212.482C208.261 212.482 208.987 212.15 209.567 211.486C210.146 210.822 210.436 209.81 210.436 208.449C210.436 207.167 210.143 206.197 209.557 205.539C208.977 204.875 208.255 204.543 207.389 204.543C206.51 204.543 205.781 204.872 205.201 205.529C204.622 206.187 204.332 207.18 204.332 208.508ZM214.513 213.693V203.322H216.095V204.797C216.856 203.658 217.957 203.088 219.396 203.088C220.021 203.088 220.593 203.202 221.114 203.43C221.642 203.651 222.035 203.944 222.296 204.309C222.556 204.673 222.739 205.106 222.843 205.607C222.908 205.933 222.94 206.503 222.94 207.316V213.693H221.183V207.385C221.183 206.669 221.114 206.135 220.978 205.783C220.841 205.425 220.597 205.142 220.245 204.934C219.9 204.719 219.493 204.611 219.024 204.611C218.276 204.611 217.628 204.849 217.081 205.324C216.541 205.799 216.271 206.701 216.271 208.029V213.693H214.513Z" fill="#2D2D2D"/>
+<path d="M27 67H25.6667V58.4287C25.3457 58.7375 24.9235 59.0464 24.4 59.3553C23.8815 59.6642 23.4148 59.8958 23 60.0503V58.75C23.7457 58.3963 24.3975 57.9678 24.9556 57.4647C25.5136 56.9615 25.9086 56.4733 26.1407 56H27V67Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M24.5607 47.8898L21.948 46.2875L22.7273 45L27.6888 48.0427L24.666 53.0367L23.3869 52.2523L25.1417 49.3531C18.6373 49.797 13.4979 55.2484 13.4979 61.9081C13.4979 68.8582 19.0953 74.4923 26 74.4923C32.9047 74.4923 38.5021 68.8582 38.5021 61.9081H40C40 69.6908 33.732 76 26 76C18.268 76 12 69.6908 12 61.9081C12 54.6145 17.5049 48.6151 24.5607 47.8898Z" fill="#9C9C9C"/>
+<path d="M23 112.967L24.3125 112.791C24.4632 113.54 24.7184 114.081 25.0781 114.414C25.4427 114.742 25.8851 114.906 26.4052 114.906C27.0226 114.906 27.5427 114.69 27.9656 114.26C28.3934 113.829 28.6073 113.295 28.6073 112.659C28.6073 112.052 28.4104 111.553 28.0167 111.161C27.6229 110.764 27.1222 110.566 26.5146 110.566C26.2667 110.566 25.958 110.615 25.5885 110.713L25.7344 109.553C25.8219 109.563 25.8924 109.567 25.9458 109.567C26.5049 109.567 27.008 109.421 27.4552 109.127C27.9024 108.833 28.126 108.38 28.126 107.768C28.126 107.284 27.9632 106.882 27.6375 106.564C27.3118 106.246 26.8913 106.087 26.376 106.087C25.8656 106.087 25.4403 106.248 25.1 106.571C24.7597 106.895 24.541 107.379 24.4438 108.025L23.1312 107.79C23.2917 106.904 23.6562 106.219 24.225 105.734C24.7938 105.245 25.501 105 26.3469 105C26.9302 105 27.4674 105.127 27.9583 105.382C28.4493 105.632 28.8236 105.974 29.0813 106.41C29.3438 106.846 29.475 107.308 29.475 107.798C29.475 108.263 29.351 108.686 29.1031 109.068C28.8552 109.45 28.4882 109.753 28.0021 109.979C28.634 110.126 29.125 110.431 29.475 110.897C29.825 111.357 30 111.934 30 112.63C30 113.569 29.6597 114.367 28.9792 115.023C28.2986 115.674 27.4382 116 26.3979 116C25.4597 116 24.6795 115.719 24.0573 115.156C23.4399 114.593 23.0875 113.863 23 112.967Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M25.0093 95.983L22.3033 94.3291L23.1104 93L28.2491 96.1408L25.1184 101.296L23.7935 100.486L25.611 97.4935C18.8743 97.9518 13.5514 103.579 13.5514 110.454C13.5514 117.628 19.3487 123.444 26.5 123.444C33.6513 123.444 39.4486 117.628 39.4486 110.454H41C41 118.487 34.5081 125 26.5 125C18.4919 125 12 118.487 12 110.454C12 102.925 17.7015 96.7317 25.0093 95.983Z" fill="#9C9C9C"/>
+</svg>
diff --git a/img/usecases/spark/image.svg b/img/usecases/spark/image.svg
index 265e546..21357a5 100644
--- a/img/usecases/spark/image.svg
+++ b/img/usecases/spark/image.svg
@@ -1 +1,169 @@
-<svg width="1272" height="410" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10C0 4.477 4.477 0 10 0h1252c5.52 0 10 4.477 10 10v390c0 5.523-4.48 10-10 10H10c-5.523 0-10-4.477-10-10V10Z" fill="#F6F6F6"/><path fill-rule="evenodd" clip-rule="evenodd" d="m889.369 192.06 4.454 4.455a.698.698 0 0 1 0 .989l-4.454 4.455a.699.699 0 1 1-.99-.99l3.259-3.259h-97.81v-1.4h97.81l-3.259-3.26a.699.699 0 1 1 .99-.99Zm-492.927 0 4.455 4.455a.7.7 0 0 1 0 .989l-4.455 4.455a.699.699 0 1 1-.99-.99l3.26-3.259h-97.81v-1.4h97.81l-3.26-3.26a.7.7 0 0 1 .99-.99Z" fill="#000"/><path d="m85.51 313.67 1.876-.164c.089.752.294 1.371.615 1.856.328.479.834.868 1.518 1.169.683.294 1.452.441 2.307.441.759 0 1.428-.113 2.01-.338.58-.226 1.011-.533 1.291-.923.288-.397.431-.827.431-1.292a1.94 1.94 0 0 0-.41-1.231c-.273-.355-.725-.652-1.354-.892-.403-.157-1.295-.4-2.676-.728-1.38-.335-2.348-.649-2.902-.943-.717-.376-1.254-.841-1.61-1.395a3.48 3.48 0 0 1-.522-1.876c0-.759.215-1.466.645-2.123.431-.663 1.06-1.165 1.887-1.507.827-.342 1.747-.513 2.758-.513 1.115 0 2.096.182 2.943.544.855.355 1.511.882 1.97 1.579.457.697.703 1.487.737 2.369l-1.907.143c-.102-.95-.451-1.668-1.046-2.153-.588-.485-1.46-.728-2.614-.728-1.204 0-2.082.222-2.636.666-.547.438-.82.968-.82 1.59 0 .54.195.984.584 1.333.383.348 1.381.707 2.995 1.076 1.62.363 2.73.681 3.332.954.875.403 1.521.916 1.938 1.538.417.615.626 1.326.626 2.133 0 .8-.23 1.555-.687 2.266-.458.704-1.118 1.254-1.98 1.651-.854.39-1.818.584-2.891.584-1.36 0-2.502-.198-3.425-.594-.916-.397-1.637-.992-2.163-1.785-.52-.799-.793-1.702-.82-2.707Zm14.647 9.003V307.61h1.682v1.415c.396-.553.844-.967 1.343-1.24.499-.281 1.104-.421 1.815-.421.93 0 1.75.24 2.461.718.711.479 1.247 1.155 1.61 2.03.362.868.543 1.822.543 2.861 0 1.114-.202 2.119-.605 3.015-.396.888-.977 1.572-1.743 2.051-.759.471-1.559.707-2.399.707-.616 0-1.169-.13-1.662-.39a3.766 3.766 0 0 1-1.199-.984v5.301h-1.846Zm1.671-9.556c0 1.401.284 2.437.851 3.107.568.67 1.255 1.005 2.062 1.005.82 0 1.521-.346 2.102-1.036.587-.697.881-1.774.881-3.23 0-1.388-.287-2.427-.861-3.117-.567-.691-1.247-1.036-2.04-1.036-.787 0-1.484.369-2.092 1.107-.602.732-.903 1.798-.903 3.2Zm17.324 4.04c-.683.581-1.343.991-1.979 1.23a5.661 5.661 0 0 1-2.03.359c-1.196 0-2.116-.29-2.758-.871-.643-.588-.964-1.337-.964-2.246 0-.533.12-1.019.359-1.456.246-.444.564-.8.953-1.067a4.58 4.58 0 0 1 1.334-.605c.362-.095.909-.188 1.64-.276 1.49-.178 2.588-.39 3.292-.636.006-.253.01-.414.01-.482 0-.752-.174-1.282-.523-1.589-.472-.417-1.172-.626-2.102-.626-.868 0-1.511.154-1.928.462-.41.3-.714.837-.912 1.609l-1.805-.246c.164-.772.434-1.394.81-1.866.376-.478.919-.844 1.63-1.097.711-.26 1.535-.39 2.471-.39.93 0 1.686.11 2.267.328.581.219 1.008.496 1.281.831.274.328.465.745.575 1.251.061.314.092.882.092 1.702v2.461c0 1.716.037 2.803.113 3.261.082.451.239.885.471 1.302h-1.927a3.911 3.911 0 0 1-.37-1.343Zm-.153-4.122c-.67.273-1.675.506-3.015.697-.759.109-1.295.232-1.61.369a1.596 1.596 0 0 0-.984 1.477c0 .492.184.902.553 1.23.376.328.923.492 1.641.492.711 0 1.343-.154 1.897-.461a2.899 2.899 0 0 0 1.22-1.282c.199-.417.298-1.032.298-1.846v-.676Zm4.916 5.465v-10.89h1.662v1.651c.423-.772.813-1.282 1.169-1.528a2.07 2.07 0 0 1 1.189-.369c.622 0 1.254.198 1.897.595l-.636 1.712c-.451-.266-.902-.4-1.353-.4-.404 0-.766.124-1.087.37-.322.239-.551.574-.687 1.005a7.19 7.19 0 0 0-.308 2.153v5.701h-1.846Zm7.224 0v-15.032h1.846v8.572l4.368-4.43h2.389l-4.163 4.04 4.584 6.85h-2.277l-3.599-5.568-1.302 1.251v4.317h-1.846Zm14.151 0 5.773-15.032h2.143l6.152 15.032h-2.266l-1.753-4.553h-6.286l-1.651 4.553h-2.112Zm4.337-6.173h5.096l-1.568-4.163c-.479-1.265-.834-2.304-1.067-3.117a19.059 19.059 0 0 1-.81 2.871l-1.651 4.409Zm11.285 10.346V307.61h1.681v1.415c.397-.553.845-.967 1.344-1.24.499-.281 1.104-.421 1.815-.421.929 0 1.75.24 2.461.718.71.479 1.247 1.155 1.609 2.03.363.868.544 1.822.544 2.861 0 1.114-.202 2.119-.605 3.015-.397.888-.978 1.572-1.743 2.051-.759.471-1.559.707-2.4.707a3.5 3.5 0 0 1-1.661-.39 3.78 3.78 0 0 1-1.2-.984v5.301h-1.845Zm1.671-9.556c0 1.401.284 2.437.851 3.107.568.67 1.255 1.005 2.061 1.005.821 0 1.521-.346 2.102-1.036.588-.697.882-1.774.882-3.23 0-1.388-.287-2.427-.861-3.117-.568-.691-1.248-1.036-2.041-1.036-.786 0-1.483.369-2.092 1.107-.601.732-.902 1.798-.902 3.2Zm10.218 9.556V307.61h1.682v1.415c.396-.553.844-.967 1.343-1.24.499-.281 1.104-.421 1.815-.421.93 0 1.75.24 2.461.718.711.479 1.248 1.155 1.61 2.03.362.868.543 1.822.543 2.861 0 1.114-.201 2.119-.605 3.015-.396.888-.977 1.572-1.743 2.051-.759.471-1.558.707-2.399.707-.616 0-1.169-.13-1.661-.39a3.76 3.76 0 0 1-1.2-.984v5.301h-1.846Zm1.672-9.556c0 1.401.283 2.437.851 3.107.567.67 1.254 1.005 2.061 1.005.82 0 1.521-.346 2.102-1.036.588-.697.882-1.774.882-3.23 0-1.388-.288-2.427-.862-3.117-.567-.691-1.247-1.036-2.04-1.036-.786 0-1.484.369-2.092 1.107-.602.732-.902 1.798-.902 3.2Zm10.177 5.383v-15.032h1.845V318.5h-1.845Zm4.927-12.91v-2.122h1.845v2.122h-1.845Zm0 12.91v-10.89h1.845v10.89h-1.845Zm11.971-3.989 1.815.236c-.198 1.251-.707 2.232-1.528 2.943-.813.704-1.815 1.056-3.004 1.056-1.49 0-2.69-.485-3.599-1.456-.903-.978-1.354-2.375-1.354-4.194 0-1.176.195-2.204.585-3.086.389-.882.981-1.542 1.774-1.979a5.266 5.266 0 0 1 2.604-.667c1.183 0 2.15.301 2.902.903.752.594 1.234 1.442 1.446 2.543l-1.795.276c-.171-.731-.475-1.281-.912-1.65-.431-.37-.954-.554-1.569-.554-.93 0-1.685.335-2.266 1.005-.581.663-.872 1.716-.872 3.158 0 1.463.28 2.526.841 3.189.561.663 1.292.995 2.194.995.725 0 1.33-.223 1.815-.667.486-.444.793-1.128.923-2.051Zm10.7 2.646c-.683.581-1.343.991-1.979 1.23a5.67 5.67 0 0 1-2.03.359c-1.196 0-2.116-.29-2.758-.871-.643-.588-.964-1.337-.964-2.246 0-.533.119-1.019.359-1.456.246-.444.564-.8.953-1.067a4.586 4.586 0 0 1 1.333-.605c.363-.095.909-.188 1.641-.276 1.49-.178 2.587-.39 3.291-.636.007-.253.011-.414.011-.482 0-.752-.175-1.282-.523-1.589-.472-.417-1.173-.626-2.102-.626-.869 0-1.511.154-1.928.462-.41.3-.714.837-.913 1.609l-1.804-.246c.164-.772.434-1.394.81-1.866.376-.478.919-.844 1.63-1.097.711-.26 1.535-.39 2.471-.39.93 0 1.685.11 2.266.328.581.219 1.009.496 1.282.831.273.328.465.745.574 1.251.062.314.093.882.093 1.702v2.461c0 1.716.037 2.803.112 3.261.082.451.24.885.472 1.302h-1.928a3.934 3.934 0 0 1-.369-1.343Zm-.154-4.122c-.67.273-1.674.506-3.014.697-.759.109-1.296.232-1.61.369a1.59 1.59 0 0 0-.985 1.477c0 .492.185.902.554 1.23.376.328.923.492 1.641.492.711 0 1.343-.154 1.897-.461a2.91 2.91 0 0 0 1.22-1.282c.198-.417.297-1.032.297-1.846v-.676Zm8.967 3.814.267 1.63c-.519.11-.984.165-1.394.165-.67 0-1.19-.106-1.559-.318-.369-.212-.629-.489-.779-.831-.151-.349-.226-1.077-.226-2.184v-6.265h-1.353v-1.436h1.353v-2.696l1.835-1.108v3.804h1.856v1.436h-1.856v6.368c0 .526.031.864.093 1.015.068.15.174.27.318.359.15.088.362.133.635.133.205 0 .475-.024.81-.072Zm2.026-11.259v-2.122h1.845v2.122h-1.845Zm0 12.91v-10.89h1.845v10.89h-1.845Zm4.178-5.445c0-2.016.561-3.51 1.682-4.481.936-.806 2.078-1.21 3.425-1.21 1.497 0 2.72.492 3.67 1.477.951.977 1.426 2.331 1.426 4.06 0 1.402-.212 2.506-.636 3.312a4.44 4.44 0 0 1-1.835 1.867 5.32 5.32 0 0 1-2.625.666c-1.525 0-2.759-.489-3.702-1.466-.937-.978-1.405-2.386-1.405-4.225Zm1.897 0c0 1.395.304 2.441.913 3.138.608.69 1.374 1.036 2.297 1.036.916 0 1.678-.349 2.286-1.046.609-.698.913-1.761.913-3.189 0-1.347-.308-2.366-.923-3.056-.608-.697-1.367-1.046-2.276-1.046-.923 0-1.689.345-2.297 1.036-.609.69-.913 1.733-.913 3.127Zm10.68 5.445v-10.89h1.661v1.549c.8-1.197 1.955-1.795 3.466-1.795.656 0 1.257.12 1.804.359.554.233.968.54 1.241.923.273.383.465.837.574 1.364.069.342.103.94.103 1.794v6.696h-1.846v-6.624c0-.752-.072-1.313-.215-1.682a1.745 1.745 0 0 0-.769-.892c-.363-.225-.79-.338-1.282-.338-.786 0-1.466.249-2.041.748-.567.499-.851 1.446-.851 2.841v5.947h-1.845Z" fill="#2D2D2D"/><path d="M465.902 68.5c0-5.523 4.477-10 10-10h275c5.523 0 10 4.477 10 10v273c0 5.523-4.477 10-10 10h-275c-5.523 0-10-4.477-10-10v-273Z" fill="#E6E6E6"/><path d="m467.603 94.286-33.701 11.323v23.04l33.156 8.672 32.574-10.021v-22.844l-32.029-10.17Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M466.813 92.936a.6.6 0 0 1 .379-.01l32.949 10.029-.349 1.148-32.758-9.97-32.791 11.878-.409-1.128 32.979-11.947Z" fill="#2D2D2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M500.196 102.993a.603.603 0 0 1 .251.489v23.737a.598.598 0 0 1-.417.571l-32.084 10.281a.6.6 0 0 1-.336.009l-33.726-8.92a.6.6 0 0 1-.446-.58v-23.133a.599.599 0 0 1 .755-.579l33.549 9.024 31.91-10.978a.603.603 0 0 1 .544.079Zm-.949 1.33-31.289 10.763a.6.6 0 0 1-.351.012l-32.969-8.868v21.888l33.109 8.757 31.5-10.094v-22.458Z" fill="#2D2D2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M466.732 136.732V114.41h1.2v22.322h-1.2Z" fill="#2D2D2D"/><path d="m467.603 187.286-33.701 11.323v23.04l33.156 8.672 32.574-10.021v-22.845l-32.029-10.169Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M466.813 185.936a.6.6 0 0 1 .379-.01l32.949 10.029-.349 1.148-32.758-9.971-32.791 11.879-.409-1.128 32.979-11.947Z" fill="#2D2D2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M500.196 195.993a.603.603 0 0 1 .251.489v23.737a.598.598 0 0 1-.417.571l-32.084 10.281a.6.6 0 0 1-.336.009l-33.726-8.92a.6.6 0 0 1-.446-.58v-23.133a.599.599 0 0 1 .755-.579l33.549 9.024 31.91-10.978a.603.603 0 0 1 .544.079Zm-.949 1.33-31.289 10.763a.6.6 0 0 1-.351.012l-32.969-8.868v21.888l33.109 8.757 31.5-10.094v-22.458Z" fill="#2D2D2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M466.732 229.732V207.41h1.2v22.322h-1.2Z" fill="#2D2D2D"/><path d="m467.603 284.286-33.701 11.323v23.04l33.156 8.672 32.574-10.021v-22.845l-32.029-10.169Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M466.813 282.936a.6.6 0 0 1 .379-.01l32.949 10.029-.349 1.148-32.758-9.971-32.791 11.879-.409-1.128 32.979-11.947Z" fill="#2D2D2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M500.196 292.993a.603.603 0 0 1 .251.489v23.737a.598.598 0 0 1-.417.571l-32.084 10.281a.6.6 0 0 1-.336.009l-33.726-8.92a.6.6 0 0 1-.446-.58v-23.133a.599.599 0 0 1 .755-.579l33.549 9.024 31.91-10.978a.603.603 0 0 1 .544.079Zm-.949 1.33-31.289 10.763a.6.6 0 0 1-.351.012l-32.969-8.868v21.888l33.109 8.757 31.5-10.094v-22.458Z" fill="#2D2D2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M466.732 326.732V304.41h1.2v22.322h-1.2Z" fill="#2D2D2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M576.778 99.15c-.061-.128-.089-.193-.122-.254-.887-1.648-1.772-3.296-2.669-4.944-.09-.165-.078-.263.045-.405 1.412-1.61 2.805-3.23 4.22-4.833a.432.432 0 0 0 .113-.217l-1.234.314c-1.704.44-3.422.88-5.11 1.327-.158.042-.23-.003-.31-.132a514.05 514.05 0 0 0-2.919-4.721.645.645 0 0 0-.212-.23l-.234 1.26c-.272 1.486-.543 2.963-.812 4.455-.03.16-.07.32-.084.48-.014.154-.095.21-.237.255-2.01.617-4.015 1.238-6.022 1.86a.672.672 0 0 0-.269.145c1.642.637 3.284 1.274 4.949 1.922-.06.047-.1.084-.145.111-1.026.648-2.055 1.297-3.079 1.947-.123.078-.22.09-.358.029-1.227-.54-2.464-1.07-3.695-1.604-.552-.24-1.047-.559-1.433-1.022-.873-1.042-.7-2.227.463-2.962a5.556 5.556 0 0 1 1.246-.552c1.968-.626 3.946-1.23 5.907-1.835.166-.052.242-.124.274-.299.265-1.487.536-2.984.812-4.454.147-.795.224-1.608.62-2.338.152-.28.333-.555.552-.788.785-.851 1.878-.882 2.715-.073.28.274.52.594.727.926.913 1.454 1.811 2.917 2.715 4.387.106.173.201.208.396.158 2.202-.577 4.403-1.145 6.615-1.713.456-.117.915-.16 1.382-.075 1.015.186 1.46.94 1.116 1.9-.156.437-.427.804-.73 1.154-1.538 1.766-3.079 3.54-4.608 5.3-.125.144-.128.247-.041.41.922 1.694 1.834 3.385 2.76 5.1.219.405.388.828.393 1.293.01 1.06-.785 1.929-1.864 2.085-.604.086-1.166-.04-1.733-.211-1.38-.416-2.76-.826-4.152-1.233-.128-.038-.177-.087-.2-.222-.159-.951-.333-1.9-.502-2.85-.004-.027.004-.055.008-.113 1.576.425 3.148.844 4.767 1.283" fill="#E25A1C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M574.041 113.069c-1.245-.002-2.486-.008-3.741-.003-.165 0-.257-.046-.349-.183-1.473-2.191-2.965-4.387-4.425-6.569-.047-.07-.097-.137-.181-.254l-.942 6.992h-3.261c.038-.309.072-.61.112-.908.317-2.383.639-4.744.958-7.126.306-2.272.609-4.543.919-6.815a.295.295 0 0 1 .112-.189c1.122-.715 2.249-1.423 3.375-2.131.017-.01.04-.011.098-.028-.34 2.539-.678 5.055-1.018 7.572l.04.027c1.768-1.911 3.536-3.83 5.338-5.768l.141.797c.127.72.249 1.443.384 2.163.027.145-.013.233-.112.336a764.661 764.661 0 0 0-3.421 3.518c-.05.052-.097.105-.154.166.036.056.067.111.104.162 1.964 2.694 3.923 5.389 5.885 8.084.035.048.087.087.131.13v.043m-38.541-7.143c-.05-.247-.085-.612-.198-.953-.548-1.646-2.274-2.539-4.06-2.14-1.964.445-3.376 1.953-3.558 3.919-.151 1.448.647 2.851 2.13 3.363 1.195.421 2.349.245 3.421-.381 1.417-.828 2.183-2.06 2.281-3.808h-.016Zm-8.621 6.124c-.097.708-.189 1.374-.279 2.042-.119.887-.239 1.775-.353 2.673-.013.103-.046.149-.16.149-.896-.004-1.792-.003-2.691-.005-.021 0-.041-.01-.089-.024.054-.419.107-.84.163-1.258.198-1.47.394-2.94.595-4.41.23-1.683.411-3.362.705-5.033.52-2.961 3.102-5.5 6.113-6.146 1.749-.37 3.421-.198 4.949.764 1.524.957 2.395 2.36 2.601 4.097.282 2.472-.65 4.521-2.441 6.236-1.182 1.116-2.6 1.824-4.22 2.064-1.681.248-3.261-.026-4.676-.993-.051-.035-.107-.067-.196-.121m-1.527-14.065-2.942 2.14c-.157-.24-.297-.48-.461-.706-.422-.576-.947-1.006-1.708-1.057-.634-.044-1.177.16-1.608.616-.386.408-.436.989-.076 1.45.397.508.83.989 1.275 1.459.737.779 1.505 1.528 2.235 2.316.664.713 1.195 1.51 1.36 2.494.195 1.158-.042 2.249-.603 3.274-1.037 1.882-2.668 2.984-4.835 3.318-.954.15-1.902.121-2.828-.146-1.234-.354-2.094-1.145-2.646-2.25-.195-.394-.345-.81-.52-1.233 1.079-.564 2.13-1.114 3.193-1.668.036.086.063.158.097.227.182.354.331.73.554 1.058.669.968 1.745 1.262 2.829.784.28-.124.552-.297.782-.497.703-.61.835-1.461.315-2.227-.299-.441-.673-.837-1.038-1.232-.871-.944-1.779-1.859-2.623-2.828-.586-.663-.985-1.434-1.113-2.316a3.887 3.887 0 0 1 .577-2.695c1.284-2.028 3.148-3.073 5.611-3.006 1.407.05 2.532.693 3.399 1.762.257.316.499.643.761.986m23.826 10.778c-.164 1.223-.319 2.383-.479 3.541-.009.059-.056.139-.107.162-2.441 1.1-5.634.946-7.618-1.267-1.072-1.189-1.522-2.606-1.455-4.165.155-3.63 3.238-6.814 6.933-7.26 2.156-.258 4.038.31 5.498 1.947.994 1.113 1.455 2.449 1.386 3.919-.044.971-.2 1.936-.324 2.895-.175 1.368-.367 2.74-.552 4.098a3.445 3.445 0 0 1-.028.158h-2.897c.038-.314.074-.621.115-.928.21-1.579.443-3.163.627-4.744.115-.984.043-1.962-.419-2.873-.491-.968-1.312-1.483-2.395-1.594-2.24-.232-4.38 1.287-4.836 3.429-.315 1.421.182 2.784 1.341 3.541 1.129.733 2.327.735 3.559.261.625-.241 1.154-.624 1.66-1.138m12.308-8.6c-.133.984-.265 1.953-.397 2.94-.616 0-1.218-.004-1.82 0-.488.004-.933.312-1.081.758-.057.174-.079.36-.104.543l-.912 6.77c-.077.57-.151 1.14-.227 1.719h-3.034c.056-.434.11-.855.166-1.276.197-1.465.394-2.939.593-4.387.172-1.267.326-2.539.529-3.808.271-1.693 1.996-3.207 3.741-3.274.835-.035 1.672-.006 2.532-.006" fill="#3C3A3E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M576.778 191.15c-.061-.128-.089-.193-.122-.254-.887-1.648-1.772-3.296-2.669-4.944-.09-.165-.078-.263.045-.405 1.412-1.61 2.805-3.229 4.22-4.833a.427.427 0 0 0 .113-.217l-1.234.314c-1.704.441-3.422.879-5.11 1.327-.158.042-.23-.003-.31-.132a516.733 516.733 0 0 0-2.919-4.721.65.65 0 0 0-.212-.23c-.078.421-.157.84-.234 1.261-.272 1.485-.543 2.962-.812 4.454-.03.16-.07.32-.084.481-.014.153-.095.209-.237.254-2.01.616-4.015 1.238-6.022 1.859a.678.678 0 0 0-.269.146c1.642.637 3.284 1.274 4.949 1.922-.06.047-.1.084-.145.111-1.026.648-2.055 1.297-3.079 1.947-.123.078-.22.089-.358.029-1.227-.539-2.464-1.069-3.695-1.604-.552-.24-1.047-.559-1.433-1.022-.873-1.042-.7-2.227.463-2.962a5.564 5.564 0 0 1 1.246-.552c1.968-.626 3.946-1.23 5.907-1.835.166-.052.242-.124.274-.299.265-1.487.536-2.984.812-4.454.147-.795.224-1.608.62-2.338.152-.281.333-.554.552-.788.785-.851 1.878-.882 2.715-.073.28.274.52.594.727.926.913 1.454 1.811 2.917 2.715 4.387.106.173.201.208.396.158 2.202-.577 4.403-1.145 6.615-1.713.456-.117.915-.16 1.382-.074 1.015.185 1.46.939 1.116 1.899-.156.437-.427.804-.73 1.154-1.538 1.766-3.079 3.541-4.608 5.3-.125.144-.128.247-.041.41.922 1.694 1.834 3.385 2.76 5.099.219.406.388.829.393 1.294.01 1.06-.785 1.929-1.864 2.085-.604.086-1.166-.04-1.733-.211-1.38-.416-2.76-.826-4.152-1.233-.128-.038-.177-.088-.2-.222-.159-.951-.333-1.9-.502-2.851-.004-.026.004-.054.008-.112 1.576.425 3.148.844 4.767 1.283" fill="#E25A1C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M574.041 205.068c-1.245-.001-2.486-.007-3.741-.002-.165 0-.257-.046-.349-.183-1.473-2.191-2.965-4.387-4.425-6.569-.047-.07-.097-.137-.181-.254l-.942 6.992h-3.261c.038-.309.072-.61.112-.908.317-2.383.639-4.744.958-7.126.306-2.272.609-4.544.919-6.815a.297.297 0 0 1 .112-.189c1.122-.715 2.249-1.423 3.375-2.131.017-.011.04-.011.098-.028-.34 2.539-.678 5.055-1.018 7.572.014.008.027.018.04.027 1.768-1.911 3.536-3.831 5.338-5.768l.141.797c.127.719.249 1.443.384 2.163.027.145-.013.233-.112.336a764.661 764.661 0 0 0-3.421 3.518c-.05.052-.097.105-.154.166.036.056.067.111.104.162 1.964 2.694 3.923 5.389 5.885 8.083.035.049.087.088.131.131v.043m-38.541-7.143c-.05-.247-.085-.612-.198-.953-.548-1.646-2.274-2.539-4.06-2.14-1.964.445-3.376 1.953-3.558 3.919-.151 1.448.647 2.851 2.13 3.363 1.195.421 2.349.245 3.421-.381 1.417-.828 2.183-2.06 2.281-3.808h-.016Zm-8.621 6.124c-.097.708-.189 1.374-.279 2.042-.119.887-.239 1.775-.353 2.673-.013.103-.046.149-.16.148-.896-.003-1.792-.002-2.691-.004-.021 0-.041-.01-.089-.024.054-.419.107-.84.163-1.258.198-1.47.394-2.94.595-4.41.23-1.683.411-3.362.705-5.033.52-2.962 3.102-5.5 6.113-6.146 1.749-.37 3.421-.199 4.949.764 1.524.957 2.395 2.36 2.601 4.097.282 2.472-.65 4.521-2.441 6.236-1.182 1.116-2.6 1.824-4.22 2.064-1.681.248-3.261-.026-4.676-.993-.051-.036-.107-.067-.196-.121m-1.527-14.065c-1.003.731-1.973 1.434-2.942 2.14-.157-.24-.297-.481-.461-.706-.422-.576-.947-1.006-1.708-1.057-.634-.044-1.177.159-1.608.616-.386.408-.436.989-.076 1.45.397.508.83.989 1.275 1.459.737.779 1.505 1.528 2.235 2.316.664.713 1.195 1.51 1.36 2.494.195 1.158-.042 2.249-.603 3.274-1.037 1.882-2.668 2.984-4.835 3.318-.954.15-1.902.121-2.828-.146-1.234-.354-2.094-1.145-2.646-2.25-.195-.394-.345-.81-.52-1.233 1.079-.564 2.13-1.114 3.193-1.668.036.086.063.158.097.227.182.354.331.73.554 1.058.669.968 1.745 1.262 2.829.784.28-.124.552-.297.782-.497.703-.61.835-1.461.315-2.227-.299-.441-.673-.837-1.038-1.232-.871-.944-1.779-1.859-2.623-2.828-.586-.663-.985-1.434-1.113-2.316a3.888 3.888 0 0 1 .577-2.695c1.284-2.028 3.148-3.073 5.611-3.006 1.407.05 2.532.693 3.399 1.762.257.316.499.643.761.986m23.826 10.778c-.164 1.223-.319 2.383-.479 3.541-.009.059-.056.139-.107.162-2.441 1.1-5.634.946-7.618-1.267-1.072-1.189-1.522-2.606-1.455-4.165.155-3.63 3.238-6.814 6.933-7.26 2.156-.258 4.038.31 5.498 1.947.994 1.113 1.455 2.449 1.386 3.919-.044.971-.2 1.936-.324 2.895-.175 1.368-.367 2.74-.552 4.098a3.445 3.445 0 0 1-.028.158h-2.897c.038-.314.074-.621.115-.928.21-1.579.443-3.163.627-4.744.115-.984.043-1.962-.419-2.873-.491-.968-1.312-1.483-2.395-1.594-2.24-.232-4.38 1.287-4.836 3.429-.315 1.421.182 2.784 1.341 3.541 1.129.733 2.327.735 3.559.261.625-.241 1.154-.624 1.66-1.138m12.308-8.6c-.133.984-.265 1.953-.397 2.94-.616 0-1.218-.004-1.82 0-.488.004-.933.312-1.081.758-.057.174-.079.36-.104.543l-.912 6.77c-.077.57-.151 1.14-.227 1.719h-3.034c.056-.434.11-.855.166-1.276.197-1.465.394-2.939.593-4.387.172-1.267.326-2.539.529-3.808.271-1.693 1.996-3.207 3.741-3.274.835-.035 1.672-.006 2.532-.006" fill="#3C3A3E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M576.778 284.15c-.061-.128-.089-.193-.122-.254-.887-1.648-1.772-3.296-2.669-4.944-.09-.165-.078-.263.045-.405 1.412-1.61 2.805-3.229 4.22-4.833a.427.427 0 0 0 .113-.217l-1.234.314c-1.704.441-3.422.879-5.11 1.327-.158.042-.23-.003-.31-.132a516.733 516.733 0 0 0-2.919-4.721.65.65 0 0 0-.212-.23c-.078.421-.157.84-.234 1.261-.272 1.485-.543 2.962-.812 4.454-.03.16-.07.32-.084.481-.014.153-.095.209-.237.254-2.01.616-4.015 1.238-6.022 1.859a.678.678 0 0 0-.269.146c1.642.637 3.284 1.274 4.949 1.922-.06.047-.1.084-.145.111-1.026.648-2.055 1.297-3.079 1.947-.123.078-.22.089-.358.029-1.227-.539-2.464-1.069-3.695-1.604-.552-.24-1.047-.559-1.433-1.022-.873-1.042-.7-2.227.463-2.962a5.564 5.564 0 0 1 1.246-.552c1.968-.626 3.946-1.23 5.907-1.835.166-.052.242-.124.274-.299.265-1.487.536-2.984.812-4.454.147-.795.224-1.608.62-2.338.152-.281.333-.554.552-.788.785-.851 1.878-.882 2.715-.073.28.274.52.594.727.926.913 1.454 1.811 2.917 2.715 4.387.106.173.201.208.396.158 2.202-.577 4.403-1.145 6.615-1.713.456-.117.915-.16 1.382-.074 1.015.185 1.46.939 1.116 1.899-.156.437-.427.804-.73 1.154-1.538 1.766-3.079 3.541-4.608 5.3-.125.144-.128.247-.041.41.922 1.694 1.834 3.385 2.76 5.099.219.406.388.829.393 1.294.01 1.06-.785 1.929-1.864 2.085-.604.086-1.166-.04-1.733-.211-1.38-.416-2.76-.826-4.152-1.233-.128-.038-.177-.088-.2-.222-.159-.951-.333-1.9-.502-2.851-.004-.026.004-.054.008-.112 1.576.425 3.148.844 4.767 1.283" fill="#E25A1C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M574.041 298.068c-1.245-.001-2.486-.007-3.741-.002-.165 0-.257-.046-.349-.183-1.473-2.191-2.965-4.387-4.425-6.569-.047-.07-.097-.137-.181-.254l-.942 6.992h-3.261c.038-.309.072-.61.112-.908.317-2.383.639-4.744.958-7.126.306-2.272.609-4.544.919-6.815a.297.297 0 0 1 .112-.189c1.122-.715 2.249-1.423 3.375-2.131.017-.011.04-.011.098-.028-.34 2.539-.678 5.055-1.018 7.572.014.008.027.018.04.027 1.768-1.911 3.536-3.831 5.338-5.768l.141.797c.127.719.249 1.443.384 2.163.027.145-.013.233-.112.336a764.661 764.661 0 0 0-3.421 3.518c-.05.052-.097.105-.154.166.036.056.067.111.104.162 1.964 2.694 3.923 5.389 5.885 8.083.035.049.087.088.131.131v.043m-38.541-7.143c-.05-.247-.085-.612-.198-.953-.548-1.646-2.274-2.539-4.06-2.14-1.964.445-3.376 1.953-3.558 3.919-.151 1.448.647 2.851 2.13 3.363 1.195.421 2.349.245 3.421-.381 1.417-.828 2.183-2.06 2.281-3.808h-.016Zm-8.621 6.124c-.097.708-.189 1.374-.279 2.042-.119.887-.239 1.775-.353 2.673-.013.103-.046.149-.16.148-.896-.003-1.792-.002-2.691-.004-.021 0-.041-.01-.089-.024.054-.419.107-.84.163-1.258.198-1.47.394-2.94.595-4.41.23-1.683.411-3.362.705-5.033.52-2.962 3.102-5.5 6.113-6.146 1.749-.37 3.421-.199 4.949.764 1.524.957 2.395 2.36 2.601 4.097.282 2.472-.65 4.521-2.441 6.236-1.182 1.116-2.6 1.824-4.22 2.064-1.681.248-3.261-.026-4.676-.993-.051-.036-.107-.067-.196-.121m-1.527-14.065c-1.003.731-1.973 1.434-2.942 2.14-.157-.24-.297-.481-.461-.706-.422-.576-.947-1.006-1.708-1.057-.634-.044-1.177.159-1.608.616-.386.408-.436.989-.076 1.45.397.508.83.989 1.275 1.459.737.779 1.505 1.528 2.235 2.316.664.713 1.195 1.51 1.36 2.494.195 1.158-.042 2.249-.603 3.274-1.037 1.882-2.668 2.984-4.835 3.318-.954.15-1.902.121-2.828-.146-1.234-.354-2.094-1.145-2.646-2.25-.195-.394-.345-.81-.52-1.233 1.079-.564 2.13-1.114 3.193-1.668.036.086.063.158.097.227.182.354.331.73.554 1.058.669.968 1.745 1.262 2.829.784.28-.124.552-.297.782-.497.703-.61.835-1.461.315-2.227-.299-.441-.673-.837-1.038-1.232-.871-.944-1.779-1.859-2.623-2.828-.586-.663-.985-1.434-1.113-2.316a3.888 3.888 0 0 1 .577-2.695c1.284-2.028 3.148-3.073 5.611-3.006 1.407.05 2.532.693 3.399 1.762.257.316.499.643.761.986m23.826 10.778c-.164 1.223-.319 2.383-.479 3.541-.009.059-.056.139-.107.162-2.441 1.1-5.634.946-7.618-1.267-1.072-1.189-1.522-2.606-1.455-4.165.155-3.63 3.238-6.814 6.933-7.26 2.156-.258 4.038.31 5.498 1.947.994 1.113 1.455 2.449 1.386 3.919-.044.971-.2 1.936-.324 2.895-.175 1.368-.367 2.74-.552 4.098a3.445 3.445 0 0 1-.028.158h-2.897c.038-.314.074-.621.115-.928.21-1.579.443-3.163.627-4.744.115-.984.043-1.962-.419-2.873-.491-.968-1.312-1.483-2.395-1.594-2.24-.232-4.38 1.287-4.836 3.429-.315 1.421.182 2.784 1.341 3.541 1.129.733 2.327.735 3.559.261.625-.241 1.154-.624 1.66-1.138m12.308-8.6c-.133.984-.265 1.953-.397 2.94-.616 0-1.218-.004-1.82 0-.488.004-.933.312-1.081.758-.057.174-.079.36-.104.543l-.912 6.77c-.077.57-.151 1.14-.227 1.719h-3.034c.056-.434.11-.855.166-1.276.197-1.465.394-2.939.593-4.387.172-1.267.326-2.539.529-3.808.271-1.693 1.996-3.207 3.741-3.274.835-.035 1.672-.006 2.532-.006" fill="#3C3A3E"/><path d="m514.934 136.5-2.849-10.737h1.458l1.633 7.038c.176.738.327 1.47.454 2.198.274-1.148.435-1.81.484-1.985l2.043-7.251h1.714l1.538 5.434c.386 1.348.664 2.615.835 3.802.137-.679.315-1.458.535-2.337l1.684-6.899h1.428l-2.944 10.737h-1.37l-2.263-8.181a35.738 35.738 0 0 1-.337-1.26c-.112.493-.217.913-.315 1.26l-2.277 8.181h-1.451Zm12.058-5.229c0-1.783.479-3.177 1.436-4.183.957-1.01 2.192-1.516 3.706-1.516.991 0 1.885.237 2.681.711a4.611 4.611 0 0 1 1.816 1.985c.42.844.63 1.804.63 2.878 0 1.089-.22 2.063-.659 2.922-.44.86-1.062 1.512-1.868 1.956a5.365 5.365 0 0 1-2.607.659c-1.011 0-1.915-.244-2.71-.732a4.724 4.724 0 0 1-1.81-2 6.06 6.06 0 0 1-.615-2.68Zm1.465.021c0 1.294.347 2.315 1.04 3.062.698.742 1.572 1.113 2.622 1.113 1.07 0 1.948-.376 2.637-1.128.693-.752 1.04-1.818 1.04-3.2 0-.874-.149-1.636-.447-2.285-.293-.655-.725-1.16-1.296-1.517a3.484 3.484 0 0 0-1.912-.542 3.64 3.64 0 0 0-2.6 1.04c-.723.689-1.084 1.841-1.084 3.457Zm10.864 5.208v-10.737h4.761c.957 0 1.684.097 2.183.293.498.19.896.529 1.193 1.018.298.488.447 1.028.447 1.618 0 .762-.246 1.404-.74 1.927-.493.522-1.254.854-2.285.996.376.18.662.359.857.534a7.37 7.37 0 0 1 1.179 1.429l1.868 2.922h-1.787l-1.421-2.234a20.457 20.457 0 0 0-1.025-1.479c-.269-.342-.511-.581-.725-.718a2.09 2.09 0 0 0-.645-.286c-.161-.034-.425-.051-.791-.051h-1.648v4.768h-1.421Zm1.421-5.999h3.054c.65 0 1.157-.065 1.524-.197.366-.137.644-.352.835-.645.19-.298.285-.62.285-.967 0-.507-.185-.925-.556-1.252-.367-.327-.948-.491-1.743-.491h-3.399v3.552Zm9.538 5.999v-10.737h1.421v5.324l5.332-5.324h1.927l-4.505 4.35 4.702 6.387h-1.875l-3.823-5.435-1.758 1.714v3.721h-1.421Zm10.293 0v-10.737h7.764v1.267h-6.343v3.288h5.94v1.26h-5.94v3.655h6.592v1.267h-8.013Zm10.198 0v-10.737h4.761c.957 0 1.684.097 2.182.293.498.19.896.529 1.194 1.018.298.488.447 1.028.447 1.618 0 .762-.247 1.404-.74 1.927-.493.522-1.255.854-2.285.996.376.18.661.359.857.534a7.37 7.37 0 0 1 1.179 1.429l1.868 2.922h-1.787l-1.421-2.234a20.094 20.094 0 0 0-1.026-1.479c-.268-.342-.51-.581-.725-.718a2.095 2.095 0 0 0-.644-.286c-.161-.034-.425-.051-.791-.051h-1.648v4.768h-1.421Zm1.421-5.999h3.054c.649 0 1.157-.065 1.523-.197.367-.137.645-.352.835-.645.191-.298.286-.62.286-.967 0-.507-.186-.925-.557-1.252-.366-.327-.947-.491-1.743-.491h-3.398v3.552ZM514.934 228.5l-2.849-10.737h1.458l1.633 7.038c.176.738.327 1.47.454 2.198.274-1.148.435-1.81.484-1.985l2.043-7.251h1.714l1.538 5.434c.386 1.348.664 2.615.835 3.802.137-.679.315-1.458.535-2.337l1.684-6.899h1.428l-2.944 10.737h-1.37l-2.263-8.181a35.738 35.738 0 0 1-.337-1.26c-.112.493-.217.913-.315 1.26l-2.277 8.181h-1.451Zm12.058-5.229c0-1.783.479-3.177 1.436-4.183.957-1.01 2.192-1.516 3.706-1.516.991 0 1.885.237 2.681.711a4.611 4.611 0 0 1 1.816 1.985c.42.844.63 1.804.63 2.878 0 1.089-.22 2.063-.659 2.922-.44.86-1.062 1.512-1.868 1.956a5.365 5.365 0 0 1-2.607.659c-1.011 0-1.915-.244-2.71-.732a4.724 4.724 0 0 1-1.81-2 6.06 6.06 0 0 1-.615-2.68Zm1.465.021c0 1.294.347 2.315 1.04 3.062.698.742 1.572 1.113 2.622 1.113 1.07 0 1.948-.376 2.637-1.128.693-.752 1.04-1.818 1.04-3.2 0-.874-.149-1.636-.447-2.285-.293-.655-.725-1.16-1.296-1.517a3.484 3.484 0 0 0-1.912-.542 3.64 3.64 0 0 0-2.6 1.04c-.723.689-1.084 1.841-1.084 3.457Zm10.864 5.208v-10.737h4.761c.957 0 1.684.097 2.183.293.498.19.896.529 1.193 1.018.298.488.447 1.028.447 1.618 0 .762-.246 1.404-.74 1.927-.493.522-1.254.854-2.285.996.376.18.662.359.857.534a7.37 7.37 0 0 1 1.179 1.429l1.868 2.922h-1.787l-1.421-2.234a20.457 20.457 0 0 0-1.025-1.479c-.269-.342-.511-.581-.725-.718a2.09 2.09 0 0 0-.645-.286c-.161-.034-.425-.051-.791-.051h-1.648v4.768h-1.421Zm1.421-5.999h3.054c.65 0 1.157-.065 1.524-.197.366-.137.644-.352.835-.645.19-.298.285-.62.285-.967 0-.507-.185-.925-.556-1.252-.367-.327-.948-.491-1.743-.491h-3.399v3.552Zm9.538 5.999v-10.737h1.421v5.324l5.332-5.324h1.927l-4.505 4.35 4.702 6.387h-1.875l-3.823-5.435-1.758 1.714v3.721h-1.421Zm10.293 0v-10.737h7.764v1.267h-6.343v3.288h5.94v1.26h-5.94v3.655h6.592v1.267h-8.013Zm10.198 0v-10.737h4.761c.957 0 1.684.097 2.182.293.498.19.896.529 1.194 1.018.298.488.447 1.028.447 1.618 0 .762-.247 1.404-.74 1.927-.493.522-1.255.854-2.285.996.376.18.661.359.857.534a7.37 7.37 0 0 1 1.179 1.429l1.868 2.922h-1.787l-1.421-2.234a20.094 20.094 0 0 0-1.026-1.479c-.268-.342-.51-.581-.725-.718a2.095 2.095 0 0 0-.644-.286c-.161-.034-.425-.051-.791-.051h-1.648v4.768h-1.421Zm1.421-5.999h3.054c.649 0 1.157-.065 1.523-.197.367-.137.645-.352.835-.645.191-.298.286-.62.286-.967 0-.507-.186-.925-.557-1.252-.366-.327-.947-.491-1.743-.491h-3.398v3.552ZM514.934 321.5l-2.849-10.737h1.458l1.633 7.038c.176.738.327 1.47.454 2.198.274-1.148.435-1.81.484-1.985l2.043-7.251h1.714l1.538 5.434c.386 1.348.664 2.615.835 3.802.137-.679.315-1.458.535-2.337l1.684-6.899h1.428l-2.944 10.737h-1.37l-2.263-8.181a35.738 35.738 0 0 1-.337-1.26c-.112.493-.217.913-.315 1.26l-2.277 8.181h-1.451Zm12.058-5.229c0-1.783.479-3.177 1.436-4.183.957-1.01 2.192-1.516 3.706-1.516.991 0 1.885.237 2.681.711a4.611 4.611 0 0 1 1.816 1.985c.42.844.63 1.804.63 2.878 0 1.089-.22 2.063-.659 2.922-.44.86-1.062 1.512-1.868 1.956a5.365 5.365 0 0 1-2.607.659c-1.011 0-1.915-.244-2.71-.732a4.724 4.724 0 0 1-1.81-2 6.06 6.06 0 0 1-.615-2.68Zm1.465.021c0 1.294.347 2.315 1.04 3.062.698.742 1.572 1.113 2.622 1.113 1.07 0 1.948-.376 2.637-1.128.693-.752 1.04-1.818 1.04-3.2 0-.874-.149-1.636-.447-2.285-.293-.655-.725-1.16-1.296-1.517a3.484 3.484 0 0 0-1.912-.542 3.64 3.64 0 0 0-2.6 1.04c-.723.689-1.084 1.841-1.084 3.457Zm10.864 5.208v-10.737h4.761c.957 0 1.684.097 2.183.293.498.19.896.529 1.193 1.018.298.488.447 1.028.447 1.618 0 .762-.246 1.404-.74 1.927-.493.522-1.254.854-2.285.996.376.18.662.359.857.534a7.37 7.37 0 0 1 1.179 1.429l1.868 2.922h-1.787l-1.421-2.234a20.457 20.457 0 0 0-1.025-1.479c-.269-.342-.511-.581-.725-.718a2.09 2.09 0 0 0-.645-.286c-.161-.034-.425-.051-.791-.051h-1.648v4.768h-1.421Zm1.421-5.999h3.054c.65 0 1.157-.065 1.524-.197.366-.137.644-.352.835-.645.19-.298.285-.62.285-.967 0-.507-.185-.925-.556-1.252-.367-.327-.948-.491-1.743-.491h-3.399v3.552Zm9.538 5.999v-10.737h1.421v5.324l5.332-5.324h1.927l-4.505 4.35 4.702 6.387h-1.875l-3.823-5.435-1.758 1.714v3.721h-1.421Zm10.293 0v-10.737h7.764v1.267h-6.343v3.288h5.94v1.26h-5.94v3.655h6.592v1.267h-8.013Zm10.198 0v-10.737h4.761c.957 0 1.684.097 2.182.293.498.19.896.529 1.194 1.018.298.488.447 1.028.447 1.618 0 .762-.247 1.404-.74 1.927-.493.522-1.255.854-2.285.996.376.18.661.359.857.534a7.37 7.37 0 0 1 1.179 1.429l1.868 2.922h-1.787l-1.421-2.234a20.094 20.094 0 0 0-1.026-1.479c-.268-.342-.51-.581-.725-.718a2.095 2.095 0 0 0-.644-.286c-.161-.034-.425-.051-.791-.051h-1.648v4.768h-1.421Zm1.421-5.999h3.054c.649 0 1.157-.065 1.523-.197.367-.137.645-.352.835-.645.191-.298.286-.62.286-.967 0-.507-.186-.925-.557-1.252-.366-.327-.947-.491-1.743-.491h-3.398v3.552Zm54.546-131.681 1.43-.125c.067.573.224 1.045.469 1.414.25.365.635.662 1.156.891.521.224 1.107.336 1.758.336.578 0 1.088-.086 1.531-.258.443-.172.771-.406.984-.703.219-.302.328-.63.328-.984 0-.36-.104-.672-.312-.938-.209-.271-.552-.497-1.031-.68-.308-.119-.987-.304-2.039-.554-1.053-.255-1.79-.495-2.211-.719-.547-.286-.956-.641-1.227-1.062a2.652 2.652 0 0 1-.398-1.43c0-.578.164-1.117.492-1.617.328-.506.807-.888 1.437-1.149.63-.26 1.331-.39 2.102-.39.849 0 1.596.138 2.242.414.651.27 1.151.672 1.5 1.203s.536 1.133.563 1.804l-1.454.11c-.078-.724-.343-1.271-.796-1.641-.448-.37-1.112-.554-1.993-.554-.916 0-1.586.169-2.007.507-.417.334-.625.737-.625 1.211 0 .412.148.75.445 1.016.291.266 1.052.539 2.281.82 1.234.276 2.081.518 2.539.727.667.307 1.159.698 1.477 1.172.317.468.476 1.01.476 1.625a3.13 3.13 0 0 1-.523 1.726c-.349.537-.852.956-1.508 1.258-.651.297-1.385.445-2.203.445-1.037 0-1.906-.151-2.609-.453a3.686 3.686 0 0 1-1.649-1.359 3.908 3.908 0 0 1-.625-2.063Zm11.208 3.68v-11.453h1.406v4.109c.656-.76 1.485-1.14 2.485-1.14.614 0 1.148.122 1.601.367.453.239.776.573.969 1 .198.427.297 1.047.297 1.859v5.258h-1.407v-5.258c0-.703-.153-1.213-.46-1.531-.303-.323-.732-.484-1.29-.484-.416 0-.809.109-1.179.328a1.809 1.809 0 0 0-.781.875c-.157.369-.235.88-.235 1.531v4.539h-1.406Zm14.52-1.023c-.521.442-1.023.755-1.508.937a4.315 4.315 0 0 1-1.546.274c-.912 0-1.612-.222-2.102-.665-.49-.447-.734-1.018-.734-1.711 0-.406.091-.776.273-1.109.188-.338.43-.609.727-.812.302-.203.64-.357 1.015-.461.276-.073.693-.144 1.25-.211 1.136-.136 1.972-.297 2.508-.485.005-.192.008-.315.008-.367 0-.573-.133-.976-.399-1.211-.359-.317-.893-.476-1.601-.476-.662 0-1.151.117-1.469.351-.312.229-.544.638-.695 1.227l-1.375-.188c.125-.588.33-1.062.617-1.422.286-.364.7-.643 1.242-.836.542-.197 1.169-.296 1.883-.296.708 0 1.284.083 1.727.25.442.166.768.377.976.632.208.25.354.568.438.954.046.239.07.671.07 1.296v1.875c0 1.308.029 2.136.086 2.485.062.344.182.674.359.992h-1.469a3.011 3.011 0 0 1-.281-1.023Zm-.117-3.141c-.51.208-1.276.385-2.297.531-.578.084-.987.177-1.226.281a1.218 1.218 0 0 0-.75 1.125c0 .375.14.688.421.938.287.25.704.375 1.25.375.542 0 1.024-.117 1.446-.352.422-.239.732-.565.929-.976.151-.318.227-.787.227-1.406v-.516Zm3.794 4.164v-8.297h1.265v1.258c.323-.589.62-.977.891-1.164.276-.188.578-.281.906-.281.474 0 .956.151 1.446.453l-.485 1.304a2.011 2.011 0 0 0-1.031-.304c-.307 0-.583.093-.828.281a1.486 1.486 0 0 0-.524.766 5.48 5.48 0 0 0-.234 1.64v4.344h-1.406Zm11.223-2.672 1.453.18c-.229.849-.653 1.508-1.273 1.976-.62.469-1.412.704-2.375.704-1.214 0-2.177-.373-2.891-1.118-.708-.75-1.062-1.799-1.062-3.148 0-1.396.359-2.479 1.078-3.25.719-.771 1.651-1.156 2.797-1.156 1.109 0 2.015.377 2.719 1.132.703.756 1.054 1.818 1.054 3.188 0 .083-.002.208-.008.375h-6.187c.052.911.31 1.609.773 2.094.464.484 1.042.726 1.735.726.515 0 .955-.135 1.32-.406.365-.271.654-.703.867-1.297Zm-4.617-2.273h4.633c-.063-.698-.24-1.222-.531-1.571-.448-.541-1.029-.812-1.743-.812-.645 0-1.19.216-1.632.648-.438.433-.68 1.011-.727 1.735Zm13.427 4.945v-1.047c-.526.823-1.3 1.235-2.321 1.235a3.277 3.277 0 0 1-1.828-.547c-.552-.365-.982-.873-1.289-1.524-.302-.656-.453-1.409-.453-2.258 0-.828.138-1.578.414-2.25.276-.677.69-1.195 1.242-1.554a3.316 3.316 0 0 1 1.852-.539c.5 0 .945.106 1.336.32.39.208.708.482.953.82v-4.109h1.398V187.5h-1.304Zm-4.446-4.141c0 1.063.224 1.857.672 2.383.448.526.977.789 1.586.789.615 0 1.135-.25 1.563-.75.432-.505.648-1.273.648-2.304 0-1.136-.219-1.969-.656-2.5-.438-.532-.977-.797-1.617-.797-.625 0-1.149.255-1.571.765-.416.511-.625 1.315-.625 2.414Zm13.025 4.141v-11.453h5.078c1.021 0 1.797.104 2.329.312.531.203.955.565 1.273 1.086.318.521.477 1.097.477 1.727 0 .812-.264 1.497-.79 2.055-.526.557-1.338.911-2.437 1.062.401.193.706.383.914.57a7.88 7.88 0 0 1 1.258 1.524l1.992 3.117h-1.906l-1.516-2.383a21.828 21.828 0 0 0-1.094-1.578c-.286-.365-.544-.62-.773-.766a2.235 2.235 0 0 0-.688-.304c-.171-.037-.453-.055-.843-.055h-1.758v5.086h-1.516Zm1.516-6.398h3.258c.692 0 1.234-.071 1.625-.211.39-.146.687-.375.89-.688a1.88 1.88 0 0 0 .305-1.031c0-.542-.198-.987-.594-1.336-.39-.349-1.01-.524-1.859-.524h-3.625v3.79Zm10.223 6.398v-11.453h3.946c.89 0 1.57.055 2.039.164.656.151 1.216.424 1.679.82.605.511 1.055 1.164 1.352 1.961.302.792.453 1.698.453 2.719 0 .87-.101 1.641-.305 2.312-.203.672-.463 1.23-.781 1.672a4.203 4.203 0 0 1-1.047 1.039c-.375.25-.83.44-1.367.571-.531.13-1.143.195-1.836.195h-4.133Zm1.516-1.352h2.445c.755 0 1.347-.07 1.774-.21.432-.141.776-.339 1.031-.594.359-.36.638-.841.836-1.446.203-.609.305-1.346.305-2.21 0-1.198-.198-2.118-.594-2.758-.391-.646-.867-1.078-1.43-1.297-.406-.156-1.06-.235-1.961-.235h-2.406v8.75Zm10.247 1.352v-11.453h3.945c.891 0 1.57.055 2.039.164.656.151 1.216.424 1.68.82.604.511 1.055 1.164 1.351 1.961.303.792.454 1.698.454 2.719 0 .87-.102 1.641-.305 2.312-.203.672-.464 1.23-.781 1.672a4.203 4.203 0 0 1-1.047 1.039c-.375.25-.831.44-1.367.571-.532.13-1.144.195-1.836.195h-4.133Zm1.515-1.352h2.446c.755 0 1.346-.07 1.773-.21.432-.141.776-.339 1.031-.594.36-.36.638-.841.836-1.446.204-.609.305-1.346.305-2.21 0-1.198-.198-2.118-.594-2.758-.39-.646-.867-1.078-1.429-1.297-.407-.156-1.06-.235-1.961-.235h-2.407v8.75Zm9.505-1.125 1.391-.218c.078.557.294.984.648 1.281.36.297.86.445 1.5.445.646 0 1.125-.13 1.438-.39.312-.266.468-.576.468-.93a.853.853 0 0 0-.414-.75c-.192-.125-.671-.284-1.437-.477-1.031-.26-1.748-.484-2.149-.672a2.14 2.14 0 0 1-.906-.789 2.13 2.13 0 0 1-.304-1.117c0-.37.083-.711.25-1.023.171-.318.403-.581.695-.789.219-.162.515-.297.89-.406a4.196 4.196 0 0 1 1.219-.172c.651 0 1.222.093 1.711.281.495.187.86.443 1.094.765.234.318.396.745.484 1.282l-1.375.187c-.062-.427-.245-.76-.547-1-.296-.239-.718-.359-1.265-.359-.646 0-1.107.107-1.383.32-.276.214-.414.464-.414.75 0 .182.057.347.172.492.114.151.294.276.539.375.14.052.555.172 1.242.36.995.265 1.688.484 2.078.656.396.167.706.411.93.734.224.323.336.724.336 1.203 0 .469-.138.912-.414 1.329-.271.411-.664.731-1.18.961-.516.224-1.099.336-1.75.336-1.078 0-1.901-.224-2.469-.672-.562-.448-.922-1.112-1.078-1.993ZM635.362 233.5v-11.453h3.945c.89 0 1.57.055 2.039.164.656.151 1.216.424 1.68.82.604.511 1.054 1.164 1.351 1.961.302.792.453 1.698.453 2.719 0 .87-.101 1.641-.304 2.312-.204.672-.464 1.23-.782 1.672a4.17 4.17 0 0 1-1.047 1.039c-.375.25-.83.44-1.367.571-.531.13-1.143.195-1.836.195h-4.132Zm1.515-1.352h2.445c.756 0 1.347-.07 1.774-.21.432-.141.776-.339 1.031-.594.36-.36.638-.841.836-1.446.203-.609.305-1.346.305-2.21 0-1.198-.198-2.118-.594-2.758-.391-.646-.867-1.078-1.43-1.297-.406-.156-1.06-.235-1.961-.235h-2.406v8.75Zm15.481.329c-.52.442-1.023.755-1.507.937-.48.182-.995.274-1.547.274-.912 0-1.612-.222-2.102-.665-.489-.447-.734-1.018-.734-1.711 0-.406.091-.776.273-1.109.188-.338.43-.609.727-.812.302-.203.64-.357 1.015-.461.276-.073.693-.144 1.25-.211 1.136-.136 1.972-.297 2.508-.485.005-.192.008-.315.008-.367 0-.573-.133-.976-.398-1.211-.36-.317-.894-.476-1.602-.476-.661 0-1.151.117-1.469.351-.312.229-.544.638-.695 1.227l-1.375-.188c.125-.588.331-1.062.617-1.422.287-.364.701-.643 1.242-.836.542-.197 1.17-.296 1.883-.296.708 0 1.284.083 1.727.25.442.166.768.377.976.632.209.25.354.568.438.954.047.239.07.671.07 1.296v1.875c0 1.308.029 2.136.086 2.485.063.344.182.674.359.992h-1.468a2.989 2.989 0 0 1-.282-1.023Zm-.117-3.141c-.51.208-1.276.385-2.297.531-.578.084-.987.177-1.226.281a1.218 1.218 0 0 0-.75 1.125c0 .375.14.688.422.938.286.25.703.375 1.25.375.541 0 1.023-.117 1.445-.352a2.21 2.21 0 0 0 .93-.976c.151-.318.226-.787.226-1.406v-.516Zm6.88 2.906.203 1.242a5.17 5.17 0 0 1-1.062.125c-.511 0-.907-.08-1.188-.242a1.36 1.36 0 0 1-.594-.633c-.114-.265-.172-.82-.172-1.664v-4.773h-1.031v-1.094h1.031v-2.055l1.399-.843v2.898h1.414v1.094h-1.414v4.851c0 .401.023.659.07.774a.615.615 0 0 0 .242.273c.115.068.276.102.485.102.156 0 .362-.018.617-.055Zm6.997.235c-.521.442-1.024.755-1.508.937a4.321 4.321 0 0 1-1.547.274c-.911 0-1.612-.222-2.101-.665-.49-.447-.735-1.018-.735-1.711 0-.406.091-.776.274-1.109a2.33 2.33 0 0 1 .726-.812 3.47 3.47 0 0 1 1.016-.461c.276-.073.692-.144 1.25-.211 1.135-.136 1.971-.297 2.508-.485.005-.192.007-.315.007-.367 0-.573-.132-.976-.398-1.211-.359-.317-.893-.476-1.602-.476-.661 0-1.151.117-1.468.351-.313.229-.545.638-.696 1.227l-1.375-.188c.125-.588.331-1.062.618-1.422.286-.364.7-.643 1.242-.836.541-.197 1.169-.296 1.883-.296.708 0 1.283.083 1.726.25.443.166.768.377.977.632.208.25.354.568.437.954.047.239.07.671.07 1.296v1.875c0 1.308.029 2.136.086 2.485.063.344.183.674.36.992h-1.469a2.967 2.967 0 0 1-.281-1.023Zm-.117-3.141c-.511.208-1.276.385-2.297.531-.578.084-.987.177-1.227.281a1.228 1.228 0 0 0-.555.461c-.13.198-.195.42-.195.664 0 .375.141.688.422.938.286.25.703.375 1.25.375.542 0 1.023-.117 1.445-.352a2.21 2.21 0 0 0 .93-.976c.151-.318.227-.787.227-1.406v-.516Zm4.145 4.164v-7.203h-1.242v-1.094h1.242v-.883c0-.557.049-.971.148-1.242.136-.364.373-.659.711-.883.344-.229.823-.343 1.438-.343.396 0 .833.046 1.312.14l-.211 1.227a4.714 4.714 0 0 0-.828-.078c-.427 0-.729.091-.906.273-.177.182-.266.524-.266 1.024v.765h1.618v1.094h-1.618v7.203h-1.398Zm4.301 0v-8.297h1.266v1.258c.323-.589.62-.977.891-1.164.276-.188.578-.281.906-.281.474 0 .956.151 1.445.453l-.484 1.304a2.014 2.014 0 0 0-1.031-.304 1.32 1.32 0 0 0-.828.281 1.48 1.48 0 0 0-.524.766 5.48 5.48 0 0 0-.234 1.64v4.344h-1.407Zm10.958-1.023c-.521.442-1.023.755-1.508.937a4.315 4.315 0 0 1-1.546.274c-.912 0-1.612-.222-2.102-.665-.49-.447-.734-1.018-.734-1.711 0-.406.091-.776.273-1.109.188-.338.43-.609.727-.812.302-.203.64-.357 1.015-.461.276-.073.693-.144 1.25-.211 1.136-.136 1.972-.297 2.508-.485.005-.192.008-.315.008-.367 0-.573-.133-.976-.399-1.211-.359-.317-.893-.476-1.601-.476-.662 0-1.151.117-1.469.351-.312.229-.544.638-.695 1.227l-1.375-.188c.125-.588.331-1.062.617-1.422.286-.364.701-.643 1.242-.836.542-.197 1.169-.296 1.883-.296.708 0 1.284.083 1.727.25.442.166.768.377.976.632.208.25.354.568.438.954.047.239.07.671.07 1.296v1.875c0 1.308.029 2.136.086 2.485.062.344.182.674.359.992h-1.468a2.989 2.989 0 0 1-.282-1.023Zm-.117-3.141c-.51.208-1.276.385-2.297.531-.578.084-.987.177-1.226.281a1.218 1.218 0 0 0-.75 1.125c0 .375.14.688.422.938.286.25.703.375 1.25.375.541 0 1.023-.117 1.445-.352a2.21 2.21 0 0 0 .93-.976c.151-.318.226-.787.226-1.406v-.516Zm3.809 4.164v-8.297h1.258v1.164a2.924 2.924 0 0 1 1.039-.976c.433-.25.925-.375 1.477-.375.614 0 1.117.127 1.508.382.396.256.674.612.836 1.071.656-.969 1.51-1.453 2.562-1.453.823 0 1.456.229 1.899.687.442.453.664 1.154.664 2.102v5.695h-1.399v-5.227c0-.562-.047-.966-.14-1.211a1.155 1.155 0 0 0-.493-.601 1.545 1.545 0 0 0-.843-.227c-.584 0-1.068.196-1.453.586-.386.386-.579 1.006-.579 1.86v4.82h-1.406v-5.391c0-.625-.114-1.093-.344-1.406-.229-.312-.604-.469-1.125-.469-.395 0-.763.105-1.101.313a1.775 1.775 0 0 0-.727.914c-.151.401-.226.979-.226 1.734v4.305h-1.407Zm19.208-2.672 1.453.18c-.229.849-.653 1.508-1.273 1.976-.62.469-1.412.704-2.375.704-1.214 0-2.177-.373-2.891-1.118-.708-.75-1.062-1.799-1.062-3.148 0-1.396.359-2.479 1.078-3.25.719-.771 1.651-1.156 2.797-1.156 1.109 0 2.015.377 2.719 1.132.703.756 1.054 1.818 1.054 3.188 0 .083-.002.208-.008.375h-6.187c.052.911.31 1.609.773 2.094.464.484 1.042.726 1.735.726.515 0 .955-.135 1.32-.406.365-.271.654-.703.867-1.297Zm-4.617-2.273h4.633c-.063-.698-.24-1.222-.531-1.571-.448-.541-1.029-.812-1.743-.812-.645 0-1.19.216-1.632.648-.438.433-.68 1.011-.727 1.735Zm7.481 2.468 1.391-.218c.078.557.294.984.648 1.281.36.297.86.445 1.5.445.646 0 1.125-.13 1.438-.39.312-.266.469-.576.469-.93a.853.853 0 0 0-.414-.75c-.193-.125-.672-.284-1.438-.477-1.031-.26-1.747-.484-2.148-.672a2.137 2.137 0 0 1-.907-.789 2.13 2.13 0 0 1-.304-1.117c0-.37.083-.711.25-1.023.172-.318.403-.581.695-.789.219-.162.516-.297.891-.406.38-.115.786-.172 1.218-.172.651 0 1.222.093 1.711.281.495.187.86.443 1.094.765.234.318.396.745.484 1.282l-1.375.187c-.062-.427-.244-.76-.546-1-.297-.239-.719-.359-1.266-.359-.646 0-1.107.107-1.383.32-.276.214-.414.464-.414.75 0 .182.057.347.172.492.115.151.294.276.539.375.141.052.555.172 1.242.36.995.265 1.688.484 2.078.656.396.167.706.411.93.734.224.323.336.724.336 1.203 0 .469-.138.912-.414 1.329-.271.411-.664.731-1.18.961-.515.224-1.099.336-1.75.336-1.078 0-1.901-.224-2.469-.672-.562-.448-.921-1.112-1.078-1.993Zm-32.501-21.875c-.464.516-.969.904-1.516 1.164a4.13 4.13 0 0 1-1.773.383c-1.172 0-2.102-.396-2.789-1.187-.558-.646-.836-1.367-.836-2.164 0-.709.226-1.347.679-1.914.459-.573 1.141-1.076 2.047-1.508-.515-.594-.859-1.076-1.031-1.445a2.536 2.536 0 0 1-.258-1.071c0-.687.268-1.284.805-1.789.542-.51 1.221-.765 2.039-.765.781 0 1.419.239 1.914.718.5.479.75 1.055.75 1.727 0 1.088-.721 2.018-2.164 2.789l2.055 2.617c.234-.458.416-.989.547-1.594l1.46.313c-.25 1-.588 1.823-1.015 2.469a8.15 8.15 0 0 0 1.789 1.757l-.945 1.118c-.568-.365-1.154-.904-1.758-1.618Zm-2.86-5.968c.61-.36 1.003-.675 1.18-.946.182-.27.274-.57.274-.898 0-.391-.125-.708-.375-.953a1.239 1.239 0 0 0-.922-.375 1.32 1.32 0 0 0-.953.367c-.25.245-.375.544-.375.898 0 .178.044.365.132.563.094.193.232.398.414.617l.625.727Zm1.977 4.859-2.578-3.195c-.761.453-1.274.875-1.539 1.265-.266.386-.399.769-.399 1.149 0 .463.185.945.555 1.445.37.5.893.75 1.57.75.422 0 .857-.13 1.305-.391a3.195 3.195 0 0 0 1.086-1.023Z" fill="#2D2D2D"/><path fill-rule="evenodd" clip-rule="evenodd" d="m618.074 321.741.383-.924c1.06.44 2.223.683 3.445.683h3v1h-3a9.97 9.97 0 0 1-3.828-.759Zm108.828.759v-1h3a8.963 8.963 0 0 0 3.445-.683l.383.924a9.97 9.97 0 0 1-3.828.759h-3Zm13-222.014h-1V97.5a8.978 8.978 0 0 0-.682-3.445l.923-.383a9.97 9.97 0 0 1 .759 3.828v2.986Zm-115-12.986h-3a9.97 9.97 0 0 0-3.828.759l.383.924a8.974 8.974 0 0 1 3.445-.683h3v-1Zm-13 222.014h1v2.986c0 1.222.243 2.385.683 3.445l-.924.383a9.97 9.97 0 0 1-.759-3.828v-2.986Zm0-5.972h1v-5.973h-1v5.973Zm0-11.945h1v-5.972h-1v5.972Zm0-11.944h1v-5.972h-1v5.972Zm0-11.945h1v-5.972h-1v5.972Zm0-11.944h1v-5.972h-1v5.972Zm0-11.945h1v-5.972h-1v5.972Zm0-11.944h1v-5.972h-1v5.972Zm0-11.944h1v-5.973h-1v5.973Zm0-11.945h1v-5.972h-1v5.972Zm0-11.944h1v-5.973h-1v5.973Zm0-11.945h1v-5.972h-1v5.972Zm0-11.944h1v-5.972h-1v5.972Zm0-11.945h1v-5.972h-1v5.972Zm0-11.944h1v-5.972h-1v5.972Zm0-11.945h1v-5.972h-1v5.972Zm0-11.944h1v-5.972h-1v5.972Zm0-11.945h1v-5.972h-1v5.972Zm0-11.944h1V97.5a8.96 8.96 0 0 1 .683-3.445l-.924-.383a9.97 9.97 0 0 0-.759 3.828v2.986Zm19-12.986v1h6v-1h-6Zm12 0v1h6v-1h-6Zm12 0v1h6v-1h-6Zm12 0v1h6v-1h-6Zm12 0v1h6v-1h-6Zm12 0v1h6v-1h-6Zm12 0v1h6v-1h-6Zm12 0v1h6v-1h-6Zm12 0v1h3c1.222 0 2.385.243 3.445.683l.383-.924a9.97 9.97 0 0 0-3.828-.759h-3Zm13 18.958h-1v5.973h1v-5.973Zm0 11.945h-1v5.972h1v-5.972Zm0 11.944h-1v5.972h1v-5.972Zm0 11.945h-1v5.972h1v-5.972Zm0 11.944h-1v5.972h1v-5.972Zm0 11.945h-1v5.972h1v-5.972Zm0 11.944h-1v5.972h1v-5.972Zm0 11.944h-1v5.973h1v-5.973Zm0 11.945h-1v5.972h1v-5.972Zm0 11.944h-1v5.973h1v-5.973Zm0 11.945h-1v5.972h1v-5.972Zm0 11.944h-1v5.972h1v-5.972Zm0 11.945h-1v5.972h1v-5.972Zm0 11.944h-1v5.972h1v-5.972Zm0 11.945h-1v5.972h1v-5.972Zm0 11.944h-1v5.972h1v-5.972Zm0 11.945h-1v5.972h1v-5.972Zm0 11.944h-1v2.986a8.98 8.98 0 0 1-.682 3.445l.923.383a9.97 9.97 0 0 0 .759-3.828v-2.986Zm-19 12.986v-1h-6v1h6Zm-12 0v-1h-6v1h6Zm-12 0v-1h-6v1h6Zm-12 0v-1h-6v1h6Zm-12 0v-1h-6v1h6Zm-12 0v-1h-6v1h6Zm-12 0v-1h-6v1h6Zm-12 0v-1h-6v1h6Z" fill="#9C9C9C"/><path d="M167.619 100.052 86.43 122.911l81.189 22.596 80.663-22.596-80.663-22.859Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M167.429 99.378a.701.701 0 0 1 .381 0l80.663 22.859a.7.7 0 0 1-.002 1.348l-80.663 22.596a.71.71 0 0 1-.377 0l-81.188-22.596a.7.7 0 0 1-.002-1.348l81.188-22.86Zm-78.402 23.529 78.591 21.873 78.083-21.873-78.083-22.128-78.59 22.128Z" fill="#000"/><path d="m167.429 144.794-81.04-22.015v139.22l80.923 22.979 81.012-22.979v-139.22l-80.895 22.015Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M85.964 122.223a.702.702 0 0 1 .608-.119l80.857 21.965 80.711-21.965a.703.703 0 0 1 .884.675v139.22a.701.701 0 0 1-.509.674l-81.012 22.978a.69.69 0 0 1-.382 0l-80.923-22.978a.701.701 0 0 1-.51-.674v-139.22a.7.7 0 0 1 .276-.556Zm1.125 1.472V261.47l80.223 22.78 80.312-22.78V123.695l-80.011 21.774a.707.707 0 0 1-.368.001l-80.156-21.775Z" fill="#000"/><path fill-rule="evenodd" clip-rule="evenodd" d="m168.077 144.967-.041 140.48h-1.4l.041-140.48h1.4Z" fill="#000"/><path d="M917.532 244.32V141.556s11.027 10.431 45.3 10.431c34.274 0 46.488-11.623 46.488-11.623V244.32c-13.543 20.763-87.413 15.177-91.788 0Z" fill="#fff"/><path d="M1010.4 137.489c0 8.284-21.017 15-47.498 15-26.481 0-47.5-6.716-47.5-15 0-8.284 21.019-15 47.5-15s47.498 6.716 47.498 15Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1005.5 141.73c2.17-1.63 2.9-3.084 2.9-4.241 0-1.157-.73-2.611-2.9-4.241-2.13-1.605-5.35-3.137-9.522-4.459-8.319-2.637-19.98-4.3-33.076-4.3s-24.757 1.663-33.076 4.3c-4.171 1.322-7.39 2.854-9.523 4.459-2.166 1.63-2.901 3.084-2.901 4.241 0 1.157.735 2.611 2.901 4.241 2.133 1.605 5.352 3.137 9.523 4.459 8.319 2.637 19.98 4.3 33.076 4.3s24.757-1.663 33.076-4.3c4.172-1.322 7.392-2.854 9.522-4.459Zm-42.598 10.759c26.481 0 47.498-6.716 47.498-15 0-8.284-21.017-15-47.498-15-26.481 0-47.5 6.716-47.5 15 0 8.284 21.019 15 47.5 15Z" fill="#ED1C24"/><path fill-rule="evenodd" clip-rule="evenodd" d="m915.753 243.757-.351-107.263 2-.01.351 107.264-2 .009Zm92.647.732v-108h2v108h-2Z" fill="#ED1C24"/><path fill-rule="evenodd" clip-rule="evenodd" d="M930.631 252.163c8.271 2.57 19.758 4.175 32.491 4.175 12.732 0 24.22-1.605 32.491-4.175 4.141-1.286 7.417-2.798 9.637-4.43 2.25-1.647 3.24-3.281 3.24-4.801h2c0 2.458-1.6 4.613-4.05 6.413-2.47 1.815-5.98 3.408-10.234 4.728-8.511 2.644-20.208 4.265-33.084 4.265-12.877 0-24.574-1.621-33.085-4.265-4.249-1.32-7.761-2.913-10.232-4.728-2.451-1.8-4.052-3.955-4.052-6.413h2c0 1.52.994 3.154 3.236 4.801 2.221 1.632 5.5 3.144 9.642 4.43Z" fill="#ED1C24"/><path d="M1093.53 245.32V141.556s11.03 10.431 45.3 10.431c34.28 0 46.49-11.623 46.49-11.623V245.32s-4.93 12.746-46.49 13.236c-41.55.49-45.3-13.236-45.3-13.236Z" fill="#fff"/><path d="M1186.4 137.489c0 8.284-21.02 15-47.5 15s-47.5-6.716-47.5-15c0-8.284 21.02-15 47.5-15s47.5 6.716 47.5 15Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1181.5 141.73c2.17-1.63 2.9-3.084 2.9-4.241 0-1.157-.73-2.611-2.9-4.241-2.13-1.605-5.35-3.137-9.52-4.459-8.32-2.637-19.98-4.3-33.08-4.3-13.09 0-24.75 1.663-33.07 4.3-4.18 1.322-7.39 2.854-9.53 4.459-2.16 1.63-2.9 3.084-2.9 4.241 0 1.157.74 2.611 2.9 4.241 2.14 1.605 5.35 3.137 9.53 4.459 8.32 2.637 19.98 4.3 33.07 4.3 13.1 0 24.76-1.663 33.08-4.3 4.17-1.322 7.39-2.854 9.52-4.459Zm-42.6 10.759c26.48 0 47.5-6.716 47.5-15 0-8.284-21.02-15-47.5-15s-47.5 6.716-47.5 15c0 8.284 21.02 15 47.5 15Z" fill="#ED1C24"/><path fill-rule="evenodd" clip-rule="evenodd" d="m1091.75 243.757-.35-107.263 2-.01.35 107.264-2 .009Zm92.65.732v-108h2v108h-2Z" fill="#ED1C24"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1106.63 253.163c8.27 2.57 19.76 4.175 32.49 4.175s24.22-1.605 32.49-4.175c4.14-1.286 7.42-2.798 9.64-4.43 2.25-1.647 3.24-3.281 3.24-4.801h2c0 2.458-1.6 4.613-4.05 6.413-2.47 1.815-5.98 3.408-10.23 4.728-8.52 2.644-20.21 4.265-33.09 4.265-12.87 0-24.57-1.621-33.08-4.265-4.25-1.32-7.76-2.913-10.24-4.728-2.45-1.8-4.05-3.955-4.05-6.413h2c0 1.52 1 3.154 3.24 4.801 2.22 1.632 5.5 3.144 9.64 4.43Z" fill="#ED1C24"/><path d="M1005.53 274.897V171.341s11.03 8.544 45.3 8.544c34.28 0 46.49-9.521 46.49-9.521v103.961c-13.72 18.884-83.39 16.452-91.79.572Z" fill="#fff"/><path d="M1098.4 167.489c0 8.284-21.02 15-47.5 15s-47.5-6.716-47.5-15c0-8.284 21.02-15 47.5-15s47.5 6.716 47.5 15Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1093.5 171.73c2.17-1.63 2.9-3.084 2.9-4.241 0-1.157-.73-2.611-2.9-4.241-2.13-1.605-5.35-3.137-9.52-4.459-8.32-2.637-19.98-4.3-33.08-4.3-13.09 0-24.75 1.663-33.07 4.3-4.18 1.322-7.39 2.854-9.53 4.459-2.16 1.63-2.9 3.084-2.9 4.241 0 1.157.74 2.611 2.9 4.241 2.14 1.605 5.35 3.137 9.53 4.459 8.32 2.637 19.98 4.3 33.07 4.3 13.1 0 24.76-1.663 33.08-4.3 4.17-1.322 7.39-2.854 9.52-4.459Zm-42.6 10.759c26.48 0 47.5-6.716 47.5-15 0-8.284-21.02-15-47.5-15s-47.5 6.716-47.5 15c0 8.284 21.02 15 47.5 15Z" fill="#ED1C24"/><path fill-rule="evenodd" clip-rule="evenodd" d="m1003.75 273.757-.35-107.263 2-.01.35 107.264-2 .009Zm92.65.732v-108h2v108h-2Z" fill="#ED1C24"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1018.63 282.163c8.27 2.57 19.76 4.175 32.49 4.175s24.22-1.605 32.49-4.175c4.14-1.286 7.42-2.798 9.64-4.43 2.25-1.647 3.24-3.281 3.24-4.801h2c0 2.458-1.6 4.613-4.05 6.413-2.47 1.815-5.98 3.408-10.23 4.728-8.52 2.644-20.21 4.265-33.09 4.265-12.87 0-24.57-1.621-33.08-4.265-4.25-1.32-7.76-2.913-10.24-4.728-2.45-1.8-4.05-3.955-4.05-6.413h2c0 1.52 1 3.154 3.24 4.801 2.22 1.632 5.5 3.144 9.64 4.43Z" fill="#ED1C24"/><path d="M1114.33 268.701s-10.5 6.5-.61 12.954c1.91 1.257 8.81 4.752 8.61 7.987 0 0 4.19-6.286-1.93-10.241-6.28-4.047-7.86-8.37-6.07-10.7Z" fill="#ED1C24"/><path d="M1110.67 281.118s-3.75 5.764 3.63 6.945c.72.092 6.05.659 7.44 2.437 0 0-.12-3.066-4.47-4.875-4.33-1.809-6.12-2.253-6.6-4.507Zm14.5-6.055c-4.5-4.783-5.75-7.742-3.82-11.574 0 0-13.43 5.243-.16 14.548 4.74 3.326 3.95 6.73 3.95 6.852.74-.781 4.54-5.043.03-9.826Z" fill="#ED1C24"/><path d="M1132.62 286.594v-11.453h1.56l6.01 8.992v-8.992h1.45v11.453h-1.55l-6.02-9v9h-1.45Zm11.32-5.578c0-1.901.51-3.388 1.53-4.461 1.02-1.078 2.34-1.617 3.95-1.617 1.06 0 2.01.253 2.86.758.85.505 1.5 1.211 1.94 2.117.45.901.67 1.925.67 3.07 0 1.162-.23 2.201-.7 3.118-.47.916-1.13 1.612-1.99 2.086-.86.468-1.79.703-2.79.703-1.07 0-2.04-.261-2.89-.782a5.096 5.096 0 0 1-1.93-2.132 6.565 6.565 0 0 1-.65-2.86Zm1.56.024c0 1.38.37 2.468 1.11 3.265.74.792 1.68 1.188 2.8 1.188 1.14 0 2.07-.401 2.81-1.203.74-.802 1.11-1.94 1.11-3.414 0-.933-.16-1.745-.48-2.438-.31-.698-.77-1.237-1.38-1.617-.6-.385-1.28-.578-2.04-.578-1.07 0-2 .37-2.77 1.109-.77.735-1.16 1.964-1.16 3.688Zm11.55 5.554v-11.453h3.95c.89 0 1.57.055 2.04.164a3.95 3.95 0 0 1 1.68.821c.6.51 1.05 1.164 1.35 1.961.3.791.45 1.697.45 2.718 0 .87-.1 1.641-.3 2.313-.21.672-.47 1.229-.79 1.672-.31.437-.66.784-1.04 1.039-.38.25-.83.44-1.37.57-.53.13-1.14.195-1.84.195h-4.13Zm1.52-1.351h2.44c.76 0 1.35-.071 1.78-.211.43-.141.77-.339 1.03-.594.36-.359.64-.841.83-1.445.21-.61.31-1.347.31-2.211 0-1.198-.2-2.117-.6-2.758-.39-.646-.86-1.078-1.43-1.297-.4-.156-1.05-.234-1.96-.234h-2.4v8.75Zm10.28 1.351v-11.453h8.28v1.352h-6.77v3.508h6.34v1.343h-6.34v3.899h7.03v1.351h-8.54Z" fill="#2D2D2D"/><path d="M926.253 268.701s-10.5 6.5-.604 12.954c1.903 1.257 8.807 4.752 8.611 7.987 0 0 4.184-6.286-1.934-10.241-6.285-4.047-7.856-8.37-6.073-10.7Z" fill="#ED1C24"/><path d="M922.597 281.118s-3.746 5.764 3.626 6.945c.725.092 6.058.659 7.448 2.437 0 0-.121-3.066-4.472-4.875-4.336-1.809-6.118-2.253-6.602-4.507Zm14.503-6.055c-4.502-4.783-5.756-7.742-3.822-11.574 0 0-13.43 5.243-.166 14.548 4.743 3.326 3.958 6.73 3.958 6.852.74-.781 4.532-5.043.03-9.826Z" fill="#ED1C24"/><path d="M944.547 286.594v-11.453h1.555l6.015 8.992v-8.992h1.453v11.453h-1.554l-6.016-9v9h-1.453Zm11.317-5.578c0-1.901.511-3.388 1.531-4.461 1.021-1.078 2.339-1.617 3.954-1.617 1.057 0 2.01.253 2.859.758a4.914 4.914 0 0 1 1.937 2.117c.448.901.672 1.925.672 3.07 0 1.162-.234 2.201-.703 3.118-.469.916-1.133 1.612-1.992 2.086a5.722 5.722 0 0 1-2.781.703c-1.078 0-2.042-.261-2.891-.782a5.024 5.024 0 0 1-1.93-2.132 6.473 6.473 0 0 1-.656-2.86Zm1.563.024c0 1.38.37 2.468 1.109 3.265.745.792 1.677 1.188 2.797 1.188 1.141 0 2.078-.401 2.812-1.203.74-.802 1.11-1.94 1.11-3.414 0-.933-.159-1.745-.477-2.438-.312-.698-.773-1.237-1.383-1.617a3.712 3.712 0 0 0-2.039-.578c-1.072 0-1.997.37-2.773 1.109-.771.735-1.156 1.964-1.156 3.688Zm11.551 5.554v-11.453h3.946c.89 0 1.57.055 2.039.164.656.151 1.216.425 1.679.821.605.51 1.055 1.164 1.352 1.961.302.791.453 1.697.453 2.718 0 .87-.102 1.641-.305 2.313-.203.672-.463 1.229-.781 1.672a4.22 4.22 0 0 1-1.047 1.039c-.375.25-.83.44-1.367.57-.531.13-1.143.195-1.836.195h-4.133Zm1.516-1.351h2.445c.755 0 1.347-.071 1.774-.211.432-.141.776-.339 1.031-.594.359-.359.638-.841.836-1.445.203-.61.305-1.347.305-2.211 0-1.198-.198-2.117-.594-2.758-.391-.646-.867-1.078-1.43-1.297-.406-.156-1.06-.234-1.961-.234h-2.406v8.75Zm10.278 1.351v-11.453h8.281v1.352h-6.765v3.508h6.336v1.343h-6.336v3.899h7.031v1.351h-8.547Z" fill="#2D2D2D"/><path d="M1019.25 299.701s-10.5 6.5-.6 12.954c1.9 1.257 8.81 4.752 8.61 7.987 0 0 4.18-6.286-1.93-10.241-6.29-4.047-7.86-8.37-6.08-10.7Z" fill="#ED1C24"/><path d="M1015.6 312.118s-3.75 5.764 3.62 6.945c.73.092 6.06.659 7.45 2.437 0 0-.12-3.066-4.47-4.875-4.34-1.809-6.12-2.253-6.6-4.507Zm14.5-6.055c-4.5-4.783-5.76-7.742-3.82-11.574 0 0-13.43 5.243-.17 14.548 4.75 3.326 3.96 6.73 3.96 6.852.74-.781 4.53-5.043.03-9.826Z" fill="#ED1C24"/><path d="M1037.55 317.594v-11.453h1.55l6.02 8.992v-8.992h1.45v11.453h-1.55l-6.02-9v9h-1.45Zm11.31-5.578c0-1.901.51-3.388 1.54-4.461 1.02-1.078 2.33-1.617 3.95-1.617 1.06 0 2.01.253 2.86.758.85.505 1.49 1.211 1.94 2.117.44.901.67 1.925.67 3.07 0 1.162-.24 2.201-.71 3.118a4.771 4.771 0 0 1-1.99 2.086c-.86.468-1.78.703-2.78.703-1.08 0-2.04-.261-2.89-.782a5.03 5.03 0 0 1-1.93-2.132 6.437 6.437 0 0 1-.66-2.86Zm1.57.024c0 1.38.37 2.468 1.11 3.265.74.792 1.67 1.188 2.79 1.188 1.14 0 2.08-.401 2.82-1.203.74-.802 1.1-1.94 1.1-3.414 0-.933-.15-1.745-.47-2.438a3.606 3.606 0 0 0-1.38-1.617 3.744 3.744 0 0 0-2.04-.578c-1.08 0-2 .37-2.78 1.109-.77.735-1.15 1.964-1.15 3.688Zm11.55 5.554v-11.453h3.94c.89 0 1.57.055 2.04.164.66.151 1.22.425 1.68.821.61.51 1.06 1.164 1.35 1.961.31.791.46 1.697.46 2.718 0 .87-.1 1.641-.31 2.313-.2.672-.46 1.229-.78 1.672-.32.437-.67.784-1.05 1.039-.37.25-.83.44-1.36.57-.53.13-1.15.195-1.84.195h-4.13Zm1.51-1.351h2.45c.75 0 1.35-.071 1.77-.211.43-.141.78-.339 1.03-.594.36-.359.64-.841.84-1.445.2-.61.3-1.347.3-2.211 0-1.198-.19-2.117-.59-2.758-.39-.646-.87-1.078-1.43-1.297-.41-.156-1.06-.234-1.96-.234h-2.41v8.75Zm10.28 1.351v-11.453h8.28v1.352h-6.76v3.508h6.33v1.343h-6.33v3.899h7.03v1.351h-8.55Z" fill="#2D2D2D"/></svg>
\ No newline at end of file
+<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="M928.223 208.279V145.102C928.223 145.102 940.805 157.308 975.978 157.308C1011.15 157.308 1023.18 145.33 1023.18 145.33V208.279C1008.5 229.819 934.902 223.382 928.223 208.279Z" fill="#E0454C"/>
+<path d="M927.947 252.055V187.831C927.947 187.831 940.115 200.254 975.289 200.254C1010.46 200.254 1023.14 187.017 1023.14 187.017V252.055C1008.19 270.807 937.051 267.291 927.947 252.055Z" fill="#0070CC"/>
+<path d="M1023.01 142.381C1023.01 144.05 1021.95 145.814 1019.63 147.571C1017.32 149.316 1013.91 150.931 1009.59 152.305C1000.97 155.049 988.951 156.763 975.504 156.763C962.056 156.763 950.038 155.049 941.415 152.305C937.098 150.931 933.688 149.316 931.379 147.571C929.054 145.814 928 144.05 928 142.381C928 140.713 929.054 138.949 931.379 137.192C933.688 135.447 937.098 133.832 941.415 132.458C950.038 129.714 962.056 128 975.504 128C988.951 128 1000.97 129.714 1009.59 132.458C1013.91 133.832 1017.32 135.447 1019.63 137.192C1021.95 138.949 1023.01 140.713 1023.01 142.381Z" fill="#E0454C" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M927.662 142.381L928.169 250.506" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1023.26 142.106L1023.26 250.506" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1023.26 250.506C1023.26 258.664 1001.97 265.278 975.714 265.278C949.458 265.278 928.173 258.664 928.173 250.506" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1023.26 184.878C1023.26 193.037 1001.9 199.65 975.557 199.65C949.212 199.65 927.855 193.037 927.855 184.878" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M942.956 181.717V170.981H945.096L947.639 178.583C947.874 179.291 948.045 179.82 948.152 180.172C948.274 179.781 948.465 179.208 948.724 178.451L951.297 170.981H953.21V181.717H951.839V172.731L948.717 181.717H947.434L944.326 172.578V181.717H942.956Z" fill="white"/>
+<path d="M955.683 181.717V170.981H963.452V172.248H957.105V175.536H963.049V176.796H957.105V180.45H963.701V181.717H955.683Z" fill="white"/>
+<path d="M965.772 181.717V170.981H967.912L970.455 178.583C970.69 179.291 970.861 179.82 970.968 180.172C971.091 179.781 971.281 179.208 971.54 178.451L974.113 170.981H976.026V181.717H974.655V172.731L971.533 181.717H970.25L967.142 172.578V181.717H965.772Z" fill="white"/>
+<path d="M978.037 176.488C978.037 174.706 978.516 173.312 979.474 172.307C980.432 171.296 981.668 170.791 983.183 170.791C984.175 170.791 985.069 171.028 985.865 171.501C986.662 171.975 987.268 172.636 987.683 173.486C988.103 174.33 988.313 175.29 988.313 176.364C988.313 177.453 988.093 178.427 987.654 179.286C987.214 180.145 986.591 180.797 985.785 181.241C984.978 181.681 984.109 181.9 983.175 181.9C982.164 181.9 981.26 181.656 980.464 181.168C979.667 180.68 979.064 180.013 978.653 179.169C978.243 178.324 978.037 177.431 978.037 176.488ZM979.503 176.51C979.503 177.804 979.85 178.825 980.544 179.571C981.243 180.314 982.118 180.685 983.168 180.685C984.238 180.685 985.118 180.309 985.807 179.557C986.501 178.805 986.847 177.738 986.847 176.357C986.847 175.483 986.698 174.721 986.4 174.072C986.107 173.417 985.675 172.912 985.103 172.556C984.536 172.194 983.899 172.014 983.19 172.014C982.183 172.014 981.316 172.36 980.588 173.054C979.865 173.742 979.503 174.894 979.503 176.51Z" fill="white"/>
+<path d="M990.325 181.717V170.981H995.089C996.047 170.981 996.775 171.079 997.273 171.274C997.772 171.464 998.17 171.804 998.468 172.292C998.766 172.78 998.915 173.32 998.915 173.91C998.915 174.672 998.668 175.314 998.175 175.837C997.681 176.359 996.919 176.691 995.888 176.833C996.264 177.013 996.55 177.191 996.746 177.367C997.161 177.748 997.554 178.224 997.926 178.795L999.795 181.717H998.006L996.584 179.484C996.169 178.839 995.827 178.346 995.558 178.004C995.29 177.663 995.048 177.423 994.833 177.287C994.623 177.15 994.408 177.055 994.188 177.001C994.026 176.967 993.763 176.95 993.396 176.95H991.747V181.717H990.325ZM991.747 175.719H994.803C995.453 175.719 995.961 175.653 996.328 175.522C996.694 175.385 996.973 175.17 997.163 174.877C997.354 174.579 997.449 174.257 997.449 173.91C997.449 173.403 997.264 172.985 996.892 172.658C996.526 172.331 995.944 172.168 995.148 172.168H991.747V175.719Z" fill="white"/>
+<path d="M1004.05 181.717V177.169L999.908 170.981H1001.64L1003.76 174.218C1004.15 174.823 1004.51 175.429 1004.85 176.034C1005.17 175.473 1005.56 174.841 1006.02 174.138L1008.1 170.981H1009.76L1005.47 177.169V181.717H1004.05Z" fill="white"/>
+<path d="M957.26 246.21V235.474H960.961C961.797 235.474 962.434 235.525 962.874 235.628C963.49 235.769 964.015 236.026 964.45 236.397C965.017 236.875 965.439 237.488 965.718 238.235C966.001 238.977 966.143 239.827 966.143 240.784C966.143 241.599 966.048 242.321 965.857 242.951C965.667 243.581 965.422 244.104 965.124 244.519C964.826 244.929 964.499 245.253 964.142 245.493C963.79 245.727 963.363 245.905 962.859 246.027C962.361 246.149 961.787 246.21 961.137 246.21H957.26ZM958.682 244.943H960.976C961.684 244.943 962.239 244.877 962.64 244.746C963.045 244.614 963.368 244.428 963.607 244.189C963.944 243.852 964.206 243.4 964.391 242.834C964.582 242.263 964.677 241.572 964.677 240.762C964.677 239.639 964.491 238.777 964.12 238.176C963.754 237.571 963.307 237.166 962.779 236.961C962.398 236.814 961.784 236.741 960.939 236.741H958.682V244.943Z" fill="white"/>
+<path d="M968.499 246.21V235.474H969.921V246.21H968.499Z" fill="white"/>
+<path d="M972.102 242.761L973.443 242.644C973.506 243.181 973.653 243.623 973.883 243.969C974.117 244.311 974.479 244.589 974.967 244.804C975.456 245.014 976.006 245.119 976.616 245.119C977.159 245.119 977.638 245.038 978.053 244.877C978.468 244.716 978.776 244.497 978.977 244.218C979.182 243.935 979.284 243.628 979.284 243.296C979.284 242.959 979.187 242.666 978.991 242.417C978.796 242.163 978.473 241.95 978.024 241.78C977.735 241.667 977.098 241.494 976.111 241.26C975.124 241.02 974.432 240.796 974.037 240.586C973.523 240.317 973.14 239.985 972.886 239.59C972.637 239.19 972.512 238.743 972.512 238.25C972.512 237.708 972.666 237.202 972.974 236.734C973.282 236.26 973.731 235.901 974.322 235.657C974.914 235.413 975.571 235.291 976.294 235.291C977.09 235.291 977.792 235.42 978.398 235.679C979.008 235.933 979.477 236.309 979.805 236.807C980.132 237.305 980.308 237.869 980.333 238.499L978.969 238.601C978.896 237.923 978.647 237.41 978.222 237.063C977.801 236.717 977.178 236.543 976.353 236.543C975.493 236.543 974.865 236.702 974.469 237.019C974.078 237.332 973.883 237.71 973.883 238.154C973.883 238.54 974.022 238.858 974.3 239.107C974.574 239.356 975.287 239.612 976.441 239.875C977.599 240.134 978.393 240.361 978.823 240.557C979.448 240.845 979.91 241.211 980.208 241.655C980.506 242.094 980.655 242.602 980.655 243.178C980.655 243.75 980.491 244.289 980.164 244.797C979.837 245.3 979.365 245.693 978.749 245.976C978.139 246.254 977.45 246.393 976.682 246.393C975.71 246.393 974.894 246.252 974.234 245.969C973.58 245.685 973.064 245.261 972.688 244.694C972.317 244.123 972.121 243.479 972.102 242.761Z" fill="white"/>
+<path d="M982.689 246.21V235.474H984.111V240.798L989.446 235.474H991.374L986.867 239.824L991.572 246.21H989.696L985.87 240.776L984.111 242.49V246.21H982.689Z" fill="white"/>
+<path d="M1092.22 208.279V145.102C1092.22 145.102 1104.8 157.308 1139.97 157.308C1175.14 157.308 1187.17 145.33 1187.17 145.33V208.279C1172.5 229.819 1098.89 223.382 1092.22 208.279Z" fill="#E0454C"/>
+<path d="M1091.94 252.055V187.831C1091.94 187.831 1104.11 200.254 1139.28 200.254C1174.45 200.254 1187.14 187.017 1187.14 187.017V252.055C1172.18 270.807 1101.04 267.291 1091.94 252.055Z" fill="#0070CC"/>
+<path d="M1187 142.381C1187 144.05 1185.95 145.814 1183.62 147.571C1181.31 149.316 1177.9 150.931 1173.59 152.305C1164.96 155.049 1152.94 156.763 1139.5 156.763C1126.05 156.763 1114.03 155.049 1105.41 152.305C1101.09 150.931 1097.68 149.316 1095.37 147.571C1093.05 145.814 1091.99 144.05 1091.99 142.381C1091.99 140.713 1093.05 138.949 1095.37 137.192C1097.68 135.447 1101.09 133.832 1105.41 132.458C1114.03 129.714 1126.05 128 1139.5 128C1152.94 128 1164.96 129.714 1173.59 132.458C1177.9 133.832 1181.31 135.447 1183.62 137.192C1185.95 138.949 1187 140.713 1187 142.381Z" fill="#E0454C" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1091.65 142.381L1092.16 250.506" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1187.25 142.106L1187.25 250.506" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1187.25 250.506C1187.25 258.664 1165.96 265.278 1139.71 265.278C1113.45 265.278 1092.17 258.664 1092.17 250.506" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1187.25 184.878C1187.25 193.037 1165.89 199.65 1139.55 199.65C1113.2 199.65 1091.85 193.037 1091.85 184.878" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1106.95 181.717V170.981H1109.09L1111.63 178.583C1111.87 179.291 1112.04 179.82 1112.15 180.172C1112.27 179.781 1112.46 179.208 1112.72 178.451L1115.29 170.981H1117.2V181.717H1115.83V172.731L1112.71 181.717H1111.43L1108.32 172.578V181.717H1106.95Z" fill="white"/>
+<path d="M1119.68 181.717V170.981H1127.45V172.248H1121.1V175.536H1127.04V176.796H1121.1V180.45H1127.69V181.717H1119.68Z" fill="white"/>
+<path d="M1129.76 181.717V170.981H1131.9L1134.45 178.583C1134.68 179.291 1134.85 179.82 1134.96 180.172C1135.08 179.781 1135.27 179.208 1135.53 178.451L1138.11 170.981H1140.02V181.717H1138.65V172.731L1135.53 181.717H1134.24L1131.14 172.578V181.717H1129.76Z" fill="white"/>
+<path d="M1142.03 176.488C1142.03 174.706 1142.51 173.312 1143.47 172.307C1144.42 171.296 1145.66 170.791 1147.18 170.791C1148.17 170.791 1149.06 171.028 1149.86 171.501C1150.65 171.975 1151.26 172.636 1151.68 173.486C1152.1 174.33 1152.31 175.29 1152.31 176.364C1152.31 177.453 1152.09 178.427 1151.65 179.286C1151.21 180.145 1150.58 180.797 1149.78 181.241C1148.97 181.681 1148.1 181.9 1147.17 181.9C1146.16 181.9 1145.25 181.656 1144.46 181.168C1143.66 180.68 1143.06 180.013 1142.65 179.169C1142.24 178.324 1142.03 177.431 1142.03 176.488ZM1143.5 176.51C1143.5 177.804 1143.84 178.825 1144.54 179.571C1145.24 180.314 1146.11 180.685 1147.16 180.685C1148.23 180.685 1149.11 180.309 1149.8 179.557C1150.49 178.805 1150.84 177.738 1150.84 176.357C1150.84 175.483 1150.69 174.721 1150.39 174.072C1150.1 173.417 1149.67 172.912 1149.1 172.556C1148.53 172.194 1147.89 172.014 1147.18 172.014C1146.18 172.014 1145.31 172.36 1144.58 173.054C1143.86 173.742 1143.5 174.894 1143.5 176.51Z" fill="white"/>
+<path d="M1154.32 181.717V170.981H1159.08C1160.04 170.981 1160.77 171.079 1161.27 171.274C1161.76 171.464 1162.16 171.804 1162.46 172.292C1162.76 172.78 1162.91 173.32 1162.91 173.91C1162.91 174.672 1162.66 175.314 1162.17 175.837C1161.67 176.359 1160.91 176.691 1159.88 176.833C1160.26 177.013 1160.54 177.191 1160.74 177.367C1161.15 177.748 1161.55 178.224 1161.92 178.795L1163.79 181.717H1162L1160.58 179.484C1160.16 178.839 1159.82 178.346 1159.55 178.004C1159.28 177.663 1159.04 177.423 1158.83 177.287C1158.62 177.15 1158.4 177.055 1158.18 177.001C1158.02 176.967 1157.76 176.95 1157.39 176.95H1155.74V181.717H1154.32ZM1155.74 175.719H1158.8C1159.45 175.719 1159.95 175.653 1160.32 175.522C1160.69 175.385 1160.97 175.17 1161.16 174.877C1161.35 174.579 1161.44 174.257 1161.44 173.91C1161.44 173.403 1161.26 172.985 1160.89 172.658C1160.52 172.331 1159.94 172.168 1159.14 172.168H1155.74V175.719Z" fill="white"/>
+<path d="M1168.04 181.717V177.169L1163.9 170.981H1165.63L1167.75 174.218C1168.14 174.823 1168.5 175.429 1168.84 176.034C1169.16 175.473 1169.55 174.841 1170.01 174.138L1172.1 170.981H1173.75L1169.46 177.169V181.717H1168.04Z" fill="white"/>
+<path d="M1122.76 246.21V235.474H1126.46C1127.29 235.474 1127.93 235.525 1128.37 235.628C1128.99 235.77 1129.51 236.026 1129.95 236.397C1130.51 236.875 1130.94 237.488 1131.22 238.235C1131.5 238.977 1131.64 239.827 1131.64 240.784C1131.64 241.599 1131.54 242.322 1131.35 242.951C1131.16 243.581 1130.92 244.104 1130.62 244.519C1130.32 244.929 1130 245.253 1129.64 245.493C1129.29 245.727 1128.86 245.905 1128.36 246.027C1127.86 246.149 1127.28 246.21 1126.63 246.21H1122.76ZM1124.18 244.943H1126.47C1127.18 244.943 1127.74 244.877 1128.14 244.746C1128.54 244.614 1128.86 244.428 1129.1 244.189C1129.44 243.852 1129.7 243.401 1129.89 242.834C1130.08 242.263 1130.17 241.572 1130.17 240.762C1130.17 239.639 1129.99 238.777 1129.62 238.176C1129.25 237.571 1128.8 237.166 1128.28 236.961C1127.89 236.814 1127.28 236.741 1126.44 236.741H1124.18V244.943Z" fill="white"/>
+<path d="M1134 246.21V235.474H1135.42V246.21H1134Z" fill="white"/>
+<path d="M1137.6 242.761L1138.94 242.644C1139 243.181 1139.15 243.623 1139.38 243.969C1139.61 244.311 1139.98 244.589 1140.46 244.804C1140.95 245.014 1141.5 245.119 1142.11 245.119C1142.66 245.119 1143.13 245.039 1143.55 244.877C1143.97 244.716 1144.27 244.497 1144.47 244.218C1144.68 243.935 1144.78 243.628 1144.78 243.296C1144.78 242.959 1144.68 242.666 1144.49 242.417C1144.29 242.163 1143.97 241.95 1143.52 241.78C1143.23 241.667 1142.59 241.494 1141.61 241.26C1140.62 241.02 1139.93 240.796 1139.53 240.586C1139.02 240.317 1138.64 239.985 1138.38 239.59C1138.13 239.19 1138.01 238.743 1138.01 238.25C1138.01 237.708 1138.16 237.202 1138.47 236.734C1138.78 236.26 1139.23 235.901 1139.82 235.657C1140.41 235.413 1141.07 235.291 1141.79 235.291C1142.59 235.291 1143.29 235.42 1143.89 235.679C1144.51 235.933 1144.97 236.309 1145.3 236.807C1145.63 237.305 1145.81 237.869 1145.83 238.499L1144.47 238.601C1144.39 237.923 1144.14 237.41 1143.72 237.063C1143.3 236.717 1142.68 236.543 1141.85 236.543C1140.99 236.543 1140.36 236.702 1139.97 237.019C1139.58 237.332 1139.38 237.71 1139.38 238.155C1139.38 238.54 1139.52 238.858 1139.8 239.107C1140.07 239.356 1140.78 239.612 1141.94 239.876C1143.1 240.134 1143.89 240.361 1144.32 240.557C1144.95 240.845 1145.41 241.211 1145.71 241.655C1146 242.095 1146.15 242.602 1146.15 243.178C1146.15 243.75 1145.99 244.289 1145.66 244.797C1145.33 245.3 1144.86 245.693 1144.25 245.976C1143.64 246.254 1142.95 246.393 1142.18 246.393C1141.21 246.393 1140.39 246.252 1139.73 245.969C1139.08 245.685 1138.56 245.261 1138.19 244.694C1137.81 244.123 1137.62 243.479 1137.6 242.761Z" fill="white"/>
+<path d="M1148.19 246.21V235.474H1149.61V240.798L1154.94 235.474H1156.87L1152.36 239.824L1157.07 246.21H1155.19L1151.37 240.776L1149.61 242.49V246.21H1148.19Z" fill="white"/>
+<path d="M1031.16 310.739C1031.16 310.739 1020.38 317.404 1030.54 324.022C1032.49 325.311 1039.57 328.895 1039.37 332.212C1039.37 332.212 1043.67 325.767 1037.39 321.711C1030.94 317.561 1029.33 313.128 1031.16 310.739Z" fill="#ED1C24"/>
+<path d="M1027.4 323.472C1027.4 323.472 1023.56 329.382 1031.12 330.593C1031.87 330.687 1037.34 331.269 1038.77 333.092C1038.77 333.092 1038.64 329.948 1034.18 328.093C1029.73 326.238 1027.9 325.783 1027.4 323.472Z" fill="#ED1C24"/>
+<path d="M1042.29 317.263C1037.67 312.358 1036.38 309.324 1038.36 305.394C1038.36 305.394 1024.58 310.77 1038.19 320.312C1043.06 323.723 1042.26 327.213 1042.26 327.339C1043.02 326.537 1046.91 322.167 1042.29 317.263Z" fill="#ED1C24"/>
+<path d="M1049.59 326.484V316.509H1050.95L1056.19 324.341V316.509H1057.46V326.484H1056.1L1050.86 318.645V326.484H1049.59Z" fill="#2D2D2D"/>
+<path d="M1059.46 321.626C1059.46 319.97 1059.9 318.675 1060.79 317.74C1061.68 316.801 1062.83 316.332 1064.24 316.332C1065.16 316.332 1065.99 316.552 1066.73 316.992C1067.47 317.432 1068.04 318.046 1068.42 318.836C1068.81 319.621 1069.01 320.512 1069.01 321.51C1069.01 322.522 1068.8 323.427 1068.39 324.225C1067.99 325.024 1067.41 325.629 1066.66 326.042C1065.91 326.45 1065.1 326.654 1064.23 326.654C1063.29 326.654 1062.45 326.428 1061.71 325.974C1060.97 325.52 1060.41 324.901 1060.03 324.116C1059.65 323.331 1059.46 322.501 1059.46 321.626ZM1060.82 321.646C1060.82 322.848 1061.14 323.796 1061.79 324.491C1062.44 325.18 1063.25 325.525 1064.23 325.525C1065.22 325.525 1066.04 325.176 1066.68 324.477C1067.32 323.778 1067.65 322.787 1067.65 321.503C1067.65 320.691 1067.51 319.984 1067.23 319.38C1066.96 318.772 1066.56 318.303 1066.02 317.972C1065.5 317.636 1064.91 317.468 1064.25 317.468C1063.31 317.468 1062.51 317.79 1061.83 318.434C1061.16 319.074 1060.82 320.145 1060.82 321.646Z" fill="#2D2D2D"/>
+<path d="M1070.89 326.484V316.509H1074.33C1075.11 316.509 1075.7 316.556 1076.11 316.651C1076.68 316.783 1077.17 317.021 1077.57 317.366C1078.1 317.811 1078.49 318.38 1078.75 319.074C1079.01 319.763 1079.15 320.553 1079.15 321.442C1079.15 322.2 1079.06 322.871 1078.88 323.456C1078.7 324.041 1078.48 324.527 1078.2 324.912C1077.92 325.293 1077.62 325.595 1077.29 325.817C1076.96 326.035 1076.56 326.201 1076.09 326.314C1075.63 326.428 1075.1 326.484 1074.49 326.484H1070.89ZM1072.21 325.307H1074.34C1075 325.307 1075.52 325.246 1075.89 325.123C1076.27 325.001 1076.57 324.828 1076.79 324.606C1077.1 324.293 1077.35 323.874 1077.52 323.347C1077.69 322.817 1077.78 322.175 1077.78 321.422C1077.78 320.378 1077.61 319.577 1077.27 319.02C1076.93 318.457 1076.51 318.08 1076.02 317.89C1075.67 317.754 1075.1 317.686 1074.31 317.686H1072.21V325.307Z" fill="#2D2D2D"/>
+<path d="M1081.17 326.484V316.509H1088.39V317.686H1082.49V320.741H1088.02V321.912H1082.49V325.307H1088.62V326.484H1081.17Z" fill="#2D2D2D"/>
+<path d="M940.036 276.238C940.036 276.238 929.261 282.903 939.416 289.521C941.369 290.81 948.455 294.394 948.253 297.71C948.253 297.71 952.548 291.265 946.268 287.21C939.819 283.06 938.207 278.627 940.036 276.238Z" fill="#ED1C24"/>
+<path d="M936.285 288.97C936.285 288.97 932.44 294.881 940.006 296.091C940.75 296.186 946.223 296.767 947.649 298.591C947.649 298.591 947.525 295.447 943.06 293.592C938.61 291.737 936.781 291.281 936.285 288.97Z" fill="#ED1C24"/>
+<path d="M951.168 282.761C946.548 277.857 945.261 274.823 947.246 270.893C947.246 270.893 933.463 276.269 947.075 285.811C951.943 289.222 951.137 292.712 951.137 292.837C951.897 292.036 955.788 287.666 951.168 282.761Z" fill="#ED1C24"/>
+<path d="M958.475 291.983V282.007H959.83L965.074 289.84V282.007H966.341V291.983H964.985L959.741 284.144V291.983H958.475Z" fill="#2D2D2D"/>
+<path d="M968.34 287.124C968.34 285.469 968.785 284.173 969.675 283.239C970.565 282.3 971.714 281.83 973.121 281.83C974.043 281.83 974.874 282.05 975.614 282.49C976.354 282.93 976.917 283.545 977.303 284.334C977.693 285.119 977.888 286.011 977.888 287.009C977.888 288.02 977.684 288.925 977.275 289.724C976.867 290.522 976.288 291.128 975.539 291.541C974.79 291.949 973.981 292.153 973.114 292.153C972.174 292.153 971.334 291.926 970.594 291.473C969.854 291.019 969.294 290.4 968.912 289.615C968.531 288.83 968.34 288 968.34 287.124ZM969.702 287.145C969.702 288.347 970.025 289.295 970.669 289.989C971.319 290.679 972.131 291.024 973.107 291.024C974.102 291.024 974.919 290.674 975.559 289.976C976.204 289.277 976.526 288.286 976.526 287.002C976.526 286.19 976.388 285.482 976.111 284.879C975.838 284.271 975.437 283.801 974.905 283.47C974.379 283.135 973.786 282.967 973.128 282.967C972.193 282.967 971.387 283.289 970.71 283.933C970.038 284.573 969.702 285.643 969.702 287.145Z" fill="#2D2D2D"/>
+<path d="M979.772 291.983V282.007H983.211C983.988 282.007 984.58 282.055 984.989 282.15C985.561 282.282 986.049 282.52 986.453 282.865C986.98 283.309 987.372 283.879 987.631 284.573C987.894 285.262 988.026 286.052 988.026 286.941C988.026 287.698 987.938 288.37 987.76 288.955C987.583 289.54 987.356 290.026 987.079 290.411C986.802 290.792 986.498 291.094 986.167 291.316C985.84 291.534 985.443 291.699 984.975 291.813C984.512 291.926 983.978 291.983 983.375 291.983H979.772ZM981.093 290.806H983.225C983.883 290.806 984.398 290.745 984.771 290.622C985.148 290.5 985.447 290.327 985.67 290.105C985.983 289.792 986.226 289.372 986.398 288.846C986.575 288.315 986.664 287.673 986.664 286.92C986.664 285.877 986.491 285.076 986.146 284.518C985.806 283.956 985.39 283.579 984.9 283.389C984.546 283.253 983.976 283.184 983.191 283.184H981.093V290.806Z" fill="#2D2D2D"/>
+<path d="M990.053 291.983V282.007H997.272V283.184H991.374V286.24H996.897V287.41H991.374V290.806H997.503V291.983H990.053Z" fill="#2D2D2D"/>
+<path d="M1122.27 276.238C1122.27 276.238 1111.5 282.903 1121.65 289.521C1123.61 290.81 1130.69 294.394 1130.49 297.71C1130.49 297.71 1134.79 291.265 1128.51 287.21C1122.06 283.06 1120.45 278.627 1122.27 276.238Z" fill="#ED1C24"/>
+<path d="M1118.52 288.97C1118.52 288.97 1114.68 294.881 1122.24 296.091C1122.99 296.186 1128.46 296.767 1129.89 298.591C1129.89 298.591 1129.76 295.447 1125.3 293.592C1120.85 291.737 1119.02 291.281 1118.52 288.97Z" fill="#ED1C24"/>
+<path d="M1133.41 282.761C1128.79 277.857 1127.5 274.823 1129.48 270.893C1129.48 270.893 1115.7 276.269 1129.31 285.811C1134.18 289.222 1133.38 292.712 1133.38 292.837C1134.14 292.036 1138.03 287.666 1133.41 282.761Z" fill="#ED1C24"/>
+<path d="M1140.71 291.983V282.007H1142.07L1147.31 289.84V282.007H1148.58V291.983H1147.22L1141.98 284.144V291.983H1140.71Z" fill="#2D2D2D"/>
+<path d="M1150.58 287.124C1150.58 285.469 1151.02 284.173 1151.91 283.239C1152.8 282.3 1153.95 281.83 1155.36 281.83C1156.28 281.83 1157.11 282.05 1157.85 282.49C1158.59 282.93 1159.16 283.545 1159.54 284.334C1159.93 285.119 1160.13 286.011 1160.13 287.009C1160.13 288.02 1159.92 288.925 1159.51 289.724C1159.11 290.522 1158.53 291.128 1157.78 291.541C1157.03 291.949 1156.22 292.153 1155.35 292.153C1154.41 292.153 1153.57 291.926 1152.83 291.473C1152.09 291.019 1151.53 290.4 1151.15 289.615C1150.77 288.83 1150.58 288 1150.58 287.124ZM1151.94 287.145C1151.94 288.347 1152.26 289.295 1152.91 289.989C1153.56 290.679 1154.37 291.024 1155.35 291.024C1156.34 291.024 1157.16 290.674 1157.8 289.976C1158.44 289.277 1158.76 288.286 1158.76 287.002C1158.76 286.19 1158.63 285.482 1158.35 284.879C1158.08 284.271 1157.68 283.801 1157.14 283.47C1156.62 283.135 1156.02 282.967 1155.37 282.967C1154.43 282.967 1153.63 283.289 1152.95 283.933C1152.28 284.573 1151.94 285.643 1151.94 287.145Z" fill="#2D2D2D"/>
+<path d="M1162.01 291.983V282.007H1165.45C1166.23 282.007 1166.82 282.055 1167.23 282.15C1167.8 282.282 1168.29 282.52 1168.69 282.865C1169.22 283.309 1169.61 283.879 1169.87 284.573C1170.13 285.262 1170.26 286.052 1170.26 286.941C1170.26 287.698 1170.18 288.37 1170 288.955C1169.82 289.54 1169.59 290.026 1169.32 290.411C1169.04 290.792 1168.74 291.094 1168.41 291.316C1168.08 291.534 1167.68 291.699 1167.21 291.813C1166.75 291.926 1166.22 291.983 1165.61 291.983H1162.01ZM1163.33 290.806H1165.46C1166.12 290.806 1166.64 290.745 1167.01 290.622C1167.39 290.5 1167.69 290.327 1167.91 290.105C1168.22 289.792 1168.46 289.372 1168.64 288.846C1168.81 288.315 1168.9 287.673 1168.9 286.92C1168.9 285.877 1168.73 285.076 1168.38 284.518C1168.04 283.956 1167.63 283.579 1167.14 283.389C1166.78 283.253 1166.21 283.184 1165.43 283.184H1163.33V290.806Z" fill="#2D2D2D"/>
+<path d="M1172.29 291.983V282.007H1179.51V283.184H1173.61V286.24H1179.14V287.41H1173.61V290.806H1179.74V291.983H1172.29Z" fill="#2D2D2D"/>
+<path d="M1010.77 241.228V178.051C1010.77 178.051 1023.35 190.257 1058.53 190.257C1093.7 190.257 1105.73 178.279 1105.73 178.279V241.228C1091.05 262.768 1017.45 256.331 1010.77 241.228Z" fill="#E0454C"/>
+<path d="M1010.5 285.004V220.78C1010.5 220.78 1022.66 233.203 1057.84 233.203C1093.01 233.203 1105.69 219.966 1105.69 219.966V285.004C1090.74 303.756 1019.6 300.24 1010.5 285.004Z" fill="#0070CC"/>
+<path d="M1105.56 175.33C1105.56 176.999 1104.5 178.763 1102.18 180.52C1099.87 182.265 1096.46 183.88 1092.14 185.254C1083.52 187.998 1071.5 189.712 1058.05 189.712C1044.61 189.712 1032.59 187.998 1023.96 185.254C1019.65 183.88 1016.24 182.265 1013.93 180.52C1011.6 178.763 1010.55 176.999 1010.55 175.33C1010.55 173.662 1011.6 171.898 1013.93 170.141C1016.24 168.396 1019.65 166.781 1023.96 165.407C1032.59 162.663 1044.61 160.949 1058.05 160.949C1071.5 160.949 1083.52 162.663 1092.14 165.407C1096.46 166.781 1099.87 168.396 1102.18 170.141C1104.5 171.898 1105.56 173.662 1105.56 175.33Z" fill="#E0454C" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1010.21 175.331L1010.72 283.455" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1105.8 175.055L1105.8 283.455" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1105.8 283.455C1105.8 291.613 1084.52 298.227 1058.26 298.227C1032.01 298.227 1010.72 291.613 1010.72 283.455" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1105.81 217.827C1105.81 225.986 1084.45 232.599 1058.11 232.599C1031.76 232.599 1010.4 225.986 1010.4 217.827" stroke="#2D2D2D" stroke-width="2"/>
+<path d="M1025.5 214.666V203.93H1027.64L1030.19 211.532C1030.42 212.24 1030.59 212.77 1030.7 213.121C1030.82 212.73 1031.01 212.157 1031.27 211.4L1033.85 203.93H1035.76V214.666H1034.39V205.68L1031.27 214.666H1029.98L1026.88 205.527V214.666H1025.5Z" fill="white"/>
+<path d="M1038.23 214.666V203.93H1046V205.197H1039.65V208.485H1045.6V209.745H1039.65V213.399H1046.25V214.666H1038.23Z" fill="white"/>
+<path d="M1048.32 214.666V203.93H1050.46L1053 211.532C1053.24 212.24 1053.41 212.77 1053.52 213.121C1053.64 212.73 1053.83 212.157 1054.09 211.4L1056.66 203.93H1058.57V214.666H1057.2V205.68L1054.08 214.666H1052.8L1049.69 205.527V214.666H1048.32Z" fill="white"/>
+<path d="M1060.59 209.437C1060.59 207.655 1061.07 206.261 1062.02 205.256C1062.98 204.245 1064.22 203.74 1065.73 203.74C1066.72 203.74 1067.62 203.977 1068.41 204.45C1069.21 204.924 1069.82 205.585 1070.23 206.435C1070.65 207.279 1070.86 208.239 1070.86 209.313C1070.86 210.402 1070.64 211.376 1070.2 212.235C1069.76 213.094 1069.14 213.746 1068.33 214.19C1067.53 214.63 1066.66 214.849 1065.72 214.849C1064.71 214.849 1063.81 214.605 1063.01 214.117C1062.22 213.629 1061.61 212.962 1061.2 212.118C1060.79 211.273 1060.59 210.38 1060.59 209.437ZM1062.05 209.459C1062.05 210.753 1062.4 211.774 1063.09 212.521C1063.79 213.263 1064.67 213.634 1065.72 213.634C1066.79 213.634 1067.67 213.258 1068.36 212.506C1069.05 211.754 1069.4 210.687 1069.4 209.306C1069.4 208.432 1069.25 207.67 1068.95 207.021C1068.66 206.366 1068.22 205.861 1067.65 205.505C1067.09 205.143 1066.45 204.963 1065.74 204.963C1064.73 204.963 1063.87 205.309 1063.14 206.003C1062.41 206.691 1062.05 207.843 1062.05 209.459Z" fill="white"/>
+<path d="M1072.87 214.666V203.93H1077.64C1078.6 203.93 1079.32 204.028 1079.82 204.223C1080.32 204.414 1080.72 204.753 1081.02 205.241C1081.32 205.729 1081.46 206.269 1081.46 206.86C1081.46 207.621 1081.22 208.263 1080.72 208.786C1080.23 209.308 1079.47 209.64 1078.44 209.782C1078.81 209.962 1079.1 210.14 1079.29 210.316C1079.71 210.697 1080.1 211.173 1080.47 211.744L1082.34 214.666H1080.56L1079.13 212.433C1078.72 211.788 1078.38 211.295 1078.11 210.953C1077.84 210.612 1077.6 210.372 1077.38 210.236C1077.17 210.099 1076.96 210.004 1076.74 209.95C1076.58 209.916 1076.31 209.899 1075.95 209.899H1074.3V214.666H1072.87ZM1074.3 208.668H1077.35C1078 208.668 1078.51 208.603 1078.88 208.471C1079.24 208.334 1079.52 208.119 1079.71 207.826C1079.9 207.528 1080 207.206 1080 206.86C1080 206.352 1079.81 205.934 1079.44 205.607C1079.07 205.28 1078.49 205.117 1077.7 205.117H1074.3V208.668Z" fill="white"/>
+<path d="M1086.6 214.666V210.118L1082.46 203.93H1084.19L1086.31 207.167C1086.7 207.773 1087.06 208.378 1087.4 208.983C1087.72 208.422 1088.11 207.79 1088.57 207.087L1090.65 203.93H1092.31L1088.02 210.118V214.666H1086.6Z" fill="white"/>
+<path d="M1040.56 279.159V268.423H1044.26C1045.1 268.423 1045.74 268.474 1046.18 268.577C1046.79 268.718 1047.32 268.975 1047.75 269.346C1048.32 269.824 1048.74 270.437 1049.02 271.184C1049.3 271.926 1049.44 272.776 1049.44 273.733C1049.44 274.548 1049.35 275.271 1049.16 275.9C1048.97 276.53 1048.72 277.053 1048.43 277.468C1048.13 277.878 1047.8 278.202 1047.44 278.442C1047.09 278.676 1046.66 278.854 1046.16 278.976C1045.66 279.098 1045.09 279.159 1044.44 279.159H1040.56ZM1041.98 277.892H1044.28C1044.99 277.892 1045.54 277.826 1045.94 277.695C1046.35 277.563 1046.67 277.377 1046.91 277.138C1047.25 276.801 1047.51 276.349 1047.69 275.783C1047.88 275.212 1047.98 274.521 1047.98 273.711C1047.98 272.588 1047.79 271.726 1047.42 271.125C1047.05 270.52 1046.61 270.115 1046.08 269.91C1045.7 269.763 1045.09 269.69 1044.24 269.69H1041.98V277.892Z" fill="white"/>
+<path d="M1051.8 279.159V268.423H1053.22V279.159H1051.8Z" fill="white"/>
+<path d="M1055.4 275.71L1056.74 275.593C1056.81 276.13 1056.95 276.572 1057.18 276.918C1057.42 277.26 1057.78 277.538 1058.27 277.753C1058.76 277.963 1059.31 278.068 1059.92 278.068C1060.46 278.068 1060.94 277.987 1061.35 277.826C1061.77 277.665 1062.08 277.446 1062.28 277.167C1062.48 276.884 1062.59 276.577 1062.59 276.245C1062.59 275.908 1062.49 275.615 1062.29 275.366C1062.1 275.112 1061.77 274.899 1061.33 274.729C1061.04 274.616 1060.4 274.443 1059.41 274.209C1058.43 273.969 1057.73 273.745 1057.34 273.535C1056.82 273.266 1056.44 272.934 1056.19 272.539C1055.94 272.139 1055.81 271.692 1055.81 271.199C1055.81 270.657 1055.97 270.151 1056.28 269.683C1056.58 269.209 1057.03 268.85 1057.62 268.606C1058.21 268.362 1058.87 268.24 1059.6 268.24C1060.39 268.24 1061.09 268.369 1061.7 268.628C1062.31 268.882 1062.78 269.258 1063.11 269.756C1063.43 270.254 1063.61 270.818 1063.63 271.448L1062.27 271.55C1062.2 270.872 1061.95 270.359 1061.52 270.012C1061.1 269.666 1060.48 269.492 1059.65 269.492C1058.79 269.492 1058.17 269.651 1057.77 269.968C1057.38 270.281 1057.18 270.659 1057.18 271.103C1057.18 271.489 1057.32 271.807 1057.6 272.056C1057.88 272.305 1058.59 272.561 1059.74 272.824C1060.9 273.083 1061.69 273.31 1062.12 273.506C1062.75 273.794 1063.21 274.16 1063.51 274.604C1063.81 275.043 1063.96 275.551 1063.96 276.127C1063.96 276.699 1063.79 277.238 1063.47 277.746C1063.14 278.249 1062.67 278.642 1062.05 278.925C1061.44 279.203 1060.75 279.342 1059.98 279.342C1059.01 279.342 1058.2 279.201 1057.54 278.918C1056.88 278.634 1056.37 278.21 1055.99 277.643C1055.62 277.072 1055.42 276.428 1055.4 275.71Z" fill="white"/>
+<path d="M1065.99 279.159V268.423H1067.41V273.747L1072.75 268.423H1074.68L1070.17 272.773L1074.87 279.159H1073L1069.17 273.725L1067.41 275.439V279.159H1065.99Z" fill="white"/>
+</svg>
diff --git a/index.html b/index.html
index 4757e77..72e5763 100644
--- a/index.html
+++ b/index.html
@@ -3,20 +3,27 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Main | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../js/vendor/highlight/default.min.css?ver=0.1" />
-    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.1" />
-    <link rel="stylesheet" href="../js/vendor/swiper/swiper-bundle.min.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/events.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/tooling.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/frontpage.css?ver=0.1" />
+    <title>Distributed Database - Apache Ignite&reg;</title>
+    <meta name="description" content="Apache Ignite is a best distributed database management system for high-performance computing with in-memory speed. Learn how to use the Ignite decentralized database system and get started." />
+    <link rel="canonical" href="https://ignite.apache.org/" />
+    <meta property="og:title" content="Distributed Database - Apache Ignite&amp;reg;" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="Apache Ignite is a best distributed database management system for high-performance computing with in-memory speed. Learn how to use the Ignite decentralized database system and get started." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../js/vendor/highlight/default.min.css?ver=0.2" />
+    <link rel="stylesheet" href="../js/vendor/highlight/night-owl.css?ver=0.2" />
+    <link rel="stylesheet" href="../js/vendor/swiper/swiper-bundle.min.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/events.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/tooling.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/frontpage.css?ver=0.2" />
     <script src="../js/vendor/highlight/highlight.min.js"></script>
     <script src="../js/vendor/swiper/swiper-bundle.min.js"></script>
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -71,17 +78,20 @@
           ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
           <nav class="hdrmenu">
             <ul class="flexi">
-              <li><a class="hdrmenu__current hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+              <li><a class="hdrmenu__current hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
               <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
               <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-              <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+              <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
               <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
             </ul>
           </nav>
           <div class="dropmenu">
             <div class="dropmenu__panel" data-menupanel="getStarted">
               <div class="container dropmenu1__grid">
-                <div class="dropmenu__box dropmenu--left">
+                <div class="dropmenu1__buttonwrap">
+                  <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+                </div>
+                <div class="dropmenu__box">
                   <ul class="dropmenu__menu">
                     <li>
                       <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -91,43 +101,38 @@
                     </li>
                   </ul>
                 </div>
-                <div class="dropmenu1__center">
-                  <div class="dropmenu__box">
-                    <p class="capstext">USE CASES</p>
-                    <ul class="dropmenu__menu">
-                      <li>
-                        <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                      </li>
-                      <li>
-                        <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                      </li>
-                      <li>
-                        <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                      </li>
-                      <li>
-                        <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                      </li>
-                    </ul>
-                  </div>
-                  <div class="dropmenu__box">
-                    <ul class="dropmenu__menu">
-                      <li>
-                        <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                      </li>
-                      <li>
-                        <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                      </li>
-                      <li>
-                        <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                      </li>
-                      <li>
-                        <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                      </li>
-                    </ul>
-                  </div>
+                <div class="dropmenu__box">
+                  <p class="capstext">USE CASES</p>
+                  <ul class="dropmenu__menu">
+                    <li>
+                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                    </li>
+                    <li>
+                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                    </li>
+                    <li>
+                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                    </li>
+                    <li>
+                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                    </li>
+                  </ul>
                 </div>
-                <div class="dropmenu1__right">
-                  <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+                <div class="dropmenu__box no-border">
+                  <ul class="dropmenu__menu">
+                    <li>
+                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                    </li>
+                    <li>
+                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                    </li>
+                    <li>
+                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                    </li>
+                    <li>
+                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                    </li>
+                  </ul>
                 </div>
               </div>
               <!-- /.dropmenu1__grid-->
@@ -135,8 +140,8 @@
             <!-- /.dropmenu__panel-->
             <div class="dropmenu__panel" data-menupanel="features">
               <div class="container dropmenu2__grid">
-                <div class="dropmenu2__col dropmenu__box">
-                  <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+                <div class="dropmenu__box">
+                  <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                   <ul class="dropmenu__menu">
                     <li>
                       <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -146,8 +151,8 @@
                     </li>
                   </ul>
                 </div>
-                <div class="dropmenu2__col dropmenu__box">
-                  <div class="capstext">Essentail Developer <br />APIs</div>
+                <div class="dropmenu__box">
+                  <div class="capstext">Essentail Developer APIs</div>
                   <ul class="dropmenu__menu">
                     <li>
                       <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -160,7 +165,7 @@
                     </li>
                   </ul>
                 </div>
-                <div class="dropmenu2__col dropmenu__box">
+                <div class="dropmenu__box">
                   <div class="capstext">High-Performance <br />Computing APIs</div>
                   <ul class="dropmenu__menu">
                     <li>
@@ -174,7 +179,7 @@
                     </li>
                   </ul>
                 </div>
-                <div class="dropmenu2__col dropmenu__box">
+                <div class="dropmenu__box">
                   <div class="capstext">Real Streaming APIs</div>
                   <ul class="dropmenu__menu">
                     <li>
@@ -188,17 +193,15 @@
                     </li>
                   </ul>
                 </div>
-                <div class="dropmenu1__right dropmenu2__col">
-                  <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-                </div>
               </div>
               <!-- /.dropmenu2__grid-->
               <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
             </div>
             <!-- /.dropmenu__panel-2-->
             <div class="dropmenu__panel" data-menupanel="community">
-              <div class="container dropmenu1__grid dropmenu3__grid">
-                <div class="dropmenu__box dropmenu--left dropmenu3--left">
+              <div class="container dropmenu3__grid">
+                <div class="dropmenu__box">
+                  <div class="capstext">Project Info</div>
                   <ul class="dropmenu__menu">
                     <li>
                       <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -206,6 +209,11 @@
                     <li>
                       <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                     </li>
+                  </ul>
+                </div>
+                <div class="dropmenu__box no-border">
+                  <div class="capstext">&nbsp;</div>
+                  <ul class="dropmenu__menu">
                     <li>
                       <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                     </li>
@@ -214,34 +222,30 @@
                     </li>
                   </ul>
                 </div>
-                <div class="dropmenu1__center">
-                  <div class="dropmenu__box">
-                    <p class="capstext">Events</p>
-                    <ul class="dropmenu__menu">
-                      <li>
-                        <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                      </li>
-                      <li>
-                        <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                      </li>
-                    </ul>
-                  </div>
-                  <div class="dropmenu__box">
-                    <ul class="dropmenu__menu">
-                      <li>
-                        <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                      </li>
-                      <li>
-                        <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                      </li>
-                    </ul>
-                  </div>
+                <div class="dropmenu__box">
+                  <div class="capstext">Events</div>
+                  <ul class="dropmenu__menu">
+                    <li>
+                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                    </li>
+                    <li>
+                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                    </li>
+                  </ul>
                 </div>
-                <div class="dropmenu1__right">
-                  <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+                <div class="dropmenu__box no-border">
+                  <div class="capstext">&nbsp;</div>
+                  <ul class="dropmenu__menu">
+                    <li>
+                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                    </li>
+                    <li>
+                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                    </li>
+                  </ul>
                 </div>
               </div>
-              <!-- /.dropmenu1__grid-->
+              <!-- /.dropmenu3__grid-->
             </div>
             <!-- /.dropmenu__panel-->
           </div>
@@ -253,9 +257,8 @@
       <section class="innerhero fronthero">
         <div class="container innerhero__cont">
           <div class="innerhero__main innerhero__main--long">
-            <div class="innerhero__pre pb-3">Scale Across Memory And Disk With No Compromises</div>
-            <h1 class="h1 innerhero__h1 innerhero__mega">Open-Source <br />Distributed Database</h1>
-            <div class="innerhero__h2 h4 pt-2">For High-Performance Computing <br />With In-Memory Speed And On-Disk Scale</div>
+            <h1 class="h1 innerhero__h1 innerhero__mega">Distributed Database <br />For High-Performance Computing</h1>
+            <div class="innerhero__h2 h4 pt-2">Scale Across Memory And Disk With No Compromises</div>
             <div class="innerhero__action pt-5"><a class="button fronthero__button" href="https://ignite.apache.org/docs/latest/index">Start Coding</a></div>
           </div>
         </div>
@@ -264,8 +267,8 @@
     </div>
     <section class="frontblue">
       <aside class="fronttopcards flexi container">
-        <article class="frontcard">
-          <div class="frontcard__title h5">One of top-5 project of the Apache Software Foundation</div>
+        <a class="frontcard" href="https://blogs.apache.org/ignite/entry/apache-ignite-momentum-highlights-from" target="_blank"
+          ><div class="frontcard__title h5">A top-5 project of the Apache Software <br />Foundation</div>
           <div class="frontcard__prises pt-3 flexi">
             <div class="frontcard__price flexi">
               <div class="frontcard__iconwrap"><img src="/img/frontpage/b1-prize1.svg" alt="" /></div>
@@ -279,18 +282,15 @@
               <div class="frontcard__iconwrap frontcard__iconwrap--grey"><img src="/img/frontpage/b1-prize1.svg" alt="" /></div>
               <span>Dev Lists</span>
             </div>
-          </div>
-        </article>
-        <!-- /.frontcard-->
-        <article class="frontcard">
-          <div class="frontcard__network"><img src="/img/frontpage/b1-planet.svg" alt="" /></div>
-          <div class="frontcard__title h5 pt-3">World's leading companies select Ignite to power applications used by millions of people daily</div>
-        </article>
-        <!-- /.frontcard-->
+          </div></a
+        ><!-- /.frontcard--><a class="frontcard" href="/use-cases/provenusecases.html"
+          ><div class="frontcard__network"><img src="/img/frontpage/b1-planet.svg" alt="" /></div>
+          <div class="frontcard__title h5 pt-3">Leading companies around the world select Ignite to&nbsp;power applications used daily by millions of&nbsp;people</div></a
+        ><!-- /.frontcard-->
       </aside>
       <!-- /.fronttopcards-->
       <div class="container forntcodes">
-        <h3 class="h3">Use Ignite Core Capabilities To Start Easily <br />And Scale Faster</h3>
+        <h2 class="h3">Use Ignite Core Capabilities To Start Easily <br />And Scale Faster</h2>
         <div class="forntcodes__wrap flexi jsTabWrap pt-4">
           <div class="forntcodes__menu">
             <ul class="fz20">
@@ -514,7 +514,7 @@
 var handle = cache.QueryContinuous(query);</code></pre>
                   </div>
                 </div>
-                <div class="forntcodes__bottom"><a class="button" href="/use-cases/#usecase2">Learn More About Continuous Queries</a></div>
+                <div class="forntcodes__bottom"><a class="button" href="https://ignite.apache.org/docs/latest/key-value-api/continuous-queries" target="_blank">Learn More About Continuous Queries</a></div>
               </div>
               <!-- /.forntcodes__innertabs-->
             </div>
@@ -526,30 +526,30 @@
     </section>
     <!-- /.frontblue-->
     <section class="frontnewcards container">
-      <h3 class="h3">New to Ignite? <br />Three Primary Usage Scenarios</h3>
+      <h2 class="h3">New To Ignite? <br />Three Primary Usage Scenarios</h2>
       <div class="frontnewcards__wrap pt-5">
         <article class="frontsimplecard cardsimple">
           <h4 class="cardsimple__title">Applications Acceleration <br />& Scale Out</h4>
           <div class="cardsimple__text cardsimple__text--long">
             Accelerate your existing applications by&nbsp;100x using Ignite as&nbsp;an&nbsp;in-memory cache or&nbsp;in-memory data grid that is&nbsp;deployed over one or&nbsp;more external databases.
           </div>
-          <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/#usecase2">Learn more</a></div>
+          <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/#usecase2">Learn More</a></div>
         </article>
         <article class="frontsimplecard cardsimple">
           <h4 class="cardsimple__title">Distributed Database For <br />HTAP Workloads</h4>
           <div class="cardsimple__text cardsimple__text--long">Build applications that support transactional and&nbsp;analytical workloads by&nbsp;using Ignite as&nbsp;a&nbsp;database that scales beyond available memory capacity.</div>
-          <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/#database">Learn more</a></div>
+          <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/#database">Learn More</a></div>
         </article>
         <article class="frontsimplecard cardsimple">
           <h4 class="cardsimple__title">Digital Integration Hub<br />&nbsp;</h4>
           <div class="cardsimple__text cardsimple__text--long">Create an&nbsp;advanced platform architecture that aggregates multiple back-end systems and databases into a&nbsp;low-latency and shared data store.</div>
-          <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/digital-integration-hub.html">Learn more</a></div>
+          <div class="cardsimple__bottom"><a class="cardsimple__button button button--shadow" href="/use-cases/digital-integration-hub.html">Learn More</a></div>
         </article>
       </div>
     </section>
     <!-- /.frontnewcards-->
     <section class="frontstories container">
-      <h3 class="h3">Ignite User Stories</h3>
+      <h2 class="h3">Ignite User Stories</h2>
       <ul class="frontstories__checkers pt-5 capstext">
         <li>Software & SaaS</li>
         <li>Banking</li>
@@ -657,21 +657,21 @@
         </div>
         <div class="frontstories__pag"></div>
       </div>
-      <div class="frontstories__bottom pt-5"><a class="button button--shadow" href="/use-cases/provenusecases.html">View all case-studies</a></div>
+      <div class="frontstories__bottom pt-5"><a class="button button--shadow" href="/use-cases/provenusecases.html">Watch Other Stories</a></div>
     </section>
     <!-- /.frontstories-->
     <section class="frontconfs container">
-      <h3 class="h3">Join The Community At Events <br />And Meetups Worldwide</h3>
+      <h2 class="h3">Join The Community At Events <br />And Meetups Worldwide</h2>
       <div class="frontconfs__wrap">
-        <a class="frontconfcard frontconfcard--red" href="/events.html#virtual"
+        <a class="frontconfcard frontconfcard--red" href="https://www.meetup.com/ru-RU/Apache-Ignite-Virtual-Meetup/" target="_blank"
           ><div class="frontconfs__iconwrap pb-3"><img src="/img/frontpage/events/001.svg" alt="" /></div>
           <h4 class="h5 frontconfcard__title pb-2">Ignite Virtual Meetup</h4>
-          <p>Experts and practitioners make <strong>online-talks and presentations</strong> and share their Apache Ignite experience.</p>
+          <p>Experts and practitioners give <strong>online-talks and presentations</strong> and share their Apache Ignite experience.</p>
           <div class="frontconfcard__bottom">
             <p class="capstext">Online</p>
             <div class="frontconfcard__cal">Regularly</div>
           </div></a
-        ><a class="frontconfcard frontconfcard--blue" href="/events.html#summit"
+        ><a class="frontconfcard frontconfcard--blue" href="https://ignite-summit.org/" target="_blank"
           ><div class="frontconfs__iconwrap pb-3"><img src="/img/frontpage/events/002.svg" alt="" /></div>
           <h4 class="h5 frontconfcard__title pb-2">Ignite Summit</h4>
           <p>This <strong>virtual conference</strong> is a chance to learn more about up-to-date in-memory computing solutions.</p>
@@ -680,7 +680,7 @@
             <p class="capstext">Online</p>
             <div class="frontconfcard__cal">Annually</div>
           </div></a
-        ><a class="frontconfcard" href="/events.html#upcoming"
+        ><a class="frontconfcard" href="/events.html#upcoming" target="_blank"
           ><div class="frontconfs__iconwrap pb-3"><img src="/img/frontpage/events/003.svg" alt="" /></div>
           <h4 class="h5 frontconfcard__title pb-2">Other Events</h4>
           <p>Join us for <strong>conferences, presentations, and webinars</strong> to learn more about in-memory computing technologies.</p>
@@ -690,7 +690,7 @@
           </div></a
         >
       </div>
-      <div class="frontconfs__bottom pt-5"><a class="button button--shadow" href="/events.html">View all events</a></div>
+      <div class="frontconfs__bottom pt-5"><a class="button button--shadow" href="/events.html">View All Events</a></div>
     </section>
     <!-- /.frontconfs-->
     <section class="event-featured container fronteventsbanner">
@@ -703,8 +703,8 @@
     </section>
     <!-- /.event-featured-->
     <section class="frontresourse container">
-      <h3 class="h3">Resources To Elevate Your <br />Ignite Experience</h3>
-      <div class="frontresourse__subtitle pt-2">Get an access to the variety of free technical <br />and learning resources</div>
+      <h2 class="h3">Resources To Elevate Your <br />Ignite Experience</h2>
+      <div class="frontresourse__subtitle pt-2">Get access to a variety of free technical <br />and learning resources</div>
       <div class="frontresourse__wrap flexi fz20">
         <div class="frontresourse__col">
           <div class="capstext pb-5">Technical resources</div>
@@ -712,14 +712,13 @@
             <div class="frontresitem__icon"><img src="/img/frontpage/res-docs.svg" alt="" /></div>
             <div class="frontresitem__text">Apache Ignite technical documentation</div>
           </div>
-          <div class="frontresitem flexi frontresitem--gray">
-            <div class="frontresitem__icon"><img src="/img/frontpage/res-wiki.svg" alt="" /></div>
-            <div class="frontresitem__text">Ignite Wiki with a collection of low-level design documents and instructions</div>
-          </div>
-          <div class="frontresitem flexi frontresitem--gray">
-            <div class="frontresitem__icon"><img src="/img/icon-github.svg" alt="" /></div>
-            <div class="frontresitem__text">Git repositories with Ignite source code and code samples and examples</div>
-          </div>
+          <a class="frontresitem flexi frontresitem--gray" href="https://cwiki.apache.org/confluence/display/IGNITE/" target="_blank"
+            ><div class="frontresitem__icon"><img src="/img/frontpage/res-wiki.svg" alt="" /></div>
+            <div class="frontresitem__text">Ignite Wiki with a collection of low-level design documents and instructions</div></a
+          ><a class="frontresitem flexi frontresitem--gray" href="/resources.html#git"
+            ><div class="frontresitem__icon"><img src="/img/icon-github.svg" alt="" /></div>
+            <div class="frontresitem__text">Git repositories with Ignite source code and code samples and examples</div></a
+          >
         </div>
         <div class="frontresourse__col">
           <div class="capstext pb-5">Learning resources</div>
@@ -727,22 +726,21 @@
             <div class="frontresitem__icon"><img src="/img/frontpage/res-videos.svg" alt="" /></div>
             <div class="frontresitem__text">Dozens of essential videos and webinar <br />recordings</div>
           </div>
-          <div class="frontresitem flexi frontresitem--rose">
-            <div class="frontresitem__icon"><img src="/img/frontpage/res-vebinar.svg" alt="" /></div>
-            <div class="frontresitem__text">Trainings and courses that help building high-performance and data-intensive applications with&nbsp;the Apache Ignite</div>
-          </div>
-          <div class="frontresitem flexi frontresitem--rose">
-            <div class="frontresitem__icon"><img src="/img/frontpage/res-book.svg" alt="" /></div>
-            <div class="frontresitem__text">Apache Ignite book to expand knowledge <br />in in-memory computing and distributed databases</div>
-          </div>
+          <a class="frontresitem flexi frontresitem--rose" href="/resources.html#training"
+            ><div class="frontresitem__icon"><img src="/img/frontpage/res-vebinar.svg" alt="" /></div>
+            <div class="frontresitem__text">Trainings and courses that help building high-performance and data-intensive applications with&nbsp;the Apache Ignite</div></a
+          ><a class="frontresitem flexi frontresitem--rose" href="https://www.shamimbhuiyan.com/ignitebook" target="_blank"
+            ><div class="frontresitem__icon"><img src="/img/frontpage/res-book.svg" alt="" /></div>
+            <div class="frontresitem__text">Apache Ignite book to expand your knowledge <br />in in-memory computing and distributed databases</div></a
+          >
         </div>
       </div>
-      <div class="frontconfs__bottom pt-5"><a class="button button--shadow" href="/resources.html">View all resources</a></div>
+      <div class="frontconfs__bottom pt-5"><a class="button button--shadow" href="/resources.html">View All Resources</a></div>
     </section>
     <section class="toolingend toolingend--front">
       <div class="container flexi">
         <div class="toolingend__main">
-          <h2 class="toolingend__title h3">Ready To Start?</h2>
+          <p class="toolingend__title h3"><strong>Ready To Start?</strong></p>
           <p class="h5 pt-2">Discover our quick start guides and build your first <br />application in 5-10 minutes</p>
         </div>
         <div class="toolingend__action"><a class="button" href="https://ignite.apache.org/docs/latest/" target="_blank">Discover Quick Start Guide</a></div>
@@ -786,11 +784,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -805,6 +803,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/js/main.js b/js/main.js
index e00efa6..77bd921 100644
--- a/js/main.js
+++ b/js/main.js
@@ -413,7 +413,7 @@
 if (typeof Swiper !== "undefined") {
     let jsMainSlider = new Swiper('.jsFrontVideosSwiper', {
         autoHeight: false,
-        loop: false,
+        loop: true,
         spaceBetween: 30,
         slidesPerView: 'auto',
         pagination: {
diff --git a/package-lock.json b/package-lock.json
index 9abab96..14ea1f6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,18 +11,12 @@
       "devDependencies": {
         "browser-sync": "^*",
         "gulp": "^4.0.2",
-        "gulp-clean": "^*",
         "gulp-file-sync": "^*",
-        "gulp-imagemin": "^8.0.0",
         "gulp-plumber": "^*",
         "gulp-prettier": "^*",
         "gulp-pug": "^*",
         "gulp-replace": "^1.1.3",
-        "gulp-util": "^*",
-        "imagemin": "^*",
-        "imagemin-jpeg-recompress": "^*",
-        "imagemin-pngquant": "^*",
-        "vinyl-ftp": "^*"
+        "gulp-sitemap": "^8.0.0"
       }
     },
     "node_modules/@babel/helper-validator-identifier": {
@@ -35,9 +29,9 @@
       }
     },
     "node_modules/@babel/parser": {
-      "version": "7.16.2",
-      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.2.tgz",
-      "integrity": "sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==",
+      "version": "7.16.4",
+      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz",
+      "integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==",
       "dev": true,
       "bin": {
         "parser": "bin/babel-parser.js"
@@ -59,76 +53,22 @@
         "node": ">=6.9.0"
       }
     },
-    "node_modules/@nodelib/fs.scandir": {
-      "version": "2.1.5",
-      "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
-      "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
-      "dev": true,
-      "dependencies": {
-        "@nodelib/fs.stat": "2.0.5",
-        "run-parallel": "^1.1.9"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
-    "node_modules/@nodelib/fs.stat": {
-      "version": "2.0.5",
-      "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
-      "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
-      "dev": true,
-      "engines": {
-        "node": ">= 8"
-      }
-    },
-    "node_modules/@nodelib/fs.walk": {
-      "version": "1.2.8",
-      "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
-      "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
-      "dev": true,
-      "dependencies": {
-        "@nodelib/fs.scandir": "2.1.5",
-        "fastq": "^1.6.0"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
-    "node_modules/@sindresorhus/is": {
-      "version": "0.7.0",
-      "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
-      "integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/@tokenizer/token": {
-      "version": "0.3.0",
-      "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
-      "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==",
-      "dev": true
-    },
-    "node_modules/@trysound/sax": {
-      "version": "0.2.0",
-      "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
-      "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=10.13.0"
-      }
-    },
     "node_modules/@types/expect": {
       "version": "1.20.4",
       "resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz",
       "integrity": "sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==",
       "dev": true
     },
+    "node_modules/@types/minimatch": {
+      "version": "3.0.5",
+      "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
+      "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
+      "dev": true
+    },
     "node_modules/@types/node": {
-      "version": "14.17.32",
-      "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.32.tgz",
-      "integrity": "sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==",
+      "version": "14.17.34",
+      "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.34.tgz",
+      "integrity": "sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==",
       "dev": true
     },
     "node_modules/@types/vinyl": {
@@ -221,27 +161,21 @@
       }
     },
     "node_modules/ansi-regex": {
-      "version": "5.0.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
-      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
       "dev": true,
       "engines": {
-        "node": ">=8"
+        "node": ">=0.10.0"
       }
     },
     "node_modules/ansi-styles": {
-      "version": "4.3.0",
-      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
-      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
+      "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
       "dev": true,
-      "dependencies": {
-        "color-convert": "^2.0.1"
-      },
       "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+        "node": ">=0.10.0"
       }
     },
     "node_modules/ansi-wrap": {
@@ -278,47 +212,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/arch": {
-      "version": "2.2.0",
-      "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz",
-      "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
-      "dev": true,
-      "funding": [
-        {
-          "type": "github",
-          "url": "https://github.com/sponsors/feross"
-        },
-        {
-          "type": "patreon",
-          "url": "https://www.patreon.com/feross"
-        },
-        {
-          "type": "consulting",
-          "url": "https://feross.org/support"
-        }
-      ]
-    },
-    "node_modules/archive-type": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/archive-type/-/archive-type-4.0.0.tgz",
-      "integrity": "sha1-+S5yIzBW38aWlHJ0nCZ72wRrHXA=",
-      "dev": true,
-      "dependencies": {
-        "file-type": "^4.2.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/archive-type/node_modules/file-type": {
-      "version": "4.4.0",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-4.4.0.tgz",
-      "integrity": "sha1-G2AOX8ofvcboDApwxxyNul95BsU=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/archy": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
@@ -390,12 +283,12 @@
       }
     },
     "node_modules/array-differ": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
-      "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
+      "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",
       "dev": true,
       "engines": {
-        "node": ">=0.10.0"
+        "node": ">=8"
       }
     },
     "node_modules/array-each": {
@@ -474,24 +367,12 @@
       }
     },
     "node_modules/array-union": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz",
-      "integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+      "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
       "dev": true,
       "engines": {
-        "node": ">=12"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/array-uniq": {
-      "version": "1.0.3",
-      "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
-      "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
+        "node": ">=8"
       }
     },
     "node_modules/array-unique": {
@@ -509,6 +390,15 @@
       "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==",
       "dev": true
     },
+    "node_modules/arrify": {
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
+      "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
+      "dev": true,
+      "engines": {
+        "node": ">=8"
+      }
+    },
     "node_modules/asap": {
       "version": "2.0.6",
       "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
@@ -717,305 +607,6 @@
       "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
       "dev": true
     },
-    "node_modules/beeper": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
-      "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/bin-build": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/bin-build/-/bin-build-3.0.0.tgz",
-      "integrity": "sha512-jcUOof71/TNAI2uM5uoUaDq2ePcVBQ3R/qhxAz1rX7UfvduAL/RXD3jXzvn8cVcDJdGVkiR1shal3OH0ImpuhA==",
-      "dev": true,
-      "dependencies": {
-        "decompress": "^4.0.0",
-        "download": "^6.2.2",
-        "execa": "^0.7.0",
-        "p-map-series": "^1.0.0",
-        "tempfile": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-build/node_modules/cross-spawn": {
-      "version": "5.1.0",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
-      "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
-      "dev": true,
-      "dependencies": {
-        "lru-cache": "^4.0.1",
-        "shebang-command": "^1.2.0",
-        "which": "^1.2.9"
-      }
-    },
-    "node_modules/bin-build/node_modules/execa": {
-      "version": "0.7.0",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
-      "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
-      "dev": true,
-      "dependencies": {
-        "cross-spawn": "^5.0.1",
-        "get-stream": "^3.0.0",
-        "is-stream": "^1.1.0",
-        "npm-run-path": "^2.0.0",
-        "p-finally": "^1.0.0",
-        "signal-exit": "^3.0.0",
-        "strip-eof": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-build/node_modules/get-stream": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-check": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/bin-check/-/bin-check-4.1.0.tgz",
-      "integrity": "sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==",
-      "dev": true,
-      "dependencies": {
-        "execa": "^0.7.0",
-        "executable": "^4.1.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-check/node_modules/cross-spawn": {
-      "version": "5.1.0",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
-      "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
-      "dev": true,
-      "dependencies": {
-        "lru-cache": "^4.0.1",
-        "shebang-command": "^1.2.0",
-        "which": "^1.2.9"
-      }
-    },
-    "node_modules/bin-check/node_modules/execa": {
-      "version": "0.7.0",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
-      "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
-      "dev": true,
-      "dependencies": {
-        "cross-spawn": "^5.0.1",
-        "get-stream": "^3.0.0",
-        "is-stream": "^1.1.0",
-        "npm-run-path": "^2.0.0",
-        "p-finally": "^1.0.0",
-        "signal-exit": "^3.0.0",
-        "strip-eof": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-check/node_modules/get-stream": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-version": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-3.1.0.tgz",
-      "integrity": "sha512-Mkfm4iE1VFt4xd4vH+gx+0/71esbfus2LsnCGe8Pi4mndSPyT+NGES/Eg99jx8/lUGWfu3z2yuB/bt5UB+iVbQ==",
-      "dev": true,
-      "dependencies": {
-        "execa": "^1.0.0",
-        "find-versions": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/bin-version-check": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-4.0.0.tgz",
-      "integrity": "sha512-sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ==",
-      "dev": true,
-      "dependencies": {
-        "bin-version": "^3.0.0",
-        "semver": "^5.6.0",
-        "semver-truncate": "^1.1.2"
-      },
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/bin-wrapper": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-4.1.0.tgz",
-      "integrity": "sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==",
-      "dev": true,
-      "dependencies": {
-        "bin-check": "^4.1.0",
-        "bin-version-check": "^4.0.0",
-        "download": "^7.1.0",
-        "import-lazy": "^3.1.0",
-        "os-filter-obj": "^2.0.0",
-        "pify": "^4.0.1"
-      },
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/download": {
-      "version": "7.1.0",
-      "resolved": "https://registry.npmjs.org/download/-/download-7.1.0.tgz",
-      "integrity": "sha512-xqnBTVd/E+GxJVrX5/eUJiLYjCGPwMpdL+jGhGU57BvtcA7wwhtHVbXBeUk51kOpW3S7Jn3BQbN9Q1R1Km2qDQ==",
-      "dev": true,
-      "dependencies": {
-        "archive-type": "^4.0.0",
-        "caw": "^2.0.1",
-        "content-disposition": "^0.5.2",
-        "decompress": "^4.2.0",
-        "ext-name": "^5.0.0",
-        "file-type": "^8.1.0",
-        "filenamify": "^2.0.0",
-        "get-stream": "^3.0.0",
-        "got": "^8.3.1",
-        "make-dir": "^1.2.0",
-        "p-event": "^2.1.0",
-        "pify": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/download/node_modules/pify": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-      "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/file-type": {
-      "version": "8.1.0",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-8.1.0.tgz",
-      "integrity": "sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==",
-      "dev": true,
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/get-stream": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/got": {
-      "version": "8.3.2",
-      "resolved": "https://registry.npmjs.org/got/-/got-8.3.2.tgz",
-      "integrity": "sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==",
-      "dev": true,
-      "dependencies": {
-        "@sindresorhus/is": "^0.7.0",
-        "cacheable-request": "^2.1.1",
-        "decompress-response": "^3.3.0",
-        "duplexer3": "^0.1.4",
-        "get-stream": "^3.0.0",
-        "into-stream": "^3.1.0",
-        "is-retry-allowed": "^1.1.0",
-        "isurl": "^1.0.0-alpha5",
-        "lowercase-keys": "^1.0.0",
-        "mimic-response": "^1.0.0",
-        "p-cancelable": "^0.4.0",
-        "p-timeout": "^2.0.1",
-        "pify": "^3.0.0",
-        "safe-buffer": "^5.1.1",
-        "timed-out": "^4.0.1",
-        "url-parse-lax": "^3.0.0",
-        "url-to-options": "^1.0.1"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/got/node_modules/pify": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-      "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/p-cancelable": {
-      "version": "0.4.1",
-      "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz",
-      "integrity": "sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/p-event": {
-      "version": "2.3.1",
-      "resolved": "https://registry.npmjs.org/p-event/-/p-event-2.3.1.tgz",
-      "integrity": "sha512-NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA==",
-      "dev": true,
-      "dependencies": {
-        "p-timeout": "^2.0.1"
-      },
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/p-timeout": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz",
-      "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==",
-      "dev": true,
-      "dependencies": {
-        "p-finally": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/prepend-http": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz",
-      "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/bin-wrapper/node_modules/url-parse-lax": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz",
-      "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=",
-      "dev": true,
-      "dependencies": {
-        "prepend-http": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/binary-extensions": {
       "version": "2.2.0",
       "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
@@ -1048,13 +639,26 @@
       }
     },
     "node_modules/bl": {
-      "version": "1.2.3",
-      "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz",
-      "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/bl/-/bl-3.0.1.tgz",
+      "integrity": "sha512-jrCW5ZhfQ/Vt07WX1Ngs+yn9BDqPL/gw28S7s9H6QK/gupnizNzJAss5akW20ISgOrbLTlXOOCTJeNUQqruAWQ==",
       "dev": true,
       "dependencies": {
-        "readable-stream": "^2.3.5",
-        "safe-buffer": "^5.1.1"
+        "readable-stream": "^3.0.1"
+      }
+    },
+    "node_modules/bl/node_modules/readable-stream": {
+      "version": "3.6.0",
+      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+      "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
+      "dev": true,
+      "dependencies": {
+        "inherits": "^2.0.3",
+        "string_decoder": "^1.1.1",
+        "util-deprecate": "^1.0.1"
+      },
+      "engines": {
+        "node": ">= 6"
       }
     },
     "node_modules/blob": {
@@ -1063,13 +667,6 @@
       "integrity": "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==",
       "dev": true
     },
-    "node_modules/boolbase": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
-      "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
-      "dev": true,
-      "optional": true
-    },
     "node_modules/brace-expansion": {
       "version": "1.1.11",
       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -1201,31 +798,6 @@
         "ieee754": "^1.1.13"
       }
     },
-    "node_modules/buffer-alloc": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
-      "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==",
-      "dev": true,
-      "dependencies": {
-        "buffer-alloc-unsafe": "^1.1.0",
-        "buffer-fill": "^1.0.0"
-      }
-    },
-    "node_modules/buffer-alloc-unsafe": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
-      "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==",
-      "dev": true
-    },
-    "node_modules/buffer-crc32": {
-      "version": "0.2.13",
-      "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
-      "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
-      "dev": true,
-      "engines": {
-        "node": "*"
-      }
-    },
     "node_modules/buffer-equal": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.0.tgz",
@@ -1235,12 +807,6 @@
         "node": ">=0.4.0"
       }
     },
-    "node_modules/buffer-fill": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz",
-      "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=",
-      "dev": true
-    },
     "node_modules/buffer-from": {
       "version": "1.1.2",
       "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
@@ -1248,9 +814,9 @@
       "dev": true
     },
     "node_modules/bytes": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
-      "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
+      "version": "3.1.1",
+      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
+      "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==",
       "dev": true,
       "engines": {
         "node": ">= 0.8"
@@ -1276,39 +842,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/cacheable-request": {
-      "version": "2.1.4",
-      "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz",
-      "integrity": "sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0=",
-      "dev": true,
-      "dependencies": {
-        "clone-response": "1.0.2",
-        "get-stream": "3.0.0",
-        "http-cache-semantics": "3.8.1",
-        "keyv": "3.0.0",
-        "lowercase-keys": "1.0.0",
-        "normalize-url": "2.0.1",
-        "responselike": "1.0.2"
-      }
-    },
-    "node_modules/cacheable-request/node_modules/get-stream": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/cacheable-request/node_modules/lowercase-keys": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz",
-      "integrity": "sha1-TjNms55/VFfjXxMkvfb4jQv8cwY=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/call-bind": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
@@ -1331,35 +864,20 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/caw": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/caw/-/caw-2.0.1.tgz",
-      "integrity": "sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==",
-      "dev": true,
-      "dependencies": {
-        "get-proxy": "^2.0.0",
-        "isurl": "^1.0.0-alpha5",
-        "tunnel-agent": "^0.6.0",
-        "url-to-options": "^1.0.1"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/chalk": {
-      "version": "4.1.2",
-      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
-      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+      "version": "1.1.3",
+      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
+      "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
       "dev": true,
       "dependencies": {
-        "ansi-styles": "^4.1.0",
-        "supports-color": "^7.1.0"
+        "ansi-styles": "^2.2.1",
+        "escape-string-regexp": "^1.0.2",
+        "has-ansi": "^2.0.0",
+        "strip-ansi": "^3.0.0",
+        "supports-color": "^2.0.0"
       },
       "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/chalk/chalk?sponsor=1"
+        "node": ">=0.10.0"
       }
     },
     "node_modules/character-parser": {
@@ -1501,6 +1019,27 @@
         "wrap-ansi": "^6.2.0"
       }
     },
+    "node_modules/cliui/node_modules/ansi-regex": {
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+      "dev": true,
+      "engines": {
+        "node": ">=8"
+      }
+    },
+    "node_modules/cliui/node_modules/strip-ansi": {
+      "version": "6.0.1",
+      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+      "dev": true,
+      "dependencies": {
+        "ansi-regex": "^5.0.1"
+      },
+      "engines": {
+        "node": ">=8"
+      }
+    },
     "node_modules/clone": {
       "version": "2.1.2",
       "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
@@ -1519,15 +1058,6 @@
         "node": ">= 0.10"
       }
     },
-    "node_modules/clone-response": {
-      "version": "1.0.2",
-      "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz",
-      "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=",
-      "dev": true,
-      "dependencies": {
-        "mimic-response": "^1.0.0"
-      }
-    },
     "node_modules/clone-stats": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
@@ -1653,16 +1183,6 @@
         "typedarray": "^0.0.6"
       }
     },
-    "node_modules/config-chain": {
-      "version": "1.1.13",
-      "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
-      "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
-      "dev": true,
-      "dependencies": {
-        "ini": "^1.3.4",
-        "proto-list": "~1.2.1"
-      }
-    },
     "node_modules/connect": {
       "version": "3.6.6",
       "resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz",
@@ -1697,18 +1217,6 @@
         "@babel/types": "^7.6.1"
       }
     },
-    "node_modules/content-disposition": {
-      "version": "0.5.3",
-      "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
-      "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
-      "dev": true,
-      "dependencies": {
-        "safe-buffer": "5.1.2"
-      },
-      "engines": {
-        "node": ">= 0.6"
-      }
-    },
     "node_modules/convert-source-map": {
       "version": "1.8.0",
       "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
@@ -1761,85 +1269,6 @@
         "buffer": "^5.1.0"
       }
     },
-    "node_modules/cross-spawn": {
-      "version": "6.0.5",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
-      "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
-      "dev": true,
-      "dependencies": {
-        "nice-try": "^1.0.4",
-        "path-key": "^2.0.1",
-        "semver": "^5.5.0",
-        "shebang-command": "^1.2.0",
-        "which": "^1.2.9"
-      },
-      "engines": {
-        "node": ">=4.8"
-      }
-    },
-    "node_modules/css-select": {
-      "version": "4.1.3",
-      "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz",
-      "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "boolbase": "^1.0.0",
-        "css-what": "^5.0.0",
-        "domhandler": "^4.2.0",
-        "domutils": "^2.6.0",
-        "nth-check": "^2.0.0"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/fb55"
-      }
-    },
-    "node_modules/css-tree": {
-      "version": "1.1.3",
-      "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
-      "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "mdn-data": "2.0.14",
-        "source-map": "^0.6.1"
-      },
-      "engines": {
-        "node": ">=8.0.0"
-      }
-    },
-    "node_modules/css-what": {
-      "version": "5.1.0",
-      "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
-      "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">= 6"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/fb55"
-      }
-    },
-    "node_modules/csso": {
-      "version": "4.2.0",
-      "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
-      "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "css-tree": "^1.1.2"
-      },
-      "engines": {
-        "node": ">=8.0.0"
-      }
-    },
-    "node_modules/cyclist": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
-      "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=",
-      "dev": true
-    },
     "node_modules/d": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
@@ -1850,15 +1279,6 @@
         "type": "^1.0.1"
       }
     },
-    "node_modules/dateformat": {
-      "version": "2.2.0",
-      "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz",
-      "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=",
-      "dev": true,
-      "engines": {
-        "node": "*"
-      }
-    },
     "node_modules/debug": {
       "version": "2.6.9",
       "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
@@ -1886,172 +1306,6 @@
         "node": ">=0.10"
       }
     },
-    "node_modules/decompress": {
-      "version": "4.2.1",
-      "resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz",
-      "integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==",
-      "dev": true,
-      "dependencies": {
-        "decompress-tar": "^4.0.0",
-        "decompress-tarbz2": "^4.0.0",
-        "decompress-targz": "^4.0.0",
-        "decompress-unzip": "^4.0.1",
-        "graceful-fs": "^4.1.10",
-        "make-dir": "^1.0.0",
-        "pify": "^2.3.0",
-        "strip-dirs": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/decompress-response": {
-      "version": "3.3.0",
-      "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz",
-      "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=",
-      "dev": true,
-      "dependencies": {
-        "mimic-response": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/decompress-tar": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz",
-      "integrity": "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==",
-      "dev": true,
-      "dependencies": {
-        "file-type": "^5.2.0",
-        "is-stream": "^1.1.0",
-        "tar-stream": "^1.5.2"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/decompress-tar/node_modules/file-type": {
-      "version": "5.2.0",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz",
-      "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/decompress-tarbz2": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz",
-      "integrity": "sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==",
-      "dev": true,
-      "dependencies": {
-        "decompress-tar": "^4.1.0",
-        "file-type": "^6.1.0",
-        "is-stream": "^1.1.0",
-        "seek-bzip": "^1.0.5",
-        "unbzip2-stream": "^1.0.9"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/decompress-tarbz2/node_modules/file-type": {
-      "version": "6.2.0",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz",
-      "integrity": "sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/decompress-targz": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-4.1.1.tgz",
-      "integrity": "sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==",
-      "dev": true,
-      "dependencies": {
-        "decompress-tar": "^4.1.1",
-        "file-type": "^5.2.0",
-        "is-stream": "^1.1.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/decompress-targz/node_modules/file-type": {
-      "version": "5.2.0",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz",
-      "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/decompress-unzip": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz",
-      "integrity": "sha1-3qrM39FK6vhVePczroIQ+bSEj2k=",
-      "dev": true,
-      "dependencies": {
-        "file-type": "^3.8.0",
-        "get-stream": "^2.2.0",
-        "pify": "^2.3.0",
-        "yauzl": "^2.4.2"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/decompress-unzip/node_modules/file-type": {
-      "version": "3.9.0",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz",
-      "integrity": "sha1-JXoHg4TR24CHvESdEH1SpSZyuek=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/decompress-unzip/node_modules/get-stream": {
-      "version": "2.3.1",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz",
-      "integrity": "sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=",
-      "dev": true,
-      "dependencies": {
-        "object-assign": "^4.0.1",
-        "pinkie-promise": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/decompress-unzip/node_modules/object-assign": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/decompress-unzip/node_modules/pify": {
-      "version": "2.3.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/decompress/node_modules/pify": {
-      "version": "2.3.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/default-compare": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz",
@@ -2134,18 +1388,6 @@
         "node": ">= 0.8.0"
       }
     },
-    "node_modules/dir-glob": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
-      "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
-      "dev": true,
-      "dependencies": {
-        "path-type": "^4.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
     "node_modules/dlv": {
       "version": "1.1.3",
       "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
@@ -2158,153 +1400,6 @@
       "integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=",
       "dev": true
     },
-    "node_modules/dom-serializer": {
-      "version": "1.3.2",
-      "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz",
-      "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "domelementtype": "^2.0.1",
-        "domhandler": "^4.2.0",
-        "entities": "^2.0.0"
-      },
-      "funding": {
-        "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
-      }
-    },
-    "node_modules/domelementtype": {
-      "version": "2.2.0",
-      "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
-      "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
-      "dev": true,
-      "funding": [
-        {
-          "type": "github",
-          "url": "https://github.com/sponsors/fb55"
-        }
-      ],
-      "optional": true
-    },
-    "node_modules/domhandler": {
-      "version": "4.2.2",
-      "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz",
-      "integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "domelementtype": "^2.2.0"
-      },
-      "engines": {
-        "node": ">= 4"
-      },
-      "funding": {
-        "url": "https://github.com/fb55/domhandler?sponsor=1"
-      }
-    },
-    "node_modules/domutils": {
-      "version": "2.8.0",
-      "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
-      "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "dom-serializer": "^1.0.1",
-        "domelementtype": "^2.2.0",
-        "domhandler": "^4.2.0"
-      },
-      "funding": {
-        "url": "https://github.com/fb55/domutils?sponsor=1"
-      }
-    },
-    "node_modules/download": {
-      "version": "6.2.5",
-      "resolved": "https://registry.npmjs.org/download/-/download-6.2.5.tgz",
-      "integrity": "sha512-DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA==",
-      "dev": true,
-      "dependencies": {
-        "caw": "^2.0.0",
-        "content-disposition": "^0.5.2",
-        "decompress": "^4.0.0",
-        "ext-name": "^5.0.0",
-        "file-type": "5.2.0",
-        "filenamify": "^2.0.0",
-        "get-stream": "^3.0.0",
-        "got": "^7.0.0",
-        "make-dir": "^1.0.0",
-        "p-event": "^1.0.0",
-        "pify": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/download/node_modules/file-type": {
-      "version": "5.2.0",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz",
-      "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/download/node_modules/get-stream": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/download/node_modules/pify": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-      "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/duplexer2": {
-      "version": "0.0.2",
-      "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
-      "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
-      "dev": true,
-      "dependencies": {
-        "readable-stream": "~1.1.9"
-      }
-    },
-    "node_modules/duplexer2/node_modules/isarray": {
-      "version": "0.0.1",
-      "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-      "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
-      "dev": true
-    },
-    "node_modules/duplexer2/node_modules/readable-stream": {
-      "version": "1.1.14",
-      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
-      "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
-      "dev": true,
-      "dependencies": {
-        "core-util-is": "~1.0.0",
-        "inherits": "~2.0.1",
-        "isarray": "0.0.1",
-        "string_decoder": "~0.10.x"
-      }
-    },
-    "node_modules/duplexer2/node_modules/string_decoder": {
-      "version": "0.10.31",
-      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-      "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
-      "dev": true
-    },
-    "node_modules/duplexer3": {
-      "version": "0.1.4",
-      "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
-      "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=",
-      "dev": true
-    },
     "node_modules/duplexify": {
       "version": "3.7.1",
       "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
@@ -2467,16 +1562,6 @@
       "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
       "dev": true
     },
-    "node_modules/entities": {
-      "version": "2.2.0",
-      "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
-      "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
-      "dev": true,
-      "optional": true,
-      "funding": {
-        "url": "https://github.com/fb55/entities?sponsor=1"
-      }
-    },
     "node_modules/error-ex": {
       "version": "1.3.2",
       "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
@@ -2569,108 +1654,6 @@
       "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
       "dev": true
     },
-    "node_modules/exec-buffer": {
-      "version": "3.2.0",
-      "resolved": "https://registry.npmjs.org/exec-buffer/-/exec-buffer-3.2.0.tgz",
-      "integrity": "sha512-wsiD+2Tp6BWHoVv3B+5Dcx6E7u5zky+hUwOHjuH2hKSLR3dvRmX8fk8UD8uqQixHs4Wk6eDmiegVrMPjKj7wpA==",
-      "dev": true,
-      "dependencies": {
-        "execa": "^0.7.0",
-        "p-finally": "^1.0.0",
-        "pify": "^3.0.0",
-        "rimraf": "^2.5.4",
-        "tempfile": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/exec-buffer/node_modules/cross-spawn": {
-      "version": "5.1.0",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
-      "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
-      "dev": true,
-      "dependencies": {
-        "lru-cache": "^4.0.1",
-        "shebang-command": "^1.2.0",
-        "which": "^1.2.9"
-      }
-    },
-    "node_modules/exec-buffer/node_modules/execa": {
-      "version": "0.7.0",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
-      "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
-      "dev": true,
-      "dependencies": {
-        "cross-spawn": "^5.0.1",
-        "get-stream": "^3.0.0",
-        "is-stream": "^1.1.0",
-        "npm-run-path": "^2.0.0",
-        "p-finally": "^1.0.0",
-        "signal-exit": "^3.0.0",
-        "strip-eof": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/exec-buffer/node_modules/get-stream": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/exec-buffer/node_modules/pify": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-      "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/execa": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
-      "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
-      "dev": true,
-      "dependencies": {
-        "cross-spawn": "^6.0.0",
-        "get-stream": "^4.0.0",
-        "is-stream": "^1.1.0",
-        "npm-run-path": "^2.0.0",
-        "p-finally": "^1.0.0",
-        "signal-exit": "^3.0.0",
-        "strip-eof": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/executable": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz",
-      "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==",
-      "dev": true,
-      "dependencies": {
-        "pify": "^2.2.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/executable/node_modules/pify": {
-      "version": "2.3.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/expand-brackets": {
       "version": "2.1.4",
       "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
@@ -2805,31 +1788,6 @@
         "type": "^2.5.0"
       }
     },
-    "node_modules/ext-list": {
-      "version": "2.2.2",
-      "resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz",
-      "integrity": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==",
-      "dev": true,
-      "dependencies": {
-        "mime-db": "^1.28.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/ext-name": {
-      "version": "5.0.0",
-      "resolved": "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz",
-      "integrity": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==",
-      "dev": true,
-      "dependencies": {
-        "ext-list": "^2.0.0",
-        "sort-keys-length": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/ext/node_modules/type": {
       "version": "2.5.0",
       "resolved": "https://registry.npmjs.org/type/-/type-2.5.0.tgz",
@@ -2930,80 +1888,12 @@
         "node": ">= 0.10"
       }
     },
-    "node_modules/fast-glob": {
-      "version": "3.2.7",
-      "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
-      "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
-      "dev": true,
-      "dependencies": {
-        "@nodelib/fs.stat": "^2.0.2",
-        "@nodelib/fs.walk": "^1.2.3",
-        "glob-parent": "^5.1.2",
-        "merge2": "^1.3.0",
-        "micromatch": "^4.0.4"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
     "node_modules/fast-levenshtein": {
       "version": "1.1.4",
       "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz",
       "integrity": "sha1-5qdUzI8V5YmHqpy9J69m/W9OWvk=",
       "dev": true
     },
-    "node_modules/fast-xml-parser": {
-      "version": "3.21.1",
-      "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz",
-      "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "strnum": "^1.0.4"
-      },
-      "bin": {
-        "xml2js": "cli.js"
-      },
-      "funding": {
-        "type": "paypal",
-        "url": "https://paypal.me/naturalintelligence"
-      }
-    },
-    "node_modules/fastq": {
-      "version": "1.13.0",
-      "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
-      "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
-      "dev": true,
-      "dependencies": {
-        "reusify": "^1.0.4"
-      }
-    },
-    "node_modules/fd-slicer": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
-      "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
-      "dev": true,
-      "dependencies": {
-        "pend": "~1.2.0"
-      }
-    },
-    "node_modules/file-type": {
-      "version": "16.5.3",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz",
-      "integrity": "sha512-uVsl7iFhHSOY4bEONLlTK47iAHtNsFHWP5YE4xJfZ4rnX7S1Q3wce09XgqSC7E/xh8Ncv/be1lNoyprlUH/x6A==",
-      "dev": true,
-      "dependencies": {
-        "readable-web-to-node-stream": "^3.0.0",
-        "strtok3": "^6.2.4",
-        "token-types": "^4.1.1"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/sindresorhus/file-type?sponsor=1"
-      }
-    },
     "node_modules/file-uri-to-path": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
@@ -3011,29 +1901,6 @@
       "dev": true,
       "optional": true
     },
-    "node_modules/filename-reserved-regex": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
-      "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/filenamify": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-2.1.0.tgz",
-      "integrity": "sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==",
-      "dev": true,
-      "dependencies": {
-        "filename-reserved-regex": "^2.0.0",
-        "strip-outer": "^1.0.0",
-        "trim-repeated": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/fill-range": {
       "version": "7.0.1",
       "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@@ -3077,18 +1944,6 @@
         "node": ">=8"
       }
     },
-    "node_modules/find-versions": {
-      "version": "3.2.0",
-      "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz",
-      "integrity": "sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==",
-      "dev": true,
-      "dependencies": {
-        "semver-regex": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=6"
-      }
-    },
     "node_modules/findup-sync": {
       "version": "3.0.0",
       "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz",
@@ -3383,22 +2238,6 @@
         "node": ">= 0.6"
       }
     },
-    "node_modules/from2": {
-      "version": "2.3.0",
-      "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
-      "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
-      "dev": true,
-      "dependencies": {
-        "inherits": "^2.0.1",
-        "readable-stream": "^2.0.0"
-      }
-    },
-    "node_modules/fs-constants": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
-      "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
-      "dev": true
-    },
     "node_modules/fs-extra": {
       "version": "3.0.1",
       "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz",
@@ -3443,43 +2282,6 @@
         "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
       }
     },
-    "node_modules/ftp": {
-      "version": "0.3.10",
-      "resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz",
-      "integrity": "sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0=",
-      "dev": true,
-      "dependencies": {
-        "readable-stream": "1.1.x",
-        "xregexp": "2.0.0"
-      },
-      "engines": {
-        "node": ">=0.8.0"
-      }
-    },
-    "node_modules/ftp/node_modules/isarray": {
-      "version": "0.0.1",
-      "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-      "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
-      "dev": true
-    },
-    "node_modules/ftp/node_modules/readable-stream": {
-      "version": "1.1.14",
-      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
-      "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
-      "dev": true,
-      "dependencies": {
-        "core-util-is": "~1.0.0",
-        "inherits": "~2.0.1",
-        "isarray": "0.0.1",
-        "string_decoder": "~0.10.x"
-      }
-    },
-    "node_modules/ftp/node_modules/string_decoder": {
-      "version": "0.10.31",
-      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-      "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
-      "dev": true
-    },
     "node_modules/function-bind": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
@@ -3509,30 +2311,6 @@
         "url": "https://github.com/sponsors/ljharb"
       }
     },
-    "node_modules/get-proxy": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/get-proxy/-/get-proxy-2.1.0.tgz",
-      "integrity": "sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==",
-      "dev": true,
-      "dependencies": {
-        "npm-conf": "^1.1.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/get-stream": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
-      "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
-      "dev": true,
-      "dependencies": {
-        "pump": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=6"
-      }
-    },
     "node_modules/get-value": {
       "version": "2.0.6",
       "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
@@ -3542,155 +2320,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/gifsicle": {
-      "version": "5.2.1",
-      "resolved": "https://registry.npmjs.org/gifsicle/-/gifsicle-5.2.1.tgz",
-      "integrity": "sha512-9ewIQQCAnSmkU2DhuWafd1DdsgzAkKqIWnY+023xBLSiK9Az2TDUozWQW+SyRQgFMclbe6RQldUk/49TRO3Aqw==",
-      "dev": true,
-      "hasInstallScript": true,
-      "optional": true,
-      "dependencies": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.0.0",
-        "execa": "^5.0.0"
-      },
-      "bin": {
-        "gifsicle": "cli.js"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/imagemin/gisicle-bin?sponsor=1"
-      }
-    },
-    "node_modules/gifsicle/node_modules/cross-spawn": {
-      "version": "7.0.3",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-      "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "path-key": "^3.1.0",
-        "shebang-command": "^2.0.0",
-        "which": "^2.0.1"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
-    "node_modules/gifsicle/node_modules/execa": {
-      "version": "5.1.1",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
-      "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "cross-spawn": "^7.0.3",
-        "get-stream": "^6.0.0",
-        "human-signals": "^2.1.0",
-        "is-stream": "^2.0.0",
-        "merge-stream": "^2.0.0",
-        "npm-run-path": "^4.0.1",
-        "onetime": "^5.1.2",
-        "signal-exit": "^3.0.3",
-        "strip-final-newline": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/sindresorhus/execa?sponsor=1"
-      }
-    },
-    "node_modules/gifsicle/node_modules/get-stream": {
-      "version": "6.0.1",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
-      "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/gifsicle/node_modules/is-stream": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
-      "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/gifsicle/node_modules/npm-run-path": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
-      "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "path-key": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/gifsicle/node_modules/path-key": {
-      "version": "3.1.1",
-      "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
-      "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/gifsicle/node_modules/shebang-command": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
-      "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "shebang-regex": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/gifsicle/node_modules/shebang-regex": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
-      "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/gifsicle/node_modules/which": {
-      "version": "2.0.2",
-      "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
-      "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "isexe": "^2.0.0"
-      },
-      "bin": {
-        "node-which": "bin/node-which"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
     "node_modules/glob": {
       "version": "7.2.0",
       "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
@@ -4108,38 +2737,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/globby": {
-      "version": "12.0.2",
-      "resolved": "https://registry.npmjs.org/globby/-/globby-12.0.2.tgz",
-      "integrity": "sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==",
-      "dev": true,
-      "dependencies": {
-        "array-union": "^3.0.1",
-        "dir-glob": "^3.0.1",
-        "fast-glob": "^3.2.7",
-        "ignore": "^5.1.8",
-        "merge2": "^1.4.1",
-        "slash": "^4.0.0"
-      },
-      "engines": {
-        "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/globby/node_modules/slash": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
-      "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
-      "dev": true,
-      "engines": {
-        "node": ">=12"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
     "node_modules/glogg": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz",
@@ -4152,40 +2749,6 @@
         "node": ">= 0.10"
       }
     },
-    "node_modules/got": {
-      "version": "7.1.0",
-      "resolved": "https://registry.npmjs.org/got/-/got-7.1.0.tgz",
-      "integrity": "sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==",
-      "dev": true,
-      "dependencies": {
-        "decompress-response": "^3.2.0",
-        "duplexer3": "^0.1.4",
-        "get-stream": "^3.0.0",
-        "is-plain-obj": "^1.1.0",
-        "is-retry-allowed": "^1.0.0",
-        "is-stream": "^1.0.0",
-        "isurl": "^1.0.0-alpha5",
-        "lowercase-keys": "^1.0.0",
-        "p-cancelable": "^0.3.0",
-        "p-timeout": "^1.1.1",
-        "safe-buffer": "^5.0.1",
-        "timed-out": "^4.0.0",
-        "url-parse-lax": "^1.0.0",
-        "url-to-options": "^1.0.1"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/got/node_modules/get-stream": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/graceful-fs": {
       "version": "4.2.8",
       "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
@@ -4210,22 +2773,6 @@
         "node": ">= 0.10"
       }
     },
-    "node_modules/gulp-clean": {
-      "version": "0.4.0",
-      "resolved": "https://registry.npmjs.org/gulp-clean/-/gulp-clean-0.4.0.tgz",
-      "integrity": "sha512-DARK8rNMo4lHOFLGTiHEJdf19GuoBDHqGUaypz+fOhrvOs3iFO7ntdYtdpNxv+AzSJBx/JfypF0yEj9ks1IStQ==",
-      "dev": true,
-      "dependencies": {
-        "fancy-log": "^1.3.2",
-        "plugin-error": "^0.1.2",
-        "rimraf": "^2.6.2",
-        "through2": "^2.0.3",
-        "vinyl": "^2.1.0"
-      },
-      "engines": {
-        "node": ">=0.9"
-      }
-    },
     "node_modules/gulp-cli": {
       "version": "2.3.0",
       "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz",
@@ -4258,15 +2805,6 @@
         "node": ">= 0.10"
       }
     },
-    "node_modules/gulp-cli/node_modules/ansi-regex": {
-      "version": "2.1.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/gulp-cli/node_modules/cliui": {
       "version": "3.2.0",
       "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
@@ -4316,18 +2854,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/gulp-cli/node_modules/strip-ansi": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
-      "dev": true,
-      "dependencies": {
-        "ansi-regex": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/gulp-cli/node_modules/which-module": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
@@ -4416,87 +2942,6 @@
         "graceful-fs": "^4.1.6"
       }
     },
-    "node_modules/gulp-imagemin": {
-      "version": "8.0.0",
-      "resolved": "https://registry.npmjs.org/gulp-imagemin/-/gulp-imagemin-8.0.0.tgz",
-      "integrity": "sha512-8Sl77dv+e/TTjtrOjzvv1XThqCKQ8O3cqH5gRwMbMeATkPY1TN06jtJtPohT8q19ptIx4og5fxhR8dLRfzUw9w==",
-      "dev": true,
-      "dependencies": {
-        "chalk": "^4.1.2",
-        "fancy-log": "^1.3.3",
-        "imagemin": "^8.0.1",
-        "plugin-error": "^1.0.1",
-        "plur": "^4.0.0",
-        "pretty-bytes": "^5.6.0",
-        "through2-concurrent": "^2.0.0"
-      },
-      "engines": {
-        "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      },
-      "optionalDependencies": {
-        "imagemin-gifsicle": "^7.0.0",
-        "imagemin-mozjpeg": "^9.0.0",
-        "imagemin-optipng": "^8.0.0",
-        "imagemin-svgo": "^9.0.0"
-      },
-      "peerDependencies": {
-        "gulp": ">=4"
-      },
-      "peerDependenciesMeta": {
-        "gulp": {
-          "optional": true
-        }
-      }
-    },
-    "node_modules/gulp-imagemin/node_modules/arr-diff": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
-      "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/gulp-imagemin/node_modules/arr-union": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
-      "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/gulp-imagemin/node_modules/extend-shallow": {
-      "version": "3.0.2",
-      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
-      "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
-      "dev": true,
-      "dependencies": {
-        "assign-symbols": "^1.0.0",
-        "is-extendable": "^1.0.1"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/gulp-imagemin/node_modules/plugin-error": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
-      "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
-      "dev": true,
-      "dependencies": {
-        "ansi-colors": "^1.0.1",
-        "arr-diff": "^4.0.0",
-        "arr-union": "^3.1.0",
-        "extend-shallow": "^3.0.2"
-      },
-      "engines": {
-        "node": ">= 0.10"
-      }
-    },
     "node_modules/gulp-plumber": {
       "version": "1.2.1",
       "resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.2.1.tgz",
@@ -4513,61 +2958,6 @@
         "npm": ">=1.2.10"
       }
     },
-    "node_modules/gulp-plumber/node_modules/ansi-regex": {
-      "version": "2.1.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/gulp-plumber/node_modules/ansi-styles": {
-      "version": "2.2.1",
-      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
-      "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/gulp-plumber/node_modules/chalk": {
-      "version": "1.1.3",
-      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-      "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
-      "dev": true,
-      "dependencies": {
-        "ansi-styles": "^2.2.1",
-        "escape-string-regexp": "^1.0.2",
-        "has-ansi": "^2.0.0",
-        "strip-ansi": "^3.0.0",
-        "supports-color": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/gulp-plumber/node_modules/strip-ansi": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
-      "dev": true,
-      "dependencies": {
-        "ansi-regex": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/gulp-plumber/node_modules/supports-color": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
-      "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.8.0"
-      }
-    },
     "node_modules/gulp-prettier": {
       "version": "4.0.0",
       "resolved": "https://registry.npmjs.org/gulp-prettier/-/gulp-prettier-4.0.0.tgz",
@@ -4753,127 +3143,132 @@
         "node": ">=10"
       }
     },
-    "node_modules/gulp-util": {
-      "version": "3.0.8",
-      "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz",
-      "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
-      "deprecated": "gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5",
+    "node_modules/gulp-sitemap": {
+      "version": "8.0.0",
+      "resolved": "https://registry.npmjs.org/gulp-sitemap/-/gulp-sitemap-8.0.0.tgz",
+      "integrity": "sha512-rXvje8NxCAXxis1aqwUEhDU8iWnLcda2Ky/Cn4g2iWjWzaKahZ6lXbVy+HzjtfMslmVY9ownKVFe4ADTINM+Jw==",
       "dev": true,
       "dependencies": {
-        "array-differ": "^1.0.0",
-        "array-uniq": "^1.0.2",
-        "beeper": "^1.0.0",
-        "chalk": "^1.0.0",
-        "dateformat": "^2.0.0",
-        "fancy-log": "^1.1.0",
-        "gulplog": "^1.0.0",
-        "has-gulplog": "^0.1.0",
-        "lodash._reescape": "^3.0.0",
-        "lodash._reevaluate": "^3.0.0",
-        "lodash._reinterpolate": "^3.0.0",
-        "lodash.template": "^3.0.0",
-        "minimist": "^1.1.0",
-        "multipipe": "^0.1.2",
-        "object-assign": "^3.0.0",
-        "replace-ext": "0.0.1",
-        "through2": "^2.0.0",
-        "vinyl": "^0.5.0"
+        "chalk": "^2.4.2",
+        "fancy-log": "^1.3.3",
+        "lodash": "^4.17.15",
+        "multimatch": "^4.0.0",
+        "plugin-error": "^1.0.1",
+        "slash": "^3.0.0",
+        "through2": "^3.0.1",
+        "vinyl": "^2.2.0"
       },
       "engines": {
-        "node": ">=0.10"
+        "node": ">=10"
       }
     },
-    "node_modules/gulp-util/node_modules/ansi-regex": {
-      "version": "2.1.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
+    "node_modules/gulp-sitemap/node_modules/ansi-styles": {
+      "version": "3.2.1",
+      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+      "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+      "dev": true,
+      "dependencies": {
+        "color-convert": "^1.9.0"
+      },
+      "engines": {
+        "node": ">=4"
+      }
+    },
+    "node_modules/gulp-sitemap/node_modules/arr-diff": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
+      "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
       "dev": true,
       "engines": {
         "node": ">=0.10.0"
       }
     },
-    "node_modules/gulp-util/node_modules/ansi-styles": {
-      "version": "2.2.1",
-      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
-      "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
+    "node_modules/gulp-sitemap/node_modules/arr-union": {
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
+      "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
       "dev": true,
       "engines": {
         "node": ">=0.10.0"
       }
     },
-    "node_modules/gulp-util/node_modules/chalk": {
+    "node_modules/gulp-sitemap/node_modules/chalk": {
+      "version": "2.4.2",
+      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+      "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+      "dev": true,
+      "dependencies": {
+        "ansi-styles": "^3.2.1",
+        "escape-string-regexp": "^1.0.5",
+        "supports-color": "^5.3.0"
+      },
+      "engines": {
+        "node": ">=4"
+      }
+    },
+    "node_modules/gulp-sitemap/node_modules/color-convert": {
+      "version": "1.9.3",
+      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+      "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+      "dev": true,
+      "dependencies": {
+        "color-name": "1.1.3"
+      }
+    },
+    "node_modules/gulp-sitemap/node_modules/color-name": {
       "version": "1.1.3",
-      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-      "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
-      "dev": true,
-      "dependencies": {
-        "ansi-styles": "^2.2.1",
-        "escape-string-regexp": "^1.0.2",
-        "has-ansi": "^2.0.0",
-        "strip-ansi": "^3.0.0",
-        "supports-color": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/gulp-util/node_modules/clone": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
-      "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.8"
-      }
-    },
-    "node_modules/gulp-util/node_modules/clone-stats": {
-      "version": "0.0.1",
-      "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
-      "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=",
+      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+      "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
       "dev": true
     },
-    "node_modules/gulp-util/node_modules/replace-ext": {
-      "version": "0.0.1",
-      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
-      "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=",
-      "dev": true,
-      "engines": {
-        "node": ">= 0.4"
-      }
-    },
-    "node_modules/gulp-util/node_modules/strip-ansi": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+    "node_modules/gulp-sitemap/node_modules/extend-shallow": {
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
+      "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
       "dev": true,
       "dependencies": {
-        "ansi-regex": "^2.0.0"
+        "assign-symbols": "^1.0.0",
+        "is-extendable": "^1.0.1"
       },
       "engines": {
         "node": ">=0.10.0"
       }
     },
-    "node_modules/gulp-util/node_modules/supports-color": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
-      "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.8.0"
-      }
-    },
-    "node_modules/gulp-util/node_modules/vinyl": {
-      "version": "0.5.3",
-      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
-      "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
+    "node_modules/gulp-sitemap/node_modules/plugin-error": {
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
+      "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
       "dev": true,
       "dependencies": {
-        "clone": "^1.0.0",
-        "clone-stats": "^0.0.1",
-        "replace-ext": "0.0.1"
+        "ansi-colors": "^1.0.1",
+        "arr-diff": "^4.0.0",
+        "arr-union": "^3.1.0",
+        "extend-shallow": "^3.0.2"
       },
       "engines": {
-        "node": ">= 0.9"
+        "node": ">= 0.10"
+      }
+    },
+    "node_modules/gulp-sitemap/node_modules/supports-color": {
+      "version": "5.5.0",
+      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+      "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+      "dev": true,
+      "dependencies": {
+        "has-flag": "^3.0.0"
+      },
+      "engines": {
+        "node": ">=4"
+      }
+    },
+    "node_modules/gulp-sitemap/node_modules/through2": {
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz",
+      "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==",
+      "dev": true,
+      "dependencies": {
+        "inherits": "^2.0.4",
+        "readable-stream": "2 || 3"
       }
     },
     "node_modules/gulplog": {
@@ -4912,15 +3307,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/has-ansi/node_modules/ansi-regex": {
-      "version": "2.1.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/has-binary2": {
       "version": "1.0.3",
       "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz",
@@ -4943,33 +3329,12 @@
       "dev": true
     },
     "node_modules/has-flag": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
-      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+      "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
       "dev": true,
       "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/has-gulplog": {
-      "version": "0.1.0",
-      "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
-      "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
-      "dev": true,
-      "dependencies": {
-        "sparkles": "^1.0.0"
-      },
-      "engines": {
-        "node": ">= 0.10"
-      }
-    },
-    "node_modules/has-symbol-support-x": {
-      "version": "1.4.2",
-      "resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz",
-      "integrity": "sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==",
-      "dev": true,
-      "engines": {
-        "node": "*"
+        "node": ">=4"
       }
     },
     "node_modules/has-symbols": {
@@ -4984,18 +3349,6 @@
         "url": "https://github.com/sponsors/ljharb"
       }
     },
-    "node_modules/has-to-string-tag-x": {
-      "version": "1.4.1",
-      "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz",
-      "integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==",
-      "dev": true,
-      "dependencies": {
-        "has-symbol-support-x": "^1.4.1"
-      },
-      "engines": {
-        "node": "*"
-      }
-    },
     "node_modules/has-tostringtag": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
@@ -5092,23 +3445,17 @@
       "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
       "dev": true
     },
-    "node_modules/http-cache-semantics": {
-      "version": "3.8.1",
-      "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
-      "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==",
-      "dev": true
-    },
     "node_modules/http-errors": {
-      "version": "1.7.3",
-      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz",
-      "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==",
+      "version": "1.8.1",
+      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
+      "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
       "dev": true,
       "dependencies": {
         "depd": "~1.1.2",
         "inherits": "2.0.4",
-        "setprototypeof": "1.1.1",
+        "setprototypeof": "1.2.0",
         "statuses": ">= 1.5.0 < 2",
-        "toidentifier": "1.0.0"
+        "toidentifier": "1.0.1"
       },
       "engines": {
         "node": ">= 0.6"
@@ -5137,16 +3484,6 @@
         "node": ">=8.0.0"
       }
     },
-    "node_modules/human-signals": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
-      "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=10.17.0"
-      }
-    },
     "node_modules/iconv-lite": {
       "version": "0.4.24",
       "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
@@ -5179,398 +3516,6 @@
         }
       ]
     },
-    "node_modules/ignore": {
-      "version": "5.1.8",
-      "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
-      "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
-      "dev": true,
-      "engines": {
-        "node": ">= 4"
-      }
-    },
-    "node_modules/imagemin": {
-      "version": "8.0.1",
-      "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-8.0.1.tgz",
-      "integrity": "sha512-Q/QaPi+5HuwbZNtQRqUVk6hKacI6z9iWiCSQBisAv7uBynZwO7t1svkryKl7+iSQbkU/6t9DWnHz04cFs2WY7w==",
-      "dev": true,
-      "dependencies": {
-        "file-type": "^16.5.3",
-        "globby": "^12.0.0",
-        "graceful-fs": "^4.2.8",
-        "junk": "^3.1.0",
-        "p-pipe": "^4.0.0",
-        "replace-ext": "^2.0.0",
-        "slash": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=12"
-      }
-    },
-    "node_modules/imagemin-gifsicle": {
-      "version": "7.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-7.0.0.tgz",
-      "integrity": "sha512-LaP38xhxAwS3W8PFh4y5iQ6feoTSF+dTAXFRUEYQWYst6Xd+9L/iPk34QGgK/VO/objmIlmq9TStGfVY2IcHIA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "execa": "^1.0.0",
-        "gifsicle": "^5.0.0",
-        "is-gif": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/imagemin/imagemin-gifsicle?sponsor=1"
-      }
-    },
-    "node_modules/imagemin-jpeg-recompress": {
-      "version": "7.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-jpeg-recompress/-/imagemin-jpeg-recompress-7.0.0.tgz",
-      "integrity": "sha512-8bO1I6Xncw82i1drrLL/IemZfdD8+oZImUFzMffHUP4YrvyJZpbS8QTC95yIQuuA0NLWDaGuB93sGN8z4T3DnA==",
-      "dev": true,
-      "dependencies": {
-        "exec-buffer": "^3.0.0",
-        "is-jpg": "^2.0.0",
-        "jpeg-recompress-bin": "^5.0.0"
-      },
-      "engines": {
-        "node": ">=10"
-      }
-    },
-    "node_modules/imagemin-mozjpeg": {
-      "version": "9.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-mozjpeg/-/imagemin-mozjpeg-9.0.0.tgz",
-      "integrity": "sha512-TwOjTzYqCFRgROTWpVSt5UTT0JeCuzF1jswPLKALDd89+PmrJ2PdMMYeDLYZ1fs9cTovI9GJd68mRSnuVt691w==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "execa": "^4.0.0",
-        "is-jpg": "^2.0.0",
-        "mozjpeg": "^7.0.0"
-      },
-      "engines": {
-        "node": ">=10"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/cross-spawn": {
-      "version": "7.0.3",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-      "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "path-key": "^3.1.0",
-        "shebang-command": "^2.0.0",
-        "which": "^2.0.1"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/execa": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
-      "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "cross-spawn": "^7.0.0",
-        "get-stream": "^5.0.0",
-        "human-signals": "^1.1.1",
-        "is-stream": "^2.0.0",
-        "merge-stream": "^2.0.0",
-        "npm-run-path": "^4.0.0",
-        "onetime": "^5.1.0",
-        "signal-exit": "^3.0.2",
-        "strip-final-newline": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/sindresorhus/execa?sponsor=1"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/get-stream": {
-      "version": "5.2.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
-      "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "pump": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/human-signals": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
-      "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=8.12.0"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/is-stream": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
-      "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/npm-run-path": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
-      "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "path-key": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/path-key": {
-      "version": "3.1.1",
-      "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
-      "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/shebang-command": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
-      "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "shebang-regex": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/shebang-regex": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
-      "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/imagemin-mozjpeg/node_modules/which": {
-      "version": "2.0.2",
-      "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
-      "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "isexe": "^2.0.0"
-      },
-      "bin": {
-        "node-which": "bin/node-which"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
-    "node_modules/imagemin-optipng": {
-      "version": "8.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-8.0.0.tgz",
-      "integrity": "sha512-CUGfhfwqlPjAC0rm8Fy+R2DJDBGjzy2SkfyT09L8rasnF9jSoHFqJ1xxSZWK6HVPZBMhGPMxCTL70OgTHlLF5A==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "exec-buffer": "^3.0.0",
-        "is-png": "^2.0.0",
-        "optipng-bin": "^7.0.0"
-      },
-      "engines": {
-        "node": ">=10"
-      }
-    },
-    "node_modules/imagemin-pngquant": {
-      "version": "9.0.2",
-      "resolved": "https://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-9.0.2.tgz",
-      "integrity": "sha512-cj//bKo8+Frd/DM8l6Pg9pws1pnDUjgb7ae++sUX1kUVdv2nrngPykhiUOgFeE0LGY/LmUbCf4egCHC4YUcZSg==",
-      "dev": true,
-      "dependencies": {
-        "execa": "^4.0.0",
-        "is-png": "^2.0.0",
-        "is-stream": "^2.0.0",
-        "ow": "^0.17.0",
-        "pngquant-bin": "^6.0.0"
-      },
-      "engines": {
-        "node": ">=10"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/cross-spawn": {
-      "version": "7.0.3",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-      "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
-      "dev": true,
-      "dependencies": {
-        "path-key": "^3.1.0",
-        "shebang-command": "^2.0.0",
-        "which": "^2.0.1"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/execa": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
-      "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
-      "dev": true,
-      "dependencies": {
-        "cross-spawn": "^7.0.0",
-        "get-stream": "^5.0.0",
-        "human-signals": "^1.1.1",
-        "is-stream": "^2.0.0",
-        "merge-stream": "^2.0.0",
-        "npm-run-path": "^4.0.0",
-        "onetime": "^5.1.0",
-        "signal-exit": "^3.0.2",
-        "strip-final-newline": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/sindresorhus/execa?sponsor=1"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/get-stream": {
-      "version": "5.2.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
-      "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
-      "dev": true,
-      "dependencies": {
-        "pump": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/human-signals": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
-      "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
-      "dev": true,
-      "engines": {
-        "node": ">=8.12.0"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/is-stream": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
-      "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/npm-run-path": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
-      "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
-      "dev": true,
-      "dependencies": {
-        "path-key": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/path-key": {
-      "version": "3.1.1",
-      "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
-      "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/shebang-command": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
-      "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
-      "dev": true,
-      "dependencies": {
-        "shebang-regex": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/shebang-regex": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
-      "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/imagemin-pngquant/node_modules/which": {
-      "version": "2.0.2",
-      "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
-      "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
-      "dev": true,
-      "dependencies": {
-        "isexe": "^2.0.0"
-      },
-      "bin": {
-        "node-which": "bin/node-which"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
-    "node_modules/imagemin-svgo": {
-      "version": "9.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-9.0.0.tgz",
-      "integrity": "sha512-uNgXpKHd99C0WODkrJ8OO/3zW3qjgS4pW7hcuII0RcHN3tnKxDjJWcitdVC/TZyfIqSricU8WfrHn26bdSW62g==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "is-svg": "^4.2.1",
-        "svgo": "^2.1.0"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/sindresorhus/imagemin-svgo?sponsor=1"
-      }
-    },
     "node_modules/immutable": {
       "version": "3.8.2",
       "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz",
@@ -5580,15 +3525,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/import-lazy": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-3.1.0.tgz",
-      "integrity": "sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==",
-      "dev": true,
-      "engines": {
-        "node": ">=6"
-      }
-    },
     "node_modules/indexof": {
       "version": "0.0.1",
       "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
@@ -5626,19 +3562,6 @@
         "node": ">= 0.10"
       }
     },
-    "node_modules/into-stream": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz",
-      "integrity": "sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY=",
-      "dev": true,
-      "dependencies": {
-        "from2": "^2.1.1",
-        "p-is-promise": "^1.1.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/invert-kv": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
@@ -5648,15 +3571,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/irregular-plurals": {
-      "version": "3.3.0",
-      "resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.3.0.tgz",
-      "integrity": "sha512-MVBLKUTangM3EfRPFROhmWQQKRDsrgI83J8GS3jXy+OwYqiR2/aoWndYQ5416jLE3uaGgLH7ncme3X9y09gZ3g==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
     "node_modules/is-absolute": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
@@ -5781,15 +3695,6 @@
         "object-assign": "^4.1.1"
       }
     },
-    "node_modules/is-expression/node_modules/object-assign": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/is-extendable": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
@@ -5832,29 +3737,6 @@
         "node": ">=8"
       }
     },
-    "node_modules/is-gif": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/is-gif/-/is-gif-3.0.0.tgz",
-      "integrity": "sha512-IqJ/jlbw5WJSNfwQ/lHEDXF8rxhRgF6ythk2oiEvhpG29F704eX9NO6TvPfMiq9DrbwgcEDnETYNcZDPewQoVw==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "file-type": "^10.4.0"
-      },
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/is-gif/node_modules/file-type": {
-      "version": "10.11.0",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-10.11.0.tgz",
-      "integrity": "sha512-uzk64HRpUZyTGZtVuvrjP0FYxzQrBf4rojot6J65YMEbwBLB0CWm0CLojVpwpmFmxcE/lkvYICgfcGozbBq6rw==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">=6"
-      }
-    },
     "node_modules/is-glob": {
       "version": "4.0.3",
       "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -5867,21 +3749,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/is-jpg": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-2.0.0.tgz",
-      "integrity": "sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc=",
-      "dev": true,
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/is-natural-number": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz",
-      "integrity": "sha1-q5124dtM7VHjXeDHLr7PCfc0zeg=",
-      "dev": true
-    },
     "node_modules/is-negated-glob": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz",
@@ -5909,24 +3776,6 @@
         "lodash.isfinite": "^3.3.2"
       }
     },
-    "node_modules/is-object": {
-      "version": "1.0.2",
-      "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz",
-      "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==",
-      "dev": true,
-      "funding": {
-        "url": "https://github.com/sponsors/ljharb"
-      }
-    },
-    "node_modules/is-plain-obj": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
-      "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/is-plain-object": {
       "version": "5.0.0",
       "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
@@ -5936,15 +3785,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/is-png": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/is-png/-/is-png-2.0.0.tgz",
-      "integrity": "sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
     "node_modules/is-promise": {
       "version": "2.2.2",
       "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
@@ -5979,40 +3819,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/is-retry-allowed": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz",
-      "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/is-stream": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
-      "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/is-svg": {
-      "version": "4.3.1",
-      "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.3.1.tgz",
-      "integrity": "sha512-h2CGs+yPUyvkgTJQS9cJzo9lYK06WgRiXUqBBHtglSzVKAuH4/oWsqk7LGfbSa1hGk9QcZ0SyQtVggvBA8LZXA==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "fast-xml-parser": "^3.19.0"
-      },
-      "engines": {
-        "node": ">=6"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
     "node_modules/is-unc-path": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
@@ -6095,48 +3901,12 @@
         "url": "https://bevry.me/fund"
       }
     },
-    "node_modules/isurl": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz",
-      "integrity": "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==",
-      "dev": true,
-      "dependencies": {
-        "has-to-string-tag-x": "^1.2.0",
-        "is-object": "^1.0.1"
-      },
-      "engines": {
-        "node": ">= 4"
-      }
-    },
-    "node_modules/jpeg-recompress-bin": {
-      "version": "5.1.2",
-      "resolved": "https://registry.npmjs.org/jpeg-recompress-bin/-/jpeg-recompress-bin-5.1.2.tgz",
-      "integrity": "sha512-JjR7+gqmw1D1jYgicMpRi+t/Si13+xOMDuvYRSQFMkrKmnOwTqti+9U9ZHrbUnXjrulqK9Sjjq/Hn8E9UnOFpA==",
-      "dev": true,
-      "hasInstallScript": true,
-      "dependencies": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.1.0"
-      },
-      "bin": {
-        "jpeg-recompress": "cli.js"
-      },
-      "engines": {
-        "node": ">=10"
-      }
-    },
     "node_modules/js-stringify": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz",
       "integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds=",
       "dev": true
     },
-    "node_modules/json-buffer": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
-      "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=",
-      "dev": true
-    },
     "node_modules/json-stable-stringify-without-jsonify": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
@@ -6162,30 +3932,12 @@
         "promise": "^7.0.1"
       }
     },
-    "node_modules/junk": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz",
-      "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
     "node_modules/just-debounce": {
       "version": "1.1.0",
       "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.1.0.tgz",
       "integrity": "sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==",
       "dev": true
     },
-    "node_modules/keyv": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz",
-      "integrity": "sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==",
-      "dev": true,
-      "dependencies": {
-        "json-buffer": "3.0.0"
-      }
-    },
     "node_modules/kind-of": {
       "version": "5.1.0",
       "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
@@ -6297,15 +4049,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/load-json-file/node_modules/pify": {
-      "version": "2.3.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/localtunnel": {
       "version": "2.0.2",
       "resolved": "https://registry.npmjs.org/localtunnel/-/localtunnel-2.0.2.tgz",
@@ -6324,6 +4067,30 @@
         "node": ">=8.3.0"
       }
     },
+    "node_modules/localtunnel/node_modules/ansi-regex": {
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+      "dev": true,
+      "engines": {
+        "node": ">=8"
+      }
+    },
+    "node_modules/localtunnel/node_modules/ansi-styles": {
+      "version": "4.3.0",
+      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+      "dev": true,
+      "dependencies": {
+        "color-convert": "^2.0.1"
+      },
+      "engines": {
+        "node": ">=8"
+      },
+      "funding": {
+        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+      }
+    },
     "node_modules/localtunnel/node_modules/cliui": {
       "version": "7.0.4",
       "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
@@ -6358,6 +4125,18 @@
       "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
       "dev": true
     },
+    "node_modules/localtunnel/node_modules/strip-ansi": {
+      "version": "6.0.1",
+      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+      "dev": true,
+      "dependencies": {
+        "ansi-regex": "^5.0.1"
+      },
+      "engines": {
+        "node": ">=8"
+      }
+    },
     "node_modules/localtunnel/node_modules/wrap-ansi": {
       "version": "7.0.0",
       "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -6402,6 +4181,15 @@
         "node": ">=12"
       }
     },
+    "node_modules/localtunnel/node_modules/yargs-parser": {
+      "version": "20.2.9",
+      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+      "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+      "dev": true,
+      "engines": {
+        "node": ">=10"
+      }
+    },
     "node_modules/locate-path": {
       "version": "5.0.0",
       "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -6420,171 +4208,12 @@
       "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
       "dev": true
     },
-    "node_modules/lodash._basecopy": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
-      "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
-      "dev": true
-    },
-    "node_modules/lodash._basetostring": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
-      "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=",
-      "dev": true
-    },
-    "node_modules/lodash._basevalues": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz",
-      "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=",
-      "dev": true
-    },
-    "node_modules/lodash._getnative": {
-      "version": "3.9.1",
-      "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
-      "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
-      "dev": true
-    },
-    "node_modules/lodash._isiterateecall": {
-      "version": "3.0.9",
-      "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
-      "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
-      "dev": true
-    },
-    "node_modules/lodash._reescape": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz",
-      "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=",
-      "dev": true
-    },
-    "node_modules/lodash._reevaluate": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
-      "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=",
-      "dev": true
-    },
-    "node_modules/lodash._reinterpolate": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
-      "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
-      "dev": true
-    },
-    "node_modules/lodash._root": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz",
-      "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=",
-      "dev": true
-    },
-    "node_modules/lodash.escape": {
-      "version": "3.2.0",
-      "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
-      "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
-      "dev": true,
-      "dependencies": {
-        "lodash._root": "^3.0.0"
-      }
-    },
-    "node_modules/lodash.isarguments": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
-      "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
-      "dev": true
-    },
-    "node_modules/lodash.isarray": {
-      "version": "3.0.4",
-      "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
-      "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
-      "dev": true
-    },
     "node_modules/lodash.isfinite": {
       "version": "3.3.2",
       "resolved": "https://registry.npmjs.org/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz",
       "integrity": "sha1-+4m2WpqAKBgz8LdHizpRBPiY67M=",
       "dev": true
     },
-    "node_modules/lodash.keys": {
-      "version": "3.1.2",
-      "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
-      "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
-      "dev": true,
-      "dependencies": {
-        "lodash._getnative": "^3.0.0",
-        "lodash.isarguments": "^3.0.0",
-        "lodash.isarray": "^3.0.0"
-      }
-    },
-    "node_modules/lodash.restparam": {
-      "version": "3.6.1",
-      "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
-      "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
-      "dev": true
-    },
-    "node_modules/lodash.template": {
-      "version": "3.6.2",
-      "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
-      "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
-      "dev": true,
-      "dependencies": {
-        "lodash._basecopy": "^3.0.0",
-        "lodash._basetostring": "^3.0.0",
-        "lodash._basevalues": "^3.0.0",
-        "lodash._isiterateecall": "^3.0.0",
-        "lodash._reinterpolate": "^3.0.0",
-        "lodash.escape": "^3.0.0",
-        "lodash.keys": "^3.0.0",
-        "lodash.restparam": "^3.0.0",
-        "lodash.templatesettings": "^3.0.0"
-      }
-    },
-    "node_modules/lodash.templatesettings": {
-      "version": "3.1.1",
-      "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
-      "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
-      "dev": true,
-      "dependencies": {
-        "lodash._reinterpolate": "^3.0.0",
-        "lodash.escape": "^3.0.0"
-      }
-    },
-    "node_modules/lowercase-keys": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
-      "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/lru-cache": {
-      "version": "4.1.5",
-      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
-      "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
-      "dev": true,
-      "dependencies": {
-        "pseudomap": "^1.0.2",
-        "yallist": "^2.1.2"
-      }
-    },
-    "node_modules/make-dir": {
-      "version": "1.3.0",
-      "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
-      "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==",
-      "dev": true,
-      "dependencies": {
-        "pify": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/make-dir/node_modules/pify": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-      "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/make-iterator": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
@@ -6839,28 +4468,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/mdn-data": {
-      "version": "2.0.14",
-      "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
-      "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
-      "dev": true,
-      "optional": true
-    },
-    "node_modules/merge-stream": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
-      "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
-      "dev": true
-    },
-    "node_modules/merge2": {
-      "version": "1.4.1",
-      "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
-      "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
-      "dev": true,
-      "engines": {
-        "node": ">= 8"
-      }
-    },
     "node_modules/micromatch": {
       "version": "4.0.4",
       "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
@@ -6884,44 +4491,26 @@
       }
     },
     "node_modules/mime-db": {
-      "version": "1.50.0",
-      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz",
-      "integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==",
+      "version": "1.51.0",
+      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz",
+      "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==",
       "dev": true,
       "engines": {
         "node": ">= 0.6"
       }
     },
     "node_modules/mime-types": {
-      "version": "2.1.33",
-      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz",
-      "integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==",
+      "version": "2.1.34",
+      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz",
+      "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
       "dev": true,
       "dependencies": {
-        "mime-db": "1.50.0"
+        "mime-db": "1.51.0"
       },
       "engines": {
         "node": ">= 0.6"
       }
     },
-    "node_modules/mimic-fn": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
-      "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
-      "dev": true,
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/mimic-response": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
-      "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/minimatch": {
       "version": "3.0.4",
       "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
@@ -6934,12 +4523,6 @@
         "node": "*"
       }
     },
-    "node_modules/minimist": {
-      "version": "1.2.5",
-      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
-      "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
-      "dev": true
-    },
     "node_modules/mitt": {
       "version": "1.2.0",
       "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz",
@@ -6959,37 +4542,26 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/mozjpeg": {
-      "version": "7.1.1",
-      "resolved": "https://registry.npmjs.org/mozjpeg/-/mozjpeg-7.1.1.tgz",
-      "integrity": "sha512-iIDxWvzhWvLC9mcRJ1uSkiKaj4drF58oCqK2bITm5c2Jt6cJ8qQjSSru2PCaysG+hLIinryj8mgz5ZJzOYTv1A==",
-      "dev": true,
-      "hasInstallScript": true,
-      "optional": true,
-      "dependencies": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.0.0"
-      },
-      "bin": {
-        "mozjpeg": "cli.js"
-      },
-      "engines": {
-        "node": ">=10"
-      }
-    },
     "node_modules/ms": {
       "version": "2.0.0",
       "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
       "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
       "dev": true
     },
-    "node_modules/multipipe": {
-      "version": "0.1.2",
-      "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
-      "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=",
+    "node_modules/multimatch": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz",
+      "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==",
       "dev": true,
       "dependencies": {
-        "duplexer2": "0.0.2"
+        "@types/minimatch": "^3.0.3",
+        "array-differ": "^3.0.0",
+        "array-union": "^2.1.0",
+        "arrify": "^2.0.1",
+        "minimatch": "^3.0.4"
+      },
+      "engines": {
+        "node": ">=8"
       }
     },
     "node_modules/mute-stdout": {
@@ -7076,12 +4648,6 @@
       "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=",
       "dev": true
     },
-    "node_modules/nice-try": {
-      "version": "1.0.5",
-      "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
-      "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
-      "dev": true
-    },
     "node_modules/normalize-package-data": {
       "version": "2.5.0",
       "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -7103,41 +4669,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/normalize-url": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz",
-      "integrity": "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==",
-      "dev": true,
-      "dependencies": {
-        "prepend-http": "^2.0.0",
-        "query-string": "^5.0.1",
-        "sort-keys": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/normalize-url/node_modules/prepend-http": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz",
-      "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/normalize-url/node_modules/sort-keys": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz",
-      "integrity": "sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=",
-      "dev": true,
-      "dependencies": {
-        "is-plain-obj": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/now-and-later": {
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
@@ -7150,53 +4681,6 @@
         "node": ">= 0.10"
       }
     },
-    "node_modules/npm-conf": {
-      "version": "1.1.3",
-      "resolved": "https://registry.npmjs.org/npm-conf/-/npm-conf-1.1.3.tgz",
-      "integrity": "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==",
-      "dev": true,
-      "dependencies": {
-        "config-chain": "^1.1.11",
-        "pify": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/npm-conf/node_modules/pify": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-      "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/npm-run-path": {
-      "version": "2.0.2",
-      "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
-      "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
-      "dev": true,
-      "dependencies": {
-        "path-key": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/nth-check": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
-      "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "boolbase": "^1.0.0"
-      },
-      "funding": {
-        "url": "https://github.com/fb55/nth-check?sponsor=1"
-      }
-    },
     "node_modules/number-is-nan": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
@@ -7207,9 +4691,9 @@
       }
     },
     "node_modules/object-assign": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
-      "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
+      "version": "4.1.1",
+      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
       "dev": true,
       "engines": {
         "node": ">=0.10.0"
@@ -7413,21 +4897,6 @@
         "wrappy": "1"
       }
     },
-    "node_modules/onetime": {
-      "version": "5.1.2",
-      "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
-      "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
-      "dev": true,
-      "dependencies": {
-        "mimic-fn": "^2.1.0"
-      },
-      "engines": {
-        "node": ">=6"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
     "node_modules/openurl": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz",
@@ -7446,24 +4915,6 @@
         "node": ">=4"
       }
     },
-    "node_modules/optipng-bin": {
-      "version": "7.0.1",
-      "resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-7.0.1.tgz",
-      "integrity": "sha512-W99mpdW7Nt2PpFiaO+74pkht7KEqkXkeRomdWXfEz3SALZ6hns81y/pm1dsGZ6ItUIfchiNIP6ORDr1zETU1jA==",
-      "dev": true,
-      "hasInstallScript": true,
-      "optional": true,
-      "dependencies": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.0.0"
-      },
-      "bin": {
-        "optipng": "cli.js"
-      },
-      "engines": {
-        "node": ">=10"
-      }
-    },
     "node_modules/ordered-read-streams": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
@@ -7473,18 +4924,6 @@
         "readable-stream": "^2.0.1"
       }
     },
-    "node_modules/os-filter-obj": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-2.0.0.tgz",
-      "integrity": "sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==",
-      "dev": true,
-      "dependencies": {
-        "arch": "^2.1.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/os-locale": {
       "version": "1.4.0",
       "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
@@ -7497,60 +4936,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/ow": {
-      "version": "0.17.0",
-      "resolved": "https://registry.npmjs.org/ow/-/ow-0.17.0.tgz",
-      "integrity": "sha512-i3keDzDQP5lWIe4oODyDFey1qVrq2hXKTuTH2VpqwpYtzPiKZt2ziRI4NBQmgW40AnV5Euz17OyWweCb+bNEQA==",
-      "dev": true,
-      "dependencies": {
-        "type-fest": "^0.11.0"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/p-cancelable": {
-      "version": "0.3.0",
-      "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz",
-      "integrity": "sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/p-event": {
-      "version": "1.3.0",
-      "resolved": "https://registry.npmjs.org/p-event/-/p-event-1.3.0.tgz",
-      "integrity": "sha1-jmtPT2XHK8W2/ii3XtqHT5akoIU=",
-      "dev": true,
-      "dependencies": {
-        "p-timeout": "^1.1.1"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/p-finally": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
-      "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/p-is-promise": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz",
-      "integrity": "sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/p-limit": {
       "version": "2.3.0",
       "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
@@ -7578,51 +4963,6 @@
         "node": ">=8"
       }
     },
-    "node_modules/p-map-series": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz",
-      "integrity": "sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco=",
-      "dev": true,
-      "dependencies": {
-        "p-reduce": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/p-pipe": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-4.0.0.tgz",
-      "integrity": "sha512-HkPfFklpZQPUKBFXzKFB6ihLriIHxnmuQdK9WmLDwe4hf2PdhhfWT/FJa+pc3bA1ywvKXtedxIRmd4Y7BTXE4w==",
-      "dev": true,
-      "engines": {
-        "node": ">=12"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/p-reduce": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz",
-      "integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/p-timeout": {
-      "version": "1.2.1",
-      "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz",
-      "integrity": "sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=",
-      "dev": true,
-      "dependencies": {
-        "p-finally": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/p-try": {
       "version": "2.2.0",
       "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
@@ -7632,17 +4972,6 @@
         "node": ">=6"
       }
     },
-    "node_modules/parallel-transform": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz",
-      "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==",
-      "dev": true,
-      "dependencies": {
-        "cyclist": "^1.0.1",
-        "inherits": "^2.0.3",
-        "readable-stream": "^2.1.5"
-      }
-    },
     "node_modules/parse-filepath": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
@@ -7741,15 +5070,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/path-key": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
-      "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/path-parse": {
       "version": "1.0.7",
       "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
@@ -7778,40 +5098,19 @@
       }
     },
     "node_modules/path-type": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
-      "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
+      "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
       "dev": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/peek-readable": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.0.1.tgz",
-      "integrity": "sha512-7qmhptnR0WMSpxT5rMHG9bW/mYSR1uqaPFj2MHvT+y/aOUu6msJijpKt5SkTDKySwg65OWG2JwTMBlgcbwMHrQ==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
+      "dependencies": {
+        "graceful-fs": "^4.1.2",
+        "pify": "^2.0.0",
+        "pinkie-promise": "^2.0.0"
       },
-      "funding": {
-        "type": "github",
-        "url": "https://github.com/sponsors/Borewit"
+      "engines": {
+        "node": ">=0.10.0"
       }
     },
-    "node_modules/pend": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
-      "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
-      "dev": true
-    },
-    "node_modules/picocolors": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
-      "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
-      "dev": true,
-      "optional": true
-    },
     "node_modules/picomatch": {
       "version": "2.3.0",
       "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
@@ -7825,12 +5124,12 @@
       }
     },
     "node_modules/pify": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
-      "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
       "dev": true,
       "engines": {
-        "node": ">=6"
+        "node": ">=0.10.0"
       }
     },
     "node_modules/pinkie": {
@@ -7870,169 +5169,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/plur": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/plur/-/plur-4.0.0.tgz",
-      "integrity": "sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==",
-      "dev": true,
-      "dependencies": {
-        "irregular-plurals": "^3.2.0"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/pngquant-bin": {
-      "version": "6.0.1",
-      "resolved": "https://registry.npmjs.org/pngquant-bin/-/pngquant-bin-6.0.1.tgz",
-      "integrity": "sha512-Q3PUyolfktf+hYio6wsg3SanQzEU/v8aICg/WpzxXcuCMRb7H2Q81okfpcEztbMvw25ILjd3a87doj2N9kvbpQ==",
-      "dev": true,
-      "hasInstallScript": true,
-      "dependencies": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.0.1",
-        "execa": "^4.0.0"
-      },
-      "bin": {
-        "pngquant": "cli.js"
-      },
-      "engines": {
-        "node": ">=10"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/cross-spawn": {
-      "version": "7.0.3",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-      "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
-      "dev": true,
-      "dependencies": {
-        "path-key": "^3.1.0",
-        "shebang-command": "^2.0.0",
-        "which": "^2.0.1"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/execa": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
-      "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
-      "dev": true,
-      "dependencies": {
-        "cross-spawn": "^7.0.0",
-        "get-stream": "^5.0.0",
-        "human-signals": "^1.1.1",
-        "is-stream": "^2.0.0",
-        "merge-stream": "^2.0.0",
-        "npm-run-path": "^4.0.0",
-        "onetime": "^5.1.0",
-        "signal-exit": "^3.0.2",
-        "strip-final-newline": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "url": "https://github.com/sindresorhus/execa?sponsor=1"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/get-stream": {
-      "version": "5.2.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
-      "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
-      "dev": true,
-      "dependencies": {
-        "pump": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/human-signals": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
-      "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
-      "dev": true,
-      "engines": {
-        "node": ">=8.12.0"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/is-stream": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
-      "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/npm-run-path": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
-      "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
-      "dev": true,
-      "dependencies": {
-        "path-key": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/path-key": {
-      "version": "3.1.1",
-      "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
-      "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/shebang-command": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
-      "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
-      "dev": true,
-      "dependencies": {
-        "shebang-regex": "^3.0.0"
-      },
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/shebang-regex": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
-      "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      }
-    },
-    "node_modules/pngquant-bin/node_modules/which": {
-      "version": "2.0.2",
-      "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
-      "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
-      "dev": true,
-      "dependencies": {
-        "isexe": "^2.0.0"
-      },
-      "bin": {
-        "node-which": "bin/node-which"
-      },
-      "engines": {
-        "node": ">= 8"
-      }
-    },
     "node_modules/portscanner": {
       "version": "2.1.1",
       "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-2.1.1.tgz",
@@ -8056,15 +5192,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/prepend-http": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
-      "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/prettier": {
       "version": "2.4.1",
       "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz",
@@ -8077,18 +5204,6 @@
         "node": ">=10.13.0"
       }
     },
-    "node_modules/pretty-bytes": {
-      "version": "5.6.0",
-      "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
-      "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
-      "dev": true,
-      "engines": {
-        "node": ">=6"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
     "node_modules/pretty-hrtime": {
       "version": "1.0.3",
       "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
@@ -8113,18 +5228,6 @@
         "asap": "~2.0.3"
       }
     },
-    "node_modules/proto-list": {
-      "version": "1.2.4",
-      "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
-      "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=",
-      "dev": true
-    },
-    "node_modules/pseudomap": {
-      "version": "1.0.2",
-      "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
-      "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
-      "dev": true
-    },
     "node_modules/pug": {
       "version": "3.0.2",
       "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.2.tgz",
@@ -8218,15 +5321,6 @@
         "pug-walk": "^2.0.0"
       }
     },
-    "node_modules/pug-load/node_modules/object-assign": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/pug-parser": {
       "version": "6.0.0",
       "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz",
@@ -8259,9 +5353,9 @@
       "dev": true
     },
     "node_modules/pump": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
-      "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
+      "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
       "dev": true,
       "dependencies": {
         "end-of-stream": "^1.1.0",
@@ -8279,16 +5373,6 @@
         "pump": "^2.0.0"
       }
     },
-    "node_modules/pumpify/node_modules/pump": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
-      "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
-      "dev": true,
-      "dependencies": {
-        "end-of-stream": "^1.1.0",
-        "once": "^1.3.1"
-      }
-    },
     "node_modules/qs": {
       "version": "6.2.3",
       "resolved": "https://registry.npmjs.org/qs/-/qs-6.2.3.tgz",
@@ -8298,49 +5382,6 @@
         "node": ">=0.6"
       }
     },
-    "node_modules/query-string": {
-      "version": "5.1.1",
-      "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz",
-      "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==",
-      "dev": true,
-      "dependencies": {
-        "decode-uri-component": "^0.2.0",
-        "object-assign": "^4.1.0",
-        "strict-uri-encode": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/query-string/node_modules/object-assign": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/queue-microtask": {
-      "version": "1.2.3",
-      "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
-      "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
-      "dev": true,
-      "funding": [
-        {
-          "type": "github",
-          "url": "https://github.com/sponsors/feross"
-        },
-        {
-          "type": "patreon",
-          "url": "https://www.patreon.com/feross"
-        },
-        {
-          "type": "consulting",
-          "url": "https://feross.org/support"
-        }
-      ]
-    },
     "node_modules/range-parser": {
       "version": "1.2.1",
       "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
@@ -8351,13 +5392,13 @@
       }
     },
     "node_modules/raw-body": {
-      "version": "2.4.1",
-      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.1.tgz",
-      "integrity": "sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==",
+      "version": "2.4.2",
+      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz",
+      "integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==",
       "dev": true,
       "dependencies": {
-        "bytes": "3.1.0",
-        "http-errors": "1.7.3",
+        "bytes": "3.1.1",
+        "http-errors": "1.8.1",
         "iconv-lite": "0.4.24",
         "unpipe": "1.0.0"
       },
@@ -8417,29 +5458,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/read-pkg/node_modules/path-type": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
-      "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
-      "dev": true,
-      "dependencies": {
-        "graceful-fs": "^4.1.2",
-        "pify": "^2.0.0",
-        "pinkie-promise": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/read-pkg/node_modules/pify": {
-      "version": "2.3.0",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/readable-stream": {
       "version": "2.3.7",
       "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
@@ -8455,36 +5473,6 @@
         "util-deprecate": "~1.0.1"
       }
     },
-    "node_modules/readable-web-to-node-stream": {
-      "version": "3.0.2",
-      "resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz",
-      "integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==",
-      "dev": true,
-      "dependencies": {
-        "readable-stream": "^3.6.0"
-      },
-      "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "type": "github",
-        "url": "https://github.com/sponsors/Borewit"
-      }
-    },
-    "node_modules/readable-web-to-node-stream/node_modules/readable-stream": {
-      "version": "3.6.0",
-      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
-      "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
-      "dev": true,
-      "dependencies": {
-        "inherits": "^2.0.3",
-        "string_decoder": "^1.1.1",
-        "util-deprecate": "^1.0.1"
-      },
-      "engines": {
-        "node": ">= 6"
-      }
-    },
     "node_modules/readdirp": {
       "version": "3.6.0",
       "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
@@ -8620,15 +5608,6 @@
         "readable-stream": "^2.0.2"
       }
     },
-    "node_modules/replacestream/node_modules/object-assign": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/require-directory": {
       "version": "2.1.1",
       "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
@@ -8708,15 +5687,6 @@
         "node": ">= 0.8.0"
       }
     },
-    "node_modules/responselike": {
-      "version": "1.0.2",
-      "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
-      "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=",
-      "dev": true,
-      "dependencies": {
-        "lowercase-keys": "^1.0.0"
-      }
-    },
     "node_modules/ret": {
       "version": "0.1.15",
       "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
@@ -8726,51 +5696,6 @@
         "node": ">=0.12"
       }
     },
-    "node_modules/reusify": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
-      "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
-      "dev": true,
-      "engines": {
-        "iojs": ">=1.0.0",
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/rimraf": {
-      "version": "2.7.1",
-      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
-      "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
-      "dev": true,
-      "dependencies": {
-        "glob": "^7.1.3"
-      },
-      "bin": {
-        "rimraf": "bin.js"
-      }
-    },
-    "node_modules/run-parallel": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
-      "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
-      "dev": true,
-      "funding": [
-        {
-          "type": "github",
-          "url": "https://github.com/sponsors/feross"
-        },
-        {
-          "type": "patreon",
-          "url": "https://www.patreon.com/feross"
-        },
-        {
-          "type": "consulting",
-          "url": "https://feross.org/support"
-        }
-      ],
-      "dependencies": {
-        "queue-microtask": "^1.2.2"
-      }
-    },
     "node_modules/rx": {
       "version": "4.1.0",
       "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz",
@@ -8810,19 +5735,6 @@
       "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
       "dev": true
     },
-    "node_modules/seek-bzip": {
-      "version": "1.0.6",
-      "resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.6.tgz",
-      "integrity": "sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==",
-      "dev": true,
-      "dependencies": {
-        "commander": "^2.8.1"
-      },
-      "bin": {
-        "seek-bunzip": "bin/seek-bunzip",
-        "seek-table": "bin/seek-bzip-table"
-      }
-    },
     "node_modules/semver": {
       "version": "5.7.1",
       "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
@@ -8844,27 +5756,6 @@
         "node": ">= 0.10"
       }
     },
-    "node_modules/semver-regex": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz",
-      "integrity": "sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==",
-      "dev": true,
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/semver-truncate": {
-      "version": "1.1.2",
-      "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.2.tgz",
-      "integrity": "sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g=",
-      "dev": true,
-      "dependencies": {
-        "semver": "^5.3.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/send": {
       "version": "0.16.2",
       "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",
@@ -9055,36 +5946,9 @@
       }
     },
     "node_modules/setprototypeof": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
-      "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
-      "dev": true
-    },
-    "node_modules/shebang-command": {
       "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
-      "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
-      "dev": true,
-      "dependencies": {
-        "shebang-regex": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/shebang-regex": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
-      "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/signal-exit": {
-      "version": "3.0.5",
-      "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz",
-      "integrity": "sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==",
+      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
+      "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
       "dev": true
     },
     "node_modules/slash": {
@@ -9260,15 +6124,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/snapdragon/node_modules/source-map": {
-      "version": "0.5.7",
-      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
-      "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/socket.io": {
       "version": "2.4.0",
       "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.4.0.tgz",
@@ -9389,36 +6244,11 @@
       "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
       "dev": true
     },
-    "node_modules/sort-keys": {
-      "version": "1.1.2",
-      "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
-      "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
-      "dev": true,
-      "dependencies": {
-        "is-plain-obj": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/sort-keys-length": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz",
-      "integrity": "sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg=",
-      "dev": true,
-      "dependencies": {
-        "sort-keys": "^1.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/source-map": {
-      "version": "0.6.1",
-      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
-      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+      "version": "0.5.7",
+      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+      "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
       "dev": true,
-      "optional": true,
       "engines": {
         "node": ">=0.10.0"
       }
@@ -9478,9 +6308,9 @@
       }
     },
     "node_modules/spdx-license-ids": {
-      "version": "3.0.10",
-      "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz",
-      "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==",
+      "version": "3.0.11",
+      "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz",
+      "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==",
       "dev": true
     },
     "node_modules/split-string": {
@@ -9508,13 +6338,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/stable": {
-      "version": "0.1.8",
-      "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
-      "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
-      "dev": true,
-      "optional": true
-    },
     "node_modules/stack-trace": {
       "version": "0.0.10",
       "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
@@ -9648,15 +6471,6 @@
         "node": ">= 0.10.0"
       }
     },
-    "node_modules/strict-uri-encode": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
-      "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/string_decoder": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
@@ -9680,7 +6494,16 @@
         "node": ">=8"
       }
     },
-    "node_modules/strip-ansi": {
+    "node_modules/string-width/node_modules/ansi-regex": {
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+      "dev": true,
+      "engines": {
+        "node": ">=8"
+      }
+    },
+    "node_modules/string-width/node_modules/strip-ansi": {
       "version": "6.0.1",
       "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
       "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
@@ -9692,6 +6515,18 @@
         "node": ">=8"
       }
     },
+    "node_modules/strip-ansi": {
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+      "dev": true,
+      "dependencies": {
+        "ansi-regex": "^2.0.0"
+      },
+      "engines": {
+        "node": ">=0.10.0"
+      }
+    },
     "node_modules/strip-bom": {
       "version": "2.0.0",
       "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
@@ -9704,79 +6539,13 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/strip-dirs": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-2.1.0.tgz",
-      "integrity": "sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==",
-      "dev": true,
-      "dependencies": {
-        "is-natural-number": "^4.0.1"
-      }
-    },
-    "node_modules/strip-eof": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
-      "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/strip-final-newline": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
-      "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
-      "dev": true,
-      "engines": {
-        "node": ">=6"
-      }
-    },
-    "node_modules/strip-outer": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
-      "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
-      "dev": true,
-      "dependencies": {
-        "escape-string-regexp": "^1.0.2"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/strnum": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.4.tgz",
-      "integrity": "sha512-lMzNMfDpaQOLt4B2mEbfzYS0+T7dvCXeojnlGf6f1AygvWDMcWyXYaLbyICfjVu29sErR8fnRagQfBW/N/hGgw==",
-      "dev": true,
-      "optional": true
-    },
-    "node_modules/strtok3": {
-      "version": "6.2.4",
-      "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-6.2.4.tgz",
-      "integrity": "sha512-GO8IcFF9GmFDvqduIspUBwCzCbqzegyVKIsSymcMgiZKeCfrN9SowtUoi8+b59WZMAjIzVZic/Ft97+pynR3Iw==",
-      "dev": true,
-      "dependencies": {
-        "@tokenizer/token": "^0.3.0",
-        "peek-readable": "^4.0.1"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "type": "github",
-        "url": "https://github.com/sponsors/Borewit"
-      }
-    },
     "node_modules/supports-color": {
-      "version": "7.2.0",
-      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
-      "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
+      "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
       "dev": true,
-      "dependencies": {
-        "has-flag": "^4.0.0"
-      },
       "engines": {
-        "node": ">=8"
+        "node": ">=0.8.0"
       }
     },
     "node_modules/sver-compat": {
@@ -9789,38 +6558,6 @@
         "es6-symbol": "^3.1.1"
       }
     },
-    "node_modules/svgo": {
-      "version": "2.8.0",
-      "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
-      "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
-      "dev": true,
-      "optional": true,
-      "dependencies": {
-        "@trysound/sax": "0.2.0",
-        "commander": "^7.2.0",
-        "css-select": "^4.1.3",
-        "css-tree": "^1.1.3",
-        "csso": "^4.2.0",
-        "picocolors": "^1.0.0",
-        "stable": "^0.1.8"
-      },
-      "bin": {
-        "svgo": "bin/svgo"
-      },
-      "engines": {
-        "node": ">=10.13.0"
-      }
-    },
-    "node_modules/svgo/node_modules/commander": {
-      "version": "7.2.0",
-      "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
-      "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
-      "dev": true,
-      "optional": true,
-      "engines": {
-        "node": ">= 10"
-      }
-    },
     "node_modules/symbol-observable": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz",
@@ -9830,46 +6567,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/tar-stream": {
-      "version": "1.6.2",
-      "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz",
-      "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==",
-      "dev": true,
-      "dependencies": {
-        "bl": "^1.0.0",
-        "buffer-alloc": "^1.2.0",
-        "end-of-stream": "^1.0.0",
-        "fs-constants": "^1.0.0",
-        "readable-stream": "^2.3.0",
-        "to-buffer": "^1.1.1",
-        "xtend": "^4.0.0"
-      },
-      "engines": {
-        "node": ">= 0.8.0"
-      }
-    },
-    "node_modules/temp-dir": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
-      "integrity": "sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=",
-      "dev": true,
-      "engines": {
-        "node": ">=4"
-      }
-    },
-    "node_modules/tempfile": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz",
-      "integrity": "sha1-awRGhWqbERTRhW/8vlCczLCXcmU=",
-      "dev": true,
-      "dependencies": {
-        "temp-dir": "^1.0.0",
-        "uuid": "^3.0.1"
-      },
-      "engines": {
-        "node": ">=4"
-      }
-    },
     "node_modules/textextensions": {
       "version": "3.3.0",
       "resolved": "https://registry.npmjs.org/textextensions/-/textextensions-3.3.0.tgz",
@@ -9892,67 +6589,6 @@
         "dlv": "^1.1.3"
       }
     },
-    "node_modules/tfunk/node_modules/ansi-regex": {
-      "version": "2.1.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/tfunk/node_modules/ansi-styles": {
-      "version": "2.2.1",
-      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
-      "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/tfunk/node_modules/chalk": {
-      "version": "1.1.3",
-      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-      "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
-      "dev": true,
-      "dependencies": {
-        "ansi-styles": "^2.2.1",
-        "escape-string-regexp": "^1.0.2",
-        "has-ansi": "^2.0.0",
-        "strip-ansi": "^3.0.0",
-        "supports-color": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/tfunk/node_modules/strip-ansi": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
-      "dev": true,
-      "dependencies": {
-        "ansi-regex": "^2.0.0"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/tfunk/node_modules/supports-color": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
-      "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.8.0"
-      }
-    },
-    "node_modules/through": {
-      "version": "2.3.8",
-      "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
-      "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
-      "dev": true
-    },
     "node_modules/through2": {
       "version": "2.0.5",
       "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
@@ -9963,15 +6599,6 @@
         "xtend": "~4.0.1"
       }
     },
-    "node_modules/through2-concurrent": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/through2-concurrent/-/through2-concurrent-2.0.0.tgz",
-      "integrity": "sha512-R5/jLkfMvdmDD+seLwN7vB+mhbqzWop5fAjx5IX8/yQq7VhBhzDmhXgaHAOnhnWkCpRMM7gToYHycB0CS/pd+A==",
-      "dev": true,
-      "dependencies": {
-        "through2": "^2.0.0"
-      }
-    },
     "node_modules/through2-filter": {
       "version": "3.0.0",
       "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz",
@@ -9991,15 +6618,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/timed-out": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
-      "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/to-absolute-glob": {
       "version": "2.0.2",
       "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
@@ -10019,12 +6637,6 @@
       "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=",
       "dev": true
     },
-    "node_modules/to-buffer": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz",
-      "integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==",
-      "dev": true
-    },
     "node_modules/to-fast-properties": {
       "version": "2.0.0",
       "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
@@ -10111,9 +6723,9 @@
       }
     },
     "node_modules/toidentifier": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
-      "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
+      "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
       "dev": true,
       "engines": {
         "node": ">=0.6"
@@ -10125,65 +6737,12 @@
       "integrity": "sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=",
       "dev": true
     },
-    "node_modules/token-types": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/token-types/-/token-types-4.1.1.tgz",
-      "integrity": "sha512-hD+QyuUAyI2spzsI0B7gf/jJ2ggR4RjkAo37j3StuePhApJUwcWDjnHDOFdIWYSwNR28H14hpwm4EI+V1Ted1w==",
-      "dev": true,
-      "dependencies": {
-        "@tokenizer/token": "^0.3.0",
-        "ieee754": "^1.2.1"
-      },
-      "engines": {
-        "node": ">=10"
-      },
-      "funding": {
-        "type": "github",
-        "url": "https://github.com/sponsors/Borewit"
-      }
-    },
-    "node_modules/trim-repeated": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
-      "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=",
-      "dev": true,
-      "dependencies": {
-        "escape-string-regexp": "^1.0.2"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/tunnel-agent": {
-      "version": "0.6.0",
-      "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
-      "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
-      "dev": true,
-      "dependencies": {
-        "safe-buffer": "^5.0.1"
-      },
-      "engines": {
-        "node": "*"
-      }
-    },
     "node_modules/type": {
       "version": "1.2.0",
       "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
       "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==",
       "dev": true
     },
-    "node_modules/type-fest": {
-      "version": "0.11.0",
-      "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz",
-      "integrity": "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==",
-      "dev": true,
-      "engines": {
-        "node": ">=8"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/sindresorhus"
-      }
-    },
     "node_modules/typedarray": {
       "version": "0.0.6",
       "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
@@ -10209,16 +6768,6 @@
         "node": "*"
       }
     },
-    "node_modules/unbzip2-stream": {
-      "version": "1.4.3",
-      "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
-      "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
-      "dev": true,
-      "dependencies": {
-        "buffer": "^5.2.1",
-        "through": "^2.3.8"
-      }
-    },
     "node_modules/unc-path-regex": {
       "version": "0.1.2",
       "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
@@ -10384,27 +6933,6 @@
       "deprecated": "Please see https://github.com/lydell/urix#deprecated",
       "dev": true
     },
-    "node_modules/url-parse-lax": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
-      "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
-      "dev": true,
-      "dependencies": {
-        "prepend-http": "^1.0.1"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/url-to-options": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz",
-      "integrity": "sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=",
-      "dev": true,
-      "engines": {
-        "node": ">= 4"
-      }
-    },
     "node_modules/use": {
       "version": "3.1.1",
       "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
@@ -10429,16 +6957,6 @@
         "node": ">= 0.4.0"
       }
     },
-    "node_modules/uuid": {
-      "version": "3.4.0",
-      "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
-      "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
-      "deprecated": "Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.",
-      "dev": true,
-      "bin": {
-        "uuid": "bin/uuid"
-      }
-    },
     "node_modules/v8flags": {
       "version": "3.2.0",
       "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz",
@@ -10501,15 +7019,6 @@
         "node": ">= 6"
       }
     },
-    "node_modules/vinyl-contents/node_modules/bl": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/bl/-/bl-3.0.1.tgz",
-      "integrity": "sha512-jrCW5ZhfQ/Vt07WX1Ngs+yn9BDqPL/gw28S7s9H6QK/gupnizNzJAss5akW20ISgOrbLTlXOOCTJeNUQqruAWQ==",
-      "dev": true,
-      "dependencies": {
-        "readable-stream": "^3.0.1"
-      }
-    },
     "node_modules/vinyl-contents/node_modules/readable-stream": {
       "version": "3.6.0",
       "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
@@ -10552,32 +7061,6 @@
         "node": ">= 0.10"
       }
     },
-    "node_modules/vinyl-ftp": {
-      "version": "0.6.1",
-      "resolved": "https://registry.npmjs.org/vinyl-ftp/-/vinyl-ftp-0.6.1.tgz",
-      "integrity": "sha512-HVp7xuWx9xQC+tzsCCYCnpd3ZVXK8wa4sMEhdkiGY6rY7P1sIm71YkfLjzdYXGS4hseOiSBSS75jPxZBozol6A==",
-      "dev": true,
-      "dependencies": {
-        "ftp": "^0.3.8",
-        "minimatch": "^3.0.2",
-        "object-assign": "^4.1.1",
-        "parallel-transform": "^1.1.0",
-        "through2": "^2.0.3",
-        "vinyl": "^2.0.1"
-      },
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
-    "node_modules/vinyl-ftp/node_modules/object-assign": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-      "dev": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/vinyl-sourcemap": {
       "version": "1.1.0",
       "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz",
@@ -10673,6 +7156,42 @@
         "node": ">=8"
       }
     },
+    "node_modules/wrap-ansi/node_modules/ansi-regex": {
+      "version": "5.0.1",
+      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+      "dev": true,
+      "engines": {
+        "node": ">=8"
+      }
+    },
+    "node_modules/wrap-ansi/node_modules/ansi-styles": {
+      "version": "4.3.0",
+      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+      "dev": true,
+      "dependencies": {
+        "color-convert": "^2.0.1"
+      },
+      "engines": {
+        "node": ">=8"
+      },
+      "funding": {
+        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+      }
+    },
+    "node_modules/wrap-ansi/node_modules/strip-ansi": {
+      "version": "6.0.1",
+      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+      "dev": true,
+      "dependencies": {
+        "ansi-regex": "^5.0.1"
+      },
+      "engines": {
+        "node": ">=8"
+      }
+    },
     "node_modules/wrappy": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
@@ -10709,15 +7228,6 @@
         "node": ">=0.4.0"
       }
     },
-    "node_modules/xregexp": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz",
-      "integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=",
-      "dev": true,
-      "engines": {
-        "node": "*"
-      }
-    },
     "node_modules/xtend": {
       "version": "4.0.2",
       "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
@@ -10733,12 +7243,6 @@
       "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
       "dev": true
     },
-    "node_modules/yallist": {
-      "version": "2.1.2",
-      "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
-      "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
-      "dev": true
-    },
     "node_modules/yargs": {
       "version": "15.4.1",
       "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
@@ -10762,12 +7266,12 @@
       }
     },
     "node_modules/yargs-parser": {
-      "version": "20.2.9",
-      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
-      "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+      "version": "21.0.0",
+      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.0.tgz",
+      "integrity": "sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==",
       "dev": true,
       "engines": {
-        "node": ">=10"
+        "node": ">=12"
       }
     },
     "node_modules/yargs/node_modules/camelcase": {
@@ -10792,16 +7296,6 @@
         "node": ">=6"
       }
     },
-    "node_modules/yauzl": {
-      "version": "2.10.0",
-      "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
-      "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
-      "dev": true,
-      "dependencies": {
-        "buffer-crc32": "~0.2.3",
-        "fd-slicer": "~1.1.0"
-      }
-    },
     "node_modules/yeast": {
       "version": "0.1.2",
       "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
@@ -10817,9 +7311,9 @@
       "dev": true
     },
     "@babel/parser": {
-      "version": "7.16.2",
-      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.2.tgz",
-      "integrity": "sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==",
+      "version": "7.16.4",
+      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz",
+      "integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==",
       "dev": true
     },
     "@babel/types": {
@@ -10832,61 +7326,22 @@
         "to-fast-properties": "^2.0.0"
       }
     },
-    "@nodelib/fs.scandir": {
-      "version": "2.1.5",
-      "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
-      "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
-      "dev": true,
-      "requires": {
-        "@nodelib/fs.stat": "2.0.5",
-        "run-parallel": "^1.1.9"
-      }
-    },
-    "@nodelib/fs.stat": {
-      "version": "2.0.5",
-      "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
-      "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
-      "dev": true
-    },
-    "@nodelib/fs.walk": {
-      "version": "1.2.8",
-      "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
-      "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
-      "dev": true,
-      "requires": {
-        "@nodelib/fs.scandir": "2.1.5",
-        "fastq": "^1.6.0"
-      }
-    },
-    "@sindresorhus/is": {
-      "version": "0.7.0",
-      "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
-      "integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==",
-      "dev": true
-    },
-    "@tokenizer/token": {
-      "version": "0.3.0",
-      "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
-      "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==",
-      "dev": true
-    },
-    "@trysound/sax": {
-      "version": "0.2.0",
-      "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
-      "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
-      "dev": true,
-      "optional": true
-    },
     "@types/expect": {
       "version": "1.20.4",
       "resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz",
       "integrity": "sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==",
       "dev": true
     },
+    "@types/minimatch": {
+      "version": "3.0.5",
+      "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
+      "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
+      "dev": true
+    },
     "@types/node": {
-      "version": "14.17.32",
-      "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.32.tgz",
-      "integrity": "sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==",
+      "version": "14.17.34",
+      "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.34.tgz",
+      "integrity": "sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==",
       "dev": true
     },
     "@types/vinyl": {
@@ -10958,19 +7413,16 @@
       }
     },
     "ansi-regex": {
-      "version": "5.0.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
-      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
       "dev": true
     },
     "ansi-styles": {
-      "version": "4.3.0",
-      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
-      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
-      "dev": true,
-      "requires": {
-        "color-convert": "^2.0.1"
-      }
+      "version": "2.2.1",
+      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
+      "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
+      "dev": true
     },
     "ansi-wrap": {
       "version": "0.1.0",
@@ -10997,29 +7449,6 @@
         "buffer-equal": "^1.0.0"
       }
     },
-    "arch": {
-      "version": "2.2.0",
-      "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz",
-      "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
-      "dev": true
-    },
-    "archive-type": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/archive-type/-/archive-type-4.0.0.tgz",
-      "integrity": "sha1-+S5yIzBW38aWlHJ0nCZ72wRrHXA=",
-      "dev": true,
-      "requires": {
-        "file-type": "^4.2.0"
-      },
-      "dependencies": {
-        "file-type": {
-          "version": "4.4.0",
-          "resolved": "https://registry.npmjs.org/file-type/-/file-type-4.4.0.tgz",
-          "integrity": "sha1-G2AOX8ofvcboDApwxxyNul95BsU=",
-          "dev": true
-        }
-      }
-    },
     "archy": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
@@ -11075,9 +7504,9 @@
       "dev": true
     },
     "array-differ": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
-      "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
+      "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",
       "dev": true
     },
     "array-each": {
@@ -11139,15 +7568,9 @@
       }
     },
     "array-union": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz",
-      "integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==",
-      "dev": true
-    },
-    "array-uniq": {
-      "version": "1.0.3",
-      "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
-      "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
+      "version": "2.1.0",
+      "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+      "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
       "dev": true
     },
     "array-unique": {
@@ -11162,6 +7585,12 @@
       "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==",
       "dev": true
     },
+    "arrify": {
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
+      "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
+      "dev": true
+    },
     "asap": {
       "version": "2.0.6",
       "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
@@ -11322,252 +7751,6 @@
       "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
       "dev": true
     },
-    "beeper": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
-      "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=",
-      "dev": true
-    },
-    "bin-build": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/bin-build/-/bin-build-3.0.0.tgz",
-      "integrity": "sha512-jcUOof71/TNAI2uM5uoUaDq2ePcVBQ3R/qhxAz1rX7UfvduAL/RXD3jXzvn8cVcDJdGVkiR1shal3OH0ImpuhA==",
-      "dev": true,
-      "requires": {
-        "decompress": "^4.0.0",
-        "download": "^6.2.2",
-        "execa": "^0.7.0",
-        "p-map-series": "^1.0.0",
-        "tempfile": "^2.0.0"
-      },
-      "dependencies": {
-        "cross-spawn": {
-          "version": "5.1.0",
-          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
-          "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
-          "dev": true,
-          "requires": {
-            "lru-cache": "^4.0.1",
-            "shebang-command": "^1.2.0",
-            "which": "^1.2.9"
-          }
-        },
-        "execa": {
-          "version": "0.7.0",
-          "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
-          "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
-          "dev": true,
-          "requires": {
-            "cross-spawn": "^5.0.1",
-            "get-stream": "^3.0.0",
-            "is-stream": "^1.1.0",
-            "npm-run-path": "^2.0.0",
-            "p-finally": "^1.0.0",
-            "signal-exit": "^3.0.0",
-            "strip-eof": "^1.0.0"
-          }
-        },
-        "get-stream": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-          "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-          "dev": true
-        }
-      }
-    },
-    "bin-check": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/bin-check/-/bin-check-4.1.0.tgz",
-      "integrity": "sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==",
-      "dev": true,
-      "requires": {
-        "execa": "^0.7.0",
-        "executable": "^4.1.0"
-      },
-      "dependencies": {
-        "cross-spawn": {
-          "version": "5.1.0",
-          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
-          "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
-          "dev": true,
-          "requires": {
-            "lru-cache": "^4.0.1",
-            "shebang-command": "^1.2.0",
-            "which": "^1.2.9"
-          }
-        },
-        "execa": {
-          "version": "0.7.0",
-          "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
-          "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
-          "dev": true,
-          "requires": {
-            "cross-spawn": "^5.0.1",
-            "get-stream": "^3.0.0",
-            "is-stream": "^1.1.0",
-            "npm-run-path": "^2.0.0",
-            "p-finally": "^1.0.0",
-            "signal-exit": "^3.0.0",
-            "strip-eof": "^1.0.0"
-          }
-        },
-        "get-stream": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-          "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-          "dev": true
-        }
-      }
-    },
-    "bin-version": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-3.1.0.tgz",
-      "integrity": "sha512-Mkfm4iE1VFt4xd4vH+gx+0/71esbfus2LsnCGe8Pi4mndSPyT+NGES/Eg99jx8/lUGWfu3z2yuB/bt5UB+iVbQ==",
-      "dev": true,
-      "requires": {
-        "execa": "^1.0.0",
-        "find-versions": "^3.0.0"
-      }
-    },
-    "bin-version-check": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-4.0.0.tgz",
-      "integrity": "sha512-sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ==",
-      "dev": true,
-      "requires": {
-        "bin-version": "^3.0.0",
-        "semver": "^5.6.0",
-        "semver-truncate": "^1.1.2"
-      }
-    },
-    "bin-wrapper": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-4.1.0.tgz",
-      "integrity": "sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==",
-      "dev": true,
-      "requires": {
-        "bin-check": "^4.1.0",
-        "bin-version-check": "^4.0.0",
-        "download": "^7.1.0",
-        "import-lazy": "^3.1.0",
-        "os-filter-obj": "^2.0.0",
-        "pify": "^4.0.1"
-      },
-      "dependencies": {
-        "download": {
-          "version": "7.1.0",
-          "resolved": "https://registry.npmjs.org/download/-/download-7.1.0.tgz",
-          "integrity": "sha512-xqnBTVd/E+GxJVrX5/eUJiLYjCGPwMpdL+jGhGU57BvtcA7wwhtHVbXBeUk51kOpW3S7Jn3BQbN9Q1R1Km2qDQ==",
-          "dev": true,
-          "requires": {
-            "archive-type": "^4.0.0",
-            "caw": "^2.0.1",
-            "content-disposition": "^0.5.2",
-            "decompress": "^4.2.0",
-            "ext-name": "^5.0.0",
-            "file-type": "^8.1.0",
-            "filenamify": "^2.0.0",
-            "get-stream": "^3.0.0",
-            "got": "^8.3.1",
-            "make-dir": "^1.2.0",
-            "p-event": "^2.1.0",
-            "pify": "^3.0.0"
-          },
-          "dependencies": {
-            "pify": {
-              "version": "3.0.0",
-              "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-              "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-              "dev": true
-            }
-          }
-        },
-        "file-type": {
-          "version": "8.1.0",
-          "resolved": "https://registry.npmjs.org/file-type/-/file-type-8.1.0.tgz",
-          "integrity": "sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==",
-          "dev": true
-        },
-        "get-stream": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-          "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-          "dev": true
-        },
-        "got": {
-          "version": "8.3.2",
-          "resolved": "https://registry.npmjs.org/got/-/got-8.3.2.tgz",
-          "integrity": "sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==",
-          "dev": true,
-          "requires": {
-            "@sindresorhus/is": "^0.7.0",
-            "cacheable-request": "^2.1.1",
-            "decompress-response": "^3.3.0",
-            "duplexer3": "^0.1.4",
-            "get-stream": "^3.0.0",
-            "into-stream": "^3.1.0",
-            "is-retry-allowed": "^1.1.0",
-            "isurl": "^1.0.0-alpha5",
-            "lowercase-keys": "^1.0.0",
-            "mimic-response": "^1.0.0",
-            "p-cancelable": "^0.4.0",
-            "p-timeout": "^2.0.1",
-            "pify": "^3.0.0",
-            "safe-buffer": "^5.1.1",
-            "timed-out": "^4.0.1",
-            "url-parse-lax": "^3.0.0",
-            "url-to-options": "^1.0.1"
-          },
-          "dependencies": {
-            "pify": {
-              "version": "3.0.0",
-              "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-              "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-              "dev": true
-            }
-          }
-        },
-        "p-cancelable": {
-          "version": "0.4.1",
-          "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz",
-          "integrity": "sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==",
-          "dev": true
-        },
-        "p-event": {
-          "version": "2.3.1",
-          "resolved": "https://registry.npmjs.org/p-event/-/p-event-2.3.1.tgz",
-          "integrity": "sha512-NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA==",
-          "dev": true,
-          "requires": {
-            "p-timeout": "^2.0.1"
-          }
-        },
-        "p-timeout": {
-          "version": "2.0.1",
-          "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz",
-          "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==",
-          "dev": true,
-          "requires": {
-            "p-finally": "^1.0.0"
-          }
-        },
-        "prepend-http": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz",
-          "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=",
-          "dev": true
-        },
-        "url-parse-lax": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz",
-          "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=",
-          "dev": true,
-          "requires": {
-            "prepend-http": "^2.0.0"
-          }
-        }
-      }
-    },
     "binary-extensions": {
       "version": "2.2.0",
       "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
@@ -11591,13 +7774,25 @@
       }
     },
     "bl": {
-      "version": "1.2.3",
-      "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz",
-      "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/bl/-/bl-3.0.1.tgz",
+      "integrity": "sha512-jrCW5ZhfQ/Vt07WX1Ngs+yn9BDqPL/gw28S7s9H6QK/gupnizNzJAss5akW20ISgOrbLTlXOOCTJeNUQqruAWQ==",
       "dev": true,
       "requires": {
-        "readable-stream": "^2.3.5",
-        "safe-buffer": "^5.1.1"
+        "readable-stream": "^3.0.1"
+      },
+      "dependencies": {
+        "readable-stream": {
+          "version": "3.6.0",
+          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+          "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
+          "dev": true,
+          "requires": {
+            "inherits": "^2.0.3",
+            "string_decoder": "^1.1.1",
+            "util-deprecate": "^1.0.1"
+          }
+        }
       }
     },
     "blob": {
@@ -11606,13 +7801,6 @@
       "integrity": "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==",
       "dev": true
     },
-    "boolbase": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
-      "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
-      "dev": true,
-      "optional": true
-    },
     "brace-expansion": {
       "version": "1.1.11",
       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -11718,40 +7906,12 @@
         "ieee754": "^1.1.13"
       }
     },
-    "buffer-alloc": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
-      "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==",
-      "dev": true,
-      "requires": {
-        "buffer-alloc-unsafe": "^1.1.0",
-        "buffer-fill": "^1.0.0"
-      }
-    },
-    "buffer-alloc-unsafe": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
-      "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==",
-      "dev": true
-    },
-    "buffer-crc32": {
-      "version": "0.2.13",
-      "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
-      "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
-      "dev": true
-    },
     "buffer-equal": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.0.tgz",
       "integrity": "sha1-WWFrSYME1Var1GaWayLu2j7KX74=",
       "dev": true
     },
-    "buffer-fill": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz",
-      "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=",
-      "dev": true
-    },
     "buffer-from": {
       "version": "1.1.2",
       "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
@@ -11759,9 +7919,9 @@
       "dev": true
     },
     "bytes": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
-      "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
+      "version": "3.1.1",
+      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
+      "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==",
       "dev": true
     },
     "cache-base": {
@@ -11781,35 +7941,6 @@
         "unset-value": "^1.0.0"
       }
     },
-    "cacheable-request": {
-      "version": "2.1.4",
-      "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz",
-      "integrity": "sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0=",
-      "dev": true,
-      "requires": {
-        "clone-response": "1.0.2",
-        "get-stream": "3.0.0",
-        "http-cache-semantics": "3.8.1",
-        "keyv": "3.0.0",
-        "lowercase-keys": "1.0.0",
-        "normalize-url": "2.0.1",
-        "responselike": "1.0.2"
-      },
-      "dependencies": {
-        "get-stream": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-          "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-          "dev": true
-        },
-        "lowercase-keys": {
-          "version": "1.0.0",
-          "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz",
-          "integrity": "sha1-TjNms55/VFfjXxMkvfb4jQv8cwY=",
-          "dev": true
-        }
-      }
-    },
     "call-bind": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
@@ -11826,26 +7957,17 @@
       "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
       "dev": true
     },
-    "caw": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/caw/-/caw-2.0.1.tgz",
-      "integrity": "sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==",
-      "dev": true,
-      "requires": {
-        "get-proxy": "^2.0.0",
-        "isurl": "^1.0.0-alpha5",
-        "tunnel-agent": "^0.6.0",
-        "url-to-options": "^1.0.1"
-      }
-    },
     "chalk": {
-      "version": "4.1.2",
-      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
-      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+      "version": "1.1.3",
+      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
+      "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
       "dev": true,
       "requires": {
-        "ansi-styles": "^4.1.0",
-        "supports-color": "^7.1.0"
+        "ansi-styles": "^2.2.1",
+        "escape-string-regexp": "^1.0.2",
+        "has-ansi": "^2.0.0",
+        "strip-ansi": "^3.0.0",
+        "supports-color": "^2.0.0"
       }
     },
     "character-parser": {
@@ -11962,6 +8084,23 @@
         "string-width": "^4.2.0",
         "strip-ansi": "^6.0.0",
         "wrap-ansi": "^6.2.0"
+      },
+      "dependencies": {
+        "ansi-regex": {
+          "version": "5.0.1",
+          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+          "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+          "dev": true
+        },
+        "strip-ansi": {
+          "version": "6.0.1",
+          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+          "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+          "dev": true,
+          "requires": {
+            "ansi-regex": "^5.0.1"
+          }
+        }
       }
     },
     "clone": {
@@ -11976,15 +8115,6 @@
       "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=",
       "dev": true
     },
-    "clone-response": {
-      "version": "1.0.2",
-      "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz",
-      "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=",
-      "dev": true,
-      "requires": {
-        "mimic-response": "^1.0.0"
-      }
-    },
     "clone-stats": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
@@ -12092,16 +8222,6 @@
         "typedarray": "^0.0.6"
       }
     },
-    "config-chain": {
-      "version": "1.1.13",
-      "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
-      "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
-      "dev": true,
-      "requires": {
-        "ini": "^1.3.4",
-        "proto-list": "~1.2.1"
-      }
-    },
     "connect": {
       "version": "3.6.6",
       "resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz",
@@ -12130,15 +8250,6 @@
         "@babel/types": "^7.6.1"
       }
     },
-    "content-disposition": {
-      "version": "0.5.3",
-      "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
-      "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
-      "dev": true,
-      "requires": {
-        "safe-buffer": "5.1.2"
-      }
-    },
     "convert-source-map": {
       "version": "1.8.0",
       "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
@@ -12185,67 +8296,6 @@
         "buffer": "^5.1.0"
       }
     },
-    "cross-spawn": {
-      "version": "6.0.5",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
-      "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
-      "dev": true,
-      "requires": {
-        "nice-try": "^1.0.4",
-        "path-key": "^2.0.1",
-        "semver": "^5.5.0",
-        "shebang-command": "^1.2.0",
-        "which": "^1.2.9"
-      }
-    },
-    "css-select": {
-      "version": "4.1.3",
-      "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz",
-      "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "boolbase": "^1.0.0",
-        "css-what": "^5.0.0",
-        "domhandler": "^4.2.0",
-        "domutils": "^2.6.0",
-        "nth-check": "^2.0.0"
-      }
-    },
-    "css-tree": {
-      "version": "1.1.3",
-      "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
-      "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "mdn-data": "2.0.14",
-        "source-map": "^0.6.1"
-      }
-    },
-    "css-what": {
-      "version": "5.1.0",
-      "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
-      "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==",
-      "dev": true,
-      "optional": true
-    },
-    "csso": {
-      "version": "4.2.0",
-      "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
-      "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "css-tree": "^1.1.2"
-      }
-    },
-    "cyclist": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
-      "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=",
-      "dev": true
-    },
     "d": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
@@ -12256,12 +8306,6 @@
         "type": "^1.0.1"
       }
     },
-    "dateformat": {
-      "version": "2.2.0",
-      "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz",
-      "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=",
-      "dev": true
-    },
     "debug": {
       "version": "2.6.9",
       "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
@@ -12283,140 +8327,6 @@
       "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
       "dev": true
     },
-    "decompress": {
-      "version": "4.2.1",
-      "resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz",
-      "integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==",
-      "dev": true,
-      "requires": {
-        "decompress-tar": "^4.0.0",
-        "decompress-tarbz2": "^4.0.0",
-        "decompress-targz": "^4.0.0",
-        "decompress-unzip": "^4.0.1",
-        "graceful-fs": "^4.1.10",
-        "make-dir": "^1.0.0",
-        "pify": "^2.3.0",
-        "strip-dirs": "^2.0.0"
-      },
-      "dependencies": {
-        "pify": {
-          "version": "2.3.0",
-          "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-          "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-          "dev": true
-        }
-      }
-    },
-    "decompress-response": {
-      "version": "3.3.0",
-      "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz",
-      "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=",
-      "dev": true,
-      "requires": {
-        "mimic-response": "^1.0.0"
-      }
-    },
-    "decompress-tar": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz",
-      "integrity": "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==",
-      "dev": true,
-      "requires": {
-        "file-type": "^5.2.0",
-        "is-stream": "^1.1.0",
-        "tar-stream": "^1.5.2"
-      },
-      "dependencies": {
-        "file-type": {
-          "version": "5.2.0",
-          "resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz",
-          "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY=",
-          "dev": true
-        }
-      }
-    },
-    "decompress-tarbz2": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz",
-      "integrity": "sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==",
-      "dev": true,
-      "requires": {
-        "decompress-tar": "^4.1.0",
-        "file-type": "^6.1.0",
-        "is-stream": "^1.1.0",
-        "seek-bzip": "^1.0.5",
-        "unbzip2-stream": "^1.0.9"
-      },
-      "dependencies": {
-        "file-type": {
-          "version": "6.2.0",
-          "resolved": "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz",
-          "integrity": "sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==",
-          "dev": true
-        }
-      }
-    },
-    "decompress-targz": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-4.1.1.tgz",
-      "integrity": "sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==",
-      "dev": true,
-      "requires": {
-        "decompress-tar": "^4.1.1",
-        "file-type": "^5.2.0",
-        "is-stream": "^1.1.0"
-      },
-      "dependencies": {
-        "file-type": {
-          "version": "5.2.0",
-          "resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz",
-          "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY=",
-          "dev": true
-        }
-      }
-    },
-    "decompress-unzip": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz",
-      "integrity": "sha1-3qrM39FK6vhVePczroIQ+bSEj2k=",
-      "dev": true,
-      "requires": {
-        "file-type": "^3.8.0",
-        "get-stream": "^2.2.0",
-        "pify": "^2.3.0",
-        "yauzl": "^2.4.2"
-      },
-      "dependencies": {
-        "file-type": {
-          "version": "3.9.0",
-          "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz",
-          "integrity": "sha1-JXoHg4TR24CHvESdEH1SpSZyuek=",
-          "dev": true
-        },
-        "get-stream": {
-          "version": "2.3.1",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz",
-          "integrity": "sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=",
-          "dev": true,
-          "requires": {
-            "object-assign": "^4.0.1",
-            "pinkie-promise": "^2.0.0"
-          }
-        },
-        "object-assign": {
-          "version": "4.1.1",
-          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-          "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-          "dev": true
-        },
-        "pify": {
-          "version": "2.3.0",
-          "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-          "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-          "dev": true
-        }
-      }
-    },
     "default-compare": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz",
@@ -12475,15 +8385,6 @@
       "integrity": "sha1-p2o+0YVb56ASu4rBbLgPPADcKPA=",
       "dev": true
     },
-    "dir-glob": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
-      "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
-      "dev": true,
-      "requires": {
-        "path-type": "^4.0.0"
-      }
-    },
     "dlv": {
       "version": "1.1.3",
       "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
@@ -12496,127 +8397,6 @@
       "integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=",
       "dev": true
     },
-    "dom-serializer": {
-      "version": "1.3.2",
-      "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz",
-      "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "domelementtype": "^2.0.1",
-        "domhandler": "^4.2.0",
-        "entities": "^2.0.0"
-      }
-    },
-    "domelementtype": {
-      "version": "2.2.0",
-      "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
-      "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
-      "dev": true,
-      "optional": true
-    },
-    "domhandler": {
-      "version": "4.2.2",
-      "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz",
-      "integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "domelementtype": "^2.2.0"
-      }
-    },
-    "domutils": {
-      "version": "2.8.0",
-      "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
-      "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "dom-serializer": "^1.0.1",
-        "domelementtype": "^2.2.0",
-        "domhandler": "^4.2.0"
-      }
-    },
-    "download": {
-      "version": "6.2.5",
-      "resolved": "https://registry.npmjs.org/download/-/download-6.2.5.tgz",
-      "integrity": "sha512-DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA==",
-      "dev": true,
-      "requires": {
-        "caw": "^2.0.0",
-        "content-disposition": "^0.5.2",
-        "decompress": "^4.0.0",
-        "ext-name": "^5.0.0",
-        "file-type": "5.2.0",
-        "filenamify": "^2.0.0",
-        "get-stream": "^3.0.0",
-        "got": "^7.0.0",
-        "make-dir": "^1.0.0",
-        "p-event": "^1.0.0",
-        "pify": "^3.0.0"
-      },
-      "dependencies": {
-        "file-type": {
-          "version": "5.2.0",
-          "resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz",
-          "integrity": "sha1-LdvqfHP/42No365J3DOMBYwritY=",
-          "dev": true
-        },
-        "get-stream": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-          "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-          "dev": true
-        },
-        "pify": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-          "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-          "dev": true
-        }
-      }
-    },
-    "duplexer2": {
-      "version": "0.0.2",
-      "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
-      "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
-      "dev": true,
-      "requires": {
-        "readable-stream": "~1.1.9"
-      },
-      "dependencies": {
-        "isarray": {
-          "version": "0.0.1",
-          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-          "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
-          "dev": true
-        },
-        "readable-stream": {
-          "version": "1.1.14",
-          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
-          "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
-          "dev": true,
-          "requires": {
-            "core-util-is": "~1.0.0",
-            "inherits": "~2.0.1",
-            "isarray": "0.0.1",
-            "string_decoder": "~0.10.x"
-          }
-        },
-        "string_decoder": {
-          "version": "0.10.31",
-          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-          "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
-          "dev": true
-        }
-      }
-    },
-    "duplexer3": {
-      "version": "0.1.4",
-      "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
-      "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=",
-      "dev": true
-    },
     "duplexify": {
       "version": "3.7.1",
       "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
@@ -12769,13 +8549,6 @@
         "has-binary2": "~1.0.2"
       }
     },
-    "entities": {
-      "version": "2.2.0",
-      "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
-      "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
-      "dev": true,
-      "optional": true
-    },
     "error-ex": {
       "version": "1.3.2",
       "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
@@ -12859,91 +8632,6 @@
       "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
       "dev": true
     },
-    "exec-buffer": {
-      "version": "3.2.0",
-      "resolved": "https://registry.npmjs.org/exec-buffer/-/exec-buffer-3.2.0.tgz",
-      "integrity": "sha512-wsiD+2Tp6BWHoVv3B+5Dcx6E7u5zky+hUwOHjuH2hKSLR3dvRmX8fk8UD8uqQixHs4Wk6eDmiegVrMPjKj7wpA==",
-      "dev": true,
-      "requires": {
-        "execa": "^0.7.0",
-        "p-finally": "^1.0.0",
-        "pify": "^3.0.0",
-        "rimraf": "^2.5.4",
-        "tempfile": "^2.0.0"
-      },
-      "dependencies": {
-        "cross-spawn": {
-          "version": "5.1.0",
-          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
-          "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
-          "dev": true,
-          "requires": {
-            "lru-cache": "^4.0.1",
-            "shebang-command": "^1.2.0",
-            "which": "^1.2.9"
-          }
-        },
-        "execa": {
-          "version": "0.7.0",
-          "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
-          "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
-          "dev": true,
-          "requires": {
-            "cross-spawn": "^5.0.1",
-            "get-stream": "^3.0.0",
-            "is-stream": "^1.1.0",
-            "npm-run-path": "^2.0.0",
-            "p-finally": "^1.0.0",
-            "signal-exit": "^3.0.0",
-            "strip-eof": "^1.0.0"
-          }
-        },
-        "get-stream": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-          "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-          "dev": true
-        },
-        "pify": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-          "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-          "dev": true
-        }
-      }
-    },
-    "execa": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
-      "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
-      "dev": true,
-      "requires": {
-        "cross-spawn": "^6.0.0",
-        "get-stream": "^4.0.0",
-        "is-stream": "^1.1.0",
-        "npm-run-path": "^2.0.0",
-        "p-finally": "^1.0.0",
-        "signal-exit": "^3.0.0",
-        "strip-eof": "^1.0.0"
-      }
-    },
-    "executable": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz",
-      "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==",
-      "dev": true,
-      "requires": {
-        "pify": "^2.2.0"
-      },
-      "dependencies": {
-        "pify": {
-          "version": "2.3.0",
-          "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-          "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-          "dev": true
-        }
-      }
-    },
     "expand-brackets": {
       "version": "2.1.4",
       "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
@@ -13062,25 +8750,6 @@
         }
       }
     },
-    "ext-list": {
-      "version": "2.2.2",
-      "resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz",
-      "integrity": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==",
-      "dev": true,
-      "requires": {
-        "mime-db": "^1.28.0"
-      }
-    },
-    "ext-name": {
-      "version": "5.0.0",
-      "resolved": "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz",
-      "integrity": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==",
-      "dev": true,
-      "requires": {
-        "ext-list": "^2.0.0",
-        "sort-keys-length": "^1.0.0"
-      }
-    },
     "extend": {
       "version": "3.0.2",
       "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
@@ -13158,64 +8827,12 @@
         "time-stamp": "^1.0.0"
       }
     },
-    "fast-glob": {
-      "version": "3.2.7",
-      "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
-      "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
-      "dev": true,
-      "requires": {
-        "@nodelib/fs.stat": "^2.0.2",
-        "@nodelib/fs.walk": "^1.2.3",
-        "glob-parent": "^5.1.2",
-        "merge2": "^1.3.0",
-        "micromatch": "^4.0.4"
-      }
-    },
     "fast-levenshtein": {
       "version": "1.1.4",
       "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz",
       "integrity": "sha1-5qdUzI8V5YmHqpy9J69m/W9OWvk=",
       "dev": true
     },
-    "fast-xml-parser": {
-      "version": "3.21.1",
-      "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz",
-      "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "strnum": "^1.0.4"
-      }
-    },
-    "fastq": {
-      "version": "1.13.0",
-      "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
-      "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
-      "dev": true,
-      "requires": {
-        "reusify": "^1.0.4"
-      }
-    },
-    "fd-slicer": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
-      "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
-      "dev": true,
-      "requires": {
-        "pend": "~1.2.0"
-      }
-    },
-    "file-type": {
-      "version": "16.5.3",
-      "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz",
-      "integrity": "sha512-uVsl7iFhHSOY4bEONLlTK47iAHtNsFHWP5YE4xJfZ4rnX7S1Q3wce09XgqSC7E/xh8Ncv/be1lNoyprlUH/x6A==",
-      "dev": true,
-      "requires": {
-        "readable-web-to-node-stream": "^3.0.0",
-        "strtok3": "^6.2.4",
-        "token-types": "^4.1.1"
-      }
-    },
     "file-uri-to-path": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
@@ -13223,23 +8840,6 @@
       "dev": true,
       "optional": true
     },
-    "filename-reserved-regex": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
-      "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=",
-      "dev": true
-    },
-    "filenamify": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-2.1.0.tgz",
-      "integrity": "sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==",
-      "dev": true,
-      "requires": {
-        "filename-reserved-regex": "^2.0.0",
-        "strip-outer": "^1.0.0",
-        "trim-repeated": "^1.0.0"
-      }
-    },
     "fill-range": {
       "version": "7.0.1",
       "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@@ -13274,15 +8874,6 @@
         "path-exists": "^4.0.0"
       }
     },
-    "find-versions": {
-      "version": "3.2.0",
-      "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz",
-      "integrity": "sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==",
-      "dev": true,
-      "requires": {
-        "semver-regex": "^2.0.0"
-      }
-    },
     "findup-sync": {
       "version": "3.0.0",
       "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz",
@@ -13510,22 +9101,6 @@
       "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
       "dev": true
     },
-    "from2": {
-      "version": "2.3.0",
-      "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
-      "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
-      "dev": true,
-      "requires": {
-        "inherits": "^2.0.1",
-        "readable-stream": "^2.0.0"
-      }
-    },
-    "fs-constants": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
-      "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
-      "dev": true
-    },
     "fs-extra": {
       "version": "3.0.1",
       "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz",
@@ -13560,42 +9135,6 @@
       "dev": true,
       "optional": true
     },
-    "ftp": {
-      "version": "0.3.10",
-      "resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz",
-      "integrity": "sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0=",
-      "dev": true,
-      "requires": {
-        "readable-stream": "1.1.x",
-        "xregexp": "2.0.0"
-      },
-      "dependencies": {
-        "isarray": {
-          "version": "0.0.1",
-          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-          "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
-          "dev": true
-        },
-        "readable-stream": {
-          "version": "1.1.14",
-          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
-          "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
-          "dev": true,
-          "requires": {
-            "core-util-is": "~1.0.0",
-            "inherits": "~2.0.1",
-            "isarray": "0.0.1",
-            "string_decoder": "~0.10.x"
-          }
-        },
-        "string_decoder": {
-          "version": "0.10.31",
-          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
-          "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
-          "dev": true
-        }
-      }
-    },
     "function-bind": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
@@ -13619,132 +9158,12 @@
         "has-symbols": "^1.0.1"
       }
     },
-    "get-proxy": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/get-proxy/-/get-proxy-2.1.0.tgz",
-      "integrity": "sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==",
-      "dev": true,
-      "requires": {
-        "npm-conf": "^1.1.0"
-      }
-    },
-    "get-stream": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
-      "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
-      "dev": true,
-      "requires": {
-        "pump": "^3.0.0"
-      }
-    },
     "get-value": {
       "version": "2.0.6",
       "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
       "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
       "dev": true
     },
-    "gifsicle": {
-      "version": "5.2.1",
-      "resolved": "https://registry.npmjs.org/gifsicle/-/gifsicle-5.2.1.tgz",
-      "integrity": "sha512-9ewIQQCAnSmkU2DhuWafd1DdsgzAkKqIWnY+023xBLSiK9Az2TDUozWQW+SyRQgFMclbe6RQldUk/49TRO3Aqw==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.0.0",
-        "execa": "^5.0.0"
-      },
-      "dependencies": {
-        "cross-spawn": {
-          "version": "7.0.3",
-          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-          "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "path-key": "^3.1.0",
-            "shebang-command": "^2.0.0",
-            "which": "^2.0.1"
-          }
-        },
-        "execa": {
-          "version": "5.1.1",
-          "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
-          "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "cross-spawn": "^7.0.3",
-            "get-stream": "^6.0.0",
-            "human-signals": "^2.1.0",
-            "is-stream": "^2.0.0",
-            "merge-stream": "^2.0.0",
-            "npm-run-path": "^4.0.1",
-            "onetime": "^5.1.2",
-            "signal-exit": "^3.0.3",
-            "strip-final-newline": "^2.0.0"
-          }
-        },
-        "get-stream": {
-          "version": "6.0.1",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
-          "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
-          "dev": true,
-          "optional": true
-        },
-        "is-stream": {
-          "version": "2.0.1",
-          "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
-          "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
-          "dev": true,
-          "optional": true
-        },
-        "npm-run-path": {
-          "version": "4.0.1",
-          "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
-          "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "path-key": "^3.0.0"
-          }
-        },
-        "path-key": {
-          "version": "3.1.1",
-          "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
-          "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
-          "dev": true,
-          "optional": true
-        },
-        "shebang-command": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
-          "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "shebang-regex": "^3.0.0"
-          }
-        },
-        "shebang-regex": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
-          "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
-          "dev": true,
-          "optional": true
-        },
-        "which": {
-          "version": "2.0.2",
-          "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
-          "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "isexe": "^2.0.0"
-          }
-        }
-      }
-    },
     "glob": {
       "version": "7.2.0",
       "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
@@ -14083,28 +9502,6 @@
         "which": "^1.2.14"
       }
     },
-    "globby": {
-      "version": "12.0.2",
-      "resolved": "https://registry.npmjs.org/globby/-/globby-12.0.2.tgz",
-      "integrity": "sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==",
-      "dev": true,
-      "requires": {
-        "array-union": "^3.0.1",
-        "dir-glob": "^3.0.1",
-        "fast-glob": "^3.2.7",
-        "ignore": "^5.1.8",
-        "merge2": "^1.4.1",
-        "slash": "^4.0.0"
-      },
-      "dependencies": {
-        "slash": {
-          "version": "4.0.0",
-          "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
-          "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
-          "dev": true
-        }
-      }
-    },
     "glogg": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz",
@@ -14114,36 +9511,6 @@
         "sparkles": "^1.0.0"
       }
     },
-    "got": {
-      "version": "7.1.0",
-      "resolved": "https://registry.npmjs.org/got/-/got-7.1.0.tgz",
-      "integrity": "sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==",
-      "dev": true,
-      "requires": {
-        "decompress-response": "^3.2.0",
-        "duplexer3": "^0.1.4",
-        "get-stream": "^3.0.0",
-        "is-plain-obj": "^1.1.0",
-        "is-retry-allowed": "^1.0.0",
-        "is-stream": "^1.0.0",
-        "isurl": "^1.0.0-alpha5",
-        "lowercase-keys": "^1.0.0",
-        "p-cancelable": "^0.3.0",
-        "p-timeout": "^1.1.1",
-        "safe-buffer": "^5.0.1",
-        "timed-out": "^4.0.0",
-        "url-parse-lax": "^1.0.0",
-        "url-to-options": "^1.0.1"
-      },
-      "dependencies": {
-        "get-stream": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
-          "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
-          "dev": true
-        }
-      }
-    },
     "graceful-fs": {
       "version": "4.2.8",
       "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
@@ -14162,19 +9529,6 @@
         "vinyl-fs": "^3.0.0"
       }
     },
-    "gulp-clean": {
-      "version": "0.4.0",
-      "resolved": "https://registry.npmjs.org/gulp-clean/-/gulp-clean-0.4.0.tgz",
-      "integrity": "sha512-DARK8rNMo4lHOFLGTiHEJdf19GuoBDHqGUaypz+fOhrvOs3iFO7ntdYtdpNxv+AzSJBx/JfypF0yEj9ks1IStQ==",
-      "dev": true,
-      "requires": {
-        "fancy-log": "^1.3.2",
-        "plugin-error": "^0.1.2",
-        "rimraf": "^2.6.2",
-        "through2": "^2.0.3",
-        "vinyl": "^2.1.0"
-      }
-    },
     "gulp-cli": {
       "version": "2.3.0",
       "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz",
@@ -14201,12 +9555,6 @@
         "yargs": "^7.1.0"
       },
       "dependencies": {
-        "ansi-regex": {
-          "version": "2.1.1",
-          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-          "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
-          "dev": true
-        },
         "cliui": {
           "version": "3.2.0",
           "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
@@ -14250,15 +9598,6 @@
             "strip-ansi": "^3.0.0"
           }
         },
-        "strip-ansi": {
-          "version": "3.0.1",
-          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-          "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
-          "dev": true,
-          "requires": {
-            "ansi-regex": "^2.0.0"
-          }
-        },
         "which-module": {
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
@@ -14348,61 +9687,6 @@
         }
       }
     },
-    "gulp-imagemin": {
-      "version": "8.0.0",
-      "resolved": "https://registry.npmjs.org/gulp-imagemin/-/gulp-imagemin-8.0.0.tgz",
-      "integrity": "sha512-8Sl77dv+e/TTjtrOjzvv1XThqCKQ8O3cqH5gRwMbMeATkPY1TN06jtJtPohT8q19ptIx4og5fxhR8dLRfzUw9w==",
-      "dev": true,
-      "requires": {
-        "chalk": "^4.1.2",
-        "fancy-log": "^1.3.3",
-        "imagemin": "^8.0.1",
-        "imagemin-gifsicle": "^7.0.0",
-        "imagemin-mozjpeg": "^9.0.0",
-        "imagemin-optipng": "^8.0.0",
-        "imagemin-svgo": "^9.0.0",
-        "plugin-error": "^1.0.1",
-        "plur": "^4.0.0",
-        "pretty-bytes": "^5.6.0",
-        "through2-concurrent": "^2.0.0"
-      },
-      "dependencies": {
-        "arr-diff": {
-          "version": "4.0.0",
-          "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
-          "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
-          "dev": true
-        },
-        "arr-union": {
-          "version": "3.1.0",
-          "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
-          "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
-          "dev": true
-        },
-        "extend-shallow": {
-          "version": "3.0.2",
-          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
-          "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
-          "dev": true,
-          "requires": {
-            "assign-symbols": "^1.0.0",
-            "is-extendable": "^1.0.1"
-          }
-        },
-        "plugin-error": {
-          "version": "1.0.1",
-          "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
-          "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
-          "dev": true,
-          "requires": {
-            "ansi-colors": "^1.0.1",
-            "arr-diff": "^4.0.0",
-            "arr-union": "^3.1.0",
-            "extend-shallow": "^3.0.2"
-          }
-        }
-      }
-    },
     "gulp-plumber": {
       "version": "1.2.1",
       "resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.2.1.tgz",
@@ -14413,48 +9697,6 @@
         "fancy-log": "^1.3.2",
         "plugin-error": "^0.1.2",
         "through2": "^2.0.3"
-      },
-      "dependencies": {
-        "ansi-regex": {
-          "version": "2.1.1",
-          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-          "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
-          "dev": true
-        },
-        "ansi-styles": {
-          "version": "2.2.1",
-          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
-          "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
-          "dev": true
-        },
-        "chalk": {
-          "version": "1.1.3",
-          "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-          "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
-          "dev": true,
-          "requires": {
-            "ansi-styles": "^2.2.1",
-            "escape-string-regexp": "^1.0.2",
-            "has-ansi": "^2.0.0",
-            "strip-ansi": "^3.0.0",
-            "supports-color": "^2.0.0"
-          }
-        },
-        "strip-ansi": {
-          "version": "3.0.1",
-          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-          "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
-          "dev": true,
-          "requires": {
-            "ansi-regex": "^2.0.0"
-          }
-        },
-        "supports-color": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
-          "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
-          "dev": true
-        }
       }
     },
     "gulp-prettier": {
@@ -14607,99 +9849,108 @@
         "yargs-parser": ">=5.0.0-security.0"
       }
     },
-    "gulp-util": {
-      "version": "3.0.8",
-      "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz",
-      "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
+    "gulp-sitemap": {
+      "version": "8.0.0",
+      "resolved": "https://registry.npmjs.org/gulp-sitemap/-/gulp-sitemap-8.0.0.tgz",
+      "integrity": "sha512-rXvje8NxCAXxis1aqwUEhDU8iWnLcda2Ky/Cn4g2iWjWzaKahZ6lXbVy+HzjtfMslmVY9ownKVFe4ADTINM+Jw==",
       "dev": true,
       "requires": {
-        "array-differ": "^1.0.0",
-        "array-uniq": "^1.0.2",
-        "beeper": "^1.0.0",
-        "chalk": "^1.0.0",
-        "dateformat": "^2.0.0",
-        "fancy-log": "^1.1.0",
-        "gulplog": "^1.0.0",
-        "has-gulplog": "^0.1.0",
-        "lodash._reescape": "^3.0.0",
-        "lodash._reevaluate": "^3.0.0",
-        "lodash._reinterpolate": "^3.0.0",
-        "lodash.template": "^3.0.0",
-        "minimist": "^1.1.0",
-        "multipipe": "^0.1.2",
-        "object-assign": "^3.0.0",
-        "replace-ext": "0.0.1",
-        "through2": "^2.0.0",
-        "vinyl": "^0.5.0"
+        "chalk": "^2.4.2",
+        "fancy-log": "^1.3.3",
+        "lodash": "^4.17.15",
+        "multimatch": "^4.0.0",
+        "plugin-error": "^1.0.1",
+        "slash": "^3.0.0",
+        "through2": "^3.0.1",
+        "vinyl": "^2.2.0"
       },
       "dependencies": {
-        "ansi-regex": {
-          "version": "2.1.1",
-          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-          "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
+        "ansi-styles": {
+          "version": "3.2.1",
+          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+          "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+          "dev": true,
+          "requires": {
+            "color-convert": "^1.9.0"
+          }
+        },
+        "arr-diff": {
+          "version": "4.0.0",
+          "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
+          "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
           "dev": true
         },
-        "ansi-styles": {
-          "version": "2.2.1",
-          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
-          "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
+        "arr-union": {
+          "version": "3.1.0",
+          "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
+          "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
           "dev": true
         },
         "chalk": {
-          "version": "1.1.3",
-          "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-          "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
+          "version": "2.4.2",
+          "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+          "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
           "dev": true,
           "requires": {
-            "ansi-styles": "^2.2.1",
-            "escape-string-regexp": "^1.0.2",
-            "has-ansi": "^2.0.0",
-            "strip-ansi": "^3.0.0",
-            "supports-color": "^2.0.0"
+            "ansi-styles": "^3.2.1",
+            "escape-string-regexp": "^1.0.5",
+            "supports-color": "^5.3.0"
           }
         },
-        "clone": {
-          "version": "1.0.4",
-          "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
-          "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
-          "dev": true
-        },
-        "clone-stats": {
-          "version": "0.0.1",
-          "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
-          "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=",
-          "dev": true
-        },
-        "replace-ext": {
-          "version": "0.0.1",
-          "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
-          "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=",
-          "dev": true
-        },
-        "strip-ansi": {
-          "version": "3.0.1",
-          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-          "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+        "color-convert": {
+          "version": "1.9.3",
+          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+          "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
           "dev": true,
           "requires": {
-            "ansi-regex": "^2.0.0"
+            "color-name": "1.1.3"
+          }
+        },
+        "color-name": {
+          "version": "1.1.3",
+          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+          "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
+          "dev": true
+        },
+        "extend-shallow": {
+          "version": "3.0.2",
+          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
+          "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
+          "dev": true,
+          "requires": {
+            "assign-symbols": "^1.0.0",
+            "is-extendable": "^1.0.1"
+          }
+        },
+        "plugin-error": {
+          "version": "1.0.1",
+          "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
+          "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
+          "dev": true,
+          "requires": {
+            "ansi-colors": "^1.0.1",
+            "arr-diff": "^4.0.0",
+            "arr-union": "^3.1.0",
+            "extend-shallow": "^3.0.2"
           }
         },
         "supports-color": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
-          "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
-          "dev": true
-        },
-        "vinyl": {
-          "version": "0.5.3",
-          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
-          "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
+          "version": "5.5.0",
+          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+          "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
           "dev": true,
           "requires": {
-            "clone": "^1.0.0",
-            "clone-stats": "^0.0.1",
-            "replace-ext": "0.0.1"
+            "has-flag": "^3.0.0"
+          }
+        },
+        "through2": {
+          "version": "3.0.2",
+          "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz",
+          "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==",
+          "dev": true,
+          "requires": {
+            "inherits": "^2.0.4",
+            "readable-stream": "2 || 3"
           }
         }
       }
@@ -14729,14 +9980,6 @@
       "dev": true,
       "requires": {
         "ansi-regex": "^2.0.0"
-      },
-      "dependencies": {
-        "ansi-regex": {
-          "version": "2.1.1",
-          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-          "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
-          "dev": true
-        }
       }
     },
     "has-binary2": {
@@ -14763,24 +10006,9 @@
       "dev": true
     },
     "has-flag": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
-      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
-      "dev": true
-    },
-    "has-gulplog": {
-      "version": "0.1.0",
-      "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
-      "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
-      "dev": true,
-      "requires": {
-        "sparkles": "^1.0.0"
-      }
-    },
-    "has-symbol-support-x": {
-      "version": "1.4.2",
-      "resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz",
-      "integrity": "sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+      "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
       "dev": true
     },
     "has-symbols": {
@@ -14789,15 +10017,6 @@
       "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
       "dev": true
     },
-    "has-to-string-tag-x": {
-      "version": "1.4.1",
-      "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz",
-      "integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==",
-      "dev": true,
-      "requires": {
-        "has-symbol-support-x": "^1.4.1"
-      }
-    },
     "has-tostringtag": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
@@ -14874,23 +10093,17 @@
       "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
       "dev": true
     },
-    "http-cache-semantics": {
-      "version": "3.8.1",
-      "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
-      "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==",
-      "dev": true
-    },
     "http-errors": {
-      "version": "1.7.3",
-      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz",
-      "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==",
+      "version": "1.8.1",
+      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
+      "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
       "dev": true,
       "requires": {
         "depd": "~1.1.2",
         "inherits": "2.0.4",
-        "setprototypeof": "1.1.1",
+        "setprototypeof": "1.2.0",
         "statuses": ">= 1.5.0 < 2",
-        "toidentifier": "1.0.0"
+        "toidentifier": "1.0.1"
       },
       "dependencies": {
         "statuses": {
@@ -14912,13 +10125,6 @@
         "requires-port": "^1.0.0"
       }
     },
-    "human-signals": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
-      "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
-      "dev": true,
-      "optional": true
-    },
     "iconv-lite": {
       "version": "0.4.24",
       "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
@@ -14934,300 +10140,12 @@
       "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
       "dev": true
     },
-    "ignore": {
-      "version": "5.1.8",
-      "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
-      "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
-      "dev": true
-    },
-    "imagemin": {
-      "version": "8.0.1",
-      "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-8.0.1.tgz",
-      "integrity": "sha512-Q/QaPi+5HuwbZNtQRqUVk6hKacI6z9iWiCSQBisAv7uBynZwO7t1svkryKl7+iSQbkU/6t9DWnHz04cFs2WY7w==",
-      "dev": true,
-      "requires": {
-        "file-type": "^16.5.3",
-        "globby": "^12.0.0",
-        "graceful-fs": "^4.2.8",
-        "junk": "^3.1.0",
-        "p-pipe": "^4.0.0",
-        "replace-ext": "^2.0.0",
-        "slash": "^3.0.0"
-      }
-    },
-    "imagemin-gifsicle": {
-      "version": "7.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-7.0.0.tgz",
-      "integrity": "sha512-LaP38xhxAwS3W8PFh4y5iQ6feoTSF+dTAXFRUEYQWYst6Xd+9L/iPk34QGgK/VO/objmIlmq9TStGfVY2IcHIA==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "execa": "^1.0.0",
-        "gifsicle": "^5.0.0",
-        "is-gif": "^3.0.0"
-      }
-    },
-    "imagemin-jpeg-recompress": {
-      "version": "7.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-jpeg-recompress/-/imagemin-jpeg-recompress-7.0.0.tgz",
-      "integrity": "sha512-8bO1I6Xncw82i1drrLL/IemZfdD8+oZImUFzMffHUP4YrvyJZpbS8QTC95yIQuuA0NLWDaGuB93sGN8z4T3DnA==",
-      "dev": true,
-      "requires": {
-        "exec-buffer": "^3.0.0",
-        "is-jpg": "^2.0.0",
-        "jpeg-recompress-bin": "^5.0.0"
-      }
-    },
-    "imagemin-mozjpeg": {
-      "version": "9.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-mozjpeg/-/imagemin-mozjpeg-9.0.0.tgz",
-      "integrity": "sha512-TwOjTzYqCFRgROTWpVSt5UTT0JeCuzF1jswPLKALDd89+PmrJ2PdMMYeDLYZ1fs9cTovI9GJd68mRSnuVt691w==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "execa": "^4.0.0",
-        "is-jpg": "^2.0.0",
-        "mozjpeg": "^7.0.0"
-      },
-      "dependencies": {
-        "cross-spawn": {
-          "version": "7.0.3",
-          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-          "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "path-key": "^3.1.0",
-            "shebang-command": "^2.0.0",
-            "which": "^2.0.1"
-          }
-        },
-        "execa": {
-          "version": "4.1.0",
-          "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
-          "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "cross-spawn": "^7.0.0",
-            "get-stream": "^5.0.0",
-            "human-signals": "^1.1.1",
-            "is-stream": "^2.0.0",
-            "merge-stream": "^2.0.0",
-            "npm-run-path": "^4.0.0",
-            "onetime": "^5.1.0",
-            "signal-exit": "^3.0.2",
-            "strip-final-newline": "^2.0.0"
-          }
-        },
-        "get-stream": {
-          "version": "5.2.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
-          "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "pump": "^3.0.0"
-          }
-        },
-        "human-signals": {
-          "version": "1.1.1",
-          "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
-          "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
-          "dev": true,
-          "optional": true
-        },
-        "is-stream": {
-          "version": "2.0.1",
-          "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
-          "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
-          "dev": true,
-          "optional": true
-        },
-        "npm-run-path": {
-          "version": "4.0.1",
-          "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
-          "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "path-key": "^3.0.0"
-          }
-        },
-        "path-key": {
-          "version": "3.1.1",
-          "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
-          "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
-          "dev": true,
-          "optional": true
-        },
-        "shebang-command": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
-          "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "shebang-regex": "^3.0.0"
-          }
-        },
-        "shebang-regex": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
-          "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
-          "dev": true,
-          "optional": true
-        },
-        "which": {
-          "version": "2.0.2",
-          "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
-          "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
-          "dev": true,
-          "optional": true,
-          "requires": {
-            "isexe": "^2.0.0"
-          }
-        }
-      }
-    },
-    "imagemin-optipng": {
-      "version": "8.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-8.0.0.tgz",
-      "integrity": "sha512-CUGfhfwqlPjAC0rm8Fy+R2DJDBGjzy2SkfyT09L8rasnF9jSoHFqJ1xxSZWK6HVPZBMhGPMxCTL70OgTHlLF5A==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "exec-buffer": "^3.0.0",
-        "is-png": "^2.0.0",
-        "optipng-bin": "^7.0.0"
-      }
-    },
-    "imagemin-pngquant": {
-      "version": "9.0.2",
-      "resolved": "https://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-9.0.2.tgz",
-      "integrity": "sha512-cj//bKo8+Frd/DM8l6Pg9pws1pnDUjgb7ae++sUX1kUVdv2nrngPykhiUOgFeE0LGY/LmUbCf4egCHC4YUcZSg==",
-      "dev": true,
-      "requires": {
-        "execa": "^4.0.0",
-        "is-png": "^2.0.0",
-        "is-stream": "^2.0.0",
-        "ow": "^0.17.0",
-        "pngquant-bin": "^6.0.0"
-      },
-      "dependencies": {
-        "cross-spawn": {
-          "version": "7.0.3",
-          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-          "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
-          "dev": true,
-          "requires": {
-            "path-key": "^3.1.0",
-            "shebang-command": "^2.0.0",
-            "which": "^2.0.1"
-          }
-        },
-        "execa": {
-          "version": "4.1.0",
-          "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
-          "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
-          "dev": true,
-          "requires": {
-            "cross-spawn": "^7.0.0",
-            "get-stream": "^5.0.0",
-            "human-signals": "^1.1.1",
-            "is-stream": "^2.0.0",
-            "merge-stream": "^2.0.0",
-            "npm-run-path": "^4.0.0",
-            "onetime": "^5.1.0",
-            "signal-exit": "^3.0.2",
-            "strip-final-newline": "^2.0.0"
-          }
-        },
-        "get-stream": {
-          "version": "5.2.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
-          "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
-          "dev": true,
-          "requires": {
-            "pump": "^3.0.0"
-          }
-        },
-        "human-signals": {
-          "version": "1.1.1",
-          "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
-          "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
-          "dev": true
-        },
-        "is-stream": {
-          "version": "2.0.1",
-          "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
-          "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
-          "dev": true
-        },
-        "npm-run-path": {
-          "version": "4.0.1",
-          "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
-          "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
-          "dev": true,
-          "requires": {
-            "path-key": "^3.0.0"
-          }
-        },
-        "path-key": {
-          "version": "3.1.1",
-          "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
-          "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
-          "dev": true
-        },
-        "shebang-command": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
-          "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
-          "dev": true,
-          "requires": {
-            "shebang-regex": "^3.0.0"
-          }
-        },
-        "shebang-regex": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
-          "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
-          "dev": true
-        },
-        "which": {
-          "version": "2.0.2",
-          "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
-          "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
-          "dev": true,
-          "requires": {
-            "isexe": "^2.0.0"
-          }
-        }
-      }
-    },
-    "imagemin-svgo": {
-      "version": "9.0.0",
-      "resolved": "https://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-9.0.0.tgz",
-      "integrity": "sha512-uNgXpKHd99C0WODkrJ8OO/3zW3qjgS4pW7hcuII0RcHN3tnKxDjJWcitdVC/TZyfIqSricU8WfrHn26bdSW62g==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "is-svg": "^4.2.1",
-        "svgo": "^2.1.0"
-      }
-    },
     "immutable": {
       "version": "3.8.2",
       "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz",
       "integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=",
       "dev": true
     },
-    "import-lazy": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-3.1.0.tgz",
-      "integrity": "sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==",
-      "dev": true
-    },
     "indexof": {
       "version": "0.0.1",
       "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
@@ -15262,28 +10180,12 @@
       "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
       "dev": true
     },
-    "into-stream": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz",
-      "integrity": "sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY=",
-      "dev": true,
-      "requires": {
-        "from2": "^2.1.1",
-        "p-is-promise": "^1.1.0"
-      }
-    },
     "invert-kv": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
       "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
       "dev": true
     },
-    "irregular-plurals": {
-      "version": "3.3.0",
-      "resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.3.0.tgz",
-      "integrity": "sha512-MVBLKUTangM3EfRPFROhmWQQKRDsrgI83J8GS3jXy+OwYqiR2/aoWndYQ5416jLE3uaGgLH7ncme3X9y09gZ3g==",
-      "dev": true
-    },
     "is-absolute": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
@@ -15385,14 +10287,6 @@
       "requires": {
         "acorn": "^7.1.1",
         "object-assign": "^4.1.1"
-      },
-      "dependencies": {
-        "object-assign": {
-          "version": "4.1.1",
-          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-          "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-          "dev": true
-        }
       }
     },
     "is-extendable": {
@@ -15427,25 +10321,6 @@
       "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
       "dev": true
     },
-    "is-gif": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/is-gif/-/is-gif-3.0.0.tgz",
-      "integrity": "sha512-IqJ/jlbw5WJSNfwQ/lHEDXF8rxhRgF6ythk2oiEvhpG29F704eX9NO6TvPfMiq9DrbwgcEDnETYNcZDPewQoVw==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "file-type": "^10.4.0"
-      },
-      "dependencies": {
-        "file-type": {
-          "version": "10.11.0",
-          "resolved": "https://registry.npmjs.org/file-type/-/file-type-10.11.0.tgz",
-          "integrity": "sha512-uzk64HRpUZyTGZtVuvrjP0FYxzQrBf4rojot6J65YMEbwBLB0CWm0CLojVpwpmFmxcE/lkvYICgfcGozbBq6rw==",
-          "dev": true,
-          "optional": true
-        }
-      }
-    },
     "is-glob": {
       "version": "4.0.3",
       "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -15455,18 +10330,6 @@
         "is-extglob": "^2.1.1"
       }
     },
-    "is-jpg": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-2.0.0.tgz",
-      "integrity": "sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc=",
-      "dev": true
-    },
-    "is-natural-number": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz",
-      "integrity": "sha1-q5124dtM7VHjXeDHLr7PCfc0zeg=",
-      "dev": true
-    },
     "is-negated-glob": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz",
@@ -15488,30 +10351,12 @@
         "lodash.isfinite": "^3.3.2"
       }
     },
-    "is-object": {
-      "version": "1.0.2",
-      "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz",
-      "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==",
-      "dev": true
-    },
-    "is-plain-obj": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
-      "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
-      "dev": true
-    },
     "is-plain-object": {
       "version": "5.0.0",
       "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
       "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
       "dev": true
     },
-    "is-png": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/is-png/-/is-png-2.0.0.tgz",
-      "integrity": "sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==",
-      "dev": true
-    },
     "is-promise": {
       "version": "2.2.2",
       "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
@@ -15537,28 +10382,6 @@
         "is-unc-path": "^1.0.0"
       }
     },
-    "is-retry-allowed": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz",
-      "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==",
-      "dev": true
-    },
-    "is-stream": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
-      "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
-      "dev": true
-    },
-    "is-svg": {
-      "version": "4.3.1",
-      "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.3.1.tgz",
-      "integrity": "sha512-h2CGs+yPUyvkgTJQS9cJzo9lYK06WgRiXUqBBHtglSzVKAuH4/oWsqk7LGfbSa1hGk9QcZ0SyQtVggvBA8LZXA==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "fast-xml-parser": "^3.19.0"
-      }
-    },
     "is-unc-path": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
@@ -15620,38 +10443,12 @@
         "textextensions": "^3.2.0"
       }
     },
-    "isurl": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz",
-      "integrity": "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==",
-      "dev": true,
-      "requires": {
-        "has-to-string-tag-x": "^1.2.0",
-        "is-object": "^1.0.1"
-      }
-    },
-    "jpeg-recompress-bin": {
-      "version": "5.1.2",
-      "resolved": "https://registry.npmjs.org/jpeg-recompress-bin/-/jpeg-recompress-bin-5.1.2.tgz",
-      "integrity": "sha512-JjR7+gqmw1D1jYgicMpRi+t/Si13+xOMDuvYRSQFMkrKmnOwTqti+9U9ZHrbUnXjrulqK9Sjjq/Hn8E9UnOFpA==",
-      "dev": true,
-      "requires": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.1.0"
-      }
-    },
     "js-stringify": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz",
       "integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds=",
       "dev": true
     },
-    "json-buffer": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
-      "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=",
-      "dev": true
-    },
     "json-stable-stringify-without-jsonify": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
@@ -15677,27 +10474,12 @@
         "promise": "^7.0.1"
       }
     },
-    "junk": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz",
-      "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==",
-      "dev": true
-    },
     "just-debounce": {
       "version": "1.1.0",
       "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.1.0.tgz",
       "integrity": "sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==",
       "dev": true
     },
-    "keyv": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz",
-      "integrity": "sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==",
-      "dev": true,
-      "requires": {
-        "json-buffer": "3.0.0"
-      }
-    },
     "kind-of": {
       "version": "5.1.0",
       "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
@@ -15785,14 +10567,6 @@
         "pify": "^2.0.0",
         "pinkie-promise": "^2.0.0",
         "strip-bom": "^2.0.0"
-      },
-      "dependencies": {
-        "pify": {
-          "version": "2.3.0",
-          "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-          "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-          "dev": true
-        }
       }
     },
     "localtunnel": {
@@ -15807,6 +10581,21 @@
         "yargs": "17.1.1"
       },
       "dependencies": {
+        "ansi-regex": {
+          "version": "5.0.1",
+          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+          "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+          "dev": true
+        },
+        "ansi-styles": {
+          "version": "4.3.0",
+          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+          "dev": true,
+          "requires": {
+            "color-convert": "^2.0.1"
+          }
+        },
         "cliui": {
           "version": "7.0.4",
           "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
@@ -15833,6 +10622,15 @@
           "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
           "dev": true
         },
+        "strip-ansi": {
+          "version": "6.0.1",
+          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+          "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+          "dev": true,
+          "requires": {
+            "ansi-regex": "^5.0.1"
+          }
+        },
         "wrap-ansi": {
           "version": "7.0.0",
           "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -15864,6 +10662,12 @@
             "y18n": "^5.0.5",
             "yargs-parser": "^20.2.2"
           }
+        },
+        "yargs-parser": {
+          "version": "20.2.9",
+          "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+          "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+          "dev": true
         }
       }
     },
@@ -15882,164 +10686,12 @@
       "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
       "dev": true
     },
-    "lodash._basecopy": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
-      "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
-      "dev": true
-    },
-    "lodash._basetostring": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
-      "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=",
-      "dev": true
-    },
-    "lodash._basevalues": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz",
-      "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=",
-      "dev": true
-    },
-    "lodash._getnative": {
-      "version": "3.9.1",
-      "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
-      "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
-      "dev": true
-    },
-    "lodash._isiterateecall": {
-      "version": "3.0.9",
-      "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
-      "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
-      "dev": true
-    },
-    "lodash._reescape": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz",
-      "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=",
-      "dev": true
-    },
-    "lodash._reevaluate": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
-      "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=",
-      "dev": true
-    },
-    "lodash._reinterpolate": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
-      "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
-      "dev": true
-    },
-    "lodash._root": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz",
-      "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=",
-      "dev": true
-    },
-    "lodash.escape": {
-      "version": "3.2.0",
-      "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
-      "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
-      "dev": true,
-      "requires": {
-        "lodash._root": "^3.0.0"
-      }
-    },
-    "lodash.isarguments": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
-      "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
-      "dev": true
-    },
-    "lodash.isarray": {
-      "version": "3.0.4",
-      "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
-      "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
-      "dev": true
-    },
     "lodash.isfinite": {
       "version": "3.3.2",
       "resolved": "https://registry.npmjs.org/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz",
       "integrity": "sha1-+4m2WpqAKBgz8LdHizpRBPiY67M=",
       "dev": true
     },
-    "lodash.keys": {
-      "version": "3.1.2",
-      "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
-      "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
-      "dev": true,
-      "requires": {
-        "lodash._getnative": "^3.0.0",
-        "lodash.isarguments": "^3.0.0",
-        "lodash.isarray": "^3.0.0"
-      }
-    },
-    "lodash.restparam": {
-      "version": "3.6.1",
-      "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
-      "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
-      "dev": true
-    },
-    "lodash.template": {
-      "version": "3.6.2",
-      "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
-      "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
-      "dev": true,
-      "requires": {
-        "lodash._basecopy": "^3.0.0",
-        "lodash._basetostring": "^3.0.0",
-        "lodash._basevalues": "^3.0.0",
-        "lodash._isiterateecall": "^3.0.0",
-        "lodash._reinterpolate": "^3.0.0",
-        "lodash.escape": "^3.0.0",
-        "lodash.keys": "^3.0.0",
-        "lodash.restparam": "^3.0.0",
-        "lodash.templatesettings": "^3.0.0"
-      }
-    },
-    "lodash.templatesettings": {
-      "version": "3.1.1",
-      "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
-      "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
-      "dev": true,
-      "requires": {
-        "lodash._reinterpolate": "^3.0.0",
-        "lodash.escape": "^3.0.0"
-      }
-    },
-    "lowercase-keys": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
-      "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==",
-      "dev": true
-    },
-    "lru-cache": {
-      "version": "4.1.5",
-      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
-      "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
-      "dev": true,
-      "requires": {
-        "pseudomap": "^1.0.2",
-        "yallist": "^2.1.2"
-      }
-    },
-    "make-dir": {
-      "version": "1.3.0",
-      "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
-      "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==",
-      "dev": true,
-      "requires": {
-        "pify": "^3.0.0"
-      },
-      "dependencies": {
-        "pify": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-          "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-          "dev": true
-        }
-      }
-    },
     "make-iterator": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
@@ -16244,25 +10896,6 @@
         }
       }
     },
-    "mdn-data": {
-      "version": "2.0.14",
-      "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
-      "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
-      "dev": true,
-      "optional": true
-    },
-    "merge-stream": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
-      "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
-      "dev": true
-    },
-    "merge2": {
-      "version": "1.4.1",
-      "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
-      "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
-      "dev": true
-    },
     "micromatch": {
       "version": "4.0.4",
       "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
@@ -16280,32 +10913,20 @@
       "dev": true
     },
     "mime-db": {
-      "version": "1.50.0",
-      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz",
-      "integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==",
+      "version": "1.51.0",
+      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz",
+      "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==",
       "dev": true
     },
     "mime-types": {
-      "version": "2.1.33",
-      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz",
-      "integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==",
+      "version": "2.1.34",
+      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz",
+      "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
       "dev": true,
       "requires": {
-        "mime-db": "1.50.0"
+        "mime-db": "1.51.0"
       }
     },
-    "mimic-fn": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
-      "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
-      "dev": true
-    },
-    "mimic-response": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
-      "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
-      "dev": true
-    },
     "minimatch": {
       "version": "3.0.4",
       "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
@@ -16315,12 +10936,6 @@
         "brace-expansion": "^1.1.7"
       }
     },
-    "minimist": {
-      "version": "1.2.5",
-      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
-      "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
-      "dev": true
-    },
     "mitt": {
       "version": "1.2.0",
       "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz",
@@ -16337,30 +10952,23 @@
         "is-extendable": "^1.0.1"
       }
     },
-    "mozjpeg": {
-      "version": "7.1.1",
-      "resolved": "https://registry.npmjs.org/mozjpeg/-/mozjpeg-7.1.1.tgz",
-      "integrity": "sha512-iIDxWvzhWvLC9mcRJ1uSkiKaj4drF58oCqK2bITm5c2Jt6cJ8qQjSSru2PCaysG+hLIinryj8mgz5ZJzOYTv1A==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.0.0"
-      }
-    },
     "ms": {
       "version": "2.0.0",
       "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
       "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
       "dev": true
     },
-    "multipipe": {
-      "version": "0.1.2",
-      "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
-      "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=",
+    "multimatch": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz",
+      "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==",
       "dev": true,
       "requires": {
-        "duplexer2": "0.0.2"
+        "@types/minimatch": "^3.0.3",
+        "array-differ": "^3.0.0",
+        "array-union": "^2.1.0",
+        "arrify": "^2.0.1",
+        "minimatch": "^3.0.4"
       }
     },
     "mute-stdout": {
@@ -16431,12 +11039,6 @@
       "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=",
       "dev": true
     },
-    "nice-try": {
-      "version": "1.0.5",
-      "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
-      "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
-      "dev": true
-    },
     "normalize-package-data": {
       "version": "2.5.0",
       "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -16455,34 +11057,6 @@
       "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
       "dev": true
     },
-    "normalize-url": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz",
-      "integrity": "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==",
-      "dev": true,
-      "requires": {
-        "prepend-http": "^2.0.0",
-        "query-string": "^5.0.1",
-        "sort-keys": "^2.0.0"
-      },
-      "dependencies": {
-        "prepend-http": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz",
-          "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=",
-          "dev": true
-        },
-        "sort-keys": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz",
-          "integrity": "sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=",
-          "dev": true,
-          "requires": {
-            "is-plain-obj": "^1.0.0"
-          }
-        }
-      }
-    },
     "now-and-later": {
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
@@ -16492,43 +11066,6 @@
         "once": "^1.3.2"
       }
     },
-    "npm-conf": {
-      "version": "1.1.3",
-      "resolved": "https://registry.npmjs.org/npm-conf/-/npm-conf-1.1.3.tgz",
-      "integrity": "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==",
-      "dev": true,
-      "requires": {
-        "config-chain": "^1.1.11",
-        "pify": "^3.0.0"
-      },
-      "dependencies": {
-        "pify": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
-          "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
-          "dev": true
-        }
-      }
-    },
-    "npm-run-path": {
-      "version": "2.0.2",
-      "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
-      "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
-      "dev": true,
-      "requires": {
-        "path-key": "^2.0.0"
-      }
-    },
-    "nth-check": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
-      "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "boolbase": "^1.0.0"
-      }
-    },
     "number-is-nan": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
@@ -16536,9 +11073,9 @@
       "dev": true
     },
     "object-assign": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
-      "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
+      "version": "4.1.1",
+      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
       "dev": true
     },
     "object-copy": {
@@ -16695,15 +11232,6 @@
         "wrappy": "1"
       }
     },
-    "onetime": {
-      "version": "5.1.2",
-      "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
-      "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
-      "dev": true,
-      "requires": {
-        "mimic-fn": "^2.1.0"
-      }
-    },
     "openurl": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz",
@@ -16719,17 +11247,6 @@
         "is-wsl": "^1.1.0"
       }
     },
-    "optipng-bin": {
-      "version": "7.0.1",
-      "resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-7.0.1.tgz",
-      "integrity": "sha512-W99mpdW7Nt2PpFiaO+74pkht7KEqkXkeRomdWXfEz3SALZ6hns81y/pm1dsGZ6ItUIfchiNIP6ORDr1zETU1jA==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.0.0"
-      }
-    },
     "ordered-read-streams": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
@@ -16739,15 +11256,6 @@
         "readable-stream": "^2.0.1"
       }
     },
-    "os-filter-obj": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-2.0.0.tgz",
-      "integrity": "sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==",
-      "dev": true,
-      "requires": {
-        "arch": "^2.1.0"
-      }
-    },
     "os-locale": {
       "version": "1.4.0",
       "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
@@ -16757,42 +11265,6 @@
         "lcid": "^1.0.0"
       }
     },
-    "ow": {
-      "version": "0.17.0",
-      "resolved": "https://registry.npmjs.org/ow/-/ow-0.17.0.tgz",
-      "integrity": "sha512-i3keDzDQP5lWIe4oODyDFey1qVrq2hXKTuTH2VpqwpYtzPiKZt2ziRI4NBQmgW40AnV5Euz17OyWweCb+bNEQA==",
-      "dev": true,
-      "requires": {
-        "type-fest": "^0.11.0"
-      }
-    },
-    "p-cancelable": {
-      "version": "0.3.0",
-      "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz",
-      "integrity": "sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==",
-      "dev": true
-    },
-    "p-event": {
-      "version": "1.3.0",
-      "resolved": "https://registry.npmjs.org/p-event/-/p-event-1.3.0.tgz",
-      "integrity": "sha1-jmtPT2XHK8W2/ii3XtqHT5akoIU=",
-      "dev": true,
-      "requires": {
-        "p-timeout": "^1.1.1"
-      }
-    },
-    "p-finally": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
-      "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
-      "dev": true
-    },
-    "p-is-promise": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz",
-      "integrity": "sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=",
-      "dev": true
-    },
     "p-limit": {
       "version": "2.3.0",
       "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
@@ -16811,53 +11283,12 @@
         "p-limit": "^2.2.0"
       }
     },
-    "p-map-series": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz",
-      "integrity": "sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco=",
-      "dev": true,
-      "requires": {
-        "p-reduce": "^1.0.0"
-      }
-    },
-    "p-pipe": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-4.0.0.tgz",
-      "integrity": "sha512-HkPfFklpZQPUKBFXzKFB6ihLriIHxnmuQdK9WmLDwe4hf2PdhhfWT/FJa+pc3bA1ywvKXtedxIRmd4Y7BTXE4w==",
-      "dev": true
-    },
-    "p-reduce": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz",
-      "integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=",
-      "dev": true
-    },
-    "p-timeout": {
-      "version": "1.2.1",
-      "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz",
-      "integrity": "sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=",
-      "dev": true,
-      "requires": {
-        "p-finally": "^1.0.0"
-      }
-    },
     "p-try": {
       "version": "2.2.0",
       "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
       "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
       "dev": true
     },
-    "parallel-transform": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz",
-      "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==",
-      "dev": true,
-      "requires": {
-        "cyclist": "^1.0.1",
-        "inherits": "^2.0.3",
-        "readable-stream": "^2.1.5"
-      }
-    },
     "parse-filepath": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
@@ -16932,12 +11363,6 @@
       "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
       "dev": true
     },
-    "path-key": {
-      "version": "2.0.1",
-      "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
-      "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
-      "dev": true
-    },
     "path-parse": {
       "version": "1.0.7",
       "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
@@ -16960,29 +11385,15 @@
       "dev": true
     },
     "path-type": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
-      "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
-      "dev": true
-    },
-    "peek-readable": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.0.1.tgz",
-      "integrity": "sha512-7qmhptnR0WMSpxT5rMHG9bW/mYSR1uqaPFj2MHvT+y/aOUu6msJijpKt5SkTDKySwg65OWG2JwTMBlgcbwMHrQ==",
-      "dev": true
-    },
-    "pend": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
-      "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
-      "dev": true
-    },
-    "picocolors": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
-      "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
+      "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
       "dev": true,
-      "optional": true
+      "requires": {
+        "graceful-fs": "^4.1.2",
+        "pify": "^2.0.0",
+        "pinkie-promise": "^2.0.0"
+      }
     },
     "picomatch": {
       "version": "2.3.0",
@@ -16991,9 +11402,9 @@
       "dev": true
     },
     "pify": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
-      "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
       "dev": true
     },
     "pinkie": {
@@ -17024,116 +11435,6 @@
         "extend-shallow": "^1.1.2"
       }
     },
-    "plur": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/plur/-/plur-4.0.0.tgz",
-      "integrity": "sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==",
-      "dev": true,
-      "requires": {
-        "irregular-plurals": "^3.2.0"
-      }
-    },
-    "pngquant-bin": {
-      "version": "6.0.1",
-      "resolved": "https://registry.npmjs.org/pngquant-bin/-/pngquant-bin-6.0.1.tgz",
-      "integrity": "sha512-Q3PUyolfktf+hYio6wsg3SanQzEU/v8aICg/WpzxXcuCMRb7H2Q81okfpcEztbMvw25ILjd3a87doj2N9kvbpQ==",
-      "dev": true,
-      "requires": {
-        "bin-build": "^3.0.0",
-        "bin-wrapper": "^4.0.1",
-        "execa": "^4.0.0"
-      },
-      "dependencies": {
-        "cross-spawn": {
-          "version": "7.0.3",
-          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-          "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
-          "dev": true,
-          "requires": {
-            "path-key": "^3.1.0",
-            "shebang-command": "^2.0.0",
-            "which": "^2.0.1"
-          }
-        },
-        "execa": {
-          "version": "4.1.0",
-          "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
-          "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
-          "dev": true,
-          "requires": {
-            "cross-spawn": "^7.0.0",
-            "get-stream": "^5.0.0",
-            "human-signals": "^1.1.1",
-            "is-stream": "^2.0.0",
-            "merge-stream": "^2.0.0",
-            "npm-run-path": "^4.0.0",
-            "onetime": "^5.1.0",
-            "signal-exit": "^3.0.2",
-            "strip-final-newline": "^2.0.0"
-          }
-        },
-        "get-stream": {
-          "version": "5.2.0",
-          "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
-          "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
-          "dev": true,
-          "requires": {
-            "pump": "^3.0.0"
-          }
-        },
-        "human-signals": {
-          "version": "1.1.1",
-          "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
-          "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
-          "dev": true
-        },
-        "is-stream": {
-          "version": "2.0.1",
-          "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
-          "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
-          "dev": true
-        },
-        "npm-run-path": {
-          "version": "4.0.1",
-          "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
-          "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
-          "dev": true,
-          "requires": {
-            "path-key": "^3.0.0"
-          }
-        },
-        "path-key": {
-          "version": "3.1.1",
-          "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
-          "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
-          "dev": true
-        },
-        "shebang-command": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
-          "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
-          "dev": true,
-          "requires": {
-            "shebang-regex": "^3.0.0"
-          }
-        },
-        "shebang-regex": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
-          "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
-          "dev": true
-        },
-        "which": {
-          "version": "2.0.2",
-          "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
-          "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
-          "dev": true,
-          "requires": {
-            "isexe": "^2.0.0"
-          }
-        }
-      }
-    },
     "portscanner": {
       "version": "2.1.1",
       "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-2.1.1.tgz",
@@ -17150,24 +11451,12 @@
       "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
       "dev": true
     },
-    "prepend-http": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
-      "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
-      "dev": true
-    },
     "prettier": {
       "version": "2.4.1",
       "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz",
       "integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==",
       "dev": true
     },
-    "pretty-bytes": {
-      "version": "5.6.0",
-      "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
-      "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
-      "dev": true
-    },
     "pretty-hrtime": {
       "version": "1.0.3",
       "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
@@ -17189,18 +11478,6 @@
         "asap": "~2.0.3"
       }
     },
-    "proto-list": {
-      "version": "1.2.4",
-      "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
-      "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=",
-      "dev": true
-    },
-    "pseudomap": {
-      "version": "1.0.2",
-      "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
-      "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
-      "dev": true
-    },
     "pug": {
       "version": "3.0.2",
       "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.2.tgz",
@@ -17292,14 +11569,6 @@
       "requires": {
         "object-assign": "^4.1.1",
         "pug-walk": "^2.0.0"
-      },
-      "dependencies": {
-        "object-assign": {
-          "version": "4.1.1",
-          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-          "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-          "dev": true
-        }
       }
     },
     "pug-parser": {
@@ -17334,9 +11603,9 @@
       "dev": true
     },
     "pump": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
-      "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
+      "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
       "dev": true,
       "requires": {
         "end-of-stream": "^1.1.0",
@@ -17352,18 +11621,6 @@
         "duplexify": "^3.6.0",
         "inherits": "^2.0.3",
         "pump": "^2.0.0"
-      },
-      "dependencies": {
-        "pump": {
-          "version": "2.0.1",
-          "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
-          "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
-          "dev": true,
-          "requires": {
-            "end-of-stream": "^1.1.0",
-            "once": "^1.3.1"
-          }
-        }
       }
     },
     "qs": {
@@ -17372,31 +11629,6 @@
       "integrity": "sha1-HPyyXBCpsrSDBT/zn138kjOQjP4=",
       "dev": true
     },
-    "query-string": {
-      "version": "5.1.1",
-      "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz",
-      "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==",
-      "dev": true,
-      "requires": {
-        "decode-uri-component": "^0.2.0",
-        "object-assign": "^4.1.0",
-        "strict-uri-encode": "^1.0.0"
-      },
-      "dependencies": {
-        "object-assign": {
-          "version": "4.1.1",
-          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-          "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-          "dev": true
-        }
-      }
-    },
-    "queue-microtask": {
-      "version": "1.2.3",
-      "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
-      "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
-      "dev": true
-    },
     "range-parser": {
       "version": "1.2.1",
       "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
@@ -17404,13 +11636,13 @@
       "dev": true
     },
     "raw-body": {
-      "version": "2.4.1",
-      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.1.tgz",
-      "integrity": "sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==",
+      "version": "2.4.2",
+      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz",
+      "integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==",
       "dev": true,
       "requires": {
-        "bytes": "3.1.0",
-        "http-errors": "1.7.3",
+        "bytes": "3.1.1",
+        "http-errors": "1.8.1",
         "iconv-lite": "0.4.24",
         "unpipe": "1.0.0"
       }
@@ -17424,25 +11656,6 @@
         "load-json-file": "^1.0.0",
         "normalize-package-data": "^2.3.2",
         "path-type": "^1.0.0"
-      },
-      "dependencies": {
-        "path-type": {
-          "version": "1.1.0",
-          "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
-          "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
-          "dev": true,
-          "requires": {
-            "graceful-fs": "^4.1.2",
-            "pify": "^2.0.0",
-            "pinkie-promise": "^2.0.0"
-          }
-        },
-        "pify": {
-          "version": "2.3.0",
-          "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
-          "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
-          "dev": true
-        }
       }
     },
     "read-pkg-up": {
@@ -17491,28 +11704,6 @@
         "util-deprecate": "~1.0.1"
       }
     },
-    "readable-web-to-node-stream": {
-      "version": "3.0.2",
-      "resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz",
-      "integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==",
-      "dev": true,
-      "requires": {
-        "readable-stream": "^3.6.0"
-      },
-      "dependencies": {
-        "readable-stream": {
-          "version": "3.6.0",
-          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
-          "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
-          "dev": true,
-          "requires": {
-            "inherits": "^2.0.3",
-            "string_decoder": "^1.1.1",
-            "util-deprecate": "^1.0.1"
-          }
-        }
-      }
-    },
     "readdirp": {
       "version": "3.6.0",
       "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
@@ -17618,14 +11809,6 @@
         "escape-string-regexp": "^1.0.3",
         "object-assign": "^4.0.1",
         "readable-stream": "^2.0.2"
-      },
-      "dependencies": {
-        "object-assign": {
-          "version": "4.1.1",
-          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-          "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-          "dev": true
-        }
       }
     },
     "require-directory": {
@@ -17691,45 +11874,12 @@
         "minimatch": "^3.0.2"
       }
     },
-    "responselike": {
-      "version": "1.0.2",
-      "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
-      "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=",
-      "dev": true,
-      "requires": {
-        "lowercase-keys": "^1.0.0"
-      }
-    },
     "ret": {
       "version": "0.1.15",
       "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
       "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
       "dev": true
     },
-    "reusify": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
-      "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
-      "dev": true
-    },
-    "rimraf": {
-      "version": "2.7.1",
-      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
-      "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
-      "dev": true,
-      "requires": {
-        "glob": "^7.1.3"
-      }
-    },
-    "run-parallel": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
-      "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
-      "dev": true,
-      "requires": {
-        "queue-microtask": "^1.2.2"
-      }
-    },
     "rx": {
       "version": "4.1.0",
       "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz",
@@ -17766,15 +11916,6 @@
       "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
       "dev": true
     },
-    "seek-bzip": {
-      "version": "1.0.6",
-      "resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.6.tgz",
-      "integrity": "sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==",
-      "dev": true,
-      "requires": {
-        "commander": "^2.8.1"
-      }
-    },
     "semver": {
       "version": "5.7.1",
       "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
@@ -17790,21 +11931,6 @@
         "sver-compat": "^1.5.0"
       }
     },
-    "semver-regex": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz",
-      "integrity": "sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==",
-      "dev": true
-    },
-    "semver-truncate": {
-      "version": "1.1.2",
-      "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.2.tgz",
-      "integrity": "sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g=",
-      "dev": true,
-      "requires": {
-        "semver": "^5.3.0"
-      }
-    },
     "send": {
       "version": "0.16.2",
       "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",
@@ -17968,30 +12094,9 @@
       }
     },
     "setprototypeof": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
-      "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
-      "dev": true
-    },
-    "shebang-command": {
       "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
-      "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
-      "dev": true,
-      "requires": {
-        "shebang-regex": "^1.0.0"
-      }
-    },
-    "shebang-regex": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
-      "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
-      "dev": true
-    },
-    "signal-exit": {
-      "version": "3.0.5",
-      "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz",
-      "integrity": "sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==",
+      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
+      "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
       "dev": true
     },
     "slash": {
@@ -18090,12 +12195,6 @@
           "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
           "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
           "dev": true
-        },
-        "source-map": {
-          "version": "0.5.7",
-          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
-          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
-          "dev": true
         }
       }
     },
@@ -18265,30 +12364,11 @@
         }
       }
     },
-    "sort-keys": {
-      "version": "1.1.2",
-      "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
-      "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
-      "dev": true,
-      "requires": {
-        "is-plain-obj": "^1.0.0"
-      }
-    },
-    "sort-keys-length": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz",
-      "integrity": "sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg=",
-      "dev": true,
-      "requires": {
-        "sort-keys": "^1.0.0"
-      }
-    },
     "source-map": {
-      "version": "0.6.1",
-      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
-      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
-      "dev": true,
-      "optional": true
+      "version": "0.5.7",
+      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+      "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+      "dev": true
     },
     "source-map-resolve": {
       "version": "0.5.3",
@@ -18342,9 +12422,9 @@
       }
     },
     "spdx-license-ids": {
-      "version": "3.0.10",
-      "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz",
-      "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==",
+      "version": "3.0.11",
+      "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz",
+      "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==",
       "dev": true
     },
     "split-string": {
@@ -18368,13 +12448,6 @@
         }
       }
     },
-    "stable": {
-      "version": "0.1.8",
-      "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
-      "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
-      "dev": true,
-      "optional": true
-    },
     "stack-trace": {
       "version": "0.0.10",
       "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
@@ -18481,12 +12554,6 @@
         "limiter": "^1.0.5"
       }
     },
-    "strict-uri-encode": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
-      "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
-      "dev": true
-    },
     "string_decoder": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
@@ -18505,15 +12572,32 @@
         "emoji-regex": "^8.0.0",
         "is-fullwidth-code-point": "^3.0.0",
         "strip-ansi": "^6.0.1"
+      },
+      "dependencies": {
+        "ansi-regex": {
+          "version": "5.0.1",
+          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+          "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+          "dev": true
+        },
+        "strip-ansi": {
+          "version": "6.0.1",
+          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+          "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+          "dev": true,
+          "requires": {
+            "ansi-regex": "^5.0.1"
+          }
+        }
       }
     },
     "strip-ansi": {
-      "version": "6.0.1",
-      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
-      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
       "dev": true,
       "requires": {
-        "ansi-regex": "^5.0.1"
+        "ansi-regex": "^2.0.0"
       }
     },
     "strip-bom": {
@@ -18525,61 +12609,11 @@
         "is-utf8": "^0.2.0"
       }
     },
-    "strip-dirs": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-2.1.0.tgz",
-      "integrity": "sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==",
-      "dev": true,
-      "requires": {
-        "is-natural-number": "^4.0.1"
-      }
-    },
-    "strip-eof": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
-      "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
-      "dev": true
-    },
-    "strip-final-newline": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
-      "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
-      "dev": true
-    },
-    "strip-outer": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
-      "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
-      "dev": true,
-      "requires": {
-        "escape-string-regexp": "^1.0.2"
-      }
-    },
-    "strnum": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.4.tgz",
-      "integrity": "sha512-lMzNMfDpaQOLt4B2mEbfzYS0+T7dvCXeojnlGf6f1AygvWDMcWyXYaLbyICfjVu29sErR8fnRagQfBW/N/hGgw==",
-      "dev": true,
-      "optional": true
-    },
-    "strtok3": {
-      "version": "6.2.4",
-      "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-6.2.4.tgz",
-      "integrity": "sha512-GO8IcFF9GmFDvqduIspUBwCzCbqzegyVKIsSymcMgiZKeCfrN9SowtUoi8+b59WZMAjIzVZic/Ft97+pynR3Iw==",
-      "dev": true,
-      "requires": {
-        "@tokenizer/token": "^0.3.0",
-        "peek-readable": "^4.0.1"
-      }
-    },
     "supports-color": {
-      "version": "7.2.0",
-      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
-      "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
-      "dev": true,
-      "requires": {
-        "has-flag": "^4.0.0"
-      }
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
+      "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
+      "dev": true
     },
     "sver-compat": {
       "version": "1.5.0",
@@ -18591,68 +12625,12 @@
         "es6-symbol": "^3.1.1"
       }
     },
-    "svgo": {
-      "version": "2.8.0",
-      "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
-      "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
-      "dev": true,
-      "optional": true,
-      "requires": {
-        "@trysound/sax": "0.2.0",
-        "commander": "^7.2.0",
-        "css-select": "^4.1.3",
-        "css-tree": "^1.1.3",
-        "csso": "^4.2.0",
-        "picocolors": "^1.0.0",
-        "stable": "^0.1.8"
-      },
-      "dependencies": {
-        "commander": {
-          "version": "7.2.0",
-          "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
-          "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
-          "dev": true,
-          "optional": true
-        }
-      }
-    },
     "symbol-observable": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz",
       "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ=",
       "dev": true
     },
-    "tar-stream": {
-      "version": "1.6.2",
-      "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz",
-      "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==",
-      "dev": true,
-      "requires": {
-        "bl": "^1.0.0",
-        "buffer-alloc": "^1.2.0",
-        "end-of-stream": "^1.0.0",
-        "fs-constants": "^1.0.0",
-        "readable-stream": "^2.3.0",
-        "to-buffer": "^1.1.1",
-        "xtend": "^4.0.0"
-      }
-    },
-    "temp-dir": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
-      "integrity": "sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=",
-      "dev": true
-    },
-    "tempfile": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz",
-      "integrity": "sha1-awRGhWqbERTRhW/8vlCczLCXcmU=",
-      "dev": true,
-      "requires": {
-        "temp-dir": "^1.0.0",
-        "uuid": "^3.0.1"
-      }
-    },
     "textextensions": {
       "version": "3.3.0",
       "resolved": "https://registry.npmjs.org/textextensions/-/textextensions-3.3.0.tgz",
@@ -18667,56 +12645,8 @@
       "requires": {
         "chalk": "^1.1.3",
         "dlv": "^1.1.3"
-      },
-      "dependencies": {
-        "ansi-regex": {
-          "version": "2.1.1",
-          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-          "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
-          "dev": true
-        },
-        "ansi-styles": {
-          "version": "2.2.1",
-          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
-          "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
-          "dev": true
-        },
-        "chalk": {
-          "version": "1.1.3",
-          "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
-          "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
-          "dev": true,
-          "requires": {
-            "ansi-styles": "^2.2.1",
-            "escape-string-regexp": "^1.0.2",
-            "has-ansi": "^2.0.0",
-            "strip-ansi": "^3.0.0",
-            "supports-color": "^2.0.0"
-          }
-        },
-        "strip-ansi": {
-          "version": "3.0.1",
-          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
-          "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
-          "dev": true,
-          "requires": {
-            "ansi-regex": "^2.0.0"
-          }
-        },
-        "supports-color": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
-          "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
-          "dev": true
-        }
       }
     },
-    "through": {
-      "version": "2.3.8",
-      "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
-      "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
-      "dev": true
-    },
     "through2": {
       "version": "2.0.5",
       "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
@@ -18727,15 +12657,6 @@
         "xtend": "~4.0.1"
       }
     },
-    "through2-concurrent": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/through2-concurrent/-/through2-concurrent-2.0.0.tgz",
-      "integrity": "sha512-R5/jLkfMvdmDD+seLwN7vB+mhbqzWop5fAjx5IX8/yQq7VhBhzDmhXgaHAOnhnWkCpRMM7gToYHycB0CS/pd+A==",
-      "dev": true,
-      "requires": {
-        "through2": "^2.0.0"
-      }
-    },
     "through2-filter": {
       "version": "3.0.0",
       "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz",
@@ -18752,12 +12673,6 @@
       "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=",
       "dev": true
     },
-    "timed-out": {
-      "version": "4.0.1",
-      "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
-      "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=",
-      "dev": true
-    },
     "to-absolute-glob": {
       "version": "2.0.2",
       "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
@@ -18774,12 +12689,6 @@
       "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=",
       "dev": true
     },
-    "to-buffer": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz",
-      "integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==",
-      "dev": true
-    },
     "to-fast-properties": {
       "version": "2.0.0",
       "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
@@ -18849,9 +12758,9 @@
       }
     },
     "toidentifier": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
-      "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
+      "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
       "dev": true
     },
     "token-stream": {
@@ -18860,46 +12769,12 @@
       "integrity": "sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=",
       "dev": true
     },
-    "token-types": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/token-types/-/token-types-4.1.1.tgz",
-      "integrity": "sha512-hD+QyuUAyI2spzsI0B7gf/jJ2ggR4RjkAo37j3StuePhApJUwcWDjnHDOFdIWYSwNR28H14hpwm4EI+V1Ted1w==",
-      "dev": true,
-      "requires": {
-        "@tokenizer/token": "^0.3.0",
-        "ieee754": "^1.2.1"
-      }
-    },
-    "trim-repeated": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
-      "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=",
-      "dev": true,
-      "requires": {
-        "escape-string-regexp": "^1.0.2"
-      }
-    },
-    "tunnel-agent": {
-      "version": "0.6.0",
-      "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
-      "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
-      "dev": true,
-      "requires": {
-        "safe-buffer": "^5.0.1"
-      }
-    },
     "type": {
       "version": "1.2.0",
       "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
       "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==",
       "dev": true
     },
-    "type-fest": {
-      "version": "0.11.0",
-      "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz",
-      "integrity": "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==",
-      "dev": true
-    },
     "typedarray": {
       "version": "0.0.6",
       "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
@@ -18912,16 +12787,6 @@
       "integrity": "sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==",
       "dev": true
     },
-    "unbzip2-stream": {
-      "version": "1.4.3",
-      "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
-      "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
-      "dev": true,
-      "requires": {
-        "buffer": "^5.2.1",
-        "through": "^2.3.8"
-      }
-    },
     "unc-path-regex": {
       "version": "0.1.2",
       "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
@@ -19052,21 +12917,6 @@
       "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
       "dev": true
     },
-    "url-parse-lax": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
-      "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
-      "dev": true,
-      "requires": {
-        "prepend-http": "^1.0.1"
-      }
-    },
-    "url-to-options": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz",
-      "integrity": "sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=",
-      "dev": true
-    },
     "use": {
       "version": "3.1.1",
       "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
@@ -19085,12 +12935,6 @@
       "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
       "dev": true
     },
-    "uuid": {
-      "version": "3.4.0",
-      "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
-      "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
-      "dev": true
-    },
     "v8flags": {
       "version": "3.2.0",
       "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz",
@@ -19149,15 +12993,6 @@
         "vinyl": "^2.2.0"
       },
       "dependencies": {
-        "bl": {
-          "version": "3.0.1",
-          "resolved": "https://registry.npmjs.org/bl/-/bl-3.0.1.tgz",
-          "integrity": "sha512-jrCW5ZhfQ/Vt07WX1Ngs+yn9BDqPL/gw28S7s9H6QK/gupnizNzJAss5akW20ISgOrbLTlXOOCTJeNUQqruAWQ==",
-          "dev": true,
-          "requires": {
-            "readable-stream": "^3.0.1"
-          }
-        },
         "readable-stream": {
           "version": "3.6.0",
           "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
@@ -19196,28 +13031,6 @@
         "vinyl-sourcemap": "^1.1.0"
       }
     },
-    "vinyl-ftp": {
-      "version": "0.6.1",
-      "resolved": "https://registry.npmjs.org/vinyl-ftp/-/vinyl-ftp-0.6.1.tgz",
-      "integrity": "sha512-HVp7xuWx9xQC+tzsCCYCnpd3ZVXK8wa4sMEhdkiGY6rY7P1sIm71YkfLjzdYXGS4hseOiSBSS75jPxZBozol6A==",
-      "dev": true,
-      "requires": {
-        "ftp": "^0.3.8",
-        "minimatch": "^3.0.2",
-        "object-assign": "^4.1.1",
-        "parallel-transform": "^1.1.0",
-        "through2": "^2.0.3",
-        "vinyl": "^2.0.1"
-      },
-      "dependencies": {
-        "object-assign": {
-          "version": "4.1.1",
-          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
-          "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
-          "dev": true
-        }
-      }
-    },
     "vinyl-sourcemap": {
       "version": "1.1.0",
       "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz",
@@ -19286,6 +13099,32 @@
         "ansi-styles": "^4.0.0",
         "string-width": "^4.1.0",
         "strip-ansi": "^6.0.0"
+      },
+      "dependencies": {
+        "ansi-regex": {
+          "version": "5.0.1",
+          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+          "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+          "dev": true
+        },
+        "ansi-styles": {
+          "version": "4.3.0",
+          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+          "dev": true,
+          "requires": {
+            "color-convert": "^2.0.1"
+          }
+        },
+        "strip-ansi": {
+          "version": "6.0.1",
+          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+          "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+          "dev": true,
+          "requires": {
+            "ansi-regex": "^5.0.1"
+          }
+        }
       }
     },
     "wrappy": {
@@ -19307,12 +13146,6 @@
       "integrity": "sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==",
       "dev": true
     },
-    "xregexp": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz",
-      "integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=",
-      "dev": true
-    },
     "xtend": {
       "version": "4.0.2",
       "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
@@ -19325,12 +13158,6 @@
       "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
       "dev": true
     },
-    "yallist": {
-      "version": "2.1.2",
-      "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
-      "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
-      "dev": true
-    },
     "yargs": {
       "version": "15.4.1",
       "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
@@ -19369,21 +13196,11 @@
       }
     },
     "yargs-parser": {
-      "version": "20.2.9",
-      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
-      "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+      "version": "21.0.0",
+      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.0.tgz",
+      "integrity": "sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==",
       "dev": true
     },
-    "yauzl": {
-      "version": "2.10.0",
-      "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
-      "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
-      "dev": true,
-      "requires": {
-        "buffer-crc32": "~0.2.3",
-        "fd-slicer": "~1.1.0"
-      }
-    },
     "yeast": {
       "version": "0.1.2",
       "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
diff --git a/package.json b/package.json
index a0d2191..1c8e94c 100644
--- a/package.json
+++ b/package.json
@@ -10,21 +10,13 @@
   "devDependencies": {
     "browser-sync": "^*",
     "gulp": "^4.0.2",
-    "gulp-clean": "^*",
     "gulp-file-sync": "^*",
-    "gulp-imagemin": "^8.0.0",
     "gulp-plumber": "^*",
     "gulp-prettier": "^*",
     "gulp-pug": "^*",
     "gulp-replace": "^1.1.3",
-    "gulp-util": "^*",
-    "imagemin": "^*",
-    "imagemin-jpeg-recompress": "^*",
-    "imagemin-pngquant": "^*",
-    "vinyl-ftp": "^*"
+    "gulp-sitemap": "^8.0.0"
   },
   "author": "",
-  "license": "ISC",
-  "dependencies": {
-  }
+  "license": "ISC"
 }
diff --git a/resources.html b/resources.html
index 66acb3b..ef2f262 100644
--- a/resources.html
+++ b/resources.html
@@ -3,13 +3,20 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Resources | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/communnity.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/resources.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Apache Ignite Resources – Videos, Examples, Book</title>
+    <meta name="description" content="Explore our collection of videos, webinar recordings, examples, and other Ignite resources. Download the Apache Ignite book." />
+    <link rel="canonical" href="https://ignite.apache.org/resources.html" />
+    <meta property="og:title" content="Apache Ignite Resources – Videos, Examples, Book" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/resources.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="Explore our collection of videos, webinar recordings, examples, and other Ignite resources. Download the Apache Ignite book." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/communnity.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/resources.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -63,17 +70,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -83,43 +93,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -127,8 +132,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -138,8 +143,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -152,7 +157,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -166,7 +171,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -180,17 +185,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -198,6 +201,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -206,34 +214,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -255,23 +259,29 @@
       <p class="capstext">TECHNICAL RESOURCES</p>
       <div class="restechnical__grid">
         <article class="restechnical__item">
-          <div class="restechnical__title flexi pb-5"><img src="/img/resourses/res2-book.svg" alt="" /><span class="h4">Apache Ignite Documentation</span></div>
+          <div class="restechnical__title flexi pb-5">
+            <img src="/img/resourses/res2-book.svg" alt="" />
+            <h2 class="h4">Apache Ignite Documentation</h2>
+          </div>
           <div class="restechnical__box cardsimple">
-            <div class="restechnical__subtitle h5">Start with the technical documentation to find out:</div>
+            <div class="restechnical__subtitle h5">Start with the technical documentation to discover:</div>
             <div class="restechnical__text pt-2">
               <ul class="dashlist">
-                <li>What are the key Apache Ignite capabilities</li>
+                <li>Apache Ignite’s key capabilities</li>
                 <li>How to use certain features</li>
                 <li>How to approach cluster optimizations</li>
                 <li>Best troubleshooting techniques</li>
               </ul>
             </div>
-            <div class="restechnical__action"><a class="button" href="https://ignite.apache.org/docs/latest/index" target="_blank">Discover the entire documentation</a></div>
+            <div class="restechnical__action"><a class="button" href="https://ignite.apache.org/docs/latest/index" target="_blank">Discover The Entire Documentation</a></div>
           </div>
         </article>
         <!-- /.restechnical__item-1-->
         <article class="restechnical__item">
-          <div class="restechnical__title flexi pb-5"><img src="/img/resourses/res2-book2.svg" alt="" /><span class="h4">Ignite Wiki</span></div>
+          <div class="restechnical__title flexi pb-5">
+            <img src="/img/resourses/res2-book2.svg" alt="" />
+            <h2 class="h4">Ignite Wiki</h2>
+          </div>
           <div class="restechnical__box cardsimple">
             <div class="restechnical__subtitle h5">A collection of low-level design documents and instructions:</div>
             <div class="restechnical__text pt-2">
@@ -281,12 +291,15 @@
                 <li>Coding and release guidelines</li>
               </ul>
             </div>
-            <div class="restechnical__action"><a class="button" href="https://cwiki.apache.org/confluence/display/IGNITE/" target="_blank">Check out Wiki</a></div>
+            <div class="restechnical__action"><a class="button" href="https://cwiki.apache.org/confluence/display/IGNITE/" target="_blank">Check Out Wiki</a></div>
           </div>
         </article>
         <!-- /.restechnical__item-2-->
-        <article class="restechnical__item">
-          <div class="restechnical__title flexi pb-5"><img src="/img/icon-github.svg" alt="" /><span class="h4">Git Repositories</span></div>
+        <article class="restechnical__item" id="git">
+          <div class="restechnical__title flexi pb-5">
+            <img src="/img/icon-github.svg" alt="" />
+            <h2 class="h4">Git Repositories</h2>
+          </div>
           <div class="restechnical__box cardsimple">
             <div class="restechnical__subtitle h5">Ignite Source Code</div>
             <div class="restechnical__text pt-2">
@@ -302,7 +315,7 @@
         <article class="restechnical__item">
           <div class="restechnical__title restechnical__title--empty flexi pb-5"><span class="h4">&nbsp;</span></div>
           <div class="restechnical__box cardsimple">
-            <div class="restechnical__subtitle h5">Code samples and examples</div>
+            <div class="restechnical__subtitle h5">Code Samples And Examples</div>
             <div class="restechnical__text pt-2"><p>Get access to examples that illustrate various Ignite functionality.</p></div>
             <div class="restechnical__action"><a class="button" href="https://github.com/apache/ignite/tree/master/examples" target="_blank">Examples Git</a></div>
           </div>
@@ -370,34 +383,35 @@
       </div>
     </section>
     <!-- /.resvideos-->
-    <section class="rescourses container">
+    <section class="rescourses container" id="training">
       <h2 class="h4 resicontitle flexi"><img src="/img/resourses/icon-training.svg" alt="" /><span>Trainings and Courses</span></h2>
       <p class="pt-2 h5">Enhance your knowledge in building high-performance and <br />data-intensive applications with the Apache Ignite capabilities.</p>
       <div class="rescourses__wrap pt-5">
         <article class="rescourse cardsimple">
-          <h3 class="fz20 rescourse__title pb-2 maxline3">Apache Ignite Management <br />And Monitoring Guide</h3>
+          <p class="fz20 rescourse__title pb-2 maxline3">Apache Ignite Management <br />And Monitoring Guide</p>
           <img class="rescourse__pic" src="/img/resourses/training1.svg" alt="" />
-          <p class="rescourse__descr pb-3 pt-2">Learn how to monitor nd manage Apache Ignite clusters in production</p>
+          <p class="rescourse__descr pb-3 pt-2">Learn how to monitor and manage Apache Ignite clusters in production</p>
           <a class="rescourse__button button" href="https://www.gridgain.com/docs/tutorials/management-monitoring/overview" target="_blank">Training Schedule</a>
         </article>
         <article class="rescourse cardsimple">
-          <h3 class="fz20 rescourse__title pb-2 maxline3">Apache Ignite Essentials: Key Design Principles For Building Data-Intensive Applications</h3>
+          <p class="fz20 rescourse__title pb-2 maxline3">Apache Ignite Essentials: Key Design Principles For Building Data-Intensive Applications</p>
           <img class="rescourse__pic" src="/img/resourses/training2.svg" alt="" />
           <p class="rescourse__descr pb-3 pt-2">Learn about data partitioning, affinity co-location, and co-located processing</p>
           <a class="rescourse__button button" href="https://www.gridgain.com/products/services/training/apache-ignite-essentials" target="_blank">Training Schedule</a>
         </article>
         <article class="rescourse cardsimple">
-          <h3 class="fz20 rescourse__title pb-2 maxline3">Apache Ignite For Spring Boot And&nbsp;Spring Data Development</h3>
+          <p class="fz20 rescourse__title pb-2 maxline3">Apache Ignite For Spring Boot And&nbsp;Spring Data Development</p>
           <img class="rescourse__pic" src="/img/resourses/training3.svg" alt="" />
           <p class="rescourse__descr pb-3 pt-2">Explore the best practices and nuances of&nbsp;using Spring Boot and Spring Data with Apache Ignite</p>
           <a class="rescourse__button button" href="https://www.gridgain.com/docs/tutorials/spring/spring-ignite-tutorial" target="_blank">Training Schedule</a>
         </article>
       </div>
+      <div class="resourses__bottom pt-5"><a class="button button--shadow" href="https://www.gridgain.com/services/training" target="_blank">Explore Other Free Training Courses</a></div>
     </section>
     <!-- /.rescourses-->
     <section class="resbook container">
       <h2 class="h4 resicontitle flexi"><img src="/img/resourses/block-book.svg" alt="" /><span>Apache Ignite Book</span></h2>
-      <p class="pt-2 h5">This book is useful for developers and architects who want to expand <br />their knowledge in in-memory computing and distributed databases.</p>
+      <p class="pt-2 h5">This book is useful for developers and architects who want to expand <br />their knowledge of in-memory computing and distributed databases.</p>
       <div class="resbook__wrap pt-5 flexi">
         <div class="resbook__picwrap"><img src="/img/resourses/book-cover.jpg" alt="" /></div>
         <div class="resbook__content">
@@ -412,18 +426,18 @@
               <div class="cmtyhistory__avaproff">Software developer</div>
             </div>
           </div>
-          <a class="button resbook__button" href="https://www.shamimbhuiyan.com/ignitebook" target="_blank">Visit the book web-site</a>
+          <a class="button resbook__button" href="https://www.shamimbhuiyan.com/ignitebook" target="_blank">Visit The Book Website</a>
         </div>
       </div>
     </section>
     <!-- /.resbook-->
     <section class="rescontacts container">
-      <h2 class="h4 resicontitle flexi"><img src="/img/resourses/block-email.svg" alt="" /><span>Mailing Lists, Forums and Discussion Archives</span></h2>
+      <h2 class="h4 resicontitle flexi"><img src="/img/resourses/block-email.svg" alt="" /><span>Mailing Lists, Forums And Discussion Archives</span></h2>
       <div class="rescontacts__wrap">
         <article class="faqblock flexi">
           <h3 class="faqblock__title faqblock__title--simple h5"><span>For general questions about Ignite</span></h3>
           <div class="faqblock__right">
-            <h4>By e-mail</h4>
+            <p class="faqblock__rightitle">By e-mail</p>
             <p>For general questions about Ignite <a href="mailto:user@ignite.apache.org">user@ignite.apache.org</a></p>
             <div class="faqblock__buttons flexi pb-5 pt-2">
               <a class="faqblock__button flexi" href="mailto:user-subscribe@ignite.apache.org?subject=Subscribe&amp;body=Please%20subscribe%20me."> <img class="faqblock__eicon" src="/img/icon-email+.svg" alt="" /><span>Subscribe</span></a
@@ -431,7 +445,7 @@
                 <img class="faqblock__eicon" src="/img/icon-email-.svg" alt="" /><span>Unsubscribe</span></a
               ><a class="faqblock__button flexi" href="https://lists.apache.org/list.html?user@ignite.apache.org" target="_blank"> <img src="/img/icon-folder.svg" alt="" /><span>Archives</span></a>
             </div>
-            <h4>On StackOverflow</h4>
+            <p class="faqblock__rightitle">On StackOverflow</p>
             <p>Or&nbsp;ask a&nbsp;question on&nbsp;StackOverflow tagging the question with &laquo;ignite&raquo; or&nbsp;&laquo;apacheignite&raquo;</p>
             <div class="faqblock__buttons flexi pt-2">
               <a class="faqblock__button flexi" href="http://stackoverflow.com/questions/tagged/ignite" target="_blank">
@@ -444,7 +458,7 @@
         <article class="faqblock flexi">
           <h3 class="faqblock__title faqblock__title--simple h5"><span>For contribution-related discussions</span></h3>
           <div class="faqblock__right">
-            <h4>By e-mail</h4>
+            <p class="faqblock__rightitle">By e-mail</p>
             <p><a href="mailto:dev@ignite.apache.org">dev@ignite.apache.org</a></p>
             <div class="faqblock__buttons flexi pb-4 pt-2">
               <a class="faqblock__button flexi" href="mailto:dev-subscribe@ignite.apache.org?subject=Subscribe&amp;body=Please%20subscribe%20me."> <img class="faqblock__eicon" src="/img/icon-email+.svg" alt="" /><span>Subscribe</span></a
@@ -460,7 +474,7 @@
             <span>Report about bugs, possible <br />improvements and ctr.</span>
           </h3>
           <div class="faqblock__right">
-            <h4>By e-mail</h4>
+            <p class="faqblock__rightitle">By e-mail</p>
             <p><a href="mailto:issues@ignite.apache.org">issues@ignite.apache.org</a></p>
             <div class="faqblock__buttons flexi pb-5 pt-2">
               <a class="faqblock__button flexi" href="mailto:issues-subscribe@ignite.apache.org?subject=Subscribe&amp;body=Please%20subscribe%20me."> <img class="faqblock__eicon" src="/img/icon-email+.svg" alt="" /><span>Subscribe</span></a
@@ -511,11 +525,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -530,6 +544,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/sitemap.xml b/sitemap.xml
new file mode 100644
index 0000000..bc682eb
--- /dev/null
+++ b/sitemap.xml
@@ -0,0 +1,3895 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
+    <url>
+        
+        <loc>https://ignite.apache.com/community.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:29.358Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/download.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:30.551Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/events-video.html</loc>
+    
+        
+        <lastmod>2021-11-19T21:41:22.692Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/events.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:35.133Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/faq.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:35.796Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:36.784Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/resources.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:38.158Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:38.608Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/arch/clustering.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:39.190Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/arch/multi-tier-storage.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:39.797Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/arch/native-persistence.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:40.360Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/acid-transactions.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:40.906Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/compute-apis.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:41.450Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/distributed-key-value-store.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:42.061Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:42.551Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/machinelearning.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:43.004Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/multilanguage.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:43.448Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/servicegrid.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:43.983Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/sql.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:44.525Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/streaming.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:44.945Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/features/tooling.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:45.981Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases/digital-integration-hub.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:46.577Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases/hadoop-acceleration.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:47.361Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases/high-performance-computing.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:47.979Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases/in-memory-cache.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:48.983Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases/in-memory-data-grid.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:49.569Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases/in-memory-database.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:49.981Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases/key-value-store.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:49.981Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases/provenusecases.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:49.982Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/use-cases/spark-acceleration.html</loc>
+    
+        
+        <lastmod>2021-11-20T20:10:49.983Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>1</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-rebalancing</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.867Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-streaming</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.868Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/distributed-locks</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.879Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.975Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/logging</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.997Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/memory-architecture</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.038Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/messaging</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.044Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/plugins</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.090Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/read-repair</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.099Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/resources-injection</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.100Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/restapi</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.102Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/setup</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.111Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/starting-nodes</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.124Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/understanding-configuration</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.142Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/binary-client-protocol</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.841Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/binary-type-metadata</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.842Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/cache-configuration</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.843Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/data-format</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.844Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/key-value-queries</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.845Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/binary-client-protocol/sql-and-scan-queries</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.846Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/code-deployment/deploying-user-code</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.853Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/code-deployment/peer-class-loading</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.854Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/clustering/baseline-topology</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.847Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/clustering/clustering</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.848Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/clustering/connect-client-nodes</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.848Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/clustering/discovery-in-the-cloud</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.849Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/clustering/network-configuration</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.850Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/clustering/running-client-nodes-behind-nat</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.851Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/clustering/tcp-ip-discovery</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.852Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/clustering/zookeeper-discovery</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.852Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/configuring-caches/atomicity-modes</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.855Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/configuring-caches/cache-groups</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.855Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/configuring-caches/configuration-overview</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.856Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/configuring-caches/configuring-backups</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.857Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/configuring-caches/expiry-policies</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.858Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/configuring-caches/near-cache</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.859Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/configuring-caches/on-heap-caching</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.860Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/configuring-caches/partition-loss-policy</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.860Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/cpp-specific/cpp-objects-lifetime</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.861Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/cpp-specific/cpp-platform-interoperability</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.862Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/cpp-specific/cpp-serialization</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.862Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/cpp-specific/</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.863Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-modeling/affinity-collocation</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.864Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-modeling/binary-marshaller</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.865Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-modeling/data-modeling</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.866Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-modeling/data-partitioning</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.866Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-structures/atomic-sequence</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.869Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-structures/atomic-types</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.869Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-structures/countdownlatch</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.870Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-structures/id-generator</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.871Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-structures/queue-and-set</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.872Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/data-structures/semaphore</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.873Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/distributed-computing/cluster-groups</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.874Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/distributed-computing/collocated-computations</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.875Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/distributed-computing/distributed-computing</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.876Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/distributed-computing/executor-service</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.876Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/distributed-computing/fault-tolerance</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.877Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/distributed-computing/job-scheduling</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.877Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/distributed-computing/load-balancing</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.878Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/distributed-computing/map-reduce</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.879Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/events/events</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.880Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/events/listening-to-events</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.881Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/hibernate-l2-cache</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.885Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/mybatis-l2-cache</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.890Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/performance-statistics</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.891Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/php-pdo</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.892Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/installation/deb-rpm</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.977Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/installation/installing-using-docker</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.979Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/installation/installing-using-zip</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.980Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/installation/vmware-installation</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.987Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/key-value-api/basic-cache-operations</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.990Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/key-value-api/binary-objects</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.992Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/key-value-api/continuous-queries</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.994Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/key-value-api/transactions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.996Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/key-value-api/using-scan-queries</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.996Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/machine-learning</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.016Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/multiclass-classification</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.026Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/partition-based-dataset</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.027Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/preprocessing</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.029Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/recommendation-systems</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.030Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/updating-trained-models</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.036Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/memory-configuration/data-regions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.040Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/memory-configuration/eviction-policies</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.041Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/memory-configuration/</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.043Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/memory-configuration/replacement-policies</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.044Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/cluster-id</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.045Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/cluster-states</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.046Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/configuring-metrics</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.047Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/intro</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.048Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/metrics</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.050Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/new-metrics-system</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.051Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/new-metrics</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.052Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/performance-statistics</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.053Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/system-views</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.055Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/monitoring-metrics/tracing</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.056Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/asp-net-output-caching</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.057Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/asp-net-session-state-caching</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.058Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.059Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-async</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.060Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-configuration-options</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.060Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-cross-platform-support</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.061Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-deployment-options</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.062Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-entity-framework-cache</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.063Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-java-services-execution</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.064Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-linq</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.065Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-logging</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.066Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-platform-cache</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.067Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-platform-interoperability</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.068Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-plugins</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.069Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-remote-assembly-loading</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.070Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-serialization</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.071Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-standalone-nodes</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.072Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/net-specific/net-troubleshooting</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.073Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/general-perf-tips</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.074Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/handling-exceptions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.075Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.076Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/memory-tuning</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.077Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/persistence-tuning</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.078Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/sql-tuning</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.079Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/thread-pools-tuning</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.080Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/troubleshooting</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.080Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/perf-and-troubleshooting/yardstick-benchmarking</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.081Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/persistence/custom-cache-store</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.082Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/persistence/disk-compression</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.083Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/persistence/external-storage</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.084Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/persistence/native-persistence-defragmentation</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.085Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/persistence/native-persistence</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.086Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/persistence/persistence-tuning</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.087Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/persistence/snapshot-directory</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.088Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/persistence/swap</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.088Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/quick-start/cpp</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.091Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/quick-start/dotnet</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.091Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/quick-start/</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.092Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/quick-start/java</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.093Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/quick-start/nodejs</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.094Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/quick-start/php</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.095Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/quick-start/python</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.096Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/quick-start/restapi</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.097Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/quick-start/sql</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.098Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/security/authentication</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.103Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/security/cache-encryption-key-rotation</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.103Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/security/</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.104Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/security/master-key-rotation</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.105Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/security/sandbox</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.106Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/security/ssl-tls</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.108Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/security/tde</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.109Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/services/services</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.110Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/snapshots/snapshots</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.112Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/custom-sql-func</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.834Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/distributed-joins</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.835Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/indexes</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.836Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/schemas</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.836Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/sql-api</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.837Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/sql-introduction</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.838Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/sql-transactions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.839Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/sql-tuning</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.840Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/aggregate-functions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.113Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/data-types</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.114Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/date-time-functions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.115Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/ddl</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.116Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/dml</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.116Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.117Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/numeric-functions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.118Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/operational-commands</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.119Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/sql-conformance</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.120Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/string-functions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.121Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/system-functions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.122Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/sql-reference/transactions</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.123Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/thin-clients/cpp-thin-client</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.126Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/thin-clients/dotnet-thin-client</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.127Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/thin-clients/getting-started-with-thin-clients</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.128Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/thin-clients/java-thin-client</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.129Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/thin-clients/nodejs-thin-client</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.130Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/thin-clients/php-thin-client</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.131Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/thin-clients/python-thin-client</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.132Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/transactions/mvcc</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.141Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/tools/control-script</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.133Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/tools/gg-control-center</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.134Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/tools/informatica</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.135Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/tools/pentaho</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.136Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/tools/sqlline</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.137Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/tools/tableau</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.138Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/tools/visor-cmd</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.139Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/cassandra/configuration</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.882Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/cassandra/ddl-generator</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.883Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/cassandra/overview</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.883Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/cassandra/usage-examples</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.884Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/ignite-dataframe</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.886Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/ignitecontext-and-rdd</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.886Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/installation</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.887Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/overview</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.888Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/spark-shell</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.888Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/ignite-for-spark/troubleshooting</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.889Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/spring/spring-boot</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.892Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/spring/spring-caching</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.893Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/spring/spring-data</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.894Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/spring/spring-tx</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.895Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/camel-streamer</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.895Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/flink-streamer</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.896Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/flume-sink</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.897Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/jms-streamer</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.897Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/kafka-streamer</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.898Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/mqtt-streamer</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.899Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/rocketmq-streamer</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.899Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/storm-streamer</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.900Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/twitter-streamer</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.900Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/extensions-and-integrations/streaming/zeromq-streamer</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.901Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/installation/kubernetes/amazon-eks-deployment</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.982Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/installation/kubernetes/azure-deployment</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.984Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/installation/kubernetes/gke-deployment</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.986Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/ann</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.998Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/decision-trees</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.999Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/introduction</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.000Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/knn-classification</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.001Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/linear-svm</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.002Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/logistic-regression</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.003Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/multilayer-perceptron</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.004Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/binary-classification/naive-bayes</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.005Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/clustering/gaussian-mixture</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.006Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/clustering/introduction</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.007Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/clustering/k-means-clustering</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.008Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/bagging</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.009Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/gradient-boosting</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.010Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/introduction</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.011Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/random-forest</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.012Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/ensemble-methods/stacking</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.012Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/importing-model/introduction</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.013Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/importing-model/model-import-from-apache-spark</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.014Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/importing-model/model-import-from-gxboost</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.015Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/cross-validation</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.018Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/evaluator</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.019Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/hyper-parameter-tuning</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.020Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/introduction</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.021Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/pipeline-api</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.023Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/model-selection/split-the-dataset-on-test-and-train-datasets</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.025Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/regression/decision-trees-regression</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.032Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/regression/introduction</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.032Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/regression/knn-regression</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.034Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/machine-learning/regression/linear-regression</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:42.035Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/JDBC/error-codes</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.827Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/JDBC/jdbc-client-driver</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.828Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/JDBC/jdbc-driver</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.828Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/connection-string-dsn</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.829Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/data-types</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.830Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/error-codes</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.831Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/odbc-driver</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.831Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/querying-modifying-data</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.832Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+    <url>
+        
+        <loc>https://ignite.apache.com/docs/latest/SQL/ODBC/specification</loc>
+    
+        
+        <lastmod>2021-11-13T09:13:41.833Z</lastmod>
+    
+        
+        <changefreq>monthly</changefreq>
+    
+        
+        <priority>0.7</priority>
+    
+    </url>
+</urlset>
\ No newline at end of file
diff --git a/test.html b/test.html
deleted file mode 100644
index 85db4a3..0000000
--- a/test.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Main Page | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
-    <link rel="icon" type="image/png" href="/img/favicon.png" />
-  </head>
-  <body>
-    <footer class="footer">
-      <div class="container footer__top">
-        <section class="footer1">
-          <a class="footer__title" href="/features/">Features</a>
-          <ul class="footer__menu">
-            <li><a href="/arch/multi-tier-storage.html">Multi-Tier Storage</a></li>
-            <li><a href="/arch/native-persistence.html">Native Persistence</a></li>
-            <li><a href="/features/sql.html">Distributed SQL</a></li>
-            <li><a href="/features/acid-transactions.html">ACID Transactions</a></li>
-            <li><a href="/features/distributed-key-value-store.html">Key Value APIs</a></li>
-            <li><a href="/features/compute-apis.html">Compute APIs</a></li>
-            <li><a href="/features/machinelearning.html">Machine Learning</a></li>
-            <li><a href="/features/servicegrid.html">Services</a></li>
-            <li><a href="/features/streaming.html">Streaming</a></li>
-            <li><a href="https://ignite.apache.org/docs/latest/key-value-api/continuous-queries">Continuous Queries</a></li>
-            <li><a href="https://ignite.apache.org/docs/latest/messaging">Messaging</a></li>
-          </ul>
-        </section>
-        <section class="footer2">
-          <a class="footer__title" href="/use-cases/">Use-Cases</a>
-          <ul class="footer__menu">
-            <li><a href="/use-cases/in-memory-cache.html">In-Memory Cache</a></li>
-            <li><a href="/use-cases/in-memory-data-grid.html">In-Memory Data Grid</a></li>
-            <li><a href="/use-cases/in-memory-database.html">In-Memory Database</a></li>
-            <li><a href="/use-cases/high-performance-computing.html">High-Performance Computing</a></li>
-            <li><a href="/use-cases/digital-integration-hub.html">Digital Integration Hub</a></li>
-            <li><a href="/use-cases/key-value-store.html">Key-Value Store</a></li>
-            <li><a href="/use-cases/spark-acceleration.html">Apache Spark Acceleration</a></li>
-            <li><a href="/use-cases/hadoop-acceleration.html">Apache Hadoop Acceleration</a></li>
-          </ul>
-        </section>
-        <section class="footer3"><a class="footer__title" href="/community.html">Community</a><a class="footer__title" href="/resources.html">Resources</a><a class="footer__title" href="/events.html">Events</a></section>
-        <section class="footer4">
-          <div class="footer4__item">Join Our <a href="mailto:dev@ignite.apache.org">Dev Mailing List</a></div>
-          <div class="footer4__item pt-2">Or write your question</div>
-          <div class="footer4__item pt-1">user@ignite.apache.org</div>
-          <div class="footer4__item pt-5">Follow Us:</div>
-          <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
-          </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
-        </section>
-      </div>
-      <div class="container footer__bot">
-        <p>© 2015 - 2021 <a href="http://www.apache.org/">The Apache Software Foundation.</a></p>
-        <p class="pt-1x">Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are either registered trademarks or trademarks of The Apache Software Foundation</p>
-        <p class="pt-1x"><a href="http://apache.org/foundation/policies/privacy.html">Privacy Policy</a></p>
-      </div>
-    </footer>
-    <a class="scrollTop" href="#"
-      ><svg class="feather feather-chevron-up" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
-        <polyline points="18 15 12 9 6 15"></polyline></svg
-    ></a>
-    <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
-    <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
-  </body>
-</html>
diff --git a/use-cases/index.html b/use-cases.html
similarity index 76%
rename from use-cases/index.html
rename to use-cases.html
index be1bb0f..f3fec87 100644
--- a/use-cases/index.html
+++ b/use-cases.html
@@ -3,12 +3,19 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Use Cases | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/usecases.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Use-Cases - Apache Ignite</title>
+    <meta name="description" content="The most common use-cases for Apache Ignite. Learn more how companies deploy Apache Ignite in production." />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases.html" />
+    <meta property="og:title" content="Use-Cases - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="The most common use-cases for Apache Ignite. Learn more how companies deploy Apache Ignite in production." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/usecases.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -62,17 +69,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -82,43 +92,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -126,8 +131,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -137,8 +142,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -151,7 +156,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -165,7 +170,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -179,17 +184,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -197,6 +200,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -205,34 +213,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -371,11 +375,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -390,6 +394,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/use-cases/digital-integration-hub.html b/use-cases/digital-integration-hub.html
index b6086db..65b0e50 100644
--- a/use-cases/digital-integration-hub.html
+++ b/use-cases/digital-integration-hub.html
@@ -3,14 +3,27 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Digital Integration Hub | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Digital Integration Hub - Apache Ignite</title>
+    <meta
+      name="description"
+      content="Apache Ignite functions as a low-latency and shared store of the digital integration hub architecture that caches and persists data sets scattered across many disjointed back-end databases and systems."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases/digital-integration-hub.html" />
+    <meta property="og:title" content="Digital Integration Hub - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases/digital-integration-hub.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite functions as a low-latency and shared store of the digital integration hub architecture that caches and persists data sets scattered across many disjointed back-end databases and systems."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -64,17 +77,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -84,43 +100,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -128,8 +139,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -139,8 +150,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -153,7 +164,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -167,7 +178,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -181,17 +192,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -199,6 +208,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -207,34 +221,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -383,7 +393,7 @@
                 </div>
                 <div class="comvideo__descr pt-1"></div>
               </article>
-              <h3 class="h4 hub5__title">24 Hour Fitness</h3>
+              <div class="h4 hub5__title">24 Hour Fitness</div>
               <p class="hub5__text">implements a Digital Integration Hub to offload API calls and enable new data access patterns.</p>
             </div>
             <div class="hub5__item">
@@ -396,7 +406,7 @@
                 </div>
                 <div class="comvideo__descr pt-1"></div>
               </article>
-              <h3 class="h4 hub5__title">Вanco do Brasil</h3>
+              <div class="h4 hub5__title">Вanco do Brasil</div>
               <p class="hub5__text">uses digital integration hub capabilities to develop the omnichannel Horus platform.</p>
             </div>
           </div>
@@ -410,7 +420,7 @@
                 </div>
                 <div class="comvideo__descr pt-1"></div>
               </article>
-              <h3 class="h4 hub5__title">IBM</h3>
+              <div class="h4 hub5__title">IBM</div>
               <p class="hub5__text">launches the Z Digital Integration Hub built on Apache Ignite to enable real-time business agility for organizations.</p>
             </div>
           </div>
@@ -420,7 +430,7 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">
             Discover our quick start guide and build your first<br />
             application in 5-10 minutes
@@ -428,7 +438,7 @@
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/" target="_blank">Quick Start Guide</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Run our digital integration hub sample application</p>
           <a class="nativebotblock__link arrowlink" href="https://github.com/GridGain-Demos/gridgain-dih-demo" target="_blank">Download The Sample Project</a>
         </article>
@@ -472,11 +482,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -491,6 +501,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/use-cases/hadoop-acceleration.html b/use-cases/hadoop-acceleration.html
index 9045da9..19aefa8 100644
--- a/use-cases/hadoop-acceleration.html
+++ b/use-cases/hadoop-acceleration.html
@@ -3,15 +3,28 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Accelerate Existing Hadoop Deployments| Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/hadoop.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Apache Hadoop Performance Acceleration</title>
+    <meta
+      name="description"
+      content="Achieve the performance acceleration of Hadoop-based systems by deploying Ignite as an in-memory computing platform designated for low-latency, high-throughput and real-time operations while Hadoop continues to be used for long-running OLAP workloads."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases/hadoop-acceleration.html" />
+    <meta property="og:title" content="Apache Hadoop Performance Acceleration" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases/hadoop-acceleration.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Achieve the performance acceleration of Hadoop-based systems by deploying Ignite as an in-memory computing platform designated for low-latency, high-throughput and real-time operations while Hadoop continues to be used for long-running OLAP workloads."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/hadoop.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -65,17 +78,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -85,43 +101,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -129,8 +140,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -140,8 +151,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -154,7 +165,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -168,7 +179,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -182,17 +193,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -200,6 +209,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -208,34 +222,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -341,11 +351,11 @@
           <div class="doop5__block">
             <div class="doop5__item post1">
               <div class="doop5__number h4">01</div>
-              <h4 class="doop5__title">Download and install Apache Ignite to your system.</h4>
+              <div class="doop5__title">Download and install Apache Ignite to your system.</div>
             </div>
             <div class="doop5__item post2">
               <div class="doop5__number h4">02</div>
-              <h4 class="doop5__title">Select a list of operations for Ignite.</h4>
+              <div class="doop5__title">Select a list of operations for Ignite.</div>
               <p class="doop5__text pt-2">The best operations are those that require low-latency response time, high-throughput, and real-time analytics.</p>
             </div>
             <div class="doop5__item post3">
@@ -356,7 +366,7 @@
             </div>
             <div class="doop5__item post4">
               <div class="doop5__number h4">04</div>
-              <h4 class="doop5__title">Update your applications</h4>
+              <div class="doop5__title">Update your applications</div>
               <p class="doop5__text pt-2">Ensure they use Ignite native APIs to process Ignite data and Spark for federated queries.</p>
             </div>
             <div class="doop5__item post5">
@@ -378,7 +388,7 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">
             Discover our quick start guide and build your first<br />
             application in 5-10 minutes
@@ -386,7 +396,7 @@
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/" target="_blank">Quick Start Guide</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Read the Apache Spark acceleration article</p>
           <a class="nativebotblock__link arrowlink" href="/use-cases/spark-acceleration.html">Apache Spark Acceleration Article</a>
         </article>
@@ -430,11 +440,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -449,6 +459,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/use-cases/high-performance-computing.html b/use-cases/high-performance-computing.html
index 1fce522..fa271d4 100644
--- a/use-cases/high-performance-computing.html
+++ b/use-cases/high-performance-computing.html
@@ -3,13 +3,26 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>High Performance Computing | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/high-performance-computing.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>High-Performance Computing, HPC Cluster - Apache Ignite</title>
+    <meta
+      name="description"
+      content="Apache Ignite enables high-performance computing by providing APIs for data and compute-intensive calculations. Using Ignite as a HPC cluster, you can turn your commodity hardware or cloud environment into a distributed supercomputer."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases/high-performance-computing.html" />
+    <meta property="og:title" content="High-Performance Computing, HPC Cluster - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases/high-performance-computing.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite enables high-performance computing by providing APIs for data and compute-intensive calculations. Using Ignite as a HPC cluster, you can turn your commodity hardware or cloud environment into a distributed supercomputer."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/high-performance-computing.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -63,17 +76,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -83,43 +99,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -127,8 +138,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -138,8 +149,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -152,7 +163,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -166,7 +177,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -180,17 +191,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -198,6 +207,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -206,34 +220,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -254,7 +264,7 @@
     </section>
     <!-- /.innerhero-->
     <section class="high1 container">
-      <div class="capstext pb-5">High Performance Computing Overview</div>
+      <h2 class="capstext pb-5">High Performance Computing Overview</h2>
       <div class="high1__wrap flexi">
         <div class="high1__main pt-1">
           <h3 class="h5 high1__title">What is high performance computing?</h3>
@@ -297,7 +307,7 @@
     <!-- /.high1-->
     <section class="high2">
       <div class="container">
-        <div class="capstext">Benefits Of Apache Ignite Compute APIs</div>
+        <h2 class="capstext">Benefits Of Apache Ignite Compute APIs</h2>
         <div class="high2__wrap">
           <div class="high2__block">
             <div class="high2__title">Broadcast or execute on specific nodes</div>
@@ -454,12 +464,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Discover our quick start guide and build <br />your first application in 5-10 minutes</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/" target="_blank">Quick Start Guide</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to View More Use-Cases?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to View More Use-Cases?</span></div>
           <p class="nativebotblock__text">Check out success stories from <br />different industries across the world</p>
           <a class="nativebotblock__link arrowlink" href="/use-cases/provenusecases.html">Companies Stories</a>
         </article>
@@ -503,11 +513,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -522,6 +532,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/use-cases/in-memory-cache.html b/use-cases/in-memory-cache.html
index b8f5b2a..ab32b71 100644
--- a/use-cases/in-memory-cache.html
+++ b/use-cases/in-memory-cache.html
@@ -3,13 +3,26 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>In-Memory Cache | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/in-memory-cache.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Distributed In-Memory Cache - Apache Ignite</title>
+    <meta
+      name="description"
+      content="Apache Ignite as a Distributed In-Memory Cache accelerates and scales your databases, services, and APIs. Learn more about the cache-aside deployment and the read-through/write-through caching strategies with Apache Ignite."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases/in-memory-cache.html" />
+    <meta property="og:title" content="Distributed In-Memory Cache - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases/in-memory-cache.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite enables high-performance computing by providing APIs for data and compute-intensive calculations. Using Ignite as a HPC cluster, you can turn your commodity hardware or cloud environment into a distributed supercomputer."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/in-memory-cache.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -63,17 +76,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -83,43 +99,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -127,8 +138,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -138,8 +149,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -152,7 +163,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -166,7 +177,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -180,17 +191,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -198,6 +207,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -206,34 +220,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -390,12 +400,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Discover our quick start guide and build your first application in 5-10 minutes</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/#quick-start-guides " target="_blank">Quick Start Guide </a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to View More Use-Cases?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to View More Use-Cases?</span></div>
           <p class="nativebotblock__text">Read In-Memory Data Grid article</p>
           <a class="nativebotblock__link arrowlink" href="/use-cases/in-memory-data-grid.html" target="_blank">In-Memory Data Grid</a>
         </article>
@@ -439,11 +449,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -458,6 +468,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/use-cases/in-memory-data-grid.html b/use-cases/in-memory-data-grid.html
index de34afe..c0ae709 100644
--- a/use-cases/in-memory-data-grid.html
+++ b/use-cases/in-memory-data-grid.html
@@ -3,16 +3,23 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>In-Memory Data Grid | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/database.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/datagrid.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>In-Memory Data Grid - Apache Ignite</title>
+    <meta name="description" content="The Apache Ignite in-memory data grid accelerates and scales out distributed databases, services, and APIs. Learn more about an IMDG with Apache Ignite." />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases/in-memory-data-grid.html" />
+    <meta property="og:title" content="In-Memory Data Grid - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases/in-memory-data-grid.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="The Apache Ignite in-memory data grid accelerates and scales out distributed databases, services, and APIs. Learn more about an IMDG with Apache Ignite." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/database.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/datagrid.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -66,17 +73,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -86,43 +96,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -130,8 +135,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -141,8 +146,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -155,7 +160,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -169,7 +174,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -183,17 +188,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -201,6 +204,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -209,34 +217,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -403,7 +407,7 @@
                 </div>
                 <div class="comvideo__descr pt-1"></div>
               </article>
-              <h3 class="h4 hub5__title">Agilent Technologies Inc.</h3>
+              <div class="h4 hub5__title">Agilent Technologies Inc.</div>
               <p class="hub5__text base5__text">improved its online channel by implementing in-memory solutions. They leveraged in-memory data grid to achieve faster time-to-market, and data flexibility across digital channels.</p>
             </div>
             <div class="hub5__item">
@@ -415,7 +419,7 @@
                 </div>
                 <div class="comvideo__descr pt-1"></div>
               </article>
-              <h3 class="h4 hub5__title">ING Bank</h3>
+              <div class="h4 hub5__title">ING Bank</div>
               <p class="hub5__text base5__text base5__textend">used in-memory computing platforms to meet increasing demand for performance and scalability.</p>
             </div>
           </div>
@@ -425,7 +429,7 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">
             Discover our quick start guide and build your first<br />
             application in 5-10 minutes
@@ -433,7 +437,7 @@
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/" target="_blank">Quick Start Guide</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to View More Use-Cases?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to View More Use-Cases?</span></div>
           <p class="nativebotblock__text">Read the In-Memory Database article</p>
           <a class="nativebotblock__link arrowlink" href="/use-cases/in-memory-database.html">In-Memory Database</a>
         </article>
@@ -477,11 +481,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -496,6 +500,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/use-cases/in-memory-database.html b/use-cases/in-memory-database.html
index 457b582..73777f8 100644
--- a/use-cases/in-memory-database.html
+++ b/use-cases/in-memory-database.html
@@ -3,15 +3,28 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>In-Memory Database | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/database.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>In-Memory Database - Apache Ignite</title>
+    <meta
+      name="description"
+      content="Apache Ignite, as the best open source in-memory database, is a high-performance system-of-records that can store and query large data sets from memory and disk without requiring to warm up the memory tier on cluster restarts."
+    />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases/in-memory-database.html" />
+    <meta property="og:title" content="In-Memory Database - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases/in-memory-database.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta
+      property="og:description"
+      content="Apache Ignite, as the best open source in-memory database, is a high-performance system-of-records that can store and query large data sets from memory and disk without requiring to warm up the memory tier on cluster restarts."
+    />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/database.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -65,17 +78,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -85,43 +101,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -129,8 +140,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -140,8 +151,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -154,7 +165,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -168,7 +179,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -182,17 +193,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -200,6 +209,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -208,34 +222,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -409,7 +419,7 @@
                 </div>
                 <div class="comvideo__descr pt-1"></div>
               </article>
-              <h3 class="h4 hub5__title">BNP Paribas</h3>
+              <div class="h4 hub5__title">BNP Paribas</div>
               <p class="hub5__text base5__text">
                 with the help of Apache Ignite managed to design, build, and optimize a hybrid transactional-analytical processing (HTAP) solution. This enabled the bank to make key business decisions in real-time.
               </p>
@@ -423,7 +433,7 @@
                 </div>
                 <div class="comvideo__descr pt-1"></div>
               </article>
-              <h3 class="h4 hub5__title">JP MorganChase</h3>
+              <div class="h4 hub5__title">JP MorganChase</div>
               <p class="hub5__text base5__text">faced an increasing need to apply transformations to large datasets in real-time. To meet this need, their team selected Ignite to achieve persistence, caching and integrated compute.</p>
             </div>
           </div>
@@ -433,7 +443,7 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">
             Discover our quick start guide and build your first<br />
             application in 5-10 minutes
@@ -441,7 +451,7 @@
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/" target="_blank">Quick Start Guide</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to View More Use-Cases?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to View More Use-Cases?</span></div>
           <p class="nativebotblock__text">Read the In-Memory Cache article</p>
           <a class="nativebotblock__link arrowlink" href="/use-cases/in-memory-cache.html">In-Memory Cache Article</a>
         </article>
@@ -485,11 +495,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -504,6 +514,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/use-cases/key-value-store.html b/use-cases/key-value-store.html
index 7fddd62..fb0b9a5 100644
--- a/use-cases/key-value-store.html
+++ b/use-cases/key-value-store.html
@@ -3,17 +3,24 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Key-Value Store | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/datagrid.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/hadoop.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/key-value-store.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Key-Value Store / Database - Apache Ignite</title>
+    <meta name="description" content="Apache Ignite is the best and fastest key-value database that stores data both in memory and on disk with support for key-value, SQL, ACID transactions, compute, and machine learning APIs." />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases/key-value-store.html" />
+    <meta property="og:title" content="Key-Value Store / Database - Apache Ignite" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases/key-value-store.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="Apache Ignite is the best and fastest key-value database that stores data both in memory and on disk with support for key-value, SQL, ACID transactions, compute, and machine learning APIs." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/datagrid.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/hadoop.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/key-value-store.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -67,17 +74,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -87,43 +97,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -131,8 +136,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -142,8 +147,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -156,7 +161,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -170,7 +175,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -184,17 +189,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -202,6 +205,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -210,34 +218,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -264,9 +268,9 @@
       <div class="container">
         <div class="hub1__block key1__block flexi">
           <div class="hub1__info">
-            <h3 class="h5 hub1__title">What is a key-value store?</h3>
+            <h2 class="h5 hub1__title">What is a key-value store?</h2>
             <p class="hub1__text">A key-value store is a data storage software. It stores, retrieves, and manages data as a set of unique keys. Each one is associated with one and only one value.</p>
-            <h3 class="h5 hub1__title hub1__titleend">How a key-value store works</h3>
+            <h2 class="h5 hub1__title hub1__titleend">How a key-value store works</h2>
             <p class="hub1__text">A key-value store, or a key-value database, holds a collection of data records in various fields. The data records have unique keys to retrieve and modify records quickly.</p>
           </div>
           <img class="hub1__image" src="/img/usecases/key-value/image.svg" alt="image" />
@@ -334,7 +338,7 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">
             Discover our quick start guide and build your first<br />
             application in 5-10 minutes
@@ -342,7 +346,7 @@
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/" target="_blank">Quick Start Guide</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Check out Ignite key-value APIs article</p>
           <a class="nativebotblock__link arrowlink" href="/features/distributed-key-value-store.html">Key-Value APIs Article</a>
         </article>
@@ -386,11 +390,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -405,6 +409,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/use-cases/provenusecases.html b/use-cases/provenusecases.html
index 3250c4f..46b248f 100644
--- a/use-cases/provenusecases.html
+++ b/use-cases/provenusecases.html
@@ -3,12 +3,19 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Powered By | Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/usecases.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Proven Business Cases - Apache Ignite in Use</title>
+    <meta name="description" content="All publicly disclosed business cases of Apache Ignite. Explore dozens of Ignite case-studies across various industries." />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases/provenusecases.html" />
+    <meta property="og:title" content="Proven Business Cases - Apache Ignite in Use" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases/provenusecases.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="All publicly disclosed business cases of Apache Ignite. Explore dozens of Ignite case-studies across various industries." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/usecases.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -62,17 +69,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a class="hdrmenu__current" href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a class="hdrmenu__current" href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -82,43 +92,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -126,8 +131,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -137,8 +142,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -151,7 +156,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -165,7 +170,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -179,17 +184,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -197,6 +200,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -205,34 +213,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -278,7 +282,7 @@
     <section class="poweredbanner container">
       <div class="poweredbanner__bg flexi">
         <div class="poweredbanner__left flexi">
-          <h3 class="h4">Do&nbsp;you have an&nbsp;Apache Ignite use-case to&nbsp;share?</h3>
+          <p class="h4"><strong>Do&nbsp;you have an&nbsp;Apache Ignite use-case to&nbsp;share?</strong></p>
           <p class="pt-1 fz20">Reach&nbsp;us out on&nbsp;the Ignite dev list, and we&rsquo;ll add it&nbsp;to&nbsp;this page</p>
         </div>
         <div class="poweredbanner__right"><a class="button poweredbanner__button" href="#">Lets go</a></div>
@@ -293,7 +297,7 @@
               ><span class="comvideo__txt">Leveraging In&nbsp;Memory Compute Grids With Core Systems Of&nbsp;Record</span><img src="/img/poweredby/videos/001.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">IBM</h4>
+          <div class="h4 pt-2 comvideo__title">IBM</div>
           <div class="comvideo__descr pt-1">
             <p>Apache Ignite is&nbsp;used for IBM Z&nbsp;Mainframes workloads acceleration.</p>
             <p><a href="https://www.imcsummit.org/2019/us/session/leveraging-memory-compute-grids-core-systems-record" target="_blank">View presentation and learn more about speaker </a></p>
@@ -305,7 +309,7 @@
               ><span class="comvideo__txt comvideo__txt--black">How To&nbsp;Use Apache Ignite To&nbsp;Rescue The Backend Of&nbsp;A&nbsp;Bank</span><img src="/img/poweredby/videos/002.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">Raiffeisen Bank</h4>
+          <div class="h4 pt-2 comvideo__title">Raiffeisen Bank</div>
           <div class="comvideo__descr pt-1">
             <p>As users transition to digital channels, the load on the bank's systems has increased.</p>
             <p class="comvideo__gray">For example, since the beginning of 2020, the number of requests to the ABS subsystems from Raiffeisen-Online has grown by a third.</p>
@@ -318,7 +322,7 @@
               ><span class="comvideo__txt">S9D Using Apache Ignite As&nbsp;A&nbsp;Part Of&nbsp;Real Time Campaigning</span><img src="/img/poweredby/videos/003.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">Teradata</h4>
+          <div class="h4 pt-2 comvideo__title">Teradata</div>
           <div class="comvideo__descr pt-1">
             <p>Apache Ignite usage for handling real-time marketing campaigns.</p>
             <p><a href="https://www.imcsummit.org/2019/eu/session/using-apache-ignite-part-real-time-campaigning" target="_blank">View presentation and learn more about speakers</a></p>
@@ -330,7 +334,7 @@
               ><span class="comvideo__txt">&laquo;Recent Purchases&raquo; With Apache Ignite</span><img src="/img/poweredby/videos/004.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">Yahoo! Japan</h4>
+          <div class="h4 pt-2 comvideo__title">Yahoo! Japan</div>
           <div class="comvideo__descr pt-1">
             <p>
               <a href="https://techblog.yahoo.co.jp/oss/yahoo_shopping_purchases_ignite/" target="_blank">This blog post</a> explains why Yahoo! Japan chose Apache Ignite for a highly scalable caching system that can process tens of
@@ -348,7 +352,7 @@
               ><span class="comvideo__txt">In-Memory Computing Patterns For High Volume, Real Time Applications</span><img src="/img/poweredby/videos/005.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">American Airlines</h4>
+          <div class="h4 pt-2 comvideo__title">American Airlines</div>
           <div class="comvideo__descr pt-1">
             <p>American Airlines IT&nbsp;transformations are due to&nbsp;the following advantages of&nbsp;Apache Ignite:</p>
             <ul class="dashlist pt-1">
@@ -367,7 +371,7 @@
               ><span class="comvideo__txt">Embracing The Service Consumption Shift In&nbsp;Banking</span><img src="/img/poweredby/videos/006.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">ING Bank</h4>
+          <div class="h4 pt-2 comvideo__title">ING Bank</div>
           <div class="comvideo__descr pt-1">
             <p>ING core banking system transformation with Apache Ignite.</p>
             <p><a href="https://www.imcsummit.org/2018/us/session/embracing-service-consumption-shift-banking" target="_blank">View presentation and learn more about speakers</a></p>
@@ -379,7 +383,7 @@
               ><span class="comvideo__txt comvideo__txt--black comvideo__txt--medium">Using Ignite And JBoss Drools To&nbsp;Implement A&nbsp;Complex Event Processing Solution</span><img src="/img/poweredby/videos/007.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">Banco do Brasil</h4>
+          <div class="h4 pt-2 comvideo__title">Banco do Brasil</div>
           <div class="comvideo__descr pt-1">
             <p>
               Вanco do&nbsp;Brasil is&nbsp;developing the omnichannel Horus platform in-house. They implemented a&nbsp;complex event processing ecosystem that is&nbsp;based on&nbsp;Apache Ignite, JBoss Drools, and other components. The team
@@ -393,7 +397,7 @@
               ><span class="comvideo__txt">Fitness + In Memory Computing = Getting Ahead Of The Game</span><img src="/img/poweredby/videos/008.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">24 Hour Fitness</h4>
+          <div class="h4 pt-2 comvideo__title">24 Hour Fitness</div>
           <div class="comvideo__descr pt-1">
             <p>Apache Ignite as a digital integration hub and database for a variety of 24 Hour Fitness services.</p>
             <p><a href="https://www.imcsummit.org/2019/us/session/fitness-memory-computing-getting-ahead-game" target="_blank">View presentation and learn more about speakers</a></p>
@@ -405,7 +409,7 @@
               ><span class="comvideo__txt comvideo__txt--black">High Performance Exposure Management With Apache Ignite</span><img src="/img/poweredby/videos/009.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">JPMorgan Chase</h4>
+          <div class="h4 pt-2 comvideo__title">JPMorgan Chase</div>
           <div class="comvideo__descr pt-1">
             <p>
               Exposure management poses unique technical challenges for Asset Management. Requests involve heavy computation on&nbsp;top of&nbsp;millions of&nbsp;data points with target response times of&nbsp;around a&nbsp;1/3&nbsp;second.
@@ -419,7 +423,7 @@
               ><span class="comvideo__txt comvideo__txt--black">Real Time Exposure Management Using Ignite</span><img src="/img/poweredby/videos/010.png" alt=""
             /></a>
           </div>
-          <h4 class="h4 pt-2 comvideo__title">JPMorgan Chase</h4>
+          <div class="h4 pt-2 comvideo__title">JPMorgan Chase</div>
           <div class="comvideo__descr pt-1">
             <p>
               The increasing need in&nbsp;the finance world to&nbsp;apply transformations to&nbsp;large datasets in&nbsp;real-time led the Asset Management&rsquo;s portfolio management system team to&nbsp;select Ignite to&nbsp;achieve
@@ -438,7 +442,7 @@
                 ><img src="/img/poweredby/videos/011.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">BNP Paribas</h4>
+            <div class="h4 pt-2 comvideo__title">BNP Paribas</div>
             <div class="comvideo__descr pt-1">
               <p>A&nbsp;hybrid transactional-analytical processing (HTAP) solution in&nbsp;BNP Paribas is&nbsp;powered by&nbsp;Apache Ignite and enables the bank to&nbsp;make key business decisions in&nbsp;real-time.</p>
             </div>
@@ -449,7 +453,7 @@
                 ><span class="comvideo__txt comvideo__txt--black comvideo__txt--medium">How nference.ai Leverages Ignite For Distributed Analytics In&nbsp;The Bioinformatics Domain</span><img src="/img/poweredby/videos/012.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">nference.ai</h4>
+            <div class="h4 pt-2 comvideo__title">nference.ai</div>
             <div class="comvideo__descr pt-1">
               <p>nference.ai uses Ignite for distributed analytics in&nbsp;the bioinformatics domain.</p>
               <p>Ignite as&nbsp;a&nbsp;horizontally scalable framework allows to&nbsp;define different statistical analyses and execute it&nbsp;on&nbsp;TB&rsquo;s of&nbsp;numerical data in&nbsp;real-time, without movement of&nbsp;data.</p>
@@ -462,7 +466,7 @@
                 ><img src="/img/poweredby/videos/013.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">Trimble</h4>
+            <div class="h4 pt-2 comvideo__title">Trimble</div>
             <div class="comvideo__descr pt-1">
               <p>Trimble built a&nbsp;live geospatial analytics platform for construction productivity with Apache Ignite.</p>
               <p class="comvideo__gray">
@@ -477,7 +481,7 @@
                 ><span class="comvideo__txt comvideo__txt--black comvideo__txt--medium">Ignite Success Story: How Ignite Fuels The High Throughput Messaging In&nbsp;Sentienz Akiro</span><img src="/img/poweredby/videos/014.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">Sentienz</h4>
+            <div class="h4 pt-2 comvideo__title">Sentienz</div>
             <div class="comvideo__descr pt-1"><p>Sentienz uses Apache Ignite to&nbsp;handle more than 1Millions Requests per second from 10&nbsp;Million devices with a&nbsp;single cluster IoT platform.</p></div>
           </article>
           <article class="comvideo">
@@ -486,7 +490,7 @@
                 ><span class="comvideo__txt">Using In-Memory Grid Compute To&nbsp;Achieve Scalability And High Performance With Legacy Travel Applications</span><img src="/img/poweredby/videos/015.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">JacTravel</h4>
+            <div class="h4 pt-2 comvideo__title">JacTravel</div>
             <div class="comvideo__descr pt-1">
               <p>
                 <a href="https://www.imcsummit.org/2017/eu/sessions/using-memory-grid-compute-achieve-scalability-and-high-performance-legacy-travel">This presentation</a> looks at&nbsp;the technical challenges presented to&nbsp;JacTravel
@@ -504,7 +508,7 @@
                 ><span class="comvideo__txt">High Availability And Disaster Recovery For IMDG</span><img src="/img/poweredby/videos/016.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">Sberbank</h4>
+            <div class="h4 pt-2 comvideo__title">Sberbank</div>
             <div class="comvideo__descr pt-1">
               <p>Digital transformation of Sberbank banking services with Apache Ignite.</p>
               <p><a href="https://www.imcsummit.org/2017/us/sessions/high-availability-and-disaster-recovery-imdg" target="_blank">View presentation and learn more about speakers</a></p>
@@ -516,7 +520,7 @@
                 ><span class="comvideo__txt">Implementation Of&nbsp;Investment Book Of&nbsp;Record (IBOR) Using Apache Ignite</span><img src="/img/poweredby/videos/017.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">Wellington Management</h4>
+            <div class="h4 pt-2 comvideo__title">Wellington Management</div>
             <div class="comvideo__descr pt-1">
               <p>Implementation Of&nbsp;Investment Book Of&nbsp;Record (IBOR) Using Apache Ignite.</p>
               <p><a href="https://www.imcsummit.org/2017/us/sessions/implementation-investment-book-record-ibor-using-apache-ignitegridgain" target="_blank">View presentation and learn more about speakers</a></p>
@@ -528,7 +532,7 @@
                 ><span class="comvideo__txt comvideo__txt--black">Data Driven Drug Discovery</span><img src="/img/poweredby/videos/018.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">E-Therapeutics</h4>
+            <div class="h4 pt-2 comvideo__title">E-Therapeutics</div>
             <div class="comvideo__descr pt-1"><p>Apache Ignite as&nbsp;a&nbsp;high-performance compute system for drugs&rsquo; discovery.</p></div>
           </article>
           <article class="comvideo">
@@ -537,7 +541,7 @@
                 ><span class="comvideo__txt">Building A&nbsp;Graph Centric Platform On&nbsp;Ignite</span><img src="/img/poweredby/videos/019.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">Hypi</h4>
+            <div class="h4 pt-2 comvideo__title">Hypi</div>
             <div class="comvideo__descr pt-1">
               <p>Apache Ignite as&nbsp;a&nbsp;graph centric platform.</p>
               <p><a href="https://www.imcsummit.org/2019/eu/session/building-graph-centric-platform-ignite" target="_blank">View presentation and learn more about speakers</a></p>
@@ -549,7 +553,7 @@
                 ><span class="comvideo__txt comvideo__txt--black">Interactive Historical Data Analysis</span><img src="/img/poweredby/videos/020.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">TrendMiner</h4>
+            <div class="h4 pt-2 comvideo__title">TrendMiner</div>
             <div class="comvideo__descr pt-1">
               <p>Visualization and analysis of&nbsp;massive amounts of&nbsp;historical data in&nbsp;real-time with Apache Ignite compute grid capabilities.</p>
               <p><a href="https://www.imcsummit.org/2019/eu/session/trendminer-interactive-historical-data-analysis" target="_blank">View presentation and learn more about speakers</a></p>
@@ -561,7 +565,7 @@
                 ><span class="comvideo__txt">Leveraging In-Memory Data Grid For Faster Time To&nbsp;Market</span><img src="/img/poweredby/videos/021.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">Agilent Technologies Inc.</h4>
+            <div class="h4 pt-2 comvideo__title">Agilent Technologies Inc.</div>
             <div class="comvideo__descr pt-1">
               <p>Leveraging in-memory data grid for faster time-to-market and data flexibility problems of&nbsp;digital channels.</p>
               <p><a href="https://www.imcsummit.org/2018/us/session/leveraging-memory-data-grid-faster-time-market-and-data-flexibility-problems-digital" target="_blank">View presentation and learn more about speakers</a></p>
@@ -573,7 +577,7 @@
                 ><span class="comvideo__txt comvideo__txt--black comvideo__txt--medium">How To&nbsp;Build An&nbsp;Event Driven, Dynamically Re-configurable Microservices Platform</span><img src="/img/poweredby/videos/022.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">The Glue</h4>
+            <div class="h4 pt-2 comvideo__title">The Glue</div>
             <div class="comvideo__descr pt-1"><p>How to&nbsp;build an&nbsp;event driven, dynamically re-configurable micro services platform with Apache Ignite.</p></div>
           </article>
           <article class="comvideo">
@@ -582,7 +586,7 @@
                 ><span class="comvideo__txt comvideo__txt--black">Scaling Sports Betting From FSB Tech</span><img src="/img/poweredby/videos/023.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">FSB Tech</h4>
+            <div class="h4 pt-2 comvideo__title">FSB Tech</div>
             <div class="comvideo__descr pt-1"><p>Building a&nbsp;real-time sports betting platform with Apache Ignite.</p></div>
           </article>
           <article class="comvideo">
@@ -591,7 +595,7 @@
                 ><span class="comvideo__txt comvideo__txt--black comvideo__txt--medium">Detecting Potential Hazardous Situations In The Dutch Railway Planning Using Apache Ignite</span><img src="/img/poweredby/videos/024.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">Dutch Railways</h4>
+            <div class="h4 pt-2 comvideo__title">Dutch Railways</div>
             <div class="comvideo__descr pt-1">
               <p>
                 Detecting Potential Hazardous Situations in&nbsp;the Dutch Railway Planning to&nbsp;meet challenges of&nbsp;one of&nbsp;the busiest rail infrastructures in&nbsp;Europe JDriven built a&nbsp;space-based architecture with
@@ -605,7 +609,7 @@
                 ><span class="comvideo__txt">An&nbsp;Ignite Compute Grid <br />In&nbsp;The Cloud</span><img src="/img/poweredby/videos/025.png" alt=""
               /></a>
             </div>
-            <h4 class="h4 pt-2 comvideo__title">HomeAway</h4>
+            <div class="h4 pt-2 comvideo__title">HomeAway</div>
             <div class="comvideo__descr pt-1">
               <p>HomeAway is&nbsp;one of&nbsp;the leading vacation rental websites.</p>
               <p>With Ignite, HomeAway employed a&nbsp;large, in-memory compute grid to&nbsp;move a&nbsp;myriad of&nbsp;their systems to&nbsp;the Cloud.</p>
@@ -652,11 +656,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -671,6 +675,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>
diff --git a/use-cases/spark-acceleration.html b/use-cases/spark-acceleration.html
index 58027ef..6edffde 100644
--- a/use-cases/spark-acceleration.html
+++ b/use-cases/spark-acceleration.html
@@ -3,15 +3,22 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
-    <title>Accelerate Apache Spark Applications| Apache Ignite</title>
-    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/utils.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/site.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.1" />
-    <link rel="stylesheet" href="../css/spark.css?ver=0.1" />
-    <link rel="stylesheet" href="/css/media.css?ver=0.1" media="only screen and (max-width:1199px)" />
+    <title>Apache Spark Performance Acceleration - Distributed Cache, In-Memory Computing</title>
+    <meta name="description" content="Ignite integrates with Apache Spark to accelerate the performance of Spark applications and APIs by keeping data in a shared in-memory cluster." />
+    <link rel="canonical" href="https://ignite.apache.org/use-cases/spark-acceleration.html" />
+    <meta property="og:title" content="Apache Spark Performance Acceleration - Distributed Cache, In-Memory Computing" />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://ignite.apache.org/use-cases/spark-acceleration.html" />
+    <meta property="og:image" content="/img/og-pic.png" />
+    <meta property="og:description" content="Ignite integrates with Apache Spark to accelerate the performance of Spark applications and APIs by keeping data in a shared in-memory cluster." />
+    <link rel="stylesheet" href="/js/vendor/hystmodal/hystmodal.min.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/utils.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/site.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/native-persistence.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/compute-apis.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/digital-hub.css?ver=0.2" />
+    <link rel="stylesheet" href="../css/spark.css?ver=0.2" />
+    <link rel="stylesheet" href="/css/media.css?ver=0.2" media="only screen and (max-width:1199px)" />
     <link rel="icon" type="image/png" href="/img/favicon.png" />
   </head>
   <body>
@@ -65,17 +72,20 @@
         ><a class="button hdr__button" href="/download.html">Download Ignite 2.11 </a>
         <nav class="hdrmenu">
           <ul class="flexi">
-            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get started</a></li>
+            <li><a class="hdrmenu--expanded" href="/" data-panel="getStarted">Get Started</a></li>
             <li><a class="hdrmenu--expanded" href="/features" data-panel="features">Features</a></li>
             <li><a class="hdrmenu--expanded" href="/community.html" data-panel="community">Community</a></li>
-            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered by</a></li>
+            <li><a href="/use-cases/provenusecases.html" data-panel="">Powered By</a></li>
             <li><a href="///ignite.apache.org/docs/latest/" data-panel="">Docs</a></li>
           </ul>
         </nav>
         <div class="dropmenu">
           <div class="dropmenu__panel" data-menupanel="getStarted">
             <div class="container dropmenu1__grid">
-              <div class="dropmenu__box dropmenu--left">
+              <div class="dropmenu1__buttonwrap">
+                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              </div>
+              <div class="dropmenu__box">
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/resources.html"><img src="/img/menu/icon-resources.svg" alt="" /><span>Resources</span></a>
@@ -85,43 +95,38 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">USE CASES</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <p class="capstext">USE CASES</p>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-cache.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Cache</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-data-grid.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Data Grid</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/in-memory-database.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>In-Memory Database</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/key-value-store.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Key-Value Store</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/high-performance-computing.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>High-Performance Computing</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/digital-integration-hub.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Digital Integration Hub</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/spark-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Spark Acceleration</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/use-cases/hadoop-acceleration.html"><img src="/img/menu/icon-folder.svg" alt="" /><span>Hadoop Acceleration</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
             <!-- /.dropmenu1__grid-->
@@ -129,8 +134,8 @@
           <!-- /.dropmenu__panel-->
           <div class="dropmenu__panel" data-menupanel="features">
             <div class="container dropmenu2__grid">
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Distributed <br />Multi-Tiered Storage</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Distributed Multi-Tiered <br />Storage</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/arch/multi-tier-storage.html"><img src="/img/menu/icon-db.svg" alt="" /><span>Multi-Tier Storage</span></a>
@@ -140,8 +145,8 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
-                <div class="capstext">Essentail Developer <br />APIs</div>
+              <div class="dropmenu__box">
+                <div class="capstext">Essentail Developer APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/features/sql.html"><img src="/img/menu/icon-cube.svg" alt="" /><span>Distributed SQL</span></a>
@@ -154,7 +159,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">High-Performance <br />Computing APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -168,7 +173,7 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu2__col dropmenu__box">
+              <div class="dropmenu__box">
                 <div class="capstext">Real Streaming APIs</div>
                 <ul class="dropmenu__menu">
                   <li>
@@ -182,17 +187,15 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__right dropmenu2__col">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
-              </div>
             </div>
             <!-- /.dropmenu2__grid-->
             <div class="panelmorelinkwrap"><a class="panellink" href="/features/">View all</a></div>
           </div>
           <!-- /.dropmenu__panel-2-->
           <div class="dropmenu__panel" data-menupanel="community">
-            <div class="container dropmenu1__grid dropmenu3__grid">
-              <div class="dropmenu__box dropmenu--left dropmenu3--left">
+            <div class="container dropmenu3__grid">
+              <div class="dropmenu__box">
+                <div class="capstext">Project Info</div>
                 <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#story"><img src="/img/menu/icon-clip.svg" alt="" /><span>Apache Ignite Story</span></a>
@@ -200,6 +203,11 @@
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#community"><img src="/img/menu/icon-comment.svg" alt="" /><span>Meet The Community</span></a>
                   </li>
+                </ul>
+              </div>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
                   <li>
                     <a class="dropmenu__iconitem" href="/community.html#contributing"><img src="/img/menu/icon-puzzle.svg" alt="" /><span>Start Contributing</span></a>
                   </li>
@@ -208,34 +216,30 @@
                   </li>
                 </ul>
               </div>
-              <div class="dropmenu1__center">
-                <div class="dropmenu__box">
-                  <p class="capstext">Events</p>
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
-                    </li>
-                  </ul>
-                </div>
-                <div class="dropmenu__box">
-                  <ul class="dropmenu__menu">
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
-                    </li>
-                    <li>
-                      <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
-                    </li>
-                  </ul>
-                </div>
+              <div class="dropmenu__box">
+                <div class="capstext">Events</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#summit"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Apache Ignite Summit</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#meetups"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Meetups</span></a>
+                  </li>
+                </ul>
               </div>
-              <div class="dropmenu1__right">
-                <a class="dropmenu__redbutton" href="https://ignite.apache.org/docs/latest/"> <img src="/img/menu/icon-red-rocket.svg" alt="" /><span>Quick Start Guide</span></a>
+              <div class="dropmenu__box no-border">
+                <div class="capstext">&nbsp;</div>
+                <ul class="dropmenu__menu">
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#upcoming"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Upcoming Events</span></a>
+                  </li>
+                  <li>
+                    <a class="dropmenu__iconitem" href="/events.html#past"><img src="/img/menu/icon-calendar.svg" alt="" /><span>Past Events</span></a>
+                  </li>
+                </ul>
               </div>
             </div>
-            <!-- /.dropmenu1__grid-->
+            <!-- /.dropmenu3__grid-->
           </div>
           <!-- /.dropmenu__panel-->
         </div>
@@ -320,12 +324,12 @@
     <section class="native-bottom container">
       <div class="native-bottom__grid">
         <article class="nativebotblock">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-rocket.svg" alt="" /><span>Ready to Start?</span></div>
           <p class="nativebotblock__text">Discover our quick start guide and build your first application in 5-10 minutes</p>
           <a class="nativebotblock__link arrowlink" href="https://ignite.apache.org/docs/latest/" target="_blank">Quick Start Guide</a>
         </article>
         <article class="nativebotblock nativebotblock--learn">
-          <h3 class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></h3>
+          <div class="h4 nativebotblock__title"><img class="nativebotblock__icon" src="/img/features/native-docs.svg" alt="" /><span>Want to Learn More?</span></div>
           <p class="nativebotblock__text">Using Hadoop with Spark? See how Ignite accelerates Hadoop-based deployments</p>
           <a class="nativebotblock__link arrowlink" href="/use-cases/hadoop-acceleration.html">Apache Hadoop Acceleration Article</a>
         </article>
@@ -369,11 +373,11 @@
           <div class="footer4__item pt-1">user@ignite.apache.org</div>
           <div class="footer4__item pt-5">Follow Us:</div>
           <div class="footer4__socwrap flexi pt-2">
-            <a class="footer4__soc" href="https://github.com/apache/ignite" taget="_blank"><img src="/img/icon-github.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" taget="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
-            ><a class="footer4__soc" href="https://twitter.com/apacheignite" taget="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
+            <a class="footer4__soc" href="https://github.com/apache/ignite" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://www.linkedin.com/showcase/apache-ignite/" target="_blank"><img src="/img/icon-linkedin.svg" alt="" /></a
+            ><a class="footer4__soc" href="https://twitter.com/apacheignite" target="_blank"><img src="/img/icon-twitter.svg" alt="" /></a>
           </div>
-          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start using Apache Ignite </a>
+          <a class="footer4__button button" href="https://ignite.apache.org/docs/latest/index">Start Uing Apache Ignite </a>
         </section>
       </div>
       <div class="container footer__bot">
@@ -388,6 +392,6 @@
     ></a>
     <script src="/js/vendor/hystmodal/hystmodal.min.js"></script>
     <script src="/js/vendor/smoothscroll.js"></script>
-    <script src="/js/main.js?ver=0.1"></script>
+    <script src="/js/main.js?ver=0.2"></script>
   </body>
 </html>