"value": "<!DOCTYPE html>\n<html lang=\"pt-BR\">\n\n<head>\n <meta charset=\"UTF-8\" />\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\n <title>PicaPau</title>\n\n <link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css\">\n <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css\" rel=\"stylesheet\"\n integrity=\"sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ\" crossorigin=\"anonymous\">\n <script type=\"text/javascript\"\n src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js\"\n integrity=\"sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe\"\n crossorigin=\"anonymous\"></script>\n <link rel='stylesheet'\n href='https://cdn-uicons.flaticon.com/2.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css'>\n\n <style>\n @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');\n @import url(https://fonts.googleapis.com/css?family=Mountains+of+Christmas);\n\n :root {\n /*------------------------------------------------------------------------EDITE SOMENTE AQUI INICIAL-----------------------------------------------------------------------------*/\n\n\n\n\n\n /* -------------- LOGO -----------------------------------*/\n\n --logo-img-url: url(https://i.postimg.cc/1XtZBLJy/papaonoel.png);\n \n --logotamanho: 50%;\n\n /* -------------- Fundo Imagem-----------------------------------*/\n --background-img: url(https://i.ibb.co/V3Wcswt/584840-adapted-1080x2340.jpg);\n \n /* Defina o texto desejado */\n --textonovo: Feliz Natal DtMod ; \n --tamanhotexto: 50px;\n --cortexto: #2b6a22;\n \n \n /* Valor padrão para o desfoque do vidro */\n --blur-amount2: 3px;\n --vidro-color: rgba(0, 0, 0, 0.158);\n\n /* Cria uma sombra no Vidro */\n /* --shadow-offset-x: -5px;\n --shadow-offset-y: 8px;\n --shadow-blur: 3px;\n --shadow-color: black;*/\n\n /*------------------------------------------------------------------------*/\n\n\n /*Cores Dos Botao de iniciar*/\n --cor-gradiente-nav-inicial: #f1292912;\n --cor-gradiente-nav-final: #ff7f0017;\n --cor-icon-config: #ffffff;\n\n /*------------------------------------------------------------------------*/\n /*Cores Dos Botao de conectar*/\n --cor-gradiente-btstart-incial: #f1292912;\n --cor-gradiente-btstart-final: #ff7f0017;\n\n /*------------------------------------------------------------------------*/\n /*Cores Dos icones e TexTo*/\n --text-color: #ffffff;\n --icon-color: #FFFFFF;\n /*------------------------------------------------------------------------*/\n /*Cores Dos config*/\n --cor-text-config: #e70000;\n --cor-gradiente-config-incial: #f1292912;\n --cor-gradiente-config-final: #ff7f0017;\n\n /*------------------------------------------------------------------------EDITE SOMENTE AQUI FINALLLL-----------------------------------------------------------------------------*/\n\n\n --input-border-radius: 5px;\n --input-background-color: #0a091a55;\n\n --card-border-radius: 5px;\n --card-background-color: #0b092868;\n\n --btn-background-color: #0a091a55;\n --btn-border-radius: 15px;\n\n --modal-background-color: #0b092868;\n\n\n }\n\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Roboto', sans-serif;\n }\n\n body {\n height: 100vh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--cor-background);\n \n }\n\n /*Feliz Natal*/\n\n a{\n text-decoration:none;\n}\ncanvas{\n position:absolute;\n top:0;\n left:0;\n z-index:0;\n}\n\n.message {\n font-family: 'Mountains of Christmas', cursive;\n font-size: var(--tamanhotexto);\n text-align: center;\n color: var(--cortexto);\n margin: 0px;\n margin-top: -50px;\n height: 60px;\n}\n\n \n.animation {\n width: 130%;\n position: fixed;\n left: 50%;\n transform: translateX(-50%);\n margin-top: -50%;\n}\n\n .animation_wrap {\n width: 200%;\n height: 0px;\n padding-bottom: 120%;\n position: relative;\n overflow: hidden;\n margin-left: -50%;\n}\n \n @media screen and (min-aspect-ratio: 5/8) {\n .animation_wrap {\n width: 150%;\n padding-bottom: 90%;\n margin-left: -25%;\n }\n }\n \n @media screen and (min-aspect-ratio: 3/4) {\n .animation_wrap {\n width: 100%;\n padding-bottom: 60%;\n margin-left: 0;\n }\n }\n \n .animation_wrap svg {\n position: absolute;\n width: 100%;\n height: 50%;\n left: 0px;\n top: 20px;\n}\n .bottom_snow {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n padding-top: 7.4%;\n }\n \n @media screen and (min-aspect-ratio: 4/3) {\n .bottom_snow {\n display: none;\n }\n }\n /*feliz natal final*/\n\n .contain {\n animation-delay: 4s;\n z-index: 1000;\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-flow: row nowrap;\n flex-flow: row nowrap;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n\n background: #25a7d7;\n background: -webkit-linear-gradient(#25a7d7, #2962FF);\n background: linear-gradient(#25a7d7, #25a7d7);\n }\n\n .icon {\n width: 100px;\n height: 100px;\n margin: 0 5px;\n }\n\n /*Animation*/\n .icon:nth-child(2) img {\n -webkit-animation-delay: 0.2s;\n animation-delay: 0.2s\n }\n\n .icon:nth-child(3) img {\n -webkit-animation-delay: 0.3s;\n animation-delay: 0.3s\n }\n\n .icon:nth-child(4) img {\n -webkit-animation-delay: 0.4s;\n animation-delay: 0.4s\n }\n\n .icon img {\n -webkit-animation: anim 2s ease infinite;\n animation: anim 2s ease infinite;\n -webkit-transform: scale(0, 0) rotateZ(180deg);\n transform: scale(0, 0) rotateZ(180deg);\n }\n\n @-webkit-keyframes anim {\n 0% {\n -webkit-transform: scale(0, 0) rotateZ(-90deg);\n transform: scale(0, 0) rotateZ(-90deg);\n opacity: 0\n }\n\n 30% {\n -webkit-transform: scale(1, 1) rotateZ(0deg);\n transform: scale(1, 1) rotateZ(0deg);\n opacity: 1\n }\n\n 50% {\n -webkit-transform: scale(1, 1) rotateZ(0deg);\n transform: scale(1, 1) rotateZ(0deg);\n opacity: 1\n }\n\n 80% {\n -webkit-transform: scale(0, 0) rotateZ(90deg);\n transform: scale(0, 0) rotateZ(90deg);\n opacity: 0\n }\n }\n\n @keyframes anim {\n 0% {\n -webkit-transform: scale(0, 0) rotateZ(-90deg);\n transform: scale(0, 0) rotateZ(-90deg);\n opacity: 0\n }\n\n 30% {\n -webkit-transform: scale(1, 1) rotateZ(0deg);\n transform: scale(1, 1) rotateZ(0deg);\n opacity: 1\n }\n\n 50% {\n -webkit-transform: scale(1, 1) rotateZ(0deg);\n transform: scale(1, 1) rotateZ(0deg);\n opacity: 1\n }\n\n 80% {\n -webkit-transform: scale(0, 0) rotateZ(90deg);\n transform: scale(0, 0) rotateZ(90deg);\n opacity: 0\n }\n }\n\n .container {\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n max-width: 465px;\n background: var(--background-img);\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n }\n\n .text_config {\n color: var(--cor-text-config) !important;\n }\n\n .logo {\n width: var(--logotamanho);\n display: block;\n margin-top: 0px;\n margin-bottom: 15px;\n margin-left: auto;\n margin-right: auto;\n content: var(--logo-img-url);\n filter: drop-shadow(var(--shadow1-offset-x) var(--shadow1-offset-y) var(--shadow1-blur) var(--shadow1-color));\n }\n\n\n .card {\n backdrop-filter: blur(var(--blur-amount2));\n background: var(--vidro-color);\n border-radius: 20px;\n border: 1px solid #1e1e1e !important;\n box-shadow: -8px 12px 20px 0 rgb(13 15 18 / 63%) !important;\n padding: 15px !important;\n max-width: 450px;\n height: auto;\n position: relative;\n filter: drop-shadow(var(--shadow-offset-x) var(--shadow-offset-y) var(--shadow-blur) var(--shadow-color));\n }\n\n .btn-dark {\n border: none;\n background: linear-gradient(var(--cor-gradiente-btstart-incial), var(--cor-gradiente-btstart-final));\n border-radius: 15px;\n --bs-btn-hover-bg: #4b8d4b18 !important;\n --bs-btn-hover-border-color: #47593f2f !important;\n }\n\n .modal-content {\n background-color: transparent;\n backdrop-filter: blur(5px);\n }\n\n .modal-open{\n overflow: hidden !important ;\n padding-right: 0px !important ;\n }\n\n .tool {\n align-items: center;\n justify-content: center;\n text-align: center;\n }\n\n .tool-bt {\n background: linear-gradient(var(--cor-gradiente-config-incial), var(--cor-gradiente-config-final));\n border-radius: 20px;\n color: var(--cor-text-config) !important;\n height: 35px;\n width: 100%;\n border: var(--btn-border);\n }\n\n .input-group,\n .form-control,\n .input-group-text {\n background: #0808083f;\n color: var(--icon-color);\n border: none;\n border-radius: 15px;\n outline: none;\n }\n\n .form-control::placeholder {\n color: var(--text-color);\n }\n\n .form-control:focus {\n color: var(--text-color);\n outline: none;\n box-shadow: none;\n }\n\n .input-group-text {\n padding-right: 0;\n }\n\n\n .fs-5 {\n font-size: 1rem !important;\n }\n\n nav {\n\n background: linear-gradient(var(--cor-gradiente-nav-inicial), var(--cor-gradiente-nav-final));\n border-radius: 20px;\n font-size: 0;\n width: 100%;\n max-width: 450px;\n height: auto;\n position: sticky;\n margin-top: 20px;\n margin-bottom: 10px;\n display: flex;\n justify-content: space-around;\n align-items: center;\n }\n\n nav span {\n line-height: 45px;\n height: 100%;\n position: relative;\n z-index: 1;\n text-decoration: none;\n text-align: center;\n color: white !important;\n cursor: alias;\n }\n\n nav span svg {\n fill: var(--cor-icon-config);\n\n }\n\n nav .animation {\n position: absolute;\n height: 100%;\n top: 0;\n z-index: 0;\n transition: all .5s ease 0s;\n border-radius: 8px;\n }\n\n a:nth-child(1) {\n width: 30%;\n }\n\n a:nth-child(2) {\n width: 30%;\n }\n\n a:nth-child(3) {\n width: 40%;\n }\n\n nav .start-home,\n a:nth-child(1):hover~.animation {\n width: 30%;\n left: 0;\n background-color: #1212123f;\n border-radius: 20px;\n }\n\n nav .start-about,\n a:nth-child(2):hover~.animation {\n width: 30%;\n ;\n left: 30%;\n background-color: #1212123f;\n border-radius: 20px;\n }\n\n nav .start-blog,\n a:nth-child(3):hover~.animation {\n width: 40%;\n left: 60%;\n background-color: #1212123f;\n border-radius: 20px;\n }\n\n body {\n font-size: 12px;\n font-family: sans-serif;\n background: color #0327053f;\n }\n\n @media (min-width: 768px) {\n\n .container,\n .container-md,\n .container-sm {\n max-width: 100%;\n }\n }\n\n .rede {\n color: #ff0000;\n }\n\n .iplocal {\n color: #ffffff;\n }\n\n .containerlocal {\n background: #0808083f;\n border-radius: 20px;\n border: 1px solid #1e1e1e !important;\n padding: 15px !important;\n width: 95%;\n max-width: 450px;\n height: initial;\n position: absolute;\n margin-top: 700px;\n margin-bottom: -66px;\n }\n\n\n .hidden {\n display: none;\n }\n </style>\n\n</head>\n\n<body>\n\n <div class=\"containerlocal\">\n <span class=\"font-semibold text-xs mr-2\"\n style=\"color: #ffffff;\"\">📢\tIP Local da sua operadora:</span><span class=\" rede font-semibold text-xs mr-2\"\n id=\"name\">REDE</span> <span class=\"iplocal font-semibold text-xs\" id=\"ip\">127.0.0.1</span>\n </div>\n\n <div class=\"container\">\n <div>\n <div class=\"animation\">\n \n <svg id=\"animation\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 200 120\">\n <g id=\"items\">\n <g id=\"item18\" class=\"item\">\n <path id=\"_Path_\" data-name=\"<Path>\" d=\"M194.18,38.2A2.18,2.18,0,0,0,192,40.88c.49,2.62,2.12,2.57,2.22,4h0c.11-1.48,1.74-1.43,2.22-4S194.18,38.2,194.18,38.2Z\" fill=\"#fff\"/>\n <path id=\"_Path_2\" data-name=\"<Path>\" d=\"M194.18,39a1.65,1.65,0,0,0-1.69,2c.37,2,1.61,2,1.69,3.09h0C194.26,43,195.5,43,195.87,41A1.65,1.65,0,0,0,194.18,39Z\" fill=\"#e83756\"/>\n <path id=\"_Path_3\" data-name=\"<Path>\" d=\"M194.18,39.27a1.48,1.48,0,0,0-1.51,1.83c.33,1.79,1.44,1.75,1.51,2.76h0c.07-1,1.19-1,1.52-2.76A1.49,1.49,0,0,0,194.18,39.27Z\" fill=\"#fff\"/>\n <path id=\"_Path_4\" data-name=\"<Path>\" d=\"M194.18,39.8A1.14,1.14,0,0,0,193,41.2c.25,1.38,1.11,1.35,1.16,2.13h0c.06-.78.91-.75,1.17-2.13A1.15,1.15,0,0,0,194.18,39.8Z\" fill=\"#e83756\"/>\n <path id=\"_Path_5\" data-name=\"<Path>\" d=\"M194.18,40a1,1,0,0,0-1,1.26c.23,1.24,1,1.21,1,1.91h0c0-.7.82-.67,1-1.91A1,1,0,0,0,194.18,40Z\" fill=\"#fff\"/>\n <path id=\"_Path_6\" data-name=\"<Path>\" d=\"M194.18,40.47a.71.71,0,0,0-.72.87c.16.86.69.84.72,1.32h0c0-.48.57-.46.73-1.32A.72.72,0,0,0,194.18,40.47Z\" fill=\"#e83756\"/>\n <path id=\"_Path_7\" data-name=\"<Path>\" d=\"M194.18,40.58a.64.64,0,0,0-.65.79c.15.76.62.75.65,1.18h0c0-.43.51-.42.65-1.18A.64.64,0,0,0,194.18,40.58Z\" fill=\"#fff\"/>\n <rect id=\"_Rectangle_\" data-name=\"<Rectangle>\" x=\"193.73\" y=\"37.88\" width=\"0.9\" height=\"0.9\" fill=\"#fff\"/>\n <rect id=\"_Path_8\" data-name=\"<Path>\" x=\"194.1\" width=\"0.16\" height=\"38.63\" fill=\"#fff\"/>\n <path id=\"_Path_9\" data-name=\"<Path>\" d=\"M194.51,36.9a.33.33,0,0,1-.33.33.33.33,0,1,1,0-.66A.33.33,0,0,1,194.51,36.9Z\" fill=\"#fff\"/>\n <path id=\"_Path_10\" data-name=\"<Path>\" d=\"M194.51,35.79a.33.33,0,0,1-.33.33.34.34,0,0,1,0-.67A.33.33,0,0,1,194.51,35.79Z\" fill=\"#fff\"/>\n </g>\n <g id=\"item17\" class=\"item\">\n <g id=\"_Group_\" data-name=\"<Group>\">\n <path id=\"_Path_11\" data-name=\"<Path>\" d=\"M183.37,58.41a.21.21,0,0,0-.09.28l1.42,2.78a.54.54,0,0,1-.23.72h0c-1.28.65-2.2,2.42-1.55,3.7l.14.28a1,1,0,0,0,1.37.44l3.39-1.73,1.78-.9a1.23,1.23,0,0,0,.53-1.65l-2.87-5.64a.23.23,0,0,0-.32-.1Z\" fill=\"#fff\"/>\n <path id=\"_Path_12\" data-name=\"<Path>\" d=\"M186.28,54.55l-4.16,2.28a.28.28,0,0,0-.1.38l.64,1a.22.22,0,0,0,.3.08l4.09-2.08a.29.29,0,0,0,.14-.36l-.45-1.16A.32.32,0,0,0,186.28,54.55Z\" fill=\"#fff\"/>\n <g id=\"_Clip_Group_\" data-name=\"<Clip Group>\">\n <g clip-path=\"url(#clip-path)\">\n <g id=\"_Group_2\" data-name=\"<Group>\">\n <path id=\"_Path_13\" data-name=\"<Path>\" d=\"M183.42,59.77l1.11-.76-.1.35c0,.25-.21.55-.13.79s0,.21.17.37a.24.24,0,0,0,.24.06,2.57,2.57,0,0,0,1.1-1,7.82,7.82,0,0,1,.57-1c.05-.16.18-.18.41,0,.49-.1.53,0,.1.42-.14.52-2.28,2.58-1.44,3.29.57.48,1.13-.32,1.55-.71a12.91,12.91,0,0,1,1.22-1.23c.11.33.21.67.32,1a6.78,6.78,0,0,1-1.12.81c-1.21.73-2.49.8-3.75,1.31-1.09.45-1.72,2.86-.16,2.6a8.48,8.48,0,0,0,2.26-1.38c.56-.38,3.58-2.48,2.61-.64-.55,1-1.27,1.64-.68,2.88a.25.25,0,0,0,.22.12c.69,0,1-.34,1.49-.84.22-.23-.13-.58-.35-.35-.32.53-.66.41-1-.37a3.67,3.67,0,0,1,1.09-1.36c0-.14.23-.11.23-.27a1,1,0,0,0-.39-.94c-1.53-.94-3.83,1.94-5,2.24l-.48.33c-.23-1.13.11-1.7,1-1.72.53-.27,1.3-.3,1.87-.53a6.52,6.52,0,0,0,2.93-1.94c.39-.6.55-1.72-.46-1.79s-1.47,1.33-2.2,1.72c-.5.63-.61.49-.33-.43.16-.26.32-.52.49-.78a7.28,7.28,0,0,0,1-1.62c.27-.88,0-1.66-.91-1.25-.76.33-.84,1.08-1.22,1.73-1.21,2.07-.39,0-.71-.58-.8-1.43-1.87.67-2.05,1.35a.25.25,0,0,0,.48.13Z\" fill=\"#e83756\"/>\n </g>\n </g>\n </g>\n </g>\n <g id=\"_Group_3\" data-name=\"<Group>\">\n <path id=\"_Path_14\" data-name=\"<Path>\" d=\"M184,61.45a.76.76,0,0,1-.29.56h0a.68.68,0,0,0,.09-1.35.61.61,0,0,0-.27,0A.75.75,0,0,1,184,61.45Z\" fill=\"#fff\"/>\n <path id=\"_Path_15\" data-name=\"<Path>\" d=\"M182.56,61.36a.65.65,0,0,1,.7-.61.66.66,0,0,1,.61.7.66.66,0,0,1-1.31-.09Z\" fill=\"#fff\"/>\n </g>\n <polygon id=\"_Path_16\" data-name=\"<Path>\" points=\"183.68 60.6 183.72 60.59 183.54 59.24 183.49 59.15 183.68 60.6\" fill=\"#fff\"/>\n <polygon id=\"_Path_17\" data-name=\"<Path>\" points=\"183.23 60.68 183.26 60.68 183.38 58.92 183.35 58.86 183.23 60.68\" fill=\"#fff\"/>\n <rect id=\"_Path_18\" data-name=\"<Path>\" x=\"186.4\" width=\"0.16\" height=\"53.84\" fill=\"#fff\"/>\n <path id=\"_Path_19\" data-name=\"<Path>\" d=\"M187,52.45a.54.54,0,1,1-.53-.54A.54.54,0,0,1,187,52.45Z\" fill=\"#fff\"/>\n <path id=\"_Path_20\" data-name=\"<Path>\" d=\"M187,50.83a.54.54,0,1,1-.53-.54A.54.54,0,0,1,187,50.83Z\" fill=\"#fff\"/>\n <path id=\"_Path_21\" data-name=\"<Path>\" d=\"M186.78,54.34l.16-.5H186l.13.5.33,0Z\" fill=\"#fff\"/>\n </g>\n <g id=\"item16\" class=\"item\">\n <path id=\"_Rectangle_2\" data-name=\"<Rectangle>\" d=\"M174.53,103.26h7.13a0,0,0,0,1,0,0v4a.49.49,0,0,1-.49.49H175a.49.49,0,0,1-.49-.49v-4A0,0,0,0,1,174.53,103.26Z\" fill=\"#fff\" stroke=\"#fff\" stroke-miterlimit=\"10\" stroke-width=\"0.5\"/>\n <path id=\"_Rectangle_3\" data-name=\"<Rectangle>\" d=\"M174.56,101.52h7.06a.36.36,0,0,1,.36.36V103a0,0,0,0,1,0,0H174.2a0,0,0,0,1,0,0v-1.14A.36.36,0,0,1,174.56,101.52Z\" fill=\"#fff\"/>\n <g id=\"_Group_4\" data-name=\"<Group>\">\n <path id=\"_Path_22\" data-name=\"<Path>\" d=\"M175.81,104.58c.1,0,.61-.28.61-.28s-.19.53-.06.53a10.47,10.47,0,0,0,.9-1.57h-.55l-.44.6C176,104.23,175.72,104.52,175.81,104.58Z\" fill=\"#e83756\"/>\n <path id=\"_Path_23\" data-name=\"<Path>\" d=\"M178.12,101.52H178c-.27.35-.74,1-1.12,1.51h.51C177.68,102.44,178,101.85,178.12,101.52Z\" fill=\"#e83756\"/>\n <path id=\"_Path_24\" data-name=\"<Path>\" d=\"M180.56,104.56c.08,0-.09-.56-.09-.56s.49.22.57.16a4.89,4.89,0,0,0-.71-.9h-.66A9.93,9.93,0,0,0,180.56,104.56Z\" fill=\"#e83756\"/>\n <path id=\"_Path_25\" data-name=\"<Path>\" d=\"M180.13,103c-.48-.55-1-1.17-1.36-1.51h-.14c.18.34.54.93.9,1.51Z\" fill=\"#e83756\"/>\n </g>\n <rect id=\"_Path_26\" data-name=\"<Path>\" x=\"178.31\" width=\"0.16\" height=\"100.78\" fill=\"#fff\"/>\n <path id=\"_Path_27\" data-name=\"<Path>\" d=\"M178.93,99.4a.54.54,0,1,1-.54-.54A.54.54,0,0,1,178.93,99.4Z\" fill=\"#fff\"/>\n <path id=\"_Path_28\" data-name=\"<Path>\" d=\"M178.93,97.78a.54.54,0,1,1-.54-.54A.54.54,0,0,1,178.93,97.78Z\" fill=\"#fff\"/>\n <path id=\"_Path_29\" data-name=\"<Path>\" d=\"M178.7,101.28l.15-.5h-.92l.12.51.34,0Z\" fill=\"#fff\"/>\n <rect id=\"_Rectangle_4\" data-name=\"<Rectangle>\" x=\"178.06\" y=\"103.26\" width=\"0.6\" height=\"4.47\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_5\" data-name=\"<Rectangle>\" x=\"178\" y=\"101.52\" width=\"0.72\" height=\"1.5\" fill=\"#e83756\"/>\n <path id=\"_Path_30\" data-name=\"<Path>\" d=\"M175.2,103.89a.26.26,0,0,1-.26.26.26.26,0,0,1,0-.52A.26.26,0,0,1,175.2,103.89Z\" fill=\"#e83756\"/>\n <path id=\"_Path_31\" data-name=\"<Path>\" d=\"M176.53,105.55a.51.51,0,0,1-.51.51.5.5,0,0,1-.5-.51.5.5,0,0,1,.5-.5A.5.5,0,0,1,176.53,105.55Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_32\" data-name=\"<Path>\" cx=\"177.39\" cy=\"105.59\" r=\"0.31\" fill=\"#e83756\"/>\n <circle id=\"_Path_33\" data-name=\"<Path>\" cx=\"175.57\" cy=\"107.15\" r=\"0.22\" fill=\"#e83756\"/>\n <circle id=\"_Path_34\" data-name=\"<Path>\" cx=\"176.89\" cy=\"107.11\" r=\"0.19\" fill=\"#e83756\"/>\n <path id=\"_Path_35\" data-name=\"<Path>\" d=\"M179.91,106.4a.35.35,0,0,1-.34.35.35.35,0,0,1-.35-.35.35.35,0,0,1,.35-.34A.34.34,0,0,1,179.91,106.4Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_36\" data-name=\"<Path>\" cx=\"179.62\" cy=\"104.44\" r=\"0.39\" fill=\"#e83756\"/>\n <path id=\"_Path_37\" data-name=\"<Path>\" d=\"M181.41,105.56a.28.28,0,0,1-.56,0,.28.28,0,0,1,.56,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_38\" data-name=\"<Path>\" d=\"M181.19,106.57a.17.17,0,0,1-.17.18.18.18,0,0,1-.17-.18.18.18,0,0,1,.17-.17A.17.17,0,0,1,181.19,106.57Z\" fill=\"#e83756\"/>\n <path id=\"_Path_39\" data-name=\"<Path>\" d=\"M180.6,107.67a.13.13,0,0,1-.12.12.12.12,0,0,1-.12-.12.12.12,0,0,1,.12-.12A.12.12,0,0,1,180.6,107.67Z\" fill=\"#e83756\"/>\n <path id=\"_Path_40\" data-name=\"<Path>\" d=\"M181.69,103.77a.14.14,0,1,1-.14-.14A.14.14,0,0,1,181.69,103.77Z\" fill=\"#e83756\"/>\n <path id=\"_Path_41\" data-name=\"<Path>\" d=\"M181.55,102.12a.18.18,0,1,1-.18-.18A.18.18,0,0,1,181.55,102.12Z\" fill=\"#e83756\"/>\n <path id=\"_Path_42\" data-name=\"<Path>\" d=\"M175.43,102.06a.25.25,0,1,1-.24-.24A.25.25,0,0,1,175.43,102.06Z\" fill=\"#e83756\"/>\n <path id=\"_Path_43\" data-name=\"<Path>\" d=\"M176.53,102.3a.18.18,0,0,1-.19.19.18.18,0,0,1-.18-.19.18.18,0,0,1,.18-.18A.18.18,0,0,1,176.53,102.3Z\" fill=\"#e83756\"/>\n <path id=\"_Path_44\" data-name=\"<Path>\" d=\"M180.16,101.94a.12.12,0,0,1-.13.12.12.12,0,0,1,0-.24A.12.12,0,0,1,180.16,101.94Z\" fill=\"#e83756\"/>\n </g>\n <g id=\"item15\" class=\"item\">\n <rect id=\"_Rectangle_6\" data-name=\"<Rectangle>\" x=\"169.22\" y=\"35.91\" width=\"0.89\" height=\"0.19\" rx=\"0.03\" ry=\"0.03\" fill=\"#fff\"/>\n <path id=\"_Path_45\" data-name=\"<Path>\" d=\"M170,36.08h-.58s-.06,0-.06,0l0-.19s0,0,0,0H170s0,0,0,0l0,.19S170,36.08,170,36.08Z\" fill=\"#fff\"/>\n <rect id=\"_Path_46\" data-name=\"<Path>\" x=\"169.58\" width=\"0.16\" height=\"35.98\" fill=\"#fff\"/>\n <path id=\"_Path_47\" data-name=\"<Path>\" d=\"M170.1,34.69a.44.44,0,1,1-.44-.44A.44.44,0,0,1,170.1,34.69Z\" fill=\"#fff\"/>\n <path id=\"_Path_48\" data-name=\"<Path>\" d=\"M170.09,33.12a.43.43,0,1,1-.43-.43A.44.44,0,0,1,170.09,33.12Z\" fill=\"#fff\"/>\n <path id=\"_Path_49\" data-name=\"<Path>\" d=\"M170.09,31.56a.43.43,0,1,1-.43-.43A.43.43,0,0,1,170.09,31.56Z\" fill=\"#fff\"/>\n <path id=\"_Path_50\" data-name=\"<Path>\" d=\"M176.14,49.4s-1.5-1.31-1.44-1.58,1.55,0,1.55,0-3.2-3.51-3.11-3.8,1.61,0,1.61,0-3.19-3.68-3.13-3.85,1.45,0,1.45,0l-3.41-4.32-3.4,4.32s1.37-.16,1.44,0S164.57,44,164.57,44s1.57-.26,1.61,0a41,41,0,0,1-3.1,3.8s1.47-.23,1.54,0-1.44,1.58-1.44,1.58a19,19,0,0,1,13,0Z\" fill=\"#fff\"/>\n <path id=\"_Path_51\" data-name=\"<Path>\" d=\"M174.66,47.86s-1.15-1-1.1-1.22,1.19,0,1.19,0a24.07,24.07,0,0,1-2.4-2.94c.07-.22,1.25,0,1.25,0s-2.47-2.84-2.42-3,1.11,0,1.11,0l-2.63-3.34L167,40.73s1.06-.12,1.11,0-2.41,3-2.41,3,1.21-.2,1.24,0a30.5,30.5,0,0,1-2.4,2.94s1.14-.18,1.19,0-1.1,1.22-1.1,1.22a14.64,14.64,0,0,1,10,0Z\" fill=\"#e83756\"/>\n </g>\n <g id=\"item14\" class=\"item\">\n <g id=\"_Group_5\" data-name=\"<Group>\">\n <path id=\"_Path_52\" data-name=\"<Path>\" d=\"M167.49,64.27c-.13-3.13-5.52,2.16-6,2.67a.13.13,0,0,0,0,.1v.62a.13.13,0,0,0,0,.1c.51.51,5.88,5.8,6,2.66A42.08,42.08,0,0,0,167.49,64.27Z\" fill=\"#fff\"/>\n <path id=\"_Path_53\" data-name=\"<Path>\" d=\"M165.41,65.33c-.09-2.06-3.63,1.41-4,1.75a.14.14,0,0,0,0,.06v.41a.14.14,0,0,0,0,.07c.34.33,3.87,3.8,4,1.75A30.26,30.26,0,0,0,165.41,65.33Z\" fill=\"#e83756\"/>\n <path id=\"_Path_54\" data-name=\"<Path>\" d=\"M154.12,64.27c.13-3.14,5.54,2.18,6,2.67a.16.16,0,0,1,0,.09v.64a.11.11,0,0,1,0,.08c-.49.49-5.89,5.81-6,2.67A42.08,42.08,0,0,1,154.12,64.27Z\" fill=\"#fff\"/>\n <rect id=\"_Rectangle_7\" data-name=\"<Rectangle>\" x=\"160.52\" y=\"66.98\" width=\"0.57\" height=\"0.73\" rx=\"0.03\" ry=\"0.03\" fill=\"#fff\"/>\n <path id=\"_Path_55\" data-name=\"<Path>\" d=\"M156.12,65.33c.08-2.06,3.63,1.41,4,1.75a.09.09,0,0,1,0,.06v.41a.09.09,0,0,1,0,.07c-.33.33-3.86,3.8-4,1.75A28.67,28.67,0,0,1,156.12,65.33Z\" fill=\"#e83756\"/>\n <path id=\"_Path_56\" data-name=\"<Path>\" d=\"M160.48,68c-.12-.08-3.87,5.12-4.45,6s-1.25,1.5-1,1.62,1.37-.62,1.37-.62-.43,1.21-.13,1.21S160.6,68.07,160.48,68Z\" fill=\"#fff\"/>\n <path id=\"_Path_57\" data-name=\"<Path>\" d=\"M161.1,68a67.5,67.5,0,0,1,5.81,6.61c-.18.15-1.29-.35-1.29-.35s.38,1.21.19,1.28A77.25,77.25,0,0,1,161.1,68Z\" fill=\"#fff\"/>\n </g>\n <rect id=\"_Path_58\" data-name=\"<Path>\" x=\"160.74\" y=\"0.02\" width=\"0.16\" height=\"66.15\" fill=\"#fff\"/>\n <path id=\"_Path_59\" data-name=\"<Path>\" d=\"M161.36,64.78a.54.54,0,0,1-.54.54.54.54,0,0,1,0-1.08A.54.54,0,0,1,161.36,64.78Z\" fill=\"#fff\"/>\n <path id=\"_Path_60\" data-name=\"<Path>\" d=\"M161.36,63.16a.54.54,0,0,1-.54.54.54.54,0,0,1-.54-.54.54.54,0,0,1,.54-.54A.55.55,0,0,1,161.36,63.16Z\" fill=\"#fff\"/>\n <path id=\"_Path_61\" data-name=\"<Path>\" d=\"M161.11,66.67l.16-.5h-.93l.13.5.33,0Z\" fill=\"#fff\"/>\n </g>\n <g id=\"item13\" class=\"item\">\n <rect id=\"_Path_62\" data-name=\"<Path>\" x=\"154.8\" width=\"0.16\" height=\"31.05\" fill=\"#fff\"/>\n <path id=\"_Path_63\" data-name=\"<Path>\" d=\"M155.42,29.66a.54.54,0,0,1-.54.54.54.54,0,1,1,0-1.08A.54.54,0,0,1,155.42,29.66Z\" fill=\"#fff\"/>\n <path id=\"_Path_64\" data-name=\"<Path>\" d=\"M155.42,28a.54.54,0,0,1-.54.54.54.54,0,1,1,.54-.54Z\" fill=\"#fff\"/>\n <path id=\"_Path_65\" data-name=\"<Path>\" d=\"M155.18,31.55l.16-.5h-.93l.13.5.34,0Z\" fill=\"#fff\"/>\n <g id=\"_Group_6\" data-name=\"<Group>\">\n <path id=\"_Rectangle_8\" data-name=\"<Rectangle>\" d=\"M151.19,34.39h7.13a0,0,0,0,1,0,0v4a.49.49,0,0,1-.49.49h-6.15a.49.49,0,0,1-.49-.49v-4A0,0,0,0,1,151.19,34.39Z\" fill=\"#fff\"/>\n <path id=\"_Rectangle_9\" data-name=\"<Rectangle>\" d=\"M151.22,32.66h7.06a.36.36,0,0,1,.36.36v1.14a0,0,0,0,1,0,0h-7.78a0,0,0,0,1,0,0V33A.36.36,0,0,1,151.22,32.66Z\" fill=\"#fff\"/>\n <g id=\"_Group_7\" data-name=\"<Group>\">\n <path id=\"_Compound_Path_\" data-name=\"<Compound Path>\" d=\"M157.81,30.76c-.06-1.37-2.42.95-2.65,1.17l0,0v.28l0,0c.23.22,2.58,2.54,2.65,1.17A18.72,18.72,0,0,0,157.81,30.76Zm-.2,2.46c-.06,1.16-2.05-.8-2.24-1a.08.08,0,0,1,0,0V32a.05.05,0,0,1,0,0c.19-.19,2.19-2.15,2.24-1A15.91,15.91,0,0,1,157.61,33.22Z\" fill=\"#fff\"/>\n <path id=\"_Compound_Path_2\" data-name=\"<Compound Path>\" d=\"M154.61,32.25V32l0,0c-.21-.21-2.59-2.54-2.64-1.17a18.72,18.72,0,0,0,0,2.7c.06,1.37,2.43-1,2.64-1.17Zm-.21-.06s0,0,0,0c-.18.19-2.19,2.16-2.25,1a17.5,17.5,0,0,1,0-2.29c.05-1.17,2.07.81,2.25,1,0,0,0,0,0,0Z\" fill=\"#fff\"/>\n <rect id=\"_Path_66\" data-name=\"<Path>\" x=\"154.75\" y=\"31.95\" width=\"0.25\" height=\"0.32\" rx=\"0.06\" ry=\"0.06\" fill=\"#fff\"/>\n <g id=\"_Group_8\" data-name=\"<Group>\">\n <path id=\"_Path_67\" data-name=\"<Path>\" d=\"M154.73,32.39a1.8,1.8,0,0,0-.23.27h.13A1,1,0,0,0,154.73,32.39Z\" fill=\"#fff\"/>\n <path id=\"_Path_68\" data-name=\"<Path>\" d=\"M152.33,35.71c.09.06.6-.27.6-.27s-.19.53-.06.53a9.41,9.41,0,0,0,.9-1.58h-.55l-.44.61C152.53,35.37,152.24,35.66,152.33,35.71Z\" fill=\"#fff\"/>\n <path id=\"_Path_69\" data-name=\"<Path>\" d=\"M154.63,32.66h-.13c-.27.35-.73,1-1.11,1.5h.5C154.19,33.57,154.48,33,154.63,32.66Z\" fill=\"#fff\"/>\n <path id=\"_Path_70\" data-name=\"<Path>\" d=\"M155,32.39a1,1,0,0,0,.13.27h.15Z\" fill=\"#fff\"/>\n <path id=\"_Path_71\" data-name=\"<Path>\" d=\"M157.07,35.7c.08,0-.08-.56-.08-.56s.48.22.56.15a5.79,5.79,0,0,0-.71-.9h-.65A10.15,10.15,0,0,0,157.07,35.7Z\" fill=\"#fff\"/>\n <path id=\"_Path_72\" data-name=\"<Path>\" d=\"M156.64,34.16c-.48-.55-1-1.16-1.35-1.5h-.15c.19.33.54.93.9,1.5Z\" fill=\"#fff\"/>\n </g>\n </g>\n <g id=\"_Group_9\" data-name=\"<Group>\">\n <path id=\"_Path_73\" data-name=\"<Path>\" d=\"M157.8,32.66h-.17c0,.15,0,.33,0,.56,0,.85-1.13,0-1.78-.56h-.28c.74.67,2.21,1.88,2.26.8,0-.34,0-.59,0-.8Z\" fill=\"#e83756\"/>\n <path id=\"_Path_74\" data-name=\"<Path>\" d=\"M153.92,32.66c-.65.58-1.73,1.41-1.78.56,0-.23,0-.41,0-.56h-.21c0,.2,0,.45,0,.8.05,1.08,1.52-.13,2.25-.8Z\" fill=\"#e83756\"/>\n <path id=\"_Path_75\" data-name=\"<Path>\" d=\"M152.78,35c-.25.37-.54.66-.45.71s.6-.27.6-.27-.19.53-.06.53a9.41,9.41,0,0,0,.9-1.58h-.55Z\" fill=\"#e83756\"/>\n <path id=\"_Path_76\" data-name=\"<Path>\" d=\"M153.39,34.16h.5c.3-.59.59-1.17.74-1.5h-.13C154.23,33,153.77,33.64,153.39,34.16Z\" fill=\"#e83756\"/>\n <path id=\"_Path_77\" data-name=\"<Path>\" d=\"M156.19,34.39a10.15,10.15,0,0,0,.88,1.31c.08,0-.08-.56-.08-.56s.48.22.56.15a5.79,5.79,0,0,0-.71-.9Z\" fill=\"#e83756\"/>\n <path id=\"_Path_78\" data-name=\"<Path>\" d=\"M155.29,32.66h-.15c.19.33.55.93.9,1.5h.6C156.16,33.61,155.61,33,155.29,32.66Z\" fill=\"#e83756\"/>\n </g>\n </g>\n <rect id=\"_Rectangle_10\" data-name=\"<Rectangle>\" x=\"154.71\" y=\"32.66\" width=\"0.33\" height=\"6.2\" fill=\"#e83756\"/>\n <path id=\"_Path_79\" data-name=\"<Path>\" d=\"M152,35a.21.21,0,0,1-.22.21.21.21,0,0,1-.21-.21.22.22,0,0,1,.43,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_80\" data-name=\"<Path>\" d=\"M153.46,37.09a.21.21,0,0,1-.21.22.22.22,0,0,1,0-.43A.21.21,0,0,1,153.46,37.09Z\" fill=\"#e83756\"/>\n <path id=\"_Path_81\" data-name=\"<Path>\" d=\"M156.5,35.76a.21.21,0,1,1-.42,0,.21.21,0,0,1,.42,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_82\" data-name=\"<Path>\" d=\"M154.29,38.18a.21.21,0,0,1-.21.21.21.21,0,0,1,0-.42A.21.21,0,0,1,154.29,38.18Z\" fill=\"#e83756\"/>\n <path id=\"_Path_83\" data-name=\"<Path>\" d=\"M152.11,36.63a.21.21,0,0,1-.42,0,.21.21,0,0,1,.42,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_84\" data-name=\"<Path>\" d=\"M157,38.27a.22.22,0,1,1-.21-.21A.22.22,0,0,1,157,38.27Z\" fill=\"#e83756\"/>\n <path id=\"_Path_85\" data-name=\"<Path>\" d=\"M155.76,34.92a.21.21,0,0,1-.21.21.22.22,0,0,1,0-.43A.21.21,0,0,1,155.76,34.92Z\" fill=\"#e83756\"/>\n <path id=\"_Path_86\" data-name=\"<Path>\" d=\"M158.05,37.85a.21.21,0,0,1-.21.21.21.21,0,0,1-.21-.21.22.22,0,0,1,.21-.21A.21.21,0,0,1,158.05,37.85Z\" fill=\"#e83756\"/>\n <path id=\"_Path_87\" data-name=\"<Path>\" d=\"M156.7,37.31a.42.42,0,0,1-.41.41.41.41,0,0,1-.41-.41.41.41,0,0,1,.41-.41A.41.41,0,0,1,156.7,37.31Z\" fill=\"#e83756\"/>\n <path id=\"_Path_88\" data-name=\"<Path>\" d=\"M154.18,35.84a.41.41,0,0,1-.41.41.42.42,0,0,1-.41-.41.41.41,0,0,1,.41-.41A.41.41,0,0,1,154.18,35.84Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_89\" data-name=\"<Path>\" cx=\"152.02\" cy=\"38.18\" r=\"0.41\" fill=\"#e83756\"/>\n <path id=\"_Path_90\" data-name=\"<Path>\" d=\"M158,36.38a.41.41,0,0,1-.41.41.41.41,0,0,1-.41-.41.42.42,0,0,1,.41-.41A.41.41,0,0,1,158,36.38Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_91\" data-name=\"<Path>\" cx=\"151.36\" cy=\"33.39\" r=\"0.32\" fill=\"#e83756\"/>\n <path id=\"_Path_92\" data-name=\"<Path>\" d=\"M158.61,33.07a.32.32,0,0,1-.32.32.32.32,0,1,1,0-.64A.32.32,0,0,1,158.61,33.07Z\" fill=\"#e83756\"/>\n </g>\n <g id=\"item12\" class=\"item\">\n <g id=\"_Group_10\" data-name=\"<Group>\">\n <path id=\"_Path_93\" data-name=\"<Path>\" d=\"M141.49,53.76a.21.21,0,0,0-.09.28l1.42,2.78a.54.54,0,0,1-.24.72h0c-1.27.65-2.2,2.43-1.55,3.7l.15.28a1,1,0,0,0,1.37.44l3.39-1.72,1.78-.91a1.23,1.23,0,0,0,.53-1.65L145.38,52a.24.24,0,0,0-.32-.1Z\" fill=\"#fff\"/>\n <path id=\"_Path_94\" data-name=\"<Path>\" d=\"M144.4,49.9l-4.16,2.28a.28.28,0,0,0-.1.38l.64,1a.24.24,0,0,0,.3.09l4.09-2.09a.27.27,0,0,0,.13-.35l-.44-1.17A.32.32,0,0,0,144.4,49.9Z\" fill=\"#fff\"/>\n <g id=\"_Clip_Group_2\" data-name=\"<Clip Group>\">\n <g clip-path=\"url(#clip-path-2)\">\n <g id=\"_Group_11\" data-name=\"<Group>\">\n <path id=\"_Path_95\" data-name=\"<Path>\" d=\"M141.54,55.13l1.11-.77-.1.36c0,.24-.22.54-.13.79s0,.2.17.36a.23.23,0,0,0,.24.06,2.57,2.57,0,0,0,1.1-1,7.82,7.82,0,0,1,.57-1c0-.16.18-.17.41,0,.49-.1.53,0,.1.42-.14.52-2.28,2.58-1.44,3.29.57.48,1.13-.32,1.55-.71a12.91,12.91,0,0,1,1.22-1.23c.1.34.21.67.32,1a6.86,6.86,0,0,1-1.13.81c-1.2.73-2.48.8-3.74,1.31-1.1.45-1.72,2.86-.16,2.6A8.44,8.44,0,0,0,143.89,60c.56-.39,3.58-2.48,2.61-.65-.55,1-1.27,1.64-.68,2.88a.25.25,0,0,0,.22.12c.69,0,1-.34,1.49-.83.22-.24-.13-.59-.36-.36-.31.54-.65.41-1-.37a3.58,3.58,0,0,1,1.09-1.36c0-.13.22-.11.23-.27a1,1,0,0,0-.39-.94c-1.53-.93-3.83,1.94-5,2.24l-.48.33c-.24-1.12.11-1.7,1-1.72.53-.26,1.3-.3,1.87-.53a6.52,6.52,0,0,0,2.93-1.94c.39-.6.55-1.72-.46-1.79s-1.47,1.33-2.2,1.72c-.5.63-.61.49-.33-.43.16-.26.32-.52.49-.78a7.28,7.28,0,0,0,1-1.62c.26-.88.05-1.66-.91-1.25-.76.33-.84,1.09-1.22,1.73-1.21,2.07-.39,0-.71-.58-.8-1.42-1.87.67-2.05,1.35a.25.25,0,0,0,.48.14Z\" fill=\"#e83756\"/>\n </g>\n </g>\n </g>\n </g>\n <g id=\"_Group_12\" data-name=\"<Group>\">\n <path id=\"_Path_96\" data-name=\"<Path>\" d=\"M142.1,56.81a.74.74,0,0,1-.29.55h0a.68.68,0,0,0,.72-.63.67.67,0,0,0-.63-.72.61.61,0,0,0-.27,0A.76.76,0,0,1,142.1,56.81Z\" fill=\"#fff\"/>\n <path id=\"_Path_97\" data-name=\"<Path>\" d=\"M140.67,56.71a.66.66,0,0,1,1.32.09.66.66,0,0,1-1.32-.09Z\" fill=\"#fff\"/>\n </g>\n <polygon id=\"_Path_98\" data-name=\"<Path>\" points=\"141.8 55.95 141.84 55.95 141.66 54.59 141.61 54.5 141.8 55.95\" fill=\"#fff\"/>\n <polygon id=\"_Path_99\" data-name=\"<Path>\" points=\"141.35 56.03 141.38 56.04 141.5 54.27 141.47 54.21 141.35 56.03\" fill=\"#fff\"/>\n <rect id=\"_Path_100\" data-name=\"<Path>\" x=\"144.52\" y=\"0.02\" width=\"0.16\" height=\"49.17\" fill=\"#fff\"/>\n <path id=\"_Path_101\" data-name=\"<Path>\" d=\"M145.14,47.8a.54.54,0,0,1-.54.54.54.54,0,0,1,0-1.08A.54.54,0,0,1,145.14,47.8Z\" fill=\"#fff\"/>\n <path id=\"_Path_102\" data-name=\"<Path>\" d=\"M145.14,46.18a.54.54,0,0,1-.54.54.54.54,0,1,1,0-1.07A.54.54,0,0,1,145.14,46.18Z\" fill=\"#fff\"/>\n <path id=\"_Path_103\" data-name=\"<Path>\" d=\"M144.9,49.69l.15-.5h-.92l.13.5.33,0Z\" fill=\"#fff\"/>\n </g>\n <g id=\"item11\" class=\"item\">\n <path id=\"_Rectangle_11\" data-name=\"<Rectangle>\" d=\"M126,27.51h7.13a0,0,0,0,1,0,0v4a.49.49,0,0,1-.49.49h-6.15a.49.49,0,0,1-.49-.49v-4A0,0,0,0,1,126,27.51Z\" fill=\"#fff\" stroke=\"#fff\" stroke-miterlimit=\"10\" stroke-width=\"0.5\"/>\n <path id=\"_Rectangle_12\" data-name=\"<Rectangle>\" d=\"M126,25.78H133a.36.36,0,0,1,.36.36v1.14a0,0,0,0,1,0,0h-7.78a0,0,0,0,1,0,0V26.14A.36.36,0,0,1,126,25.78Z\" fill=\"#fff\"/>\n <g id=\"_Group_13\" data-name=\"<Group>\">\n <path id=\"_Path_104\" data-name=\"<Path>\" d=\"M127.23,28.83c.1.06.61-.27.61-.27s-.19.53-.06.53a10.27,10.27,0,0,0,.9-1.58h-.55l-.44.61C127.44,28.48,127.14,28.78,127.23,28.83Z\" fill=\"#e83756\"/>\n <path id=\"_Path_105\" data-name=\"<Path>\" d=\"M129.54,25.78h-.13c-.27.35-.74,1-1.12,1.5h.51C129.1,26.69,129.39,26.11,129.54,25.78Z\" fill=\"#e83756\"/>\n <path id=\"_Path_106\" data-name=\"<Path>\" d=\"M132,28.81c.08,0-.09-.55-.09-.55s.49.21.57.15a5.79,5.79,0,0,0-.71-.9h-.66A10.24,10.24,0,0,0,132,28.81Z\" fill=\"#e83756\"/>\n <path id=\"_Path_107\" data-name=\"<Path>\" d=\"M131.55,27.28c-.48-.55-1-1.16-1.36-1.5h-.14c.18.33.54.92.9,1.5Z\" fill=\"#e83756\"/>\n </g>\n <rect id=\"_Path_108\" data-name=\"<Path>\" x=\"129.73\" y=\"0.02\" width=\"0.16\" height=\"25.02\" fill=\"#fff\"/>\n <path id=\"_Path_109\" data-name=\"<Path>\" d=\"M130.35,23.65a.54.54,0,1,1-1.08,0,.54.54,0,1,1,1.08,0Z\" fill=\"#fff\"/>\n <path id=\"_Path_110\" data-name=\"<Path>\" d=\"M130.35,22a.54.54,0,1,1-.54-.54A.54.54,0,0,1,130.35,22Z\" fill=\"#fff\"/>\n <path id=\"_Path_111\" data-name=\"<Path>\" d=\"M130.12,25.54l.15-.5h-.92l.12.5.34,0Z\" fill=\"#fff\"/>\n <rect id=\"_Rectangle_13\" data-name=\"<Rectangle>\" x=\"129.48\" y=\"27.51\" width=\"0.6\" height=\"4.47\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_14\" data-name=\"<Rectangle>\" x=\"129.42\" y=\"25.78\" width=\"0.72\" height=\"1.5\" fill=\"#e83756\"/>\n <path id=\"_Path_112\" data-name=\"<Path>\" d=\"M126.62,28.15a.26.26,0,0,1-.26.26.26.26,0,0,1-.26-.26.26.26,0,0,1,.26-.26A.25.25,0,0,1,126.62,28.15Z\" fill=\"#e83756\"/>\n <path id=\"_Path_113\" data-name=\"<Path>\" d=\"M128,29.81a.5.5,0,0,1-.51.5.5.5,0,0,1-.5-.5.5.5,0,0,1,.5-.51A.51.51,0,0,1,128,29.81Z\" fill=\"#e83756\"/>\n <path id=\"_Path_114\" data-name=\"<Path>\" d=\"M129.12,29.84a.31.31,0,1,1-.31-.31A.31.31,0,0,1,129.12,29.84Z\" fill=\"#e83756\"/>\n <path id=\"_Path_115\" data-name=\"<Path>\" d=\"M127.22,31.4a.23.23,0,1,1-.45,0,.22.22,0,0,1,.22-.22A.22.22,0,0,1,127.22,31.4Z\" fill=\"#e83756\"/>\n <path id=\"_Path_116\" data-name=\"<Path>\" d=\"M128.5,31.36a.19.19,0,1,1-.19-.18A.19.19,0,0,1,128.5,31.36Z\" fill=\"#e83756\"/>\n <path id=\"_Path_117\" data-name=\"<Path>\" d=\"M131.33,30.66A.34.34,0,0,1,131,31a.35.35,0,0,1-.35-.34.35.35,0,0,1,.35-.35A.35.35,0,0,1,131.33,30.66Z\" fill=\"#e83756\"/>\n <path id=\"_Path_118\" data-name=\"<Path>\" d=\"M131.43,28.69a.4.4,0,1,1-.39-.39A.4.4,0,0,1,131.43,28.69Z\" fill=\"#e83756\"/>\n <path id=\"_Path_119\" data-name=\"<Path>\" d=\"M132.83,29.81a.28.28,0,1,1-.56,0,.28.28,0,0,1,.56,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_120\" data-name=\"<Path>\" d=\"M132.61,30.83a.17.17,0,0,1-.17.17.17.17,0,1,1,0-.34A.17.17,0,0,1,132.61,30.83Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_121\" data-name=\"<Path>\" cx=\"131.9\" cy=\"31.92\" r=\"0.12\" fill=\"#e83756\"/>\n <path id=\"_Path_122\" data-name=\"<Path>\" d=\"M133.11,28a.14.14,0,1,1-.28,0,.14.14,0,0,1,.28,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_123\" data-name=\"<Path>\" d=\"M133,26.38a.18.18,0,1,1-.18-.18A.18.18,0,0,1,133,26.38Z\" fill=\"#e83756\"/>\n <path id=\"_Path_124\" data-name=\"<Path>\" d=\"M126.85,26.32a.25.25,0,0,1-.49,0,.25.25,0,1,1,.49,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_125\" data-name=\"<Path>\" d=\"M128,26.56a.18.18,0,0,1-.19.18.18.18,0,0,1,0-.36A.18.18,0,0,1,128,26.56Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_126\" data-name=\"<Path>\" cx=\"131.45\" cy=\"26.19\" r=\"0.12\" fill=\"#e83756\"/>\n </g>\n <g id=\"item10\" class=\"item\">\n <path id=\"_Path_127\" data-name=\"<Path>\" d=\"M114.64,31.84s-2.71.05-2.22,2.68,2.11,2.57,2.22,4h0c.1-1.48,1.73-1.43,2.22-4A2.18,2.18,0,0,0,114.64,31.84Z\" fill=\"#fff\"/>\n <path id=\"_Path_128\" data-name=\"<Path>\" d=\"M114.64,32.65a1.65,1.65,0,0,0-1.69,2c.36,2,1.61,2,1.69,3.09h0c.08-1.13,1.32-1.09,1.68-3.09A1.65,1.65,0,0,0,114.64,32.65Z\" fill=\"#e83756\"/>\n <path id=\"_Path_129\" data-name=\"<Path>\" d=\"M114.64,32.91a1.49,1.49,0,0,0-1.52,1.83c.33,1.79,1.44,1.75,1.52,2.77h0c.07-1,1.18-1,1.51-2.77A1.48,1.48,0,0,0,114.64,32.91Z\" fill=\"#fff\"/>\n <path id=\"_Path_130\" data-name=\"<Path>\" d=\"M114.64,33.44a1.15,1.15,0,0,0-1.17,1.41c.25,1.37,1.11,1.35,1.17,2.12h0c0-.77.91-.75,1.16-2.12A1.15,1.15,0,0,0,114.64,33.44Z\" fill=\"#e83756\"/>\n <path id=\"_Path_131\" data-name=\"<Path>\" d=\"M114.64,33.62s-1.28,0-1,1.26,1,1.21,1,1.91h0c0-.7.81-.67,1-1.91A1,1,0,0,0,114.64,33.62Z\" fill=\"#fff\"/>\n <path id=\"_Path_132\" data-name=\"<Path>\" d=\"M114.64,34.11s-.89,0-.73.87.69.84.73,1.32h0c0-.48.56-.46.72-1.32A.71.71,0,0,0,114.64,34.11Z\" fill=\"#e83756\"/>\n <path id=\"_Path_133\" data-name=\"<Path>\" d=\"M114.64,34.22A.64.64,0,0,0,114,35c.14.76.61.75.65,1.18h0c0-.43.5-.42.64-1.18A.64.64,0,0,0,114.64,34.22Z\" fill=\"#fff\"/>\n <rect id=\"_Rectangle_15\" data-name=\"<Rectangle>\" x=\"114.19\" y=\"31.52\" width=\"0.9\" height=\"0.9\" fill=\"#fff\"/>\n <rect id=\"_Path_134\" data-name=\"<Path>\" x=\"114.55\" y=\"0.02\" width=\"0.16\" height=\"32.24\" fill=\"#fff\"/>\n <path id=\"_Path_135\" data-name=\"<Path>\" d=\"M115,30.54a.34.34,0,1,1-.33-.33A.33.33,0,0,1,115,30.54Z\" fill=\"#fff\"/>\n <path id=\"_Path_136\" data-name=\"<Path>\" d=\"M115,29.43a.34.34,0,0,1-.67,0,.34.34,0,1,1,.67,0Z\" fill=\"#fff\"/>\n </g>\n <g id=\"item9\" class=\"item\">\n <rect id=\"_Path_137\" data-name=\"<Path>\" x=\"95.95\" width=\"0.16\" height=\"18.96\" fill=\"#fff\"/>\n <path id=\"_Path_138\" data-name=\"<Path>\" d=\"M96.57,17.57a.54.54,0,0,1-.54.54A.54.54,0,1,1,96,17,.54.54,0,0,1,96.57,17.57Z\" fill=\"#fff\"/>\n <path id=\"_Path_139\" data-name=\"<Path>\" d=\"M96.57,16a.54.54,0,0,1-.54.54.54.54,0,0,1-.54-.54.55.55,0,0,1,.54-.54A.54.54,0,0,1,96.57,16Z\" fill=\"#fff\"/>\n <path id=\"_Path_140\" data-name=\"<Path>\" d=\"M96.34,19.46l.16-.5h-.93l.13.5.33,0Z\" fill=\"#fff\"/>\n <g id=\"_Group_14\" data-name=\"<Group>\">\n <path id=\"_Compound_Path_3\" data-name=\"<Compound Path>\" d=\"M100.72,18c-.09-2.2-3.87,1.51-4.23,1.87a.07.07,0,0,0,0,.06v.44a.09.09,0,0,0,0,.07c.36.36,4.13,4.06,4.23,1.87A29.52,29.52,0,0,0,100.72,18Zm-.32,3.92c-.08,1.86-3.28-1.28-3.58-1.58a.09.09,0,0,1,0-.06v-.37a.09.09,0,0,1,0-.06c.3-.3,3.51-3.45,3.58-1.58A24.7,24.7,0,0,1,100.4,21.94Z\" fill=\"#fff\"/>\n <path id=\"_Compound_Path_4\" data-name=\"<Compound Path>\" d=\"M100,18.87c-.07-1.33-3.12.91-3.41,1.13,0,0,0,0,0,0v.26s0,0,0,0c.29.22,3.32,2.46,3.41,1.14A14.22,14.22,0,0,0,100,18.87Zm-.26,2.37c-.07,1.13-2.65-.77-2.89-1,0,0,0,0,0,0V20l0,0c.24-.19,2.83-2.09,2.89-1A10.88,10.88,0,0,1,99.75,21.24Z\" fill=\"#fff\"/>\n <path id=\"_Compound_Path_5\" data-name=\"<Compound Path>\" d=\"M92.06,21.48c.08,1.32,3.12-.92,3.41-1.14,0,0,0,0,0,0V20s0,0,0,0c-.29-.22-3.34-2.46-3.41-1.13A13.39,13.39,0,0,0,92.06,21.48ZM92.32,19c.06-1.13,2.64.77,2.89,1l0,0v.23s0,0,0,0c-.25.19-2.82,2.09-2.89,1A10.88,10.88,0,0,1,92.32,19Z\" fill=\"#fff\"/>\n <path id=\"_Compound_Path_6\" data-name=\"<Compound Path>\" d=\"M95.61,20.39V20a.07.07,0,0,0,0-.06c-.35-.35-4.14-4.08-4.23-1.87a29.52,29.52,0,0,0,0,4.31c.1,2.2,3.89-1.53,4.23-1.87A.09.09,0,0,0,95.61,20.39Zm-.34-.09s0,0,0,.05c-.29.3-3.5,3.46-3.59,1.59a26.15,26.15,0,0,1,0-3.65c.08-1.87,3.3,1.29,3.59,1.58a.06.06,0,0,1,0,.05Z\" fill=\"#fff\"/>\n <rect id=\"_Path_141\" data-name=\"<Path>\" x=\"95.83\" y=\"19.91\" width=\"0.4\" height=\"0.51\" rx=\"0.09\" ry=\"0.09\" fill=\"#fff\"/>\n <path id=\"_Path_142\" data-name=\"<Path>\" d=\"M92.68,24.8c-.4.58-.87,1.05-.72,1.14s1-.44,1-.44-.31.85-.09.85a48,48,0,0,0,3-5.72C95.72,20.57,93.09,24.22,92.68,24.8Z\" fill=\"#fff\"/>\n <path id=\"_Path_143\" data-name=\"<Path>\" d=\"M96.24,20.63a55.46,55.46,0,0,0,3.3,5.28c.13-.05-.13-.89-.13-.89s.78.35.9.24A47.13,47.13,0,0,0,96.24,20.63Z\" fill=\"#fff\"/>\n </g>\n </g>\n <g id=\"item8\" class=\"item\">\n <g id=\"_Group_15\" data-name=\"<Group>\">\n <path id=\"_Path_144\" data-name=\"<Path>\" d=\"M80.79,28.44c-2.36,0-4.81,2.25-2.12,4,2.09,1.37,2.12,2.23,2.12,2.23s0-.86,2.13-2.23C85.6,30.69,83.15,28.44,80.79,28.44Z\" fill=\"#fff\"/>\n <path id=\"_Path_145\" data-name=\"<Path>\" d=\"M80.79,29.37c-1.79,0-3.67,1.72-1.62,3.06,1.59,1,1.62,1.7,1.62,1.7s0-.65,1.62-1.7C84.46,31.09,82.59,29.37,80.79,29.37Z\" fill=\"#e83756\"/>\n <path id=\"_Path_146\" data-name=\"<Path>\" d=\"M81.55,28.51a1.31,1.31,0,0,1-.41-.76h-.7a1.33,1.33,0,0,1-.4.76l-.35.3h2.2Z\" fill=\"#fff\"/>\n <rect id=\"_Rectangle_16\" data-name=\"<Rectangle>\" x=\"80.3\" y=\"27.75\" width=\"0.98\" height=\"0.21\" rx=\"0.03\" ry=\"0.03\" fill=\"#fff\"/>\n <path id=\"_Path_147\" data-name=\"<Path>\" d=\"M81.11,27.93h-.65s-.06,0-.06,0l0-.21,0,0h.65a0,0,0,0,1,0,0l0,.21S81.13,27.93,81.11,27.93Z\" fill=\"#fff\"/>\n </g>\n <rect id=\"_Path_148\" data-name=\"<Path>\" x=\"80.71\" width=\"0.16\" height=\"28.53\" fill=\"#fff\"/>\n <circle id=\"_Path_149\" data-name=\"<Path>\" cx=\"80.79\" cy=\"25.42\" r=\"0.39\" fill=\"#fff\"/>\n <path id=\"_Path_150\" data-name=\"<Path>\" d=\"M81.18,26.73a.39.39,0,0,1-.39.38.38.38,0,1,1,0-.76A.39.39,0,0,1,81.18,26.73Z\" fill=\"#fff\"/>\n </g>\n <g id=\"item7\" class=\"item\">\n <path id=\"_Rectangle_17\" data-name=\"<Rectangle>\" d=\"M62.26,41.42h7.13a0,0,0,0,1,0,0v4a.49.49,0,0,1-.49.49H62.74a.49.49,0,0,1-.49-.49v-4A0,0,0,0,1,62.26,41.42Z\" fill=\"#fff\" stroke=\"#fff\" stroke-miterlimit=\"10\" stroke-width=\"0.5\"/>\n <path id=\"_Rectangle_18\" data-name=\"<Rectangle>\" d=\"M62.29,39.69h7.06a.36.36,0,0,1,.36.36v1.14a0,0,0,0,1,0,0H61.93a0,0,0,0,1,0,0V40A.36.36,0,0,1,62.29,39.69Z\" fill=\"#fff\"/>\n <g id=\"_Group_16\" data-name=\"<Group>\">\n <path id=\"_Path_151\" data-name=\"<Path>\" d=\"M63.54,42.74c.09,0,.6-.28.6-.28s-.19.53,0,.53a10.86,10.86,0,0,0,.9-1.57h-.56c-.2.28-.37.51-.43.61C63.74,42.39,63.45,42.68,63.54,42.74Z\" fill=\"#e83756\"/>\n <path id=\"_Path_152\" data-name=\"<Path>\" d=\"M65.84,39.69h-.12c-.28.34-.74,1-1.12,1.5h.5C65.41,40.6,65.69,40,65.84,39.69Z\" fill=\"#e83756\"/>\n <path id=\"_Path_153\" data-name=\"<Path>\" d=\"M68.28,42.72c.09,0-.08-.56-.08-.56s.49.22.57.16a5.48,5.48,0,0,0-.71-.9H67.4A10.84,10.84,0,0,0,68.28,42.72Z\" fill=\"#e83756\"/>\n <path id=\"_Path_154\" data-name=\"<Path>\" d=\"M67.86,41.19c-.48-.55-1-1.16-1.36-1.5h-.15c.19.33.55.92.91,1.5Z\" fill=\"#e83756\"/>\n </g>\n <rect id=\"_Path_155\" data-name=\"<Path>\" x=\"66.04\" width=\"0.16\" height=\"38.95\" fill=\"#fff\"/>\n <path id=\"_Path_156\" data-name=\"<Path>\" d=\"M66.66,37.56a.54.54,0,0,1-.54.54.54.54,0,1,1,0-1.08A.54.54,0,0,1,66.66,37.56Z\" fill=\"#fff\"/>\n <path id=\"_Path_157\" data-name=\"<Path>\" d=\"M66.66,35.94a.54.54,0,0,1-.54.54.54.54,0,1,1,0-1.08A.54.54,0,0,1,66.66,35.94Z\" fill=\"#fff\"/>\n <path id=\"_Path_158\" data-name=\"<Path>\" d=\"M66.42,39.45l.16-.5h-.93l.13.5.34,0Z\" fill=\"#fff\"/>\n <rect id=\"_Rectangle_19\" data-name=\"<Rectangle>\" x=\"65.79\" y=\"41.42\" width=\"0.6\" height=\"4.47\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_20\" data-name=\"<Rectangle>\" x=\"65.73\" y=\"39.69\" width=\"0.72\" height=\"1.5\" fill=\"#e83756\"/>\n <path id=\"_Path_159\" data-name=\"<Path>\" d=\"M62.93,42.05a.26.26,0,0,1-.52,0,.26.26,0,0,1,.52,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_160\" data-name=\"<Path>\" d=\"M64.25,43.71a.5.5,0,0,1-.5.51.51.51,0,1,1,0-1A.5.5,0,0,1,64.25,43.71Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_161\" data-name=\"<Path>\" cx=\"65.12\" cy=\"43.75\" r=\"0.31\" fill=\"#e83756\"/>\n <path id=\"_Path_162\" data-name=\"<Path>\" d=\"M63.52,45.31a.22.22,0,0,1-.44,0,.22.22,0,1,1,.44,0Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_163\" data-name=\"<Path>\" cx=\"64.62\" cy=\"45.27\" r=\"0.19\" fill=\"#e83756\"/>\n <path id=\"_Path_164\" data-name=\"<Path>\" d=\"M67.64,44.56a.35.35,0,0,1-.35.35.35.35,0,0,1,0-.69A.35.35,0,0,1,67.64,44.56Z\" fill=\"#e83756\"/>\n <path id=\"_Path_165\" data-name=\"<Path>\" d=\"M67.74,42.6a.4.4,0,1,1-.4-.39A.39.39,0,0,1,67.74,42.6Z\" fill=\"#e83756\"/>\n <path id=\"_Path_166\" data-name=\"<Path>\" d=\"M69.14,43.72a.29.29,0,0,1-.28.28.28.28,0,0,1-.28-.28.27.27,0,0,1,.28-.28A.28.28,0,0,1,69.14,43.72Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_167\" data-name=\"<Path>\" cx=\"68.75\" cy=\"44.74\" r=\"0.17\" fill=\"#e83756\"/>\n <circle id=\"_Path_168\" data-name=\"<Path>\" cx=\"68.2\" cy=\"45.83\" r=\"0.12\" fill=\"#e83756\"/>\n <path id=\"_Path_169\" data-name=\"<Path>\" d=\"M69.42,41.93a.14.14,0,0,1-.14.14.14.14,0,0,1,0-.28A.14.14,0,0,1,69.42,41.93Z\" fill=\"#e83756\"/>\n <path id=\"_Path_170\" data-name=\"<Path>\" d=\"M69.28,40.28a.18.18,0,1,1-.18-.18A.18.18,0,0,1,69.28,40.28Z\" fill=\"#e83756\"/>\n <path id=\"_Path_171\" data-name=\"<Path>\" d=\"M63.16,40.22a.25.25,0,1,1-.49,0,.25.25,0,0,1,.49,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_172\" data-name=\"<Path>\" d=\"M64.25,40.47a.18.18,0,1,1-.36,0,.18.18,0,1,1,.36,0Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_173\" data-name=\"<Path>\" cx=\"67.76\" cy=\"40.1\" r=\"0.12\" fill=\"#e83756\"/>\n </g>\n <g id=\"item6\" class=\"item\">\n <g id=\"_Group_17\" data-name=\"<Group>\">\n <path id=\"_Path_174\" data-name=\"<Path>\" d=\"M43.07,47.29a.2.2,0,0,0-.09.29l1.41,2.77a.53.53,0,0,1-.23.72h0c-1.28.66-2.2,2.43-1.55,3.71l.14.27a1,1,0,0,0,1.37.45l3.39-1.73,1.78-.91a1.24,1.24,0,0,0,.54-1.65L47,45.58a.23.23,0,0,0-.31-.11Z\" fill=\"#fff\"/>\n <path id=\"_Path_175\" data-name=\"<Path>\" d=\"M46,43.43l-4.16,2.29a.26.26,0,0,0-.1.37l.64,1a.22.22,0,0,0,.29.08l4.09-2.09a.28.28,0,0,0,.14-.35l-.44-1.17A.33.33,0,0,0,46,43.43Z\" fill=\"#fff\"/>\n <g id=\"_Clip_Group_3\" data-name=\"<Clip Group>\">\n <g clip-path=\"url(#clip-path-3)\">\n <g id=\"_Group_18\" data-name=\"<Group>\">\n <path id=\"_Path_176\" data-name=\"<Path>\" d=\"M43.11,48.66l1.12-.76-.11.35c0,.25-.21.54-.13.79s0,.2.17.36a.24.24,0,0,0,.25.07,2.55,2.55,0,0,0,1.09-1,8.67,8.67,0,0,1,.57-1c0-.15.19-.17.41,0,.5-.09.53,0,.11.42-.14.52-2.29,2.58-1.44,3.29.56.48,1.13-.31,1.54-.7a10.93,10.93,0,0,1,1.22-1.23l.33,1a7.44,7.44,0,0,1-1.13.8c-1.21.74-2.49.8-3.75,1.31-1.09.45-1.72,2.87-.16,2.61a8.74,8.74,0,0,0,2.26-1.38c.57-.39,3.59-2.48,2.61-.65-.54,1-1.26,1.64-.67,2.88a.24.24,0,0,0,.21.13c.7,0,1-.34,1.49-.84.22-.23-.13-.59-.35-.35-.32.53-.66.4-1-.38A3.56,3.56,0,0,1,48.82,53c0-.13.22-.11.23-.27a.93.93,0,0,0-.4-.93c-1.53-.94-3.82,1.93-5,2.24l-.49.33c-.23-1.13.11-1.71,1-1.73.54-.26,1.3-.29,1.87-.52A6.6,6.6,0,0,0,49,50.18c.39-.6.55-1.72-.45-1.8s-1.47,1.34-2.2,1.72c-.51.64-.62.49-.34-.42.16-.27.33-.53.5-.79a6.7,6.7,0,0,0,1-1.62c.27-.87.06-1.65-.91-1.24-.75.32-.84,1.08-1.21,1.72-1.22,2.07-.4,0-.71-.57-.8-1.43-1.88.67-2.06,1.35a.25.25,0,0,0,.48.13Z\" fill=\"#e83756\"/>\n </g>\n </g>\n </g>\n </g>\n <g id=\"_Group_19\" data-name=\"<Group>\">\n <path id=\"_Path_177\" data-name=\"<Path>\" d=\"M43.68,50.34a.79.79,0,0,1-.29.55h0a.68.68,0,0,0,.72-.63.69.69,0,0,0-.63-.72.86.86,0,0,0-.28,0A.79.79,0,0,1,43.68,50.34Z\" fill=\"#fff\"/>\n <path id=\"_Path_178\" data-name=\"<Path>\" d=\"M42.25,50.25a.66.66,0,1,1,.61.7A.66.66,0,0,1,42.25,50.25Z\" fill=\"#fff\"/>\n </g>\n <polygon id=\"_Path_179\" data-name=\"<Path>\" points=\"43.38 49.48 43.41 49.48 43.23 48.13 43.18 48.03 43.38 49.48\" fill=\"#fff\"/>\n <polygon id=\"_Path_180\" data-name=\"<Path>\" points=\"42.92 49.57 42.95 49.57 43.07 47.81 43.04 47.74 42.92 49.57\" fill=\"#fff\"/>\n <rect id=\"_Path_181\" data-name=\"<Path>\" x=\"46.1\" width=\"0.16\" height=\"42.72\" fill=\"#fff\"/>\n <path id=\"_Path_182\" data-name=\"<Path>\" d=\"M46.72,41.34a.54.54,0,0,1-1.08,0,.54.54,0,0,1,1.08,0Z\" fill=\"#fff\"/>\n <path id=\"_Path_183\" data-name=\"<Path>\" d=\"M46.72,39.72a.54.54,0,1,1-.54-.54A.54.54,0,0,1,46.72,39.72Z\" fill=\"#fff\"/>\n <path id=\"_Path_184\" data-name=\"<Path>\" d=\"M46.47,43.22l.16-.5H45.7l.13.51a1.87,1.87,0,0,1,.34,0Z\" fill=\"#fff\"/>\n </g>\n <g id=\"item5\" class=\"item\">\n <rect id=\"_Path_185\" data-name=\"<Path>\" x=\"35.5\" width=\"0.16\" height=\"69.85\" fill=\"#fff\"/>\n <path id=\"_Path_186\" data-name=\"<Path>\" d=\"M36.12,68.47a.55.55,0,0,1-.54.54.54.54,0,0,1-.54-.54.54.54,0,0,1,.54-.54A.54.54,0,0,1,36.12,68.47Z\" fill=\"#fff\"/>\n <path id=\"_Path_187\" data-name=\"<Path>\" d=\"M36.12,66.85a.54.54,0,0,1-.54.54.54.54,0,0,1,0-1.08A.54.54,0,0,1,36.12,66.85Z\" fill=\"#fff\"/>\n <path id=\"_Path_188\" data-name=\"<Path>\" d=\"M35.88,70.35l.16-.5h-.93l.13.51a1.87,1.87,0,0,1,.34,0Z\" fill=\"#fff\"/>\n <g id=\"_Group_20\" data-name=\"<Group>\">\n <path id=\"_Compound_Path_7\" data-name=\"<Compound Path>\" d=\"M40.26,68.91c-.09-2.2-3.87,1.51-4.23,1.87a.08.08,0,0,0,0,.07v.43a.08.08,0,0,0,0,.07c.36.36,4.13,4.07,4.23,1.87A29.53,29.53,0,0,0,40.26,68.91ZM40,72.84c-.09,1.86-3.29-1.28-3.59-1.59a.06.06,0,0,1,0-.06v-.37a.05.05,0,0,1,0,0c.3-.31,3.51-3.45,3.59-1.59A26.3,26.3,0,0,1,40,72.84Z\" fill=\"#fff\"/>\n <path id=\"_Compound_Path_8\" data-name=\"<Compound Path>\" d=\"M39.55,69.76c-.07-1.33-3.12.92-3.41,1.13a0,0,0,0,0,0,0v.27a0,0,0,0,0,0,0c.29.22,3.33,2.46,3.41,1.13A13.39,13.39,0,0,0,39.55,69.76Zm-.26,2.38c-.07,1.12-2.64-.78-2.89-1a.05.05,0,0,1,0,0v-.22a.08.08,0,0,1,0,0c.25-.18,2.83-2.08,2.89-.95A10.88,10.88,0,0,1,39.29,72.14Z\" fill=\"#fff\"/>\n <path id=\"_Compound_Path_9\" data-name=\"<Compound Path>\" d=\"M31.6,72.37c.09,1.33,3.12-.91,3.41-1.13a.05.05,0,0,0,0,0v-.27a.05.05,0,0,0,0,0c-.29-.21-3.33-2.46-3.41-1.13A14.22,14.22,0,0,0,31.6,72.37Zm.26-2.44c.06-1.13,2.65.77,2.89.95a0,0,0,0,1,0,0v.22s0,0,0,0c-.24.18-2.82,2.08-2.89,1A10.88,10.88,0,0,1,31.86,69.93Z\" fill=\"#fff\"/>\n <path id=\"_Compound_Path_10\" data-name=\"<Compound Path>\" d=\"M35.15,71.29v-.45a.09.09,0,0,0,0-.06c-.34-.34-4.14-4.07-4.23-1.87a29.53,29.53,0,0,0,0,4.31c.1,2.2,3.89-1.53,4.23-1.87A.09.09,0,0,0,35.15,71.29Zm-.33-.09a.08.08,0,0,1,0,0c-.3.29-3.51,3.45-3.6,1.59a27.94,27.94,0,0,1,0-3.66c.08-1.87,3.3,1.3,3.6,1.59a.08.08,0,0,1,0,0Z\" fill=\"#fff\"/>\n <rect id=\"_Path_189\" data-name=\"<Path>\" x=\"35.38\" y=\"70.81\" width=\"0.4\" height=\"0.51\" rx=\"0.09\" ry=\"0.09\" fill=\"#fff\"/>\n <path id=\"_Path_190\" data-name=\"<Path>\" d=\"M32.23,75.69c-.41.59-.88,1-.73,1.14s1-.44,1-.44-.3.85-.09.85a47.25,47.25,0,0,0,3-5.72C35.26,71.47,32.64,75.11,32.23,75.69Z\" fill=\"#fff\"/>\n <path id=\"_Path_191\" data-name=\"<Path>\" d=\"M35.78,71.52a54.38,54.38,0,0,0,3.3,5.29c.14,0-.13-.9-.13-.9s.78.35.91.25A48.54,48.54,0,0,0,35.78,71.52Z\" fill=\"#fff\"/>\n </g>\n </g>\n <g id=\"item4\" class=\"item\">\n <g id=\"_Group_21\" data-name=\"<Group>\">\n <path id=\"_Path_192\" data-name=\"<Path>\" d=\"M36.47,86.46c-.13-3.13-5.52,2.15-6,2.67a.11.11,0,0,0,0,.09v.63a.11.11,0,0,0,0,.09c.51.52,5.88,5.8,6,2.67A42.08,42.08,0,0,0,36.47,86.46Z\" fill=\"#fff\"/>\n <path id=\"_Path_193\" data-name=\"<Path>\" d=\"M34.39,87.52c-.09-2.06-3.63,1.41-4,1.75a.14.14,0,0,0,0,.06v.41a.11.11,0,0,0,0,.06c.34.34,3.87,3.81,4,1.75A30.11,30.11,0,0,0,34.39,87.52Z\" fill=\"#e83756\"/>\n <path id=\"_Path_194\" data-name=\"<Path>\" d=\"M23.1,86.46c.13-3.14,5.54,2.18,6,2.67a.16.16,0,0,1,0,.09v.63a.12.12,0,0,1,0,.09c-.49.49-5.89,5.81-6,2.67A42.08,42.08,0,0,1,23.1,86.46Z\" fill=\"#fff\"/>\n <rect id=\"_Rectangle_21\" data-name=\"<Rectangle>\" x=\"29.5\" y=\"89.17\" width=\"0.57\" height=\"0.73\" rx=\"0.03\" ry=\"0.03\" fill=\"#fff\"/>\n <path id=\"_Path_195\" data-name=\"<Path>\" d=\"M25.1,87.52c.08-2.06,3.63,1.41,4,1.75a.09.09,0,0,1,0,.06v.41a.07.07,0,0,1,0,.06c-.33.34-3.86,3.81-4,1.75A28.53,28.53,0,0,1,25.1,87.52Z\" fill=\"#e83756\"/>\n <path id=\"_Path_196\" data-name=\"<Path>\" d=\"M29.46,90.19c-.12-.08-3.87,5.12-4.45,6s-1.25,1.5-1,1.62,1.37-.62,1.37-.62-.43,1.2-.13,1.2S29.58,90.26,29.46,90.19Z\" fill=\"#fff\"/>\n <path id=\"_Path_197\" data-name=\"<Path>\" d=\"M30.08,90.19a67.5,67.5,0,0,1,5.81,6.61c-.18.15-1.29-.35-1.29-.35s.38,1.2.19,1.28A78.47,78.47,0,0,1,30.08,90.19Z\" fill=\"#fff\"/>\n </g>\n <rect id=\"_Path_198\" data-name=\"<Path>\" x=\"29.72\" width=\"0.16\" height=\"88.36\" fill=\"#fff\"/>\n <path id=\"_Path_199\" data-name=\"<Path>\" d=\"M30.34,87a.54.54,0,0,1-.54.54.54.54,0,1,1,0-1.08A.54.54,0,0,1,30.34,87Z\" fill=\"#fff\"/>\n <path id=\"_Path_200\" data-name=\"<Path>\" d=\"M30.34,85.35a.54.54,0,0,1-.54.54.54.54,0,1,1,0-1.08A.54.54,0,0,1,30.34,85.35Z\" fill=\"#fff\"/>\n <path id=\"_Path_201\" data-name=\"<Path>\" d=\"M30.09,88.86l.16-.5h-.93l.13.5.33,0A1.56,1.56,0,0,1,30.09,88.86Z\" fill=\"#fff\"/>\n </g>\n <g id=\"item3\" class=\"item\">\n <rect id=\"_Path_202\" data-name=\"<Path>\" x=\"23.94\" width=\"0.16\" height=\"37.16\" fill=\"#fff\"/>\n <path id=\"_Path_203\" data-name=\"<Path>\" d=\"M24.56,35.78a.54.54,0,1,1-.54-.54A.54.54,0,0,1,24.56,35.78Z\" fill=\"#fff\"/>\n <path id=\"_Path_204\" data-name=\"<Path>\" d=\"M24.56,34.16a.54.54,0,1,1-.54-.54A.54.54,0,0,1,24.56,34.16Z\" fill=\"#fff\"/>\n <path id=\"_Path_205\" data-name=\"<Path>\" d=\"M24.33,37.66l.15-.5h-.92l.12.51.34,0Z\" fill=\"#fff\"/>\n <g id=\"_Group_22\" data-name=\"<Group>\">\n <path id=\"_Rectangle_22\" data-name=\"<Rectangle>\" d=\"M20.33,40.51h7.13a0,0,0,0,1,0,0v4A.49.49,0,0,1,27,45H20.82a.49.49,0,0,1-.49-.49v-4A0,0,0,0,1,20.33,40.51Z\" fill=\"#fff\"/>\n <path id=\"_Rectangle_23\" data-name=\"<Rectangle>\" d=\"M20.36,38.78h7.06a.36.36,0,0,1,.36.36v1.14a0,0,0,0,1,0,0H20a0,0,0,0,1,0,0V39.14A.36.36,0,0,1,20.36,38.78Z\" fill=\"#fff\"/>\n <g id=\"_Group_23\" data-name=\"<Group>\">\n <path id=\"_Compound_Path_11\" data-name=\"<Compound Path>\" d=\"M27,36.88c-.06-1.37-2.42.94-2.64,1.17,0,0,0,0,0,0v.27s0,0,0,0c.22.23,2.57,2.55,2.64,1.17A18.58,18.58,0,0,0,27,36.88Zm-.2,2.45c-.05,1.17-2.05-.8-2.24-1l0,0v-.24l0,0c.19-.19,2.19-2.16,2.24-1A15.77,15.77,0,0,1,26.75,39.33Z\" fill=\"#fff\"/>\n <path id=\"_Compound_Path_12\" data-name=\"<Compound Path>\" d=\"M23.75,38.36v-.27s0,0,0,0c-.22-.22-2.59-2.55-2.65-1.17a18.58,18.58,0,0,0,0,2.69c.07,1.38,2.43-1,2.65-1.17C23.75,38.39,23.75,38.38,23.75,38.36Zm-.21,0a0,0,0,0,1,0,0c-.18.18-2.19,2.16-2.24,1a15.77,15.77,0,0,1,0-2.28c.05-1.17,2.06.81,2.24,1a0,0,0,0,1,0,0Z\" fill=\"#fff\"/>\n <rect id=\"_Path_206\" data-name=\"<Path>\" x=\"23.89\" y=\"38.06\" width=\"0.25\" height=\"0.32\" rx=\"0.06\" ry=\"0.06\" fill=\"#fff\"/>\n <g id=\"_Group_24\" data-name=\"<Group>\">\n <path id=\"_Path_207\" data-name=\"<Path>\" d=\"M23.88,38.51a1.32,1.32,0,0,0-.23.27h.12A.86.86,0,0,0,23.88,38.51Z\" fill=\"#fff\"/>\n <path id=\"_Path_208\" data-name=\"<Path>\" d=\"M21.47,41.83c.09.05.6-.27.6-.27s-.19.52-.05.52a10.86,10.86,0,0,0,.9-1.57h-.56c-.2.28-.37.51-.43.61C21.67,41.48,21.38,41.77,21.47,41.83Z\" fill=\"#fff\"/>\n <path id=\"_Path_209\" data-name=\"<Path>\" d=\"M23.77,38.78h-.12c-.28.35-.74,1-1.12,1.5H23C23.33,39.69,23.62,39.1,23.77,38.78Z\" fill=\"#fff\"/>\n <path id=\"_Path_210\" data-name=\"<Path>\" d=\"M24.15,38.51a1,1,0,0,0,.13.27h.15A1.59,1.59,0,0,0,24.15,38.51Z\" fill=\"#fff\"/>\n <path id=\"_Path_211\" data-name=\"<Path>\" d=\"M26.21,41.81c.09,0-.08-.56-.08-.56s.49.22.56.16a5.34,5.34,0,0,0-.7-.9h-.66A9.63,9.63,0,0,0,26.21,41.81Z\" fill=\"#fff\"/>\n <path id=\"_Path_212\" data-name=\"<Path>\" d=\"M25.79,40.28c-.48-.55-1-1.16-1.36-1.5h-.15c.19.33.55.92.91,1.5Z\" fill=\"#fff\"/>\n </g>\n </g>\n <g id=\"_Group_25\" data-name=\"<Group>\">\n <path id=\"_Path_213\" data-name=\"<Path>\" d=\"M27,38.78h-.17c0,.15,0,.33,0,.55,0,.86-1.13,0-1.78-.55H24.7c.73.67,2.2,1.87,2.25.79,0-.34,0-.59,0-.79Z\" fill=\"#e83756\"/>\n <path id=\"_Path_214\" data-name=\"<Path>\" d=\"M23.07,38.78c-.66.57-1.74,1.41-1.78.55,0-.22,0-.4,0-.55h-.21c0,.2,0,.45,0,.79.05,1.08,1.52-.12,2.25-.79Z\" fill=\"#e83756\"/>\n <path id=\"_Path_215\" data-name=\"<Path>\" d=\"M21.93,41.12c-.26.36-.55.65-.46.71s.6-.27.6-.27-.19.52-.05.52a10.86,10.86,0,0,0,.9-1.57h-.56C22.16,40.79,22,41,21.93,41.12Z\" fill=\"#e83756\"/>\n <path id=\"_Path_216\" data-name=\"<Path>\" d=\"M22.53,40.28H23c.3-.59.59-1.18.74-1.5h-.13C23.37,39.13,22.91,39.75,22.53,40.28Z\" fill=\"#e83756\"/>\n <path id=\"_Path_217\" data-name=\"<Path>\" d=\"M25.33,40.51a10.84,10.84,0,0,0,.88,1.3c.09,0-.08-.56-.08-.56s.49.22.56.16a5.34,5.34,0,0,0-.7-.9Z\" fill=\"#e83756\"/>\n <path id=\"_Path_218\" data-name=\"<Path>\" d=\"M24.43,38.78h-.15c.19.33.55.92.91,1.5h.6C25.31,39.73,24.75,39.12,24.43,38.78Z\" fill=\"#e83756\"/>\n </g>\n </g>\n <rect id=\"_Rectangle_24\" data-name=\"<Rectangle>\" x=\"23.85\" y=\"38.78\" width=\"0.33\" height=\"6.2\" fill=\"#e83756\"/>\n <path id=\"_Path_219\" data-name=\"<Path>\" d=\"M21.16,41.15a.22.22,0,0,1-.21.21.21.21,0,0,1-.21-.21.21.21,0,0,1,.21-.21A.21.21,0,0,1,21.16,41.15Z\" fill=\"#e83756\"/>\n <path id=\"_Path_220\" data-name=\"<Path>\" d=\"M22.61,43.21a.21.21,0,0,1-.21.21.21.21,0,1,1,0-.42A.21.21,0,0,1,22.61,43.21Z\" fill=\"#e83756\"/>\n <path id=\"_Path_221\" data-name=\"<Path>\" d=\"M25.64,41.88a.21.21,0,0,1-.21.21.22.22,0,0,1-.21-.21.21.21,0,0,1,.21-.21A.21.21,0,0,1,25.64,41.88Z\" fill=\"#e83756\"/>\n <path id=\"_Path_222\" data-name=\"<Path>\" d=\"M23.43,44.3a.21.21,0,0,1-.42,0,.21.21,0,0,1,.42,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_223\" data-name=\"<Path>\" d=\"M21.25,42.74A.21.21,0,0,1,21,43a.22.22,0,0,1,0-.43A.21.21,0,0,1,21.25,42.74Z\" fill=\"#e83756\"/>\n <path id=\"_Path_224\" data-name=\"<Path>\" d=\"M26.12,44.39a.21.21,0,1,1-.21-.21A.21.21,0,0,1,26.12,44.39Z\" fill=\"#e83756\"/>\n <path id=\"_Path_225\" data-name=\"<Path>\" d=\"M24.91,41a.21.21,0,0,1-.21.21.21.21,0,0,1,0-.42A.21.21,0,0,1,24.91,41Z\" fill=\"#e83756\"/>\n <path id=\"_Path_226\" data-name=\"<Path>\" d=\"M27.2,44a.21.21,0,0,1-.21.21.21.21,0,1,1,0-.42A.21.21,0,0,1,27.2,44Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_227\" data-name=\"<Path>\" cx=\"25.43\" cy=\"43.42\" r=\"0.41\" fill=\"#e83756\"/>\n <path id=\"_Path_228\" data-name=\"<Path>\" d=\"M23.32,42a.41.41,0,1,1-.81,0,.41.41,0,1,1,.81,0Z\" fill=\"#e83756\"/>\n <path id=\"_Path_229\" data-name=\"<Path>\" d=\"M21.57,44.3a.42.42,0,0,1-.41.41.41.41,0,0,1-.41-.41.41.41,0,0,1,.41-.41A.41.41,0,0,1,21.57,44.3Z\" fill=\"#e83756\"/>\n <path id=\"_Path_230\" data-name=\"<Path>\" d=\"M27.11,42.5a.42.42,0,0,1-.41.41.41.41,0,0,1-.41-.41.41.41,0,0,1,.41-.41A.41.41,0,0,1,27.11,42.5Z\" fill=\"#e83756\"/>\n <circle id=\"_Path_231\" data-name=\"<Path>\" cx=\"20.5\" cy=\"39.51\" r=\"0.32\" fill=\"#e83756\"/>\n <path id=\"_Path_232\" data-name=\"<Path>\" d=\"M27.75,39.19a.32.32,0,0,1-.64,0,.32.32,0,1,1,.64,0Z\" fill=\"#e83756\"/>\n </g>\n <g id=\"item2\" class=\"item\">\n <g id=\"_Group_26\" data-name=\"<Group>\">\n <path id=\"_Path_233\" data-name=\"<Path>\" d=\"M12.46,64.59a.23.23,0,0,0-.22.24l.09,3.41a.58.58,0,0,1-.57.6h0c-1.56,0-3.31,1.36-3.27,2.93v.34A1.13,1.13,0,0,0,9.65,73.2l4.16-.12L16,73a1.34,1.34,0,0,0,1.3-1.38l-.19-6.92a.25.25,0,0,0-.26-.25Z\" fill=\"#fff\"/>\n <path id=\"_Path_234\" data-name=\"<Path>\" d=\"M17.15,62.14,12,62.45a.29.29,0,0,0-.27.32l.15,1.32a.24.24,0,0,0,.25.22l5-.14a.31.31,0,0,0,.3-.28l.11-1.36A.36.36,0,0,0,17.15,62.14Z\" fill=\"#fff\"/>\n </g>\n <rect id=\"_Path_235\" data-name=\"<Path>\" x=\"14.45\" width=\"0.16\" height=\"61.55\" fill=\"#fff\"/>\n <path id=\"_Path_236\" data-name=\"<Path>\" d=\"M15.07,60.16a.54.54,0,1,1-.54-.54A.54.54,0,0,1,15.07,60.16Z\" fill=\"#fff\"/>\n <path id=\"_Path_237\" data-name=\"<Path>\" d=\"M15.07,58.54a.54.54,0,1,1-.54-.54A.54.54,0,0,1,15.07,58.54Z\" fill=\"#fff\"/>\n <path id=\"_Path_238\" data-name=\"<Path>\" d=\"M14.82,62.05l.16-.5h-.93l.13.5.34,0A1.51,1.51,0,0,1,14.82,62.05Z\" fill=\"#fff\"/>\n <g id=\"_Clip_Group_4\" data-name=\"<Clip Group>\">\n <g clip-path=\"url(#clip-path-4)\">\n <g id=\"_Group_27\" data-name=\"<Group>\">\n <rect id=\"_Rectangle_26\" data-name=\"<Rectangle>\" x=\"-1.84\" y=\"68.71\" width=\"16.9\" height=\"0.32\" transform=\"translate(-42.43 20.06) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_27\" data-name=\"<Rectangle>\" x=\"-0.72\" y=\"68.71\" width=\"16.9\" height=\"0.32\" transform=\"translate(-42.17 20.78) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_28\" data-name=\"<Rectangle>\" x=\"0.4\" y=\"68.7\" width=\"16.9\" height=\"0.32\" transform=\"translate(-41.91 21.49) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_29\" data-name=\"<Rectangle>\" x=\"1.53\" y=\"68.7\" width=\"16.91\" height=\"0.32\" transform=\"translate(-41.65 22.21) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_30\" data-name=\"<Rectangle>\" x=\"2.65\" y=\"68.69\" width=\"16.9\" height=\"0.32\" transform=\"translate(-41.38 22.93) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_31\" data-name=\"<Rectangle>\" x=\"3.77\" y=\"68.69\" width=\"16.9\" height=\"0.32\" transform=\"translate(-41.12 23.64) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_32\" data-name=\"<Rectangle>\" x=\"4.9\" y=\"68.68\" width=\"16.9\" height=\"0.32\" transform=\"translate(-40.86 24.36) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_33\" data-name=\"<Rectangle>\" x=\"6.02\" y=\"68.68\" width=\"16.9\" height=\"0.32\" transform=\"translate(-40.6 25.07) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_34\" data-name=\"<Rectangle>\" x=\"7.14\" y=\"68.67\" width=\"16.9\" height=\"0.32\" transform=\"translate(-40.34 25.79) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_35\" data-name=\"<Rectangle>\" x=\"8.26\" y=\"68.67\" width=\"16.9\" height=\"0.32\" transform=\"translate(-40.08 26.5) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_36\" data-name=\"<Rectangle>\" x=\"9.39\" y=\"68.66\" width=\"16.9\" height=\"0.32\" transform=\"translate(-39.81 27.22) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_37\" data-name=\"<Rectangle>\" x=\"10.51\" y=\"68.66\" width=\"16.9\" height=\"0.32\" transform=\"translate(-39.55 27.93) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_38\" data-name=\"<Rectangle>\" x=\"11.63\" y=\"68.65\" width=\"16.9\" height=\"0.32\" transform=\"translate(-39.29 28.65) rotate(-39.65)\" fill=\"#e83756\"/>\n <rect id=\"_Rectangle_39\" data-name=\"<Rectangle>\" x=\"12.76\" y=\"68.65\" width=\"16.9\" height=\"0.32\" transform=\"translate(-39.03 29.36) rotate(-39.65)\" fill=\"#e83756\"/>\n </g>\n </g>\n </g>\n <path id=\"_Path_239\" data-name=\"<Path>\" d=\"M17.15,62.14,12,62.45a.29.29,0,0,0-.27.32l.15,1.32a.24.24,0,0,0,.25.22l5-.14a.31.31,0,0,0,.3-.28l.11-1.36A.36.36,0,0,0,17.15,62.14Z\" fill=\"#fff\"/>\n </g>\n <g id=\"item1\" class=\"item\">\n <path id=\"_Path_240\" data-name=\"<Path>\" d=\"M6.21,47.16s-2.7.05-2.22,2.67,2.12,2.58,2.22,4.06h0c.11-1.48,1.74-1.43,2.22-4.06S6.21,47.16,6.21,47.16Z\" fill=\"#fff\"/>\n <path id=\"_Path_241\" data-name=\"<Path>\" d=\"M6.21,48a1.66,1.66,0,0,0-1.69,2c.37,2,1.61,2,1.69,3.09h0C6.29,52,7.53,52,7.9,50A1.66,1.66,0,0,0,6.21,48Z\" fill=\"#e83756\"/>\n <path id=\"_Path_242\" data-name=\"<Path>\" d=\"M6.21,48.23A1.48,1.48,0,0,0,4.7,50.05c.33,1.8,1.44,1.76,1.51,2.77h0c.08-1,1.19-1,1.52-2.77A1.49,1.49,0,0,0,6.21,48.23Z\" fill=\"#fff\"/>\n <path id=\"_Path_243\" data-name=\"<Path>\" d=\"M6.21,48.76a1.14,1.14,0,0,0-1.16,1.4c.25,1.38,1.11,1.35,1.16,2.13h0c.06-.78.91-.75,1.17-2.13A1.14,1.14,0,0,0,6.21,48.76Z\" fill=\"#e83756\"/>\n <path id=\"_Path_244\" data-name=\"<Path>\" d=\"M6.21,48.94a1,1,0,0,0-1,1.26c.23,1.24,1,1.21,1,1.91h0c0-.7.82-.67,1-1.91A1,1,0,0,0,6.21,48.94Z\" fill=\"#fff\"/>\n <path id=\"_Path_245\" data-name=\"<Path>\" d=\"M6.21,49.43a.7.7,0,0,0-.72.87c.16.86.69.84.72,1.32h0c0-.48.57-.46.73-1.32A.71.71,0,0,0,6.21,49.43Z\" fill=\"#e83756\"/>\n <path id=\"_Path_246\" data-name=\"<Path>\" d=\"M6.21,49.54a.63.63,0,0,0-.64.78c.14.77.61.75.64,1.19h0c0-.44.51-.42.65-1.19A.64.64,0,0,0,6.21,49.54Z\" fill=\"#fff\"/>\n <rect id=\"_Rectangle_39\" data-name=\"<Rectangle>\" x=\"5.77\" y=\"46.84\" width=\"0.9\" height=\"0.9\" fill=\"#fff\"/>\n <rect id=\"_Path_247\" data-name=\"<Path>\" x=\"6.13\" width=\"0.16\" height=\"47.58\" fill=\"#fff\"/>\n <path id=\"_Path_248\" data-name=\"<Path>\" d=\"M6.55,45.86a.34.34,0,1,1-.34-.34A.34.34,0,0,1,6.55,45.86Z\" fill=\"#fff\"/>\n <path id=\"_Path_249\" data-name=\"<Path>\" d=\"M6.55,44.74a.34.34,0,1,1-.67,0,.34.34,0,0,1,.67,0Z\" fill=\"#fff\"/>\n </g>\n </g>\n <g id=\"logo\">\n <g id=\"trees\" class=\"pinheiros\">\n <path id=\"middle_tree\" d=\"M107.43,63.65s-1.75-2.09-1.67-2.51,1.8,0,1.8,0-3.73-5.58-3.63-6,1.89,0,1.89,0-3.74-5.85-3.66-6.12,1.68,0,1.68,0l-4-6.88-4,6.88s1.61-.25,1.68,0-3.65,6.12-3.65,6.12,1.83-.4,1.88,0-3.63,6-3.63,6,1.73-.37,1.8,0-1.67,2.51-1.67,2.51a16.71,16.71,0,0,1,15.13,0Z\" fill=\"#fff\"/>\n <path id=\"right_tree\" d=\"M119.92,63.65s-1.33-1.16-1.27-1.4,1.36,0,1.36,0-2.83-3.11-2.75-3.36,1.43,0,1.43,0-2.83-3.26-2.77-3.41,1.28,0,1.28,0l-3-3.83-3,3.83s1.22-.14,1.28,0-2.77,3.41-2.77,3.41,1.39-.23,1.43,0a38.66,38.66,0,0,1-2.75,3.36s1.3-.2,1.36,0-1.27,1.4-1.27,1.4a16.79,16.79,0,0,1,11.47,0Z\" fill=\"#fff\"/>\n <path id=\"left_tree\" d=\"M91.16,63.65s-1.33-1.16-1.27-1.4,1.36,0,1.36,0-2.83-3.11-2.75-3.36,1.43,0,1.43,0-2.83-3.26-2.77-3.41,1.28,0,1.28,0l-3-3.83-3,3.83s1.22-.14,1.28,0-2.78,3.41-2.78,3.41,1.4-.23,1.43,0a36.91,36.91,0,0,1-2.75,3.36s1.31-.2,1.37,0-1.27,1.4-1.27,1.4a16.79,16.79,0,0,1,11.47,0Z\" fill=\"#fff\"/>\n </g>\n </g>\n\n </svg>\n \n </div>\n <script></script>\n <div class=\"bottom_snow\">\n <svg id=\"bottom_snow\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 14.78\">\n <path id=\"bottom_snow\" d=\"M200,120V108.25a23.61,23.61,0,0,1-9.6,5.94c-10,3-19.12-2.33-28.54-7.33s-16.23,3-23.09,5.66-15,1.34-29.85-3.66-30.52-1.34-44,2.34-25.67,0-41.6-5c-9.1-2.86-17.64,1.14-23.3,5.1V120Z\" transform=\"translate(0 -105.22)\" fill=\"#4b8d4b18\"/>\n </svg>\n </div>\n \n </div>\n\n <canvas id=\"canvas\"></canvas>\n <div class=\"message\" id=\"mensagem\">Texto original aqui.</div>\n <script>\n document.getElementById('mensagem').textContent = getComputedStyle(document.documentElement).getPropertyValue('--textonovo');\n </script>\n <script>(function() {\n var requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame ||\n function(callback) {\n window.setTimeout(callback, 1000 / 60);\n };\n window.requestAnimationFrame = requestAnimationFrame;\n })();\n \n \n var flakes = [],\n canvas = document.getElementById(\"canvas\"),\n ctx = canvas.getContext(\"2d\"),\n flakeCount = 400,\n mX = -100,\n mY = -100\n \n canvas.width = window.innerWidth;\n canvas.height = window.innerHeight;\n \n function snow() {\n ctx.clearRect(0, 0, canvas.width, canvas.height);\n \n for (var i = 0; i < flakeCount; i++) {\n var flake = flakes[i],\n x = mX,\n y = mY,\n minDist = 150,\n x2 = flake.x,\n y2 = flake.y;\n \n var dist = Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y)),\n dx = x2 - x,\n dy = y2 - y;\n \n if (dist < minDist) {\n var force = minDist / (dist * dist),\n xcomp = (x - x2) / dist,\n ycomp = (y - y2) / dist,\n deltaV = force / 2;\n \n flake.velX -= deltaV * xcomp;\n flake.velY -= deltaV * ycomp;\n \n } else {\n flake.velX *= .98;\n if (flake.velY <= flake.speed) {\n flake.velY = flake.speed\n }\n flake.velX += Math.cos(flake.step += .05) * flake.stepSize;\n }\n \n ctx.fillStyle = \"rgba(255,255,255,\" + flake.opacity + \")\";\n flake.y += flake.velY;\n flake.x += flake.velX;\n \n if (flake.y >= canvas.height || flake.y <= 0) {\n reset(flake);\n }\n \n \n if (flake.x >= canvas.width || flake.x <= 0) {\n reset(flake);\n }\n \n ctx.beginPath();\n ctx.arc(flake.x, flake.y, flake.size, 0, Math.PI * 2);\n ctx.fill();\n }\n requestAnimationFrame(snow);\n };\n \n function reset(flake) {\n flake.x = Math.floor(Math.random() * canvas.width);\n flake.y = 0;\n flake.size = (Math.random() * 3) + 2;\n flake.speed = (Math.random() * 1) + 0.5;\n flake.velY = flake.speed;\n flake.velX = 0;\n flake.opacity = (Math.random() * 0.5) + 0.3;\n }\n \n function init() {\n for (var i = 0; i < flakeCount; i++) {\n var x = Math.floor(Math.random() * canvas.width),\n y = Math.floor(Math.random() * canvas.height),\n size = (Math.random() * 3) + 2,\n speed = (Math.random() * 1) + 0.5,\n opacity = (Math.random() * 0.5) + 0.3;\n \n flakes.push({\n speed: speed,\n velY: speed,\n velX: 0,\n x: x,\n y: y,\n size: size,\n stepSize: (Math.random()) / 30,\n step: 0,\n opacity: opacity\n });\n }\n \n snow();\n };\n \n window.addEventListener(\"resize\",function(){\n canvas.width = window.innerWidth;\n canvas.height = window.innerHeight;\n })\n \n init();</script>\n <div class=\"card border-0 p-2 shadow mb-3 w-100\">\n\n <img class=\"logo\">\n <script>\n document.documentElement.style.setProperty('--logo-img-url',);\n </script>\n\n\n <div class=\"input-group mb-2 shadow\" id=\"config-area\">\n <input class=\"form-control\" type=\"text\" placeholder=\"CONFIGURAÇÃO\" readonly title=\"configurações\"\n id=\"config\" style=\"background-color: #0808083f;\" />\n <span class=\"input-group-text me-2\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"currentColor\"\n class=\"bi bi:bar-chart\" viewBox=\"0 0 16 16\">\n <path\n d=\"M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5v12h-2V2h2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z\" />\n </svg>\n </span>\n </div>\n <div class=\"input-group input mb-2 shadow\">\n <span class=\"input-group-text\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"currentColor\"\n class=\"bi bi:file-person\" viewBox=\"0 0 16 16\">\n <path\n d=\"M12 1a1 1 0 0 1 1 1v10.755S12 11 8 11s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z\" />\n <path d=\"M8 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6z\" />\n </g>\n </svg>\n </span>\n <input class=\"form-control\" type=\"text\" placeholder=\"usuario\" id=\"username\"\n style=\"background-color: #0808083f;\" />\n </div>\n <div class=\"input-group input mb-2 shadow\">\n <span class=\"input-group-text\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"currentColor\"\n class=\"bi bi:file-earmark-lock\" viewBox=\"0 0 16 16\">\n <path\n d=\"M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0zM7 7v1h2V7a1 1 0 0 0-2 0zM6 9.3v2.4c0 .042.02.107.105.175A.637.637 0 0 0 6.5 12h3a.64.64 0 0 0 .395-.125c.085-.068.105-.133.105-.175V9.3c0-.042-.02-.107-.105-.175A.637.637 0 0 0 9.5 9h-3a.637.637 0 0 0-.395.125C6.02 9.193 6 9.258 6 9.3z\" />\n <path\n d=\"M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z\" />\n </g>\n </svg>\n </span>\n <input class=\"form-control\" type=\"password\" placeholder=\"senha\" id=\"password\"\n style=\"background-color: #0808083f;\" />\n <span class=\"input-group-text me-2\"\n onclick=\"password.type==`text`?password.type = `password`:password.type = `text`\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-eye\"\n viewBox=\"0 0 16 16\">\n <path\n d=\"M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z\" />\n <path\n d=\"M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z\" />\n </svg>\n </span>\n </div>\n <div class=\"input-group input mb-2 shadow\">\n <span class=\"input-group-text\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"currentColor\" class=\"bi bi-key\"\n viewBox=\"0 0 16 16\">\n <path\n d=\"M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5z\" />\n <path d=\"M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z\" />\n </svg>\n </span>\n <input class=\"form-control\" type=\"text\" placeholder=\"V2ray UUID\" id=\"uuid\"\n style=\"background: #0808083f;\" />\n <span class=\"input-group-text me-2\"\n onclick=\"uuid.type==`text`?uuid.type = `password`:uuid.type = `text`\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-eye\"\n viewBox=\"0 0 16 16\">\n <path\n d=\"M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z\" />\n <path\n d=\"M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z\" />\n </svg>\n </span>\n </div>\n <button class=\"btn btn-dark w-100 shadow\" id=\"start-stop\">INICIAR</button>\n <nav>\n\n <span id=\"sync\" onclick=\"DtStartAppUpdate.execute()\" class=\"fi fi-rr-refresh\">\n <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Outline\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n <path\n d=\"M12,2a10.032,10.032,0,0,1,7.122,3H16a1,1,0,0,0-1,1h0a1,1,0,0,0,1,1h4.143A1.858,1.858,0,0,0,22,5.143V1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1V3.078A11.981,11.981,0,0,0,.05,10.9a1.007,1.007,0,0,0,1,1.1h0a.982.982,0,0,0,.989-.878A10.014,10.014,0,0,1,12,2Z\" />\n <path\n d=\"M22.951,12a.982.982,0,0,0-.989.878A9.986,9.986,0,0,1,4.878,19H8a1,1,0,0,0,1-1H9a1,1,0,0,0-1-1H3.857A1.856,1.856,0,0,0,2,18.857V23a1,1,0,0,0,1,1H3a1,1,0,0,0,1-1V20.922A11.981,11.981,0,0,0,23.95,13.1a1.007,1.007,0,0,0-1-1.1Z\" />\n </svg>\n </span>\n\n\n\n <span id=\"logger\" class=\"fi fi-rs-clipboard-list\">\n <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n <svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Outline\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n\n <path\n d=\"M11,12h6v2h-6v-2ZM21,2V21c0,1.654-1.346,3-3,3H6c-1.654,0-3-1.346-3-3V2h5.171c.413-1.164,1.525-2,2.829-2h2c1.304,0,2.416,.836,2.829,2h5.171Zm-2,2h-5v-1c0-.552-.449-1-1-1h-2c-.551,0-1,.448-1,1v1H5V21c0,.552,.449,1,1,1h12c.551,0,1-.448,1-1V4Zm-8,6h6v-2h-6v2Zm0,8h6v-2h-6v2ZM7,10h2v-2h-2v2Zm0,4h2v-2h-2v2Zm0,4h2v-2h-2v2Z\" />\n </svg>\n </span>\n\n <span aria-hidden=\"true\" onclick=\"ToolsModal.show()\" class=\"fi fi-rr-settings\">\n <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n <svg aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" id=\"Outline\" viewBox=\"0 0 24 24\"\n width=\"24\" height=\"24\">\n <path d=\"M12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z\" />\n <path\n d=\"M21.294,13.9l-.444-.256a9.1,9.1,0,0,0,0-3.29l.444-.256a3,3,0,1,0-3-5.2l-.445.257A8.977,8.977,0,0,0,15,3.513V3A3,3,0,0,0,9,3v.513A8.977,8.977,0,0,0,6.152,5.159L5.705,4.9a3,3,0,0,0-3,5.2l.444.256a9.1,9.1,0,0,0,0,3.29l-.444.256a3,3,0,1,0,3,5.2l.445-.257A8.977,8.977,0,0,0,9,20.487V21a3,3,0,0,0,6,0v-.513a8.977,8.977,0,0,0,2.848-1.646l.447.258a3,3,0,0,0,3-5.2Zm-2.548-3.776a7.048,7.048,0,0,1,0,3.75,1,1,0,0,0,.464,1.133l1.084.626a1,1,0,0,1-1,1.733l-1.086-.628a1,1,0,0,0-1.215.165,6.984,6.984,0,0,1-3.243,1.875,1,1,0,0,0-.751.969V21a1,1,0,0,1-2,0V19.748a1,1,0,0,0-.751-.969A6.984,6.984,0,0,1,7.006,16.9a1,1,0,0,0-1.215-.165l-1.084.627a1,1,0,1,1-1-1.732l1.084-.626a1,1,0,0,0,.464-1.133,7.048,7.048,0,0,1,0-3.75A1,1,0,0,0,4.79,8.992L3.706,8.366a1,1,0,0,1,1-1.733l1.086.628A1,1,0,0,0,7.006,7.1a6.984,6.984,0,0,1,3.243-1.875A1,1,0,0,0,11,4.252V3a1,1,0,0,1,2,0V4.252a1,1,0,0,0,.751.969A6.984,6.984,0,0,1,16.994,7.1a1,1,0,0,0,1.215.165l1.084-.627a1,1,0,1,1,1,1.732l-1.084.626A1,1,0,0,0,18.746,10.125Z\" />\n </svg>\n </span>\n\n </nav>\n </div>\n\n <div class=\"card my-3 w-100 text-center border-0 p-2 shadow text-light fs-5 text-uppercase fw-bold\" id=\"state\"\n style=\"padding: 5px !important; font-size: 15px !important;\">\n </div>\n <div class=\"modal fade\" id=\"checkUserModal\">\n <div class=\"modal-dialog modal-dialog-centered\" role=\"document\">\n <div class=\"modal-content rounded-3 shadow\">\n <div class=\"modal-header border-bottom-0 pb-0\">\n <h1 class=\"modal-title fs-5 chk-title text-light\"></h1>\n <button type=\"button\" class=\"btn-close btn-close-white\" data-bs-dismiss=\"modal\"\n aria-label=\"Close\"></button>\n </div>\n <div class=\"modal-body text-center\">\n <p class=\"fs-5 mb-0 chk-message text-light\"></p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"modal fade\" id=\"errorModal\">\n <div class=\"modal-dialog modal-dialog-centered\" role=\"document\">\n <div class=\"modal-content rounded-3 shadow\">\n <div class=\"modal-header border-bottom-0 pb-0\">\n <h1 class=\"modal-title fs-5 err-title text-light\"></h1>\n <button type=\"button\" class=\"btn-close btn-close-white\" data-bs-dismiss=\"modal\"\n aria-label=\"Close\"></button>\n </div>\n <div class=\"modal-body text-center\">\n <p class=\"fs-5 mb-0 err-message text-light\"></p>\n </div>\n </div>\n </div>\n </div>\n <div class=\"modal fade\" id=\"loggerModal\">\n <div class=\"modal-dialog modal-dialog-centered\" role=\"document\">\n <div class=\"modal-content rounded-3 shadow\">\n <div class=\"modal-body p-1 text-center\">\n <ul class=\"list-group bg-transparent overflow-y-auto logger-content\" style=\"max-height: 600px;\">\n </ul>\n </div>\n <div class=\"modal-footer flex-nowrap p-0\">\n <button type=\"button\" class=\"btn btn-lg btn-dark text-light w-100 clear-logger\">LIMPAR</button>\n <button type=\"button\" class=\"btn btn-lg btn-dark text-light w-100\"\n data-bs-dismiss=\"modal\">FECHAR</button>\n </div>\n </div>\n </div>\n </div>\n <div class=\"tool webm modal fade\" index=\"-1\" id=\"ToolsModal\">\n <div class=\"modal-dialog modal-dialog-centered\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"tool modal-header\">\n <h5 class=\"modal-title text_config\">Configurações do aplicativo</h5>\n </div>\n <div class=\"modal-body\">\n <button class=\"tool-bt rounded-2xl text-white\" onclick=\"DtStartApnActivity.execute()\"><i\n class=\"info2 bi bi-wifi mr-2\"></i>Alterar protocolo de APN</button>\n </div>\n <div class=\"modal-body\">\n <button class=\"tool-bt rounded-2xl text-white\"\n onclick=\"DtIgnoreBatteryOptimizations.execute()\"><i\n class=\"info2 bi bi-battery-full mr-2\"></i>Otimizar Bateria</button>\n </div>\n\n\n <div class=\"modal-body\">\n <button class=\"tool-bt rounded-2xl text-white\" id=\"btnHotSpot\"><i\n class=\"info2 bi bi-trash3 mr-2\"></i>Compartilhar Internet</button>\n </div>\n\n <div class=\"modal-body\">\n <button class=\"tool-bt rounded-2xl text-white\" onclick=\"DtCleanApp.execute()\"><i\n class=\"info2 bi bi-trash3 mr-2\"></i>Limpar cachê e dados</button>\n </div>\n\n <div class=\"tool modal-footer\">\n <button type=\"button\" class=\"btn btn-primary\" data-bs-dismiss=\"modal\"\n style=\"background-color: var(--btn-modal);\">FECHAR</button>\n\n </div>\n </div>\n </div>\n </div>\n <div class=\"modal fade\" id=\"configModal\">\n <div class=\"modal-dialog modal-dialog-centered\" role=\"document\">\n <div class=\"modal-content rounded-3 shadow\">\n <div class=\"modal-header border-bottom-0 pb-0\">\n <h1 class=\"modal-title fs-5 text-white\">CONFIGURAÇÕES</h1>\n <button type=\"button\" class=\"btn-close btn-close-white\" data-bs-dismiss=\"modal\"\n aria-label=\"Close\"></button>\n </div>\n <div class=\"modal-body p-1 text-center\">\n <ul class=\"list-group bg-transparent overflow-y-auto config-body\" style=\"max-height: 600px;\">\n <li class=\"list-group-item bg-transparent text-white border-0\">\n <p>CATEGORIA</p>\n <ul class=\"list-group bg-transparent overflow-y-auto text-start\">\n <li\n class=\"list-group-item d-flex bg-transparent text-white border-0 border-bottom rounded-0\">\n <img src=\"https://cdn-icons-png.flaticon.com/512/3686/3686811.png\" width=\"40\"\n height=\"40\">\n <div class=\"d-flex flex-column ms-2 w-100\">\n <span>CONFIG 01</span>\n <span>DESC 01</span>\n </div>\n <div class=\"d-flex flex-column ms-2 w-100\">\n <span class=\"text-end\">CONFIG_MODE</span>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n <div class=\"modal fade\" id=\"RenovarModal\">\n <div class=\"modal-dialog modal-dialog-centered\" role=\"document\">\n <div class=\"modal-content rounded-3 shadow\">\n <div class=\"modal-header border-bottom-0 py-3\">\n <button type=\"button\" class=\"btn-close btn-close-white\" data-bs-dismiss=\"modal\"\n aria-label=\"Close\"></button>\n </div>\n <div class=\"modal-body ratio rounded-bottom-3\" style=\"height: 600px;\">\n <div class=\"spinner d-flex w-100 h-100 align-items-center justify-content-center\">\n <div class=\"spinner-border text-light p-5\" role=\"status\">\n <span class=\"visually-hidden\">Loading...</span>\n </div>\n </div>\n <iframe class=\"rounded-bottom-3\" id=\"RenovarFrame\"></iframe>\n </div>\n </div>\n </div>\n </div>\n <script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/npm/toastify-js\"></script>\n <script>\n const startHotSpot = () => {\n DtStartHotSpotService.execute();\n txtbtn.textContent = 'HOTSPOT';\n }\n\n const stopHotSpot = () => {\n DtStopHotSpotService.execute();\n txtbtn.textContent = 'HOTSPOT';\n }\n\n const toggleHotSpot = () => {\n const hotSpotStatus = window?.DtGetStatusHotSpotService?.execute() ?? 'STOPPED';\n hotSpotStatus == 'RUNNING' ? stopHotSpot() : startHotSpot();\n }\n\n const btnHotSpot = document.querySelector(\"#btnHotSpot\");\n btnHotSpot.addEventListener('click', toggleHotSpot);\n\n const hotSpotStatus = window?.DtGetStatusHotSpotService?.execute() ?? 'STOPPED';\n if (hotSpotStatus == 'RUNNING') {\n txtbtn.textContent = 'HOTSPOT';\n }\n\n </script>\n\n <script>\n class AndroidMock {\n static getLocalIP() {\n return '192.168.0.1';\n }\n\n static getConfig() {\n return JSON.stringify({\n urlCheckUser: 'URLAQUI'\n });\n }\n\n static getNetworkName() {\n return 'REDE';\n }\n\n static openRadioInfo() {\n console.log('openRadioInfo');\n }\n }\n </script>\n\n <script>\n function showLocalIP(android) {\n console.log(android.getNetworkName());\n document.getElementById('name').innerHTML = ' ' + android.getNetworkName() + ':';\n document.getElementById('ip').innerHTML = android.getLocalIP();\n\n setInterval(() => {\n document.getElementById('name').innerHTML =\n ' ' + android.getNetworkName() + ':';\n document.getElementById('ip').innerHTML = android.getLocalIP();\n }, 2000)\n }\n\n window.onload = function () {\n const android = window.Android || AndroidMock;\n showLocalIP(android);\n }\n\n function mostrar(id) {\n if (document.getElementById(id).style.display !== \"none\") {\n document.getElementById(id).style.display = \"none\";\n return;\n }\n Array.from(document.getElementsByClassName(\"hidden\")).forEach(\n div => (div.style.display = \"none\")\n );\n document.getElementById(id).style.display = \"block\";\n }\n\n </script>\n\n <script>\n const configArea = document.querySelector('#config-area')\n const config = document.querySelector('#config')\n const username = document.querySelector('#username')\n const password = document.querySelector('#password')\n const uuid = document.querySelector('#uuid')\n const logger = document.querySelector('#logger')\n\n const networkStatus = document.querySelector('#section.local-ip')\n\n const startStopVpn = document.querySelector('#start-stop')\n const stateStatus = document.querySelector('#state')\n\n const loggerModal = new bootstrap.Modal(document.querySelector('#loggerModal'))\n const checkUserModal = new bootstrap.Modal(document.querySelector('#checkUserModal'))\n const errorModal = new bootstrap.Modal(document.querySelector('#errorModal'))\n const configModal = new bootstrap.Modal(document.querySelector('#configModal'))\n\n const ToolsModal = new bootstrap.Modal(document.querySelector('#ToolsModal'))\n\n const clearLogger = document.querySelector('.clear-logger')\n\n const RenovarModal = new bootstrap.Modal(document.querySelector('#RenovarModal'))\n\n configArea.addEventListener('click', e => showConfigsModal())\n username.addEventListener('input', e => DtUsername.set(e.target.value))\n password.addEventListener('input', e => DtPassword.set(e.target.value))\n uuid.addEventListener('input', e => DtUuid.set(e.target.value))\n logger.addEventListener('click', e => loggerModal.show())\n\n startStopVpn.addEventListener('click', (e) => {\n if (DtGetVpnState.execute() != 'DISCONNECTED') {\n DtExecuteVpnStop.execute()\n } else {\n DtExecuteVpnStart.execute()\n }\n })\n clearLogger.addEventListener('click', () => DtClearLogs.execute())\n\n RenovarModal._element.addEventListener('shown.bs.modal', () => {\n const iframe = document.querySelector('#RenovarFrame');\n if (!iframe.src) {\n iframe.src = 'https://painel.plenonet.com.br/renovar.php'\n iframe.addEventListener('load', () => {\n mp3Modal._element.querySelector('.spinner').classList.add('d-none')\n })\n }\n })\n RenovarModal._element.addEventListener('hide.bs.modal', () => {\n const iframe = document.querySelector('#RenovarFrame');\n iframe.src = '';\n })\n\n Object.defineProperty(String.prototype, 't', {\n value: function t() {\n return window?.DtTranslateText?.execute('' + this) ?? '' + this\n },\n writable: true,\n configurable: true,\n })\n\n const dtConfigClickListener = () => {\n const data = JSON.parse(window?.DtGetDefaultConfig?.execute() || `{ \"auth\": {}, \"mode\": \"v2ray\" }`)\n const isV2ray = data?.mode?.toLowerCase()?.startsWith('v2ray');\n config.placeholder = data.name ?? 'LBL_CHOOSE_CONFIG'.t()\n username.parentElement.style.display = !data?.auth?.username && !isV2ray ? 'flex' : 'none';\n password.parentElement.style.display = !data?.auth?.password && !isV2ray ? 'flex' : 'none';\n uuid.parentElement.style.display = !data?.auth?.v2ray_uuid && isV2ray ? 'flex' : 'none';\n }\n\n const dtVpnStateListener = state => {\n const isRunning = state != 'DISCONNECTED';\n\n stateStatus.innerHTML = ('LBL_STATE_' + state).t()\n startStopVpn.innerHTML = isRunning ? 'LBL_BTN_STOP'.t() : 'LBL_BTN_START'.t()\n\n if (isRunning) {\n username.setAttribute('readonly', 'true')\n password.setAttribute('readonly', 'true')\n } else {\n username.removeAttribute('readonly')\n password.removeAttribute('readonly')\n }\n\n if (state == 'CONNECTING') dtShowSuccessToastListener('Conectando...')\n }\n\n const dtCheckUserStartedListener = () => {\n const data = JSON.parse(window?.DtGetDefaultConfig?.execute() || `{}`)\n const isV2ray = data?.mode?.toLowerCase()?.startsWith('v2ray');\n if (isV2ray) return;\n const html = `\n <div class=\"d-flex justify-content-center\">\n <div class=\"spinner-border p-5\" role=\"status\">\n <span class=\"visually-hidden\">Loading...</span>\n </div>\n </div>\n `\n\n checkUserModal._element.querySelector('.chk-title').textContent = 'CHECK USER'\n checkUserModal._element.querySelector('.chk-message').innerHTML = html;\n checkUserModal.show()\n }\n\n function isBeforeExpiration(expirationDays, daysBefore) {\n return expirationDays <= daysBefore;\n }\n\n const dtCheckUserModelListener = model => {\n const data = JSON.parse(model ?? `{\"username\": \"test\"}`);\n\n const html = `\n <div class=\"d-flex flex-column text-white\">\n <span>👤Nome de usuario: ${data.username}</span>\n <span>📆Expira em: ${data.expiration_date}</span>\n <span>📆Dias restantes: ${data.expiration_days}</span>\n <span>🚫Conexoes: ${data.count_connections}|${data.limit_connections}</span>\n ${isBeforeExpiration(data.expiration_days, 3) ? '<span><center>🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨</center><span><span><center>⚠️Faltando 3 dias para o expirar o usuário⚠️</center></span>🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨</span></span>' : ''}\n ${isBeforeExpiration(data.expiration_days, 2) ? '<span><span><span><center>⚠️Faltando 2 dias para o expirar o usuário⚠️</center></span><center>🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨</center></span></span>' : ''}\n ${isBeforeExpiration(data.expiration_days, 1) ? '<span><span><span><center>⚠️Faltando 1 dias para o expirar o usuário⚠️</center></span><center>🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨</center></span></span>' : ''}\n </div>\n `;\n\n checkUserModal._element.querySelector('.chk-title').textContent = '📆 Olá, ' + data.username.toUpperCase() + '👤';\n checkUserModal._element.querySelector('.chk-message').innerHTML = html;\n checkUserModal.show();\n }\n\n\n\n\n\n\n const dtMessageErrorListener = message => {\n const data = JSON.parse(message)\n errorModal._element.querySelector('.err-title').textContent = data.title;\n errorModal._element.querySelector('.err-message').innerHTML = data.content;\n errorModal.show()\n }\n\n const dtOnNewLogListener = () => {\n const mock = [];\n for (let i = 0; i < 30; i++) {\n mock.push({ 'TIME': 'MESSAGE ' + i })\n }\n\n const log = window?.DtGetLogs?.execute() || JSON.stringify(mock)\n const data = JSON.parse(log)\n\n let content = '';\n data.forEach(item => {\n content += '<li class=\"list-group-item fs-6 bg-transparent text-white p-0 border-0 text-start ms-2 text-wrap\">';\n content += Object.keys(item)[0] + \" \" + item[Object.keys(item)]\n content += '</li>';\n })\n\n loggerModal._element.querySelector('.logger-content').innerHTML = content;\n const listGroup = loggerModal._element.querySelector('.list-group')\n listGroup.scrollTo(0, listGroup.scrollHeight)\n }\n\n const dtVpnStartedSuccessListener = () => dtShowSuccessToastListener('Conectado com sucesso')\n\n const dtVpnStoppedSuccessListener = () => dtShowSuccessToastListener('Desconectado com sucesso')\n\n const dtShowSuccessToastListener = text => {\n Toastify({\n text: text,\n close: true,\n style: {\n background: 'linear-gradient(to right, #00b09b, #96c93d)',\n marginTop: '35px',\n }\n }).showToast()\n }\n\n const dtShowErrorToastListener = text => {\n Toastify({\n text: text,\n close: true,\n style: {\n background: 'linear-gradient(to right, #ff5c33, #e69900)',\n marginTop: '35px',\n }\n }).showToast()\n }\n\n const showConfigsModal = () => {\n const mock = '[{\"sorter\":6,\"color\":\"#6D08041C\",\"name\":\"CONFIG\",\"id\":1393,\"items\":[{\"mode\":\"V2RAY - VLESS\",\"sorter\":4,\"tlsVersion\":\"TLSv1.2\",\"name\":\"CONFIG 01\",\"icon\":\"https://cdn-icons-png.flaticon.com/512/8187/8187143.png\",\"id\":11803,\"status\":\"ACTIVE\"},{\"mode\":\"SSH_DIRECT\",\"sorter\":2,\"tlsVersion\":\"TLSv1.2\",\"name\":\"CONFIG 02\",\"icon\":\"https://cdn-icons-png.flaticon.com/512/8187/8187143.png\",\"id\":28627,\"status\":\"ACTIVE\"},{\"mode\":\"OVPN_PROXY\",\"sorter\":23,\"tlsVersion\":\"TLSv1.2\",\"name\":\"CONFIG 03\",\"icon\":\"https://cdn-icons-png.flaticon.com/512/8187/8187143.png\",\"id\":30001,\"status\":\"ACTIVE\"}]},{\"sorter\":2,\"color\":\"#6D08041C\",\"name\":\"CONFIG 2\",\"id\":1846,\"items\":[{\"mode\":\"SSH_PROXY\",\"sorter\":1,\"tlsVersion\":\"TLSv1.2\",\"name\":\"CONFIG 01\",\"icon\":\"https://cdn-icons-png.flaticon.com/512/8187/8187143.png\",\"id\":26295,\"status\":\"ACTIVE\"}]},{\"sorter\":4,\"color\":\"#80000000\",\"name\":\"CONFIG 3\",\"id\":3310,\"items\":[{\"mode\":\"SSH_PROXY\",\"sorter\":1,\"tlsVersion\":\"TLSv1.2\",\"name\":\"CONFIG. TEST\",\"icon\":\"https://cdn-icons-png.flaticon.com/512/8187/8187143.png\",\"id\":29997,\"status\":\"ACTIVE\"},{\"mode\":\"OVPN_PROXY\",\"sorter\":1,\"tlsVersion\":\"TLSv1.2\",\"name\":\"CONFIG. TEST 2\",\"icon\":\"https://cdn-icons-png.flaticon.com/512/8187/8187143.png\",\"id\":29998,\"status\":\"ACTIVE\"}]}]'\n const data = JSON.parse(window?.DtGetConfigs?.execute() || mock)\n\n data.sort((a, b) => a.sorter - b.sorter)\n data.forEach(item => item.items.sort((a, b) => a.sorter - b.sorter))\n\n const body = configModal._element.querySelector('.config-body')\n body.innerHTML = ''\n\n data.forEach(category => {\n const categoryElement = document.createElement('li')\n categoryElement.classList.add('list-group-item', 'bg-transparent', 'text-white', 'border-0', 'mb-1', 'rounded-1', 'px-1')\n categoryElement.innerHTML = `<span class=\"fw-bold btn-dark w-100 d-block p-1 rounded-1 mb-1\">${category.name}</span>`\n\n const configUlElement = document.createElement('ul')\n configUlElement.classList.add('list-group', 'bg-transparent', 'overflow-y-auto')\n\n category.items.forEach(item => {\n const configElement = document.createElement('li')\n configElement.classList.add('list-group-item', 'd-flex', 'btn-dark', 'text-white', 'border-0', 'rounded-2', 'px-1', 'py-2', 'mb-1')\n configElement.innerHTML = `\n <img src=\"${item.icon}\" width=\"40\" height=\"40\">\n <div class=\"text-start d-flex flex-column ms-2 w-100 text-truncate\">\n <span class=\"fw-bold text-uppercase\" style=\"font-size: 0.8rem;\">${item.name}</span>\n\t\t\t\t\t\t<span class=\"fst-italic fw-bold\" style=\"font-size: 0.7rem;\">${item.description || ''}</span> \n </div>\n <div class=\"d-flex flex-column ms-2\">\n <span class=\"fst-italic fw-bold text-end text-uppercase text-nowrap\" style=\"font-size: 0.8rem;\">${item.mode}</span>\n </div>\n </li>\n `\n configElement.addEventListener('click', e => {\n window?.DtSetConfig?.execute(item.id)\n configModal.hide()\n })\n configUlElement.appendChild(configElement)\n })\n\n categoryElement.appendChild(configUlElement)\n body.appendChild(categoryElement)\n })\n\n configModal.show()\n }\n\n username.value = window?.DtUsername?.get() ?? ''\n password.value = window?.DtPassword?.get() ?? ''\n uuid.value = window?.DtUuid?.get() ?? ''\n\n username.placeholder = 'LBL_USERNAME'.t()\n password.placeholder = 'LBL_PASSWORD'.t()\n uuid.placeholder = 'LBL_UUID'.t()\n\n dtOnNewLogListener()\n dtVpnStateListener(window?.DtGetVpnState?.execute() ?? 'DISCONNECTED')\n dtConfigClickListener()\n\n console.log('ODAIR.Dev!🚀')\n </script>\n\n</body>\n\n</html>",