Changeset 3336962
- Timestamp:
- 07/31/2025 05:01:58 AM (7 months ago)
- Location:
- wp-malware-removal/assets
- Files:
-
- 3 edited
-
banner-1544x500.png (modified) (previous)
-
banner-772x250.png (modified) (previous)
-
icon.svg (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-malware-removal/assets/icon.svg
r2518028 r3336962 1 2 <svg xmlns="http://www.w3.org/2000/svg" 3 xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 166 166">1 <svg xmlns="http://www.w3.org/2000/svg" 2 xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 166 166" 3 style="width:166px; margin: auto;"> 4 4 <defs> 5 5 <style> 6 6 :root { 7 --m-red: hsla(350, 65%, 50%, 1);8 --m-red: hsl(350, 67%, 48%);9 --m-red: hsl(350, 65%, 45%);10 --m-blue: hsla(190, 100%, 45%, 1);11 --m-blue-highlight: hsla(190, 100%, 65%, 1);12 --m-blue-dark: hsla(190, 100%, 40%, 1);13 --dark-trans: hsla(0, 0%, 0%, .5);14 } 15 16 .logo-bg, .emblem-bg-grad {17 fill: url(#bg-gradient);18 _fill: hsl(224, 13%, 17%);19 _fill: transparent;20 } 21 22 .circle, .tagline {23 fill: #fff;24 } 25 7 --m-red: hsla(350, 65%, 50%, 1); 8 --m-red: hsl(350, 67%, 48%); 9 --m-red: hsl(350, 65%, 45%); 10 --m-blue: hsla(190, 100%, 45%, 1); 11 --m-blue-highlight: hsla(190, 100%, 65%, 1); 12 --m-blue-dark: hsla(190, 100%, 40%, 1); 13 --dark-trans: hsla(0, 0%, 0%, .5); 14 } 15 16 .logo-bg, 17 .emblem-bg-grad { 18 fill: url(#bg-gradient); 19 } 20 21 .emblem-bg-grad1 { 22 fill: white; 23 } 24 25 .circle, 26 26 .tagline { 27 _transform: translate(0px, 5px); 28 } 27 fill: #fff; 28 } 29 30 .tagline {} 29 31 30 32 .hidden-dot { 31 fill: none;33 fill: none; 32 34 } 33 35 34 36 .brandname { 35 fill: url(#brand-gradient); 36 fill: url(#brand-gradient2); 37 fill: url(#brand-gradient); 38 _fill: var(--m-red); 37 fill: url(#brand-gradient); 38 fill: url(#brand-gradient2); 39 fill: url(#brand-gradient); 39 40 } 40 41 41 42 .brandname-bg { 42 fill: transparent; 43 } 44 45 #outer-bricks-wrap, #dial-middle-wrap, #_dial-inner-wrap { 46 animation: mspin 40s infinite normal ease; 47 transform-origin: center; 48 transform-origin: 50% 51.5%; 49 display: block; 50 transform-style: unset; 51 transform-box: fill-box; 52 } 53 54 #dial-outer-wrap, #_dial-middle-wrap, #dial-inner-wrap { 55 animation: mspin 20s infinite reverse linear; 56 transform-origin: center; 57 transform-origin: 50%; 58 display: block; 59 transform-style: unset; 60 transform-box: fill-box; 61 } 62 63 #dial-inner-wrap, #dial-middle-wrap { 64 transform-origin: 50%; 65 } 66 43 fill: transparent; 44 } 45 46 #outer-bricks-wrap, 47 #dial-middle-wrap, 48 #_dial-inner-wrap { 49 animation: mspin 80s infinite normal ease; 50 transform-origin: center; 51 transform-origin: 50% 51.5%; 52 display: block; 53 transform-style: unset; 54 transform-box: fill-box; 55 } 56 57 #dial-outer-wrap, 58 #_dial-middle-wrap, 59 #dial-inner-wrap { 60 animation: mspin 80s infinite reverse linear; 61 transform-origin: center; 62 transform-origin: 50%; 63 display: block; 64 transform-style: unset; 65 transform-box: fill-box; 66 } 67 68 #dial-inner-wrap, 67 69 #dial-middle-wrap { 68 animation: mspin 10s infinite normal linear; 69 } 70 transform-origin: 50%; 71 } 72 73 #dial-middle-wrap { 74 animation: mspin 80s infinite normal linear; 75 } 76 70 77 #dial-inner-wrap { 71 animation: mspin 2s infinite normal linear;78 animation: mspin 80s infinite normal linear; 72 79 } 73 80 74 81 .vertical-bricks { 75 fill: var(--m-blue);82 fill: var(--m-blue); 76 83 } 77 84 78 85 .horizontal-bricks { 79 fill: var(--m-blue);86 fill: var(--m-blue); 80 87 } 81 88 82 89 .dial-outer { 83 fill: var(--m-blue);90 fill: var(--m-blue); 84 91 } 85 92 86 93 .dial-middle { 87 _stroke: transparent; 88 _stroke-width: 0.5px; 89 _fill: var(--dark-trans); 90 _stroke: var(--m-blue); 91 _stroke-width: 0.5px; 92 _fill: transparent; 93 fill: var(--m-blue); 94 fill: var(--m-blue); 94 95 } 95 96 96 97 .dial-middle-open { 97 stroke: var(--m-blue);98 stroke-width: 0.33;99 filter: url(#subtleGlow);100 fill: transparent;98 stroke: var(--m-blue); 99 stroke-width: 0.33; 100 filter: url(#subtleGlow); 101 fill: transparent; 101 102 } 102 103 103 104 .dial-inner { 104 stroke: var(--m-blue);105 stroke-width: 0.5px;106 fill: var(--dark-trans);105 stroke: var(--m-blue); 106 stroke-width: 0.5px; 107 fill: var(--dark-trans); 107 108 } 108 109 109 110 .circle { 110 filter: url(#strongGlow); 111 fill: white; 112 stroke: var(--m-blue-highlight); 113 animation: blink 2.5s infinite alternate ease; 111 filter: url(#strongGlow); 112 fill: white; 113 stroke: var(--m-blue-highlight); 114 115 } 116 117 .checkmark { 118 fill: var(--m-blue-dark); 119 stroke: var(--m-blue-dark); 120 // animation: blink 2.5s infinite alternate linear; 121 transform-origin: center; 122 animation: grow 5s infinite linear; 123 } 124 125 @keyframes grow { 126 0% { transform: scale(1.5); } 127 50% { transform: scale(.5); } 128 100% { transform: scale(1.5); } 114 129 } 115 130 116 131 @keyframes blink { 117 0% { 118 opacity: 1; 119 } 120 100% { 121 opacity: 0; 122 } 123 } 124 132 0% { 133 opacity: 1; 134 135 transform: scale(1.33); 136 } 137 138 100% { 139 opacity: .25; 140 141 transform: scale(1); 142 } 143 } 144 145 .vertical-bricks, 146 .circle, 125 147 .checkmark { 126 fill: var(--m-blue-dark); 127 stroke: var(--m-blue-dark); 128 ; 129 } 130 131 .vertical-bricks, .circle, .checkmark { 132 stroke-miterlimit: 10; 133 } 134 135 .vertical-bricks, .checkmark { 136 stroke-width: 0.5px; 137 } 138 139 148 stroke-miterlimit: 10; 149 } 150 151 .vertical-bricks, 152 .checkmark { 153 stroke-width: 0.5px; 154 } 155 156 140 157 @keyframes mspin { 141 0% { 142 transform: rotate(0deg); 143 } 144 100% { 145 transform: rotate(360deg); 146 } 158 0% { 159 transform: rotate(0deg); 160 } 161 162 100% { 163 transform: rotate(360deg); 164 } 147 165 } 148 166 … … 150 168 151 169 .shield { 152 _stroke: url(#shield-stroke-rad); 153 _stroke: var(--m-blue); 154 stroke-width: .5; 155 _filter: url(#mediumGlow); 156 _fill: url(#shield-radial-fill); 157 fill: hsla(190, 100%, 50%, .12); 158 fill: hsl(210, 40%, 25%); 159 _fill: hsl(225, 5%, 40%); 160 _fill: transparent; 161 _animation: rot 10s infinite alternate ease-in-out; 162 transform-origin: center; 163 filter: url(#shieldstrongGlow); 170 stroke-width: .5; 171 transform-origin: center; 172 filter: url(#shieldstrongGlow); 173 fill: hsla(180,50%,50%,.5); 174 stroke: aqua; 164 175 } 165 176 166 177 @keyframes rot { 167 0% { 168 transform: scale(1); 169 opacity:1; 170 } 171 25% { 172 transform: scale(1); 173 opacity:1; 174 } 175 50% { 176 transform: scale(2); 177 opacity: 0; 178 } 179 75% { 180 transform: scale(1); 181 opacity: 1; 182 } 183 100% { 184 transform:scale(1); 185 opacity: 1; 186 } 187 } 188 189 190 #circle-check, #techno { 191 _opacity: 0; 192 _animation: techno 1s 1 normal linear; 193 transform-origin: center 178 0% { 179 transform: scale(1); 180 opacity: 1; 181 } 182 183 25% { 184 transform: scale(1); 185 opacity: 1; 186 } 187 188 50% { 189 transform: scale(2); 190 opacity: 0; 191 } 192 193 75% { 194 transform: scale(1); 195 opacity: 1; 196 } 197 198 100% { 199 transform: scale(1); 200 opacity: 1; 201 } 202 } 203 204 #circle-check, 205 #techno { 206 transform-origin: center 194 207 } 195 208 196 209 @keyframes techno { 197 0% { 198 transform: rotate(0deg); 199 opacity:1; 200 } 201 202 100% { 203 transform: rotate(360deg); 204 } 205 } 206 207 /**** WHITE VERSION ****/ 208 209 .light .logo-bg, .light .emblem-bg-grad { 210 fill: transparent; 211 } 212 213 .light .logo-bg { 214 fill: white; 215 } 216 217 .light .brandname { 218 fill: var(--m-red); 219 fill: url(#brand-gradient-w); 220 } 221 222 .light .tagline { 223 fill: hsl(216, 37%, 16%); 224 } 225 226 .light .shield { 227 fill: hsl(210, 25%, 75%); 228 fill: hsl(210, 33%, 33%); 229 } 230 231 .light .dial-middle-open { 232 filter: none; 233 } 234 235 .light .dial-inner { 236 fill: transparent; 237 } 238 239 .light .circle { 240 filter: none; 210 0% { 211 transform: rotate(0deg); 212 opacity: 1; 213 } 214 215 100% { 216 transform: rotate(360deg); 217 } 218 } 219 220 .shield { 221 fill: hsla(180,100%,50%,.25); 222 _animation: alter 10s infinite alternate linear; 223 224 } 225 226 @keyframes alter { 227 0% { stroke: hsla(180, 100%, 50%, 1); fill: hsla(180, 100%, 50%, .75); } 228 50% { stroke: hsla(350, 100%, 45%, 1); fill: hsla(350, 65%, 45%, .75); } 229 100% { stroke: hsla(180, 100%, 50%, 1); fill: hsla(180, 100%, 50%, .75); } 230 } 231 232 .emblem-bg-grad { 233 fill: hsla(185, 40%, 30%, 1); 234 fill: #314d5f; 235 fill: #3b5a6e; 236 fill: #406074; 237 fill: hsla(205, 25%, 38%, 1); 238 _fill: hsla(205, 25%, 45%, 1); 239 _fill: hsla(0,0%,50%,.5); 240 fill: hsla(205, 30%, 30%, 1); 241 } 242 243 .emblem-bg-scan { 244 fill: url(#crt-scanlines); 241 245 } 242 246 243 247 </style> 248 <!-- Define the pattern that repeats vertically --> 249 <pattern id="crt-scanlines" patternUnits="userSpaceOnUse" width="4" height="4"> 250 <!-- Gradient inside the 4px vertical tile --> 251 <rect width="4" height="4" fill="url(#scanline-gradient)" /> 252 </pattern> 253 254 <!-- Define the vertical gradient used inside each tile --> 255 <linearGradient id="scanline-gradient" x1="0" y1="0" x2="0" y2="1"> 256 <stop offset="0%" stop-color="hsla(0, 0%, 10%, .005)" /> 257 <stop offset="50%" stop-color="hsla(0, 0%, 10%, .1)" /> 258 <stop offset="100%" stop-color="hsla(0, 0%, 10%, .005)" /> 259 </linearGradient> 244 260 245 261 <radialGradient id="bg-gradient" r=".5"> 246 <stop offset="0" stop-color=" hsl(215, 50%, 20%)"/>247 <stop offset="1" stop-color=" hsl(215, 35%, 15%)"/>262 <stop offset="0" stop-color="#1f333d" /> 263 <stop offset="1" stop-color="#1f333d" /> 248 264 </radialGradient> 249 265 … … 251 267 <filter id="subtleGlow" height="200%" width="200%" x="-50%" y="-50%"> 252 268 <!-- Thicken out the original shape --> 253 <feMorphology operator="dilate" radius="1" in="SourceAlpha" result="thicken" />269 <feMorphology operator="dilate" radius="1" in="SourceAlpha" result="thicken" /> 254 270 <!-- Use a gaussian blur to create the soft blurriness of the glow --> 255 <feGaussianBlur in="thicken" stdDeviation="1" result="blurred" />271 <feGaussianBlur in="thicken" stdDeviation="1" result="blurred" /> 256 272 <!-- Change the colour --> 257 <feFlood flood-color="hsla(190, 100%, 45%,.25)" result="glowColor" />273 <feFlood flood-color="hsla(190, 100%, 45%,.25)" result="glowColor" /> 258 274 <!-- Color in the glows --> 259 <feComposite in="glowColor" in2="blurred" operator="in" result="techGlow_colored" />275 <feComposite in="glowColor" in2="blurred" operator="in" result="techGlow_colored" /> 260 276 <!-- Layer the effects together --> 261 277 <feMerge> 262 <feMergeNode in="techGlow_colored" />263 <feMergeNode in="SourceGraphic" />278 <feMergeNode in="techGlow_colored" /> 279 <feMergeNode in="SourceGraphic" /> 264 280 </feMerge> 265 281 </filter> … … 268 284 <filter id="shieldstrongGlow" height="200%" width="200%" x="-50%" y="-50%"> 269 285 <!-- radius: controls the size. Thicken out the original shape --> 270 <feMorphology operator="dilate" radius="1" in="SourceAlpha" result="shieldthicken"/> 271 <!-- stdDeviation: lower number, less the blur, stronger the effect. Use a gaussian blur to create the soft blurriness of the glow --> 272 <feGaussianBlur in="shieldthicken" stdDeviation="8" result="shieldblur"/> 273 <!-- Change the colour <animate attributeName="flood-color" from="hsla(190, 100%, 45%,1)" to="transparent" dur="4s" repeatCount="indefinite"/> --> 286 <feMorphology operator="dilate" radius="1" in="SourceAlpha" result="shieldthicken" /> 287 <!-- stdDeviation: lower number, less the blur, stronger the effect. Use a gaussian blur 288 to create the soft blurriness of the glow --> 289 <feGaussianBlur in="shieldthicken" stdDeviation="8" result="shieldblur" /> 290 <!-- Change the colour <animate attributeName="flood-color" from="hsla(190, 100%, 291 45%,1)" to="transparent" dur="4s" repeatCount="indefinite"/> --> 274 292 <feFlood flood-color="hsla(190, 100%, 45%, 1)" id="flood" result="shieldglowColor1"> 275 <animate attributeName="flood-color" values="hsla(190, 100%, 45%, 1);transparent;hsla(0, 100%, 45%, 1);transparent;hsla(190, 100%, 45%, 1)" dur="20s" repeatCount="indefinite" calcMode="paced"/> 293 <animate attributeName="flood-color" 294 values="hsla(180, 100%, 50%, 1);transparent;hsla(350, 100%, 45%, 1);transparent;hsla(180, 100%, 50%, 1)" 295 dur="10s" repeatCount="indefinite" calcMode="paced" /> 276 296 277 297 </feFlood> 278 298 <!-- Color in the glows --> 279 <feComposite in="shieldglowColor1" in2="shieldblur" operator="in" result="shield_softGlow_colored1"/> 299 <feComposite in="shieldglowColor1" in2="shieldblur" operator="in" 300 result="shield_softGlow_colored1" /> 280 301 <!-- Layer the effects together --> 281 302 <feMerge> 282 <feMergeNode in="shield_softGlow_colored1" />283 <feMergeNode in="SourceGraphic" />303 <feMergeNode in="shield_softGlow_colored1" /> 304 <feMergeNode in="SourceGraphic" /> 284 305 </feMerge> 285 306 </filter> … … 288 309 <filter id="strongGlow" height="200%" width="200%" x="-50%" y="-50%"> 289 310 <!-- radius: controls the size. Thicken out the original shape --> 290 <feMorphology operator="dilate" radius="4" in="SourceAlpha" result="thicken"/> 291 <!-- stdDeviation: lower number, less the blur, stronger the effect. Use a gaussian blur to create the soft blurriness of the glow --> 292 <feGaussianBlur in="thicken" stdDeviation="4" result="blurred1"/> 293 <!-- Change the colour <animate attributeName="flood-color" from="hsla(190, 100%, 45%,1)" to="transparent" dur="4s" repeatCount="indefinite"/> --> 311 <feMorphology operator="dilate" radius="4" in="SourceAlpha" result="thicken" /> 312 <!-- stdDeviation: lower number, less the blur, stronger the effect. Use a gaussian blur 313 to create the soft blurriness of the glow --> 314 <feGaussianBlur in="thicken" stdDeviation="4" result="blurred1" /> 315 <!-- Change the colour <animate attributeName="flood-color" from="hsla(190, 100%, 316 45%,1)" to="transparent" dur="4s" repeatCount="indefinite"/> --> 294 317 <feFlood flood-color="hsla(190, 100%, 45%,1)" id="flood" result="glowColor1"> 295 318 296 319 </feFlood> 297 320 <!-- Color in the glows --> 298 <feComposite in="glowColor1" in2="blurred1" operator="in" result="softGlow_colored1" />321 <feComposite in="glowColor1" in2="blurred1" operator="in" result="softGlow_colored1" /> 299 322 <!-- Layer the effects together --> 300 323 <feMerge> 301 <feMergeNode in="softGlow_colored1" />302 <feMergeNode in="SourceGraphic" />324 <feMergeNode in="softGlow_colored1" /> 325 <feMergeNode in="SourceGraphic" /> 303 326 </feMerge> 304 327 </filter> 305 328 306 329 <linearGradient id="brand-gradient" gradientTransform="rotate(90)"> 307 <stop offset="0%" stop-color="hsla(350, 100%, 45%,1)" />308 <stop offset="7%" stop-color="hsla(350, 100%, 45%,1)" />309 <stop offset="15%" stop-color="hsla(350, 0%, 0%,1)" />310 <stop offset="15%" stop-color="hsla(350, 65%, 45%,1)" />311 <stop offset="100%" stop-color="hsla(350, 65%, 45%,1)" />330 <stop offset="0%" stop-color="hsla(350, 100%, 45%,1)" /> 331 <stop offset="7%" stop-color="hsla(350, 100%, 45%,1)" /> 332 <stop offset="15%" stop-color="hsla(350, 0%, 0%,1)" /> 333 <stop offset="15%" stop-color="hsla(350, 65%, 45%,1)" /> 334 <stop offset="100%" stop-color="hsla(350, 65%, 45%,1)" /> 312 335 </linearGradient> 313 336 314 337 <linearGradient id="brand-gradient-w" gradientTransform="rotate(90)"> 315 <stop offset="0%" stop-color="hsla(350, 100%, 45%,1)" />316 <stop offset="7%" stop-color="hsla(350, 100%, 45%,1)" />317 <stop offset="15%" stop-color="hsla(350, 0%, 100%,1)" />318 <stop offset="15%" stop-color="hsla(350, 65%, 45%,1)" />319 <stop offset="100%" stop-color="hsla(350, 65%, 45%,1)" />338 <stop offset="0%" stop-color="hsla(350, 100%, 45%,1)" /> 339 <stop offset="7%" stop-color="hsla(350, 100%, 45%,1)" /> 340 <stop offset="15%" stop-color="hsla(350, 0%, 100%,1)" /> 341 <stop offset="15%" stop-color="hsla(350, 65%, 45%,1)" /> 342 <stop offset="100%" stop-color="hsla(350, 65%, 45%,1)" /> 320 343 </linearGradient> 321 344 </defs> … … 324 347 <g id="content"> 325 348 <g id="emblem-w-bg"> 326 <rect id="emblem-bg-grad" class="emblem-bg-grad" width="166" height="166"/> 349 <rect id="emblem-bg-grad" class="emblem-bg-grad" width="166" height="166" /> 350 <rect id="emblem-bg-scan" class="emblem-bg-scan" width="166" height="166" /> 327 351 <g id="emblem"> 328 352 <g id="shield-wrap"> 329 <path class="shield" d="M31.16,75.53l6.67,13.55,6.6,4.51A39.94,39.94,0,0,1,43,83.1ZM37.52,61,24.13,53.61l6.7,13.62,12.89,8.24a39.49,39.49,0,0,1,3.5-10.35l-7.13-3ZM44.74,41.2l-1.39.92-7-3-5.85-2.49L17.09,29.26l6.79,16.15L48.93,60.3h1.14a40.23,40.23,0,0,1,11.42-11l-16.75-8.1Zm74,23.92a39.32,39.32,0,0,1,3.5,10.36L135.1,67.3l6.77-13.68L128.39,61Zm16.63-28.44-12.76,5.44-1.39-.92v0l-16.75,8.1a40.23,40.23,0,0,1,11.42,11h1.14l25.05-14.89,6.79-16.15ZM68.08,120.11,70.66,137H95.34l2.58-16.89a40,40,0,0,1-29.84,0Zm53.49-26.5,6.54-4.46,6.73-13.61L123,83.1A40,40,0,0,1,121.57,93.61Z"/> 353 <path class="shield" 354 d="M31.16,75.53l6.67,13.55,6.6,4.51A39.94,39.94,0,0,1,43,83.1ZM37.52,61,24.13,53.61l6.7,13.62,12.89,8.24a39.49,39.49,0,0,1,3.5-10.35l-7.13-3ZM44.74,41.2l-1.39.92-7-3-5.85-2.49L17.09,29.26l6.79,16.15L48.93,60.3h1.14a40.23,40.23,0,0,1,11.42-11l-16.75-8.1Zm74,23.92a39.32,39.32,0,0,1,3.5,10.36L135.1,67.3l6.77-13.68L128.39,61Zm16.63-28.44-12.76,5.44-1.39-.92v0l-16.75,8.1a40.23,40.23,0,0,1,11.42,11h1.14l25.05-14.89,6.79-16.15ZM68.08,120.11,70.66,137H95.34l2.58-16.89a40,40,0,0,1-29.84,0Zm53.49-26.5,6.54-4.46,6.73-13.61L123,83.1A40,40,0,0,1,121.57,93.61Z" /> 330 355 </g> 331 356 <g id="techno"> 332 357 <g id="outer-bricks-wrap"> 333 358 <g id="horizontal-bricks-wrap"> 334 <path class="horizontal-bricks" d="M59.24,105.36a32.14,32.14,0,0,0,7.44,5.9l.78-1.35a30.55,30.55,0,0,1-7.08-5.62Z"/> 335 <path class="horizontal-bricks" d="M52.93,95.74a35.46,35.46,0,0,0,5,8.11l1.2-1a33.55,33.55,0,0,1-4.71-7.72Z"/> 336 <path class="horizontal-bricks" d="M50.76,78a31.51,31.51,0,0,0-.38,4.33l1.56,0a27.19,27.19,0,0,1,.37-4.12Z"/> 337 <path class="horizontal-bricks" d="M65.28,55.59c-.63.36-1.19.83-1.78,1.25s-1.18.85-1.7,1.35l1,1.19a20.52,20.52,0,0,1,1.63-1.29,19.77,19.77,0,0,1,1.69-1.19Z"/> 338 <path class="horizontal-bricks" d="M114.26,92.4a34.94,34.94,0,0,0,1.39-9.4h-1.56a33.53,33.53,0,0,1-1.32,9Z"/> 339 <path class="horizontal-bricks" d="M109,102.66a33.65,33.65,0,0,0,2.61-4,36.86,36.86,0,0,0,2-4.35l-1.47-.54a28.88,28.88,0,0,1-4.34,7.93Z"/> 340 <path class="horizontal-bricks" d="M94.78,113.43a14.69,14.69,0,0,0,2-.86c.66-.31,1.32-.62,2-1L98,110.24c-.6.33-1.24.62-1.86.92a16.15,16.15,0,0,1-1.91.82Z"/> 341 <path class="horizontal-bricks" d="M68.11,112l2,.94c.67.29,1.36.52,2,.78l.52-1.47c-.65-.24-1.31-.46-1.94-.74l-1.87-.9Z"/> 342 <path class="horizontal-bricks" d="M75.52,51.24a31.87,31.87,0,0,0-8.84,3.5l.78,1.35a30.39,30.39,0,0,1,8.41-3.33Z"/> 343 <path class="horizontal-bricks" d="M87,50.61a32.75,32.75,0,0,0-9.48.23l.26,1.54a30.72,30.72,0,0,1,9-.22Z"/> 344 <path class="horizontal-bricks" d="M103.47,57.58A31.55,31.55,0,0,0,99.9,55.1l-.81,1.33a30.54,30.54,0,0,1,3.41,2.37Z"/> 345 <path class="horizontal-bricks" d="M115.58,81.37a31.39,31.39,0,0,0-.49-4.32l-1.54.28a27.36,27.36,0,0,1,.47,4.12Z"/> 359 <path class="horizontal-bricks" 360 d="M59.24,105.36a32.14,32.14,0,0,0,7.44,5.9l.78-1.35a30.55,30.55,0,0,1-7.08-5.62Z" /> 361 <path class="horizontal-bricks" 362 d="M52.93,95.74a35.46,35.46,0,0,0,5,8.11l1.2-1a33.55,33.55,0,0,1-4.71-7.72Z" /> 363 <path class="horizontal-bricks" 364 d="M50.76,78a31.51,31.51,0,0,0-.38,4.33l1.56,0a27.19,27.19,0,0,1,.37-4.12Z" /> 365 <path class="horizontal-bricks" 366 d="M65.28,55.59c-.63.36-1.19.83-1.78,1.25s-1.18.85-1.7,1.35l1,1.19a20.52,20.52,0,0,1,1.63-1.29,19.77,19.77,0,0,1,1.69-1.19Z" /> 367 <path class="horizontal-bricks" 368 d="M114.26,92.4a34.94,34.94,0,0,0,1.39-9.4h-1.56a33.53,33.53,0,0,1-1.32,9Z" /> 369 <path class="horizontal-bricks" 370 d="M109,102.66a33.65,33.65,0,0,0,2.61-4,36.86,36.86,0,0,0,2-4.35l-1.47-.54a28.88,28.88,0,0,1-4.34,7.93Z" /> 371 <path class="horizontal-bricks" 372 d="M94.78,113.43a14.69,14.69,0,0,0,2-.86c.66-.31,1.32-.62,2-1L98,110.24c-.6.33-1.24.62-1.86.92a16.15,16.15,0,0,1-1.91.82Z" /> 373 <path class="horizontal-bricks" 374 d="M68.11,112l2,.94c.67.29,1.36.52,2,.78l.52-1.47c-.65-.24-1.31-.46-1.94-.74l-1.87-.9Z" /> 375 <path class="horizontal-bricks" 376 d="M75.52,51.24a31.87,31.87,0,0,0-8.84,3.5l.78,1.35a30.39,30.39,0,0,1,8.41-3.33Z" /> 377 <path class="horizontal-bricks" 378 d="M87,50.61a32.75,32.75,0,0,0-9.48.23l.26,1.54a30.72,30.72,0,0,1,9-.22Z" /> 379 <path class="horizontal-bricks" 380 d="M103.47,57.58A31.55,31.55,0,0,0,99.9,55.1l-.81,1.33a30.54,30.54,0,0,1,3.41,2.37Z" /> 381 <path class="horizontal-bricks" 382 d="M115.58,81.37a31.39,31.39,0,0,0-.49-4.32l-1.54.28a27.36,27.36,0,0,1,.47,4.12Z" /> 346 383 </g> 347 384 <g id="vertical-bricks-wrap"> 348 <path class="vertical-bricks" d="M63.4,53.37c-.12.08-.25.15-.37.24l1.15,1.69c.11-.09.23-.15.35-.23Z"/> 349 <polygon class="vertical-bricks" points="61.93 54.42 61.58 54.69 62.81 56.32 63.14 56.06 61.93 54.42"/> 350 <path class="vertical-bricks" d="M60.49,55.52c-.12.08-.23.19-.34.28l1.31,1.57a4,4,0,0,1,.32-.28Z"/> 351 <polygon class="vertical-bricks" points="47.71 78.95 47.65 79.39 49.68 79.6 49.74 79.18 47.71 78.95"/> 352 <polygon class="vertical-bricks" points="51.78 99.97 52 100.35 53.78 99.35 53.57 98.99 51.78 99.97"/> 353 <polygon class="vertical-bricks" points="52.71 101.52 52.94 101.9 54.67 100.81 54.45 100.46 52.71 101.52"/> 354 <polygon class="vertical-bricks" points="53.67 103.05 53.94 103.41 55.61 102.24 55.36 101.9 53.67 103.05"/> 355 <polygon class="vertical-bricks" points="61.08 110.93 61.43 111.2 62.67 109.58 62.34 109.33 61.08 110.93"/> 356 <polygon class="vertical-bricks" points="62.53 112.02 62.88 112.28 64.04 110.6 63.7 110.35 62.53 112.02"/> 357 <polygon class="vertical-bricks" points="64.03 113.02 64.41 113.25 65.48 111.51 65.12 111.3 64.03 113.02"/> 358 <polygon class="vertical-bricks" points="67.13 114.77 67.53 114.96 68.42 113.12 68.04 112.94 67.13 114.77"/> 359 <polygon class="vertical-bricks" points="68.77 115.55 69.17 115.73 69.97 113.86 69.59 113.68 68.77 115.55"/> 360 <polygon class="vertical-bricks" points="70.45 116.22 70.87 116.37 71.57 114.45 71.17 114.31 70.45 116.22"/> 361 <polygon class="vertical-bricks" points="97.14 115.59 97.54 115.4 96.7 113.54 96.32 113.72 97.14 115.59"/> 362 <polygon class="vertical-bricks" points="113.27 101.56 113.5 101.17 111.75 100.13 111.53 100.49 113.27 101.56"/> 363 <path class="vertical-bricks" d="M114.2,100a3.6,3.6,0,0,0,.2-.39l-1.8-1c-.06.13-.12.25-.19.37Z"/> 364 <polygon class="vertical-bricks" points="115 98.38 115.2 97.97 113.35 97.11 113.17 97.49 115 98.38"/> 365 <polygon class="vertical-bricks" points="118.15 88 118.21 87.56 116.19 87.3 116.13 87.72 118.15 88"/> 366 <polygon class="vertical-bricks" points="118.37 86.2 118.4 85.76 116.37 85.61 116.34 86.02 118.37 86.2"/> 367 <polygon class="vertical-bricks" points="118.47 84.4 118.49 83.96 116.45 83.9 116.43 84.32 118.47 84.4"/> 368 <polygon class="vertical-bricks" points="118.44 80.86 118.41 80.42 116.38 80.56 116.4 80.98 118.44 80.86"/> 369 <polygon class="vertical-bricks" points="118.3 79.06 118.24 78.62 116.22 78.87 116.28 79.28 118.3 79.06"/> 370 <polygon class="vertical-bricks" points="118.04 77.27 117.97 76.83 115.96 77.18 116.02 77.59 118.04 77.27"/> 371 <polygon class="vertical-bricks" points="104.16 54.49 103.8 54.22 102.6 55.88 102.94 56.13 104.16 54.49"/> 372 <polygon class="vertical-bricks" points="83.92 47.51 83.48 47.49 83.45 49.53 83.87 49.55 83.92 47.51"/> 373 <polygon class="vertical-bricks" points="82.12 47.51 81.68 47.52 81.75 49.56 82.17 49.54 82.12 47.51"/> 374 <polygon class="vertical-bricks" points="80.31 47.59 79.87 47.62 80.05 49.65 80.47 49.63 80.31 47.59"/> 375 <polygon class="vertical-bricks" points="69.76 50.04 69.34 50.2 70.13 52.08 70.52 51.94 69.76 50.04"/> 376 <polygon class="vertical-bricks" points="68.1 50.77 67.69 50.96 68.58 52.8 68.95 52.62 68.1 50.77"/> 377 <polygon class="vertical-bricks" points="66.46 51.56 66.07 51.76 67.04 53.55 67.42 53.37 66.46 51.56"/> 385 <path class="vertical-bricks" 386 d="M63.4,53.37c-.12.08-.25.15-.37.24l1.15,1.69c.11-.09.23-.15.35-.23Z" /> 387 <polygon class="vertical-bricks" 388 points="61.93 54.42 61.58 54.69 62.81 56.32 63.14 56.06 61.93 54.42" /> 389 <path class="vertical-bricks" 390 d="M60.49,55.52c-.12.08-.23.19-.34.28l1.31,1.57a4,4,0,0,1,.32-.28Z" /> 391 <polygon class="vertical-bricks" 392 points="47.71 78.95 47.65 79.39 49.68 79.6 49.74 79.18 47.71 78.95" /> 393 <polygon class="vertical-bricks" 394 points="51.78 99.97 52 100.35 53.78 99.35 53.57 98.99 51.78 99.97" /> 395 <polygon class="vertical-bricks" 396 points="52.71 101.52 52.94 101.9 54.67 100.81 54.45 100.46 52.71 101.52" /> 397 <polygon class="vertical-bricks" 398 points="53.67 103.05 53.94 103.41 55.61 102.24 55.36 101.9 53.67 103.05" /> 399 <polygon class="vertical-bricks" 400 points="61.08 110.93 61.43 111.2 62.67 109.58 62.34 109.33 61.08 110.93" /> 401 <polygon class="vertical-bricks" 402 points="62.53 112.02 62.88 112.28 64.04 110.6 63.7 110.35 62.53 112.02" /> 403 <polygon class="vertical-bricks" 404 points="64.03 113.02 64.41 113.25 65.48 111.51 65.12 111.3 64.03 113.02" /> 405 <polygon class="vertical-bricks" 406 points="67.13 114.77 67.53 114.96 68.42 113.12 68.04 112.94 67.13 114.77" /> 407 <polygon class="vertical-bricks" 408 points="68.77 115.55 69.17 115.73 69.97 113.86 69.59 113.68 68.77 115.55" /> 409 <polygon class="vertical-bricks" 410 points="70.45 116.22 70.87 116.37 71.57 114.45 71.17 114.31 70.45 116.22" /> 411 <polygon class="vertical-bricks" 412 points="97.14 115.59 97.54 115.4 96.7 113.54 96.32 113.72 97.14 115.59" /> 413 <polygon class="vertical-bricks" 414 points="113.27 101.56 113.5 101.17 111.75 100.13 111.53 100.49 113.27 101.56" /> 415 <path class="vertical-bricks" 416 d="M114.2,100a3.6,3.6,0,0,0,.2-.39l-1.8-1c-.06.13-.12.25-.19.37Z" /> 417 <polygon class="vertical-bricks" 418 points="115 98.38 115.2 97.97 113.35 97.11 113.17 97.49 115 98.38" /> 419 <polygon class="vertical-bricks" 420 points="118.15 88 118.21 87.56 116.19 87.3 116.13 87.72 118.15 88" /> 421 <polygon class="vertical-bricks" 422 points="118.37 86.2 118.4 85.76 116.37 85.61 116.34 86.02 118.37 86.2" /> 423 <polygon class="vertical-bricks" 424 points="118.47 84.4 118.49 83.96 116.45 83.9 116.43 84.32 118.47 84.4" /> 425 <polygon class="vertical-bricks" 426 points="118.44 80.86 118.41 80.42 116.38 80.56 116.4 80.98 118.44 80.86" /> 427 <polygon class="vertical-bricks" 428 points="118.3 79.06 118.24 78.62 116.22 78.87 116.28 79.28 118.3 79.06" /> 429 <polygon class="vertical-bricks" 430 points="118.04 77.27 117.97 76.83 115.96 77.18 116.02 77.59 118.04 77.27" /> 431 <polygon class="vertical-bricks" 432 points="104.16 54.49 103.8 54.22 102.6 55.88 102.94 56.13 104.16 54.49" /> 433 <polygon class="vertical-bricks" 434 points="83.92 47.51 83.48 47.49 83.45 49.53 83.87 49.55 83.92 47.51" /> 435 <polygon class="vertical-bricks" 436 points="82.12 47.51 81.68 47.52 81.75 49.56 82.17 49.54 82.12 47.51" /> 437 <polygon class="vertical-bricks" 438 points="80.31 47.59 79.87 47.62 80.05 49.65 80.47 49.63 80.31 47.59" /> 439 <polygon class="vertical-bricks" 440 points="69.76 50.04 69.34 50.2 70.13 52.08 70.52 51.94 69.76 50.04" /> 441 <polygon class="vertical-bricks" 442 points="68.1 50.77 67.69 50.96 68.58 52.8 68.95 52.62 68.1 50.77" /> 443 <polygon class="vertical-bricks" 444 points="66.46 51.56 66.07 51.76 67.04 53.55 67.42 53.37 66.46 51.56" /> 378 445 </g> 379 446 </g> 380 447 <g id="dial-outer-wrap"> 381 <path class="dial-outer" d="M70.86,62,68.27,57.5l-1.5.91c0,.88.14,1.81.25,2.67l-1.31,1-1.22,1.1c-.83-.27-1.72-.55-2.57-.74a29.66,29.66,0,0,0-3.92,5q.63,1.2,1.32,2.31a26.19,26.19,0,0,0-1.81,4c-.87.13-1.75.3-2.64.5a31.8,31.8,0,0,0-1.33,8.92c.79.46,1.58.87,2.38,1.25,0,.56,0,1.12.11,1.67l.25,1.65a24.38,24.38,0,0,0-2,1.75l.59,2.28c.89.2,1.77.37,2.64.5.2.52.37,1.06.6,1.56l.73,1.51a24.38,24.38,0,0,0-1.42,2.26c.46.74.88,1.52,1.39,2.22s1,1.42,1.58,2.09c.9-.15,1.78-.34,2.64-.55l.77.85.84.77a17.66,17.66,0,0,0,1.75,1.49c-.14.86-.25,1.75-.33,2.65a26.2,26.2,0,0,0,2.23,1.42L70.86,104l-1.36-.83c-.44-.3-.86-.63-1.28-.94l-.64-.48-.59-.53-1.18-1.07L64.74,99l-.53-.59-.48-.64c-.31-.42-.64-.84-.94-1.28L62,95.14a24.17,24.17,0,0,1,0-24.28l.83-1.36c.3-.44.63-.86.94-1.28l.48-.64.53-.59,1.07-1.18L67,64.74l.59-.53.64-.48c.42-.31.84-.64,1.28-.94Zm-2,41.2a9.24,9.24,0,0,0,1.11.73l-1,1.63a11.82,11.82,0,0,1-1.2-.79Zm-.71-.53.25.18-1.15,1.55-.26-.2Zm-.71-.53.25.19-1.2,1.5-.26-.2Zm-.66-.59.23.21-1.25,1.46-.24-.22Zm-.65-.59.23.21L65,102.54l-.25-.22Zm-.64-.61a2.23,2.23,0,0,0,.21.22L64.3,101.9a1.75,1.75,0,0,1-.23-.24Zm-.6-.65.21.23-1.4,1.32-.22-.25Zm-3.27-4.47.69,1.14-1.61,1-.75-1.23Zm-1.19-2.37.13.28-1.75.79-.15-.3Zm-.94-2.47.46,1.25-1.8.67-.49-1.35ZM59,88.64l.08.29-1.86.47-.09-.33ZM58.54,86l.2,1.32-1.89.34-.22-1.43Zm-.15-1.76,0,.31-1.92.12v-.33Zm0-2.34,0,.58v.31l-1.92,0v-.33l0-.62Zm.47-4c-.08.44-.14.88-.21,1.32L56.74,79c.08-.48.14-1,.23-1.43Zm.22-.85-.08.3L57.12,77l.08-.32Zm.22-.86-.08.3-1.85-.5.08-.32Zm.24-.85c0,.1-.07.2-.1.3l-1.83-.57c0-.11.07-.21.11-.32Zm.31-.82-.11.29-1.81-.64.11-.31ZM60.45,73l-.14.28-1.76-.76.14-.3Zm.76-1.59-.13.28-1.71-.88.15-.3Zm.44-.77-.16.27L59.82,70l.17-.29Zm.92-1.5-.7,1.14-1.64-1L61,68.09Zm2.07-2.61-.21.23L63,65.53l.22-.25Zm3.22-3-.25.19-1.2-1.5.27-.2Zm.7-.53-.24.19-1.15-1.54.27-.2Z"/> 382 <path class="dial-outer" d="M70.86,104l-2.59,4.46a13.68,13.68,0,0,0,1.55.84c.76-.5,1.49-1,2.18-1.53,1,.45,2,.79,3.08,1.16.18.84.4,1.7.65,2.56.52.13,1,.28,1.55.38l1.58.24a24.08,24.08,0,0,0,3.17.28c.48-.76.93-1.49,1.34-2.3l2.17-.11c.72-.06,1.44-.2,2.16-.3a24.38,24.38,0,0,0,1.75,2,28.81,28.81,0,0,0,8.39-3.31c0-.9,0-1.79-.09-2.66a14.07,14.07,0,0,0,1.37-1c.44-.34.9-.65,1.32-1,.81.31,1.65.59,2.51.85l.87-.79.79-.87c-.26-.86-.54-1.7-.85-2.51.37-.41.68-.88,1-1.32a14.46,14.46,0,0,0,1-1.36c.87.06,1.76.09,2.66.09a19.76,19.76,0,0,0,1.23-2.32c.18-.39.38-.78.55-1.18l.46-1.24c-.57-.69-1.15-1.36-1.74-2,.21-.73.38-1.48.58-2.22s.26-1.5.39-2.25c.82-.32,1.69-.66,2.47-1l.13-2.64h-5.16A24.59,24.59,0,0,1,104,95.14l-.83,1.36c-.3.44-.63.86-.94,1.28l-.48.64-.53.59-1.07,1.18L99,101.26l-.59.53-.64.48c-.42.31-.84.64-1.28.94l-1.36.83a24.17,24.17,0,0,1-24.28,0Zm36.7-18.83.07-1.33,1.91.07-.07,1.43Zm-.1.88,0-.3,1.91.21,0,.33Zm-.14.87.05-.3,1.9.28,0,.33Zm-.13.88,0-.31,1.88.35-.05.33Zm-.21.85.08-.29,1.87.41-.08.33Zm-.22.86.08-.3,1.86.49-.09.32Zm-.22.85c0-.09,0-.2.08-.29l1.84.55c0,.1,0,.22-.09.32Zm-2.27,5.06a10.12,10.12,0,0,0,.65-1.16l1.7.88a10.22,10.22,0,0,1-.7,1.25Zm-1.47,2.21.19-.25,1.55,1.12-.2.27Zm-1.68,2,.9-1,1.47,1.22-1,1.07ZM99.88,101l.22-.21,1.34,1.39-.25.22Zm-2,1.71c.35-.28.73-.52,1.05-.83l1.24,1.47a14.28,14.28,0,0,1-1.13.89Zm-1.44,1,.27-.16,1.06,1.59-.28.18Zm-2,1.18a5,5,0,0,0,.51-.27l.13-.07.14-.09,1,1.67-.15.09-.14.09a4.73,4.73,0,0,1-.55.28Zm-3.68,1.55L92,106l.69,1.79-1.35.5Zm-.84.26.3-.08.55,1.84-.32.09Zm-.86.22.3-.08.49,1.86-.32.08Zm-.85.22.3-.08.42,1.88-.32.08Zm-.87.15.3,0,.36,1.88-.33,0Zm-1.65.25.31,0,.23,1.9-.33.05Zm-1.76.11.31,0,.09,1.92H84Zm-.88,0,.31,0,0,1.92-.33,0Zm-1.77-.09,1.34.07,0,1.92-1.44-.07Zm-3.29-.43c.1,0,.2,0,.3,0l-.37,1.89c-.1,0-.22,0-.32-.06Zm-4.22-1.3L74,106l-.7,1.78-.31-.11Zm-.8-.35.27.13-.76,1.76-.3-.14Z"/> 383 <path class="dial-outer" d="M107.31,83h5.16l-.08-1.76c-.8-.41-1.58-.78-2.4-1.12l-.24-1.62a10.67,10.67,0,0,0-.32-1.61c.65-.59,1.29-1.2,1.92-1.86l-.2-.77-.27-.75-.55-1.5c-.37-1-.89-1.93-1.34-2.9-.89,0-1.81,0-2.69,0a27.44,27.44,0,0,0-2.5-3.56c.31-.81.59-1.65.85-2.51a28.57,28.57,0,0,0-7-5.62,25.66,25.66,0,0,0-2.26,1.41l-1.51-.72c-.5-.25-1-.4-1.55-.61-.13-.87-.3-1.75-.5-2.64l-2.28-.6a24.13,24.13,0,0,0-1.75,2L86.1,56c-.55-.09-1.1-.08-1.66-.12-.38-.79-.79-1.59-1.25-2.38A31.41,31.41,0,0,0,78,54c-.32.84-.61,1.65-.85,2.52l-2.22.58-2.16.79a25.07,25.07,0,0,0-2.13-1.59,20.93,20.93,0,0,0-2.35,1.22L70.86,62a24.17,24.17,0,0,1,24.28,0l1.36.83c.44.3.86.63,1.28.94l.64.48.59.53,1.18,1.07L101.26,67l.53.59.48.64c.31.42.64.84.94,1.28l.83,1.36A24.59,24.59,0,0,1,107.31,83ZM72.64,60.63l-1.2.58-.9-1.69,1.29-.63Zm.8-.38-.28.13-.77-1.76.3-.14Zm.83-.3-.29.11-.7-1.79.31-.12Zm.83-.3-.29.1-.64-1.81.31-.11Zm.84-.28-.3.08-.58-1.83.33-.09Zm.85-.22-.3.08L76,57.37l.32-.08Zm.86-.22-.3.08-.44-1.87.32-.08Zm5.51-.59c-.44,0-.89,0-1.34,0l-.09-1.92c.48,0,1-.06,1.44,0Zm2.64.16-.3,0,.19-1.91.33,0Zm2.61.44a9.45,9.45,0,0,0-1.31-.24l.32-1.9a11.31,11.31,0,0,1,1.41.27Zm1.71.44-.3-.07.54-1.85.32.09Zm2.5.9-1.26-.47L92,58l1.36.5Zm1.59.76-.28-.13.85-1.72.3.14Zm2,1.17-.49-.3-.13-.08-.14-.08,1-1.66.15.09.13.08.53.33Zm3.18,2.41a11.88,11.88,0,0,0-1-.87l1.2-1.5a13.85,13.85,0,0,1,1.09.94Zm.65.6L99.84,65l1.32-1.4.24.22Zm.63.62-.21-.23,1.36-1.36.23.25Zm.59.65-.2-.23L102.5,65l.22.24Zm.6.65-.21-.22,1.45-1.26.23.25Zm1,1.32-.18-.24,1.53-1.16.2.27Zm1,1.46-.16-.26,1.61-1,.18.28Zm.46.76-.16-.27,1.65-1,.17.29Zm.82,1.56c-.2-.4-.36-.82-.6-1.2l1.68-.93c.25.41.43.86.65,1.29Zm1.26,3.07-.1-.29,1.81-.62.12.31Zm1,4.3,0-.31,1.9-.28,0,.33Zm.13.87,0-.3,1.9-.22,0,.33Z"/> 448 <path class="dial-outer" 449 d="M70.86,62,68.27,57.5l-1.5.91c0,.88.14,1.81.25,2.67l-1.31,1-1.22,1.1c-.83-.27-1.72-.55-2.57-.74a29.66,29.66,0,0,0-3.92,5q.63,1.2,1.32,2.31a26.19,26.19,0,0,0-1.81,4c-.87.13-1.75.3-2.64.5a31.8,31.8,0,0,0-1.33,8.92c.79.46,1.58.87,2.38,1.25,0,.56,0,1.12.11,1.67l.25,1.65a24.38,24.38,0,0,0-2,1.75l.59,2.28c.89.2,1.77.37,2.64.5.2.52.37,1.06.6,1.56l.73,1.51a24.38,24.38,0,0,0-1.42,2.26c.46.74.88,1.52,1.39,2.22s1,1.42,1.58,2.09c.9-.15,1.78-.34,2.64-.55l.77.85.84.77a17.66,17.66,0,0,0,1.75,1.49c-.14.86-.25,1.75-.33,2.65a26.2,26.2,0,0,0,2.23,1.42L70.86,104l-1.36-.83c-.44-.3-.86-.63-1.28-.94l-.64-.48-.59-.53-1.18-1.07L64.74,99l-.53-.59-.48-.64c-.31-.42-.64-.84-.94-1.28L62,95.14a24.17,24.17,0,0,1,0-24.28l.83-1.36c.3-.44.63-.86.94-1.28l.48-.64.53-.59,1.07-1.18L67,64.74l.59-.53.64-.48c.42-.31.84-.64,1.28-.94Zm-2,41.2a9.24,9.24,0,0,0,1.11.73l-1,1.63a11.82,11.82,0,0,1-1.2-.79Zm-.71-.53.25.18-1.15,1.55-.26-.2Zm-.71-.53.25.19-1.2,1.5-.26-.2Zm-.66-.59.23.21-1.25,1.46-.24-.22Zm-.65-.59.23.21L65,102.54l-.25-.22Zm-.64-.61a2.23,2.23,0,0,0,.21.22L64.3,101.9a1.75,1.75,0,0,1-.23-.24Zm-.6-.65.21.23-1.4,1.32-.22-.25Zm-3.27-4.47.69,1.14-1.61,1-.75-1.23Zm-1.19-2.37.13.28-1.75.79-.15-.3Zm-.94-2.47.46,1.25-1.8.67-.49-1.35ZM59,88.64l.08.29-1.86.47-.09-.33ZM58.54,86l.2,1.32-1.89.34-.22-1.43Zm-.15-1.76,0,.31-1.92.12v-.33Zm0-2.34,0,.58v.31l-1.92,0v-.33l0-.62Zm.47-4c-.08.44-.14.88-.21,1.32L56.74,79c.08-.48.14-1,.23-1.43Zm.22-.85-.08.3L57.12,77l.08-.32Zm.22-.86-.08.3-1.85-.5.08-.32Zm.24-.85c0,.1-.07.2-.1.3l-1.83-.57c0-.11.07-.21.11-.32Zm.31-.82-.11.29-1.81-.64.11-.31ZM60.45,73l-.14.28-1.76-.76.14-.3Zm.76-1.59-.13.28-1.71-.88.15-.3Zm.44-.77-.16.27L59.82,70l.17-.29Zm.92-1.5-.7,1.14-1.64-1L61,68.09Zm2.07-2.61-.21.23L63,65.53l.22-.25Zm3.22-3-.25.19-1.2-1.5.27-.2Zm.7-.53-.24.19-1.15-1.54.27-.2Z" /> 450 <path class="dial-outer" 451 d="M70.86,104l-2.59,4.46a13.68,13.68,0,0,0,1.55.84c.76-.5,1.49-1,2.18-1.53,1,.45,2,.79,3.08,1.16.18.84.4,1.7.65,2.56.52.13,1,.28,1.55.38l1.58.24a24.08,24.08,0,0,0,3.17.28c.48-.76.93-1.49,1.34-2.3l2.17-.11c.72-.06,1.44-.2,2.16-.3a24.38,24.38,0,0,0,1.75,2,28.81,28.81,0,0,0,8.39-3.31c0-.9,0-1.79-.09-2.66a14.07,14.07,0,0,0,1.37-1c.44-.34.9-.65,1.32-1,.81.31,1.65.59,2.51.85l.87-.79.79-.87c-.26-.86-.54-1.7-.85-2.51.37-.41.68-.88,1-1.32a14.46,14.46,0,0,0,1-1.36c.87.06,1.76.09,2.66.09a19.76,19.76,0,0,0,1.23-2.32c.18-.39.38-.78.55-1.18l.46-1.24c-.57-.69-1.15-1.36-1.74-2,.21-.73.38-1.48.58-2.22s.26-1.5.39-2.25c.82-.32,1.69-.66,2.47-1l.13-2.64h-5.16A24.59,24.59,0,0,1,104,95.14l-.83,1.36c-.3.44-.63.86-.94,1.28l-.48.64-.53.59-1.07,1.18L99,101.26l-.59.53-.64.48c-.42.31-.84.64-1.28.94l-1.36.83a24.17,24.17,0,0,1-24.28,0Zm36.7-18.83.07-1.33,1.91.07-.07,1.43Zm-.1.88,0-.3,1.91.21,0,.33Zm-.14.87.05-.3,1.9.28,0,.33Zm-.13.88,0-.31,1.88.35-.05.33Zm-.21.85.08-.29,1.87.41-.08.33Zm-.22.86.08-.3,1.86.49-.09.32Zm-.22.85c0-.09,0-.2.08-.29l1.84.55c0,.1,0,.22-.09.32Zm-2.27,5.06a10.12,10.12,0,0,0,.65-1.16l1.7.88a10.22,10.22,0,0,1-.7,1.25Zm-1.47,2.21.19-.25,1.55,1.12-.2.27Zm-1.68,2,.9-1,1.47,1.22-1,1.07ZM99.88,101l.22-.21,1.34,1.39-.25.22Zm-2,1.71c.35-.28.73-.52,1.05-.83l1.24,1.47a14.28,14.28,0,0,1-1.13.89Zm-1.44,1,.27-.16,1.06,1.59-.28.18Zm-2,1.18a5,5,0,0,0,.51-.27l.13-.07.14-.09,1,1.67-.15.09-.14.09a4.73,4.73,0,0,1-.55.28Zm-3.68,1.55L92,106l.69,1.79-1.35.5Zm-.84.26.3-.08.55,1.84-.32.09Zm-.86.22.3-.08.49,1.86-.32.08Zm-.85.22.3-.08.42,1.88-.32.08Zm-.87.15.3,0,.36,1.88-.33,0Zm-1.65.25.31,0,.23,1.9-.33.05Zm-1.76.11.31,0,.09,1.92H84Zm-.88,0,.31,0,0,1.92-.33,0Zm-1.77-.09,1.34.07,0,1.92-1.44-.07Zm-3.29-.43c.1,0,.2,0,.3,0l-.37,1.89c-.1,0-.22,0-.32-.06Zm-4.22-1.3L74,106l-.7,1.78-.31-.11Zm-.8-.35.27.13-.76,1.76-.3-.14Z" /> 452 <path class="dial-outer" 453 d="M107.31,83h5.16l-.08-1.76c-.8-.41-1.58-.78-2.4-1.12l-.24-1.62a10.67,10.67,0,0,0-.32-1.61c.65-.59,1.29-1.2,1.92-1.86l-.2-.77-.27-.75-.55-1.5c-.37-1-.89-1.93-1.34-2.9-.89,0-1.81,0-2.69,0a27.44,27.44,0,0,0-2.5-3.56c.31-.81.59-1.65.85-2.51a28.57,28.57,0,0,0-7-5.62,25.66,25.66,0,0,0-2.26,1.41l-1.51-.72c-.5-.25-1-.4-1.55-.61-.13-.87-.3-1.75-.5-2.64l-2.28-.6a24.13,24.13,0,0,0-1.75,2L86.1,56c-.55-.09-1.1-.08-1.66-.12-.38-.79-.79-1.59-1.25-2.38A31.41,31.41,0,0,0,78,54c-.32.84-.61,1.65-.85,2.52l-2.22.58-2.16.79a25.07,25.07,0,0,0-2.13-1.59,20.93,20.93,0,0,0-2.35,1.22L70.86,62a24.17,24.17,0,0,1,24.28,0l1.36.83c.44.3.86.63,1.28.94l.64.48.59.53,1.18,1.07L101.26,67l.53.59.48.64c.31.42.64.84.94,1.28l.83,1.36A24.59,24.59,0,0,1,107.31,83ZM72.64,60.63l-1.2.58-.9-1.69,1.29-.63Zm.8-.38-.28.13-.77-1.76.3-.14Zm.83-.3-.29.11-.7-1.79.31-.12Zm.83-.3-.29.1-.64-1.81.31-.11Zm.84-.28-.3.08-.58-1.83.33-.09Zm.85-.22-.3.08L76,57.37l.32-.08Zm.86-.22-.3.08-.44-1.87.32-.08Zm5.51-.59c-.44,0-.89,0-1.34,0l-.09-1.92c.48,0,1-.06,1.44,0Zm2.64.16-.3,0,.19-1.91.33,0Zm2.61.44a9.45,9.45,0,0,0-1.31-.24l.32-1.9a11.31,11.31,0,0,1,1.41.27Zm1.71.44-.3-.07.54-1.85.32.09Zm2.5.9-1.26-.47L92,58l1.36.5Zm1.59.76-.28-.13.85-1.72.3.14Zm2,1.17-.49-.3-.13-.08-.14-.08,1-1.66.15.09.13.08.53.33Zm3.18,2.41a11.88,11.88,0,0,0-1-.87l1.2-1.5a13.85,13.85,0,0,1,1.09.94Zm.65.6L99.84,65l1.32-1.4.24.22Zm.63.62-.21-.23,1.36-1.36.23.25Zm.59.65-.2-.23L102.5,65l.22.24Zm.6.65-.21-.22,1.45-1.26.23.25Zm1,1.32-.18-.24,1.53-1.16.2.27Zm1,1.46-.16-.26,1.61-1,.18.28Zm.46.76-.16-.27,1.65-1,.17.29Zm.82,1.56c-.2-.4-.36-.82-.6-1.2l1.68-.93c.25.41.43.86.65,1.29Zm1.26,3.07-.1-.29,1.81-.62.12.31Zm1,4.3,0-.31,1.9-.28,0,.33Zm.13.87,0-.3,1.9-.22,0,.33Z" /> 384 454 </g> 385 455 <g id="dial-middle-wrap"> 386 456 <g id="open-paths"> 387 <path class="dial-middle-open" d="M71.28,62.69l-1.32.8c-.42.29-.82.61-1.23.91l-.62.46-.57.51-1.14,1-1,1.14-.51.57-.46.62c-.3.41-.62.81-.91,1.23l-.8,1.32a23.31,23.31,0,0,0,0,23.44l.8,1.32c.29.42.61.82.91,1.23l.46.62.51.57,1,1.14,1.14,1,.57.51.62.46c.41.3.81.62,1.23.91l1.32.8.54-.93a22.37,22.37,0,0,1-7.64-7.28l2.32-1.49A19.67,19.67,0,0,0,73.2,100l1-1.77-1-.59-.92-.69-.46-.34-.43-.39-.86-.77-.77-.86-.39-.43-.34-.46-.69-.92-.59-1a6.63,6.63,0,0,1-.54-1c-.16-.34-.35-.68-.49-1a18,18,0,0,1,0-13.46c.14-.35.33-.69.49-1a7,7,0,0,1,.54-1l.59-1,.69-.92.34-.46.39-.43.77-.86.86-.77.43-.39.46-.34.92-.69,1-.59Z"/> 388 <path class="dial-middle-open" d="M71.28,103.31a23.31,23.31,0,0,0,23.44,0l1.32-.8c.42-.29.82-.61,1.23-.91l.62-.46.57-.51,1.14-1,1-1.14.51-.57.46-.62c.3-.41.62-.81.91-1.23l.8-1.32A23.69,23.69,0,0,0,106.47,83h-1.08a22.9,22.9,0,0,1-2.5,10.24L100.44,92a20.11,20.11,0,0,0,2.19-9h-2a18.8,18.8,0,0,1-1.34,6.73c-.14.35-.33.69-.49,1a6.63,6.63,0,0,1-.54,1l-.59,1-.69.92-.34.46-.39.43-.77.86-.86.77-.43.39-.46.34-.92.69-1,.59a6.63,6.63,0,0,1-1,.54c-.34.16-.68.35-1,.49a18,18,0,0,1-13.46,0c-.35-.14-.69-.33-1-.49a7,7,0,0,1-1-.54Z"/> 389 <path class="dial-middle-open" d="M106.47,83a23.69,23.69,0,0,0-3.16-11.72l-.8-1.32c-.29-.42-.61-.82-.91-1.23l-.46-.62-.51-.57-1-1.14-1.14-1-.57-.51-.62-.46c-.41-.3-.81-.62-1.23-.91l-1.32-.8a23.31,23.31,0,0,0-23.44,0l.54.93a21.8,21.8,0,0,1,10.11-2.95l.13,2.75A19.15,19.15,0,0,0,73.2,66l1,1.77a7,7,0,0,1,1-.54c.35-.16.69-.35,1-.49a18,18,0,0,1,13.46,0c.35.14.69.33,1,.49a6.63,6.63,0,0,1,1,.54l1,.59.92.69.46.34.43.39.86.77.77.86.39.43.34.46.69.92.59,1a7,7,0,0,1,.54,1c.16.35.35.69.49,1A18.8,18.8,0,0,1,100.59,83Z"/> 457 <path class="dial-middle-open" 458 d="M71.28,62.69l-1.32.8c-.42.29-.82.61-1.23.91l-.62.46-.57.51-1.14,1-1,1.14-.51.57-.46.62c-.3.41-.62.81-.91,1.23l-.8,1.32a23.31,23.31,0,0,0,0,23.44l.8,1.32c.29.42.61.82.91,1.23l.46.62.51.57,1,1.14,1.14,1,.57.51.62.46c.41.3.81.62,1.23.91l1.32.8.54-.93a22.37,22.37,0,0,1-7.64-7.28l2.32-1.49A19.67,19.67,0,0,0,73.2,100l1-1.77-1-.59-.92-.69-.46-.34-.43-.39-.86-.77-.77-.86-.39-.43-.34-.46-.69-.92-.59-1a6.63,6.63,0,0,1-.54-1c-.16-.34-.35-.68-.49-1a18,18,0,0,1,0-13.46c.14-.35.33-.69.49-1a7,7,0,0,1,.54-1l.59-1,.69-.92.34-.46.39-.43.77-.86.86-.77.43-.39.46-.34.92-.69,1-.59Z" /> 459 <path class="dial-middle-open" 460 d="M71.28,103.31a23.31,23.31,0,0,0,23.44,0l1.32-.8c.42-.29.82-.61,1.23-.91l.62-.46.57-.51,1.14-1,1-1.14.51-.57.46-.62c.3-.41.62-.81.91-1.23l.8-1.32A23.69,23.69,0,0,0,106.47,83h-1.08a22.9,22.9,0,0,1-2.5,10.24L100.44,92a20.11,20.11,0,0,0,2.19-9h-2a18.8,18.8,0,0,1-1.34,6.73c-.14.35-.33.69-.49,1a6.63,6.63,0,0,1-.54,1l-.59,1-.69.92-.34.46-.39.43-.77.86-.86.77-.43.39-.46.34-.92.69-1,.59a6.63,6.63,0,0,1-1,.54c-.34.16-.68.35-1,.49a18,18,0,0,1-13.46,0c-.35-.14-.69-.33-1-.49a7,7,0,0,1-1-.54Z" /> 461 <path class="dial-middle-open" 462 d="M106.47,83a23.69,23.69,0,0,0-3.16-11.72l-.8-1.32c-.29-.42-.61-.82-.91-1.23l-.46-.62-.51-.57-1-1.14-1.14-1-.57-.51-.62-.46c-.41-.3-.81-.62-1.23-.91l-1.32-.8a23.31,23.31,0,0,0-23.44,0l.54.93a21.8,21.8,0,0,1,10.11-2.95l.13,2.75A19.15,19.15,0,0,0,73.2,66l1,1.77a7,7,0,0,1,1-.54c.35-.16.69-.35,1-.49a18,18,0,0,1,13.46,0c.35.14.69.33,1,.49a6.63,6.63,0,0,1,1,.54l1,.59.92.69.46.34.43.39.86.77.77.86.39.43.34.46.69.92.59,1a7,7,0,0,1,.54,1c.16.35.35.69.49,1A18.8,18.8,0,0,1,100.59,83Z" /> 390 463 </g> 391 464 <g id="slabs"> 392 <path class="dial-middle" d="M63.47,81.11a22,22,0,0,0,.27,5.68,21.24,21.24,0,0,0,1.89,5.34l-2.44,1.28A23.49,23.49,0,0,1,61,87.32a24.61,24.61,0,0,1-.32-6.47Z"/> 393 <polygon class="dial-middle" points="64.23 77.27 63.95 78.38 61.26 77.73 61.59 76.46 64.23 77.27"/> 394 <path class="dial-middle" d="M70.46,64.45,72,66.73a20.26,20.26,0,0,0-4.71,4.53L65.1,69.6A22.8,22.8,0,0,1,70.46,64.45Z"/> 395 <path class="dial-middle" d="M91.13,100.85a19.63,19.63,0,0,0,8.45-7.38l2.33,1.47a22.4,22.4,0,0,1-9.63,8.42Z"/> 396 <polygon class="dial-middle" points="87.43 102.11 88.53 101.82 89.31 104.47 88.05 104.8 87.43 102.11"/> 397 <path class="dial-middle" d="M73.22,103.11l1.21-2.48a18.9,18.9,0,0,0,6.24,1.85l-.33,2.74A21.44,21.44,0,0,1,73.22,103.11Z"/> 398 <path class="dial-middle" d="M94.38,67a19.32,19.32,0,0,0-10.6-3.61l.11-2.76A22.07,22.07,0,0,1,96,64.79Z"/> 399 <path class="dial-middle" d="M97.33,69.62a6.8,6.8,0,0,0-.8-.81l1.9-2a8.08,8.08,0,0,1,.92.93Z"/> 400 <path class="dial-middle" d="M105.31,81.41l-2.76.2a20.38,20.38,0,0,0-1.5-6.34l2.53-1.08A23,23,0,0,1,105.31,81.41Z"/> 465 <path class="dial-middle" 466 d="M63.47,81.11a22,22,0,0,0,.27,5.68,21.24,21.24,0,0,0,1.89,5.34l-2.44,1.28A23.49,23.49,0,0,1,61,87.32a24.61,24.61,0,0,1-.32-6.47Z" /> 467 <polygon class="dial-middle" 468 points="64.23 77.27 63.95 78.38 61.26 77.73 61.59 76.46 64.23 77.27" /> 469 <path class="dial-middle" 470 d="M70.46,64.45,72,66.73a20.26,20.26,0,0,0-4.71,4.53L65.1,69.6A22.8,22.8,0,0,1,70.46,64.45Z" /> 471 <path class="dial-middle" 472 d="M91.13,100.85a19.63,19.63,0,0,0,8.45-7.38l2.33,1.47a22.4,22.4,0,0,1-9.63,8.42Z" /> 473 <polygon class="dial-middle" 474 points="87.43 102.11 88.53 101.82 89.31 104.47 88.05 104.8 87.43 102.11" /> 475 <path class="dial-middle" 476 d="M73.22,103.11l1.21-2.48a18.9,18.9,0,0,0,6.24,1.85l-.33,2.74A21.44,21.44,0,0,1,73.22,103.11Z" /> 477 <path class="dial-middle" 478 d="M94.38,67a19.32,19.32,0,0,0-10.6-3.61l.11-2.76A22.07,22.07,0,0,1,96,64.79Z" /> 479 <path class="dial-middle" 480 d="M97.33,69.62a6.8,6.8,0,0,0-.8-.81l1.9-2a8.08,8.08,0,0,1,.92.93Z" /> 481 <path class="dial-middle" 482 d="M105.31,81.41l-2.76.2a20.38,20.38,0,0,0-1.5-6.34l2.53-1.08A23,23,0,0,1,105.31,81.41Z" /> 401 483 </g> 402 484 </g> 403 485 <g id="dial-inner-wrap"> 404 <path id="dial-inner" class="dial-inner" d="M74.52,68.3l1.26,2.18c-.26.17-.53.33-.81.49l-.76.57-.38.27-.35.33-.71.63-.63.71-.33.35-.27.38L71,75c-.16.28-.32.55-.49.81a4.48,4.48,0,0,0-.44.84c-.13.28-.29.56-.41.85a14.22,14.22,0,0,0-.58,1.78,13.78,13.78,0,0,0,0,7.5,14.22,14.22,0,0,0,.58,1.78c.12.29.28.57.41.85a4.48,4.48,0,0,0,.44.84c.17.26.33.53.49.81l.57.76.27.38.33.35.63.71.71.63.35.33.38.27L75,95c.28.16.55.32.81.49L74.52,97.7l-1-.57-.89-.67-.45-.32-.41-.38L71,95l-.75-.83-.38-.41-.32-.45-.67-.89-.57-1a6.13,6.13,0,0,1-.52-1c-.15-.34-.34-.66-.48-1a19.82,19.82,0,0,1-.69-2.1,16.43,16.43,0,0,1,0-8.8,19.82,19.82,0,0,1,.69-2.1c.14-.34.33-.66.48-1a6.13,6.13,0,0,1,.52-1l.57-1,.67-.89.32-.45.38-.41L71,71l.83-.75.41-.38.45-.32.89-.67Z"/> 405 <path id="dial-inner-2" data-name="dial-inner" class="dial-inner" d="M74.52,97.7l1.26-2.18a4.48,4.48,0,0,0,.84.44c.28.13.56.29.85.41a14.22,14.22,0,0,0,1.78.58,13.78,13.78,0,0,0,7.5,0,14.22,14.22,0,0,0,1.78-.58c.29-.12.57-.28.85-.41a4.48,4.48,0,0,0,.84-.44c.26-.17.53-.33.81-.49l.76-.57.38-.27.35-.33.71-.63.63-.71.33-.35.27-.38L95,91c.16-.28.32-.55.49-.81a4.48,4.48,0,0,0,.44-.84c.13-.28.29-.56.41-.85A14.22,14.22,0,0,0,97,86.75,15.63,15.63,0,0,0,97.47,83H100a18.52,18.52,0,0,1-.6,4.4,19.82,19.82,0,0,1-.69,2.1c-.14.34-.33.66-.48,1a6.13,6.13,0,0,1-.52,1l-.57,1-.67.89-.32.45-.38.41L95,95l-.83.75-.41.38-.45.32-.89.67-1,.57a6.13,6.13,0,0,1-1,.52c-.34.15-.66.34-1,.48a19.82,19.82,0,0,1-2.1.69,16.43,16.43,0,0,1-8.8,0,19.82,19.82,0,0,1-2.1-.69c-.34-.14-.66-.33-1-.48A6.13,6.13,0,0,1,74.52,97.7Z"/> 406 <path id="dial-inner-3" data-name="dial-inner" class="dial-inner" d="M100,83H97.47A15.63,15.63,0,0,0,97,79.25a14.22,14.22,0,0,0-.58-1.78c-.12-.29-.28-.57-.41-.85a4.48,4.48,0,0,0-.44-.84c-.17-.26-.33-.53-.49-.81l-.57-.76-.27-.38-.33-.35-.63-.71-.71-.63-.35-.33-.38-.27L91,71c-.28-.16-.55-.32-.81-.49a4.48,4.48,0,0,0-.84-.44c-.28-.13-.56-.29-.85-.41a14.22,14.22,0,0,0-1.78-.58,13.78,13.78,0,0,0-7.5,0,14.22,14.22,0,0,0-1.78.58c-.29.12-.57.28-.85.41a4.48,4.48,0,0,0-.84.44L74.52,68.3a6.13,6.13,0,0,1,1-.52c.34-.15.66-.34,1-.48a19.82,19.82,0,0,1,2.1-.69,16.43,16.43,0,0,1,8.8,0,19.82,19.82,0,0,1,2.1.69c.34.14.66.33,1,.48a6.13,6.13,0,0,1,1,.52l1,.57.89.67.45.32.41.38L95,71l.75.83.38.41.32.45.67.89.57,1a6.13,6.13,0,0,1,.52,1c.15.34.34.66.48,1a19.82,19.82,0,0,1,.69,2.1A18.52,18.52,0,0,1,100,83Z"/> 486 <path id="dial-inner" class="dial-inner" 487 d="M74.52,68.3l1.26,2.18c-.26.17-.53.33-.81.49l-.76.57-.38.27-.35.33-.71.63-.63.71-.33.35-.27.38L71,75c-.16.28-.32.55-.49.81a4.48,4.48,0,0,0-.44.84c-.13.28-.29.56-.41.85a14.22,14.22,0,0,0-.58,1.78,13.78,13.78,0,0,0,0,7.5,14.22,14.22,0,0,0,.58,1.78c.12.29.28.57.41.85a4.48,4.48,0,0,0,.44.84c.17.26.33.53.49.81l.57.76.27.38.33.35.63.71.71.63.35.33.38.27L75,95c.28.16.55.32.81.49L74.52,97.7l-1-.57-.89-.67-.45-.32-.41-.38L71,95l-.75-.83-.38-.41-.32-.45-.67-.89-.57-1a6.13,6.13,0,0,1-.52-1c-.15-.34-.34-.66-.48-1a19.82,19.82,0,0,1-.69-2.1,16.43,16.43,0,0,1,0-8.8,19.82,19.82,0,0,1,.69-2.1c.14-.34.33-.66.48-1a6.13,6.13,0,0,1,.52-1l.57-1,.67-.89.32-.45.38-.41L71,71l.83-.75.41-.38.45-.32.89-.67Z" /> 488 <path id="dial-inner-2" data-name="dial-inner" class="dial-inner" 489 d="M74.52,97.7l1.26-2.18a4.48,4.48,0,0,0,.84.44c.28.13.56.29.85.41a14.22,14.22,0,0,0,1.78.58,13.78,13.78,0,0,0,7.5,0,14.22,14.22,0,0,0,1.78-.58c.29-.12.57-.28.85-.41a4.48,4.48,0,0,0,.84-.44c.26-.17.53-.33.81-.49l.76-.57.38-.27.35-.33.71-.63.63-.71.33-.35.27-.38L95,91c.16-.28.32-.55.49-.81a4.48,4.48,0,0,0,.44-.84c.13-.28.29-.56.41-.85A14.22,14.22,0,0,0,97,86.75,15.63,15.63,0,0,0,97.47,83H100a18.52,18.52,0,0,1-.6,4.4,19.82,19.82,0,0,1-.69,2.1c-.14.34-.33.66-.48,1a6.13,6.13,0,0,1-.52,1l-.57,1-.67.89-.32.45-.38.41L95,95l-.83.75-.41.38-.45.32-.89.67-1,.57a6.13,6.13,0,0,1-1,.52c-.34.15-.66.34-1,.48a19.82,19.82,0,0,1-2.1.69,16.43,16.43,0,0,1-8.8,0,19.82,19.82,0,0,1-2.1-.69c-.34-.14-.66-.33-1-.48A6.13,6.13,0,0,1,74.52,97.7Z" /> 490 <path id="dial-inner-3" data-name="dial-inner" class="dial-inner" 491 d="M100,83H97.47A15.63,15.63,0,0,0,97,79.25a14.22,14.22,0,0,0-.58-1.78c-.12-.29-.28-.57-.41-.85a4.48,4.48,0,0,0-.44-.84c-.17-.26-.33-.53-.49-.81l-.57-.76-.27-.38-.33-.35-.63-.71-.71-.63-.35-.33-.38-.27L91,71c-.28-.16-.55-.32-.81-.49a4.48,4.48,0,0,0-.84-.44c-.28-.13-.56-.29-.85-.41a14.22,14.22,0,0,0-1.78-.58,13.78,13.78,0,0,0-7.5,0,14.22,14.22,0,0,0-1.78.58c-.29.12-.57.28-.85.41a4.48,4.48,0,0,0-.84.44L74.52,68.3a6.13,6.13,0,0,1,1-.52c.34-.15.66-.34,1-.48a19.82,19.82,0,0,1,2.1-.69,16.43,16.43,0,0,1,8.8,0,19.82,19.82,0,0,1,2.1.69c.34.14.66.33,1,.48a6.13,6.13,0,0,1,1,.52l1,.57.89.67.45.32.41.38L95,71l.75.83.38.41.32.45.67.89.57,1a6.13,6.13,0,0,1,.52,1c.15.34.34.66.48,1a19.82,19.82,0,0,1,.69,2.1A18.52,18.52,0,0,1,100,83Z" /> 407 492 </g> 408 493 </g> 409 494 <g id="circle-check"> 410 <circle id="circle" class="circle" cx="83" cy="83" r="12.5"/> 411 <polygon id="checkmark" class="checkmark" points="81.8 84.03 77.31 82.11 76.32 82.42 81.8 87.94 89.68 78.06 88.3 78.06 81.8 84.03"/> 495 <circle id="circle" class="circle" cx="83" cy="83" r="12.5" /> 496 <polygon id="checkmark" class="checkmark" 497 points="81.8 84.03 77.31 82.11 76.32 82.42 81.8 87.94 89.68 78.06 88.3 78.06 81.8 84.03" /> 412 498 </g> 413 499 </g> … … 415 501 </g> 416 502 </g> 503 417 504 </svg>
Note: See TracChangeset
for help on using the changeset viewer.