templates/public/pages/frontPage.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {# VARIBLES SEO #}
  3. {% block title %}{{ parent() }} - {{ seo.seotitre }}{% endblock %}
  4. {% block metadescription %}{{ seo.seometa }}{% endblock %}
  5. {% block metadescriptionogg %}{{ seo.seometa }}{% endblock %}
  6. {# CSS #}
  7. {% block stylesheets %}
  8.     {{ parent() }}
  9.     <!-- Slider feature (by setting slider: 'glide') -->
  10.     <link href="{{ absolute_url(asset('build/contentbox/assets/scripts/glide/css/glide.core.css')) }}" rel="stylesheet" type="text/css" />
  11.     <link href="{{ absolute_url(asset('build/contentbox/assets/scripts/glide/css/glide.theme.css')) }}" rel="stylesheet" type="text/css" />
  12.     <!-- Required css for production -->
  13.     <link href="{{ absolute_url(asset('build/contentbox/assets/minimalist-blocks/content.css')) }}" rel="stylesheet" type="text/css" />
  14.     <link href="{{ absolute_url(asset('build/contentbox/box/box-flex.css')) }}" rel="stylesheet" type="text/css" /> <!-- Box Framework css include (contains a simple css for sections) -->
  15.     {#   slick    #}
  16.     <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
  17.     <style>
  18.         body {
  19.             --orange: #f7651a;
  20.         }
  21.         section {
  22.             width: 100%;
  23.             padding-top: 70px;
  24.             padding-bottom: 70px;
  25.         }
  26.         section:not(.infos, .formation) header {
  27.             margin-bottom: 100px;
  28.         }
  29.         sup {
  30.             top: unset;
  31.         }
  32.         h2 {
  33.             font-size: 90px;
  34.             line-height:.8;
  35.         }
  36.         h2,h3 {
  37.             text-transform: uppercase;
  38.         }
  39.         h3 {
  40.             font-size: 30px;
  41.             letter-spacing: 2px;
  42.         }
  43.         h3 sup {
  44.             top: unset;
  45.         }
  46.         section {
  47.             position: relative;
  48.         }
  49.         section:after {
  50.             content: '';
  51.             position: absolute;
  52.             width: 20vw;
  53.             height: 2px;
  54.             background: var(--orange);
  55.             bottom: 0;
  56.             left: 50%;
  57.             transform: translateX(-50%);
  58.         }
  59.         #headerPage {
  60.             position: relative;
  61.         }
  62.         #frontDGS #headerPage {
  63.             overflow: hidden;
  64.         }
  65.         #frontDGS #headerPage .p,
  66.         #frontDGS #headerPage .p * {
  67.             color: #fff;
  68.             font-size: 22px;
  69.         }
  70.         #frontDGS #headerPage .p {
  71.             margin-bottom: 60px;
  72.             margin-top: 20px;
  73.         }
  74.         #headerPage .svg-container {
  75.             position: absolute;
  76.             right: 0;
  77.             bottom: 10%;
  78.             height: 90%;
  79.             width: 100%;
  80.             translate: 50%;
  81.         }
  82.         #headerPage .svg-container [data-name] {
  83.             cursor: auto;
  84.         }
  85.         #headerPage .svg-container #_1 g {
  86.             animation: shake 0.5s;
  87.             animation-delay: 2s;
  88.             animation-iteration-count: infinite;
  89.         }
  90.         #headerPage .svg-container #_1 g {
  91.             animation: shake 2s;
  92.             animation-iteration-count: infinite;
  93.         }
  94.         @keyframes shake {
  95.             0%, 25% {
  96.                 transform: translate(1px, 1px) rotate(0deg);
  97.             }
  98.             2.5%, 27.5% {
  99.                 transform: translate(-1px, -2px) rotate(-1deg);
  100.             }
  101.             5%, 30% {
  102.                 transform: translate(-3px, 0px) rotate(1deg);
  103.             }
  104.             7.5%, 32.5% {
  105.                 transform: translate(3px, 2px) rotate(0deg);
  106.             }
  107.             10%, 35% {
  108.                 transform: translate(1px, -1px) rotate(1deg);
  109.             }
  110.             12.5%, 37.5% {
  111.                 transform: translate(-1px, 2px) rotate(-1deg);
  112.             }
  113.             15%, 40% {
  114.                 transform: translate(-3px, 1px) rotate(0deg);
  115.             }
  116.             17.5%, 42.5% {
  117.                 transform: translate(3px, 1px) rotate(-1deg);
  118.             }
  119.             20%, 45% {
  120.                 transform: translate(-1px, -1px) rotate(1deg);
  121.             }
  122.             22.5%, 47.5% {
  123.                 transform: translate(1px, 2px) rotate(0deg);
  124.             }
  125.             25%, 50% {
  126.                 transform: translate(1px, -2px) rotate(-1deg);
  127.             }
  128.             50%, 100% {
  129.                 transform: translate(0, 0);
  130.             }
  131.         }
  132.         /*#headerPage .svg-container:hover #_1 g {
  133.             animation: shake 0.5s;
  134.             animation-iteration-count: infinite;
  135.         }*/
  136.         /*@keyframes shake {
  137.             0% {
  138.                 transform: translate(1px, 1px) rotate(0deg);
  139.             }
  140.             10% {
  141.                 transform: translate(-1px, -2px) rotate(-1deg);
  142.             }
  143.             20% {
  144.                 transform: translate(-3px, 0px) rotate(1deg);
  145.             }
  146.             30% {
  147.                 transform: translate(3px, 2px) rotate(0deg);
  148.             }
  149.             40% {
  150.                 transform: translate(1px, -1px) rotate(1deg);
  151.             }
  152.             50% {
  153.                 transform: translate(-1px, 2px) rotate(-1deg);
  154.             }
  155.             60% {
  156.                 transform: translate(-3px, 1px) rotate(0deg);
  157.             }
  158.             70% {
  159.                 transform: translate(3px, 1px) rotate(-1deg);
  160.             }
  161.             80% {
  162.                 transform: translate(-1px, -1px) rotate(1deg);
  163.             }
  164.             90% {
  165.                 transform: translate(1px, 2px) rotate(0deg);
  166.             }
  167.             100% {
  168.                 transform: translate(1px, -2px) rotate(-1deg);
  169.             }
  170.         }*/
  171.         a.link {
  172.             text-transform: uppercase;
  173.             font-family: 'Teko',sans-serif !important;
  174.             font-size: 25px;
  175.             display: block;
  176.             width: max-content;
  177.             margin-inline: auto;
  178.             letter-spacing: 2px;
  179.             position: relative;
  180.             isolation: isolate;
  181.         }
  182.         a.link:before {
  183.             content: '';
  184.             position: absolute;
  185.             width: 50px;
  186.             aspect-ratio: 1;
  187.             {#           height:20px;#}
  188.             border: 2px solid var(--orange);
  189.             left: 50%;
  190.             top: 50%;
  191.             transform: translate(-50%, -50%);
  192.             border-radius: 999px;
  193.             z-index: -1;
  194.         }
  195.         a.link:hover:before {
  196.             display: none;
  197.         }
  198.         a.link:hover {
  199.             background-color: #f7651a!important;
  200.             color: #fff!important;
  201.             border: 1px solid #f7651a;
  202.             border-radius: 10px;
  203.             padding-right: 20px;
  204.             padding-left: 20px;
  205.         }
  206.         .svg-container {
  207.             height: 100%;
  208.             width: 100%;
  209.         }
  210.         .svg-container svg {
  211.             height: 100%;
  212.             width: 100%;
  213.         }
  214.         g[data-name]  {
  215.             cursor: pointer;
  216.         }
  217.         .slick-slide .container p {
  218.             margin-left: 20px;
  219.         }
  220.         .container__large {
  221.             max-width: 1250px;
  222.             margin-inline: auto;
  223.             padding: 0 15px;
  224.         }
  225.         section.formation {
  226.             background-color: #081f20;
  227.             color: white;
  228.         }
  229.         .formation a.link {
  230.             color: white;
  231.         }
  232.         .formation, .formation .grid-x {
  233.             width: 100%;
  234.         }
  235.         .formation .image-container {
  236.             position: relative;
  237.             max-width: 350px;
  238.             {#            width: 350px;#}
  239.             aspect-ratio: 1;
  240.             width: 100%;
  241.             height: 100%;
  242.             margin-inline: auto;
  243.         }
  244.         .formation .image-container img {
  245.             width: 100%;
  246.             height: 100%;
  247.             object-fit: contain;
  248.         }
  249.         .formation .image-container .svg-border {
  250.             position: absolute;
  251.             top: 5%;
  252.             left: -5%;
  253.             width: 100%;
  254.             height: 100%;
  255.         }
  256.         .formation .image-container svg #masque{
  257.             color: #081f20;
  258.         }
  259.         .formation .image-container {
  260.             margin-inline: auto;
  261.         }
  262.         /*.formation .content p {
  263.             max-width: 380px;
  264.         }*/
  265.         .formation .subtitle {
  266.             margin-bottom: 40px;
  267.         }
  268.         .container__large > div:first-child {
  269.             margin-bottom: 50px;
  270.         }
  271.         {# section shiffres#}
  272.         .chiffres {
  273.             position: relative;
  274.         }
  275.         .chiffres h2 {
  276.             line-height: .8;
  277.             margin-bottom: 0;
  278.         }
  279.         .chiffres h3 {
  280.             line-height: .8;
  281.             margin-top: 0;
  282.         }
  283.         .chiffres .svg-container {
  284.             max-width: 60px;
  285.             max-height: 60px;
  286.             height: 100%;
  287.             width: 100%;
  288.             margin-inline: auto;
  289.         }
  290.         .chiffres .text {
  291.             text-align: center;
  292.         }
  293.         .chiffres .number {
  294.             font-size: 60px;
  295.             margin-top: 10px;
  296.             margin-bottom: 0;
  297.             line-height: 1;
  298.             font-family: Teko, sans serif !important;
  299.             font-weight: 300;
  300.         }
  301.         .chiffres .number + p {
  302.             font-size: 25px;
  303.             margin-top: 0;
  304.             padding-inline: 10px;
  305.         }
  306.         {# Qui somme nous?#}
  307.         .infos .content {
  308.             max-width: 370px;
  309.         }
  310.         .infos .image-container {
  311.             max-width:470px ;
  312.         }
  313.         .infos .container__large > div:last-child {
  314.             display: grid;
  315.             place-items: center;
  316.         }
  317.         .infos .container__large > div:last-child .image-container {
  318.             margin-bottom: 100px;
  319.         }
  320.         .testimonial-section .quote{
  321.             font-size: 100px;
  322.             line-height: 1;
  323.             color: var(--orange);
  324.             font-family: 'Teko', sans serif !important;
  325.             margin: 0;
  326.         }
  327.         .testimonial-section .author{
  328.             font-family: 'Teko', sans serif !important;
  329.             font-weight: 300;
  330.             font-size: 25px;
  331.         }
  332.         .testimonial-section .testimonial{
  333.             text-align: center;
  334.             padding: 0 15px;
  335.         }
  336.         .references {
  337.             padding-top: 50px;
  338.             padding-bottom: 50px;
  339.             gap: 10px;
  340.             justify-content: center;
  341.             align-items: center;
  342.         }
  343.         .references .image-container {
  344.             max-width: 200px;
  345.             width: 100%;
  346.             max-height: 100px;
  347.             height: 100%;
  348.         }
  349.         .references .image-container img {
  350.             width: 100%;
  351.             height: 100%;
  352.             object-fit: contain;
  353.         }
  354.         @media (min-width: 654px) {
  355.             .formation > div > div:first-child .text{
  356.                 margin-left: 20px;
  357.             }
  358.             .formation > div > div:first-child p:not(.subtitle){
  359.                 margin-left: 40px;
  360.             }
  361.             .formation > div > div:last-of-type p {
  362.                 margin-left: auto;
  363.                 margin-right: 20px;
  364.             }
  365.             .formation > div > div:last-of-type .subtitle {
  366.                 text-align: right;
  367.             }
  368.             .formation > div > div:last-of-type p:not(.subtitle) {
  369.                 margin-right: 40px;
  370.             }
  371.             .infos .content {
  372.                 margin-left: 20px;
  373.             }
  374.         }
  375.         /* Gauthier */
  376.         .divWheelnav {
  377.             padding-top: 0px;
  378.             padding-bottom: 0px;
  379.             margin-top: -100px;
  380.             overflow: hidden;
  381.         }
  382.         #divWheelnavBlock {
  383.             transform: translateX(-750px);
  384.         }
  385.         #divWheelnav svg path {
  386.             fill-opacity: 0 !important;
  387.             stroke: none !important;
  388.         }
  389.         .blockDybamicTxt .btn {
  390.             display: block;
  391.             width: max-content;
  392.             background: var(--orange);
  393.             color: white;
  394.             text-transform: uppercase;
  395.             border-radius: 999px;
  396.             margin-inline: auto;
  397.         }
  398.         .subtitle {
  399.             text-transform: uppercase;
  400.             letter-spacing: 3px;
  401.             font-family: 'Teko',sans-serif !important;
  402.             font-size: 30px;
  403.             line-height: .8;
  404.             margin-top: 0;
  405.         }
  406.         .image-container.image-rounded {
  407.             width: 100%;
  408.             aspect-ratio: 1;
  409.             position: relative;
  410.             min-width: unset;
  411.         }
  412.         .image-container.image-rounded::after {
  413.             content:'';
  414.             position: absolute;
  415.             border: 2px solid black;
  416.             border-radius: 9999px;
  417.             inset: 0;
  418.             transform: translate(5%, 5%);
  419.             z-index: -1;
  420.         }
  421.         .image-container.image-rounded img {
  422.             width: 100%;
  423.             height: 100%;
  424.             object-fit: cover;
  425.             margin: unset;
  426.             border-radius: 9999px;
  427.         }
  428.         .blockDybamicTxt .image-container {
  429.             max-width: 215px;
  430.             margin: 30px auto;
  431.         }
  432.         .blockDybamicTxt .image-container img {
  433.             width: 100%;
  434.             height: 100%;
  435.             object-fit: cover;
  436.             margin: unset;
  437.             border-radius: 9999px;
  438.         }
  439.         @media (max-width: 64em) {
  440.             #headerPage {
  441.                 position: relative;
  442.                 z-index: 1;
  443.             }
  444.             #divWheelnav {
  445.                 width: 1500px !important;
  446.                 height: 1500px !important;
  447.             }
  448.             #prestationBlc {
  449.                 transform: translateY(-800px);
  450.                 margin-top: -230px;
  451.                 padding: 15px;
  452.             }
  453.             #divWheelnav {
  454.                 position: relative;
  455.                 /*transform: rotate(90deg);*/
  456.             }
  457.             #divWheelnav::after {
  458.                 content: '';
  459.                 width: 100%;
  460.                 height: 100%;
  461.                 left: 0px;
  462.                 top: 0px;
  463.                 position: absolute;
  464.                 z-index: 1;
  465.                 background: transparent;
  466.             }
  467.             #divWheelnavBlock {
  468.                 transform: translateX(-800px) translateY(-800px);
  469.             }
  470.             .formation {
  471.                 margin-top: -650px;
  472.             }
  473.         }
  474.     </style>
  475.     {% if pageInfo.couleur is not null %}
  476.         <style>
  477.             #headerPage {
  478.                 position: relative;
  479.             }
  480.             #bgTopHeaderFx {
  481.                 position: absolute;
  482.                 left: 0;
  483.                 top: 0;
  484.                 width: 100%;
  485.                 height: 100%;
  486.                 background-color: {{ pageInfo.couleur }};
  487.             }
  488.         </style>
  489.     {% endif %}
  490. {% endblock %}
  491. {# JS #}
  492. {% block javascripts %}
  493.     {{ parent() }}
  494.     <!-- Slider feature (by setting slider: 'glide') -->
  495.     <script src="{{ absolute_url(asset('build/contentbox/assets/scripts/glide/glide.js')) }}" type="text/javascript"></script>
  496.     {# slick   #}
  497.     <script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
  498.     {# wheelnav.js #}
  499.     <script src="{{ absolute_url(asset('accueil/nav/raphael.min.js')) }}"></script>
  500.     <script src="{{ absolute_url(asset('accueil/nav/wheelnav.min.js')) }}"></script>
  501.     <script src="{{ absolute_url(asset('accueil/nav/raphael.icons.min.js')) }}"></script>
  502.     <script type="text/javascript">
  503.         $(document).ready(function () {
  504.             const myWheelnav = new wheelnav("divWheelnav");
  505.             myWheelnav.clickModeSpread = false;
  506.             myWheelnav.slicePathFunction = slicePath().DonutSlice;
  507.             myWheelnav.markerEnable = true;
  508.             //Animation
  509.             myWheelnav.animatetime = 500;
  510.             myWheelnav.animateeffect = 'linear';
  511.             //Taille
  512.             myWheelnav.titleWidth = 200;
  513.             myWheelnav.titleHeight = 80;
  514.             //Selection transformation
  515.             myWheelnav.sliceSelectedTransformFunction = sliceTransform().MoveMiddleTransform;
  516.             myWheelnav.selectedPercent = 0.6;
  517.             //Si mobile
  518.             if (window.innerWidth < 1024) {
  519.                 myWheelnav.navAngle = 45;
  520.                 myWheelnav.selectedPercent = .6;
  521.             }
  522.             var arrayItems = [];
  523.             {% for itemsdivWheelnavLoop in itemsdivWheelnav %}
  524.                 arrayItems.push('imgsrc:{{ itemsdivWheelnavLoop['imageSVG'] }}');
  525.             {% endfor %}
  526.             myWheelnav.createWheel(arrayItems);
  527.             //Texte
  528.             var divHtml = "";
  529.             {% for itemsdivWheelnavLoop in itemsdivWheelnav %}
  530.                 myWheelnav.navItems[{{ loop.index0 }}].navigateFunction = function() {
  531.                     divHtml =   "<div class='blockDybamicTxt grid-x align-center-middle large-offset-1 large-6'>" +
  532.                                         "<div class='large-12 text-left'>" +
  533.                                             "<h2 class='subtitle'>{{ itemsdivWheelnavLoop['titre'] }}</h2>" +
  534.                                             "<div>" +
  535.                                                 "<div>{{ itemsdivWheelnavLoop['text'] }}</div>" +
  536.                                                 "<div class='image-container image-rounded'>" +
  537.                                                     "<img src='{{ itemsdivWheelnavLoop['image'] }}' alt='alt'/>" +
  538.                                                 "</div>" +
  539.                                                 "<div><a class='btn' href='{{ itemsdivWheelnavLoop['lien'] }}'>En savoir plus</a></div>" +
  540.                                             "</div>" +
  541.                                         "</div>" +
  542.                                     "</div>";
  543.                     document.getElementById("divWheelText").innerHTML = divHtml;
  544.                 };
  545.             {% endfor %}
  546.             myWheelnav.navigateWheel(0);
  547.             //Si mobile
  548.             if (window.innerWidth < 1024) {
  549.                 var currentIndex = 0;
  550.                 setInterval(function () {
  551.                     currentIndex = (currentIndex + 1) % myWheelnav.navItemCount;
  552.                     myWheelnav.navigateWheel(currentIndex);
  553.                 }, 3000); // Changez chaque 3 secondes
  554.             }
  555.             $('.testimonial-slider').slick({
  556.                 slidesToShow: 1,
  557.                 slidesToScroll: 1,
  558.                 autoplay: true,
  559.                 autoplaySpeed: 2000,
  560.                 infinite: true,
  561.                 arrows: false,
  562.                 mobileFirst: true,
  563.                 responsive: [
  564.                     {
  565.                         breakpoint: 600,
  566.                         settings: {
  567.                             slidesToShow: 2
  568.                         }
  569.                     },
  570.                     {
  571.                         breakpoint: 1024,
  572.                         settings: {
  573.                             slidesToShow: 3
  574.                         }
  575.                     }
  576.                 ]
  577.             });
  578.         });
  579.     </script>
  580. {% endblock %}
  581. {# CONTENU #}
  582. {% block body %}
  583.     {% for sectionsAccueil in sectionsAccueilEntity %}
  584.         {% if sectionsAccueil.ordre == 0 %}
  585.             <div class="cell large-12">
  586.                 <div id="headerPage" class="grid-x align-center-middle grid-padding-x" {% if sectionsAccueil.img1 is not null %}style="background-image: url('{{ asset(sectionsAccueil.img1) }}')"{% endif %}>
  587.                     {% if pageInfo.couleur is not null %}
  588.                         <span id="bgTopHeaderFx"></span>
  589.                     {% endif %}
  590.                     <div class="cell large-12" style="position:relative;z-index: 3;">
  591.                         <h1>{{ sectionsAccueil.nom }}</h1>
  592.                         {% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
  593.                             <h2>{{ SectionsAccueilItem.nom }}</h2>
  594.                         {% endfor %}
  595.                         <div class="grid-x align-center-middle">
  596.                             <div class="cell large-6 small-12 text-center">
  597.                                 {% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
  598.                                     <div class="text-center p">{{ SectionsAccueilItem.text | nl2br }}</div>
  599.                                 {% endfor %}
  600.                                 <p>
  601.                                     <a href="{{ sectionsAccueil.lien }}" class="link">en savoir plus</a>
  602.                                 </p>
  603.                             </div>
  604.                         </div>
  605.                     </div>
  606.                     <div class="svg-container">
  607.                         <svg id="Illustration" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 389.23 387.27">
  608.                             <g id="_3" data-name="3">
  609.                                 <g opacity=".3">
  610.                                     <path d="M229.58,13.17c42.38,0,82.22,16.5,112.19,46.47,29.97,29.97,46.47,69.81,46.47,112.19s-16.5,82.22-46.47,112.19-69.81,46.47-112.19,46.47-82.22-16.5-112.19-46.47-46.47-69.81-46.47-112.19,16.5-82.22,46.47-112.19c29.97-29.97,69.81-46.47,112.19-46.47m0-1c-88.18,0-159.66,71.48-159.66,159.66s71.48,159.66,159.66,159.66,159.66-71.48,159.66-159.66S317.75,12.17,229.58,12.17h0Z" fill="#fff"/>
  611.                                     <path d="M229.58,107.9c35.25,0,63.92,28.68,63.92,63.92s-28.68,63.92-63.92,63.92-63.92-28.68-63.92-63.92,28.68-63.92,63.92-63.92m0-1c-35.86,0-64.92,29.07-64.92,64.92s29.07,64.92,64.92,64.92,64.92-29.07,64.92-64.92-29.07-64.92-64.92-64.92h0Z" fill="#fff"/>
  612.                                     <path d="M229.58,154.37c9.62,0,17.45,7.83,17.45,17.45s-7.83,17.45-17.45,17.45-17.45-7.83-17.45-17.45,7.83-17.45,17.45-17.45m0-1c-10.19,0-18.45,8.26-18.45,18.45s8.26,18.45,18.45,18.45,18.45-8.26,18.45-18.45-8.26-18.45-18.45-18.45h0Z" fill="#fff"/>
  613.                                     <g>
  614.                                         <line x1="293.86" y1="171.82" x2="259.74" y2="171.82" fill="none" stroke="#fff" stroke-miterlimit="10"/>
  615.                                         <polygon points="260.61 168.83 255.43 171.82 260.61 174.82 260.61 168.83" fill="#fff"/>
  616.                                     </g>
  617.                                     <g>
  618.                                         <line x1="165.58" y1="171.82" x2="199.59" y2="171.82" fill="none" stroke="#fff" stroke-miterlimit="10"/>
  619.                                         <polygon points="198.72 174.82 203.9 171.82 198.72 168.83 198.72 174.82" fill="#fff"/>
  620.                                     </g>
  621.                                 </g>
  622.                                 <rect x="102.99" y="343.5" width="253.17" height="43.26" rx="7.27" ry="7.27" transform="translate(459.15 730.27) rotate(-180)" fill="none" opacity=".3" stroke="#fff" stroke-miterlimit="10"/>
  623.                                 <path d="M20.63,189.04s-11.63,127.05,82.36,176.27" fill="none" opacity=".3" stroke="#fff" stroke-miterlimit="10"/>
  624.                                 <path d="M17.63,136.91s41.55,12.45,40.23,40.49-38.39,10.93-38.39,10.93l-1.84-51.42Z" fill="none" opacity=".3" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
  625.                             </g>
  626.                             <g id="_2" data-name="2">
  627.                                 <g opacity=".3">
  628.                                     <path d="M220.13,6.73s-.04,0-.06,0c0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0-.01,0-.02,0-.01,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.01,0-.04,0-.05,0,0,0,0,0-.01,0-.04,0-.07,0-.12,0,0,0,0,0-.01,0-.01,0-.04,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.04,0-.07,0-.12,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.06,0,0,0,0,0-.01,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.13,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.13,0,0,0,0,0,0,0-.02,0-.04,0-.06,0h0s-.08,0-.13,0c0,0,0,0,0,0-.06,0-.13,0-.19,0h0c-1.86,.04-3.72,.1-5.57,.2h0c-.06,0-.13,0-.19,.01,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.02,0-.03,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.01,0-.03,0-.05,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.06,0,0,0,0,0-.01,0-.01,0-.03,0-.04,0,0,0-.02,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0-.02,0-.02,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0-.01,0-.03,0-.04,0-.01,0-.02,0-.04,0-.01,0-.02,0-.03,0-.01,0-.01,0-.02,0-.01,0-.02,0-.03,0,0,0-.01,0-.02,0-.02,0-.05,0-.07,0,0,0,0,0-.01,0-.01,0-.02,0-.04,0-.01,0,0,0-.02,0-.01,0-.02,0-.04,0h0s-.05,0-.08,0c0,0,0,0,0,0-.01,0-.03,0-.04,0,0,0,0,0,0,0-.04,0-.09,0-.13,0h0c-.42,.03-.84,.06-1.25,.09l.07,1c3.94-.29,7.95-.44,11.92-.44v-1h0Zm-31.79,3.17c-.9,.18-1.8,.37-2.69,.57,0,0,0,0,0,0-.02,0-.03,0-.05,.01,0,0,0,0,0,0-.02,0-.04,0-.06,.01,0,0,0,0-.01,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,.01,0,0-.02,0-.03,0-.01,0-.02,0-.03,0-.01,0-.02,0-.03,0-.01,0-.01,0-.02,0-.01,0-.02,0-.03,0,0,0,0,0-.01,0-.03,0-.05,.01-.08,.02h0s-.03,0-.04,.01h0c-2.83,.63-5.62,1.34-8.39,2.12l.27,.96c3.81-1.07,7.71-2.02,11.59-2.8l-.2-.98h0Zm-30.52,9.45c-3.69,1.57-7.32,3.27-10.86,5.1l.46,.89c3.52-1.82,7.15-3.52,10.79-5.07l-.39-.92h0Zm-28.01,15.37c-1.28,.88-2.54,1.77-3.79,2.68h0s-.02,.02-.04,.03c0,0,0,0,0,0-.04,.03-.07,.05-.11,.08h0s-.02,.02-.03,.03c0,0,0,0,0,0-.05,.03-.09,.07-.14,.1,0,0,0,0-.01,0,0,0-.02,.01-.03,.02,0,0,0,0-.01,0-.03,.02-.06,.05-.1,.07,0,0-.01,0-.01,.01,0,0-.02,.01-.03,.02,0,0,0,0-.01,0-.01,0-.02,.01-.03,.02,0,0,0,0,0,0-.03,.02-.07,.05-.1,.07,0,0,0,0-.01,0,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0,0,0-.01,0-.02,.01-.03,.02-.05,.03,0,0-.02,.01-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.02,0,0-.01,.01-.02,.02-.02,.01-.02,.02-.04,.03,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,0-.02,.01-.01,0-.02,.01-.03,.02,0,0-.01,.01-.02,.02,0,0-.02,.02-.03,.02,0,0-.01,0-.02,.01,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02-.02,.01-.02,.02-.04,.03,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.02,.01-.03,.02-.01,0-.02,.02-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01-.02,.01-.03,.02-.04,.03,0,0,0,0-.01,0,0,0-.03,.02-.03,.03,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.02,0,0-.02,.01-.02,.02,0,0-.02,.01-.03,.02-.01,0-.02,.02-.03,.03,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01-.02,.01-.02,.02-.04,.03,0,0,0,0-.01,.01,0,0-.02,.02-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01-.02,.01-.02,.02-.04,.03,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01-.01,0-.02,.02-.03,.03,0,0-.01,0-.02,.01,0,0-.02,.02-.03,.02,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01-.02,.01-.02,.02-.04,.03,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02-.01,.01-.03,.02-.04,.03,0,0-.02,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02s-.01,0-.02,.01c0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01-.02,.01-.03,.02-.05,.03,0,0-.01,.01-.02,.01,0,0-.02,.01-.03,.02,0,0,0,0-.01,.01,0,0-.02,.01-.03,.02,0,0,0,0,0,0-.03,.02-.06,.05-.1,.07,0,0,0,0-.01,0,0,0-.02,.01-.03,.02,0,0,0,0-.01,0,0,0-.02,.02-.03,.02h0s-.04,.04-.06,.05h0s-.02,.02-.03,.03c0,0,0,0-.01,0-.01,0-.02,.02-.03,.02,0,0,0,0,0,0-.03,.03-.07,.05-.1,.08,0,0,0,0,0,0-.01,0-.02,.02-.03,.02h0s-.02,.02-.03,.03h0s-.07,.06-.11,.08h0s-.02,.02-.04,.03c0,0,0,0,0,0-.74,.57-1.48,1.15-2.21,1.74l.63,.78c3.09-2.48,6.31-4.87,9.57-7.12l-.57-.82h0Zm-24.4,20.63c-.27,.28-.54,.56-.81,.85,0,0,0,0,0,0-.04,.04-.08,.08-.12,.12,0,0,0,0,0,0-.04,.04-.08,.08-.12,.12,0,0,0,0,0,0-.03,.03-.05,.05-.08,.08,0,0,0,0,0,0-.01,.01-.02,.03-.04,.04,0,0,0,0,0,0-.02,.02-.05,.05-.07,.07,0,0,0,0-.01,.01-.04,.04-.07,.08-.11,.12,0,0,0,.01-.01,.01-.03,.04-.08,.08-.11,.12,0,0-.01,.01-.02,.02-.02,.02-.04,.04-.06,.06,0,0-.01,.01-.02,.02-.01,.01-.02,.02-.03,.04,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.06,0,0-.01,.01-.02,.02-.01,.01-.02,.02-.03,.03,0,0-.01,.01-.02,.02-.02,.02-.04,.04-.05,.06,0,0-.01,.02-.02,.02-.01,.01-.02,.02-.03,.03-.01,.01-.03,.03-.04,.04-.01,.01-.02,.02-.03,.03,0,0-.01,.02-.02,.02-.02,.02-.03,.03-.05,.05,0,0-.02,.02-.03,.03-.01,.01-.02,.02-.03,.03,0,0-.02,.02-.03,.03-.01,.01-.03,.03-.04,.05,0,.01-.02,.02-.03,.03,0,0-.02,.02-.03,.03-.01,.01-.02,.02-.03,.04-.01,.01-.03,.03-.04,.04,0,.01-.02,.02-.03,.03-.01,.01-.02,.02-.03,.03-.01,.02-.03,.03-.04,.05-.01,.01-.02,.02-.03,.03,0,.01-.02,.02-.03,.03,0,0-.02,.02-.02,.03-.02,.02-.03,.03-.05,.05,0,0-.02,.02-.02,.03-.01,.01-.02,.02-.03,.03-.01,.01-.02,.02-.03,.04-.01,.01-.02,.03-.04,.04,0,0-.02,.02-.02,.03-.01,.01-.03,.03-.04,.04-.01,.01-.02,.02-.03,.03-.01,.01-.02,.03-.04,.04,0,0-.01,.02-.02,.02-.02,.02-.03,.04-.05,.05,0,0-.01,.01-.02,.02-.01,.01-.03,.03-.04,.04,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.05,0,0-.02,.02-.02,.02-.01,.01-.03,.03-.04,.04,0,0-.01,.01-.01,.02-.02,.02-.03,.04-.05,.05,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.05,0,0,0,0-.01,.01-.02,.02-.03,.03-.05,.05,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.06,0,0,0,0-.01,.02-.01,.02-.03,.03-.04,.05,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.06,0,0-.01,.01-.01,.01-.02,.02-.03,.04-.05,.05,0,0,0,0,0,0-.02,.02-.04,.04-.05,.06,0,0-.01,.01-.01,.02-.02,.02-.03,.04-.05,.06h0s-.04,.05-.05,.07c0,0,0,.01-.01,.01-.02,.02-.04,.04-.05,.06,0,0,0,0,0,0-.02,.02-.03,.04-.05,.06,0,0,0,0-.01,.01-.02,.02-.04,.04-.06,.06,0,0,0,0-.01,.01-.02,.02-.03,.04-.05,.06,0,0,0,0,0,0-.02,.02-.04,.04-.06,.06,0,0,0,0-.01,.01-.04,.04-.08,.08-.11,.13,0,0,0,0-.01,.01-.02,.02-.04,.04-.06,.06h0s-.04,.04-.06,.06c0,0,0,0,0,0-.02,.02-.04,.04-.06,.06h0s-.04,.05-.06,.07h0s-.04,.05-.06,.07c0,0,0,0,0,0-.04,.04-.08,.09-.12,.13h0c-.04,.05-.08,.1-.12,.14,0,0,0,0,0,0-.06,.07-.12,.14-.19,.21h0s-.08,.09-.12,.14h0s-.08,.09-.12,.14h0c-.99,1.13-1.97,2.26-2.93,3.42l.77,.64c2.53-3.04,5.21-6.03,7.97-8.87l-.72-.7h0Zm-19.83,25.05c-1.05,1.64-2.06,3.29-3.05,4.96,0,0,0,0,0,0-.03,.05-.06,.1-.09,.15h0s-.02,.03-.03,.05c0,0,0,0,0,0-.02,.03-.04,.07-.06,.1,0,0,0,0,0,0-.01,.02-.01,.03-.02,.04,0,0,0,0,0,.01,0,.01-.02,.03-.02,.04,0,0,0,0,0,0-.02,.03-.04,.06-.06,.1,0,0,0,.01,0,.02,0,0-.01,.02-.02,.03,0,0,0,.01,0,.02,0,0-.02,.03-.02,.04,0,0,0,0,0,.01-.01,.02-.02,.03-.03,.04,0,0,0,.01-.01,.02,0,0,0,.02-.01,.02,0,0,0,.02-.01,.02,0,0,0,.02-.01,.02,0,0,0,.01-.01,.02,0,.01-.01,.02-.02,.03,0,0-.01,.02-.02,.03,0,0,0,.02-.01,.03,0,0-.01,.02-.02,.03,0,0,0,0-.01,.02,0,0-.01,.02-.02,.03,0,0,0,.01,0,.02-.02,.03-.04,.07-.06,.1,0,0,0,0,0,.01,0,.01-.01,.02-.02,.03,0,0,0,0,0,.01-.03,.05-.06,.1-.09,.15h0c-.78,1.36-1.54,2.72-2.29,4.1l.88,.47c1.88-3.48,3.91-6.94,6.05-10.27l-.84-.54h0Zm-14.45,28.49c-.31,.79-.6,1.58-.9,2.38,0,0,0,0,0,0,0,.02-.01,.04-.02,.06,0,0,0,0,0,0-.01,.04-.03,.07-.04,.11,0,0,0,0,0,0,0,.01-.01,.03-.02,.04,0,0,0,0,0,.01,0,.02,0,.03-.02,.04,0,0,0,0,0,0,0,.02-.01,.03-.02,.05,0,0,0,0,0,.02,0,0-.01,.03-.01,.04,0,0,0,.01,0,.02,0,0-.01,.03-.01,.04,0,0,0,.01,0,.02,0,.02-.01,.03-.02,.05,0,0,0,.01,0,.02,0,0,0,.02-.01,.03,0,0,0,.02,0,.02,0,0,0,.02,0,.03,0,0,0,.02,0,.03,0,0,0,.02,0,.02,0,.02-.01,.04-.02,.06,0,0,0,.01,0,.02,0,0,0,.02-.01,.03,0,0,0,.01,0,.02,0,.01,0,.02-.01,.03,0,0,0,0,0,.01-.01,.04-.03,.08-.04,.11,0,0,0,0,0,.01,0,.01,0,.03-.01,.04h0s-.03,.09-.05,.13c0,0,0,0,0,0-.36,1.01-.72,2.03-1.06,3.05h0c-.02,.06-.04,.12-.06,.18h0c-.02,.06-.04,.12-.06,.17,0,0,0,0,0,0,0,.01,0,.02-.01,.04,0,0,0,0,0,.01-.01,.04-.03,.08-.04,.12,0,0,0,0,0,0,0,.01,0,.02-.01,.04,0,0,0,0,0,.01,0,.01,0,.02-.01,.04h0s-.02,.06-.02,.08c0,0,0,0,0,.01,0,.01,0,.02-.01,.03,0,0,0,.01,0,.02,0,0,0,.02,0,.03,0,0,0,.01,0,.02,0,0,0,.02,0,.03,0,.01,0,.03-.01,.04,0,0,0,.02,0,.02,0,0,0,.02,0,.03,0,0,0,.02,0,.02,0,0,0,.02-.01,.03,0,0,0,.01,0,.02,0,.02-.01,.03-.02,.05,0,0,0,0,0,.01,0,0,0,.03-.01,.04,0,0,0,.01,0,.02,0,.01,0,.03-.01,.04,0,0,0,0,0,0,0,.02-.01,.04-.02,.06,0,0,0,0,0,0,0,.02-.01,.03-.02,.05,0,0,0,0,0,0,0,.02,0,.03-.02,.05,0,0,0,0,0,0-.37,1.14-.73,2.27-1.07,3.42l.96,.29c1.14-3.79,2.44-7.58,3.87-11.28l-.93-.36h0Zm-8.45,30.81c-.16,.96-.31,1.91-.46,2.87,0,0,0,0,0,0,0,.06-.02,.12-.03,.18,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,0,0,.02,0,.03,0,.01,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,0,0,.01,0,.04-.01,.08-.02,.12h0s0,.04,0,.05h0s-.01,.09-.02,.14h0c-.36,2.57-.66,5.15-.9,7.75l1,.09c.36-3.95,.88-7.92,1.54-11.82l-.99-.17h0Zm-1.14,31.85l-1,.03c.03,.96,.07,1.92,.12,2.87h0c0,.07,0,.13,0,.19h0s0,.04,0,.05h0s0,.06,0,.08c0,0,0,0,0,.01,0,.01,0,.02,0,.04,0,0,0,.01,0,.02,0,.04,0,.08,0,.12,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.02,0,.04,0,.07,0,.11,0,.01,0,.01,0,.03,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.03,0,.04,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.02,0,.01,0,.03,0,.04,0,0,0,.02,0,.03,0,.01,0,.03,0,.04,0,0,0,.02,0,.02,0,.01,0,.02,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.02,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.04,0,.05,0,0,0,0,0,.01,0,.02,0,.04,0,.06,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.06,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06h0s0,.04,0,.06c0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.03,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.06,0,.12,.01,.19,0,0,0,0,0,0,0,.06,0,.12,.01,.18,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.03,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.04,0,.07,0,.11,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,0,0,.02,0,.03,0,0,0,.02,0,.03,0,.02,0,.04,0,.06,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.02,0,.02,0,.04,0,.06,0,0,0,.01,0,.02,0,.01,0,.02,0,.04,0,.01,0,0,0,.02,0,.01,0,.02,0,.04h0s0,.06,0,.09c0,0,0,0,0,0,0,.01,0,.03,0,.04,0,0,0,0,0,.01,0,.04,0,.09,.01,.13,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,.09,1.07,.2,2.14,.31,3.2l.99-.11c-.42-3.93-.7-7.93-.82-11.89h0Zm4.17,31.47l-.97,.23c.92,3.91,1.99,7.77,3.2,11.56l.95-.3c-1.2-3.77-2.27-7.64-3.18-11.49h0Zm10.38,30l-.91,.42c.02,.05,.04,.1,.07,.15,0,0,0,0,0,0,0,.02,.02,.04,.03,.05h0s.03,.07,.05,.11c0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.02,.04,.03,.05,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,0,.02,.02,.03,.02,.05h0s.02,.04,.03,.05c0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.03,.05,.05,.1,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.1,0,0,0,0,0,0,0,.02,.01,.03,.02,.04,0,0,0,0,0,0,.02,.04,.03,.07,.05,.1,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.1,0,0,0,0,0,.01,0,.02,.01,.02,.02,.04,0,0,0,0,0,0,.02,.04,.03,.07,.05,.1,0,0,0,0,0,0,0,.02,.01,.03,.02,.04,0,0,0,0,0,.01,0,.02,.01,.02,.02,.04,0,0,0,0,0,0,0,.02,.02,.03,.03,.05,0,0,0,0,0,0,0,.02,.01,.03,.02,.04,0,0,0,.01,0,.02,0,0,.01,.03,.02,.04,0,0,0,0,0,.01,.02,.04,.03,.07,.05,.1,0,0,0,0,0,0,0,.01,.01,.03,.02,.04,0,0,0,0,0,.01,0,.02,.01,.03,.02,.04,0,0,0,0,0,0,0,.02,.02,.03,.03,.05,0,0,0,0,0,0,0,.01,.01,.03,.02,.04,0,0,0,.01,0,.02,0,0,.01,.03,.02,.03,0,0,0,.01,0,.02,.02,.04,.03,.06,.05,.1,0,0,0,.01,0,.02,0,0,.01,.02,.02,.03,0,0,0,.01,0,.02,0,0,.01,.03,.02,.04,0,0,0,0,0,.01,0,.02,.02,.03,.02,.05,0,0,0,0,0,.01,0,0,.01,.03,.02,.04,0,0,0,.01,0,.02,0,0,.01,.02,.02,.03,0,0,0,.01,0,.02,0,.01,.01,.03,.02,.04,0,0,0,.02,.01,.02,0,.01,.01,.02,.02,.03,0,0,0,.01,0,.02,0,0,.01,.02,.01,.03,0,0,0,.01,.01,.02,0,0,.01,.02,.02,.03,0,0,0,.01,0,.02,0,.02,.01,.03,.02,.05,0,0,0,.01,.01,.02,0,0,.01,.02,.01,.03,0,0,0,.01,.01,.02,0,0,.01,.02,.01,.03,0,0,0,.01,.01,.02,0,.01,.01,.03,.02,.04,0,0,0,.02,.01,.02,0,0,0,.02,.01,.03,0,0,0,.02,.01,.02,0,0,0,.02,.01,.03,0,0,0,.01,.01,.02,0,0,0,.02,.01,.03,0,0,0,.02,.01,.02,0,.02,.01,.02,.02,.04,0,0,0,.02,.01,.02,0,0,0,.02,.01,.02,0,0,0,.02,.01,.03,0,0,0,.01,.01,.02,0,0,0,.02,.01,.03,0,0,0,.01,0,.02,0,.02,.02,.04,.03,.05,0,0,0,.01,0,.02,0,.01,.01,.02,.02,.03,0,0,0,0,0,.01,0,.01,.01,.02,.02,.03,0,0,0,0,0,0,.02,.04,.04,.08,.06,.11,0,0,0,0,0,0,0,.01,.01,.02,.02,.04,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16h0s.01,.03,.02,.05h0s.04,.08,.06,.12h0c.04,.07,.07,.14,.11,.21h0c.75,1.46,1.53,2.9,2.33,4.33l.87-.49c-1.93-3.46-3.75-7.03-5.42-10.62h0Zm16.17,27.32l-.81,.59c.27,.36,.53,.72,.8,1.08,0,0,0,0,0,0,.02,.03,.05,.06,.07,.09,0,0,0,0,0,0,.01,.02,.02,.03,.03,.04,0,0,0,0,0,0,.01,.02,.02,.02,.03,.04h0s.02,.03,.03,.05c0,0,0,0,0,.01,0,0,.02,.02,.02,.03,0,0,0,.01,.01,.02,0,0,.01,.02,.02,.02,0,0,.01,.01,.02,.02,0,0,.01,.02,.02,.02,0,.01,.02,.02,.02,.03,0,.01,.01,.01,.02,.03,0,0,.01,.02,.02,.03,0,0,0,.01,.01,.02,0,0,.01,.02,.02,.03,0,0,0,0,.01,.01,.04,.05,.07,.09,.11,.14h0c1.98,2.62,4.04,5.18,6.18,7.66l.76-.65c-2.58-3-5.08-6.14-7.42-9.33h0Zm21.27,23.57l-.67,.74c1.29,1.18,2.61,2.33,3.94,3.46h0c.06,.05,.12,.1,.18,.15h0s.09,.08,.14,.12h0s.02,.02,.03,.03c0,0,0,0,0,0,.03,.03,.07,.06,.1,.08h0s.02,.02,.03,.03c0,0,0,0,.01,.01,0,0,.02,.01,.03,.02,0,0,.01,.01,.02,.01,.01,.01,.02,.02,.04,.03,.01,0,.01,.01,.02,.02,0,0,.02,.01,.02,.02,0,0,.01,.01,.02,.01,0,0,.02,.01,.03,.02,0,0,.01,0,.01,.01,0,0,.02,.01,.02,.02,0,0,.01,.01,.02,.02,.01,.01,.02,.02,.04,.03,0,0,.01,.01,.02,.02,0,0,.01,.01,.02,.02,0,0,.01,.01,.02,.02,0,0,.01,.01,.02,.02,0,0,.02,.02,.03,.02,0,0,.01,0,.02,.01,.02,.01,.02,.02,.04,.03,0,0,0,0,.01,.01,0,0,.02,.02,.03,.02,0,0,.01,0,.02,.01,0,0,.02,.02,.03,.02,0,0,.01,0,.02,.01,0,0,.03,.02,.03,.03,0,0,0,0,0,0,.02,.01,.03,.02,.04,.04,0,0,0,0,0,0,.01,0,.02,.02,.03,.03,0,0,0,0,0,0,.01,0,.02,.02,.03,.03,0,0,0,0,0,0,.02,.01,.03,.02,.04,.04,0,0,0,0,0,0,.02,.01,.03,.02,.04,.03,0,0,0,0,.01,0,0,0,.03,.02,.03,.03,0,0,0,0,0,0,.02,.01,.02,.02,.04,.03,0,0,0,0,0,0,.02,.01,.03,.02,.05,.04,0,0,0,0,0,0,.02,.01,.03,.02,.04,.03,0,0,0,0,0,0,.02,.01,.02,.02,.04,.03,0,0,0,0,0,0,.03,.03,.06,.05,.09,.08,0,0,0,0,0,0,.02,.01,.03,.02,.04,.04,0,0,0,0,0,0,.05,.04,.09,.08,.14,.11h0c1.13,.93,2.27,1.85,3.42,2.75l.61-.79c-3.12-2.43-6.19-5.02-9.12-7.68h0Zm25.52,18.89l-.51,.86c1.48,.88,2.97,1.74,4.48,2.57,0,0,0,0,0,0,.02,0,.03,.02,.05,.03,0,0,0,0,0,0,.04,.02,.07,.04,.1,.06,0,0,0,0,0,0,.02,0,.02,.01,.04,.02,0,0,0,0,.01,0,.01,0,.03,.01,.04,.02,0,0,0,0,.01,0,.02,0,.03,.02,.05,.03,0,0,0,0,0,0,.01,0,.03,.02,.04,.02,0,0,.01,0,.02,0,0,0,.02,.01,.03,.02,0,0,.01,0,.02,0,0,0,.02,.01,.03,.02,0,0,.01,0,.02,0,.02,0,.03,.01,.04,.02,0,0,.02,0,.02,.01,0,0,.01,0,.02,.01,0,0,.02,0,.03,.01,0,0,.01,0,.02,.01,0,0,.02,.01,.03,.02,0,0,.01,0,.01,0,.02,.01,.04,.02,.06,.03,0,0,.01,0,.02,0,.01,0,.02,.01,.03,.02h.01s.02,.02,.03,.03h0s.08,.05,.12,.07h0c1.69,.92,3.39,1.81,5.12,2.67l.45-.9c-3.54-1.76-7.06-3.68-10.47-5.71h0Zm28.77,13.43l-.33,.94c3.76,1.31,7.58,2.49,11.47,3.52l.26-.97c-3.82-1.02-7.66-2.2-11.4-3.5h0Zm30.87,7.39l-.13,.99c1.87,.25,3.76,.47,5.65,.66,0,0,0,0,.01,0,.01,0,.03,0,.04,0h.01s.05,0,.07,0c0,0,.01,0,.02,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,.01,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.03,0,.04,0,.01,0,.02,0,.03,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.06,0,.12,.01,.19,.02,0,0,0,0,0,0,1.72,.16,3.45,.29,5.18,.39l.06-1c-3.96-.24-7.95-.62-11.87-1.15h0Zm43.6-.1c-3.91,.55-7.9,.95-11.86,1.21l.06,1c.12,0,.25-.02,.37-.02,0,0,0,0,0,0,.01,0,.03,0,.04,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,.01,0,.02,0,.03,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.04,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.06,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,2.77-.2,5.52-.47,8.25-.8,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12-.01,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.04,0,.08,0,.12-.01,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,0,0,.01,0,.02,0,.03,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.02,0,.04,0,.01,0,.02,0,.03,0h.03s.02,0,.03,0c0,0,.02,0,.03,0,0,0,.02,0,.03,0,.02,0,.03,0,.05,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,.02,0,.03,0,.05,0,.01,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,.01,0,.02,0,.03,0h0s.05,0,.07-.01c0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.04,0,.08-.01,.12-.02,0,0,.01,0,.02,0,.01,0,.02,0,.04,0,0,0,0,0,.01,0,.04,0,.08-.01,.12-.02,0,0,.01,0,.02,0,.01,0,.02,0,.04,0,0,0,0,0,.01,0,.02,0,.05,0,.07-.01h.01s.02,0,.04,0c0,0,0,0,0,0l-.14-.99h0Zm30.84-7.53c-3.73,1.32-7.56,2.52-11.38,3.55l.26,.97c.69-.19,1.38-.38,2.06-.57,0,0,0,0,0,0,.04-.01,.07-.02,.11-.03,0,0,0,0,0,0,.01,0,.03,0,.05-.01,0,0,.01,0,.02,0,0,0,.03,0,.04-.01,0,0,.01,0,.02,0,.02,0,.03,0,.05-.01,0,0,.01,0,.02,0,0,0,.03,0,.04-.01,0,0,.02,0,.02,0,0,0,.02,0,.03,0,0,0,.02,0,.02,0,0,0,.02,0,.03,0,.02,0,.03,0,.05-.01,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,0,0,0,0l.13-.04h0c1.91-.56,3.8-1.15,5.68-1.77,0,0,0,0,0,0,.01,0,.03,0,.04-.01,0,0,0,0,0,0,.04-.01,.08-.03,.11-.04,0,0,.01,0,.02,0,.01,0,.02,0,.03-.01h.02s.02-.01,.03-.02c0,0,.03,0,.03-.01,.01,0,.02,0,.03-.01,0,0,.02,0,.03,0,0,0,.02,0,.03,0,0,0,.02,0,.03,0,0,0,.01,0,.02,0,.01,0,.03-.01,.05-.02,0,0,0,0,0,0,.02,0,.03,0,.05-.02,0,0,0,0,.01,0,0,0,.03-.01,.04-.01,0,0,.01,0,.02,0,.04-.01,.07-.02,.11-.04,0,0,0,0,0,0,.02,0,.03-.01,.05-.02,0,0,0,0,0,0,.73-.25,1.46-.5,2.18-.75l-.33-.94h0Zm28.7-13.56c-3.39,2.04-6.91,3.98-10.44,5.76l.45,.89c.1-.05,.2-.1,.29-.15h0c.05-.03,.11-.06,.16-.08,0,0,0,0,0,0,.01,0,.02-.01,.03-.02,0,0,0,0,.01,0,.02-.01,.05-.02,.07-.04,0,0,0,0,0,0,0,0,.02,0,.03-.01,0,0,.02,0,.02-.01,0,0,.02,0,.03-.01,0,0,.02,0,.03-.01,0,0,.01,0,.02-.01,0,0,.03-.01,.03-.02,0,0,.02,0,.03-.01,0,0,.02-.01,.03-.02,0,0,.01,0,.02-.01,0,0,.02-.01,.03-.02,0,0,.01,0,.02,0,0,0,.03-.01,.04-.02,0,0,0,0,.01,0,.02,0,.03-.02,.05-.02,0,0,0,0,.01,0,.01,0,.02-.01,.04-.02,0,0,0,0,.01,0,0,0,.03-.01,.04-.02,0,0,0,0,.01,0,.04-.02,.07-.03,.1-.05,0,0,0,0,0,0,.02,0,.03-.02,.05-.03,0,0,0,0,0,0,3.15-1.62,6.24-3.34,9.26-5.16l-.52-.86h0Zm25.43-19.01c-2.92,2.67-5.98,5.27-9.09,7.72l.62,.79c.38-.3,.75-.59,1.13-.89,0,0,0,0,0,0,.03-.02,.06-.05,.09-.07,0,0,0,0,0,0,.02-.01,.03-.02,.04-.03,0,0,0,0,0,0,.02-.01,.02-.02,.04-.03,0,0,0,0,0,0,.03-.03,.06-.04,.09-.07,0,0,0,0,.01-.01,0,0,.02-.02,.03-.03,0,0,0,0,.01,0,.01,0,.02-.02,.03-.03,0,0,0,0,0,0,.02-.01,.03-.02,.04-.03,0,0,0,0,.01-.01,0,0,.02-.02,.03-.02,0,0,.01,0,.02-.01,0,0,.02-.01,.03-.02,0,0,.01,0,.02-.01,0,0,.02-.02,.03-.02,0,0,.02-.01,.02-.02,0,0,.02-.02,.03-.02,0,0,.01-.01,.02-.02,0,0,.02-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01,0,.02-.02,0,0,.01-.01,.02-.02,.01,0,.01-.01,.03-.02,.01,0,.02-.02,.03-.03,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,0,0,.02-.01,0,0,.02-.01,.02-.02,0,0,.01,0,.01-.01,.02-.01,.04-.03,.05-.04h0s.02-.02,.03-.03c0,0,0,0,.01,0,0,0,.02-.02,.03-.02,0,0,0,0,0,0,.03-.03,.07-.06,.1-.08h0s.02-.02,.03-.03c0,0,0,0,.01,0l.03-.02s0,0,0,0c.03-.03,.06-.05,.1-.08,0,0,0,0,0,0,.01,0,.02-.02,.03-.03h0s.09-.08,.14-.12h0s.02-.02,.03-.03c0,0,0,0,0,0,.05-.04,.09-.08,.14-.11h0s.09-.08,.14-.12c0,0,0,0,0,0,.01,0,.02-.02,.03-.03h0s.09-.08,.14-.12h0s.02-.02,.03-.03h0s.09-.08,.14-.12h0s.09-.08,.14-.12c0,0,0,0,0,0,.01,0,.02-.02,.03-.03,0,0,0,0,0,0,0,0,.02-.02,.03-.02h0s.04-.04,.06-.06c0,0,0,0,0,0,.01,0,.02-.02,.03-.03h0s.02-.02,.03-.03c0,0,0,0,0,0,.03-.03,.06-.05,.1-.08,0,0,0,0,.01,0,0,0,.02-.02,.03-.02,0,0,0,0,.01-.01,0,0,.02-.02,.03-.02h0s.04-.04,.07-.05h0s.02-.02,.03-.03c0,0,0,0,.01-.01,0,0,.02-.02,.03-.02,0,0,0,0,0,0,.03-.02,.06-.05,.09-.07,0,0,.01-.01,.02-.02,0,0,.02-.01,.02-.02h.02s.02-.03,.02-.03c0,0,.01-.01,.02-.01,.01-.01,.03-.03,.04-.04,0,0,.01-.01,.02-.01,0,0,.02-.01,.02-.02,0,0,0,0,.02-.01s.02-.01,.02-.02c0,0,.01,0,.02-.02,0,0,.01-.01,.02-.02,0,0,.02-.02,.02-.02,.01-.01,.03-.02,.04-.03,0,0,.01-.01,.02-.01,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.02-.02,.03-.02,0,0,0,0,.01,0,.02-.01,.02-.02,.04-.03,0,0,.01,0,.02-.01,0,0,.02-.02,.03-.02,0,0,0,0,.01-.01,0,0,.02-.02,.03-.03,0,0,0,0,.01-.01,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,.02-.01,.02-.02,.04-.03,0,0,.01,0,.02-.01,0,0,.02-.02,.03-.02,0,0,0,0,.01-.01,.01,0,.02-.02,.03-.03,0,0,0,0,.01,0,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,.02-.01,.02-.02,.03-.03,0,0,0,0,.01-.01,.01,0,.02-.02,.03-.03,0,0,0,0,0,0,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,0,0,.03-.02,.03-.03,0,0,0,0,.01-.01,.01,0,.02-.02,.03-.03,0,0,0,0,0,0,.03-.03,.06-.05,.09-.08,0,0,0,0,0,0,.02-.01,.02-.02,.04-.03,0,0,0,0,0,0,.03-.03,.06-.05,.09-.08h0s.03-.02,.04-.04c0,0,0,0,0,0,.02-.01,.02-.02,.04-.03,0,0,0,0,0,0,.03-.03,.06-.05,.09-.08,0,0,0,0,0,0,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,1.2-1.04,2.38-2.09,3.55-3.16l-.68-.74h0Zm21.16-23.67c-2.33,3.2-4.81,6.35-7.38,9.37l.76,.65c1.11-1.31,2.2-2.63,3.27-3.98h0c.04-.05,.07-.1,.11-.15,0,0,0,0,0,0,0-.01,.02-.02,.03-.03,0,0,0,0,0,0,.03-.03,.06-.07,.08-.1h0s.02-.02,.02-.03c0,0,0,0,0-.01,0,0,.02-.02,.02-.03,0,0,0,0,0-.01,.03-.03,.05-.06,.08-.1,0,0,0,0,0,0,0,0,.01-.02,.02-.03,0,0,0,0,.01-.01,0,0,.01-.02,.02-.03,0,0,0,0,0-.01,.01-.02,.03-.04,.04-.06h0s.01-.03,.02-.03c0,0,0,0,.01-.02,0,0,.01-.02,.02-.02,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03h0s.03-.04,.05-.07c0,0,0,0,0-.01,0,0,.02-.02,.02-.03,0,0,0,0,0-.01,0,0,.01-.02,.02-.03,0,0,0,0,.01-.01,.01-.02,.03-.03,.04-.05,0,0,0,0,.01-.01,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0,0,.01-.02,0,0,.01-.02,.02-.02,0,0,.01-.01,.01-.02,.01-.01,.02-.03,.03-.04,0,0,.01-.02,.02-.02,0,0,.01-.02,.02-.02,0,0,0,0,.01-.02,0,0,.01-.02,.02-.02,0,0,.01-.01,.01-.02,0,0,.01-.01,.02-.02,.01-.02,.02-.02,.03-.04,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,0-.01,.02-.02,0,0,.01-.02,.02-.02,0,0,.01-.02,.02-.02,0-.01,.02-.02,.02-.03,0,0,.01-.02,.02-.03,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.02-.03,.03-.03,0,0,.01-.02,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.02,.02-.02,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,.01-.02,.02-.02,.03-.04,0,0,0,0,.01-.01,0,0,.02-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0-.01,.02-.02,.03-.04,0,0,0-.01,.01-.02,0-.01,.02-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.02-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.02-.02,.02-.03,0,0,0,0,0-.01,.01-.02,.02-.03,.03-.04,0,0,0,0,.01-.01,0,0,.02-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.02-.03,.03-.03,0,0,0,0,.01-.01,0-.01,.02-.02,.03-.04,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.02-.02,.02-.03,0,0,0,0,0-.01,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,0,0,.02-.03,.03-.03,0,0,0-.01,.01-.02,0,0,.02-.02,.02-.03,0,0,0,0,.01-.01,0-.01,.02-.02,.03-.03,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0-.01,0,0,.02-.02,.02-.03,0,0,0,0,.01-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.01-.02,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.05,0,0,0,0,0,0,.01-.02,.02-.02,.03-.04,0,0,0,0,0-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.02-.03,.04-.06,.07-.09,0,0,0,0,0-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.01-.02,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.05,0,0,0,0,0,0,.01-.02,.02-.02,.03-.04,0,0,0,0,0-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,0-.01,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.04-.05,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.01-.02,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04h0s.02-.03,.03-.05c0,0,0,0,0,0,0-.01,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.02,.03-.04,0,0,0,0,0,0,.02-.03,.04-.06,.07-.09,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.04-.05,.07-.09,.1-.14,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.04-.05,.07-.09,.11-.14,0,0,0,0,0,0,.05-.06,.09-.13,.14-.19,0,0,0,0,0,0,.2-.27,.4-.54,.59-.81l-.81-.59h0Zm16.04-27.4c-1.65,3.6-3.45,7.18-5.37,10.64l.88,.48s0,0,0-.01c.01-.02,.02-.04,.03-.05,0,0,0-.01,0-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,0-.02,.01-.03,0,0,0-.01,.01-.02,0,0,0-.01,.01-.02,0-.02,.01-.03,.02-.04,0,0,0,0,0-.01,0-.01,.01-.02,.02-.04,0,0,0,0,0-.01,0,0,.01-.03,.02-.04,0,0,0,0,0-.01,0-.02,.02-.03,.03-.05h0s.02-.03,.03-.05c0,0,0,0,0,0,0-.01,.02-.03,.02-.04,0,0,0,0,0-.01,0-.02,.01-.03,.02-.04,0,0,0,0,0,0,.02-.04,.04-.07,.06-.1,0,0,0,0,0,0,0-.02,.02-.03,.03-.05,0,0,0,0,0,0,.03-.05,.06-.11,.09-.16,0,0,0,0,0,0,1.33-2.44,2.59-4.91,3.79-7.42,0,0,0,0,0,0,.03-.05,.05-.1,.08-.16,0,0,0,0,0,0,0-.02,.01-.03,.02-.04,0,0,0,0,0,0,.02-.04,.03-.07,.05-.1,0,0,0,0,0-.01,0,0,.01-.03,.02-.04,0,0,0,0,0-.01,0,0,.01-.03,.02-.04,0,0,0-.01,0-.02,0-.02,.01-.03,.02-.05,0,0,0,0,0-.01,0,0,.01-.03,.02-.04,0,0,0-.01,0-.02,0,0,0-.02,.01-.03,0,0,0-.01,0-.02,0,0,.01-.03,.02-.03,0,0,0-.02,.01-.03,0-.01,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,0-.02,.01-.03,0,0,0-.02,.01-.03,0,0,0-.02,.01-.02,.02-.03,.03-.07,.05-.1,0,0,0-.01,0-.02,0,0,0-.02,.01-.03,0,0,0-.01,0-.02,0-.01,0-.02,.01-.03,0,0,0,0,0-.01,.01-.02,.02-.05,.03-.07h0s.01-.03,.02-.04h0s.01-.03,.02-.05h0c.19-.41,.38-.83,.57-1.24l-.91-.42h0Zm10.24-30.05c-.89,3.86-1.94,7.73-3.13,11.5l.95,.3c.22-.7,.44-1.41,.65-2.12,0,0,0,0,0,0,.02-.06,.03-.11,.05-.17,0,0,0,0,0,0,0-.02,.01-.04,.02-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.11,0,0,0,0,0,0,0-.02,.01-.03,.02-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,.01-.04,.02-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,.01-.04,.02-.06,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.07,.03-.11h0s0-.04,.01-.06c0,0,0,0,0,0,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0-.02,0-.03,.01-.04,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0,0,0-.01,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.02-.05h0s.01-.04,.02-.06c0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.02,0-.01,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.02-.05,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.02,0,0,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.02-.05,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.02,0,0,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,.01-.04,.02-.06,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0-.01,0-.02,0,0,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.02-.05,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0-.01,0-.02,0,0,0-.03,.01-.04,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.01-.05h0s0-.04,.02-.06c0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.02,0-.01,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.04,.02-.06,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.01,0-.01,0-.03,.01-.04,0,0,0,0,0,0,0-.02,0-.04,.02-.05,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0-.01,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.04,.02-.06,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0-.01,0-.03,.01-.04,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01v-.04s.01-.01,.02-.02c0-.02,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0-.01,0-.03,.01-.05,0,0,0,0,0-.01,0-.02,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.04,.01-.05,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0,0,0-.02,0-.02,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.04,.01-.06,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0-.01,0-.03,.01-.05,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.07,.03-.11,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,0-.04,.01-.06,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,0-.04,.01-.06,0,0,0,0,0,0,.02-.06,.03-.12,.05-.18,0,0,0,0,0,0,.32-1.25,.63-2.5,.92-3.76l-.97-.23h0Zm4.02-31.49c-.11,3.97-.37,7.97-.77,11.9l.99,.1c.05-.46,.09-.92,.14-1.38,0,0,0-.01,0-.02,0-.01,0-.02,0-.03,0,0,0-.02,0-.02,0-.02,0-.03,0-.05,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.02,0-.04,0-.05,0,0,0,0,0-.01,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.06,.01-.12,.02-.18,0,0,0,0,0,0,.27-3.05,.46-6.12,.55-9.22,0,0,0,0,0,0,0-.04,0-.08,0-.13,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.03,0-.05l-1-.03h0Zm-1.28-31.84l-.99,.17c.67,3.9,1.21,7.87,1.59,11.82l1-.1c-.02-.18-.03-.36-.05-.54,0,0,0,0,0,0,0-.04,0-.08-.01-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08-.01-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.02,0-.02,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0-.01,0-.03,0-.04,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0-.02,0-.03,0-.05,0,0,0-.02,0-.02,0-.01,0-.02,0-.03,0-.01,0,0,0-.02,0-.01,0-.02,0-.03h0s0-.06,0-.09c0,0,0,0,0,0,0-.01,0-.03,0-.04h0c0-.05,0-.1-.01-.14,0,0,0,0,0,0,0-.01,0-.03,0-.04h0c0-.05,0-.1-.01-.14h0s0-.03,0-.05h0c-.36-3.26-.82-6.49-1.37-9.69h0Zm-8.59-30.77l-.93,.36c1.44,3.69,2.76,7.47,3.92,11.26l.96-.29c-.1-.32-.2-.65-.3-.97,0,0,0,0,0,0-.02-.06-.04-.12-.05-.17,0,0,0,0,0,0,0-.02-.01-.04-.02-.06,0,0,0,0,0,0-.01-.04-.02-.08-.04-.12,0,0,0,0,0,0,0-.02-.01-.04-.02-.05,0,0,0,0,0,0-.01-.04-.02-.08-.04-.12,0,0,0,0,0,0,0-.02,0-.03-.02-.05,0,0,0,0,0-.01-.01-.04-.02-.07-.03-.11,0,0,0,0,0,0,0-.02,0-.03-.02-.05,0,0,0,0,0-.01,0-.02,0-.03-.01-.05,0,0,0,0,0,0,0-.02-.01-.04-.02-.05,0,0,0,0,0,0,0-.02,0-.03-.02-.05,0,0,0-.01,0-.01,0,0-.01-.03-.01-.04,0,0,0,0,0-.01,0-.02,0-.03-.02-.05,0,0,0,0,0-.01,0-.02,0-.03-.01-.05,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02,0-.02,0-.03-.02-.05,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02,0-.02,0-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0-.01,0-.03-.01-.04,0,0,0-.02,0-.03,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02,0-.01,0-.03-.01-.04,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0-.02,0-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0-.01,0-.02-.01-.03,0-.01,0-.03-.01-.04,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0-.02-.01-.03-.02-.05,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.03-.01-.04,0-.01,0-.02-.01-.04,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0-.02,0-.03-.02-.05,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.02-.01-.03,0-.01,0-.03-.01-.04,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0-.02-.01-.03-.02-.05,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0-.01-.01-.03-.02-.05,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0-.01,0-.02-.01-.04,0-.01,0-.02-.01-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0-.01,0-.03-.01-.04,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0-.02,0-.03-.02-.05,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0-.01,0-.03-.01-.04,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02,0-.01-.01-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.01,0-.02-.01-.03-.02-.05,0,0,0,0,0-.01,0,0-.01-.03-.01-.04,0,0,0-.01,0-.02,0,0,0-.03-.01-.03,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.05,0,0,0,0,0-.01,0-.01,0-.03-.01-.04,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02-.01-.04-.02-.06-.04-.1,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0-.01-.03-.01-.04,0,0,0,0,0-.01,0-.02-.01-.03-.02-.05,0,0,0,0,0,0,0-.01-.01-.03-.02-.04,0,0,0-.01,0-.02,0,0-.01-.03-.01-.04,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.05,0,0,0,0,0,0,0-.02,0-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02-.01-.04-.02-.07-.04-.11,0,0,0,0,0-.01,0,0-.01-.03-.02-.04,0,0,0,0,0-.01,0-.02-.01-.03-.02-.05,0,0,0,0,0,0,0-.02-.01-.04-.02-.06,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0-.01,0-.02,0-.03-.02-.05,0,0,0,0,0,0-.01-.04-.03-.07-.04-.11,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0,0-.01-.04-.03-.07-.04-.11,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0,0-.01-.04-.03-.07-.04-.11,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0,0-.02-.06-.04-.11-.06-.17,0,0,0,0,0,0,0-.02-.01-.04-.02-.05,0,0,0,0,0,0-.01-.04-.03-.07-.04-.11,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0,0-.02-.06-.04-.11-.06-.17,0,0,0,0,0,0-.38-1.05-.78-2.09-1.18-3.12h0Zm-14.58-28.43l-.84,.54c2.15,3.33,4.2,6.77,6.1,10.25l.88-.48c-.21-.39-.43-.78-.64-1.17,0,0,0,0,0,0,0-.02-.02-.03-.03-.05,0,0,0,0,0,0-.02-.04-.04-.07-.06-.1,0,0,0,0,0,0,0-.01-.01-.02-.02-.04,0,0,0-.01,0-.02,0,0-.01-.02-.02-.03,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.04,0,0,0-.02-.01-.02,0,0,0-.01-.01-.02,0,0,0-.02-.01-.02,0,0,0-.01-.01-.02,0,0-.01-.02-.02-.03,0,0,0,0,0-.01-.01-.02-.03-.05-.04-.07h0s-.01-.03-.02-.04h0s-.01-.03-.02-.04h0c-1.63-2.91-3.35-5.76-5.15-8.54h0Zm-19.94-24.96l-.72,.7c2.77,2.83,5.46,5.8,8.01,8.83l.77-.64s-.01-.01-.02-.02c0,0,0,0,0,0-.02-.02-.04-.05-.06-.07,0,0-.01-.01-.02-.02,0-.01-.02-.02-.03-.04-.01-.02-.03-.03-.04-.05,0-.01-.02-.02-.03-.03,0-.01-.02-.02-.03-.03,0-.01-.01-.02-.02-.03-.01-.02-.03-.03-.04-.05,0,0-.01-.02-.02-.02-.01-.01-.02-.03-.03-.04,0-.01-.01-.02-.02-.03-.01-.02-.03-.03-.04-.05,0,0-.01-.02-.02-.02-.01-.02-.03-.03-.04-.05,0,0-.01-.02-.02-.02-.01-.02-.03-.03-.04-.05,0,0-.01-.02-.02-.02-.02-.02-.03-.04-.05-.06,0,0,0,0-.01-.01-.02-.02-.03-.04-.05-.05,0,0,0,0-.01-.01-.02-.02-.04-.04-.05-.06,0,0,0,0-.01-.01-.02-.02-.03-.04-.05-.06,0,0,0,0,0,0-.02-.02-.04-.04-.06-.07,0,0,0,0,0,0-.04-.04-.08-.09-.11-.13,0,0,0,0,0,0-.04-.05-.08-.09-.12-.14h0c-.71-.83-1.43-1.65-2.16-2.47h0s-.08-.09-.12-.14h0c-.06-.07-.12-.14-.19-.21,0,0,0,0,0,0-.04-.04-.08-.09-.12-.13h0c-.04-.05-.08-.09-.12-.14,0,0,0,0-.01-.01-.02-.02-.04-.04-.06-.06,0,0,0,0,0-.01-.02-.02-.03-.04-.05-.05,0,0,0,0-.01-.01-.02-.02-.04-.04-.05-.06,0,0-.01-.01-.01-.02-.02-.02-.03-.04-.05-.05,0,0,0,0,0,0-.02-.02-.04-.04-.05-.06,0,0,0-.01-.02-.02-.02-.02-.03-.04-.05-.05,0,0,0,0-.02-.02-.01-.02-.03-.03-.04-.05,0,0-.01-.01-.02-.02-.02-.02-.03-.04-.05-.05,0,0-.01-.01-.02-.02-.01-.01-.02-.03-.04-.04,0,0-.01-.02-.02-.02-.02-.02-.03-.03-.05-.05-.01-.01-.02-.02-.03-.03,0-.01-.02-.02-.03-.03-.01-.01-.02-.03-.03-.04-.01-.01-.02-.03-.03-.04-.01-.01-.02-.02-.03-.03,0,0-.02-.02-.02-.03-.01-.01-.03-.04-.05-.05,0,0-.01-.02-.02-.02-.01-.01-.02-.02-.03-.03,0,0-.01-.01-.02-.02-.02-.02-.04-.04-.05-.06,0,0-.01-.01-.02-.02-.04-.04-.07-.08-.11-.12,0,0,0,0,0,0-.04-.04-.08-.08-.12-.13,0,0,0,0,0,0-.99-1.07-1.99-2.12-3.01-3.16h0Zm-24.49-20.52l-.56,.83c3.27,2.23,6.5,4.61,9.6,7.07l.62-.78c-3.13-2.49-6.35-4.86-9.66-7.12h0Zm-28.08-15.24l-.39,.92c3.65,1.53,7.29,3.22,10.81,5.02l.45-.89c-.22-.11-.44-.22-.66-.34h0s-.02-.02-.04-.02h0s-.07-.04-.11-.06c0,0-.01,0-.02,0,0,0-.02,0-.03-.01,0,0-.01,0-.02-.01,0,0-.02,0-.03-.01,0,0-.02-.01-.03-.02,0,0-.02,0-.03-.01,0,0-.02-.01-.03-.02,0,0-.01,0-.02,0,0,0-.02-.01-.03-.02,0,0-.01,0-.02,0-.01,0-.02-.01-.04-.02,0,0,0,0-.01,0-.02,0-.03-.02-.05-.02,0,0,0,0,0,0-.02,0-.02-.01-.04-.02,0,0,0,0-.01,0-.02,0-.03-.02-.05-.02h0s-.07-.04-.11-.05c0,0,0,0,0,0-.02,0-.03-.02-.05-.03,0,0,0,0,0,0-3.09-1.54-6.23-2.98-9.43-4.32h0Zm-30.56-9.31l-.19,.98c3.89,.77,7.79,1.69,11.6,2.75l.27-.96s-.09-.02-.13-.04h0s-.03,0-.04-.01h0s-.08-.02-.13-.04c0,0,0,0-.01,0-.01,0-.02,0-.03,0,0,0-.01,0-.02,0-.02,0-.05-.01-.07-.02h0s-.02,0-.03-.01c0,0-.01,0-.02,0-.01,0-.02,0-.03,0,0,0-.01,0-.02,0-.01,0-.02,0-.03,0-.01,0-.03,0-.04-.01,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0-.02,0-.03,0-.05-.01,0,0-.01,0-.02,0,0,0-.03,0-.04,0,0,0-.01,0-.02,0,0,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05-.01,0,0,0,0-.01,0-.01,0-.03,0-.05-.01,0,0,0,0-.01,0-.02,0-.03,0-.05-.01,0,0,0,0,0,0-.04-.01-.07-.02-.11-.03,0,0,0,0,0,0-.02,0-.03,0-.05-.01,0,0,0,0,0,0-.04-.01-.08-.02-.12-.03,0,0,0,0,0,0-3.38-.9-6.8-1.7-10.26-2.38h0Zm-31.07-3.02v1c3.72,0,7.49,.13,11.19,.39l.07-1s-.03,0-.05,0c0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.04,0-.07,0-.12,0,0,0,0,0-.01,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-2.79-.19-5.61-.3-8.44-.34h0s-.08,0-.13,0c0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.04,0-.07,0-.12,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.01,0-.04,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0h-.01s-.04,0-.06,0h0Z" fill="#f7651a"/>
  629.                                     <path d="M220.13,101.46h-.03s0,0,0,0h-.02s0,0,0,0c0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0-.01,0,0,0-.01,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.02,0,0,0,0,0-.01,0,0,0-.01,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0h0s-.02,0-.03,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.03,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.03,0h0s-.03,0-.05,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.03,0-.05,0-.08,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.03,0-.05,0-.08,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.07,0-.1,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.07,0-.1,0h0s-.02,0-.03,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.04,0-.09,0-.13,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.03,0h0c-.15,0-.29,.01-.44,.02h0s-.02,0-.03,0h0s-.02,0-.03,0h0s-.02,0-.03,0h0c-.07,0-.14,0-.21,.01h0c-1.63,.09-3.25,.24-4.85,.44,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.02,0-.02,0h0s-.07,0-.1,.01c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.05,0-.07,.01,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.05,0-.08,.01h0s-.01,0-.02,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0c-.07,.01-.14,.02-.21,.03h0c-.74,.11-1.48,.24-2.21,.37l.18,.98c3.85-.72,7.8-1.08,11.75-1.08v-1h0Zm-30.72,7.71c-.69,.37-1.37,.76-2.05,1.15h0s-.01,0-.02,.01h0s-.01,0-.02,.01h0s-.03,.02-.04,.02h0c-.08,.05-.16,.1-.24,.14h0s-.01,0-.02,.01h0s-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0-.04,.02-.08,.05-.12,.07,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.01,0-.02,.01c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0-.02,.01-.04,.03-.06,.04,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.03,.02-.05,.03-.08,.05,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.03,.02-.07,.04-.1,.07,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0h-.01s0,.01,0,.01c0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.05,.03-.09,.06-.14,.09,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0h-.02s0,.01,0,.01c0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,.01c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.04,.03-.08,.05-.12,.08,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.05,.03-.09,.06-.14,.1,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.05,.04-.11,.07-.16,.11,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,.01,0,0,0,0,0,0,0,0,0,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0-.07,.05-.13,.09-.2,.14,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0-.11,.08-.21,.15-.31,.23,0,0,0,0,0,0-.01,0-.03,.02-.04,.03,0,0,0,0,0,0,0,0-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0-.74,.54-1.46,1.1-2.17,1.68l.63,.78c3.07-2.47,6.37-4.67,9.83-6.53l-.47-.88h0Zm-23.41,21.35c-.55,.84-1.09,1.68-1.61,2.55h0s0,.01-.01,.02c0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02h0s0,.01-.01,.02h0s0,.01-.01,.02h0s0,.01-.01,.02c0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02h0s0,.01-.01,.02h0c-.03,.05-.06,.11-.09,.16h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02h0c-.04,.08-.09,.16-.13,.23,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,.01-.02,.03-.02,.04h0c-1.2,2.12-2.28,4.32-3.24,6.58l.92,.39c1.53-3.61,3.41-7.11,5.59-10.39l-.83-.55h0Zm-10.52,29.87c-.06,.6-.1,1.21-.14,1.82,0,0,0,0,0,0,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02h0c0,.05,0,.1,0,.15,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.04,0,.08,0,.13,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.03,0,.05,0,.08,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02h0s0,.03,0,.05c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.03c0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.03c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03h0s0,.02,0,.02h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.02h0s0,.02,0,.03h0v.03h0s0,.02,0,.03h0v.03h0v.03h0v.03h0v.03h0s0,.02,0,.03h0v.02h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.03c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.03h0s0,.02,0,.02c0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.05,0,.07h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.06,0,.09h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.06,0,.09h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.05,0,.09,0,.14h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.05,0,.09,0,.14h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,.05,0,.11,0,.16h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,.06,0,.12,.01,.18h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.09,0,.14h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02h0s0,.02,0,.02h0s0,.09,0,.14c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,.05,0,.11,.01,.16h0s0,.02,0,.02h0s0,.02,0,.02h0c0,.07,.01,.14,.02,.21h0s0,.02,0,.02h0s0,.02,0,.02h0c0,.06,0,.12,.01,.19h0s0,.02,0,.02h0s0,.03,0,.05h0c0,.05,0,.11,.01,.16h0s0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02h0c0,.05,0,.11,.01,.16h0s0,.02,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,.03,0,.06,0,.09l1-.09c-.18-1.95-.27-3.94-.27-5.91s.09-3.95,.27-5.9l-1-.09h0Zm5.77,30.92l-.92,.39c.17,.39,.34,.78,.51,1.17h0s0,.01,0,.02h0s0,.01,0,.02h0s0,.01,0,.02h0s0,.01,0,.02h0c.05,.11,.1,.23,.15,.34h0s0,.01,0,.02h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.01,0,.02h0c.03,.07,.06,.13,.09,.19h0s0,.01,0,.02h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,.02,.03,.03,.07,.05,.1,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,.01,.03,.03,.06,.04,.09,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0h0s0,.02,0,.02c0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,.02,.04,.04,.09,.07,.13,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,.04,.07,.07,.14,.11,.22,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.01,0,.02h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02h0c.04,.08,.08,.16,.13,.24h0s0,.01,.01,.02c0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,.01,.01,.02c0,0,0,0,0,0,.97,1.82,2.01,3.59,3.14,5.31,0,0,0,0,0,0,.05,.07,.1,.15,.15,.22l.83-.55c-2.18-3.28-4.06-6.77-5.59-10.39h0Zm18.81,24.88l-.63,.78c1.95,1.57,3.99,3.03,6.12,4.37,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,0,0,.02,.01,0,0,0,0,0,0,0,0,0,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,.02,.01,.04,.03,.06,.04,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,.01h0c1.04,.64,2.1,1.25,3.17,1.83l.47-.88c-3.46-1.86-6.77-4.06-9.83-6.52h0Zm28.33,13.04l-.18,.98c2.42,.45,4.88,.76,7.38,.94h0s.01,0,.02,0h0c.07,0,.14,0,.21,.01h0s.02,0,.02,0h0s.01,0,.02,0h0c.06,0,.12,0,.19,.01h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0h0c.05,0,.11,0,.16,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0h0c.05,0,.11,0,.16,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.05,0,.09,0,.14,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.03,0,.06,0,.09,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.06,0,.09,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0h.02s0,0,0,0c.02,0,.04,0,.07,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0s0,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,.01,0,.03,0,.04,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0h.01s0,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.02,0,.03,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0s0,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,.01,0,.02,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0h.01s0,0,.01,0c0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h.01s.01,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0h.02s0,0,0,0h.03s0,0,.02,0h.03v-1c-3.95,0-7.9-.36-11.74-1.08h0Zm42-6.52c-3.46,1.87-7.12,3.41-10.86,4.6l.3,.95c1.43-.45,2.83-.96,4.21-1.5h0s.01,0,.02,0h0s.01,0,.02,0h0s.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0h0c.06-.03,.13-.05,.19-.08h0s.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0t0,0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.1-.04,.15-.06c0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0h.01s0,0,0,0c0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0s0,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.05-.02,.07-.03h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02-.01c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.08-.03,.15-.07,.23-.1,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,1.58-.69,3.13-1.45,4.64-2.26l-.47-.88h0Zm23.05-21.02c-2.17,3.27-4.66,6.37-7.4,9.19l.72,.7c1.57-1.62,3.06-3.32,4.46-5.1,0,0,0,0,0,0,0,0,0-.01,.01-.02t0,0s0-.01,.01-.02c0,0,0,0,0,0,0,0,0-.01,.01-.02h0s0-.01,.01-.02c0,0,0,0,0,0,.06-.08,.12-.15,.18-.23,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0,0,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.01,0,0,0,0,0,0,0,0,0-.01,.01-.01,0,0,0,0,0,0,0,0,0-.01,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01h0s0-.01,.01-.02c0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.02h0c.78-1.03,1.52-2.08,2.24-3.16l-.83-.55h0Zm10.36-29.41c-.36,3.92-1.08,7.83-2.15,11.6l.96,.27c.11-.39,.22-.77,.32-1.16,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02h0s.02-.09,.03-.13h0s0-.01,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0-.02,.01-.04,.02-.06,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01h0s0-.02,0-.03c0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,.02-.06,.02-.1,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.05,.02-.1,.03-.15,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.05,.02-.1,.03-.15h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.07,.03-.13,.04-.2,0,0,0,0,0,0,0,0,0-.02,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.07,.03-.15,.05-.22,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02h0s0-.02,0-.02h0c.02-.08,.04-.16,.05-.25,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02h0c.02-.08,.03-.16,.05-.25,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.07,.03-.15,.05-.22,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.08,.03-.16,.05-.25,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.01-.07,.03-.15,.04-.22h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.08,.03-.16,.05-.25,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.08,.03-.17,.05-.25,0,0,0,0,0,0,0,0,0-.02,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.01-.07,.02-.13,.04-.2,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.01-.07,.02-.13,.03-.2,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.05,.02-.1,.03-.15,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.07,.02-.13,.03-.2,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.03c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02h0c0-.05,.02-.1,.02-.15h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.05,.02-.1,.02-.15,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.05,.02-.1,.02-.15,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.04,.01-.08,.02-.13h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02h0c0-.05,.01-.1,.02-.15,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02t0,0c0-.07,.02-.13,.03-.2,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.08,.02-.15,.03-.23h0s0-.02,0-.03c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.01-.09,.02-.19,.04-.28h0s0-.02,0-.03h0c.09-.69,.16-1.39,.22-2.09l-1-.09h0Zm-3.86-31.21l-.92,.39c1.53,3.62,2.74,7.4,3.58,11.24l.98-.21c-.38-1.76-.84-3.49-1.36-5.2h0s0-.02,0-.02h0s0-.01,0-.02h0s0-.02,0-.02h0s0-.02,0-.02h0c-.02-.07-.05-.15-.07-.22h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0-.03-.02-.05-.03-.08,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01s0,0,0-.01c0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0-.02-.05-.03-.09-.05-.14,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0-.53-1.58-1.12-3.12-1.76-4.64h0Zm-19.11-25.27l-.63,.78c3.06,2.47,5.91,5.23,8.47,8.21l.76-.65c-.77-.9-1.57-1.78-2.39-2.64,0,0,0,0,0,0,0,0-.01-.01-.02-.02h0s0-.01-.02-.02h0s0-.01-.02-.02h0s0-.01-.01-.02h0s0-.01-.01-.02h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0-.01-.02,0,0,0,0,0,0,0,0,0,0-.01-.01h0s0-.01-.01-.02h0s-.01-.01-.02-.02h0c-.06-.07-.13-.13-.19-.2h0s0-.01-.01-.02h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0-.03-.03-.05-.05-.08-.08,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0h0s0-.01,0-.02c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0-.01,0-.02c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01-.02-.02-.03-.03,0,0,0,0,0,0,0,0,0,0-.02-.02,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0-.02-.02-.03-.03-.05-.05h0s-.01-.01-.02-.02c0,0,0,0,0,0,0,0,0,0-.02-.01,0,0,0,0,0,0,0,0,0,0-.02-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.02-.01,0,0,0,0,0,0,0,0,0,0-.02-.02,0,0,0,0,0,0-.02-.02-.05-.04-.07-.07,0,0,0,0,0,0,0,0,0,0-.02-.02,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0-.01-.01-.02-.02,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0-.03-.03-.07-.06-.1-.09,0,0,0,0,0,0-.01,0-.02-.02-.03-.03h0s0-.01-.01-.02h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01h0s0-.01-.01-.02h0s0-.01-.01-.02c0,0,0,0,0,0,0,0-.01,0-.02-.01,0,0,0,0,0,0,0,0-.01,0-.02-.01,0,0,0,0,0,0-.01-.01-.02-.02-.03-.03h0c-.95-.86-1.92-1.69-2.92-2.5h0Zm-28.77-13.24l-.18,.98c3.87,.72,7.68,1.8,11.35,3.22l.36-.93c-1.27-.49-2.56-.94-3.86-1.36h0c-.1-.03-.21-.07-.31-.1h0s-.01,0-.02,0h0s-.01,0-.02,0h0s-.01,0-.02,0h0s-.01,0-.02,0c0,0,0,0,0,0-.07-.02-.15-.05-.22-.07h0s-.01,0-.02,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.09-.03-.13-.04h0s-.01,0-.02,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0-.02,0-.04-.01-.06-.02,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0h-.01s0,0-.01,0c0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.02,0-.03,0-.05-.01,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.06-.02-.1-.03,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.04-.01-.08-.02-.12-.03,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0h-.02s0,0,0,0c0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.06-.01-.11-.03-.17-.04,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.02,0-.02,0h0c-.06-.02-.13-.03-.19-.05,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.09-.02-.18-.04-.27-.07h0c-1.26-.31-2.54-.59-3.82-.83h0Z" fill="#f7651a"/>
  630.                                     <path d="M220.13,147.93h-.01s0,0-.01,0h-.01s0,0-.01,0h0s0,0-.01,0h0s0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0-.01,0h0s0,0-.01,0h0s0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0t0,0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s0,0-.01,0h0s-.01,0-.02,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s0,0-.01,0h0s-.01,0-.02,0c0,0,0,0,0,0-.01,0-.02,0-.03,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0-.01,0-.02,0-.03,0h0s-.01,0-.02,0h0s0,0-.01,0c0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.02,0-.03,0h0s-.05,.01-.07,.02c0,0,0,0,0,0-2.5,.58-4.81,1.66-6.81,3.14h0s-.02,.01-.03,.02c0,0,0,0,0,0,0,0-.02,.01-.03,.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0-.02,.01h0s0,0,0,0c0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0l.61,.8c3.06-2.33,6.71-3.56,10.57-3.56v-1h0Zm-17.22,21.29l-.99,.16c.3,1.83,.87,3.57,1.66,5.17h0s.02,.04,.03,.06h0s0,.01,.01,.02h0s.01,.03,.02,.04c0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,0,0,.01h0s0,.01,.01,.02h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,.01h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,0,0,.01h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,.01h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03h0s.01,.02,.02,.03h0s.02,.04,.04,.06c0,0,0,0,0,0,.32,.5,.66,.99,1.02,1.45h0s.04,.05,.06,.08c0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03h0s0,0,0,.01h0s0,.01,.01,.02h0s.01,.02,.02,.03c0,0,0,0,0,0,0,0,0,0,0,.01h0s0,.01,.01,.02c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,.02t0,0h0s0,0,0,0c0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,0h0s0,.01,.01,.02c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,.02,.02h0s0,0,0,0c0,0,0,0,0,0,.33,.37,.68,.72,1.03,1.06l.69-.73c-2.76-2.61-4.62-6.11-5.23-9.85h0Zm31.69,6.94c-2.13,3.15-5.28,5.55-8.87,6.76l.32,.95c3.85-1.3,7.14-3.84,9.38-7.15l-.83-.56h0Zm-6.75-26.54l-.42,.91c3.44,1.59,6.32,4.31,8.11,7.66l.88-.47c-.4-.75-.85-1.46-1.34-2.14,0,0,0,0,0,0,0,0-.01-.02-.02-.03h0s-.01-.02-.02-.03c0,0,0,0,0,0-.02-.02-.03-.04-.05-.07h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01-.01-.02h0s0,0,0-.01c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01-.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01-.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01-.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0,0,0h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0,0,0h0s-.01-.02-.02-.03h0s-.01-.02-.02-.03h0c-1.75-2.09-3.94-3.78-6.44-4.93h0Z" fill="#f7651a"/>
  631.                                     <g>
  632.                                         <line x1="284.42" y1="166.38" x2="278.42" y2="166.38" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
  633.                                         <line x1="256.3" y1="166.38" x2="250.3" y2="166.38" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
  634.                                         <polygon points="251.17 163.39 245.99 166.38 251.17 169.37 251.17 163.39" fill="#f7651a"/>
  635.                                     </g>
  636.                                     <g>
  637.                                         <line x1="156.14" y1="166.38" x2="162.14" y2="166.38" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
  638.                                         <line x1="184.15" y1="166.38" x2="190.15" y2="166.38" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
  639.                                         <polygon points="189.28 169.37 194.46 166.38 189.28 163.39 189.28 169.37" fill="#f7651a"/>
  640.                                     </g>
  641.                                 </g>
  642.                                 <g opacity=".3">
  643.                                     <rect x="93.55" y="338.06" width="253.17" height="43.26" rx="7.27" ry="7.27" fill="none" stroke="#f7651a" stroke-dasharray="0 0 12.09 20.15" stroke-miterlimit="10"/>
  644.                                 </g>
  645.                                 <g opacity=".3">
  646.                                     <g>
  647.                                         <path d="M12.28,181.1s-.21,2.14-.38,5.98" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
  648.                                         <path d="M11.85,205.54c1.29,37.28,11.67,108.07,68.61,146.53" fill="none" stroke="#f7651a" stroke-dasharray="0 0 11.08 18.46" stroke-miterlimit="10"/>
  649.                                         <path d="M88.3,356.97c1.71,.99,3.46,1.96,5.25,2.9" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
  650.                                     </g>
  651.                                 </g>
  652.                                 <g opacity=".3">
  653.                                     <g>
  654.                                         <path d="M9.97,135.37l-.21-6s2.23,.67,5.64,2.04" fill="none" stroke="#f7651a" stroke-linecap="round" stroke-linejoin="round"/>
  655.                                         <path d="M35.6,142.85c8.15,6.49,14.94,15.42,14.39,27.01-.71,14.91-11.51,17.06-21.48,15.8" fill="none" stroke="#f7651a" stroke-dasharray="0 0 13.97 23.29" stroke-linecap="round" stroke-linejoin="round"/>
  656.                                         <path d="M17.19,182.96c-3.37-1.14-5.59-2.16-5.59-2.16l-.21-6" fill="none" stroke="#f7651a" stroke-linecap="round" stroke-linejoin="round"/>
  657.                                         <line x1="10.84" y1="159.64" x2="10.24" y2="142.95" fill="none" stroke="#f7651a" stroke-dasharray="0 0 9.11 15.18" stroke-linecap="round" stroke-linejoin="round"/>
  658.                                     </g>
  659.                                 </g>
  660.                             </g>
  661.                             <g id="_1" data-name="1">
  662.                                 <g>
  663.                                     <path d="M208.94,1c42.38,0,82.22,16.5,112.19,46.47,29.97,29.97,46.47,69.81,46.47,112.19s-16.5,82.22-46.47,112.19-69.81,46.47-112.19,46.47-82.22-16.5-112.19-46.47c-29.97-29.97-46.47-69.81-46.47-112.19s16.5-82.22,46.47-112.19C126.72,17.5,166.56,1,208.94,1m0-1C120.77,0,49.29,71.48,49.29,159.66s71.48,159.66,159.66,159.66,159.66-71.48,159.66-159.66S297.12,0,208.94,0h0Z" fill="#fff"/>
  664.                                     <path d="M208.94,95.73c35.25,0,63.92,28.68,63.92,63.92s-28.68,63.92-63.92,63.92-63.92-28.68-63.92-63.92,28.68-63.92,63.92-63.92m0-1c-35.86,0-64.92,29.07-64.92,64.92s29.07,64.92,64.92,64.92,64.92-29.07,64.92-64.92-29.07-64.92-64.92-64.92h0Z" fill="#fff"/>
  665.                                     <path d="M208.94,142.2c9.62,0,17.45,7.83,17.45,17.45s-7.83,17.45-17.45,17.45-17.45-7.83-17.45-17.45,7.83-17.45,17.45-17.45m0-1c-10.19,0-18.45,8.26-18.45,18.45s8.26,18.45,18.45,18.45,18.45-8.26,18.45-18.45-8.26-18.45-18.45-18.45h0Z" fill="#fff"/>
  666.                                     <g>
  667.                                         <line x1="273.22" y1="159.66" x2="239.1" y2="159.66" fill="none" stroke="#fff" stroke-miterlimit="10"/>
  668.                                         <polygon points="239.98 156.66 234.8 159.66 239.98 162.65 239.98 156.66" fill="#fff"/>
  669.                                     </g>
  670.                                     <g>
  671.                                         <line x1="144.94" y1="159.66" x2="178.96" y2="159.66" fill="none" stroke="#fff" stroke-miterlimit="10"/>
  672.                                         <polygon points="178.08 162.65 183.27 159.66 178.08 156.66 178.08 162.65" fill="#fff"/>
  673.                                     </g>
  674.                                 </g>
  675.                                 <rect x="82.36" y="331.33" width="253.17" height="43.26" rx="7.27" ry="7.27" transform="translate(417.88 705.93) rotate(-180)" fill="none" stroke="#fff" stroke-miterlimit="10"/>
  676.                                 <path d="M2.97,171.82s-14.61,132.1,79.39,181.32" fill="none" stroke="#fff" stroke-miterlimit="10"/>
  677.                                 <path d="M.5,120.17s41.55,12.45,40.23,40.49c-1.33,28.04-38.39,10.93-38.39,10.93L.5,120.17Z" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
  678.                             </g>
  679.                         </svg>
  680.                     </div>
  681.                 </div>
  682.             </div>
  683.         {% elseif sectionsAccueil.ordre == 1 %}
  684.             <section class="cell large-12 grid-x align-center-middle divWheelnav">
  685.                 <div id="divWheelnavBlock" class="small-12 medium-12 large-6">
  686.                     <div id="divWheelnav" style="height: 1500px;width: 1500px;background-image: url('{{ asset('accueil/roue/bg.svg') }}');background-size: cover;"
  687.                          data-wheelnav
  688.                          data-wheelnav-slicepath="DonutSlice"
  689.                          data-wheelnav-colors="#ffffff"
  690.                     ></div>
  691.                 </div>
  692.                 <div id="prestationBlc" class="small-12 medium-12 large-6">
  693.                     <header>
  694.                         <h2>{{ sectionsAccueil.nom }}</h2>
  695.                     </header>
  696.                     <div id="divWheelText" class="text-center"></div>
  697.                 </div>
  698.             </section>
  699.         {% elseif sectionsAccueil.ordre == 2 %}
  700.             <section class="formation">
  701.                 <div class="container__large">
  702.                     <div class="grid-x">
  703.                         <div class="small-12 medium-12 large-9 grid-x align-middle">
  704.                             <div class="content small-12 medium-8 large-8">
  705.                                 <header>
  706.                                     <h2>{{ sectionsAccueil.nom }}</h2>
  707.                                 </header>
  708.                             </div>
  709.                         </div>
  710.                     </div>
  711.                     {% set loopFormation = 0 %}
  712.                     {% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
  713.                         {% if loopFormation is even %}
  714.                             <div class="grid-x">
  715.                                 <div class="small-12 medium-12 large-9 grid-x align-middle">
  716.                                     <div class="small-12 medium-4 large-4">
  717.                                         <div class="image-container ">
  718.                                             <img src="{{ SectionsAccueilItem.img1 }}" alt=""/>
  719.                                         </div>
  720.                                     </div>
  721.                                     <div class="content small-12 medium-8 large-8">
  722.                                         <div class="text">
  723.                                             <p class="subtitle">{{ SectionsAccueilItem.nom }}</p>
  724.                                             <p>
  725.                                                 {{ SectionsAccueilItem.text | nl2br }}
  726.                                             </p>
  727.                                         </div>
  728.                                     </div>
  729.                                 </div>
  730.                             </div>
  731.                         {% else %}
  732.                             <div class="grid-x">
  733.                                 <div class="small-12 medium-12 large-9 grid-x align-middle">
  734.                                     <div class="content small-12 medium-8 large-8">
  735.                                         <div class="text">
  736.                                             <p class="subtitle">{{ SectionsAccueilItem.nom }}</p>
  737.                                             <p>
  738.                                                 {{ SectionsAccueilItem.text | nl2br }}
  739.                                             </p>
  740.                                         </div>
  741.                                     </div>
  742.                                     <div class="small-12 medium-4 large-4">
  743.                                         <div class="image-container ">
  744.                                             <img src="{{ SectionsAccueilItem.img1 }}" alt=""/>
  745.                                         </div>
  746.                                     </div>
  747.                                 </div>
  748.                             </div>
  749.                         {% endif %}
  750.                         {% set loopFormation = loopFormation + 1 %}
  751.                     {% endfor %}
  752.                     <a href="{{ sectionsAccueil.lien }}" class="link">toutes nos formations</a>
  753.                 </div>
  754.             </section>
  755.         {% elseif sectionsAccueil.ordre == 3 %}
  756.             <section class="chiffres">
  757.                 <div class="container__large grid-x">
  758.                     <header class="small-12 medium-12 large-12">
  759.                         <h2>{{ sectionsAccueil.nom }}</h2>
  760.                         <p class="subtitle">{{ sectionsAccueil.sstitre | nl2br }}</p>
  761.                     </header>
  762.                     <div class="small-12 medium-12 large-12 grid-x">
  763.                         {% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
  764.                             <div class="small-12 medium-6 large-3">
  765.                                 <div class="svg-container">
  766.                                     <img src="{{ SectionsAccueilItem.img1 }}" alt=""/>
  767.                                 </div>
  768.                                 <div class="text">
  769.                                     <p class="number">{{ SectionsAccueilItem.nom }}</p>
  770.                                     <p>{{ SectionsAccueilItem.text | nl2br }}</p>
  771.                                 </div>
  772.                             </div>
  773.                         {% endfor %}
  774.                     </div>
  775.                 </div>
  776.             </section>
  777.         {% elseif sectionsAccueil.ordre == 4 %}
  778.             <section class="infos">
  779.                 <div class="container__large grid-x justify-center align-middle">
  780.                     <div class="small-12 medium-6 large-6">
  781.                         <header>
  782.                             <h2>{{ sectionsAccueil.nom }}</h2>
  783.                             {#<p class="subtitle">
  784.                                 lorem ipsum dolor sit amet
  785.                             </p>#}
  786.                         </header>
  787.                         <div class="content">
  788.                             <p>
  789.                                 {{ sectionsAccueil.sstitre | nl2br }}
  790.                             </p>
  791.                         </div>
  792.                         {% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
  793.                             <p class="subtitle">
  794.                                 {{ SectionsAccueilItem.nom }}
  795.                             </p>
  796.                             <div class="image-container">
  797.                                 <img  src="{{ asset(SectionsAccueilItem.img1) }}" alt="alt"/>
  798.                             </div>
  799.                         {% endfor %}
  800.                     </div>
  801.                     <div class="small-12 medium-6 large-6">
  802.                         <div class="image-container image-roundedz">
  803.                             <img  src="{{ asset(sectionsAccueil.img1) }}" alt="alt"/>
  804.                         </div>
  805.                         <a href="{{ sectionsAccueil.lien }}" class="link">En savoir plus</a>
  806.                     </div>
  807.                 </div>
  808.             </section>
  809.         {% elseif sectionsAccueil.ordre == 5 %}
  810.             {% if sectionsAccueil.SectionsAccueilItem | length > 0 %}
  811.                 <section class="testimonial-section">
  812.                     <div class="container__large grid-x">
  813.                         <header class="cell">
  814.                             <h2>{{ sectionsAccueil.nom }}</h2>
  815.                             <p class="subtitle">{{ sectionsAccueil.sstitre | nl2br }}</p>
  816.                         </header>
  817.                         <div class="testimonials cell testimonial-slider">
  818.                             {% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
  819.                                 <div class="testimonial">
  820.                                     <div class="quote">""</div>
  821.                                     <p>
  822.                                         {{ SectionsAccueilItem.text | nl2br }}
  823.                                     </p>
  824.                                     <p class="author">{{ SectionsAccueilItem.nom}}</p>
  825.                                 </div>
  826.                             {% endfor %}
  827.                         </div>
  828.                     </div>
  829.                 </section>
  830.             {% endif %}
  831.         {% elseif sectionsAccueil.ordre == 6 %}
  832.             <div class="references grid-x container__large">
  833.                 {% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
  834.                     <div class="image-container">
  835.                         <img src="{{ asset(SectionsAccueilItem.img1) }}" alt="alt"/>
  836.                     </div>
  837.                 {% endfor %}
  838.             </div>
  839.         {% endif %}
  840.     {% endfor %}
  841.     <!-- Required js for production -->
  842.     <script src="{{ absolute_url(asset('build/contentbox/box/box-flex.js')) }}" type="text/javascript"></script>
  843. {% endblock %}