<!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Site Down for Maintenance</title>
    <style>
        @font-face {
            font-family: 'Tiempos';
            src: url('fonts/tiempos-headline-web-bold.eot'); /* IE9 Compat Modes */
            src: url('fonts/tiempos-headline-web-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
                url('fonts/tiempos-headline-web-bold.woff2') format('woff2'), /* Super Modern Browsers */
                url('fonts/tiempos-headline-web-bold.woff') format('woff'), /* Pretty Modern Browsers */
                url('fonts/tiempos-headline-web-bold.ttf')  format('truetype'); /* Legacy iOS */
        }
        @font-face {
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 400;
        src: url('fonts/nunito-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
        src: local(''),
            url('fonts/nunito-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('fonts/nunito-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('fonts/nunito-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
            url('fonts/nunito-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
            url('fonts/nunito-sans-v11-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
        }
        @font-face {
        font-family: 'Nunito Sans';
        font-style: italic;
        font-weight: 400;
        src: url('fonts/nunito-sans-v11-latin-italic.eot'); /* IE9 Compat Modes */
        src: local(''),
            url('fonts/nunito-sans-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('fonts/nunito-sans-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
            url('fonts/nunito-sans-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
            url('fonts/nunito-sans-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
            url('fonts/nunito-sans-v11-latin-italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
        }
        @font-face {
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 700;
        src: url('fonts/nunito-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
        src: local(''),
            url('fonts/nunito-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('fonts/nunito-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
            url('fonts/nunito-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
            url('fonts/nunito-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
            url('fonts/nunito-sans-v11-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
        }
        @font-face {
        font-family: 'Nunito Sans';
        font-style: italic;
        font-weight: 700;
        src: url('fonts/nunito-sans-v11-latin-700italic.eot'); /* IE9 Compat Modes */
        src: local(''),
            url('fonts/nunito-sans-v11-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('fonts/nunito-sans-v11-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
            url('fonts/nunito-sans-v11-latin-700italic.woff') format('woff'), /* Modern Browsers */
            url('fonts/nunito-sans-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
            url('fonts/nunito-sans-v11-latin-700italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
        }


        html {
            padding:0;
            margin:0;
        }
        body {
            background-color:#eaf0f2;
            margin: 0;
            padding:1rem;
            font-size:125%;
            font-family:"Nunito Sans",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            line-height:1.6;
            box-sizing: border-box;
        }
        @media (min-width:700px) {
            body {
                display: flex;
                flex-direction: column;
                justify-content: center;
                min-height: 100vh;
            }
        }
        body * {
            box-sizing: border-box;
        }
        .pageWrap {
            width:50rem;
            max-width:100%;
            margin:0 auto;
            background:#fff;
            padding: 2rem;
            text-align: center;
            box-shadow: 2px 1px 5px rgba(0,0,0,0.05);
        }
        @media (min-width:700px) {
            .pageWrap {
                padding:3rem 4rem;
            }
        }
        .image {
            width:400px;
            max-width:90%;
            margin:0 auto;
        }
        h1 {
            margin:0;
            font-family:"Tiempos", Georgia, 'Times New Roman', Times, serif;
            font-weight:normal;
            line-height:normal;
        }
        .logo {
            text-align:center;
            display:block;
            margin-top:2rem;
        }
        .logo img {
            max-width:80%;
            width:10rem;
        }
        .logo img.white {
            display:none;
        }
        .attribution {
            text-align:center;
            font-size:.75rem;
            display:block;
            margin:1rem 0;
        }
        .attribution a {
            color:#6B6B6B;
            text-decoration:none;
        }
        @media (prefers-color-scheme: dark) {
            body {
                background-color:#222;
            }
            .pageWrap {
                background-color:#444;
                color:#fff;
            }
            #elwkdf8kylw9c path {
                fill: #666!important;
                opacity:1!important;
            }
            .logo img.black {
                display:none;
            }
            .logo img.white {
                display:inline-block;
            }
            .attribution a {
                color:#8A8A8A;
            }
        }
    </style>
  </head>
  <body>
    <main class="pageWrap">
        <div class="image">
            <style>svg#freepik_stories-phone-maintenance:not(.animated) .animable {opacity: 0;}svg#freepik_stories-phone-maintenance.animated #freepik--background-simple--inject-5 {animation: 4s Infinite  linear floating;animation-delay: 0s;}svg#freepik_stories-phone-maintenance.animated #freepik--Clouds--inject-5 {animation: 6s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) slideLeft;animation-delay: 0s;}            @keyframes floating {                0% {                    opacity: 1;                    transform: translateY(0px);                }                50% {                    transform: translateY(-10px);                }                100% {                    opacity: 1;                    transform: translateY(0px);                }            }                    @keyframes slideLeft {                0% {                    opacity: 0;                    transform: translateX(-30px);                }                100% {                    opacity: 1;                    transform: translateX(0);                }            }        .animator-hidden { display: none; }</style>
    <svg class="animated" id="freepik_stories-phone-maintenance" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"><g id="freepik--background-simple--inject-5" style="transform-origin: 237.626px 237.241px 0px;" class="animable"><path d="M18.41,251.68S21,330.41,86.68,382.89s156.8,56.24,230.54,61.22,130.36-36.75,138.89-99.84-47.8-81.62-78.37-153.44S349.89,95.4,285.21,51.22s-165.85-17-218.9,58.63S18.41,251.68,18.41,251.68Z" style="fill: #00B1EB; transform-origin: 237.626px 237.241px 0px;" id="elb4uj4b8b9vj" class="animable"></path><g id="elwkdf8kylw9c"><path d="M18.41,251.68S21,330.41,86.68,382.89s156.8,56.24,230.54,61.22,130.36-36.75,138.89-99.84-47.8-81.62-78.37-153.44S349.89,95.4,285.21,51.22s-165.85-17-218.9,58.63S18.41,251.68,18.41,251.68Z" style="fill: rgb(255, 255, 255); opacity: 0.7; transform-origin: 237.626px 237.241px 0px;" class="animable" id="eleijlxtzd3ku"></path></g></g><g id="freepik--Clouds--inject-5" style="transform-origin: 232.914px 142.42px 0px;" class="animable"><path d="M452,107.38c.64-3.65,1.57-12.72-4-17.16-7-5.65-12,4.51-18.07-3.39S422.05,61.75,404,62s-19.42,10.39-19.42,13.78-5.42,5.87-6.55,5.87-7.46-2.94-9.72,3.62-.72,10.34-4.31,10.47S355.92,91,351,93.41s-4.89,7.65-6.92,9.46-5.42-1.36-9.94.45c-2.74,1.09-3.56,2.85-3.79,4.06Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 391.419px 84.6887px 0px;" id="elpuj4jryr6kd" class="animable"></path><path d="M98.65,99.82c.46-2.56,1.11-8.92-2.76-12-4.91-4-8.4,3.17-12.67-2.37S77.67,67.82,65,68s-13.63,7.29-13.63,9.66-3.8,4.12-4.59,4.12S41.55,79.7,40,84.3s-.51,7.25-3,7.35S31.29,88.31,27.86,90,24.44,95.39,23,96.65s-3.8-1-7,.32a3.87,3.87,0,0,0-2.66,2.85Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 56.1705px 83.909px 0px;" id="el39apj2iobkd" class="animable"></path><path d="M345.65,228.82c.46-2.56,1.11-8.92-2.76-12-4.91-4-8.4,3.17-12.67-2.37S324.67,196.82,312,197s-13.63,7.29-13.63,9.66-3.8,4.12-4.59,4.12-5.23-2.06-6.82,2.54-.51,7.25-3,7.35-5.65-3.34-9.08-1.62-3.42,5.36-4.85,6.62-3.8-1-7,.32a3.87,3.87,0,0,0-2.66,2.85Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 303.186px 212.919px 0px;" id="eli8jg6yu2taj" class="animable"></path><path d="M406.46,70.38c.2-1.16.5-4-1.25-5.44-2.22-1.79-3.79,1.43-5.72-1.07S397,55.93,391.26,56s-6.15,3.29-6.15,4.36-1.72,1.86-2.07,1.86-2.36-.93-3.08,1.15-.23,3.27-1.37,3.32-2.54-1.51-4.09-.73-1.55,2.42-2.19,3-1.72-.43-3.15.14a1.73,1.73,0,0,0-1.2,1.29Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 387.287px 63.1947px 0px;" id="el1gh4krdmjb5" class="animable"></path></g><g id="freepik--Graphics--inject-5" style="transform-origin: 233.03px 233.245px 0px;" class="animable"><line x1="120.3" y1="231.05" x2="120.3" y2="226.49" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 120.3px 228.77px 0px;" id="el0t8kr6bwr5ca" class="animable"></line><g id="eltllqj28knr8"><g style="opacity: 0.3; transform-origin: 233.03px 233.245px 0px;" class="animable" id="els1nj1xc1mf"><circle cx="380.81" cy="115.31" r="3.82" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 380.81px 115.31px 0px;" id="elta0qxbcnklb" class="animable"></circle><circle cx="45.61" cy="180.25" r="3.82" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 45.61px 180.25px 0px;" id="elgi2sju044mm" class="animable"></circle><circle cx="333.06" cy="377.92" r="3.82" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 333.06px 377.92px 0px;" id="elk6ierh6au3f" class="animable"></circle><circle cx="52.3" cy="346.41" r="3.82" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 52.3px 346.41px 0px;" id="el4gz2ekbi02p" class="animable"></circle><line x1="311.33" y1="181.92" x2="303.22" y2="190.03" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 307.275px 185.975px 0px;" id="elkb2ew5s6tl" class="animable"></line><line x1="311.33" y1="190.03" x2="303.22" y2="181.92" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 307.275px 185.975px 0px;" id="el1hca19rrboy" class="animable"></line><line x1="282.21" y1="414.94" x2="290.32" y2="423.04" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 286.265px 418.99px 0px;" id="el2xucyovhity" class="animable"></line><line x1="290.32" y1="414.94" x2="282.21" y2="423.04" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 286.265px 418.99px 0px;" id="elnajufaimzlj" class="animable"></line><line x1="27.24" y1="232.54" x2="35.34" y2="240.64" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 31.29px 236.59px 0px;" id="elb39x94sgtu6" class="animable"></line><line x1="35.34" y1="232.54" x2="27.24" y2="240.64" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 31.29px 236.59px 0px;" id="el2ns99irh1ms" class="animable"></line><line x1="326.14" y1="43.45" x2="334.25" y2="51.56" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 330.195px 47.505px 0px;" id="elqsqjphjlasp" class="animable"></line><line x1="334.25" y1="43.45" x2="326.14" y2="51.56" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 330.195px 47.505px 0px;" id="elwq1yvsgw1do" class="animable"></line><circle cx="385.81" cy="353.31" r="3.82" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 385.81px 353.31px 0px;" id="elqsw2tl5hcfh" class="animable"></circle><circle cx="435" cy="240" r="3.82" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 435px 240px 0px;" id="elvz7a93zob2" class="animable"></circle><line x1="331.14" y1="281.45" x2="339.25" y2="289.56" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 335.195px 285.505px 0px;" id="el7xtjlt6uw4s" class="animable"></line><line x1="339.25" y1="281.45" x2="331.14" y2="289.56" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 335.195px 285.505px 0px;" id="elrcdarm4s6z8" class="animable"></line><line x1="418.9" y1="216.9" x2="427" y2="225" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 422.95px 220.95px 0px;" id="eld2w5x994w6j" class="animable"></line><line x1="427" y1="216.9" x2="418.9" y2="225" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 422.95px 220.95px 0px;" id="el5rx7t0kr29r" class="animable"></line><line x1="129.42" y1="50.14" x2="137.52" y2="58.24" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 133.47px 54.19px 0px;" id="elty75hdmusl" class="animable"></line><line x1="137.52" y1="50.14" x2="129.42" y2="58.24" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; transform-origin: 133.47px 54.19px 0px;" id="elrlabyht7a9" class="animable"></line></g></g></g><g id="freepik--Device--inject-5" style="transform-origin: 177.125px 251.21px 0px;" class="animable"><rect x="72.87" y="65.99" width="201.83" height="373.89" style="fill: #00B1EB; transform-origin: 173.785px 252.935px 0px;" id="el6habugi2bf3" class="animable"></rect><g id="eloz182kllbu"><polygon points="213.33 65.99 72.87 311.02 72.87 398.69 263.58 65.99 213.33 65.99" style="fill: rgb(255, 255, 255); opacity: 0.3; transform-origin: 168.225px 232.34px 0px;" class="animable" id="el03anuyx3wnaj"></polygon></g><g id="elqcq53s8gqy"><polygon points="274.7 219.13 271.36 216.72 149.96 431.17 153.27 439.88 274.7 439.88 274.7 219.13" style="fill: rgb(255, 255, 255); opacity: 0.3; transform-origin: 212.33px 328.3px 0px;" class="animable" id="el41oq95ar1uu"></polygon></g><path d="M280.76,139.55a2.5,2.5,0,0,0,2.49-2.49V112.13a2.5,2.5,0,0,0-2.49-2.5,2.42,2.42,0,0,0-.47.05V63.05A16.08,16.08,0,0,0,264.21,47H87.06A16.08,16.08,0,0,0,71,63.05V439.34a16.08,16.08,0,0,0,16.07,16.08H264.21a16.08,16.08,0,0,0,16.08-16.08V210.42a2.42,2.42,0,0,0,.47,0,2.49,2.49,0,0,0,2.49-2.49V183a2.49,2.49,0,0,0-2.49-2.49,3.57,3.57,0,0,0-.47,0V175a2.42,2.42,0,0,0,.47,0,2.5,2.5,0,0,0,2.49-2.5V147.58a2.5,2.5,0,0,0-2.49-2.49,2.42,2.42,0,0,0-.47,0V139.5A2.42,2.42,0,0,0,280.76,139.55ZM271,431.17H80.3V74.71H271Z" style="fill: rgb(38, 50, 56); transform-origin: 177.125px 251.21px 0px;" id="elv0cekxlvcn" class="animable"></path></g><g id="freepik--Gears--inject-5" style="transform-origin: 243.185px 248.62px 0px;" class="animable"><path d="M205.66,328.73v-11l-11.51-1.31a38.55,38.55,0,0,0-1.6-6.54l9.58-7-5.6-9.57-10.64,4.55a40.81,40.81,0,0,0-4.7-4.87l4.75-10.81-9.71-5.52-6.91,9.17a39.7,39.7,0,0,0-6.54-1.91l-1.37-11.69h-11.2l-1.33,11.35a40.29,40.29,0,0,0-6.63,1.58l-7.12-9.45-9.71,5.52,4.61,10.5a39.28,39.28,0,0,0-4.93,4.63l-11-4.68-5.6,9.56,9.3,6.82a38,38,0,0,0-1.93,6.44L104,315.79v11l11.51,1.31a38.57,38.57,0,0,0,1.61,6.54l-9.59,7,5.6,9.56,10.64-4.54a40.81,40.81,0,0,0,4.7,4.87l-4.75,10.81,9.71,5.52,6.91-9.17a40.7,40.7,0,0,0,6.54,1.91l1.37,11.68h11.2L160.82,361a40.29,40.29,0,0,0,6.63-1.58l7.12,9.45,9.71-5.53-4.61-10.49a39.28,39.28,0,0,0,4.93-4.63l11,4.68,5.6-9.57-9.3-6.81a37.81,37.81,0,0,0,1.93-6.45Zm-50.81,19.81a26.28,26.28,0,1,1,26.65-26.28A26.46,26.46,0,0,1,154.85,348.54Z" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 154.83px 322.255px 0px;" id="elp2cq83vaali" class="animable"></path><path d="M255.28,273.55v-7.14l-7.43-.85a25.76,25.76,0,0,0-1-4.22l6.2-4.53-3.63-6.19-6.87,2.94a25.85,25.85,0,0,0-3-3.15l3.07-7-6.27-3.57-4.47,5.93a25.27,25.27,0,0,0-4.22-1.24l-.89-7.55h-7.24l-.86,7.33a26.43,26.43,0,0,0-4.28,1l-4.61-6.1-6.27,3.57,3,6.78a25,25,0,0,0-3.19,3l-7.09-3-3.62,6.19,6,4.4a24.48,24.48,0,0,0-1.25,4.17l-7.67.87v7.14l7.44.85a24.78,24.78,0,0,0,1,4.22l-6.2,4.53,3.62,6.19,6.88-2.94a25.85,25.85,0,0,0,3,3.15l-3.07,7,6.27,3.57L213.1,293a24.73,24.73,0,0,0,4.22,1.24l.89,7.55h7.24l.86-7.33a26.43,26.43,0,0,0,4.28-1l4.6,6.1,6.28-3.57-3-6.78a25,25,0,0,0,3.19-3l7.08,3,3.63-6.19-6-4.4a24.48,24.48,0,0,0,1.25-4.17Zm-32.83,12.8a17,17,0,1,1,17.22-17A17.11,17.11,0,0,1,222.45,286.35Z" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 222.485px 269.385px 0px;" id="els4x889ry2k" class="animable"></path><g id="elsl9fu0n7s3"><path d="M370.19,171.94l2.62-7.27-6.05-3.3-4.7,6.14a16.9,16.9,0,0,0-4.12-.45l-3.29-7-6.6,1.94,1,7.66a17.31,17.31,0,0,0-3.22,2.6l-7.27-2.61-3.3,6.05,6.14,4.69a17,17,0,0,0-.45,4.12l-7,3.3,1.95,6.6,7.65-1a17.37,17.37,0,0,0,2.61,3.22l-2.61,7.27,6,3.3,4.7-6.14a17,17,0,0,0,4.12.45l3.29,7,6.61-1.94-1-7.66a16.69,16.69,0,0,0,3.22-2.6l7.28,2.61,3.29-6-6.13-4.7a17.5,17.5,0,0,0,.44-4.12l7-3.29-1.94-6.61-7.66,1c-.18-.29-.37-.57-.56-.85M350,191.48a10.87,10.87,0,1,1,4.54,3.08" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; opacity: 0.3; transform-origin: 358.16px 184.285px 0px;" class="animable" id="elmlj21r74qvc"></path></g><g id="eljx0jjkknx5"><path d="M346.65,154.27l4.05,2.21,3.14-4.11a10.81,10.81,0,0,0,2.76.3l2.21,4.68,4.42-1.3-.68-5.13a11.16,11.16,0,0,0,2.15-1.74l4.87,1.75,2.21-4.05-4.11-3.14A11.79,11.79,0,0,0,368,141l4.67-2.2-1.3-4.42-5.12.68a11.27,11.27,0,0,0-1.75-2.16l1.75-4.87-4-2.2-3.15,4.1a11.19,11.19,0,0,0-2.75-.29l-2.21-4.68-4.42,1.3.68,5.12a11.6,11.6,0,0,0-2.15,1.75l-4.87-1.75-2.21,4,4.11,3.14a11.73,11.73,0,0,0-.3,2.76l-4.67,2.2,1.3,4.42,5.12-.68a11.94,11.94,0,0,0,1.74,2.16Zm11.91-6.16a7.29,7.29,0,1,1,4.27-3.48,6.41,6.41,0,0,1-.71,1.07" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; opacity: 0.3; transform-origin: 356.49px 141.155px 0px;" class="animable" id="el0f2tv1m854s"></path></g></g><g id="freepik--Character--inject-5" style="transform-origin: 124.325px 218.176px 0px;" class="animable"><path d="M95.28,47V385.59a3.75,3.75,0,0,0,6.93,2h0a3.8,3.8,0,0,0,.57-2V47" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 99.03px 218.176px 0px;" id="elco5b8pvgac" class="animable"></path><path d="M122.14,145a3.91,3.91,0,0,0,.76,1.53c.62.77,1.69.31,1.69,1.23s-1.53,2.14-1.53,2.14-.46,4.9-1.38,6.43-5.51.16-5.51.16l-1.23,3.82-13.32-1.07.76-5L101,146.52s.61-3.06,3.06-4.13,12.25-.31,14.09,0S122.14,145,122.14,145Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 112.795px 151.074px 0px;" id="elhl3yj9m1kao" class="animable"></path><path d="M101,146.52s.61,6.13,1.37,7.66,3.37,2.14,7.2,1.53,5.51-1.84,6-3.37,1.38-4.29,2-4.44.77-.15,1.08.77-.77,1.83.3.92,1.38-4.9,1.38-4.9S111,145.91,107,145.91a39.56,39.56,0,0,1-5.82-.31Z" style="fill: rgb(38, 50, 56); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 110.665px 150.317px 0px;" id="elngvrgrarp5b" class="animable"></path><path d="M100.39,146.37s-.3,6.89,3.68,9.34,8.88-.15,10.72-1.84,2.75-6.89,2.75-6.89l-1.83.16s.61,3.82-4,5.2-6,1.07-7.34,0-3.37-5.82-3.37-5.82Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 108.962px 151.541px 0px;" id="elo5w2f4waoon" class="animable"></path><path d="M100.55,139.63s.15,5.21-.31,6l-.46.77s2.6,2.76,11.64,2.14a30.42,30.42,0,0,0,14.85-4.9l-2.91-2.75s.16-5.82-4-9.19-13.78-1.22-16.23,1.84S100.39,138.56,100.55,139.63Z" style="fill: #F47C48; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 113.025px 139.311px 0px;" id="elnk22h4pekpi" class="animable"></path><path d="M86.61,196.29l-.3,6.12,29.86.61-.62-5.81s-2.45-1.23-10-2.3a84.85,84.85,0,0,0-16.23-.31,13.81,13.81,0,0,0-2.6.31Z" style="fill: #F47C48; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 101.24px 198.685px 0px;" id="elcar0fyrzesi" class="animable"></path><polygon points="165.94 133.47 161.37 133.47 160.93 133.47 156.35 133.47 160.09 135.96 160.09 152.36 162.04 152.36 162.04 135.99 162.2 135.96 165.94 133.47" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 161.145px 142.915px 0px;" id="elw5i8yz7ja9" class="animable"></polygon><rect x="146.22" y="132.38" width="29.43" height="1.63" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 160.935px 133.195px 0px;" id="elh7v0jaks2wg" class="animable"></rect><path d="M89.79,161.33s-4.06,2.14-4.06,5.77S78,183.77,78,190.82s4.48,6,7.47,4.48a34.32,34.32,0,0,0,6-4.06L93.21,163S92.78,161.12,89.79,161.33Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 85.605px 178.862px 0px;" id="eli2fc47teli" class="animable"></path><path d="M89.79,161.33s-4.06,2.14-4.06,5.77c0,1.54-1.39,4.78-3,8.54l9.34,6L93.21,163S92.78,161.12,89.79,161.33Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 87.97px 171.477px 0px;" id="ellq398q9epvg" class="animable"></path><path d="M116.47,161.07a5.44,5.44,0,0,0-2.45-2.45c-1.68-.77-9.19-2.14-11.79-2.14a5.4,5.4,0,0,0-4.13,2.45Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 107.285px 158.775px 0px;" id="elylcjk3p1c0e" class="animable"></path><path d="M99.78,158.47a59.6,59.6,0,0,0-8.73,2.29c-4.28,1.53-4.13,6-4.28,10s-.46,19.29-.62,21.43-.15,3.83.46,4.14,10.87-1.07,17-.31,10.41,2.6,11.94,1.69,1.84-3.22,1.84-4.9,6.43-14.86,6.43-14.86,23.58,4.44,24,4.29S161.34,158,161.34,158s3.36-2.3,3.82-3.07-.15-4.89-.15-5.35.15-2,.15-3.07-1.83-2-2.14-1.53a4.82,4.82,0,0,1-.92.92l-1.53,2.14a11.67,11.67,0,0,0-.77-3.21c-.45-.61-2.29,0-1.53,1.22a2.51,2.51,0,0,1,0,2.91,9.63,9.63,0,0,0-.92,4.44,24.75,24.75,0,0,1-.76,5.06S145.26,168.57,144,169.8a19.33,19.33,0,0,0-1.68,1.84s-11.33-6.28-14.09-7.51-11.79-3.06-11.79-3.06S105,158.47,99.78,158.47Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 125.697px 171.274px 0px;" id="el1toocencaza" class="animable"></path><path d="M128.26,164.13c-2.75-1.22-11.79-3.06-11.79-3.06s-11.48-2.6-16.69-2.6a59.6,59.6,0,0,0-8.73,2.29c-4.28,1.53-4.13,6-4.28,10s-.46,19.29-.62,21.43-.15,3.83.46,4.14,10.87-1.07,17-.31,10.41,2.6,11.94,1.69,1.84-3.22,1.84-4.9,6.43-14.86,6.43-14.86l7.82,1.46,4.1-11.35C132.73,166.39,129.55,164.71,128.26,164.13Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 110.901px 178.214px 0px;" id="el359hvr4kilg" class="animable"></path><path d="M111,197.39a137.82,137.82,0,0,1-7.53-16.57A125.57,125.57,0,0,1,97.37,159c-1,.22-2.17.52-3.45.89l.2.15.15.57c1,3.9,7.28,26.76,11.75,35.78C107.92,196.68,109.58,197.08,111,197.39Z" style="fill: #F47C48; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 102.46px 178.195px 0px;" id="eloz46yoz9q69" class="animable"></path><path d="M88.64,196.26l4.24-.29,24.88-34.63-1.29-.27-2.75-.31Z" style="fill: #F47C48; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 103.2px 178.51px 0px;" id="el7wj93rjj5gd" class="animable"></path><path d="M132.4,222.93s-47.47.77-48.7,0-3.67-3.06-2.45-9a36,36,0,0,1,5.06-11.49l29.86.61,2,5.21s12.86,2.6,17.45,6-1.53,9.19-1.53,9.19" style="fill: rgb(38, 50, 56); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 109.122px 212.945px 0px;" id="el0lhskaqflvea" class="animable"></path><path d="M118.16,208.23s.91,4,1.22,5.36" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 118.77px 210.91px 0px;" id="elv7jy3yzesz8" class="animable"></path><path d="M83.86,224.61l3.83,37.21,9,.61s1.07-28.93,1.07-29.55.92-8.11.92-8.11Z" style="fill: rgb(38, 50, 56); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 91.27px 243.52px 0px;" id="el4wtw0bikkii" class="animable"></path><path d="M87.69,261.82s-.92,7.51-.16,8.27,7.5.92,8.42,0,.62-8.27.62-8.27Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 91.923px 266.271px 0px;" id="el3cztn9dnzdi" class="animable"></path><path d="M96.53,267.46l-9.29-.11a5.63,5.63,0,0,0,.29,2.74c.77.77,7.5.92,8.42,0A5.39,5.39,0,0,0,96.53,267.46Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 91.8585px 269.038px 0px;" id="elm585nechf4" class="animable"></path><path d="M119.53,224.92l-4.28,37.67h8.57a31.55,31.55,0,0,0,1.38-4.44,17.14,17.14,0,0,0-.77-3.06l8.27-29.56Z" style="fill: rgb(38, 50, 56); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 123.975px 243.755px 0px;" id="eldtkzdp4v5rb" class="animable"></path><path d="M123.82,262.59s2.91,2.75,4.75,3.37,4.29,1.68,4.29,2.6-4.6,1.38-8,1.38a78.37,78.37,0,0,1-10.41-1.38l.77-6Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 123.655px 266.25px 0px;" id="elworul3tg2ho" class="animable"></path><path d="M132.86,268.56a.92.92,0,0,0-.31-.6,37.77,37.77,0,0,1-5.82.45c-4,0-9.93-1.43-12-2l-.27,2.11a78.37,78.37,0,0,0,10.41,1.38C128.26,269.94,132.86,269.48,132.86,268.56Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 123.66px 268.156px 0px;" id="el9uydqx2fotj" class="animable"></path><path d="M134.69,247.28s4.14-10.42,5.82-16.08,2.91-3.22,2.91-1.07-6.74,17.3-7,18.52S133.62,249.73,134.69,247.28Z" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 138.924px 238.557px 0px;" id="elkeft94s3qc" class="animable"></path><polygon points="138.79 266.57 122.17 266.57 118.61 243.14 142.35 243.14 138.79 266.57" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 130.48px 254.855px 0px;" id="elsmziujgb6v8" class="animable"></polygon><path d="M120,243s1.32-12.1,10.72-11.94S141,243,141,243" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 130.5px 237.029px 0px;" id="elrtu5bb9yepk" class="animable"></path><rect x="72.68" y="222.62" width="64.77" height="3.52" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 105.065px 224.38px 0px;" id="eld0uy528v6jk" class="animable"></rect><rect x="123.06" y="222.62" width="14.39" height="3.52" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 130.255px 224.38px 0px;" id="el3mr01838vzf" class="animable"></rect><line x1="145.6" y1="105.79" x2="145.6" y2="101.41" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 145.6px 103.6px 0px;" id="elr4v70k2ei99" class="animable"></line><line x1="145.6" y1="130.23" x2="145.6" y2="108.87" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 145.6px 119.55px 0px;" id="ell2n1tbozao" class="animable"></line><line x1="175.97" y1="130.49" x2="175.97" y2="115.31" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 175.97px 122.9px 0px;" id="elbvwke16075t" class="animable"></line></g><g id="freepik--security-barrier--inject-5" style="transform-origin: 265.96px 413.71px 0px;" class="animable"><polygon points="207.11 455.42 199.35 455.42 209.7 383.31 217.46 383.31 207.11 455.42" style="fill: rgb(38, 50, 56); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 208.405px 419.365px 0px;" id="el1rdumkc5stz" class="animable"></polygon><polygon points="222.63 455.42 230.39 455.42 220.04 383.31 212.28 383.31 222.63 455.42" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 221.335px 419.365px 0px;" id="el5vsl573cg8w" class="animable"></polygon><polygon points="317.2 455.42 309.44 455.42 319.79 383.31 327.55 383.31 317.2 455.42" style="fill: rgb(38, 50, 56); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 318.495px 419.365px 0px;" id="el85bk3b2m76j" class="animable"></polygon><polygon points="332.72 455.42 340.48 455.42 330.13 383.31 322.38 383.31 332.72 455.42" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 331.43px 419.365px 0px;" id="elqfyviv6bpod" class="animable"></polygon><rect x="190.17" y="372" width="147.97" height="14.35" style="fill: #00B1EB; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 264.155px 379.175px 0px;" id="elthn4w9vjidf" class="animable"></rect><rect x="193.78" y="372" width="147.97" height="14.35" style="fill: #F47C48; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 267.765px 379.175px 0px;" id="el2iglbth7eh" class="animable"></rect><polygon points="196.2 386.35 208.76 386.35 215.25 372 202.69 372 196.2 386.35" style="fill: rgb(38, 50, 56); transform-origin: 205.725px 379.175px 0px;" id="elkqz1v8ntb39" class="animable"></polygon><polygon points="245.91 372 233.35 372 226.86 386.35 239.42 386.35 245.91 372" style="fill: rgb(38, 50, 56); transform-origin: 236.385px 379.175px 0px;" id="elzzt10oahean" class="animable"></polygon><polygon points="337.9 372 325.34 372 318.85 386.35 331.41 386.35 337.9 372" style="fill: rgb(38, 50, 56); transform-origin: 328.375px 379.175px 0px;" id="elg088w84bpmo" class="animable"></polygon><polygon points="307.24 372 294.68 372 288.19 386.35 300.75 386.35 307.24 372" style="fill: rgb(38, 50, 56); transform-origin: 297.715px 379.175px 0px;" id="elyrc0jm5jiv" class="animable"></polygon><polygon points="276.57 372 264.01 372 257.52 386.35 270.08 386.35 276.57 372" style="fill: rgb(38, 50, 56); transform-origin: 267.045px 379.175px 0px;" id="elevqwr6e4z3l" class="animable"></polygon><line x1="340.94" y1="378.36" x2="316.45" y2="378.36" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 328.695px 378.36px 0px;" id="elmufwjb8sly" class="animable"></line><line x1="340.51" y1="380.76" x2="336.64" y2="380.76" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 338.575px 380.76px 0px;" id="el18flz5fmj0h" class="animable"></line><line x1="193.15" y1="380.16" x2="217.64" y2="380.16" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 205.395px 380.16px 0px;" id="elnvbnkbggez" class="animable"></line><line x1="193.58" y1="377.46" x2="224.51" y2="377.46" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 209.045px 377.46px 0px;" id="elrbhurk0mkm" class="animable"></line></g><g id="freepik--Cone--inject-5" style="transform-origin: 359.185px 427.315px 0px;" class="animable"><rect x="340.32" y="452.59" width="37.73" height="2.83" style="fill: rgb(38, 50, 56); stroke: rgb(38, 50, 56); stroke-linecap: round; stroke-linejoin: round; transform-origin: 359.185px 454.005px 0px;" id="el9r0mkes9o9l" class="animable"></rect><polygon points="371.68 452.51 346.69 452.51 356.49 399.21 361.89 399.21 371.68 452.51" style="fill: #F47C48; stroke: rgb(38, 50, 56); stroke-linecap: round; stroke-linejoin: round; transform-origin: 359.185px 425.86px 0px;" id="elb31w1u3j6j" class="animable"></polygon><polygon points="352.84 419.02 365.53 419.02 364.31 412.42 354.06 412.42 352.84 419.02" style="fill: rgb(255, 255, 255); stroke: rgb(38, 50, 56); stroke-linecap: round; stroke-linejoin: round; transform-origin: 359.185px 415.72px 0px;" id="elnzawuxiqq7p" class="animable"></polygon><line x1="367.93" y1="443.61" x2="368.55" y2="447.26" style="fill: #00B1EB; stroke: rgb(38, 50, 56); stroke-linecap: round; stroke-linejoin: round; transform-origin: 368.24px 445.435px 0px;" id="ellmb87y05xea" class="animable"></line><line x1="360.79" y1="402.16" x2="367.14" y2="439.03" style="fill: #00B1EB; stroke: rgb(38, 50, 56); stroke-linecap: round; stroke-linejoin: round; transform-origin: 363.965px 420.595px 0px;" id="el74oz8i4m63u" class="animable"></line></g><g id="freepik--Plant--inject-5" style="transform-origin: 446.795px 363.554px 0px;" class="animable"><line x1="431.15" y1="310.15" x2="442.6" y2="419.94" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 436.875px 365.045px 0px;" id="elegpp3q428un" class="animable"></line><line x1="440.76" y1="398.93" x2="435.56" y2="393.44" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 438.16px 396.185px 0px;" id="eldeuzdp024yl" class="animable"></line><path d="M437.14,395.09a5.88,5.88,0,0,0-2.07-4.41c-1.33-1.19-8.35-4.14-9-1.67C425.33,391.7,432.52,397,437.14,395.09Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 431.579px 391.774px 0px;" id="eljex2r9g20le" class="animable"></path><line x1="437.14" y1="395.09" x2="430.46" y2="390.93" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 433.8px 393.01px 0px;" id="ele138lk9vfs6" class="animable"></line><line x1="442.06" y1="411.42" x2="436.87" y2="405.93" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 439.465px 408.675px 0px;" id="elhg690xh3o8" class="animable"></line><path d="M438.44,407.57a5.88,5.88,0,0,0-2.06-4.4c-1.34-1.19-8.35-4.14-9-1.67C426.64,404.18,433.82,409.46,438.44,407.57Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 432.884px 404.256px 0px;" id="elmvqoda0f08" class="animable"></path><line x1="438.44" y1="407.57" x2="431.76" y2="403.41" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 435.1px 405.49px 0px;" id="eluxizrni4jd" class="animable"></line><line x1="437.58" y1="368.46" x2="432.38" y2="362.98" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 434.98px 365.72px 0px;" id="eln00wr9bgx5" class="animable"></line><path d="M434,364.62a5.88,5.88,0,0,0-2.07-4.41c-1.33-1.19-8.35-4.14-9-1.67C422.15,361.23,429.34,366.51,434,364.62Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 428.436px 361.301px 0px;" id="eld87qtgi765v" class="animable"></path><line x1="433.96" y1="364.62" x2="427.28" y2="360.46" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 430.62px 362.54px 0px;" id="elr9ka79ikf0o" class="animable"></line><line x1="438.88" y1="380.95" x2="433.69" y2="375.46" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 436.285px 378.205px 0px;" id="elsuwrx09pbpb" class="animable"></line><path d="M435.26,377.11a5.89,5.89,0,0,0-2.06-4.41c-1.34-1.19-8.35-4.14-9-1.67C423.46,373.72,430.64,379,435.26,377.11Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 429.704px 373.791px 0px;" id="el3akje6cmuzx" class="animable"></path><line x1="435.26" y1="377.11" x2="428.58" y2="372.94" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 431.92px 375.025px 0px;" id="elqdltqfb9zzi" class="animable"></line><line x1="435.46" y1="348.18" x2="430.27" y2="342.69" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 432.865px 345.435px 0px;" id="el9jeftt2gv8h" class="animable"></line><path d="M431.84,344.34a5.89,5.89,0,0,0-2.06-4.41c-1.34-1.19-8.35-4.14-9-1.67C420,341,427.22,346.23,431.84,344.34Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 426.281px 341.022px 0px;" id="el8imnqseinao" class="animable"></path><line x1="431.84" y1="344.34" x2="425.16" y2="340.17" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 428.5px 342.255px 0px;" id="elbfigzs5b249" class="animable"></line><line x1="433.33" y1="327.81" x2="428.14" y2="322.32" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 430.735px 325.065px 0px;" id="el1c0vkuagr3t" class="animable"></line><path d="M429.72,324a5.88,5.88,0,0,0-2.07-4.41c-1.33-1.19-8.35-4.14-9-1.67C417.91,320.58,425.09,325.86,429.72,324Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 424.159px 320.675px 0px;" id="eld6wytc4mu1l" class="animable"></path><line x1="429.72" y1="323.97" x2="423.04" y2="319.8" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 426.38px 321.885px 0px;" id="elcv5w2wyw5de" class="animable"></line><line x1="439.88" y1="391.54" x2="443.83" y2="385.1" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 441.855px 388.32px 0px;" id="el2xg6tf71iid" class="animable"></line><path d="M442.63,387a5.87,5.87,0,0,1,1.11-4.74c1.06-1.44,7.32-5.78,8.48-3.5C453.48,381.28,447.54,387.93,442.63,387Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 447.454px 382.599px 0px;" id="eleuo9os02fnd" class="animable"></path><line x1="442.63" y1="387.04" x2="448.64" y2="381.29" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 445.635px 384.165px 0px;" id="elyps5rikzhtn" class="animable"></line><line x1="436.45" y1="358.69" x2="440.4" y2="352.25" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 438.425px 355.47px 0px;" id="elpq3acvlbi1g" class="animable"></line><path d="M439.2,354.18a5.88,5.88,0,0,1,1.11-4.74c1.06-1.44,7.32-5.78,8.48-3.5C450.05,348.43,444.12,355.07,439.2,354.18Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 444.024px 349.776px 0px;" id="el478ieq1cww9" class="animable"></path><line x1="439.2" y1="354.18" x2="445.21" y2="348.43" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 442.205px 351.305px 0px;" id="eltqgi1qxy0e" class="animable"></line><line x1="434.95" y1="344.25" x2="438.9" y2="337.81" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 436.925px 341.03px 0px;" id="elhpiqy1bctw" class="animable"></line><path d="M437.69,339.74a5.91,5.91,0,0,1,1.12-4.74c1.05-1.44,7.31-5.78,8.47-3.49C448.55,334,442.61,340.63,437.69,339.74Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 442.517px 335.338px 0px;" id="elb2jtqgmpr8f" class="animable"></path><line x1="437.69" y1="339.74" x2="443.71" y2="333.99" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 440.7px 336.865px 0px;" id="elhw0xnrsh87a" class="animable"></line><line x1="432.74" y1="323.08" x2="436.69" y2="316.64" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 434.715px 319.86px 0px;" id="eldg2k9m0jvjg" class="animable"></line><path d="M435.48,318.57a5.91,5.91,0,0,1,1.12-4.74c1.06-1.44,7.31-5.77,8.47-3.49C446.34,312.82,440.4,319.47,435.48,318.57Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 440.307px 314.171px 0px;" id="ela64res5ydha" class="animable"></path><line x1="435.48" y1="318.57" x2="441.5" y2="312.82" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 438.49px 315.695px 0px;" id="elcgdzzywwc5m" class="animable"></line><path d="M431.05,309.54a5.85,5.85,0,0,1,1.11-4.73c1.06-1.44,7.32-5.78,8.48-3.5C441.9,303.79,436,310.44,431.05,309.54Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 435.874px 305.142px 0px;" id="el6q19jgjcfy3" class="animable"></path><line x1="431.05" y1="309.54" x2="437.06" y2="303.79" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 434.055px 306.665px 0px;" id="elgzijl0j23lj" class="animable"></line><path d="M431.4,309.79a5.89,5.89,0,0,1-4.6-1.6c-1.32-1.21-5-7.88-2.59-8.8C426.81,298.39,432.8,305,431.4,309.79Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 427.51px 304.552px 0px;" id="elix2oturstq" class="animable"></path><line x1="431.4" y1="309.79" x2="426.31" y2="303.21" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 428.855px 306.5px 0px;" id="eljatkm75z658" class="animable"></line><line x1="461.37" y1="325.27" x2="449.97" y2="435.07" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 455.67px 380.17px 0px;" id="eljxl0qvw2zsn" class="animable"></line><line x1="452.49" y1="414.13" x2="448.54" y2="407.69" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 450.515px 410.91px 0px;" id="el02jsweb7bsxf" class="animable"></line><path d="M449.74,409.62a5.85,5.85,0,0,0-1.11-4.73c-1.06-1.44-7.32-5.78-8.48-3.5C438.89,403.87,444.83,410.52,449.74,409.62Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 444.916px 405.222px 0px;" id="el9kqpqaqgduo" class="animable"></path><line x1="449.74" y1="409.62" x2="444.06" y2="404.17" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 446.9px 406.895px 0px;" id="elvf7kgz3fke" class="animable"></line><line x1="455.65" y1="383.66" x2="451.7" y2="377.22" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 453.675px 380.44px 0px;" id="elszgvwrajvjb" class="animable"></line><path d="M452.91,379.15a5.88,5.88,0,0,0-1.12-4.73c-1.06-1.44-7.32-5.78-8.48-3.5C442.05,373.4,448,380.05,452.91,379.15Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 448.079px 374.752px 0px;" id="elon4ah2rvi2" class="animable"></path><line x1="452.91" y1="379.15" x2="447.23" y2="373.7" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 450.07px 376.425px 0px;" id="eln0cx7md0ge" class="animable"></line><line x1="454.36" y1="396.14" x2="450.4" y2="389.71" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 452.38px 392.925px 0px;" id="el6wt5bepdxrt" class="animable"></line><path d="M451.61,391.64a5.86,5.86,0,0,0-1.12-4.74c-1.06-1.44-7.31-5.77-8.47-3.49C440.75,385.89,446.7,392.54,451.61,391.64Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 446.785px 387.241px 0px;" id="elp9medgl43u7" class="animable"></path><line x1="451.61" y1="391.64" x2="445.93" y2="386.19" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 448.77px 388.915px 0px;" id="elvctrvlakfsh" class="animable"></line><line x1="457.76" y1="363.37" x2="453.81" y2="356.93" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 455.785px 360.15px 0px;" id="elwnu79rr4i9" class="animable"></line><path d="M455,358.87a5.87,5.87,0,0,0-1.11-4.74c-1.06-1.44-7.32-5.77-8.48-3.49C444.15,353.12,450.1,359.76,455,358.87Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 450.177px 354.47px 0px;" id="el7ikxcko14ti" class="animable"></path><line x1="455.01" y1="358.87" x2="449.33" y2="353.42" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 452.17px 356.145px 0px;" id="el8rgscp67kns" class="animable"></line><line x1="459.87" y1="343" x2="455.92" y2="336.56" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 457.895px 339.78px 0px;" id="elddy628uj76w" class="animable"></line><path d="M457.12,338.5a5.87,5.87,0,0,0-1.11-4.74c-1.06-1.44-7.32-5.77-8.48-3.49C446.27,332.75,452.21,339.39,457.12,338.5Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 452.296px 334.1px 0px;" id="el8gwk7x9x68j" class="animable"></path><line x1="457.13" y1="338.5" x2="451.45" y2="333.05" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 454.29px 335.775px 0px;" id="elyo6hz330rqo" class="animable"></line><line x1="453.16" y1="406.72" x2="458.35" y2="401.23" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 455.755px 403.975px 0px;" id="elvxmk89trsk" class="animable"></line><path d="M456.77,402.87a5.86,5.86,0,0,1,2.07-4.4c1.33-1.2,8.34-4.15,9-1.68C468.58,399.48,461.4,404.76,456.77,402.87Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 462.331px 399.551px 0px;" id="ela8819pk4mai" class="animable"></path><line x1="456.77" y1="402.87" x2="463.84" y2="398.49" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 460.305px 400.68px 0px;" id="elbzgy9sr4j0t" class="animable"></line><line x1="456.57" y1="373.86" x2="461.76" y2="368.37" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 459.165px 371.115px 0px;" id="eloyj3phvkpsp" class="animable"></line><path d="M460.18,370a5.86,5.86,0,0,1,2.07-4.4c1.33-1.19,8.34-4.15,9-1.68C472,366.62,464.81,371.9,460.18,370Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 465.742px 366.684px 0px;" id="el7zvdrpckku7" class="animable"></path><line x1="460.18" y1="370.01" x2="467.25" y2="365.63" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 463.715px 367.82px 0px;" id="el1ci4livx8l8" class="animable"></line><line x1="458.07" y1="359.42" x2="463.26" y2="353.93" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 460.665px 356.675px 0px;" id="elz5cquawz1h" class="animable"></line><path d="M461.68,355.57a5.86,5.86,0,0,1,2.07-4.4c1.33-1.19,8.34-4.15,9-1.68C473.49,352.18,466.31,357.46,461.68,355.57Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 467.242px 352.252px 0px;" id="elfkcf49gtpjw" class="animable"></path><line x1="461.68" y1="355.57" x2="468.75" y2="351.19" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 465.215px 353.38px 0px;" id="el5fwnau3o867" class="animable"></line><line x1="460.26" y1="338.25" x2="465.45" y2="332.76" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 462.855px 335.505px 0px;" id="elx0i1nicraaf" class="animable"></line><path d="M463.88,334.4a5.88,5.88,0,0,1,2.06-4.4c1.33-1.19,8.35-4.15,9-1.68C475.68,331,468.5,336.29,463.88,334.4Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 469.437px 331.082px 0px;" id="elykvlrx4asu" class="animable"></path><line x1="463.88" y1="334.4" x2="470.95" y2="330.02" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 467.415px 332.21px 0px;" id="elz91w31noqv" class="animable"></line><path d="M461.4,324.66a5.89,5.89,0,0,1,2.06-4.41c1.33-1.19,8.35-4.15,9-1.68C473.2,321.26,466,326.54,461.4,324.66Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 466.956px 321.335px 0px;" id="elifb1zzmwrue" class="animable"></path><line x1="461.4" y1="324.66" x2="468.47" y2="320.27" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 464.935px 322.465px 0px;" id="el736jyxr1ij" class="animable"></line><path d="M461.69,325a5.87,5.87,0,0,1-4.17-2.51c-1-1.45-3.25-8.74-.72-9.15C459.55,312.87,464.05,320.57,461.69,325Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 458.996px 319.16px 0px;" id="elt8gke8fvzsn" class="animable"></path><line x1="461.69" y1="324.97" x2="458.07" y2="317.48" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 459.88px 321.225px 0px;" id="eleuj08qsxais" class="animable"></line><line x1="448.31" y1="280.56" x2="448.31" y2="419.41" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 448.31px 349.985px 0px;" id="eljutm5tiv2cq" class="animable"></line><line x1="448.42" y1="398.53" x2="443.82" y2="392.53" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 446.12px 395.53px 0px;" id="eloikve5b6ye" class="animable"></line><path d="M445.22,394.33a5.87,5.87,0,0,0-1.6-4.59c-1.2-1.33-7.87-5-8.79-2.6C433.83,389.74,440.43,395.73,445.22,394.33Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 439.987px 390.442px 0px;" id="eljzngq2fk5sn" class="animable"></path><line x1="445.22" y1="394.33" x2="439.01" y2="389.5" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 442.115px 391.915px 0px;" id="eleblga2rorv8" class="animable"></line><line x1="448.42" y1="372.44" x2="443.82" y2="366.44" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 446.12px 369.44px 0px;" id="elx1tkxoflgzj" class="animable"></line><path d="M445.22,368.24a5.89,5.89,0,0,0-1.6-4.6c-1.2-1.32-7.87-5-8.79-2.59C433.83,363.64,440.43,369.64,445.22,368.24Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 439.987px 364.35px 0px;" id="elmdnrv2dkbt" class="animable"></path><line x1="445.22" y1="368.24" x2="439.01" y2="363.41" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 442.115px 365.825px 0px;" id="el9uyofq7nk2" class="animable"></line><line x1="448.42" y1="341.8" x2="443.82" y2="335.81" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 446.12px 338.805px 0px;" id="eloejfi32p20p" class="animable"></line><path d="M445.22,337.61a5.89,5.89,0,0,0-1.6-4.6c-1.2-1.32-7.87-5-8.79-2.6C433.83,333,440.43,339,445.22,337.61Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 439.987px 333.716px 0px;" id="elhjnm3khdmk6" class="animable"></path><line x1="445.22" y1="337.61" x2="439.01" y2="332.77" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 442.115px 335.19px 0px;" id="el798a4m1x8mb" class="animable"></line><line x1="448.42" y1="321.41" x2="443.82" y2="315.42" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 446.12px 318.415px 0px;" id="elaefvrxefo6" class="animable"></line><path d="M445.22,317.21a5.87,5.87,0,0,0-1.6-4.59c-1.2-1.32-7.87-5-8.79-2.6C433.83,312.62,440.43,318.61,445.22,317.21Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 439.987px 313.322px 0px;" id="elxg334fba7qi" class="animable"></path><line x1="445.22" y1="317.21" x2="439.01" y2="312.38" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 442.115px 314.795px 0px;" id="elaqs1b9ns3pd" class="animable"></line><line x1="448.42" y1="300.93" x2="443.82" y2="294.93" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 446.12px 297.93px 0px;" id="elqopdigla10a" class="animable"></line><path d="M445.22,296.73a5.86,5.86,0,0,0-1.6-4.59c-1.2-1.33-7.87-5-8.79-2.6C433.83,292.14,440.43,298.13,445.22,296.73Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 439.987px 292.842px 0px;" id="el6ig1jv62gxj" class="animable"></path><line x1="445.22" y1="296.73" x2="439.01" y2="291.9" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 442.115px 294.315px 0px;" id="elkf7d1cmod0b" class="animable"></line><line x1="448.32" y1="406.5" x2="452.92" y2="400.5" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 450.62px 403.5px 0px;" id="el3uge4puxx41" class="animable"></line><path d="M451.52,402.3a5.89,5.89,0,0,1,1.6-4.6c1.2-1.32,7.87-5,8.79-2.59C462.91,397.7,456.31,403.7,451.52,402.3Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 456.753px 398.41px 0px;" id="elg1e59l6nna" class="animable"></path><line x1="451.52" y1="402.3" x2="458.1" y2="397.21" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 454.81px 399.755px 0px;" id="elkn2e8b77btd" class="animable"></line><line x1="448.32" y1="365" x2="452.92" y2="359" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 450.62px 362px 0px;" id="eli3tqk9ztg8s" class="animable"></line><path d="M451.52,360.8a5.86,5.86,0,0,1,1.6-4.59c1.2-1.33,7.87-5,8.79-2.6C462.91,356.21,456.31,362.2,451.52,360.8Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 456.753px 356.912px 0px;" id="elk7gibmlrp4h" class="animable"></path><line x1="451.52" y1="360.8" x2="458.1" y2="355.71" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 454.81px 358.255px 0px;" id="el2xg8qbsh2l6" class="animable"></line><line x1="448.32" y1="344.52" x2="452.92" y2="338.52" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 450.62px 341.52px 0px;" id="ele8dchwfbcae" class="animable"></line><path d="M451.52,340.32a5.89,5.89,0,0,1,1.6-4.6c1.2-1.32,7.87-5,8.79-2.59C462.91,335.72,456.31,341.72,451.52,340.32Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 456.753px 336.43px 0px;" id="elhq9nyx6szr6" class="animable"></path><line x1="451.52" y1="340.32" x2="458.1" y2="335.23" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 454.81px 337.775px 0px;" id="elcihakjh7pm" class="animable"></line><line x1="448.32" y1="317.45" x2="452.92" y2="311.45" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 450.62px 314.45px 0px;" id="elty0kaduqqs" class="animable"></line><path d="M451.52,313.25a5.89,5.89,0,0,1,1.6-4.6c1.2-1.32,7.87-5,8.79-2.6C462.91,308.65,456.31,314.65,451.52,313.25Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 456.753px 309.357px 0px;" id="elpf1ekisfy4" class="animable"></path><line x1="451.52" y1="313.25" x2="458.1" y2="308.16" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 454.81px 310.705px 0px;" id="elibvmhxst8rc" class="animable"></line><line x1="448.32" y1="296.16" x2="452.92" y2="290.17" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 2px; transform-origin: 450.62px 293.165px 0px;" id="eln5of6hz7q7s" class="animable"></line><path d="M451.52,292a5.89,5.89,0,0,1,1.6-4.6c1.2-1.32,7.87-5,8.79-2.6C462.91,287.37,456.31,293.36,451.52,292Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 456.753px 288.102px 0px;" id="elhbseas6hx86" class="animable"></path><line x1="451.52" y1="291.97" x2="458.1" y2="286.87" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 454.81px 289.42px 0px;" id="eloeree3kfqx" class="animable"></line><path d="M448,282.53a5.89,5.89,0,0,1,1.6-4.6c1.2-1.32,7.88-5,8.8-2.6C459.44,277.93,452.84,283.93,448,282.53Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 453.242px 278.637px 0px;" id="elqpvmhr05gvc" class="animable"></path><line x1="448.04" y1="282.53" x2="454.62" y2="277.43" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 451.33px 279.98px 0px;" id="elmr6u0ybujqr" class="animable"></line><path d="M448.36,282.81a5.86,5.86,0,0,1-4.4-2.07c-1.19-1.34-4.13-8.36-1.66-9C445,271,450.26,278.19,448.36,282.81Z" style="fill: #8CC63F; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 445.053px 277.249px 0px;" id="elerjrqp3n2xc" class="animable"></path><line x1="448.36" y1="282.81" x2="443.99" y2="275.73" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; stroke-width: 0.5px; transform-origin: 446.175px 279.27px 0px;" id="elqgjdztnrdi9" class="animable"></line><polygon points="454.02 455.42 439.32 455.42 437.48 418.28 455.86 418.28 454.02 455.42" style="fill: rgb(38, 50, 56); stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 446.67px 436.85px 0px;" id="el208dwk9733q" class="animable"></polygon></g><g id="freepik--Floor--inject-5" style="transform-origin: 251.5px 455.42px 0px;" class="animable animator-hidden"><line x1="419" y1="455.42" x2="475.5" y2="455.42" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 447.25px 455.42px 0px;" id="el07zqr4n71cdx" class="animable"></line><line x1="27.5" y1="455.42" x2="414" y2="455.42" style="fill: none; stroke: rgb(38, 50, 56); stroke-miterlimit: 10; transform-origin: 220.75px 455.42px 0px;" id="elcq1esppt706" class="animable"></line></g><defs>     <filter id="active" height="200%">         <feMorphology in="SourceAlpha" result="DILATED" operator="dilate" radius="2"></feMorphology>                <feFlood flood-color="#32DFEC" flood-opacity="1" result="PINK"></feFlood>        <feComposite in="PINK" in2="DILATED" operator="in" result="OUTLINE"></feComposite>        <feMerge>            <feMergeNode in="OUTLINE"></feMergeNode>            <feMergeNode in="SourceGraphic"></feMergeNode>        </feMerge>    </filter>    <filter id="hover" height="200%">        <feMorphology in="SourceAlpha" result="DILATED" operator="dilate" radius="2"></feMorphology>                <feFlood flood-color="#ff0000" flood-opacity="0.5" result="PINK"></feFlood>        <feComposite in="PINK" in2="DILATED" operator="in" result="OUTLINE"></feComposite>        <feMerge>            <feMergeNode in="OUTLINE"></feMergeNode>            <feMergeNode in="SourceGraphic"></feMergeNode>        </feMerge>            <feColorMatrix type="matrix" values="0   0   0   0   0                0   1   0   0   0                0   0   0   0   0                0   0   0   1   0 "></feColorMatrix>    </filter></defs></svg>
        </div>
        <h1>Site Maintenance</h1>
        <p>Our site is currently undergoing planned maintenance. Sites will be restored by <strong>Sunday, February 13</strong> at 12 noon Eastern. Please return to the site after that time. We apologize for the inconvenience.</p>
        <div class="logo">
            <img src="images/logo-black.svg" alt="Anthology Inc. Logo" class="black">
            <img src="images/logo-white.svg" alt="Anthology Inc. Logo" class="white">
        </div>
    </main>
    <footer>
        <div class="attribution"><a href="https://storyset.com/technology">Technology illustrations by Storyset</a></div>
    </footer>
  </body>
</html>
