-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoxidant-logo-neon.html
More file actions
149 lines (136 loc) · 25.8 KB
/
Copy pathoxidant-logo-neon.html
File metadata and controls
149 lines (136 loc) · 25.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Oxidant — Neon</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #080808;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
overflow: hidden;
}
/* Subtle vignette to push the glow forward */
body::after {
content: '';
position: fixed;
inset: 0;
background: radial-gradient(ellipse at center, transparent 40%, #000 100%);
pointer-events: none;
}
.logo-wrap {
width: 80vw;
max-width: 900px;
animation: flicker 6s infinite;
}
.logo-wrap svg {
width: 100%;
height: auto;
/* Glass tube neon effect — layered drop-shadows simulate:
1. white-hot core
2. warm inner halo
3. primary color bloom
4. secondary color spread
5. far ambient bleed */
filter:
drop-shadow(0 0 2px #fff8e8)
drop-shadow(0 0 6px #ffe0a0)
drop-shadow(0 0 14px #e8921a)
drop-shadow(0 0 30px #c4650a)
drop-shadow(0 0 60px #a04008)
drop-shadow(0 0 100px #6b2a0480);
}
/* The fill itself — bright warm amber as the "glowing gas" core */
.neon-fill {
fill: #ffda85;
}
/* Main flicker — slow breathe with occasional stutter */
@keyframes flicker {
0% { opacity: 1.0; }
18% { opacity: 1.0; }
19% { opacity: 0.82; }
20% { opacity: 1.0; }
49% { opacity: 1.0; }
50% { opacity: 0.88; }
51% { opacity: 0.70; }
52% { opacity: 1.0; }
78% { opacity: 1.0; }
79% { opacity: 0.92; }
80% { opacity: 0.75; }
81% { opacity: 0.92; }
82% { opacity: 1.0; }
100% { opacity: 1.0; }
}
/* Slow pulse on the glow itself — simulates gas pressure variation */
@keyframes glow-breathe {
0%, 100% {
filter:
drop-shadow(0 0 2px #fff8e8)
drop-shadow(0 0 6px #ffe0a0)
drop-shadow(0 0 14px #e8921a)
drop-shadow(0 0 30px #c4650a)
drop-shadow(0 0 60px #a04008)
drop-shadow(0 0 100px #6b2a0480);
}
50% {
filter:
drop-shadow(0 0 3px #fffdf0)
drop-shadow(0 0 9px #ffe8b0)
drop-shadow(0 0 20px #f0a030)
drop-shadow(0 0 42px #d4750a)
drop-shadow(0 0 80px #b05010)
drop-shadow(0 0 130px #7b3a0880);
}
}
.logo-wrap svg {
animation: glow-breathe 3.5s ease-in-out infinite;
}
/* Colour palette swatches for reference */
.swatches {
position: fixed;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 12px;
font-family: monospace;
font-size: 11px;
color: #555;
}
.swatch {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.swatch-dot {
width: 16px;
height: 16px;
border-radius: 50%;
}
</style>
</head>
<body>
<div class="logo-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2579 779">
<g>
<path class="neon-fill" d="M331.74,676.92l-.29-23.9c-2.3-.34-3.95-1.42-3.98-2.51l-.23-11.65-12.59-.16-.67-4.2c-.17-1.09-3.83-.43-4.95-.46l-4.3-.14c-.85-.03-1.24-2.1-1.6-3.32l-8.91-.34-.67-3.56c-.3-1.56-6.51.01-6.75-.87l-1.01-3.8-9.47-.1-.85-3.15c-.47-1.73-7.27.06-7.43-1.39l-.48-4.51-14.49-.08c-.18,1.52-.09,4.56-1.11,4.79l-4.54,1.03-4.22,1.11c-1.14.3-1.1,3.57-1.21,5.09l-7.03.47-1.32,3.08c-.39.91-3.36.81-4.43,1.17-.73.24-.82,2.48-1.11,3.19-.82,2.02-7.7.25-8.02,1.89l-.84,4.16-9.08.41c-.15,1.31-.29,3.69-.7,4.59s-2.24,1.7-3.66,2.1l-4.29,1.21c-.93.26-1.65-2.32-1.89-3.49l-5.37-.64c-1.07-1.99-2.97-3.07-5.28-3.35-.97-3.63-4.22-7.27-7.92-8.32l-3.6-4.93c-1.53-5.13-4.3-1.57-6.83-5.61l-3.31-5.28c-4.85-3.15-12.02-9.69-12.31-11.97-.53-4.23-3.61-4.57-7.36-3.97l-.82-6.33-3.84-.8c-.76-.16-.66-2.32-.55-3.85-6.08-.86-7.99-4.72-9.49-9.68l-1.65-5.47c-.42-1.41,2.51-3.07,4.23-3.67.25-1.01.49-3.32,1.31-3.41l4.72-.51c-1.24-5.59.99-11.45,6.59-12.32l.17-6.17,3.11-.61c1.95-.38.31-5.23,1.63-5.75l3.22-1.29c.04-2.97.9-6.08,2.78-8.14l6.4-7.02-.11-8.28c-3.2-1.25-3.72-3.1-3.52-6.14l.23-3.42c.06-.85-3.56-.31-3.65-1.15l-.4-4.04c-.1-1-2.04-1.33-3.91-1.78l-.25-8.43-2.84-.98c-1.58-.54.29-6.61-1.06-7.29l-3.39-1.72-.08-11.27-4.15-1.33-.32-12.23-4.39-.5c-1.11-.13-.58-4.01-.37-5.31-4.2-.21-7.56-.6-11.24-2.38l-19.44-.33c-1.85-.25-4.59-4.02-7.64-1.88l-1.17-4.97-17.64-.59-5.2-3.82-.35-17.23-3.6-1.67.04-49.73,3.34-2.27.23-23.2,4.66-6.52,24.88-.1.97-6.11,21.13.18,1.46-4.46,11.97-.04.45-11.96,4.89-.69.75-12.92,3.76-2.02.6-9.43,3.04-.88c.76-.22.39-2.63.43-3.5l.24-4.48c.05-.9,2.43-1.22,3.53-1.47l.41-7.75,3.29-1.02c.75-.23.59-2.17.5-3.57-.14-2.19.7-3.65,3.75-4.3l.3-7.1c-1.79-2.13-2.51-3.18-3.79-5.53-.45-.23-2.8-.74-2.9-1.62l-.5-4.45-3.62-6.07-3.5-4.15c-.66-.37-3.2-.62-3.26-1.49l-.26-4.1-.2-3.16c-.05-.79-2.15-1.03-3.17-1.28l-.56-7.01-4.38-.52c-1.12-.13-.93-3.5-.75-4.87l-5.19-.18.02-13.22,5.98-1.59c-.33-3.86,4.57-8.01,8.43-10.35l1.14-3.35c.27-.8,2.32-1,3.95-1.31.22.21-.94-.94-1.81-1.8l9.3-8.92,5.06-3.99c2.03-1.6,2.7-2.45,3.72-5.64l4.47-.79c1.4-3.39,5.28-7.45,8.81-9.09l1.16-2.96c.35-.89,2.79-1.3,3.81-1.62,1.21-1.94,2.37-3.43,5.05-4.51l1.32-6.04,16.22-.05.24,6.37,9.09.71c.2,1.77.35,3.98,1.22,4.01l4.71.12c.56,4.43,5.03,5.95,9.23,5.81l.76,3.56c.18.83,2.4.76,3.42.77l3.53.03c.87,0,.96,2.28,1.06,4.16l8.23.69.94,5.38,9.86-.24c.33-2.25,1.04-4.21,2.05-4.23l3.87-.07c.89-.02.75-2.46.87-4.42.83-.76,4.6-.71,6.76-.21v66.37c-4.08.29-8.85,3.53-9.87,6.86l-2.89,1.44c-.82.41-.66,3.33-1.56,3.54l-3.97.91c-1,.23-1.26,2.55-1.72,3.71-.26.67-2.97.6-3.21,1.35l-1.32,4.06-3.95.62c-1.08.17-1.05,2.98-.94,4.72l-4.83,1.96-.76,5.9-5.4,1.45c-1.33.36-1.32,4.3-1.67,5.52l-3.8,1.89-1.61,3.7-2.77,1.26c-1.91.87-.4,6.31-2.07,6.64l-4,.79-1.23,7.22-3.39.55c-.74.12-.57,2.34-.65,3.19l-.43,4.2c-.09.84-2.49,1.01-3.62,1.26l-.6,9.47-4.22.77-.56,10.25c-3.57,1.09-3.08,3.42-4.09,6.03-3.56,9.28-1.85,12.23-5.46,13.04l-1.35,15.83c-.89,1.57-2.83,4.67-2.83,6.66v73.39s4.96.31,4.96.31l.12,18.47,4.72.55.23,11.4,3.39.16c.83.04.81,2.11.88,3.24l.29,4.41c.06.89,2.23,1.23,3.84,1.55l.49,9.21,4.63,1.16c-.87,3.63-.03,6.38,3.15,7.68l.19,6.87,3.69.98c.92.24,1.35,2.81,1.74,3.59,2.69,1.14,3.97,2.53,5.37,4.79l4.41,7.14,3.67,5.05,3.17.87c.79.22.84,2.47.94,3.75l4.87,1.23.52,3.86,3.65,1.85.85,4.55c.22,1.17,4.31.64,5.11,1.63l8.19,10.11c.31.39,2.84.76,2.86,1.26l.07,2.93c2.07.83,6.95,1.67,8.83,3.12l8.55,6.56c.87.67,4.24.36,4.7,1.24l1.89,3.63,2.85.67c.75.18.99,2.01,1.33,3.3l9.86.56.8,4.02c.17.85,3,.61,3.88.64l4.3.15c.85.03,1.1,1.98,1.4,3.32,7.35,3.53,15.94.89,16.04,2.4l.34,4.94,22.98.28.65,5.58,69.57-.06.44-5.36,25.13-.97.73-3.7c.11-.58,6.56-2.45,12.45-2.7l3.25-.14c.63-.03.57-1.79.61-3.6l10.3-.45,1.04-4.42,7.36-.5.44-4.3c.14-1.38,7.27.27,7.95-.96l1.69-3.06c7.51-2.73,8.57-9.1,13.99-7.02v66.94s-9.14.73-9.14.73c-.25,1.33-1.03,4.15-2.01,4.22l-9.61.72-.48,3.88c-.23,1.83-8.09-1.98-8.89,4.04l-10.57.02-.4,4.99h-12.7s-.13,10.89-.13,10.89l-4.24.42-.91,22.44-4.43.92-.8,16.46-2.93,5.45c-1.62,3.01-1.96,6.02-1.76,10.27l-22.36.05-1.08,4.11h-53.86s-1.15-4.43-1.15-4.43l-21.73-.04-.19-9.05-4.4-1.19-.26-17.76-4.8-.67Z"/>
<path class="neon-fill" d="M641.35,589.51c-1.92,1.21-3.5,2.98-4.16,5.03l-2.54,1.74c-.79.54-1.24,2.94-1.61,3.84l-3.41,1.06c-.98.3-1.13,2.96-1.49,4.27-.7.47-3.56.68-3.76,1.66l-.93,4.52-5.54.93c-1.25.21-1.29,3.82-1.51,5.05l-4.93,3.62c-.52.39-2.82.23-2.99.86l-1.08,4.05-3.57.97c-.95.26-.28,3.17-.43,4.04l-3.87.58c-1,.15-1.86,2.28-2.63,3.14-.69.78-3.87.76-4,1.77l-.65,5-7.52-.04-1.27,4.38-7.28-.34-.31-4.15c-.07-.93-2.75-.93-3.7-.93h-3.33c-.79,0-1.17-2.44-1.4-2.86l-9.81-5.04-4.96-3.29-4.48-3.47-4.9-3-4.69-4.06-8.09-.43v-84.17c1.78.07,4.27.11,4.41-.77l.66-3.99c.12-.75,3.07-.31,3.34-.99l1.28-3.24,3.96-2.9c.97-.71.77-3.9.9-5.49l3.27-1.01.97-3.7,2.91-1.55c.69-.37.62-2.27.65-4.17l4.93-.71.47-3.96c.1-.81,2.29-.92,3.89-1.11l.43-8.26,5.04-.97.63-9.91,4.58-.62.21-9.58c1.24-.15,3.97-.2,4.04-1.09l.33-4.15.23-3.04c.06-.78,2.15-.61,4.24-.56l.49-11.61,4.57-.79v-19.92s5.1-1.21,5.1-1.21l.06-70.8-4.08-1.11-.25-22.86-4.29-1.21-.27-13.82-4.29-.84c-.96-.19-.47-3.15-.53-4.13l-.31-4.48c-.08-1.11-3.45-1.24-4.19-1.34l-2.28-11.3-3.94-.26c-1.03-.07.31-6.83-.6-7.21l-3.6-1.54-.3-7.8-4.62-.61-.44-4.91c-.09-1.02-2.78-1.42-3.64-1.88l-.3-3.38c-.07-.82-1.79-1.21-3.28-1.53-.85-4.29-2.59-8.52-7.07-9.66-.2-1.57-.46-3.57-1.3-3.58l-4.64-.06-.63-8.45-4.71-.12c-.89-.02-.93-3.02-1.08-3.88l-4.82-.33c-1.02-.07-.49-3.71-1.45-4.07l-3.98-1.48c-.88-.33-.73-3.25-1.56-3.63l-3.48-1.6c-.73-.34-.75-2.34-.91-3.77l-6.17-.66c-1.43-2.03-3.04-2.88-5.95-3.24l-1.12-4.01-4.38-.54c-.86-.11-.95-2.31-1.06-4.22l-8.7-.41-.66-2.92c-.65-2.89-6.34-.85-6.79-2.2l-1.23-3.72-10.62-.43-1.15-4.04c-.16-.58-7.54,2.48-8.18.34l-1.59-5.31-17.24-.17-1.35-4.25-22.28.07-1.8-4.13-47.1.02-2.3,4.07-22.66-.09-.99,4.64-14.07-.1-1.05,4.61-10.27-.08-.97,4.56-11.3.45-.53,3.7c-.18,1.28-7.31-.24-7.27,1.17l.12,4.08-8.34-.26-.13-63.46,4.13-.14c.84-.03.97-2.01,1.13-4.01l10.9-.28,1.42-4.86,13.89-.2.35-4.96,7.76.14c1.97-5.63,2.02-11.18,2.33-17.57l.15-3.16c.04-.85,2.64-.63,4.32-.54l.49-24,5.51-.35.38-17.67h12.97c.71,0,2.26-1.85,2.76-2.74h73.13s1.84,3.03,1.84,3.03l10.17.29.16,14.37,5.36.23.25,21.69,4.68.63.17,17.39,2.86,1.17c.75.31.77,2.73.81,3.58l.15,3.5c.04.87,2.73.6,3.67.62l4.5.11c.89.02.65,2.75.51,4.53l12.09.24-.39,3.64,11.09.29c.35,1.22.7,3.16,1.34,3.23l3.95.41,3.67.38,1.38,3.09,4.17.49c.99.12,1.48,1.66,2.34,3.43l6.89.65.88,2.96c.6,2.03,6.79.23,7.11,1.61l.96,4.15c1.6.65,7.21,1.25,8.88-.12l5.42-6.2,4.58.02c1.07,0,1.38-3.4,1.67-3.68,3.11-.79,4.73-1.64,6.91-3.26l8.98-6.65c.69-.51,3.86.14,4.43-.51s.48-2.06.62-4.49l9.58-.47,1.53-6.09,15.94.04.44,6.22,4.93.61.88,3.75c.23,1,3.14,1.13,4.05,1.51l.97,3.52c.27.97,3.54.69,3.91,1.62l1.59,3.96c.36.91,3.4.46,3.98,1.25.65.88.68,3.66,1.56,4l3.94,1.52c.76.29.26,3.24,1.02,3.49l3.67,1.2c.7.23.35,2.78.99,3.17l3.4,2.1c.7.43.96,2.65,1.48,3.28s3.11.25,3.37,1.02l1.1,3.39c.35,1.07,3.85-.24,7,6.16l1.6,3.25c.35.72,3.26.32,3.45,1.1l1.08,4.46c.27,1.12,2.61,1.43,4.68,1.95l.07,11.43-3.35.86c-.78.2-.7,1.97-.67,3.89l-5.12,1.12c1.21,3.81.18,6.25-2.96,7.31l.29,7.55-6.14.62-.75,7.4-3.33,1.36c-.88.36-.73,2.9-.82,3.98l-.3,3.56c-.08.9-2.71.57-4.52.35l-.66,6.92c-2.59,1.37-3.44,3.32-3.41,6.38.02,2.65.79,4.45,3.15,5.73l.58,7.7,4.35.62c1.12.16.81,3.62.91,4.77l.34,3.88c.09,1.01,2.39,1.56,4.44,2.04l1.45,12.79,4.28.59.29,13.44,4.16.75.27,8.83,3.63.97c.78.21.96,2.54,1.19,3.8h11.9s1.26,4.01,1.26,4.01l20.01.06.89,5.55,22.14.08.38,4.72c.07.88,2.89.64,5.2.47l.17,24.85,4.04,1.27-.2,45.32-4.35,1.17-.55,23.32-3.53.78c-.78.17-.73,2.02-.75,3.93l-18.35.35c-1.08,5.08-7.78,1.8-8.08,2.99l-1.01,4.11-26.38.16-.59,4.71-6.4.29-.08,13.71-4.48,1.05-.04,11.48-4.18.76c-1.11.2-.77,3.66-.81,4.81l-.14,3.88c-.03.77-2.3,1.1-3.39,1.43l-.54,9.34-2.99.77c-1.95.5-.35,6.12-1.11,6.58l-2.86,1.73-3.36,5.67-.85,6.33c3.52,3.23,4.18,7.37,4.15,11.73l3.97.71c1.07.19.96,3.69,1,4.75l7.4,9.1c1.66,2.04,2.07,3.56,2.66,7.01l4.47,1.31,1.07,7.37,2.89,1.14c1.66.66.17,6.1,1.63,6.24l3.91.37-.1,9.03-3.35,5.04-3.08,1.1c-.72.26-1.23,2.13-1.59,2.96Z"/>
<path class="neon-fill" d="M2159.62,240.02l54.15-.05.26,294.58-93.41.06-.5-19.56-5.21-.53-.27-20.53-4.69-.52-.03-16.32-4.38-.94-.3-22.36-4.08-1.47-.34-17.23-4.5-.91-.23-20.01-4.05-1.12c-.94-.26-.87-2.71-.86-4.07l.1-13.76-5.11-2.2.57-13.16c.13-3.02-1.07-4.99-4.45-5.84l-.43-17.59-4.11-1.41-.21-24.41-4.85-.72v-19.48s-4.06-1.39-4.06-1.39l-.12-15.31c-1.31-.26-3.7-.62-3.76-1.47l-.38-5.36-5.48.25.64,85.87,3.17,2.57.12,158.93-54.36.02.07-294.62,93.37.04.02,8.39,3.49,1.49.52,14.95c5.92,2.47.54,7.53,5.46,9.91l.7,13.02,3.34,1.4.66,19.6,4.4,1.33.42,17.85,3.97,1.29.19,17.8,4.64,1.41.28,17.5,4.44,1.01.35,22.07,3.73,1.24.1,18.88,3.86,1.3.61,17.48,4.58.88.32,22.37,4.02,1.5.43,17.97,3.95,1.21-.02,15.24,8.25-.13.31-52.93-3.39-2.22v-59.65s-2.01-4.28-2.01-4.28l.04-127.86Z"/>
<path class="neon-fill" d="M1701.82,468.31l-1.23,11.74-.67,6.35c-1.24.09-2.97.09-3.19.7l-1.4,3.74-2.63,7.01c-3.2,1.81-7.21,5.07-7.59,9.13l-3.09.62c-.77.16-.56,2.43-.63,3.24l-.22,2.6c-.1,1.18-4.76-.08-5.33.71l-2.15,2.99-3.69.44c-.77.09-.91,2.37-1.16,3.38l-7.51.57-1.73,2.98c-.51.88-3.37.81-4.48.84l-4,.11c-.79.02-1.03,2.33-1.33,3.43l-9.92.11c-.94.01-3.16.27-3.57,1.02s-.44,2.45-.52,4.56h-142.85s.02-52.09.02-52.09l30.94-.26-.06-168.13-.94-23.73-29.92-.09-.06-50.25,132.76.07,1.51,3.89,21.3-.16,1.02,4.85,10.89.13,2.13,3.31,3.43.76,1.85,2.72c.43.63,3.16.06,3.4.77l.97,2.94c.2.6,1.86.74,2.59.74l3.5.02c.85,0,.36,3.12.85,3.83.46.66,3.08.5,3.31,1.27l1.23,4.02c4.2.26,7.78,4.68,8.69,9.32,1.98,1.88,3.44,4.31,3.67,7.42l3.17,1.39c.72.32.56,2.66.63,3.53l.32,4.26c.06.82,2.47.96,3.54,1.16l.24,13.02,4.49,1.01.15,142.03-3.51,1.74-.06,11.8c0,.74-2.51,2.1-3.18,2.44ZM1654.14,435.34l.07-110.06-4.31-1.07.06-12.09-4.45-.76-.84-8.75c-1.76-.08-4.45.17-4.83-.71l-1.58-3.71-4.91-.92c-.78-.15-1.08-2-1.48-2.98l-9.05-.08-1.28-3.8h-44.17s.12,191.88.12,191.88l47.56.23c1.11-1.98,2.11-3.85,3.39-3.91l5.23-.23,1.33-3.91,3.34-.77.94-5.7c.17-1.03,3.81-.19,4.38-1.07s0-4.44,1.01-4.65l3.87-.8.48-10.26,4.75-.68.35-15.18Z"/>
<path class="neon-fill" d="M999.66,539.66l-47.88-.02-.76-3c-.39-1.55-9.42.66-17.93-2.31l-.53-3.41c-.12-.79-2.65-.38-3.45-.42l-5.35-.29c-1.09-.06-1.46-3.02-1.8-3.63l-5.17-.55c-1.06-.11-1.45-2.79-1.9-3.94l-7.41-.53-.52-4.09c-.14-1.12-3.67-.79-4.98-.75l-1.28-3.08c-.37-.89-3-1.19-3.93-1.39l-1.1-5.37c-.29-1.41-3.64-1.84-5.39-2.23l-.57-4.01c-.14-.99-2.03-1.1-4.51-1.32l-.68-7.8c-.94-.19-3.42-.43-3.45-1.27l-.18-4.75-4.41-1.13v-13.38s-3.79-2.03-3.79-2.03l-.17-16.43-4.49-1.12-.07-128.34,4.11-1.78.51-13.79c.59-.59,2.86-2.65,2.88-3.57l.23-11.67,5.41-.34.65-11.67,5.26-.34.3-9.59,3.82-.56,1.68-3.79,3.76-.79c.99-.21,1.74-2.51,2.35-3.32l4.05-4.9,3.29-1.05c.77-.25,1.29-2.51,1.73-3.18l4.51-.34,2.72-3.71,4.32-.49c1.06-.12,1.27-2.4,1.63-4.39l10.37-.26,1.02-4.42,17.76-.14c.42-1.42,1.27-3.6,1.92-4.41l48.47.05,1,4.68,16.99-.34.31,4.58,11.85.24.66,3.58c.15.83,2.24.73,3.37.79l4.07.24c.83.05,1.15,2.77,1.37,3.28,2.31,1.2,4.27,2.45,6.15,3.97l2.59.99c.73.28,1.33,2.02,1.76,2.7l4.39,4.5c.65.48,2.37,1.2,2.57,1.96l.91,3.47,2.81.7c.79.2,1.11,1.78,1.35,3.61,11.63,5.13,2.4,16.55,11.32,15.88l.39,9.06,4.04.72v18.94s4.4,1.06,4.4,1.06l-.04,141.52c-1.28.4-3.35.66-3.41,1.47l-.37,4.81-.32,4.23c-.08,1.03-2.47,1.38-3.71,1.85l-.75,12.71-3.87.31c-2.12.17,1.32,6.1-3.65,9.76-.16.9-.02,3.46-.79,3.68l-3.62,1.04-.69,3.73-4.15.73-.53,5.57-3.16.9c-.77.22-1.31,2.11-1.69,2.8-1.84.95-3.9,2.29-5.54,3.66l-3.55.63-1.63,3.69-4.91.55c-1.03.12-1.62,2.1-2.34,3.32l-3.56.93c-.78.21-1.01,2.32-1.24,3.44l-9.7.14-1.22,4.29-18.41.06-.47,4.63ZM990.8,490.26l1.05-4.33,9.36-.24,1.38-4.85,9.25-.44c.05-1.99-.09-4.69.78-5.21l2.77-1.66,3.75-5.34c.47-.67-.54-4.06.24-4.35l3.81-1.39.14-10.5c.28-.77,2.63-1.45,4.43-1.77l.53-19.27.04-101.87c0-1.2-.31-3.41-1.08-3.66l-2.81-.91-.3-6.47c-2.12-2.96-2.61-5.9-2.54-9.81l-3.95-1.25-1.18-8.52-5.07-1.09-1.14-3.62-4.52-.77c-.95-.16-1.65-2.34-2.22-3.09l-4.71-.95c-1.01-.2-1.58-2.17-2.32-4.13l-40.2-.05-.38,4.76-5.31.08c-1.08.02-2,2.69-2.66,3.46l-5.38.82c-1.15.17-1.62,3.24-2.05,4.34l-5.55.81-.58,7.17c-2.35,1.44-2.86,2.69-2.92,5.96l-4.08.65-.38,14.81-4.41.77.02,107.43,3.26,2.26.24,19.03c2.26-.07,4.47-.2,4.44.63l-.14,3.67c-.08,2.2,1.48,4.38,2.72,6.21l3.28,4.85c.17.99.37,4.42,1.5,4.61l3.89.65c.76.13,1.06,1.97,1.44,3.22l7.72.73c2.64,2.96,5.74,4.08,9.15,4.06l.66,4.6,29.99-.06Z"/>
<path class="neon-fill" d="M1899.74,477.97l-.46-9.59h-90.14s-.88,12.68-.88,12.68l-4.12,1.04-.57,20.46-4.69.41-.3,18.6-3.53,1.33-.2,11.79-56.86-.12c-1.44-4.48-.77-8.05,3.05-9.38l-.04-12.22,4.84-1.08.25-19.73,4.51-.79.71-17.56,3.35-2.09.47-17.4,4.78-1.28.27-19.43,4.59-.72.23-19.08,4.11-.93.34-16.81,4.08-1.08.78-16.14,4.57-1.67.38-19.73,4.08-1.5.97-17.99,4.25-1.81-.03-14.68,4-2.42-.02-20.78,5.02-1.06.43-18.16,4.65-.73.42-20.19,4.95-1.06.16-17.21,92-.05.39,13.5,4,.99.38,16.08,4.49,1.37.14,16.38,3.94,1.75.52,14.18,2.53,2.39.95,13.69c1.23.27,2.92.48,2.97,1.07l.33,3.89c.25,2.97.99,5.06,2.02,8.25,1.72,5.31-1.27,15.52.88,16.29l4.53,1.62.28,14.54,3.74,1.46.29,17.38,4.12.52.36,12.72c6.36,2.56,1.81,10.03,4.28,16.62.87,2.33,2.24,5.24,2.25,7.16l.04,4.12c0,.75,2.01,1.19,2.98,1.61.22,5.03-.32,11.59,2.23,15.85,5.1,8.5-.75,12.21,5.32,14.82l.53,17.03,4.62,1.24.55,19.69,3.84,1.28v15.48s4.24,1.02,4.24,1.02l.12,11.47c4.36,1.35,3.84,5.18,2.9,9.3l-58.66.12c1.03-8.14-.54-14.95-4.49-21.85l-.47-18.9-4.02-1.33-.13-12.59-3.42-2.04ZM1886.15,416.63l-.52-9.59-2.81-2.21-.39-15.83-3.99-2.07-.5-20.73-4.58-.56.07-23.81-4.58-1.45-.33-14.34c-.03-1.13-2.82-2.75-3.8-2.88l-1.86-24.07-3.74-1.45-.98-16.91-7.82-.33-1.01,14.91c-.12,1.83-1.42,3.65-3.32,4.84l-1.41,20.19-3.93,1.62-.55,17.66-4.25,1.14-.34,16.48-4.42,1.58-.45,23.57-4.42,1.31-.61,19.28c-.5.39-1.9,1.04-3.66,1.82l-.26,11.79,64.43.03Z"/>
<path class="neon-fill" d="M1278.3,534.59c.98-4.32-.83-8.53-2.17-10.55-.48-.72-.45-3.64-.56-4.5-.14-1.08-2.6-.98-4.98-.85l-.54-11.63c-2.76-.91-4.1-2.68-3.44-6.28l-5.66-.99c.95-5-.6-10.33-4.66-13.28l-.96-8.32-3.82-.88-.39-10.21-5.16-.75-.21-8.48c-5.16-1.47-2.34-6.8-3.63-7.35l-3.33-1.42-1.7-8.7c-5.42-2.49-2.1-8.63-3.13-8.94l-3.2-.97-2.94-7.27c-.24-.59-.1-2.96-.15-3.59-.06-.85-2.24-.85-3.28-.77-.85.07-1.5,1.83-1.53,2.79l-.13,3.61c-.03.84-2.49.93-3.66,1.09l-.51,8.24-3.07,1.68c-.91.5-.52,3.65-.99,4.66-1.34,2.87-2.11,6.06-2.08,10.16l-4.57,1.49-.49,7.74-3.84.77c-.84.17-.6,2.94-.64,3.79l-.2,4.34c-.05,1.03-2.7,1.36-3.86,1.72l-.18,8.58-4.86.66-.34,10.09-3.74.96c-1.4.36-.42,6.66-1.04,6.9l-3.47,1.35c-.62,2.45-1.63,5.66-3.06,7.87l-1.04,6.57c-1.01.21-3.27.51-3.38,1.16l-.43,2.8-.69,6.63-4.59.42-.52,9.67h-60.84s-.22-8.73-.22-8.73l3.58-.51c1.62-.23-.02-5.82,1.03-6.59l2.86-2.1.28-3.98c.06-.83,1.82-1.14,3.29-1.51l.42-8.66,4.07-1.11c.79-.21.41-2.77.5-3.64l.43-4.13c.09-.87,2.23-1.14,3.81-1.41l.57-6.96,4.16-4.06c1.62-1.59,2.45-3.28,2.31-5.83l-.19-3.52c-.04-.72,2.33-.88,3.99-.97l1.12-8.94,3.71-.23c.9-.05,1.05-2.55,1.08-3.49l.12-3.96c.03-.98,2.48-1.77,3.45-2.38l.5-8.21,5.37-.75.33-11.75,4.94-.45.38-11.12,5.46-.65,1.1-11.45,4.93-.79c1.22-.2-.26-8.14,1.02-8.78l3.35-1.67.33-7.06c1.49-.89,3.27-1.83,3.83-2.77,1.38-2.29-3.61-4.55-3.27-11.02l-2.31-1.24c-1.28-.69,1.93-7.17-7.83-13.8l-.39-7.17-3.2-1.49c-1.7-.79-.38-7.61-1.68-8.08l-3.79-1.36-.35-7.39-3.09-1.02c-.58-.19-.68-1.98-.76-2.72l-.42-3.94c-.09-.8-2.23-1.21-3.01-1.55l-.36-6.01-4.14-1.22c-1.6-.47,1.56-6.54-3.27-9.9l-.42-3.92c-.09-.84-1.91-1.43-3.2-2.01l-.65-5.8-2.92-.9c-.61-.19-.82-2.06-.84-2.69l-.09-3.3c-.02-.78-1.95-1.23-2.94-1.61l-.62-8.03c-1.28-.19-4-.26-4.06-1.15l-.3-4.11-.23-3.05c-.06-.79-2.23-.78-3.95-.87l-.34-9.2-3.66-1.06c-.81-.24-.71-2.8-.71-3.71v-3.49c0-.86-2.64-.73-4.11-.66l-.57-6.33-3.61-2.25c-.94-.59.6-4.29,1.29-4.47l60.64-.1.08,8.78,2.69.96c1.63.58.32,6.33,1.24,6.53l4.1.92.6,9.81c.98.32,3.16.63,3.21,1.39l.24,3.74.28,4.38c.06.93,2.66.91,4.39.95l.53,9.55,3.36.78c1.55.36.17,6.34,1.5,6.46l4.62.44.8,10.27,2.88,1.02c.71.25.86,2.03.94,3.04l.27,3.37c.06.82,2.02,1.2,3.21,1.62l.39,8.37c.49.71,3.24,1.34,4.92,1.62l.9,10.4c1.18.24,3.47.45,3.56,1.22l.45,3.61.4,3.17c.09.74,1.51.37,3.23.11l.33,8.39,5.47.25.31-7.52,3.7-1.26c1.26-.43-.12-7.57.93-7.77l4.39-.84.28-10.35,4.74-.97.33-8.36,3.4-1.28c.84-.31.47-2.48.49-3.59l.07-3.94c.02-.99,3.42-1.07,4.27-1.26.52-4.87,1.39-10.46,2.66-14.44l6.34-1.14.28-11.92,4.09-.54c.83-.11.64-2.84.71-3.72l.35-4.21c.07-.84,2.39-.95,3.91-1.18l.3-10.88,3.71-.97c1.25-.33.28-6.61,1.52-6.67l3.68-.17.37-8.06,59.27.07-1.43,8.56c-1.81,1.19-3.59,2.91-4.14,4.76l-2.2,7.51-2.93,1.36c-.97.45-.85,3.58-.87,4.67l-.06,4.13c-.01.8-2.16,1.13-3.61,1.42l-.74,7.94-3.27.84c-1.27.33-.33,5.85-1.08,6.08l-3.82,1.16-.65,8.48c-2.9.77-4.19,2.5-4.28,4.95l-.12,3.56c-.03.91-2.32,1.04-4.02,1.16l-.97,8.2-3.1,1.47c-.7.33-.31,3.13-.39,4.03-.09,1.06-2.61,2.24-3.73,2.58l-.76,7c-.63.34-3.47.47-3.54,1.29l-.33,3.85-.28,3.23c-.07.83-2.21,1.09-3.45,1.35l-.68,7.22c-2.15.91-3.7,2.85-3.53,4.91.11,1.29.41,3.31-.17,3.61l-3.27,1.72-.47,3.54c-.13,1.01-1.94,1.88-3.27,2.65l-.46,4.47c-5.95,3.42-.13,8.81-6.11,11.32-3.87,8.67,3.12,10.15,2.92,14.51l-.17,3.81c-.04.84,1.98,1.11,3.58,1.38l.52,8.1c2.46,1.14,3.47,3.74,3.52,6.38l3.12,1.82c.72.42.52,3.01.55,3.84l.13,4.07c.03.8,2.32.84,3.85.94l.44,8.74,3.39.75c.81.18.75,2.51.78,3.48l.15,4.38c.03.86,2.78.55,4.21.46l.88,7.11,4.32,1.35c1.57.49.13,8.14,1.35,8.51l3.78,1.13.62,7.8c7.71,3.87.76,10.64,8.71,10.95l.51,8.58,3,.99c1.86.61.37,6.44,1.08,6.78l3.16,1.49.46,8.16,3.1.82c2.12.56.48,6.29,1.65,6.92l3.15,1.7,2.65,7,.54,4.23c.13,1.05,2.97.76,4.95.89l.2,8.49h-63.16Z"/>
<polygon class="neon-fill" points="2378.7 534.55 2324.75 534.61 2324.76 290.57 2249.09 290.6 2249.05 239.97 2453.7 239.98 2453.65 290.55 2378.65 290.75 2378.7 534.55"/>
<path class="neon-fill" d="M483.61,523.47l.31,8.64-9.27.68c-.44.71-.45,4.07-1.5,4.16l-5.12.42-1.63,2.71c-.87,1.45-7.28-.36-7.41,1.38l-.39,4.87-12.68.45c-.99.03-3.67-.18-3.87.65l-.98,4.07-16.96.44-2.6,4.77-13.58-.67-47.3-.32-1.37-5.1-17.69-.07-.65-4.57-9.61-.31-7.66-2.04-.69-3c-.14-.62-2.09-.42-2.78-.45l-3.59-.16c-.91-.04-.65-2.74-.46-4.79l-10.22-.35-.35-5.2-9.24-1.32.04-3.95c.02-2.38-6.01-.67-6.4-1.53l-1.43-3.18-4.04-.76c-.87-.16-.56-2.7-.33-4.54l-5.1-1.02-.24-3.78c-.06-.89-2.84-.83-3.8-.92-1.55-2.12-3.56-3.39-6.45-3.52l-.16-3.8c-.04-1.03-3.39-1.05-3.78-2.01-.32-.8-.37-3.06-.46-4.04-.1-1.07-2.07-1.53-4.03-1.88l-.64-4.85-3.77-.73c-.81-.16-.08-3.59-.83-3.91l-3.19-1.37c-.86-.37-1.32-1.95-1.94-3.34-3.58-7.98-1.68-10.99-6.65-11.03l-.67-6.55-2.77-1.04c-1.73-.65.2-7.66-1.22-7.72l-4.96-.21.21-14.49-4.28-.95-.09-16.52-4.92-1.07v-58.28s4.95-.57,4.95-.57l.19-24.65,4.36-1.08.27-11.52,4.22-.47c.89-.1,1-3.04,1.41-3.83l3.14-5.98c3.46-6.6,2.01-8.98,2.54-9.18l3.45-1.32.6-6.24c1.85-1.57,3.31-3.09,4.77-4.83.91-.24,3.2-.57,3.3-1.41l.52-4.09,3.2-1.52.56-5.62,9.34.16.9,7.4,3.61,1.48.67,4.36c.18,1.2,2.3,2.84,3.46,3.54.56,2.4,1.8,4.75,3.83,6.33l.4,4.92c.08,1.01,2.41,1.52,3.27,2.03.47,2.46,1.52,3.95,4.07,4.72l1.06,6.53,3.86.81c1.02.21,1.1,3.34.73,4.32s-2.1,1.28-4.32,1.74l-.39,6.09-3.75.92c-1.03.25-.91,3.39-.98,4.47l-.26,3.93c-.05.76-2.31,1.07-3.27,1.38l-.44,12.76-5.98.69-.22,46.39,2.62,3.86v14.9s4.54.71,4.54.71l.35,9.3,3.57,1.32c.76.28.37,3,.39,3.82l.09,4.39c.02.87,2.17,1.3,3.28,1.61l1.36,9.9,4.54.63c1.01.14.57,3.28,1.25,4.04.51.57,3.04.57,3.33,1.27l1.25,3.05c2.18,1.72,3.2,2.96,3.72,6l4.71.41.62,4.06c.13.83,2.9.63,4.02.54l1.09,4.31,5.18,3.47,3.71.71c.8.15.91,2.41,1.13,3.5l7.31.45.63,4.15c.22,1.48,6.87-.22,7.53,1.3l1.46,3.37,10.8.35.3,5.54,21.61-.04.46,5.13,23.97.04,1.53-4.48,21.9-.37.73-5.5,11.84-.5.82-3.38c.17-.71,2.19-.44,2.92-.44l2.94-.02c.75,0,.75-2.79.85-3.51,2.36-.76,4.33-1.67,5.21-4.28l7.31-.25.3,4.11c.06.84,1.73,1.44,3.27,2.06l.57,7.77c1.5.18,4.11.52,4.29,1.52l.61,3.36c.15.81,1.85,1.1,3.34,1.49l.87,6.56,3.64,1.08c1,.3.62,3.52.45,4.91l4.47,1.55c.02,2.93.36,4.11,3.43,5.67Z"/>
<path class="neon-fill" d="M494.37,455.12l-5.16-4.12-.4-6.9c1.13-.51,3.09-1.03,3.21-1.86l.59-4.13,2.97-1.26c.75-.32.8-2.87.8-3.68v-3.38c.01-.83,2.5-.51,4.56-.33l.16-19.65,3.91-1.04v-44.06s-4.41-.78-4.41-.78l-.2-17.9-4.9-.85-.21-9.56-3.55-.79c-.84-.19-.82-2.94-.97-3.83l-3.42-6.51c-.34-.23-3-.55-3.08-1.4l-.43-4.41c-.99-.11-4.41-.31-4.57-1.52l-.48-3.5c-.12-.87-2.65-.74-3.9-.88l-.71-3.33c-.2-.95-2.98-1.2-3.76-1.86-.6-.5-.78-2.89-1.52-3.16l-3.32-1.2-1.09-4.26c-.25-.99-3.45-.88-4.44-1.14l-1.48-2.99c-.34-.7-2.32-.65-3.96-.7l-1.6-4.45-4.74-.34c-.98-.07-1.74-2.32-2.33-3.34l-8.52-.11-.88-4.47-15.08-.14-1.27-5.78-57.72.16-.67,5.84-13.68.08-.73,4.94-10.19.19-.92,4.5-7.66-.22-.51-5.3c-.11-1.09-3.68-.96-4.58-.97l-.59-8.4c-1.13-.44-3.11-.8-3.25-1.56l-.7-3.88-3.93-7.06-3.41-1.02c-2.51-.75.01-6.04-4.1-7.82l-.6-5.87-3.23-.53c-.78-.13-.78-2.04-.75-3.19.05-2,6.21-.06,6.9-1.83l1.38-3.57,9.21-.28c-.05-1.73-.27-4.29.56-4.37l4.01-.36,3.97-.36c.82-.07.75-2.43.8-4.1l14.99-.7.96-4.35h21.54s1.44-4.71,1.44-4.71l46.33-.02,1.27,4.63,22.19.13.94,4.18,13.17.29.6,4.87,9.23.44,1.3,3.68c.42,1.19,6.35.06,6.69.97l1.38,3.64,4.39.49c1,.11,1.62,2.95,2.47,3.26l4.92.37c1.01.08,1.09,3.4,2.02,3.81.74.32,2.99.33,3.85.45,1,.14,1.53,2.12,2.2,3.2l3.31,1.1c.73.24.81,2.5,1.51,2.81l2.77,1.22c.76.34.88,2.03,1.12,3.88l5.3,1.04.57,4.06c.12.85,2.56,1.05,3.37,1.28,1.54,2.5,4.28,5.27,6.77,7.03.5.67,1.08,2.9,1.86,3.06l4.52.95.59,9.68,4.54.39c1.01.09,1.02,3.18,1.45,4.07.63.81,2.86,1.82,2.94,2.84l.37,4.7,4.73.96c1.06.21.73,3.66.81,4.72l.24,3.25c.06.79,2.09.95,3.66,1.22l.48,9.07,4.77.6.53,13.23,4.39,1.05.4,19.23c1.37.45,3.01.85,2.99,1.44l-.14,3.45c-.06,1.49,1.34,3.74,3.24,5l-.1,49.31-4.81.5-.28,21.43-4.5.36-.17,14.61-3.97.79c-.89.18-.27,2.95-.54,3.97l-1.91,7.2c-.72.26-3.12.46-3.21,1.28l-.46,4.18c-1.15.48-4.07,1.31-4.1,2.47l-.08,3.59c-.02.81-2.16,1.27-2.72,1.56-.77,2.29-1.86,4.14-3.47,5.67l-.6,6.63c-3.27,1.66-8.15,1.87-11.41,1.47l-.26-7.26-5.21-.54-.42-5.95-3.84-.91c-1.04-.24-.74-3.6-.93-4.89l-2.78-1.72-1.01-4.23c-.2-.86-2.97-.69-3.44-1.39-1.75-2.57-.02-6.66-1.17-7.44l-2.99-2.03Z"/>
<rect class="neon-fill" x="1383.38" y="239.86" width="55.27" height="294.76"/>
<path class="neon-fill" d="M412.98,468.2l-42.38.09-1.24-5.54-10.82-.3-1.31-3.41c-.35-.9-3.03-1.01-3.93-1.38l-6.7-3.36-6.16-3.1c-.07-.24-.32-2.98-1.12-3.17l-3.51-.84-.85-3.64c-.24-1.03-3.62-1.19-3.92-1.21l-2.88-7.1c-.64-1.58-1.82-4.35-2.93-5.41l-4.56-4.37c-.74-.71-.1-3.93-.28-4.97-.22-1.24-2.33-1.95-3.98-2.65l.1-11.11-4.2-1.35.07-36.69,4.64-.79-.1-10.93,3.32-1.28c.75-.29.62-2.8.67-4.12.04-.95,2.15-1.66,4.21-2.05l.54-8.61c1.13-.37,2.96-.8,3.17-1.57l.94-3.46,4.29-1.14,1.3-4.32,4.53-1.15c1.18-.3,1.52-3.38,1.7-4.68l8.15-.67c.31-1.25.98-4.14,1.91-4.09,1.37.07,5.23.64,5.34-.48l.51-5.27,14.95-.38-.05-4.04,37.85-.25.86,4.25,12.55.22.66,3.58c.35,1.88,6.66.23,6.76,1.23l.42,4.57,9.25.56.55,4.27,4.21,1.04.74,4.04c.15.81,2.82.66,3.17,1.41l1.52,3.33c.34.76,3.04.68,3.67.7l3.51,6.15.98,4.6c.22,1.05,2.92,1.15,4.6,1.34l.34,9.02,3.08.75c2.04.5-2.24,8.86,3.96,11.51l.04,33.04-3.73,1.75-.1,12.57-4.38,1.44-.48,9.48-3.14.45c-3.01.43-1.05,6.86-2.21,7.01l-4.52.6-.38,4.91c-.62.29-3.15.79-3.25,1.65l-.52,4.69c-4.89,1.55-11.57,4.96-14.18,9.13l-6.34.62-1.27,3.38-13.14-.09-.51,5.61ZM403.88,440.42l.99-4.63,9.37-.24.88-3.71c.18-.76,7.02-.09,7.26-1.78l.57-4.02,5.25-3.34c.8-.51,3.88-.23,3.97-1.15l.42-4.36c.85-.64,3.79-1.41,3.84-2.6l.18-4.71.3-5.06c.05-.9,2.26-1.42,3.64-1.98l-.29-31.43-2.98-6.43-3.97-.59-.35-6.12-4.19-.45c-.84-.09-1.29-2.42-1.6-3.04l-4.74-4.24c-2.29-2.05-3.55-2.81-4.77-6.78l-11.78-.32-.29-5.41-28.33.04-.67,5.5-13.4.33-.61,6.44-7.08.54c-.34,1.49-.62,3.31-1.33,3.59l-3.07,1.21-.45,5.22c-.09,1-2.28,1.51-3.18,2.09,0,1.37.18,3.75-.57,4.09l-3.34,1.48-1.75,8.87c-1.52,7.71-.62,16.36-.82,24.25l3.67,1.43.49,8.33,3.39,5.22,3.45,6.14c.92.05,3.46.11,3.85.9l1.29,2.61c1.54,1.77,2.25,2.82,3.57,5.52l7.13.23c1.87,5.97,9.45,2.08,9.59,3.89l.32,4.24,26.15.24Z"/>
</g>
</svg>
</div>
</body>
</html>