Ideo3.2 Framework Documentation

Couleurs

Les couleurs des sites sont générées ou pré-générées.

Le systeme de couleur générée (v1) génère des couleurs selon les couleurs input initiales
Le systeme de couleur nuancier (v2) utilise des palettes de couleur pré-générées et permet d'utiliset différentes couleurs et différentes variations en light et dark modes.

Distribution des couleurs

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Les couleurs sont distribuée sur différentes variables qui sont utilisées dans les différentes composants.
Ces variables sont identiques, que l'on utilise le systeme de couleur générée (v1) ou le systeme de couleur nuancier (v2).

Le jeux de couleurs "Lead" doit être réservé au CTA principal ou à des sections invitant à l'action du CTA principal.

<insert-markup>design.couleurs.couleurs.distribution-</insert-markup>

Default

--dark

--light


--highlight

--highlight-contrast


--error

--error-contrast


--success

--success-contrast


--warning

--warning-contrast


--notice

--notice-contrast

Brand

--brand


--brand-surface0

--brand-surface1


--brand-text0

--brand-text1

Base

--theme

--background


--surface0

--surface1

--surface2

--surface3

--surface4

--surface5

--surface6


--text0

--text1

--text2

----tooltip-text


--overlay-RGB
(+ opacity 50%)

--surface-RGB
(+ opacity 50%)

--surfaceTransparent

--shadow

--separator

--tooltip-surface

Exemples

--brand-text0
sur --brand-surface0

--brand-text1
sur --brand-surface1


--text0
sur --surface1

--text1
sur --surface3

--text2
sur --surface3

--tooltip-text
sur --tooltip-surface

Contrast

--contrast-surface0

--contrast-surface1

--contrast-surface-0-RGB
(+ opacity 50%)

--contrast-surface-1-RGB
(+ opacity 50%)


--contrast-text0

--contrast-text1

--contrast-text0-RGB
(+ opacity 50%)

--contrast-text1-RGB
(+ opacity 50%)


--contrast-shadow

Accent

--accent-surface0

--accent-surface0-RGB
(+ opacity 50%)

--accent-surface1

--accent-surface1-RGB
(+ opacity 50%)


--accent-hover

--accent-border

--accent-highlight

--accent-shadow


--accent-text0

--accent-text0-RGB
(+ opacity 50%)

--accent-text1

--accent-text1-RGB
(+ opacity 50%)

--accent-text2

--accent-text2-RGB
(+ opacity 50%)

Lead

--lead-surface0

--lead-surface0-RGB
(+ opacity 50%)

--lead-surface1

--lead-surface1-RGB
(+ opacity 50%)


--lead-hover

--lead-border

--lead-highlight

--lead-shadow


--lead-text0

--lead-text0-RGB
(+ opacity 50%)

--lead-text1

--lead-text1-RGB
(+ opacity 50%)

--lead-text2

--lead-text2-RGB
(+ opacity 50%)

Exemples

--contrast-text1
sur --contrast-surface0

--contrast-text1
sur --accent-surface1


--accent-text0
sur --accent-surface0

--accent-text1
sur --accent-surface1


--lead-text0
sur --lead-surface0

--lead-text1
sur --lead-surface1


Default usage : Foregrounds

--fg-color: var(--text1);

--fg-bright-color: var(--accent);

--fg-vivid-color: var(--text2);

--fg-highlight: var(--text2);

--fg-selection: var(--accent-text1);

--fg-placeholder: var(--text1);

--fg-separator: var(--separator);

--fg-tooltip: var(--surface0);

--fg-brand: var(--brand-text0);

--fg-headings: var(--text0);

--fg-headings-alt: var(--text2);

--fg-focus: var(--accent);

--fg-links: var(--accent-text2);

--fg-actions: var(--accent-text0);

--fg-nav: var(--text1);

Default usage : Backgrounds

--theme-color: var(--theme);

--bg-body: var(--theme);

--bg-content: var(--background);

--bg-brand: var(--brand-surface0);

--bg-form: var(--surface0);

--bg-input: var(--surface2);

--bg-block: var(--surface0);

--bg-block-alt: var(--surface3);

--bg-actions: var(--accent-surface0);

--border-actions: var(--accent-border);

--bg-hover: var(--accent-hover);

--bg-highlight: var(--surface6);

--bg-selection: var(--accent-surface1);

--bg-tooltip: var(--tooltip-surface);

--bg-overlay: rgba(var(--overlay-RGB), .7);

--bg-sheet: var(--theme);

--bg-modal: var(--surface0);

--bg-scroll-track: var(--background);

--bg-scroll-thumb: var(--accent-surface1);

--bg-scroll-thumb-hover: var(--accent-surface1);

Exemples




Devis / Contact

Markup: ../../../snippets/components/colors.hbs
<div class="row color-presentation tiny">
	<div class="large-3 columns">
		<div class="blk-text">
			<h2>Default</h2>
			<p class="color-name"><span class="color-thumb" style="background: var(--dark)"></span>--dark</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--light)"></span>--light</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--highlight)"></span>--highlight</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--highlight-contrast)"></span>--highlight-contrast</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--error)"></span>--error</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--error-contrast)"></span>--error-contrast</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--success)"></span>--success</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--success-contrast)"></span>--success-contrast</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--warning)"></span>--warning</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--warning-contrast)"></span>--warning-contrast</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--notice)"></span>--notice</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--notice-contrast)"></span>--notice-contrast</p>
		</div>
	</div>
	<div class="large-3 columns">
		<div class="blk-text">
			<h2>Brand</h2>
			<p class="color-name"><span class="color-thumb" style="background: var(--brand)"></span>--brand</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--brand-surface0)"></span>--brand-surface0</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--brand-surface1)"></span>--brand-surface1</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--brand-text0)"></span>--brand-text0</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--brand-text1)"></span>--brand-text1</p>
		</div>
	</div>
	<div class="large-3 columns">
		<div class="blk-text">
			<h2>Base</h2>
			<p class="color-name"><span class="color-thumb" style="background: var(--theme)"></span>--theme</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--background)"></span>--background</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--surface0)"></span>--surface0</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--surface1)"></span>--surface1</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--surface2)"></span>--surface2</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--surface3)"></span>--surface3</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--surface4)"></span>--surface4</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--surface5)"></span>--surface5</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--surface6)"></span>--surface6</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--text0)"></span>--text0</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--text1)"></span>--text1</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--text2)"></span>--text2</p>
			<p class="color-name"><span class="color-thumb" style="background: var(----tooltip-text)"></span>----tooltip-text</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--overlay-RGB), 50%)"></span>--overlay-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--surface-RGB), 50%)"></span>--surface-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--surfaceTransparent)"></span>--surfaceTransparent</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--shadow)"></span>--shadow</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--separator)"></span>--separator</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--tooltip-surface)"></span>--tooltip-surface</p>
		</div>
	</div>
	<div class="large-3 columns">
		<div class="blk-text">
			<h2>Exemples</h2>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--brand-surface0); color: var(--brand-text0)">--brand-text0 <br> sur --brand-surface0</p>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--brand-surface1); color: var(--brand-text1)">--brand-text1 <br> sur --brand-surface1</p>
			<br>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--surface1); color: var(--text0)">--text0 <br> sur --surface1</p>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--surface3); color: var(--text1)">--text1 <br> sur --surface3</p>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--surface3); color: var(--text2)">--text2 <br> sur --surface3</p>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--tooltip-surface); color: var(--tooltip-text)">--tooltip-text <br> sur --tooltip-surface</p>
		</div>
	</div>
	<div class="large-3 columns">
		<div class="blk-text">
			<h2>Contrast</h2>
			<p class="color-name"><span class="color-thumb" style="background: var(--contrast-surface0)"></span>--contrast-surface0</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--contrast-surface1)"></span>--contrast-surface1</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--contrast-surface-0-RGB), 50%)"></span>--contrast-surface-0-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--contrast-surface-1-RGB), 50%)"></span>--contrast-surface-1-RGB <br>(+ opacity 50%)</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--contrast-text0)"></span>--contrast-text0</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--contrast-text1)"></span>--contrast-text1</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--contrast-text0-RGB), 50%)"></span>--contrast-text0-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--contrast-text1-RGB), 50%)"></span>--contrast-text1-RGB <br>(+ opacity 50%)</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--contrast-shadow)"></span>--contrast-shadow</p>
		</div>
	</div>
	<div class="large-3 columns">
		<div class="blk-text">
			<h2>Accent</h2>
			<p class="color-name"><span class="color-thumb" style="background: var(--accent-surface0)"></span>--accent-surface0</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--accent-surface0-RGB), 50%)"></span>--accent-surface0-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--accent-surface1)"></span>--accent-surface1</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--accent-surface1-RGB), 50%)"></span>--accent-surface1-RGB <br>(+ opacity 50%)</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--accent-hover)"></span>--accent-hover</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--accent-border)"></span>--accent-border</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--accent-highlight)"></span>--accent-highlight</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--accent-shadow)"></span>--accent-shadow</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--accent-text0)"></span>--accent-text0</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--accent-text0-RGB), 50%)"></span>--accent-text0-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--accent-text1)"></span>--accent-text1</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--accent-text1-RGB), 50%)"></span>--accent-text1-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--accent-text2)"></span>--accent-text2</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--accent-text2-RGB), 50%)"></span>--accent-text2-RGB <br>(+ opacity 50%)</p>
		</div>
	</div>
	<div class="large-3 columns">
		<div class="blk-text">
			<h2>Lead</h2>
			<p class="color-name"><span class="color-thumb" style="background: var(--lead-surface0)"></span>--lead-surface0</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--lead-surface0-RGB), 50%)"></span>--lead-surface0-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--lead-surface1)"></span>--lead-surface1</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--lead-surface1-RGB), 50%)"></span>--lead-surface1-RGB <br>(+ opacity 50%)</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--lead-hover)"></span>--lead-hover</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--lead-border)"></span>--lead-border</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--lead-highlight)"></span>--lead-highlight</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--lead-shadow)"></span>--lead-shadow</p>
			<br>
			<p class="color-name"><span class="color-thumb" style="background: var(--lead-text0)"></span>--lead-text0</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--lead-text0-RGB), 50%)"></span>--lead-text0-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--lead-text1)"></span>--lead-text1</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--lead-text1-RGB), 50%)"></span>--lead-text1-RGB <br>(+ opacity 50%)</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--lead-text2)"></span>--lead-text2</p>
			<p class="color-name"><span class="color-thumb" style="background: rgba(var(--lead-text2-RGB), 50%)"></span>--lead-text2-RGB <br>(+ opacity 50%)</p>
		</div>
	</div>
	<div class="large-3 columns">
		<div class="blk-text">
			<h2>Exemples</h2>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--contrast-surface0); color: var(--contrast-text1)">--contrast-text1
			<br> sur --contrast-surface0</p>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--contrast-surface1); color: var(--contrast-text1)">--contrast-text1
			<br> sur --accent-surface1</p>
			<br>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--accent-surface0); color: var(--accent-text0)">--accent-text0
			<br> sur --accent-surface0</p>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--accent-surface1); color: var(--accent-text1)">--accent-text1
			<br> sur --accent-surface1</p>
			<br>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--lead-surface0); color: var(--lead-text0)">--lead-text0
			<br> sur --lead-surface0</p>
			<p class="color-exemple" style="border: 1px solid var(--separator); background: var(--lead-surface1); color: var(--lead-text1)">--lead-text1
			<br> sur --lead-surface1</p>
		</div>
	</div>
</div>
<br>
<div class="row color-presentation tiny">
	<div class="large-4 columns">
		<div class="blk-text">
			<h2>Default usage : Foregrounds</h2>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-color)"><span class="color-thumb" style="background: var(--fg-color)"></span> --fg-color: var(--text1);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-bright-color)"><span class="color-thumb" style="background: var(--fg-bright-color)"></span> --fg-bright-color: var(--accent);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-vivid-color)"><span class="color-thumb" style="background: var(--fg-vivid-color)"></span> --fg-vivid-color: var(--text2);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-highlight)"><span class="color-thumb" style="background: var(--fg-highlight)"></span> --fg-highlight: var(--text2);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-selection)"><span class="color-thumb" style="background: var(--fg-selection)"></span> --fg-selection: var(--accent-text1);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-placeholder)"><span class="color-thumb" style="background: var(--fg-placeholder)"></span> --fg-placeholder: var(--text1);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-separator)"><span class="color-thumb" style="background: var(--fg-separator)"></span> --fg-separator: var(--separator);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-tooltip)"><span class="color-thumb" style="background: var(--fg-tooltip)"></span> --fg-tooltip: var(--surface0);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-brand)"><span class="color-thumb" style="background: var(--fg-brand)"></span> --fg-brand: var(--brand-text0);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-headings)"><span class="color-thumb" style="background: var(--fg-headings)"></span> --fg-headings: var(--text0);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-headings-alt)"><span class="color-thumb" style="background: var(--fg-headings-alt)"></span> --fg-headings-alt: var(--text2);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-focus)"><span class="color-thumb" style="background: var(--fg-focus)"></span> --fg-focus: var(--accent);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-links)"><span class="color-thumb" style="background: var(--fg-links)"></span> --fg-links: var(--accent-text2);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-actions)"><span class="color-thumb" style="background: var(--fg-actions)"></span> --fg-actions: var(--accent-text0);</p>
			<p class="color-name" style="font-weight: bolder; color: var(--fg-nav)"><span class="color-thumb" style="background: var(--fg-nav)"></span> --fg-nav: var(--text1);</p>
		</div>
	</div>
	<div class="large-4 columns">
		<div class="blk-text">
			<h2>Default usage : Backgrounds</h2>
			<p class="color-name"><span class="color-thumb" style="background: var(--theme-color)"></span> --theme-color: var(--theme);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-body)"></span> --bg-body: var(--theme);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-content)"></span> --bg-content: var(--background);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-brand)"></span> --bg-brand: var(--brand-surface0);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-form)"></span> --bg-form: var(--surface0);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-input)"></span> --bg-input: var(--surface2);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-block)"></span> --bg-block: var(--surface0);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-block-alt)"></span> --bg-block-alt: var(--surface3);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-actions)"></span> --bg-actions: var(--accent-surface0);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--border-actions)"></span> --border-actions: var(--accent-border);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-hover)"></span> --bg-hover: var(--accent-hover);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-highlight)"></span> --bg-highlight: var(--surface6);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-selection)"></span> --bg-selection: var(--accent-surface1);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-tooltip)"></span> --bg-tooltip: var(--tooltip-surface);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-overlay)"></span> --bg-overlay: rgba(var(--overlay-RGB), .7);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-sheet)"></span> --bg-sheet: var(--theme);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-modal)"></span> --bg-modal: var(--surface0);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-scroll-track)"></span> --bg-scroll-track: var(--background);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(--bg-scroll-thumb)"></span> --bg-scroll-thumb: var(--accent-surface1);</p>
			<p class="color-name"><span class="color-thumb" style="background: var(bg-scroll-thumb-hover)"></span> --bg-scroll-thumb-hover: var(--accent-surface1);</p>
		</div>
	</div>
	<div class="large-4 columns">
		<div class="blk-text">
			<h2>Exemples</h2>
			<br>
			<div class="blk-button">
				<a href="tel:" class="button blk-button__link">
					<span class="ico blk-button__icon" aria-hidden="true">
						<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg"
							class="icon icon-tabler icon-tabler-phone-outgoing" width="24" height="24" viewBox="0 0 24 24"
							stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
							<path stroke="none" d="M0 0h24v24H0z"></path>
							<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2">
							</path>
							<line x1="15" y1="9" x2="20" y2="4"></line>
							<polyline points="16 4 20 4 20 8"></polyline>
						</svg>
					</span>
					<span class="txt blk-button__label">
						<span class="lg:show">0800.949.848</span>
						<span class="lg:hide">Call</span>
					</span>
				</a>
			</div>
			<br><br>
			<div class="blk-form">
				<div class="row">
					<div class="large-12 columns">
						<form method="POST">
							<div class="form-hr">
								<h3>Devis / Contact</h3>
							</div>
							<div class="form-section data-row f1-c0-nom_4">
								<label for="f1-c0-nom_4">Nom *</label>
								<input type="text" name="f1-c0-nom_4" id="f1-c0-nom_4" placeholder="Votre nom complet" required="required"
									value="">
							</div>
							<div class="form-section data-row f1-c0-e-mail_6">
								<label for="f1-c0-e-mail_6">E-mail *</label>
								<input type="email" name="f1-c0-e-mail_6" id="f1-c0-e-mail_6" placeholder="Votre adresse e-mail"
									required="required" value="">
							</div>
							<div class="form-submit">
								<div class="blk-button align-center full-width">
									<button type="submit" name="submit-button" class="button blk-button__link" value=""><span
											class="txt blk-button__label"><span>Envoyer</span></span></button>
								</div>
							</div>
						</form>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
Source: src/cssframework_v2/less/doc.less, line 1402

Couleurs générées (v1)

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

(systeme de couleur v1)
Une palette de couleurs est générée à partir de couleurs principales.
On précise les couleurs principales du site (nom d'une couleur web ou code hexadecimal) via les variables suivantes.

C'est le systeme de couleur de base d'iDEO3.2

@brand: dodgerBlue;
@accent: @brand;
@surface: @brand;
@contrast: @brand;
@text: @brand;
@lead: tomato;

La variable suivante permet de modifier la luminosite des surfaces en darkMode.
Il ne faut pas aller au délà de 12% au risque d'avoir un fond trop clair et un contraste de lecture trop faible.

@darkSurfaceLightness: 10%; // for generate colors only
<insert-markup>design.couleurs.couleurs.v1-</insert-markup>
// empty
Markup: ../../../snippets/components/empty.hbs
// empty
Source: src/cssframework_v2/less/doc.less, line 1417

Couleurs nuancier (v2)

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

(systeme de couleur v2)
Palettes de couleurs inclues dans le framework IDEO3.2 Avec ce nouveau systeme de couleur, il est possible d'utiliser des couleurs et des variations différentes en darkMode.

Il faut commencer par importer le nouveau systeme de couleur

@import "@{ambiance-url}less/colors/import.less";

On précise ensuite les couleurs principales du site (nom d'une couleur prégénérée de la palette de couleurs) via les variables suivantes.

// en light mode :
@brand: dodgerBlue;
@accent: @brand;
@lead: tomato;
@contrast: @brand;
@text: @brand;
@surface: @brand;

// en dark mode :
@brand-dark: @brand;
@accent-dark: @accent;
@lead-dark: @lead;
@contrast-dark: @contrast;
@text-dark: @text;
@surface-dark: @surface;

Chaque jeux de couleur est disponible sous 3 différentes variations.

// en light mode :
@brandVariation: 2;
@accentVariation: @brandVariation;
@leadVariation: @brandVariation;
@contrastVariation: @brandVariation;
@textVariation: @brandVariation;
@surfaceVariation: @brandVariation;

// en dark mode :
@brandVariation-dark: @brandVariation;
@accentVariation-dark: @accentVariation;
@leadVariation-dark: @leadVariation;
@contrastVariation-dark: @contrastVariation;
@textVariation-dark: @textVariation;
@surfaceVariation-dark: @surfaceVariation;
<insert-markup>design.couleurs.couleurs.v2-</insert-markup>
Markup: ../../../snippets/components/colors-v2.hbs
<div class="row">
	<div class="large-12 columns">
		<div id="color-shades"></div>
	</div>
</div>

<script type="text/javascript">
	// Définir un tableau de noms de couleurs
	const colorNames = [
		"red",
		"tomato",
		"amaranth",
		"deepPink",
		"pink",
		"fuchsia",
		"purple",
		"violet",
		"indigo",
		"navy",
		"blue",
		"linkeoBlue",
		"dodgerBlue",
		"cyan",
		"teal",
		"emerald",
		"springGreen",
		"shamrockGreen",
		"green",
		"forestGreen",
		"lime",
		"yellow",
		"gold",
		"amber",
		"orange",
		"brown",
		"choco",
		"sand",
		"slate",
		"gray",
		"neutral"
	];

	// Fonction pour générer un bloc HTML en fonction du nom de la couleur
	function generateColorBlock(colorName) {
		return `
			<div class="color-shades" data-name="${colorName}">
				<div class="color-name">${colorName}</div>
				${Array.from({ length: 23 }, (_, index) => `
					<div class="color-shade color-${index}" data-number="${index}" style="background-color: hsl(var(--${colorName}-${index}-hsl))"></div>
				`).join("\n")}
			</div>
		`;
	}

	// Générer les blocs HTML pour toutes les couleurs dans le tableau de noms
	const htmlBlocks = colorNames.map(generateColorBlock).join("\n");

	// Obtenir la référence de la div avec l'ID "color-shades"
	const colorShadesDiv = document.getElementById("color-shades");

	// Insérer les blocs HTML générés dans la div "color-shades"
	colorShadesDiv.innerHTML = htmlBlocks;
</script>
Source: src/cssframework_v2/less/doc.less, line 1448

Fonts

Fonts inclues dans le framework IDEO3.2

Il faut commencer par importer le nouveau systeme de fonts

@import "@{ambiance-url}less/fonts/import.less";

On utilise ensuite les variables présentées ci-dessous pour charger la police d'écriture sur le site.

Sans

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Collections de fonts "sans" Variables, utilisable dans le CMS ideo.

<insert-markup>design.fonts.sans-</insert-markup>

Comfortaa

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 300 - 700

//Use the font
@fw-font-primary : Comfortaa;
@fw-font-headings: Comfortaa;
@fw-font-lead: Comfortaa;
@fw-font-brand: Comfortaa;
@fw-font-button: Comfortaa;
@fw-font-nav: Comfortaa;

Inter

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights: 100 - 900

//Use the font
@fw-font-primary : Inter;
@fw-font-headings: Inter;
@fw-font-lead: Inter;
@fw-font-brand: Inter;
@fw-font-button: Inter;
@fw-font-nav: Inter;

JosefinSans

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 100 - 700

//Use the font
@fw-font-primary : JosefinSans;
@fw-font-headings: JosefinSans;
@fw-font-lead: JosefinSans;
@fw-font-brand: JosefinSans;
@fw-font-button: JosefinSans;
@fw-font-nav: JosefinSans;

Montserrat *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 100 - 900

//Use the font
@fw-font-primary : Montserrat;
@fw-font-headings: Montserrat;
@fw-font-lead: Montserrat;
@fw-font-brand: Montserrat;
@fw-font-button: Montserrat;
@fw-font-nav: Montserrat;

OpenSans

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 300 - 800

//Use the font
@fw-font-primary : OpenSans;
@fw-font-headings: OpenSans;
@fw-font-lead: OpenSans;
@fw-font-brand: OpenSans;
@fw-font-button: OpenSans;
@fw-font-nav: OpenSans;

Oswald *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 200 - 700

//Use the font
@fw-font-primary : Oswald;
@fw-font-headings: Oswald;
@fw-font-lead: Oswald;
@fw-font-brand: Oswald;
@fw-font-button: Oswald;
@fw-font-nav: Oswald;

Poppins *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 100 - 900

//Use the font
@fw-font-primary : Poppins;
@fw-font-headings: Poppins;
@fw-font-lead: Poppins;
@fw-font-brand: Poppins;
@fw-font-button: Poppins;
@fw-font-nav: Poppins;

Quicksand *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 300 - 700

//Use the font
@fw-font-primary : Quicksand;
@fw-font-headings: Quicksand;
@fw-font-lead: Quicksand;
@fw-font-brand: Quicksand;
@fw-font-button: Quicksand;
@fw-font-nav: Quicksand;

Raleway

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 100 - 900

//Use the font
@fw-font-primary : Raleway;
@fw-font-headings: Raleway;
@fw-font-lead: Raleway;
@fw-font-brand: Raleway;
@fw-font-button: Raleway;
@fw-font-nav: Raleway;

Ubuntu

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 300 - 700

//Use the font
@fw-font-primary : Ubuntu;
@fw-font-headings: Ubuntu;
@fw-font-lead: Ubuntu;
@fw-font-brand: Ubuntu;
@fw-font-button: Ubuntu;
@fw-font-nav: Ubuntu;

WorkSans *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 100 - 900

//Use the font
@fw-font-primary : WorkSans;
@fw-font-headings: WorkSans;
@fw-font-lead: WorkSans;
@fw-font-brand: WorkSans;
@fw-font-button: WorkSans;
@fw-font-nav: WorkSans;
Markup: ../../../snippets/components/fonts-sans.hbs
<div class="row font-presentation">
	<div class="large-12 columns">

		<div class="blk-text font-Comfortaa">
			<h2>Comfortaa</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 300 - 700

//Use the font
@fw-font-primary : Comfortaa;
@fw-font-headings: Comfortaa;
@fw-font-lead: Comfortaa;
@fw-font-brand: Comfortaa;
@fw-font-button: Comfortaa;
@fw-font-nav: Comfortaa;
</pre>
		</div>

		<div class="blk-text font-Inter">
			<h2>Inter</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights: 100 - 900

//Use the font
@fw-font-primary : Inter;
@fw-font-headings: Inter;
@fw-font-lead: Inter;
@fw-font-brand: Inter;
@fw-font-button: Inter;
@fw-font-nav: Inter;
</pre>
		</div>

		<div class="blk-text font-JosefinSans">
			<h2>JosefinSans</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 100 - 700

//Use the font
@fw-font-primary : JosefinSans;
@fw-font-headings: JosefinSans;
@fw-font-lead: JosefinSans;
@fw-font-brand: JosefinSans;
@fw-font-button: JosefinSans;
@fw-font-nav: JosefinSans;
</pre>
		</div>

		<div class="blk-text font-Montserrat">
			<h2>Montserrat *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 100 - 900

//Use the font
@fw-font-primary : Montserrat;
@fw-font-headings: Montserrat;
@fw-font-lead: Montserrat;
@fw-font-brand: Montserrat;
@fw-font-button: Montserrat;
@fw-font-nav: Montserrat;
</pre>
		</div>

		<div class="blk-text font-OpenSans">
			<h2>OpenSans</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 300 - 800

//Use the font
@fw-font-primary : OpenSans;
@fw-font-headings: OpenSans;
@fw-font-lead: OpenSans;
@fw-font-brand: OpenSans;
@fw-font-button: OpenSans;
@fw-font-nav: OpenSans;
</pre>
		</div>

		<div class="blk-text font-Oswald">
			<h2>Oswald *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 200 - 700

//Use the font
@fw-font-primary : Oswald;
@fw-font-headings: Oswald;
@fw-font-lead: Oswald;
@fw-font-brand: Oswald;
@fw-font-button: Oswald;
@fw-font-nav: Oswald;
</pre>
		</div>

		<div class="blk-text font-Poppins">
			<h2>Poppins *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 100 - 900

//Use the font
@fw-font-primary : Poppins;
@fw-font-headings: Poppins;
@fw-font-lead: Poppins;
@fw-font-brand: Poppins;
@fw-font-button: Poppins;
@fw-font-nav: Poppins;
</pre>
		</div>

		<div class="blk-text font-Quicksand">
			<h2>Quicksand *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 300 - 700

//Use the font
@fw-font-primary : Quicksand;
@fw-font-headings: Quicksand;
@fw-font-lead: Quicksand;
@fw-font-brand: Quicksand;
@fw-font-button: Quicksand;
@fw-font-nav: Quicksand;
</pre>
		</div>

		<div class="blk-text font-Raleway">
			<h2>Raleway</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 100 - 900

//Use the font
@fw-font-primary : Raleway;
@fw-font-headings: Raleway;
@fw-font-lead: Raleway;
@fw-font-brand: Raleway;
@fw-font-button: Raleway;
@fw-font-nav: Raleway;
</pre>
		</div>

		<div class="blk-text font-Ubuntu">
			<h2>Ubuntu</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 300 - 700

//Use the font
@fw-font-primary : Ubuntu;
@fw-font-headings: Ubuntu;
@fw-font-lead: Ubuntu;
@fw-font-brand: Ubuntu;
@fw-font-button: Ubuntu;
@fw-font-nav: Ubuntu;
</pre>
		</div>

		<div class="blk-text font-WorkSans">
			<h2>WorkSans *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 100 - 900

//Use the font
@fw-font-primary : WorkSans;
@fw-font-headings: WorkSans;
@fw-font-lead: WorkSans;
@fw-font-brand: WorkSans;
@fw-font-button: WorkSans;
@fw-font-nav: WorkSans;
</pre>
		</div>



	</div>
</div>
Source: src/cssframework_v2/less/doc.less, line 1553

Script

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Collections de fonts "script" Variables et regular, utilisable dans le CMS ideo.

<insert-markup>design.fonts.script-</insert-markup>

Britney *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 300 - 900

//Use the font
@fw-font-primary : Britney;
@fw-font-headings: Britney;
@fw-font-lead: Britney;
@fw-font-brand: Britney;
@fw-font-button: Britney;
@fw-font-nav: Britney;

Caveat

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 400 - 700

//Use the font
@fw-font-primary : Caveat;
@fw-font-headings: Caveat;
@fw-font-lead: Caveat;
@fw-font-brand: Caveat;
@fw-font-button: Caveat;
@fw-font-nav: Caveat;

DancingScript *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 400 - 700

//Use the font
@fw-font-primary : DancingScript;
@fw-font-headings: DancingScript;
@fw-font-lead: DancingScript;
@fw-font-brand: DancingScript;
@fw-font-button: DancingScript;
@fw-font-nav: DancingScript;

EduTASBeginner

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 400 - 700

//Use the font
@fw-font-primary : EduTASBeginner;
@fw-font-headings: EduTASBeginner;
@fw-font-lead: EduTASBeginner;
@fw-font-brand: EduTASBeginner;
@fw-font-button: EduTASBeginner;
@fw-font-nav: EduTASBeginner;

Pacifico

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Regular only

//Use the font
@fw-font-primary : Pacifico;
@fw-font-headings: Pacifico;
@fw-font-lead: Pacifico;
@fw-font-brand: Pacifico;
@fw-font-button: Pacifico;
@fw-font-nav: Pacifico;
Markup: ../../../snippets/components/fonts-script.hbs
<div class="row font-presentation">
	<div class="large-12 columns">

		<div class="blk-text font-Britney">
			<h2>Britney *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 300 - 900

//Use the font
@fw-font-primary : Britney;
@fw-font-headings: Britney;
@fw-font-lead: Britney;
@fw-font-brand: Britney;
@fw-font-button: Britney;
@fw-font-nav: Britney;
</pre>
		</div>

		<div class="blk-text font-Caveat">
			<h2>Caveat</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 400 - 700

//Use the font
@fw-font-primary : Caveat;
@fw-font-headings: Caveat;
@fw-font-lead: Caveat;
@fw-font-brand: Caveat;
@fw-font-button: Caveat;
@fw-font-nav: Caveat;
</pre>
		</div>

		<div class="blk-text font-DancingScript">
			<h2>DancingScript *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 400 - 700

//Use the font
@fw-font-primary : DancingScript;
@fw-font-headings: DancingScript;
@fw-font-lead: DancingScript;
@fw-font-brand: DancingScript;
@fw-font-button: DancingScript;
@fw-font-nav: DancingScript;
</pre>
		</div>

		<div class="blk-text font-EduTASBeginner">
			<h2>EduTASBeginner</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 400 - 700

//Use the font
@fw-font-primary : EduTASBeginner;
@fw-font-headings: EduTASBeginner;
@fw-font-lead: EduTASBeginner;
@fw-font-brand: EduTASBeginner;
@fw-font-button: EduTASBeginner;
@fw-font-nav: EduTASBeginner;
</pre>
		</div>

		<div class="blk-text font-Pacifico">
			<h2>Pacifico</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Regular only

//Use the font
@fw-font-primary : Pacifico;
@fw-font-headings: Pacifico;
@fw-font-lead: Pacifico;
@fw-font-brand: Pacifico;
@fw-font-button: Pacifico;
@fw-font-nav: Pacifico;
</pre>
		</div>

	</div>
</div>
Source: src/cssframework_v2/less/doc.less, line 1577

Serif

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Collections de fonts "serif" Variables, utilisable dans le CMS ideo.

<insert-markup>design.fonts.serif-</insert-markup>

Boska *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 200 - 900

//Use the font
@fw-font-primary : Boska;
@fw-font-headings: Boska;
@fw-font-lead: Boska;
@fw-font-brand: Boska;
@fw-font-button: Boska;
@fw-font-nav: Boska;

Cormorant

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 300 - 700

//Use the font
@fw-font-primary : Cormorant;
@fw-font-headings: Cormorant;
@fw-font-lead: Cormorant;
@fw-font-brand: Cormorant;
@fw-font-button: Cormorant;
@fw-font-nav: Cormorant;

CrimsonPro *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 200 - 900

//Use the font
@fw-font-primary : CrimsonPro;
@fw-font-headings: CrimsonPro;
@fw-font-lead: CrimsonPro;
@fw-font-brand: CrimsonPro;
@fw-font-button: CrimsonPro;
@fw-font-nav: CrimsonPro;

Playfair

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 400 - 900

//Use the font
@fw-font-primary : Playfair;
@fw-font-headings: Playfair;
@fw-font-lead: Playfair;
@fw-font-brand: Playfair;
@fw-font-button: Playfair;
@fw-font-nav: Playfair;

Zodiak *

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. In aliquam est eget massa egestas, et pharetra ante feugiat. Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.

//Weights range: 100 - 900

//Use the font
@fw-font-primary : Zodiak;
@fw-font-headings: Zodiak;
@fw-font-lead: Zodiak;
@fw-font-brand: Zodiak;
@fw-font-button: Zodiak;
@fw-font-nav: Zodiak;
Markup: ../../../snippets/components/fonts-serif.hbs
<div class="row font-presentation">
	<div class="large-12 columns">

		<div class="blk-text font-Boska">
			<h2>Boska *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 200 - 900

//Use the font
@fw-font-primary : Boska;
@fw-font-headings: Boska;
@fw-font-lead: Boska;
@fw-font-brand: Boska;
@fw-font-button: Boska;
@fw-font-nav: Boska;
</pre>
		</div>

		<div class="blk-text font-Cormorant">
			<h2>Cormorant</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 300 - 700

//Use the font
@fw-font-primary : Cormorant;
@fw-font-headings: Cormorant;
@fw-font-lead: Cormorant;
@fw-font-brand: Cormorant;
@fw-font-button: Cormorant;
@fw-font-nav: Cormorant;
</pre>
		</div>

		<div class="blk-text font-CrimsonPro">
			<h2>CrimsonPro *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 200 - 900

//Use the font
@fw-font-primary : CrimsonPro;
@fw-font-headings: CrimsonPro;
@fw-font-lead: CrimsonPro;
@fw-font-brand: CrimsonPro;
@fw-font-button: CrimsonPro;
@fw-font-nav: CrimsonPro;
</pre>
		</div>

		<div class="blk-text font-Playfair">
			<h2>Playfair</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 400 - 900

//Use the font
@fw-font-primary : Playfair;
@fw-font-headings: Playfair;
@fw-font-lead: Playfair;
@fw-font-brand: Playfair;
@fw-font-button: Playfair;
@fw-font-nav: Playfair;
</pre>
		</div>

		<div class="blk-text font-Zodiak">
			<h2>Zodiak *</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Nullam aliquet purus vitae tellus tristique ornare.</b> Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa.</p>
			<p><span class="txt-highlight-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span> Nullam aliquet purus vitae tellus tristique ornare. Suspendisse viverra, nisl in tempor molestie, erat enim bibendum ex, quis cursus lectus magna vitae massa. <b class="xl">In aliquam est eget massa egestas, et pharetra ante feugiat.</b> Donec lacus lectus, molestie ut consequat eu, ornare in ex. Etiam et venenatis massa, sit amet viverra sem. Duis pharetra lacus at enim rhoncus accumsan. Nullam faucibus convallis viverra. Sed eros leo, ultrices at justo ut, rutrum finibus massa.</p>
<pre class="hljs language-undefined prism-highlighted">
//Weights range: 100 - 900

//Use the font
@fw-font-primary : Zodiak;
@fw-font-headings: Zodiak;
@fw-font-lead: Zodiak;
@fw-font-brand: Zodiak;
@fw-font-button: Zodiak;
@fw-font-nav: Zodiak;
</pre>
		</div>


	</div>
</div>
Source: src/cssframework_v2/less/doc.less, line 1565

Collections d'icons

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Collections d'icons à utiliser avec le short code [[svg_collection]].
Définissez la collection à utiliser dans le CMS IDEO

<insert-markup>design.icons-</insert-markup>
Icon name Outline Solid Duotone
appointment1 [[svg_collection:appointment1]]
appointment2 [[svg_collection:appointment2]]
arrowdown [[svg_collection:arrowdown]]
arrowleft [[svg_collection:arrowleft]]
arrowright [[svg_collection:arrowright]]
arrowtop [[svg_collection:arrowtop]]
bar1 [[svg_collection:bar1]]
bathroom1 [[svg_collection:bathroom1]]
beach1 [[svg_collection:beach1]]
book1 [[svg_collection:book1]]
book2 [[svg_collection:book2]]
book3 [[svg_collection:book3]]
book4 [[svg_collection:book4]]
buddy1 [[svg_collection:buddy1]]
buddy2 [[svg_collection:buddy2]]
business1 [[svg_collection:business1]]
business2 [[svg_collection:business2]]
callback [[svg_collection:callback]]
cam1 [[svg_collection:cam1]]
cam2 [[svg_collection:cam2]]
chevrondown [[svg_collection:chevrondown]]
chevronleft [[svg_collection:chevronleft]]
chevronright [[svg_collection:chevronright]]
chevronsdown [[svg_collection:chevronsdown]]
chevronsleft [[svg_collection:chevronsleft]]
chevronsright [[svg_collection:chevronsright]]
chevronstop [[svg_collection:chevronstop]]
chevronup [[svg_collection:chevronup]]
child1 [[svg_collection:child1]]
child2 [[svg_collection:child2]]
circuit1 [[svg_collection:circuit1]]
clickcollect1 [[svg_collection:clickcollect1]]
clickcollect2 [[svg_collection:clickcollect2]]
clickcollect3 [[svg_collection:clickcollect3]]
climate1 [[svg_collection:climate1]]
climate2 [[svg_collection:climate2]]
close [[svg_collection:close]]
coffee1 [[svg_collection:coffee1]]
contact [[svg_collection:contact]]
contact1 [[svg_collection:contact1]]
contact2 [[svg_collection:contact2]]
custommade1 [[svg_collection:custommade1]]
custommade2 [[svg_collection:custommade2]]
custommade3 [[svg_collection:custommade3]]
darkmode [[svg_collection:darkmode]]
delivery1 [[svg_collection:delivery1]]
delivery2 [[svg_collection:delivery2]]
delivery3 [[svg_collection:delivery3]]
dispo1 [[svg_collection:dispo1]]
dispo2 [[svg_collection:dispo2]]
ecology1 [[svg_collection:ecology1]]
ecology2 [[svg_collection:ecology2]]
ecology3 [[svg_collection:ecology3]]
elec1 [[svg_collection:elec1]]
elec2 [[svg_collection:elec2]]
elec3 [[svg_collection:elec3]]
expertise1 [[svg_collection:expertise1]]
expertise2 [[svg_collection:expertise2]]
expertise3 [[svg_collection:expertise3]]
expertise4 [[svg_collection:expertise4]]
faitmaison1 [[svg_collection:faitmaison1]]
fitness1 [[svg_collection:fitness1]]
fitness2 [[svg_collection:fitness2]]
frozen1 [[svg_collection:frozen1]]
frozen2 [[svg_collection:frozen2]]
garanty1 [[svg_collection:garanty1]]
garanty2 [[svg_collection:garanty2]]
handicap1 [[svg_collection:handicap1]]
handicap2 [[svg_collection:handicap2]]
highcontrast [[svg_collection:highcontrast]]
houseplug1 [[svg_collection:houseplug1]]
houseplug2 [[svg_collection:houseplug2]]
houseplug3 [[svg_collection:houseplug3]]
houseplug4 [[svg_collection:houseplug4]]
lightmode [[svg_collection:lightmode]]
location1 [[svg_collection:location1]]
location2 [[svg_collection:location2]]
location3 [[svg_collection:location3]]
loyalty1 [[svg_collection:loyalty1]]
loyalty2 [[svg_collection:loyalty2]]
loyalty3 [[svg_collection:loyalty3]]
mail [[svg_collection:mail]]
map [[svg_collection:map]]
megaphone1 [[svg_collection:megaphone1]]
menu [[svg_collection:menu]]
menu2 [[svg_collection:menu2]]
message1 [[svg_collection:message1]]
messages [[svg_collection:messages]]
minus [[svg_collection:minus]]
mountain1 [[svg_collection:mountain1]]
mute [[svg_collection:mute]]
none1 [[svg_collection:none1]]
number_2digits_00 [[svg_collection:number_2digits_00]]
number_2digits_01 [[svg_collection:number_2digits_01]]
number_2digits_02 [[svg_collection:number_2digits_02]]
number_2digits_03 [[svg_collection:number_2digits_03]]
number_2digits_04 [[svg_collection:number_2digits_04]]
number_2digits_05 [[svg_collection:number_2digits_05]]
number_2digits_06 [[svg_collection:number_2digits_06]]
number_2digits_07 [[svg_collection:number_2digits_07]]
number_2digits_08 [[svg_collection:number_2digits_08]]
number_2digits_09 [[svg_collection:number_2digits_09]]
number_digit_0 [[svg_collection:number_digit_0]]
number_digit_1 [[svg_collection:number_digit_1]]
number_digit_2 [[svg_collection:number_digit_2]]
number_digit_3 [[svg_collection:number_digit_3]]
number_digit_4 [[svg_collection:number_digit_4]]
number_digit_5 [[svg_collection:number_digit_5]]
number_digit_6 [[svg_collection:number_digit_6]]
number_digit_7 [[svg_collection:number_digit_7]]
number_digit_8 [[svg_collection:number_digit_8]]
number_digit_9 [[svg_collection:number_digit_9]]
number_round_0 [[svg_collection:number_round_0]]
number_round_1 [[svg_collection:number_round_1]]
number_round_2 [[svg_collection:number_round_2]]
number_round_3 [[svg_collection:number_round_3]]
number_round_4 [[svg_collection:number_round_4]]
number_round_5 [[svg_collection:number_round_5]]
number_round_6 [[svg_collection:number_round_6]]
number_round_7 [[svg_collection:number_round_7]]
number_round_8 [[svg_collection:number_round_8]]
number_round_9 [[svg_collection:number_round_9]]
number_square_0 [[svg_collection:number_square_0]]
number_square_1 [[svg_collection:number_square_1]]
number_square_2 [[svg_collection:number_square_2]]
number_square_3 [[svg_collection:number_square_3]]
number_square_4 [[svg_collection:number_square_4]]
number_square_5 [[svg_collection:number_square_5]]
number_square_6 [[svg_collection:number_square_6]]
number_square_7 [[svg_collection:number_square_7]]
number_square_8 [[svg_collection:number_square_8]]
number_square_9 [[svg_collection:number_square_9]]
order1 [[svg_collection:order1]]
order2 [[svg_collection:order2]]
order3 [[svg_collection:order3]]
order4 [[svg_collection:order4]]
order5 [[svg_collection:order5]]
outgoing [[svg_collection:outgoing]]
parking1 [[svg_collection:parking1]]
parking2 [[svg_collection:parking2]]
pause [[svg_collection:pause]]
payment1 [[svg_collection:payment1]]
payment2 [[svg_collection:payment2]]
payment3 [[svg_collection:payment3]]
pets1 [[svg_collection:pets1]]
pets2 [[svg_collection:pets2]]
phone [[svg_collection:phone]]
pin [[svg_collection:pin]]
play [[svg_collection:play]]
plus [[svg_collection:plus]]
pool1 [[svg_collection:pool1]]
pool2 [[svg_collection:pool2]]
portal1 [[svg_collection:portal1]]
portal2 [[svg_collection:portal2]]
portal3 [[svg_collection:portal3]]
price1 [[svg_collection:price1]]
price2 [[svg_collection:price2]]
price3 [[svg_collection:price3]]
price4 [[svg_collection:price4]]
quality1 [[svg_collection:quality1]]
quality2 [[svg_collection:quality2]]
quality3 [[svg_collection:quality3]]
quality4 [[svg_collection:quality4]]
quote1 [[svg_collection:quote1]]
quote2 [[svg_collection:quote2]]
quotemark1 [[svg_collection:quotemark1]]
quotemark2 [[svg_collection:quotemark2]]
rapidity1 [[svg_collection:rapidity1]]
rapidity2 [[svg_collection:rapidity2]]
restaurant1 [[svg_collection:restaurant1]]
returntop [[svg_collection:returntop]]
ribbon1 [[svg_collection:ribbon1]]
room1 [[svg_collection:room1]]
roundeddown [[svg_collection:roundeddown]]
roundedleft [[svg_collection:roundedleft]]
roundedright [[svg_collection:roundedright]]
roundedtop [[svg_collection:roundedtop]]
settings [[svg_collection:settings]]
smartphone [[svg_collection:smartphone]]
smoke1 [[svg_collection:smoke1]]
smoke2 [[svg_collection:smoke2]]
spa1 [[svg_collection:spa1]]
spa2 [[svg_collection:spa2]]
star1 [[svg_collection:star1]]
switchoff [[svg_collection:switchoff]]
switchon [[svg_collection:switchon]]
transport1 [[svg_collection:transport1]]
transport2 [[svg_collection:transport2]]
transport3 [[svg_collection:transport3]]
transport4 [[svg_collection:transport4]]
transport5 [[svg_collection:transport5]]
tv1 [[svg_collection:tv1]]
volume [[svg_collection:volume]]
wifi1 [[svg_collection:wifi1]]
wifi2 [[svg_collection:wifi2]]
Markup: ../../../snippets/components/icons.hbs
<div class="row icons-presentation">
	<div class="large-12 columns">
		<table>
			<thead>
				<tr>
					<td>Icon name</td>
					<td>Outline</td>
					<td>Solid</td>
					<td>Duotone</td>
				</tr>
			</thead>
			<tbody>
    
                <tr>
                    <td>
                        appointment1
                        <code>[[svg_collection:appointment1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="appointment1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.795 21H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4H3m12-8v4M7 3v4m11 9.496V18l1 1m3-1a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="appointment1 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" clip-rule="evenodd" d="M15.75 3a.75.75 0 0 0-1.5 0v1.25h-6.5V3a.75.75 0 0 0-1.5 0v1.25H5A2.75 2.75 0 0 0 2.25 7v12A2.75 2.75 0 0 0 5 21.75h6.674a.75.75 0 0 0 .667-1.093c-.43-.834-.591-1.6-.591-2.657A6.25 6.25 0 0 1 18 11.75h1a.75.75 0 0 0 .75-.75V7A2.75 2.75 0 0 0 17 4.25h-1.25V3Zm-9.5 4V5.75H5A1.25 1.25 0 0 0 3.75 7v3.25h14.5V7A1.25 1.25 0 0 0 17 5.75h-1.25V7a.75.75 0 0 1-1.5 0V5.75h-6.5V7a.75.75 0 0 1-1.5 0Z"/><path class="solid" fill="currentcolor" fill-rule="evenodd" clip-rule="evenodd" d="M18 13.25a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5Zm0 2.496a.75.75 0 0 1 .75.75v1.193l.78.78a.75.75 0 0 1-1.06 1.061l-1-1a.75.75 0 0 1-.22-.53v-1.504a.75.75 0 0 1 .75-.75Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="appointment1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M18 22a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"/><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M5 21h6.674c-.494-.959-.674-1.847-.674-3a7 7 0 0 1 7-7H3v8a2 2 0 0 0 2 2Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 19a2 2 0 0 0 2 2h6.674c-.494-.959-.674-1.847-.674-3a7 7 0 0 1 7-7M3 19V7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4M3 19v-8m16 0h-1m1 0H3m15 0H3m12-8v4M7 3v4m11 9.496V18l1 1m3-1a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        appointment2
                        <code>[[svg_collection:appointment2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="appointment2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16 3v4M8 3v4m-4 4h16M9 16l2 2 4-4M6 5h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="appointment2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M16.75 3a.75.75 0 0 0-1.5 0v1.25h-6.5V3a.75.75 0 0 0-1.5 0v1.25H6A2.75 2.75 0 0 0 3.25 7v12A2.75 2.75 0 0 0 6 21.75h12A2.75 2.75 0 0 0 20.75 19V7A2.75 2.75 0 0 0 18 4.25h-1.25V3Zm-9.5 4V5.75H6c-.69 0-1.25.56-1.25 1.25v3.25h14.5V7c0-.69-.56-1.25-1.25-1.25h-1.25V7a.75.75 0 0 1-1.5 0V5.75h-6.5V7a.75.75 0 0 1-1.5 0Zm8.28 7.53a.75.75 0 1 0-1.06-1.06L11 16.94l-1.47-1.47a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l4-4Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="appointment2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M20 19v-8H4v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20 11V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4m16 0v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8m16 0H4m12-8v4M8 3v4m1 9 2 2 4-4"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        arrowdown
                        <code>[[svg_collection:arrowdown]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowdown icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5v14m0 0-4-4m4 4 4-4"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowdown icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M12 4.25a.75.75 0 0 1 .75.75v12.19l2.72-2.72a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06l2.72 2.72V5a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowdown icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5v14m0 0-4-4m4 4 4-4"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        arrowleft
                        <code>[[svg_collection:arrowleft]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowleft icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 12H5m0 0 4-4m-4 4 4 4"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowleft icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M9.53 7.47a.75.75 0 0 1 0 1.06l-2.72 2.72H19a.75.75 0 0 1 0 1.5H6.81l2.72 2.72a.75.75 0 1 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowleft icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 12H5m0 0 4-4m-4 4 4 4"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        arrowright
                        <code>[[svg_collection:arrowright]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowright icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 12h14m0 0-4 4m4-4-4-4"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowright icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M14.47 7.47a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06l2.72-2.72H5a.75.75 0 0 1 0-1.5h12.19l-2.72-2.72a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowright icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 12h14m0 0-4 4m4-4-4-4"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        arrowtop
                        <code>[[svg_collection:arrowtop]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowtop icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 19V5m0 0 4 4m-4-4L8 9"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowtop icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M11.47 4.47a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-1.06 1.06l-2.72-2.72V19a.75.75 0 0 1-1.5 0V6.81L8.53 9.53a.75.75 0 0 1-1.06-1.06l4-4Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="arrowtop icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 19V5m0 0 4 4m-4-4L8 9"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        bar1
                        <code>[[svg_collection:bar1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="bar1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 20H12M17 20H12M12 20V13M12 13L16 8.5M12 13L8 8.5M16 8.5L20 4H4L8 8.5M16 8.5H8"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="bar1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M4.00001 3.25C3.70467 3.25 3.43682 3.42333 3.31583 3.69276C3.19484 3.96218 3.24324 4.27753 3.43946 4.49827L11.25 13.2851V19.25H7.00001C6.5858 19.25 6.25001 19.5858 6.25001 20C6.25001 20.4142 6.5858 20.75 7.00001 20.75H17C17.4142 20.75 17.75 20.4142 17.75 20C17.75 19.5858 17.4142 19.25 17 19.25H12.75V13.2851L20.5606 4.49827C20.7568 4.27753 20.8052 3.96218 20.6842 3.69276C20.5632 3.42333 20.2954 3.25 20 3.25H4.00001ZM15.6632 7.75H8.33681L5.67015 4.75H18.3299L15.6632 7.75Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="bar1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M12 13L16 8.5H8L12 13Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 20H12M17 20H12M12 20V13M12 13L16 8.5M12 13L8 8.5M16 8.5L20 4H4L8 8.5M16 8.5H8"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        bathroom1
                        <code>[[svg_collection:bathroom1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="bathroom1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.5 14V4C21.5 2.34315 20.1569 1 18.5 1H18C16.6193 1 15.5 2.11929 15.5 3.5M13 14H23L22.3356 17.9864C21.8534 20.8795 19.3503 23 16.4172 23H7.58276C4.64973 23 2.14659 20.8795 1.6644 17.9864L1 14H5M13 14V20H5V14M13 14C13 12.8954 12.1046 12 11 12H7C5.89543 12 5 12.8954 5 14M18.5 7H12.5C12.5 5.34315 13.6513 4 15.0714 4H15.9286C17.3487 4 18.5 5.34315 18.5 7Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="bathroom1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M18 0.25C16.2838 0.25 14.8783 1.58021 14.7583 3.26583C12.9856 3.44656 11.75 5.14873 11.75 7C11.75 7.41421 12.0858 7.75 12.5 7.75H18.5C18.9142 7.75 19.25 7.41421 19.25 7C19.25 5.15692 18.0253 3.46164 16.2652 3.26832C16.3786 2.41133 17.1121 1.75 18 1.75H18.5C19.7426 1.75 20.75 2.75736 20.75 4V13.25H13.6465C13.32 12.0957 12.2588 11.25 11 11.25H7.00001C5.74123 11.25 4.67999 12.0957 4.35352 13.25H1.00001C0.779541 13.25 0.570243 13.347 0.427741 13.5152C0.285238 13.6834 0.223966 13.9058 0.26021 14.1233L0.924609 18.1097C1.46707 21.3645 4.2831 23.75 7.58277 23.75H16.4172C19.7169 23.75 22.5329 21.3645 23.0754 18.1097L23.7398 14.1233C23.776 13.9058 23.7148 13.6834 23.5723 13.5152C23.4298 13.347 23.2205 13.25 23 13.25H22.25V4C22.25 1.92893 20.5711 0.25 18.5 0.25H18ZM13.75 20V14.75H22.1147L21.5958 17.8631C21.1739 20.3946 18.9836 22.25 16.4172 22.25H7.58277C5.01636 22.25 2.82611 20.3946 2.4042 17.8631L1.88535 14.75H4.25001V20C4.25001 20.4142 4.58579 20.75 5.00001 20.75H13C13.4142 20.75 13.75 20.4142 13.75 20Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="bathroom1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M12.5 7C12.5 5.343 13.651 4 15.071 4H15.929C17.349 4 18.5 5.343 18.5 7H12.5ZM5 14C5 12.895 5.895 12 7 12H11C12.105 12 13 12.895 13 14V20H5V14Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.5 14V4C21.5 2.34315 20.1569 1 18.5 1H18C16.6193 1 15.5 2.11929 15.5 3.5M13 14H23L22.3356 17.9864C21.8534 20.8795 19.3503 23 16.4172 23H7.58276C4.64973 23 2.14659 20.8795 1.6644 17.9864L1 14H5M13 14V20H5V14M13 14C13 12.8954 12.1046 12 11 12H7C5.89543 12 5 12.8954 5 14M18.5 7H12.5C12.5 5.34315 13.6513 4 15.0714 4H15.9286C17.3487 4 18.5 5.34315 18.5 7Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        beach1
                        <code>[[svg_collection:beach1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="beach1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 19L11.5826 18.5339C12.8238 17.541 14.366 17 15.9555 17H23M1 22.25L1.50721 22.7687C1.89948 23.1699 2.54497 23.1699 2.93723 22.7687L3.95166 21.7313C4.34392 21.3301 4.98941 21.3301 5.38167 21.7313L6.3961 22.7687C6.78836 23.1699 7.43386 23.1699 7.82612 22.7687L8.84055 21.7313C9.23281 21.3301 9.8783 21.3301 10.2706 21.7313L11.285 22.7687C11.6773 23.1699 12.3227 23.1699 12.715 22.7687L13.7294 21.7313C14.1217 21.3301 14.7672 21.3301 15.1594 21.7313L16.1739 22.7687C16.5661 23.1699 17.2116 23.1699 17.6039 22.7687L18.6183 21.7313C19.0106 21.3301 19.6561 21.3301 20.0483 21.7313L21.0628 22.7687C21.455 23.1699 22.1005 23.1699 22.4928 22.7687L23 22.25M11.5455 2.5L11 1M16.6831 16.6284L14.2727 10M11.395 2.58071C15.4023 1.14158 19.7464 2.46658 22.2818 5.56867C22.6846 6.06143 22.4354 6.77677 21.8365 6.99187L6.25066 12.5891C5.65806 12.802 5.01558 12.4191 5.00214 11.7896C4.91694 7.79956 7.38263 4.02167 11.395 2.58071Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="beach1 icon-solid"><path class="solid" fill="currentColor" d="M11.705.744C11.563.354 11.133.154 10.744.295 10.354.437 10.154.867 10.295 1.256L10.597 2.087C6.599 3.774 4.164 7.682 4.252 11.806 4.278 13.021 5.501 13.655 6.504 13.295L13.729 10.7 15.748 16.253C14.062 16.298 12.434 16.892 11.114 17.948L10.532 18.414C10.208 18.673 10.156 19.145 10.414 19.469 10.673 19.792 11.145 19.844 11.469 19.586L12.051 19.12C13.159 18.233 14.536 17.75 15.956 17.75H23C23.414 17.75 23.75 17.414 23.75 17 23.75 16.586 23.414 16.25 23 16.25H17.344L15.141 10.193 22.09 7.698C23.104 7.333 23.64 6.045 22.863 5.094 20.314 1.976 16.075.527 12.017 1.602L11.705.744ZM4.488 22.256C4.586 22.155 4.747 22.155 4.845 22.256L5.86 23.293C6.546 23.995 7.676 23.995 8.362 23.293L9.377 22.256C9.475 22.155 9.636 22.155 9.734 22.256L10.749 23.293C11.435 23.995 12.565 23.995 13.251 23.293L14.266 22.256C14.364 22.155 14.525 22.155 14.623 22.256L15.638 23.293C16.324 23.995 17.454 23.995 18.14 23.293L19.155 22.256C19.253 22.155 19.414 22.155 19.512 22.256L20.527 23.293C21.213 23.995 22.343 23.995 23.029 23.293L23.536 22.774C23.826 22.478 23.821 22.003 23.524 21.714 23.228 21.424 22.753 21.43 22.464 21.726L21.957 22.244C21.859 22.345 21.697 22.345 21.599 22.244L20.585 21.207C19.898 20.505 18.769 20.505 18.082 21.207L17.068 22.244C16.97 22.345 16.808 22.345 16.71 22.244L15.696 21.207C15.009 20.505 13.88 20.505 13.193 21.207L12.179 22.244C12.081 22.345 11.919 22.345 11.821 22.244L10.807 21.207C10.12 20.505 8.991 20.505 8.304 21.207L7.29 22.244C7.192 22.345 7.03 22.345 6.932 22.244L5.918 21.207C5.231 20.505 4.102 20.505 3.415 21.207L2.401 22.244C2.303 22.345 2.142 22.345 2.043 22.244L1.536 21.726C1.247 21.43.772 21.424.476 21.714.179 22.003.174 22.478.464 22.774L.971 23.293C1.657 23.995 2.787 23.995 3.473 23.293L4.488 22.256Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="beach1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M5.00214 11.7896C5.01558 12.4191 5.65806 12.802 6.25066 12.5891L21.8365 6.99187C22.4354 6.77677 22.6846 6.06143 22.2818 5.56867C19.7464 2.46658 15.4023 1.14158 11.395 2.58071C7.38263 4.02167 4.91694 7.79956 5.00214 11.7896Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 19L11.5826 18.5339C12.8238 17.541 14.366 17 15.9555 17H23M1 22.25L1.50721 22.7687C1.89948 23.1699 2.54497 23.1699 2.93723 22.7687L3.95166 21.7313C4.34392 21.3301 4.98941 21.3301 5.38167 21.7313L6.3961 22.7687C6.78836 23.1699 7.43386 23.1699 7.82612 22.7687L8.84055 21.7313C9.23281 21.3301 9.8783 21.3301 10.2706 21.7313L11.285 22.7687C11.6773 23.1699 12.3227 23.1699 12.715 22.7687L13.7294 21.7313C14.1217 21.3301 14.7672 21.3301 15.1594 21.7313L16.1739 22.7687C16.5661 23.1699 17.2116 23.1699 17.6039 22.7687L18.6183 21.7313C19.0106 21.3301 19.6561 21.3301 20.0483 21.7313L21.0628 22.7687C21.455 23.1699 22.1005 23.1699 22.4928 22.7687L23 22.25M11.5455 2.5L11 1M16.6831 16.6284L14.2727 10M11.395 2.58071C15.4023 1.14158 19.7464 2.46658 22.2818 5.56867C22.6846 6.06143 22.4354 6.77677 21.8365 6.99187L6.25066 12.5891C5.65806 12.802 5.01558 12.4191 5.00214 11.7896C4.91694 7.79956 7.38263 4.02167 11.395 2.58071Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        book1
                        <code>[[svg_collection:book1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.09 1.665h1.82M2 13.341h20M2.917 11.165C3.114 6.561 7.105 2.886 12 2.886c4.895 0 8.886 3.675 9.083 8.28M6.091 13.34l3.182 3.636 3.636 3.637m5-.91-1.363-1.363-.455.29m-7.727-5.29 1.426 1.426a2 2 0 0 0 .93.526l1.81.453a2 2 0 0 0 2.085-.74l.284-.378a2 2 0 0 1 .705-.59L17 13.342m1.364 0-1.829 1.828a2.662 2.662 0 0 0-.684 2.588l.24.873m-4.546 2.893 4.546-2.893"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book1 icon-solid"><path class="solid" fill="currentcolor" d="M10.34 1.665a.75.75 0 0 1 .75-.75h1.82a.75.75 0 0 1 .491 1.316c4.615.63 8.235 4.32 8.432 8.902a.75.75 0 0 1-.75.782H2.917a.75.75 0 0 1-.75-.782C2.364 6.551 5.984 2.86 10.6 2.231a.748.748 0 0 1-.258-.566Z"/><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M1.25 13.34a.75.75 0 0 1 .75-.75h20a.75.75 0 0 1 0 1.5h-3.326l-1.608 1.61a1.912 1.912 0 0 0-.492 1.858l.01.034a.75.75 0 0 1 .492.219l1.363 1.363a.75.75 0 1 1-1.06 1.06l-.939-.937-4.492 2.858a.75.75 0 1 1-.805-1.265l.6-.382-3-3a.778.778 0 0 1-.035-.037l-2.957-3.38H2a.75.75 0 0 1-.75-.75Zm6.494.75 2.077 2.375 3.218 3.218 2.182-1.388-.093-.339a3.412 3.412 0 0 1 .805-3.243 1.25 1.25 0 0 0-.434.365l-.284.378a2.75 2.75 0 0 1-2.867 1.018l-1.81-.453a2.75 2.75 0 0 1-1.278-.723L8.053 14.09h-.31Zm2.43 0 .146.147c.16.16.361.274.581.329l1.81.452a1.25 1.25 0 0 0 1.304-.462l.284-.378a2.59 2.59 0 0 1 .067-.087h-4.192Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book1 icon-duotone"><path class="alpha" fill="#D9D9D9" d="m6.09 13.34 3.183 3.637 3.666 3.659 3.152-2.006-.24-.873a2.661 2.661 0 0 1 .04-1.546l.002-.002c.13-.391.35-.747.641-1.039l1.83-1.83H17l-1.396.699a2 2 0 0 0-.705.589l-.284.378a2 2 0 0 1-2.085.74l-1.81-.453a2 2 0 0 1-.93-.526l-1.426-1.426H6.09Z"/><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M12 2.886c-4.895 0-8.886 3.675-9.083 8.28h18.166c-.197-4.605-4.188-8.28-9.083-8.28Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.09 1.665h1.82M2 13.341h20M2.917 11.165C3.114 6.561 7.105 2.886 12 2.886c4.895 0 8.886 3.675 9.083 8.28M6.091 13.34l3.182 3.636 3.636 3.637m5-.91-1.363-1.363-.455.29m-7.727-5.29 1.426 1.426a2 2 0 0 0 .93.526l1.81.453a2 2 0 0 0 2.085-.74l.284-.378a2 2 0 0 1 .705-.59L17 13.342m1.364 0-1.829 1.828a2.662 2.662 0 0 0-.684 2.588l.24.873m-4.546 2.893 4.546-2.893"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        book2
                        <code>[[svg_collection:book2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 18v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-2M7 18v-4.126A4 4 0 1 1 8.025 6.55a4 4 0 0 1 7.95 0A4 4 0 1 1 17 13.874V18M7 18h10"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M12 2.25a4.751 4.751 0 0 0-4.505 3.24 4.75 4.75 0 1 0-1.245 9.253V20c0 .966.784 1.75 1.75 1.75h8A1.75 1.75 0 0 0 17.75 20v-5.257a4.75 4.75 0 1 0-1.245-9.253A4.752 4.752 0 0 0 12 2.25ZM7.75 20v-1.25h8.5V20a.25.25 0 0 1-.25.25H8a.25.25 0 0 1-.25-.25Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M2 10a4 4 0 0 0 5 3.874V18h10v-4.126a4 4 0 1 0-1.025-7.324 4 4 0 0 0-7.95 0A4 4 0 0 0 2 10Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 18v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-2M7 18v-4.126A4 4 0 1 1 8.025 6.55a4 4 0 0 1 7.95 0A4 4 0 1 1 17 13.874V18M7 18h10"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        book3
                        <code>[[svg_collection:book3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.5 18.165v-6m0 0v-7.5l-.384 1.153a11.999 11.999 0 0 0-.616 3.794v1.553c.333 0 1 .2 1 1Zm-19.5 6V9m0 0V4.665M2 9a1 1 0 0 0 1-1V4.665M2 9a1 1 0 0 1-1-1V4.665m17 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book3 icon-solid"><path class="solid" fill="currentcolor" d="M22.25 4.665a.75.75 0 0 0-1.462-.237l-.384 1.152a12.749 12.749 0 0 0-.654 4.032v1.553c0 .414.336.75.75.75a.368.368 0 0 1 .187.059c.019.014.03.026.037.041a.326.326 0 0 1 .026.15v6a.75.75 0 1 0 1.5 0v-13.5ZM3.75 8c0 .698-.409 1.3-1 1.582v8.583a.75.75 0 1 1-1.5 0V9.582A1.75 1.75 0 0 1 .25 8V4.665a.75.75 0 0 1 1.25-.559.747.747 0 0 1 1 0 .75.75 0 0 1 1.25.559V8Zm11.75 4.25a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M4.25 12.165a7.25 7.25 0 1 1 14.5 0 7.25 7.25 0 0 1-14.5 0Zm7.25-5.75a5.75 5.75 0 1 0 0 11.5 5.75 5.75 0 0 0 0-11.5Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book3 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M15.5 12.25a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.5 18.165v-6m0 0v-7.5l-.384 1.153a11.999 11.999 0 0 0-.616 3.794v1.553c.333 0 1 .2 1 1Zm-19.5 6V9m0 0V4.665M2 9a1 1 0 0 0 1-1V4.665M2 9a1 1 0 0 1-1-1V4.665m17 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        book4
                        <code>[[svg_collection:book4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book4 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.75 5H18.25L22 20H9.5L5.75 5ZM5.75 5L2 20H5.75M10.4795 12.5L12.9795 15L16.7295 10"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book4 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M5.0224 4.8181C5.06022 4.66681 5.1425 4.53598 5.2532 4.43814C5.27596 4.41802 5.29992 4.3993 5.32494 4.38208C5.44681 4.29822 5.59387 4.25 5.75001 4.25H18.25C18.4399 4.25 18.6134 4.3206 18.7455 4.43699C18.7928 4.47858 18.8349 4.52618 18.8707 4.5788C18.9223 4.65473 18.9603 4.74064 18.9814 4.83303L22.7276 19.8181C22.7836 20.0422 22.7333 20.2795 22.5912 20.4616C22.449 20.6436 22.231 20.75 22 20.75H9.50001C9.15586 20.75 8.85588 20.5158 8.77241 20.1819L5.75001 8.09231L2.96059 19.25H5.75001C6.16422 19.25 6.50001 19.5858 6.50001 20C6.50001 20.4142 6.16422 20.75 5.75001 20.75H2.00001C1.76906 20.75 1.55098 20.6436 1.40885 20.4616C1.26672 20.2795 1.21639 20.0422 1.2724 19.8181L5.0224 4.8181ZM17.3295 10.45C17.578 10.1186 17.5109 9.64854 17.1795 9.40001C16.8481 9.15149 16.378 9.21864 16.1295 9.55001L12.8983 13.8582L11.0098 11.9697C10.7169 11.6768 10.2421 11.6768 9.94916 11.9697C9.65627 12.2626 9.65627 12.7375 9.94916 13.0303L12.4492 15.5303C12.6029 15.6841 12.8158 15.7635 13.0327 15.7481C13.2495 15.7327 13.449 15.6239 13.5795 15.45L17.3295 10.45Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="book4 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M5.75 5H18.25L22 20H9.5L5.75 5Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.75 5H18.25L22 20H9.5L5.75 5ZM5.75 5L2 20H5.75M10.4795 12.5L12.9795 15L16.7295 10"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        buddy1
                        <code>[[svg_collection:buddy1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="buddy1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 21V19C6 17.9391 6.42143 16.9217 7.17157 16.1716C7.92172 15.4214 8.93913 15 10 15H14C15.0609 15 16.0783 15.4214 16.8284 16.1716C17.5786 16.9217 18 17.9391 18 19V21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="buddy1 icon-solid"><path path="solid" fill="currentColor" d="M11.75 2.25C9.127 2.25 7 4.377 7 7 7 9.623 9.127 11.75 11.75 11.75 14.373 11.75 16.5 9.623 16.5 7 16.5 4.377 14.373 2.25 11.75 2.25ZM9.75 14.25C8.49 14.25 7.282 14.75 6.391 15.641 5.5 16.532 5 17.74 5 19V21C5 21.414 5.336 21.75 5.75 21.75H17.75C18.164 21.75 18.5 21.414 18.5 21V19C18.5 17.74 18 16.532 17.109 15.641 16.218 14.75 15.01 14.25 13.75 14.25H9.75Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="buddy1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M12 11C14.209 11 16 9.209 16 7 16 4.791 14.209 3 12 3 9.791 3 8 4.791 8 7 8 9.209 9.791 11 12 11ZM10 14.25C8.74 14.25 7.532 14.75 6.641 15.641 5.75 16.532 5.25 17.74 5.25 19V21C5.25 21.414 5.586 21.75 6 21.75H18C18.414 21.75 18.75 21.414 18.75 21V19C18.75 17.74 18.25 16.532 17.359 15.641 16.468 14.75 15.26 14.25 14 14.25H10Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 21V19C6 17.9391 6.42143 16.9217 7.17157 16.1716C7.92172 15.4214 8.93913 15 10 15H14C15.0609 15 16.0783 15.4214 16.8284 16.1716C17.5786 16.9217 18 17.9391 18 19V21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        buddy2
                        <code>[[svg_collection:buddy2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="buddy2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.8067 17.25C17.9741 14.9638 15.158 13.5 12 13.5C8.84202 13.5 6.02594 14.9638 4.19329 17.25M19.8067 17.25C21.1791 15.538 22 13.3649 22 11C22 5.47715 17.5228 1 12 1C6.47715 1 2 5.47715 2 11C2 13.3649 2.8209 15.538 4.19329 17.25M19.8067 17.25C18.2699 19.1671 16.0416 20.5059 13.5 20.8883C13.0107 20.9619 12.5098 22.5 12 22.5C11.4902 22.5 10.9893 20.9619 10.5 20.8883C7.95842 20.5059 5.73008 19.1671 4.19329 17.25M15 8C15 9.65685 13.6569 11 12 11C10.3431 11 9 9.65685 9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="buddy2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M1.25 11C1.25 5.06294 6.06294 0.25 12 0.25C17.9371 0.25 22.75 5.06294 22.75 11C22.75 13.5415 21.8671 15.8788 20.3919 17.7191C18.7672 19.7458 16.4216 21.1728 13.7415 21.6096C13.7339 21.6184 13.7255 21.6285 13.7164 21.6399C13.6282 21.7501 13.5335 21.8991 13.4068 22.0987L13.3908 22.1239C13.2716 22.3114 13.1164 22.5553 12.9468 22.7504C12.8124 22.9051 12.4884 23.25 12 23.25C11.5116 23.25 11.1876 22.9051 11.0532 22.7504C10.8836 22.5553 10.7284 22.3114 10.6092 22.1239L10.5933 22.0987C10.4665 21.8991 10.3718 21.7501 10.2836 21.6399C10.2745 21.6285 10.2661 21.6184 10.2585 21.6096C7.57845 21.1728 5.2328 19.7458 3.6081 17.7191C2.1329 15.8788 1.25 13.5415 1.25 11ZM18.8192 17.25C17.1273 15.405 14.6988 14.25 12 14.25C9.30123 14.25 6.87267 15.405 5.18082 17.25C6.57723 18.7727 8.47548 19.8253 10.6116 20.1466C10.8507 20.1826 11.033 20.2976 11.1519 20.3925C11.2738 20.4898 11.3748 20.6028 11.4546 20.7024C11.5969 20.8802 11.7345 21.0974 11.8452 21.272L11.8754 21.3196C11.9208 21.3911 11.962 21.4553 12 21.5126C12.038 21.4553 12.0792 21.3911 12.1246 21.3196L12.1548 21.272C12.2655 21.0974 12.4031 20.8802 12.5454 20.7024C12.6252 20.6028 12.7262 20.4898 12.8481 20.3925C12.967 20.2975 13.1493 20.1826 13.3884 20.1466C15.5245 19.8253 17.4228 18.7727 18.8192 17.25ZM11.7581 21.823C11.7581 21.8223 11.7629 21.8178 11.7723 21.8114C11.7628 21.8203 11.758 21.8236 11.7581 21.823ZM12.2277 21.8114C12.2371 21.8178 12.2419 21.8223 12.2419 21.823C12.242 21.8236 12.2373 21.8204 12.2277 21.8114ZM8.25 8C8.25 5.92893 9.92893 4.25 12 4.25C14.0711 4.25 15.75 5.92893 15.75 8C15.75 10.0711 14.0711 11.75 12 11.75C9.92893 11.75 8.25 10.0711 8.25 8Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="buddy2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" fill-rule="evenodd" d="M12 1C6.47715 1 2 5.47715 2 11C2 13.3649 2.8209 15.538 4.19329 17.25C6.02594 14.9638 8.84202 13.5 12 13.5C15.158 13.5 17.9741 14.9638 19.8067 17.25C21.1791 15.538 22 13.3649 22 11C22 5.47715 17.5228 1 12 1ZM12 11C13.6569 11 15 9.65685 15 8C15 6.34315 13.6569 5 12 5C10.3431 5 9 6.34315 9 8C9 9.65685 10.3431 11 12 11Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.8067 17.25C17.9741 14.9638 15.158 13.5 12 13.5C8.84202 13.5 6.02594 14.9638 4.19329 17.25M19.8067 17.25C21.1791 15.538 22 13.3649 22 11C22 5.47715 17.5228 1 12 1C6.47715 1 2 5.47715 2 11C2 13.3649 2.8209 15.538 4.19329 17.25M19.8067 17.25C18.2699 19.1671 16.0416 20.5059 13.5 20.8883C13.0107 20.9619 12.5098 22.5 12 22.5C11.4902 22.5 10.9893 20.9619 10.5 20.8883C7.95842 20.5059 5.73008 19.1671 4.19329 17.25M15 8C15 9.65685 13.6569 11 12 11C10.3431 11 9 9.65685 9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        business1
                        <code>[[svg_collection:business1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="business1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M1 14H10M14 14H23M3 22H21C22.1046 22 23 21.1046 23 20V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V20C1 21.1046 1.89543 22 3 22ZM11.5 17H12.5C13.0523 17 13.5 16.5523 13.5 16V13C13.5 12.4477 13.0523 12 12.5 12H11.5C10.9477 12 10.5 12.4477 10.5 13V16C10.5 16.5523 10.9477 17 11.5 17ZM16 7V5C16 3.89543 15.1046 3 14 3H10C8.89543 3 8 3.89543 8 5V7H16Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="business1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M10 2.25C8.48122 2.25 7.25 3.48122 7.25 5V6.25H3C1.48122 6.25 0.25 7.48122 0.25 9V20C0.25 21.5188 1.48122 22.75 3 22.75H21C22.5188 22.75 23.75 21.5188 23.75 20V9C23.75 7.48122 22.5188 6.25 21 6.25H16.75V5C16.75 3.48122 15.5188 2.25 14 2.25H10ZM22.25 13.25V9C22.25 8.30964 21.6904 7.75 21 7.75H3C2.30964 7.75 1.75 8.30964 1.75 9V13.25H9.75V13C9.75 12.0335 10.5335 11.25 11.5 11.25H12.5C13.4665 11.25 14.25 12.0335 14.25 13V13.25H22.25ZM15.25 6.25H8.75V5C8.75 4.30964 9.30964 3.75 10 3.75H14C14.6904 3.75 15.25 4.30964 15.25 5V6.25ZM11.25 13C11.25 12.8619 11.3619 12.75 11.5 12.75H12.5C12.6381 12.75 12.75 12.8619 12.75 13V16C12.75 16.1381 12.6381 16.25 12.5 16.25H11.5C11.3619 16.25 11.25 16.1381 11.25 16V13Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="business1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M3 22H21C22.1046 22 23 21.1046 23 20V14H13.5V16C13.5 16.5523 13.0523 17 12.5 17H11.5C10.9477 17 10.5 16.5523 10.5 16V14H1V20C1 21.1046 1.89543 22 3 22Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M1 14H10M14 14H23M3 22H21C22.1046 22 23 21.1046 23 20V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V20C1 21.1046 1.89543 22 3 22ZM16 7V5C16 3.89543 15.1046 3 14 3H10C8.89543 3 8 3.89543 8 5V7H16ZM11.5 17H12.5C13.0523 17 13.5 16.5523 13.5 16V13C13.5 12.4477 13.0523 12 12.5 12H11.5C10.9477 12 10.5 12.4477 10.5 13V16C10.5 16.5523 10.9477 17 11.5 17Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        business2
                        <code>[[svg_collection:business2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="business2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M1 14H5M19 14H23M7 14H17M3 22H21C22.1046 22 23 21.1046 23 20V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V20C1 21.1046 1.89543 22 3 22ZM16 7V5C16 3.89543 15.1046 3 14 3H10C8.89543 3 8 3.89543 8 5V7H16ZM5 13H7V17H5V13ZM17 13H19V17H17V13Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="business2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M10 2.25C8.48122 2.25 7.25 3.48122 7.25 5V6.25H3C1.48122 6.25 0.25 7.48122 0.25 9V20C0.25 21.5188 1.48122 22.75 3 22.75H21C22.5188 22.75 23.75 21.5188 23.75 20V9C23.75 7.48122 22.5188 6.25 21 6.25H16.75V5C16.75 3.48122 15.5188 2.25 14 2.25H10ZM22.25 13.25V9C22.25 8.30964 21.6904 7.75 21 7.75H3C2.30964 7.75 1.75 8.30964 1.75 9V13.25H4.25V13C4.25 12.5858 4.58579 12.25 5 12.25H7C7.41421 12.25 7.75 12.5858 7.75 13V13.25H16.25V13C16.25 12.5858 16.5858 12.25 17 12.25H19C19.4142 12.25 19.75 12.5858 19.75 13V13.25H22.25ZM18.25 13.75H17.75V16.25H18.25V13.75ZM6.25 13.75H5.75V16.25H6.25V13.75ZM15.25 6.25H8.75V5C8.75 4.30964 9.30964 3.75 10 3.75H14C14.6904 3.75 15.25 4.30964 15.25 5V6.25Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="business2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M3 22H21C22.1046 22 23 21.1046 23 20V14H19V17H17V14H7V17H5V14H1V20C1 21.1046 1.89543 22 3 22Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M1 14H5M19 14H23M7 14H17M3 22H21C22.1046 22 23 21.1046 23 20V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V20C1 21.1046 1.89543 22 3 22ZM16 7V5C16 3.89543 15.1046 3 14 3H10C8.89543 3 8 3.89543 8 5V7H16ZM5 13H7V17H5V13ZM17 13H19V17H17V13Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        callback
                        <code>[[svg_collection:callback]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="callback icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15 9 5-5m-5 5V5m0 4h4M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="callback icon-solid"><path class="solid" fill="currentcolor" d="m16.81 8.25 3.72-3.72a.75.75 0 0 0-1.06-1.06l-3.72 3.72V5a.75.75 0 0 0-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-2.19ZM9.251 4.629A1 1 0 0 0 8.323 4H5a2 2 0 0 0-2 2 16 16 0 0 0 15 15 2 2 0 0 0 2-2v-3.323a1 1 0 0 0-.629-.928l-3.58-1.433a1 1 0 0 0-1.23.414L13.5 15.5a11 11 0 0 1-5-5l1.77-1.062a1 1 0 0 0 .414-1.229L9.25 4.63Z"/></svg>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="callback icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15 9 5-5m-5 5V5m0 4h4M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        cam1
                        <code>[[svg_collection:cam1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="circuit1 icon-outline"><path class="outline" d="M16.7502 11.0105H20.3822C20.5525 11.0106 20.7201 11.0542 20.8689 11.1372C21.0177 11.2203 21.1428 11.3399 21.2324 11.4849C21.3219 11.6298 21.3729 11.7953 21.3806 11.9655C21.3883 12.1357 21.3523 12.3051 21.2762 12.4575L19.2422 16.5265C19.165 16.6807 19.0494 16.8123 18.9064 16.9086C18.7634 17.0049 18.5979 17.0626 18.426 17.0761C18.2541 17.0896 18.0817 17.0584 17.9254 16.9856C17.7692 16.9127 17.6344 16.8008 17.5342 16.6605L15.4102 13.6905M2 18.0105H5.76C6.13273 18.0131 6.49877 17.9115 6.81682 17.7171C7.13487 17.5227 7.39228 17.2434 7.56 16.9105L9 14.0105M2 20.0105V16.0105M7 8.0105H7.01M17.1058 8.06341C17.3429 8.18206 17.5231 8.38995 17.6069 8.6414C17.6907 8.89285 17.6713 9.16729 17.5528 9.40441L14.4468 15.6154C14.3881 15.7329 14.3068 15.8377 14.2075 15.9237C14.1083 16.0098 13.9931 16.0754 13.8684 16.1169C13.7438 16.1584 13.6122 16.175 13.4812 16.1656C13.3502 16.1563 13.2223 16.1212 13.1048 16.0624L3.60984 11.3104C2.92017 10.963 2.39619 10.3566 2.15256 9.62382C1.90892 8.89104 1.96548 8.0916 2.30984 7.40041L3.68984 4.61041C3.86184 4.26764 4.09968 3.9621 4.38978 3.71125C4.67987 3.4604 5.01654 3.26915 5.38056 3.14843C5.74458 3.02771 6.12881 2.97989 6.51131 3.00768C6.89381 3.03547 7.2671 3.13834 7.60984 3.31041L17.1058 8.06341Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="cam1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M6.56566 2.25965C6.08491 2.22472 5.60199 2.28483 5.14448 2.43656C4.68696 2.58829 4.26382 2.82865 3.89921 3.14393C3.5346 3.45921 3.23566 3.84322 3.01949 4.27404L1.63854 7.06596L1.63803 7.06698C1.20567 7.93546 1.13477 8.93982 1.44086 9.86044C1.74707 10.7814 2.40564 11.5436 3.27244 11.9802L3.27417 11.9811L7.99672 14.3446L6.89022 16.573L6.88934 16.5748C6.78449 16.782 6.62396 16.956 6.42573 17.0771C6.22695 17.1986 5.99817 17.2621 5.76522 17.2605H2.75V16.0105C2.75 15.5963 2.41421 15.2605 2 15.2605C1.58579 15.2605 1.25 15.5963 1.25 16.0105V20.0105C1.25 20.4247 1.58579 20.7605 2 20.7605C2.41421 20.7605 2.75 20.4247 2.75 20.0105V18.7605H5.75759C6.26912 18.7635 6.77139 18.6238 7.20791 18.3571C7.64523 18.0898 7.99917 17.7057 8.22979 17.248L9.33811 15.016L12.7692 16.7331C12.9747 16.836 13.1985 16.8974 13.4278 16.9137C13.6571 16.9301 13.8874 16.9011 14.1055 16.8285C14.3235 16.7558 14.5252 16.6409 14.6989 16.4904C14.8725 16.3398 15.0148 16.1564 15.1176 15.9508L15.5238 15.1387L16.9241 17.0968C17.0995 17.3421 17.3353 17.538 17.6087 17.6654C17.8821 17.7928 18.1839 17.8474 18.4847 17.8238C18.7854 17.8002 19.075 17.6992 19.3253 17.5307C19.5755 17.3622 19.778 17.1317 19.913 16.8618L21.9471 12.7927C22.0803 12.526 22.1433 12.2296 22.1299 11.9318C22.1164 11.6339 22.0271 11.3444 21.8704 11.0907C21.7137 10.837 21.4947 10.6276 21.2343 10.4823C20.9739 10.337 20.6803 10.2607 20.3822 10.2605H17.9633L18.2238 9.7395C18.4311 9.32453 18.4651 8.84427 18.3184 8.40423C18.1717 7.96419 17.8563 7.60037 17.4415 7.39274L7.94581 2.63987C7.51518 2.42377 7.04621 2.29457 6.56566 2.25965ZM18.1442 16.2242L16.2827 13.6212L17.2132 11.7605H20.3818C20.4244 11.7605 20.4662 11.7714 20.5034 11.7922C20.5406 11.8129 20.5719 11.8429 20.5943 11.8791C20.6167 11.9153 20.6295 11.9567 20.6314 11.9992C20.6333 12.0418 20.6243 12.0841 20.6053 12.1222L18.5713 16.1912C18.552 16.2296 18.5231 16.2625 18.4874 16.2865C18.4517 16.3106 18.4103 16.325 18.3674 16.3284C18.3244 16.3317 18.2813 16.3239 18.2422 16.3057C18.2031 16.2875 18.1693 16.2593 18.1442 16.2242ZM7 7.2605C6.58579 7.2605 6.25 7.59628 6.25 8.0105C6.25 8.42471 6.58579 8.7605 7 8.7605H7.01C7.42421 8.7605 7.76 8.42471 7.76 8.0105C7.76 7.59628 7.42421 7.2605 7.01 7.2605H7Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="cam1 icon-duotone"><path class="alpha" d="M17.6069 8.6414C17.5231 8.38995 17.3429 8.18206 17.1058 8.06341L7.60984 3.31041C7.2671 3.13834 6.89381 3.03547 6.51131 3.00768C6.12881 2.97989 5.74458 3.02771 5.38056 3.14843C5.01654 3.26915 4.67987 3.4604 4.38978 3.71125C4.09968 3.9621 3.86184 4.26764 3.68984 4.61041L2.30984 7.40041C1.96548 8.0916 1.90892 8.89104 2.15256 9.62382C2.39619 10.3566 2.92017 10.963 3.60984 11.3104L13.1048 16.0624C13.2223 16.1212 13.3502 16.1563 13.4812 16.1656C13.6122 16.175 13.7438 16.1584 13.8684 16.1169C13.9931 16.0754 14.1083 16.0098 14.2075 15.9237C14.3068 15.8377 14.3881 15.7329 14.4468 15.6154L17.5528 9.40441C17.6713 9.16729 17.6907 8.89285 17.6069 8.6414Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M16.7502 11.0105H20.3822C20.5525 11.0106 20.7201 11.0542 20.8689 11.1372C21.0177 11.2203 21.1428 11.3399 21.2324 11.4849C21.3219 11.6298 21.3729 11.7953 21.3806 11.9655C21.3883 12.1357 21.3523 12.3051 21.2762 12.4575L19.2422 16.5265C19.165 16.6807 19.0494 16.8123 18.9064 16.9086C18.7634 17.0049 18.5979 17.0626 18.426 17.0761C18.2541 17.0896 18.0817 17.0584 17.9254 16.9856C17.7692 16.9127 17.6344 16.8008 17.5342 16.6605L15.4102 13.6905M2 18.0105H5.76C6.13273 18.0131 6.49877 17.9115 6.81682 17.7171C7.13487 17.5227 7.39228 17.2434 7.56 16.9105L9 14.0105M2 20.0105V16.0105M7 8.0105H7.01M17.1058 8.06341C17.3429 8.18206 17.5231 8.38995 17.6069 8.6414C17.6907 8.89285 17.6713 9.16729 17.5528 9.40441L14.4468 15.6154C14.3881 15.7329 14.3068 15.8377 14.2075 15.9237C14.1083 16.0098 13.9931 16.0754 13.8684 16.1169C13.7438 16.1584 13.6122 16.175 13.4812 16.1656C13.3502 16.1563 13.2223 16.1212 13.1048 16.0624L3.60984 11.3104C2.92017 10.963 2.39619 10.3566 2.15256 9.62382C1.90892 8.89104 1.96548 8.0916 2.30984 7.40041L3.68984 4.61041C3.86184 4.26764 4.09968 3.9621 4.38978 3.71125C4.67987 3.4604 5.01654 3.26915 5.38056 3.14843C5.74458 3.02771 6.12881 2.97989 6.51131 3.00768C6.89381 3.03547 7.2671 3.13834 7.60984 3.31041L17.1058 8.06341Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        cam2
                        <code>[[svg_collection:cam2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="cam2 icon-outline"><path class="outline" d="M12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 7.58172 18 12 18ZM12 18V22M7 22H17M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="cam2 icon-solid"><path class="solid" fill="currentColor" d="M9.75 10C9.75 8.75736 10.7574 7.75 12 7.75C13.2426 7.75 14.25 8.75736 14.25 10C14.25 11.2426 13.2426 12.25 12 12.25C10.7574 12.25 9.75 11.2426 9.75 10Z M12 1.25C7.16751 1.25 3.25 5.16751 3.25 10C3.25 14.5798 6.7686 18.3379 11.25 18.7183V21.25H7C6.58579 21.25 6.25 21.5858 6.25 22C6.25 22.4142 6.58579 22.75 7 22.75H17C17.4142 22.75 17.75 22.4142 17.75 22C17.75 21.5858 17.4142 21.25 17 21.25H12.75V18.7183C17.2314 18.3379 20.75 14.5798 20.75 10C20.75 5.16751 16.8325 1.25 12 1.25ZM12 6.25C9.92893 6.25 8.25 7.92893 8.25 10C8.25 12.0711 9.92893 13.75 12 13.75C14.0711 13.75 15.75 12.0711 15.75 10C15.75 7.92893 14.0711 6.25 12 6.25Z" fill-rule="evenodd" clip-rule="evenodd" /></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="cam2 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M20 10C20 14.4183 16.4183 18 12 18C7.58172 18 4 14.4183 4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10ZM12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 7.58172 18 12 18ZM12 18V22M7 22H17M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        chevrondown
                        <code>[[svg_collection:chevrondown]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevrondown icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6 9 6 6 6-6"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevrondown icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M5.47 8.47a.75.75 0 0 1 1.06 0L12 13.94l5.47-5.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevrondown icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6 9 6 6 6-6"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        chevronleft
                        <code>[[svg_collection:chevronleft]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronleft icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15 6-6 6 6 6"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronleft icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M15.53 5.47a.75.75 0 0 1 0 1.06L10.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronleft icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15 6-6 6 6 6"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        chevronright
                        <code>[[svg_collection:chevronright]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronright icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9 6 6 6-6 6"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronright icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M8.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06L13.94 12 8.47 6.53a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronright icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9 6 6 6-6 6"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        chevronsdown
                        <code>[[svg_collection:chevronsdown]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronsdown icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6.5 12.5 5 5 5-5m-10-6 5 5 5-5"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronsdown icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M5.97 5.97a.75.75 0 0 1 1.06 0l4.47 4.47 4.47-4.47a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 0 1 0-1.06Zm0 6a.75.75 0 0 1 1.06 0l4.47 4.47 4.47-4.47a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronsdown icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6.5 12.5 5 5 5-5m-10-6 5 5 5-5"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        chevronsleft
                        <code>[[svg_collection:chevronsleft]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronsleft icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11 7-5 5 5 5m6-10-5 5 5 5"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronsleft icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M11.53 6.47a.75.75 0 0 1 0 1.06L7.06 12l4.47 4.47a.75.75 0 1 1-1.06 1.06l-5-5a.75.75 0 0 1 0-1.06l5-5a.75.75 0 0 1 1.06 0Zm6 0a.75.75 0 0 1 0 1.06L13.06 12l4.47 4.47a.75.75 0 1 1-1.06 1.06l-5-5a.75.75 0 0 1 0-1.06l5-5a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronsleft icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11 7-5 5 5 5m6-10-5 5 5 5"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        chevronsright
                        <code>[[svg_collection:chevronsright]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronsright icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m7 7 5 5-5 5m6-10 5 5-5 5"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronsright icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M6.47 6.47a.75.75 0 0 1 1.06 0l5 5a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06-1.06L10.94 12 6.47 7.53a.75.75 0 0 1 0-1.06Zm6 0a.75.75 0 0 1 1.06 0l5 5a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 1 1-1.06-1.06L16.94 12l-4.47-4.47a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronsright icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m7 7 5 5-5 5m6-10 5 5-5 5"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        chevronstop
                        <code>[[svg_collection:chevronstop]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronstop icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16.5 11.5-5-5-5 5m10 6-5-5-5 5"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronstop icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M10.97 5.97a.75.75 0 0 1 1.06 0l5 5a.75.75 0 1 1-1.06 1.06L11.5 7.56l-4.47 4.47a.75.75 0 0 1-1.06-1.06l5-5Zm-5 11 5-5a.75.75 0 0 1 1.06 0l5 5a.75.75 0 1 1-1.06 1.06l-4.47-4.47-4.47 4.47a.75.75 0 0 1-1.06-1.06Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronstop icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16.5 11.5-5-5-5 5m10 6-5-5-5 5"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        chevronup
                        <code>[[svg_collection:chevronup]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronup icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6 15 6-6 6 6"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronup icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M11.47 8.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 1 1-1.06 1.06L12 10.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06l6-6Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="chevronup icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6 15 6-6 6 6"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        child1
                        <code>[[svg_collection:child1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="child1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 11H6C6 14.866 9.13401 18 13 18H14C17.866 18 21 14.866 21 11ZM21 11H13.5V4H14C17.866 4 21 7.13401 21 11ZM1.5 5.43713H4.01497L6.0509 10.7066M9.5 18.25C9.5 19.4926 8.49264 20.5 7.25 20.5C6.00736 20.5 5 19.4926 5 18.25C5 17.0074 6.00736 16 7.25 16C8.49264 16 9.5 17.0074 9.5 18.25ZM22 18.25C22 19.4926 20.9926 20.5 19.75 20.5C18.5074 20.5 17.5 19.4926 17.5 18.25C17.5 17.0074 18.5074 16 19.75 16C20.9926 16 22 17.0074 22 18.25Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="child1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M13.5 3.25C13.0858 3.25 12.75 3.58579 12.75 4V10.25H6.67852L4.71457 5.16683C4.60288 4.87775 4.32488 4.68713 4.01497 4.68713H1.5C1.08579 4.68713 0.75 5.02292 0.75 5.43713C0.75 5.85135 1.08579 6.18713 1.5 6.18713H3.50071L5.27949 10.791C5.26029 10.8574 5.25 10.9275 5.25 11C5.25 12.6026 5.73646 14.0917 6.56977 15.3274C5.2406 15.6356 4.25 16.8271 4.25 18.25C4.25 19.9069 5.59315 21.25 7.25 21.25C8.90685 21.25 10.25 19.9069 10.25 18.25L10.25 18.2479C11.1046 18.5724 12.0316 18.75 13 18.75H14C14.9684 18.75 15.8954 18.5724 16.75 18.2479V18.25C16.75 19.9069 18.0931 21.25 19.75 21.25C21.4069 21.25 22.75 19.9069 22.75 18.25C22.75 16.8271 21.7594 15.6356 20.4302 15.3274C21.2635 14.0917 21.75 12.6026 21.75 11C21.75 6.71979 18.2802 3.25 14 3.25H13.5ZM20.2055 11.75C19.8349 14.8482 17.198 17.25 14 17.25H13C9.80204 17.25 7.16505 14.8482 6.79454 11.75H20.2055Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="child1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M9.5 18.25C9.5 19.493 8.493 20.5 7.25 20.5 6.007 20.5 5 19.493 5 18.25 5 17.007 6.007 16 7.25 16 8.493 16 9.5 17.007 9.5 18.25ZM22 18.25C22 19.493 20.993 20.5 19.75 20.5 18.507 20.5 17.5 19.493 17.5 18.25 17.5 17.007 18.507 16 19.75 16 20.993 16 22 17.007 22 18.25ZM13.5 4H14C17.866 4 21 7.134 21 11H13.5V4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 11H6C6 14.866 9.13401 18 13 18H14C17.866 18 21 14.866 21 11ZM21 11H13.5V4H14C17.866 4 21 7.13401 21 11ZM1.5 5.43713H4.01497L6.0509 10.7066M9.5 18.25C9.5 19.4926 8.49264 20.5 7.25 20.5C6.00736 20.5 5 19.4926 5 18.25C5 17.0074 6.00736 16 7.25 16C8.49264 16 9.5 17.0074 9.5 18.25ZM22 18.25C22 19.4926 20.9926 20.5 19.75 20.5C18.5074 20.5 17.5 19.4926 17.5 18.25C17.5 17.0074 18.5074 16 19.75 16C20.9926 16 22 17.0074 22 18.25Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        child2
                        <code>[[svg_collection:child2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="child2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.91807 2.3125C9.65218 2.77215 9.5 3.3058 9.5 3.875C9.5 5.60089 10.8991 7 12.625 7C13.0694 7 13.4922 6.90722 13.875 6.73997M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 17.625C9.82317 17.625 7.93514 16.3885 7 14.5795H17C16.0649 16.3885 14.1768 17.625 12 17.625ZM10.125 10.125C10.125 10.8154 9.56536 11.375 8.875 11.375C8.18464 11.375 7.625 10.8154 7.625 10.125C7.625 9.43464 8.18464 8.875 8.875 8.875C9.56536 8.875 10.125 9.43464 10.125 10.125ZM16.375 10.125C16.375 10.8154 15.8154 11.375 15.125 11.375C14.4346 11.375 13.875 10.8154 13.875 10.125C13.875 9.43464 14.4346 8.875 15.125 8.875C15.8154 8.875 16.375 9.43464 16.375 10.125Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="child2 icon-solid"><path class="solid" fill="currentColor" d="M6.35937 14.1895C6.49547 13.966 6.73827 13.8295 7 13.8295H17C17.2617 13.8295 17.5045 13.966 17.6406 14.1895C17.7767 14.4131 17.7864 14.6914 17.6662 14.9239C16.6074 16.9722 14.4681 18.375 12 18.375C9.53186 18.375 7.39262 16.9722 6.33376 14.9239C6.21357 14.6914 6.22327 14.4131 6.35937 14.1895Z M8.875 8.125C7.77 8.125 6.875 9.02 6.875 10.125 6.875 11.23 7.77 12.125 8.875 12.125 9.98 12.125 10.875 11.23 10.875 10.125 10.875 9.02 9.98 8.125 8.875 8.125ZM8.375 10.125C8.375 9.849 8.599 9.625 8.875 9.625 9.151 9.625 9.375 9.849 9.375 10.125 9.375 10.401 9.151 10.625 8.875 10.625 8.599 10.625 8.375 10.401 8.375 10.125ZM13.125 10.125C13.125 9.02 14.02 8.125 15.125 8.125 16.23 8.125 17.125 9.02 17.125 10.125 17.125 11.23 16.23 12.125 15.125 12.125 14.02 12.125 13.125 11.23 13.125 10.125ZM15.125 9.625C14.849 9.625 14.625 9.849 14.625 10.125 14.625 10.401 14.849 10.625 15.125 10.625 15.401 10.625 15.625 10.401 15.625 10.125 15.625 9.849 15.401 9.625 15.125 9.625Z M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.4695 2.87603C10.9673 2.79314 11.4786 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 8.02029 5.26326 4.62758 8.78919 3.32246C8.76336 3.50305 8.75 3.68755 8.75 3.875C8.75 6.01511 10.4849 7.75 12.625 7.75C13.1747 7.75 13.6996 7.63508 14.1753 7.42724C14.5548 7.2614 14.7281 6.81926 14.5623 6.4397C14.3964 6.06013 13.9543 5.88687 13.5747 6.05271C13.2848 6.17936 12.9642 6.25 12.625 6.25C11.3133 6.25 10.25 5.18668 10.25 3.875C10.25 3.51708 10.3287 3.17909 10.4695 2.87603Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="child2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" fill-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM10.125 10.125C10.125 10.8154 9.56536 11.375 8.875 11.375C8.18464 11.375 7.625 10.8154 7.625 10.125C7.625 9.43464 8.18464 8.875 8.875 8.875C9.56536 8.875 10.125 9.43464 10.125 10.125ZM7 14.5795C7.93514 16.3885 9.82317 17.625 12 17.625C14.1768 17.625 16.0649 16.3885 17 14.5795H7ZM15.125 11.375C15.8154 11.375 16.375 10.8154 16.375 10.125C16.375 9.43464 15.8154 8.875 15.125 8.875C14.4346 8.875 13.875 9.43464 13.875 10.125C13.875 10.8154 14.4346 11.375 15.125 11.375Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.91807 2.3125C9.65218 2.77215 9.5 3.3058 9.5 3.875C9.5 5.60089 10.8991 7 12.625 7C13.0694 7 13.4922 6.90722 13.875 6.73997M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 17.625C9.82317 17.625 7.93514 16.3885 7 14.5795H17C16.0649 16.3885 14.1768 17.625 12 17.625ZM10.125 10.125C10.125 10.8154 9.56536 11.375 8.875 11.375C8.18464 11.375 7.625 10.8154 7.625 10.125C7.625 9.43464 8.18464 8.875 8.875 8.875C9.56536 8.875 10.125 9.43464 10.125 10.125ZM16.375 10.125C16.375 10.8154 15.8154 11.375 15.125 11.375C14.4346 11.375 13.875 10.8154 13.875 10.125C13.875 9.43464 14.4346 8.875 15.125 8.875C15.8154 8.875 16.375 9.43464 16.375 10.125Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        circuit1
                        <code>[[svg_collection:circuit1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="circuit1 icon-outline"><path class="outline" d="M11 9H15C15.5304 9 16.0391 8.78929 16.4142 8.41421C16.7893 8.03914 17 7.53043 17 7V3M11 9C11 10.1046 10.1046 11 9 11C7.89543 11 7 10.1046 7 9C7 7.89543 7.89543 7 9 7C10.1046 7 11 7.89543 11 9ZM7 21V17C7 16.4696 7.21071 15.9609 7.58579 15.5858C7.96086 15.2107 8.46957 15 9 15H13M13 15C13 16.1046 13.8954 17 15 17C16.1046 17 17 16.1046 17 15C17 13.8954 16.1046 13 15 13C13.8954 13 13 13.8954 13 15ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="circuit1 icon-solid"><path class="solid" fill="currentColor" d="M15.75 2.25C16.0261 2.25 16.25 2.47386 16.25 2.75V7C16.25 7.33152 16.1183 7.64946 15.8839 7.88388C15.6495 8.1183 15.3315 8.25 15 8.25H11.6465C11.32 7.09575 10.2588 6.25 9 6.25C7.48122 6.25 6.25 7.48122 6.25 9C6.25 10.5188 7.48122 11.75 9 11.75C10.2588 11.75 11.32 10.9043 11.6465 9.75H15C15.7293 9.75 16.4288 9.46027 16.9445 8.94454C17.4603 8.42882 17.75 7.72935 17.75 7V2.75C17.75 2.47386 17.9739 2.25 18.25 2.25H19C20.5188 2.25 21.75 3.48122 21.75 5V19C21.75 20.5188 20.5188 21.75 19 21.75H8.25C7.97386 21.75 7.75 21.5261 7.75 21.25V17C7.75 16.6685 7.8817 16.3505 8.11612 16.1161C8.35054 15.8817 8.66848 15.75 9 15.75H12.3535C12.68 16.9043 13.7412 17.75 15 17.75C16.5188 17.75 17.75 16.5188 17.75 15C17.75 13.4812 16.5188 12.25 15 12.25C13.7412 12.25 12.68 13.0957 12.3535 14.25H9C8.27065 14.25 7.57118 14.5397 7.05546 15.0555C6.53973 15.5712 6.25 16.2707 6.25 17V21.25C6.25 21.5261 6.02614 21.75 5.75 21.75H5C3.48122 21.75 2.25 20.5188 2.25 19V5C2.25 3.48122 3.48122 2.25 5 2.25H15.75Z M9 7.75C9.69036 7.75 10.25 8.30964 10.25 9C10.25 9.69036 9.69036 10.25 9 10.25C8.30964 10.25 7.75 9.69036 7.75 9C7.75 8.30964 8.30964 7.75 9 7.75Z M15 16.25C14.3096 16.25 13.75 15.6904 13.75 15C13.75 14.3096 14.3096 13.75 15 13.75C15.6904 13.75 16.25 14.3096 16.25 15C16.25 15.6904 15.6904 16.25 15 16.25Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="circuit1 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3ZM9 11C10.1046 11 11 10.1046 11 9C11 7.89543 10.1046 7 9 7C7.89543 7 7 7.89543 7 9C7 10.1046 7.89543 11 9 11ZM17 15C17 16.1046 16.1046 17 15 17C13.8954 17 13 16.1046 13 15C13 13.8954 13.8954 13 15 13C16.1046 13 17 13.8954 17 15Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M11 9H15C15.5304 9 16.0391 8.78929 16.4142 8.41421C16.7893 8.03914 17 7.53043 17 7V3M11 9C11 10.1046 10.1046 11 9 11C7.89543 11 7 10.1046 7 9C7 7.89543 7.89543 7 9 7C10.1046 7 11 7.89543 11 9ZM7 21V17C7 16.4696 7.21071 15.9609 7.58579 15.5858C7.96086 15.2107 8.46957 15 9 15H13M13 15C13 16.1046 13.8954 17 15 17C16.1046 17 17 16.1046 17 15C17 13.8954 16.1046 13 15 13C13.8954 13 13 13.8954 13 15ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        clickcollect1
                        <code>[[svg_collection:clickcollect1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="clickcollect1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M12 9.5V4.5C12 3.67157 11.3284 3 10.5 3C9.67157 3 9 3.67157 9 4.5V13L7.40388 11.4039C6.87266 10.8727 6.04808 10.7712 5.40388 11.1577C4.62854 11.6229 4.37712 12.6285 4.84233 13.4039L8.25218 19.087C9.33652 20.8942 11.2896 22 13.3971 22H15C18.3137 22 21 19.3137 21 16V11.5C21 10.6716 20.3284 10 19.5 10C18.6716 10 18 10.6716 18 11.5M12 9.5V12M12 9.5C12 8.67157 12.6716 8 13.5 8C14.3284 8 15 8.67157 15 9.5V10.5M15 10.5V12M15 10.5C15 9.67157 15.6716 9 16.5 9C17.3284 9 18 9.67157 18 10.5V11.5M18 11.5V12M5 7H4M6 3L5 2M15 3L16 2M16 6H17"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="clickcollect1 icon-solid"><path class="solid" fill="currentColor" d="M5.53 1.47C5.237 1.177 4.763 1.177 4.47 1.47 4.177 1.763 4.177 2.237 4.47 2.53L5.47 3.53C5.763 3.823 6.237 3.823 6.53 3.53 6.823 3.237 6.823 2.763 6.53 2.47L5.53 1.47ZM16.53 2.53C16.823 2.237 16.823 1.763 16.53 1.47 16.237 1.177 15.763 1.177 15.47 1.47L14.47 2.47C14.177 2.763 14.177 3.237 14.47 3.53 14.763 3.823 15.237 3.823 15.53 3.53L16.53 2.53ZM16 6.75H17C17.414 6.75 17.75 6.414 17.75 6 17.75 5.586 17.414 5.25 17 5.25H16C15.586 5.25 15.25 5.586 15.25 6 15.25 6.414 15.586 6.75 16 6.75ZM4 6.25C3.586 6.25 3.25 6.586 3.25 7 3.25 7.414 3.586 7.75 4 7.75H5C5.414 7.75 5.75 7.414 5.75 7 5.75 6.586 5.414 6.25 5 6.25H4Z M8.99999 13V4.5C8.99999 3.67157 9.67157 3 10.5 3C11.3284 3 12 3.67157 12 4.5V9.5C12 8.67157 12.6716 8 13.5 8C14.3284 8 15 8.67157 15 9.5V10.5C15 9.67157 15.6716 9 16.5 9C17.3284 9 18 9.67157 18 10.5V11.5C18 10.6716 18.6716 10 19.5 10C20.3284 10 21 10.6716 21 11.5V16C21 19.3137 18.3137 22 15 22H13.3971C11.2896 22 9.33652 20.8942 8.25218 19.087L4.84232 13.4039C4.37712 12.6285 4.62853 11.6229 5.40388 11.1577C6.04807 10.7712 6.87266 10.8727 7.40388 11.4039L8.99999 13Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="clickcollect1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M8.99999 4.5V13L7.40388 11.4039C6.87266 10.8727 6.04807 10.7712 5.40388 11.1577C4.62853 11.6229 4.37712 12.6285 4.84232 13.4039L8.25218 19.087C9.33652 20.8942 11.2896 22 13.3971 22H15C18.3137 22 21 19.3137 21 16V11.5C21 10.6716 20.3284 10 19.5 10C18.6716 10 18 10.6716 18 11.5V10.5C18 9.67157 17.3284 9 16.5 9C15.6716 9 15 9.67157 15 10.5V9.5C15 8.67157 14.3284 8 13.5 8C12.6716 8 12 8.67157 12 9.5V4.5C12 3.67157 11.3284 3 10.5 3C9.67157 3 8.99999 3.67157 8.99999 4.5Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M12 9.5V4.5C12 3.67157 11.3284 3 10.5 3C9.67157 3 9 3.67157 9 4.5V13L7.40388 11.4039C6.87266 10.8727 6.04808 10.7712 5.40388 11.1577C4.62854 11.6229 4.37712 12.6285 4.84233 13.4039L8.25218 19.087C9.33652 20.8942 11.2896 22 13.3971 22H15C18.3137 22 21 19.3137 21 16V11.5C21 10.6716 20.3284 10 19.5 10C18.6716 10 18 10.6716 18 11.5M12 9.5V12M12 9.5C12 8.67157 12.6716 8 13.5 8C14.3284 8 15 8.67157 15 9.5V10.5M15 10.5V12M15 10.5C15 9.67157 15.6716 9 16.5 9C17.3284 9 18 9.67157 18 10.5V11.5M18 11.5V12M5 7H4M6 3L5 2M15 3L16 2M16 6H17"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        clickcollect2
                        <code>[[svg_collection:clickcollect2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="clickcollect2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 6H5C4.44772 6 4 6.44772 4 7V16C4 17.6569 5.34315 19 7 19H14M9 6H15M9 6V9M9 6V4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4V6M15 6H19C19.5523 6 20 6.44772 20 7V13.5M15 6V9M19.5444 19.9023L16.9463 21.4023L15.3301 12.6029L22.1425 18.4023L19.5444 19.9023ZM19.5444 19.9023L20.8301 22.1292"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="clickcollect2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M8.25 4C8.25 1.92893 9.92893 0.25 12 0.25C14.0711 0.25 15.75 1.92893 15.75 4V5.25H19C19.9665 5.25 20.75 6.0335 20.75 7V13.5C20.75 13.9142 20.4142 14.25 20 14.25C19.5858 14.25 19.25 13.9142 19.25 13.5V7C19.25 6.86193 19.1381 6.75 19 6.75H15.75V9C15.75 9.41421 15.4142 9.75 15 9.75C14.5858 9.75 14.25 9.41421 14.25 9V6.75H9.75V9C9.75 9.41421 9.41421 9.75 9 9.75C8.58579 9.75 8.25 9.41421 8.25 9V6.75H5C4.86193 6.75 4.75 6.86193 4.75 7V16C4.75 17.2426 5.75736 18.25 7 18.25H14C14.4142 18.25 14.75 18.5858 14.75 19C14.75 19.4142 14.4142 19.75 14 19.75H7C4.92893 19.75 3.25 18.0711 3.25 16V7C3.25 6.0335 4.0335 5.25 5 5.25H8.25V4ZM14.25 5.25V4C14.25 2.75736 13.2426 1.75 12 1.75C10.7574 1.75 9.75 2.75736 9.75 4V5.25H14.25Z M14.9551 11.9534C15.2299 11.7948 15.5747 11.8262 15.8163 12.0318L22.6287 17.8312C22.6519 17.8509 22.6737 17.8719 22.6941 17.894C22.8367 18.0488 22.9087 18.2579 22.8894 18.4703C22.888 18.4855 22.8862 18.5005 22.8839 18.5155C22.8497 18.7398 22.7154 18.9375 22.5175 19.0518L20.5689 20.1768L21.4796 21.7542C21.5055 21.799 21.5263 21.8454 21.542 21.8927C21.6523 22.2236 21.519 22.5975 21.2051 22.7787C21.1603 22.8046 21.1139 22.8253 21.0666 22.8411C20.9212 22.8896 20.7675 22.891 20.6255 22.8507C20.4443 22.7994 20.2822 22.6802 20.1806 22.5042L19.2699 20.9268L17.3213 22.0518C17.295 22.067 17.2678 22.0805 17.2402 22.0923C17.0785 22.1612 16.8977 22.171 16.7298 22.1203C16.6965 22.1103 16.6638 22.0979 16.6318 22.0831C16.5211 22.032 16.4264 21.9556 16.3538 21.862C16.2812 21.7684 16.2307 21.6576 16.2087 21.5378L14.5925 12.7384C14.571 12.6214 14.578 12.504 14.6096 12.3947C14.6623 12.2125 14.7834 12.0525 14.9551 11.9534Z" clip-rule="evenodd"/><path fill="currentColor" d=""/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="clickcollect2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M16.9463 21.4023L15.3301 12.6029L22.1424 18.4023L19.5444 19.9023L16.9463 21.4023Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 6H5C4.44772 6 4 6.44772 4 7V16C4 17.6569 5.34315 19 7 19H14M9 6H15M9 6V9M9 6V4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4V6M15 6H19C19.5523 6 20 6.44772 20 7V13.5M15 6V9M19.5444 19.9023L16.9463 21.4023L15.3301 12.6029L22.1425 18.4023L19.5444 19.9023ZM19.5444 19.9023L20.8301 22.1292"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        clickcollect3
                        <code>[[svg_collection:clickcollect3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="clickcollect3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.49996 19.3657H4.02083V16.5M18 19.3657H22V5.07459H6.99996M2 3L9.94331 10.9433L5.61265 15.274L2 11.6613M9.55292 11.5285L10.4749 12.4505H11.7053C13.3185 12.4505 14.9065 12.8509 16.3268 13.6157L16.8314 13.8874C17.0142 13.9858 17.0857 14.2117 16.9928 14.3974C16.6829 15.0171 15.9966 15.3528 15.3172 15.2169L13.5263 14.8587C13.2594 14.8053 13.0104 15.0094 13.0104 15.2816C13.0104 15.3881 13.0499 15.4909 13.1211 15.5701L15.6574 18.3881C16.2366 19.0316 15.7799 20.0571 14.9141 20.0571H12.3396C10.7102 20.0571 9.15483 19.3761 8.0496 18.1788L7.73284 17.8356C7.27283 17.3373 7.0174 16.684 7.0174 16.0058C7.0174 15.648 6.87528 15.3049 6.62232 15.052L6.32589 14.7556M10.4749 5.07459H15.546V7.3796H10.4749V5.07459Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="clickcollect3 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M2.53033 2.46969C2.31583 2.25519 1.99324 2.19103 1.71299 2.30711C1.43273 2.4232 1.25 2.69668 1.25 3.00002V11.6613C1.25 11.8603 1.32902 12.051 1.46967 12.1917L5.08232 15.8043C5.22298 15.945 5.41374 16.024 5.61265 16.024C5.81157 16.024 6.00233 15.945 6.14298 15.8043L6.20588 15.7414C6.24598 15.8229 6.2674 15.9133 6.2674 16.0058C6.2674 16.8725 6.59385 17.7075 7.18174 18.3444L7.4985 18.6875C8.74571 20.0387 10.5008 20.8071 12.3396 20.8071H14.9141C16.4292 20.8071 17.2284 19.0126 16.2149 17.8864L14.3215 15.7826L15.1701 15.9524C16.1812 16.1546 17.2025 15.6551 17.6636 14.7328C17.9378 14.1845 17.7266 13.5177 17.1869 13.227L16.6824 12.9554C15.1528 12.1317 13.4426 11.7006 11.7053 11.7006H10.7856L10.5145 11.4295C10.7658 11.1348 10.7522 10.6916 10.4736 10.413L2.53033 2.46969ZM7.7674 16.0058C7.7674 15.5139 7.59469 15.0397 7.28286 14.6644L9.45551 12.4918L9.94459 12.9809C10.0852 13.1215 10.276 13.2006 10.4749 13.2006H11.7053C13.1944 13.2006 14.6602 13.5701 15.9712 14.2761L16.0898 14.3399C15.9151 14.4706 15.689 14.5264 15.4643 14.4815L13.6733 14.1233C12.9424 13.9771 12.2604 14.5362 12.2604 15.2816C12.2604 15.5734 12.3685 15.8549 12.5637 16.0718L15.0999 18.8899C15.2447 19.0508 15.1306 19.3071 14.9141 19.3071H12.3396C10.9195 19.3071 9.56395 18.7136 8.6007 17.6701L8.28394 17.3269C7.95182 16.9671 7.7674 16.4955 7.7674 16.0058Z M6.25 5.075C6.25 4.66 6.586 4.325 7 4.325H22C22.414 4.325 22.75 4.66 22.75 5.075V19.366C22.75 19.78 22.414 20.116 22 20.116H18C17.586 20.116 17.25 19.78 17.25 19.366 17.25 18.952 17.586 18.616 18 18.616H21.25V5.825H16.296V7.38C16.296 7.794 15.96 8.13 15.546 8.13H10.475C10.061 8.13 9.725 7.794 9.725 7.38V5.825H7C6.586 5.825 6.25 5.489 6.25 5.075ZM4.021 15.75C4.435 15.75 4.771 16.086 4.771 16.5V18.616H6.5C6.914 18.616 7.25 18.952 7.25 19.366 7.25 19.78 6.914 20.116 6.5 20.116H4.021C3.607 20.116 3.271 19.78 3.271 19.366V16.5C3.271 16.086 3.607 15.75 4.021 15.75Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="clickcollect3 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M9.943 10.943 5.613 15.274 2 11.661V3L9.943 10.943ZM15.546 5.075H10.475V7.38H15.546V5.075Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.5 19.3657H4.02087V16.5M18 19.3657H22V5.07458H7M2 3L9.94331 10.9433L5.61265 15.274L2 11.6613M9.44917 11.4375L10.4749 12.4505H11.7053C13.3185 12.4505 14.9065 12.8509 16.3268 13.6157L16.8314 13.8874C17.0142 13.9858 17.0857 14.2117 16.9928 14.3974C16.6829 15.0171 15.9966 15.3528 15.3172 15.2169L13.5263 14.8587C13.2594 14.8053 13.0104 15.0094 13.0104 15.2816C13.0104 15.3881 13.0499 15.4909 13.1211 15.5701L15.6574 18.3881C16.2366 19.0316 15.7799 20.0571 14.9141 20.0571H12.3396C10.7102 20.0571 9.15483 19.3761 8.0496 18.1788L7.73284 17.8356C7.27283 17.3373 7.0174 16.684 7.0174 16.0058C7.0174 15.648 6.87528 15.3049 6.62232 15.052L6.22456 14.6621M10.475 5.07458H15.546V7.3796H10.475V5.07458Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        climate1
                        <code>[[svg_collection:climate1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="climate1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 10H8M8 10L4 6M8 10L4 14M8 10H12M12 10H16M12 10V14M12 10L12 6M16 10H21M16 10L20 6M16 10L20 14M12 19V14M12 14L8 18M12 14L16 18M12 6V1M12 6L8 2M12 6L16 2"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="climate1 icon-solid"><path class="solid" fill="currentColor" d="M12 0.25C12.4142 0.25 12.75 0.585786 12.75 1V3.25H13.6893L15.4697 1.46967C15.7626 1.17678 16.2374 1.17678 16.5303 1.46967C16.8232 1.76256 16.8232 2.23744 16.5303 2.53033L14.5339 4.52678L14.5304 4.53033L12.75 6.31068V9.25H15.6893L19.4697 5.46967C19.7626 5.17678 20.2374 5.17678 20.5303 5.46967C20.8232 5.76256 20.8232 6.23744 20.5303 6.53033L18.75 8.31066V9.25H21C21.4142 9.25 21.75 9.58579 21.75 10C21.75 10.4142 21.4142 10.75 21 10.75H18.75V11.6893L20.5303 13.4697C20.8232 13.7626 20.8232 14.2374 20.5303 14.5303C20.2374 14.8232 19.7626 14.8232 19.4697 14.5303L17.4731 12.5337L17.4697 12.5304L15.6893 10.75H12.75V13.6893L14.5304 15.4697L14.5338 15.4731L16.5303 17.4697C16.8232 17.7626 16.8232 18.2374 16.5303 18.5303C16.2374 18.8232 15.7626 18.8232 15.4697 18.5303L13.6893 16.75H12.75V19C12.75 19.4142 12.4142 19.75 12 19.75C11.5858 19.75 11.25 19.4142 11.25 19V16.75H10.3107L8.53033 18.5303C8.23744 18.8232 7.76256 18.8232 7.46967 18.5303C7.17678 18.2374 7.17678 17.7626 7.46967 17.4697L11.25 13.6893V10.75H8.31068L6.53033 12.5304L6.5269 12.5338L4.53033 14.5303C4.23744 14.8232 3.76256 14.8232 3.46967 14.5303C3.17678 14.2374 3.17678 13.7626 3.46967 13.4697L5.25 11.6893V10.75H3C2.58579 10.75 2.25 10.4142 2.25 10C2.25 9.58579 2.58579 9.25 3 9.25H5.25V8.31066L3.46967 6.53033C3.17678 6.23744 3.17678 5.76256 3.46967 5.46967C3.76256 5.17678 4.23744 5.17678 4.53033 5.46967L8.31066 9.25H11.25V6.31066L7.46967 2.53033C7.17678 2.23744 7.17678 1.76256 7.46967 1.46967C7.76256 1.17678 8.23744 1.17678 8.53033 1.46967L10.3107 3.25H11.25V1C11.25 0.585786 11.5858 0.25 12 0.25Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="climate1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M5 13V7L8 10 5 13ZM19 13V7L16 10 19 13ZM15 17H9L12 14 15 17ZM15 3H9L12 6 15 3Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 10H8M8 10L4 6M8 10L4 14M8 10H16M16 10H21M16 10L20 6M16 10L20 14M12 19V14M12 14L8 18M12 14L16 18M12 14L12 6M12 6V1M12 6L8 2M12 6L16 2"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        climate2
                        <code>[[svg_collection:climate2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="climate2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 16V20M20 19C17.7909 19 16 17.2091 16 15M4 19C6.20914 19 8 17.2091 8 15M3 4H21V12H3V4ZM17 12V9C17 8.44772 16.5523 8 16 8H8C7.44772 8 7 8.44772 7 9V12H17Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="climate2 icon-solid"><path class="solid" fill="currentColor" d="M7.25 15C7.25 14.586 7.586 14.25 8 14.25 8.414 14.25 8.75 14.586 8.75 15 8.75 17.623 6.623 19.75 4 19.75 3.586 19.75 3.25 19.414 3.25 19 3.25 18.586 3.586 18.25 4 18.25 5.795 18.25 7.25 16.795 7.25 15ZM16 14.25C16.414 14.25 16.75 14.586 16.75 15 16.75 16.795 18.205 18.25 20 18.25 20.414 18.25 20.75 18.586 20.75 19 20.75 19.414 20.414 19.75 20 19.75 17.377 19.75 15.25 17.623 15.25 15 15.25 14.586 15.586 14.25 16 14.25ZM12 15.25C12.414 15.25 12.75 15.586 12.75 16V20C12.75 20.414 12.414 20.75 12 20.75 11.586 20.75 11.25 20.414 11.25 20V16C11.25 15.586 11.586 15.25 12 15.25Z M2.25 4C2.25 3.58579 2.58579 3.25 3 3.25H21C21.4142 3.25 21.75 3.58579 21.75 4V12C21.75 12.4142 21.4142 12.75 21 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12V4ZM6.25 9C6.25 8.0335 7.0335 7.25 8 7.25H16C16.9665 7.25 17.75 8.0335 17.75 9V11.25H6.25V9Z" fill-rule="evenodd" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="climate2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M21 4H3V12H7V9C7 8.44772 7.44772 8 8 8H16C16.5523 8 17 8.44772 17 9V12H21V4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 16V20M20 19C17.7909 19 16 17.2091 16 15M4 19C6.20914 19 8 17.2091 8 15M3 4H21V12H3V4ZM17 12V9C17 8.44772 16.5523 8 16 8H8C7.44772 8 7 8.44772 7 9V12H17Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        close
                        <code>[[svg_collection:close]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="close icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 6 6 18M6 6l12 12"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="close icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="close icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 6 6 18M6 6l12 12"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        coffee1
                        <code>[[svg_collection:coffee1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="coffee1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M2 8.92313V13.5385C2 16.0875 4.06638 18.1539 6.61538 18.1539H12.7692C15.3182 18.1539 17.3846 16.0875 17.3846 13.5385V8.92313M2 8.92313V4.30775C2 3.45808 2.68879 2.76929 3.53846 2.76929H15.8462C16.6958 2.76929 17.3846 3.45808 17.3846 4.30775V8.92313M2 8.92313H17.3846M2 21.2308H17.3846M14.3077 2.76929H19.6923C20.9668 2.76929 22 3.80248 22 5.07698C22 6.35148 20.9668 7.38467 19.6923 7.38467H17.3846"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="coffee1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M3.53846 2.01929C2.27458 2.01929 1.25 3.04387 1.25 4.30775V13.5385C1.25 16.5017 3.65216 18.9039 6.61538 18.9039H12.7692C15.7325 18.9039 18.1346 16.5017 18.1346 13.5385V8.13467H19.6923C21.381 8.13467 22.75 6.7657 22.75 5.07698C22.75 3.38826 21.381 2.01929 19.6923 2.01929H3.53846ZM19.6923 6.63467H18.1346V4.30775C18.1346 4.03067 18.0854 3.76509 17.9952 3.51929H19.6923C20.5526 3.51929 21.25 4.21669 21.25 5.07698C21.25 5.93727 20.5526 6.63467 19.6923 6.63467ZM2.75 8.17313H16.6346V4.30775C16.6346 3.87229 16.2816 3.51929 15.8462 3.51929H3.53846C3.10301 3.51929 2.75 3.87229 2.75 4.30775V8.17313Z M2 20.4808C1.58579 20.4808 1.25 20.8166 1.25 21.2308C1.25 21.645 1.58579 21.9808 2 21.9808H17.3846C17.7988 21.9808 18.1346 21.645 18.1346 21.2308C18.1346 20.8166 17.7988 20.4808 17.3846 20.4808H2Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="coffee1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" fill-rule="evenodd" d="M2 8.9231V13.5385C2 16.0875 4.06638 18.1539 6.61538 18.1539H12.7692C15.3182 18.1539 17.3846 16.0875 17.3846 13.5385V8.9231H2Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M2 8.92313V13.5385C2 16.0875 4.06638 18.1539 6.61538 18.1539H12.7692C15.3182 18.1539 17.3846 16.0875 17.3846 13.5385V8.92313M2 8.92313V4.30775C2 3.45808 2.68879 2.76929 3.53846 2.76929H15.8462C16.6958 2.76929 17.3846 3.45808 17.3846 4.30775V8.92313M2 8.92313H17.3846M2 21.2308H17.3846M14.3077 2.76929H19.6923C20.9668 2.76929 22 3.80248 22 5.07698C22 6.35148 20.9668 7.38467 19.6923 7.38467H17.3846"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        contact
                        <code>[[svg_collection:contact]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="contact icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 17V11M12 8H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM12.5 8C12.5 8.27614 12.2761 8.5 12 8.5C11.7239 8.5 11.5 8.27614 11.5 8C11.5 7.72386 11.7239 7.5 12 7.5C12.2761 7.5 12.5 7.72386 12.5 8Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="contact icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM10.75 8C10.75 7.30964 11.3096 6.75 12 6.75C12.6904 6.75 13.25 7.30964 13.25 8C13.25 8.69036 12.6904 9.25 12 9.25C11.3096 9.25 10.75 8.69036 10.75 8ZM12 10.25C12.4142 10.25 12.75 10.5858 12.75 11V17C12.75 17.4142 12.4142 17.75 12 17.75C11.5858 17.75 11.25 17.4142 11.25 17V11C11.25 10.5858 11.5858 10.25 12 10.25Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="contact icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 17V11M12 8H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM12.5 8C12.5 8.27614 12.2761 8.5 12 8.5C11.7239 8.5 11.5 8.27614 11.5 8C11.5 7.72386 11.7239 7.5 12 7.5C12.2761 7.5 12.5 7.72386 12.5 8Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        contact1
                        <code>[[svg_collection:contact1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="contact1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 11.5C12 10 13 10.2929 13 11C13 12 11 16 11 17C11 17.7071 12 18 13.5 16.5M12 7H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM12.5 7C12.5 7.27614 12.2761 7.5 12 7.5C11.7239 7.5 11.5 7.27614 11.5 7C11.5 6.72386 11.7239 6.5 12 6.5C12.2761 6.5 12.5 6.72386 12.5 7Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="contact1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM12 5.75C11.3096 5.75 10.75 6.30964 10.75 7C10.75 7.69036 11.3096 8.25 12 8.25C12.6904 8.25 13.25 7.69036 13.25 7C13.25 6.30964 12.6904 5.75 12 5.75ZM11.0303 12.0303C11.5856 11.475 11.9903 11.2659 12.2171 11.1984C12.2092 11.2329 12.1999 11.2708 12.1889 11.3123C12.1416 11.4917 12.0708 11.7126 11.9803 11.9691C11.799 12.4828 11.5553 13.0921 11.3036 13.7214L11.2996 13.7315C11.0526 14.349 10.7979 14.9857 10.6053 15.5316C10.5083 15.8064 10.4228 16.0698 10.3608 16.3045C10.3024 16.5258 10.25 16.7744 10.25 17C10.25 17.3585 10.3814 17.7268 10.6833 17.9934C10.9816 18.2567 11.3634 18.3481 11.7318 18.3263C12.4394 18.2845 13.2291 17.8315 14.0303 17.0303C14.3232 16.7374 14.3232 16.2625 14.0303 15.9697C13.7374 15.6768 13.2626 15.6768 12.9697 15.9697C12.4144 16.5249 12.0097 16.7341 11.7829 16.8015C11.7905 16.7681 11.7998 16.7303 11.8111 16.6876C11.8584 16.5082 11.9292 16.2873 12.0197 16.0308C12.201 15.5172 12.4447 14.9078 12.6964 14.2785L12.7004 14.2683C12.9474 13.6508 13.2021 13.0142 13.3947 12.4683C13.4917 12.1936 13.5772 11.9301 13.6392 11.6954C13.6976 11.4742 13.75 11.2255 13.75 11C13.75 10.6414 13.6186 10.2731 13.3167 10.0066C13.0183 9.74324 12.6366 9.65183 12.2682 9.67363C11.5606 9.7155 10.7709 10.1684 9.96967 10.9697C9.67678 11.2625 9.67678 11.7374 9.96967 12.0303C10.2626 12.3232 10.7374 12.3232 11.0303 12.0303Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="contact1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 11.5C12 10 13 10.2929 13 11C13 12 11 16 11 17C11 17.7071 12 18 13.5 16.5M12 7H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM12.5 7C12.5 7.27614 12.2761 7.5 12 7.5C11.7239 7.5 11.5 7.27614 11.5 7C11.5 6.72386 11.7239 6.5 12 6.5C12.2761 6.5 12.5 6.72386 12.5 7Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        contact2
                        <code>[[svg_collection:contact2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="contact2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 10.5H12.5V17.5M12.5 17.5H10.5M12.5 17.5H14.5M12 7H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM12.5 7C12.5 7.27614 12.2761 7.5 12 7.5C11.7239 7.5 11.5 7.27614 11.5 7C11.5 6.72386 11.7239 6.5 12 6.5C12.2761 6.5 12.5 6.72386 12.5 7Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="contact2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25ZM12 5.75C11.3096 5.75 10.75 6.30964 10.75 7C10.75 7.69036 11.3096 8.25 12 8.25C12.6904 8.25 13.25 7.69036 13.25 7C13.25 6.30964 12.6904 5.75 12 5.75ZM10.5 9.75C10.0858 9.75 9.75 10.0858 9.75 10.5C9.75 10.9142 10.0858 11.25 10.5 11.25H11.75V16.75H10.5C10.0858 16.75 9.75 17.0858 9.75 17.5C9.75 17.9142 10.0858 18.25 10.5 18.25H14.5C14.9142 18.25 15.25 17.9142 15.25 17.5C15.25 17.0858 14.9142 16.75 14.5 16.75H13.25V10.5C13.25 10.0858 12.9142 9.75 12.5 9.75H10.5Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="contact2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 10.5H12.5V17.5M12.5 17.5H10.5M12.5 17.5H14.5M12 7H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM12.5 7C12.5 7.27614 12.2761 7.5 12 7.5C11.7239 7.5 11.5 7.27614 11.5 7C11.5 6.72386 11.7239 6.5 12 6.5C12.2761 6.5 12.5 6.72386 12.5 7Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        custommade1
                        <code>[[svg_collection:custommade1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="custommade1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M14.86 18.7h7.64v2.87m-4.77-10.5v4.77M9.14 3.43a7.64 7.64 0 0 1 7.64 7.64v7.63H3.41a1.91 1.91 0 0 1-1.91-1.9v-5.73a7.64 7.64 0 0 1 7.64-7.64Zm3.82 7.64a3.82 3.82 0 1 1-7.64 0 3.82 3.82 0 0 1 7.64 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="custommade1 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M9.14 2.68a8.39 8.39 0 0 0-8.39 8.39v5.734a2.66 2.66 0 0 0 2.66 2.646h18.34v2.12a.75.75 0 0 0 1.5 0V18.7a.75.75 0 0 0-.75-.75h-4.97v-1.387a.75.75 0 0 0 .95-.723v-4.77a.75.75 0 0 0-.98-.714A8.392 8.392 0 0 0 9.14 2.68Zm-3.07 8.39a3.07 3.07 0 1 1 6.14 0 3.07 3.07 0 0 1-6.14 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="custommade1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" fill-rule="evenodd" d="M12.064 4.012A7.64 7.64 0 0 0 1.5 11.07v5.73a1.91 1.91 0 0 0 1.91 1.9h13.37v-7.63a7.64 7.64 0 0 0-4.716-7.058Zm.896 7.058a3.82 3.82 0 1 1-7.64 0 3.82 3.82 0 0 1 7.64 0Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M14.86 18.7h7.64v2.87m-4.77-10.5v4.77M9.14 3.43a7.64 7.64 0 0 1 7.64 7.64v7.63H3.41a1.91 1.91 0 0 1-1.91-1.9v-5.73a7.64 7.64 0 0 1 7.64-7.64Zm3.82 7.64a3.82 3.82 0 1 1-7.64 0 3.82 3.82 0 0 1 7.64 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        custommade2
                        <code>[[svg_collection:custommade2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="custommade2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 7v3L4 7l2-3v3Zm0 0h12M4.5 13.5V16M7 13.5V15m2.5-1.5V16m2.5-2.5V15m2.5-1.5V16m2.5-2.5V15m2.5-1.5V16M2 10V4m20 6V4m-4 0v6l2-3-2-3ZM2 13.5h20v6H2v-6Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="custommade2 icon-solid"><path class="solid" fill="currentcolor" d="M16.25 10a.75.75 0 0 0 1.374.416l2-3a.75.75 0 0 0 0-.832l-2-3A.75.75 0 0 0 16.25 4v2.25h-8.5V4a.75.75 0 0 0-1.374-.416l-2 3a.75.75 0 0 0 0 .832l2 3A.75.75 0 0 0 7.75 10V7.75h8.5V10Zm-12.5 3.5H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-.75V15a.75.75 0 0 1-1.5 0v-1.5h-1v.5a.75.75 0 0 1-1.5 0v-.5h-1V15a.75.75 0 0 1-1.5 0v-1.5h-1v.5a.75.75 0 0 1-1.5 0v-.5h-1V15a.75.75 0 0 1-1.5 0v-1.5h-1v.5a.75.75 0 0 1-1.5 0v-.5h-1V15a.75.75 0 0 1-1.5 0v-1.5ZM3.5 4A.75.75 0 0 0 2 4v6a.75.75 0 0 0 1.5 0V4ZM22 4a.75.75 0 0 0-1.5 0v6a.75.75 0 0 0 1.5 0V4Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="custommade2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M2 13.5h20v6H2v-6ZM4 7l2-3v6L4 7Zm14 3V4l2 3-2 3Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.5 13.5V16M7 13.5V15m2.5-1.5V16m2.5-2.5V15m2.5-1.5V16m2.5-2.5V15m2.5-1.5V16M2 10V4m20 6V4M6 7h12M2 13.5h20v6H2v-6ZM6 4 4 7l2 3V4Zm12 0v6l2-3-2-3Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        custommade3
                        <code>[[svg_collection:custommade3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="custommade3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 6 1 1v22h22l-4.5-4.5M6 6 5 7m1-1 2.5 2.5m0 0-1 1m1-1L11 11m0 0-1 1m1-1 2.5 2.5m0 0-1 1m1-1L16 16m0 0-1 1m1-1 2.5 2.5m0 0-1 1M9 5l2.5-2.5M9 5 7.5 1l4 1.5M9 5l9 9M11.5 2.5l9 9M18 14l2.5-2.5M18 14l2.293 2.293a1 1 0 0 0 1.414 0l1.086-1.086a1 1 0 0 0 0-1.414L20.5 11.5M5 11l8 8H5v-8Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="custommade3 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M6.97.47a.75.75 0 0 1 .793-.172l4 1.5c.1.037.192.096.267.172l11.293 11.293a1.75 1.75 0 0 1 0 2.475l-1.085 1.085a1.75 1.75 0 0 1-2.475 0L8.47 5.53a.75.75 0 0 1-.172-.267l-1.5-4A.75.75 0 0 1 6.97.47Zm4.53 3.09L10.06 5 18 12.94l1.44-1.44-7.94-7.94ZM1 2.207V22.5a.5.5 0 0 0 .5.5h20.293a.5.5 0 0 0 .353-.854L19.03 19.03l-1 1a.75.75 0 1 1-1.06-1.06l1-1-1.44-1.44-1 1a.75.75 0 1 1-1.06-1.06l1-1-1.44-1.44-1 1a.75.75 0 1 1-1.06-1.06l1-1-1.44-1.44-1 1a.75.75 0 1 1-1.06-1.06l1-1-1.44-1.44-1 1a.75.75 0 1 1-1.06-1.06l1-1-1.44-1.44-1 1a.75.75 0 0 1-1.06-1.06l1-1-3.616-3.616A.5.5 0 0 0 1 2.207ZM5 11l8 8H5v-8Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="custommade3 icon-duotone"><path id="alpha" fill="currentColor" fill-opacity=".2" fill-rule="evenodd" d="M1 23V1l22 22H1Zm4-12v8h8l-8-8Z" clip-rule="evenodd"/><path id="alpha" fill="currentColor" fill-opacity=".2" d="M11.5 2.5 9 5 7.5 1l4 1.5Zm10.207 13.793a1 1 0 0 1-1.414 0L18 14l2.5-2.5 2.293 2.293a1 1 0 0 1 0 1.414l-1.086 1.086Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 6 1 1v22h22l-4.5-4.5M6 6 5 7m1-1 2.5 2.5m0 0-1 1m1-1L11 11m0 0-1 1m1-1 2.5 2.5m0 0-1 1m1-1L16 16m0 0-1 1m1-1 2.5 2.5m0 0-1 1M9 5l2.5-2.5M9 5 7.5 1l4 1.5M9 5l9 9M11.5 2.5l9 9M18 14l2.5-2.5M18 14l2.293 2.293a1 1 0 0 0 1.414 0l1.086-1.086a1 1 0 0 0 0-1.414L20.5 11.5M5 11l8 8H5v-8Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        darkmode
                        <code>[[svg_collection:darkmode]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="darkmode icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.2 4a9.03 9.03 0 1 0 3.9 12 6.5 6.5 0 1 1-3.9-12Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="darkmode icon-solid"><path class="solid" fill="currentcolor" d="M14.485 4.36c.474-.17.571-.877.089-1.02a9.03 9.03 0 1 0 4.599 14.15c.306-.4-.189-.914-.672-.772a6.496 6.496 0 0 1-6.516-1.72 6.502 6.502 0 0 1 2.5-10.639Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="darkmode icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M16.2 4a9.03 9.03 0 1 0 3.9 12 6.5 6.5 0 1 1-3.9-12Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.2 4a9.03 9.03 0 1 0 3.9 12 6.5 6.5 0 1 1-3.9-12Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        delivery1
                        <code>[[svg_collection:delivery1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="delivery1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 17a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m4 0h6M5 17H3V6a1 1 0 0 1 1-1h9v12m6 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m4 0h2v-6m0 0h-8m8 0-3-5h-5"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="delivery1 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M13.75 5v.25H18a.75.75 0 0 1 .643.364l3 5a.75.75 0 0 1 .107.386v6a.75.75 0 0 1-.75.75h-1.354a2.751 2.751 0 0 1-5.293 0H9.646a2.751 2.751 0 0 1-5.292 0H3a.75.75 0 0 1-.75-.75V6A1.75 1.75 0 0 1 4 4.25h9a.75.75 0 0 1 .75.75Zm0 5.25v-3.5h3.825l2.1 3.5H13.75Zm-8 6.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Zm10 0a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="delivery1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M3 17c1.105 0 1.99-1.085 2.92-1.683A1.99 1.99 0 0 1 7 15c.398 0 .77.116 1.08.317C9.01 15.915 9.896 17 11 17h2c1.105 0 1.99-1.085 2.92-1.683A1.99 1.99 0 0 1 17 15c.398 0 .77.116 1.08.317C19.01 15.915 19.896 17 21 17v-6h-8V5H4a1 1 0 0 0-1 1v11Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 17a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m4 0h6M5 17H3V6a1 1 0 0 1 1-1h9v12m6 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m4 0h2v-6m0 0h-8m8 0-3-5h-5"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        delivery2
                        <code>[[svg_collection:delivery2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="delivery2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.444 13.384-.83-4.77m0 0-2.02 2.329m2.02-2.329 2.684 1.488m-4.234 9.119L22 17.623M7.531 15.29 5.458 3.365 2 3m8.242 16.726c.183 1.053-.51 2.058-1.55 2.244a1.913 1.913 0 0 1-2.213-1.572c-.183-1.053.511-2.058 1.55-2.244a1.913 1.913 0 0 1 2.213 1.572Zm1.937-2.806 7.525-1.346c1.04-.186 1.733-1.19 1.55-2.245l-1.327-7.633a1.913 1.913 0 0 0-2.213-1.571L10.189 5.47c-1.04.185-1.733 1.19-1.55 2.244l1.327 7.633a1.913 1.913 0 0 0 2.213 1.572Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="delivery2 icon-solid"><path class="solid" fill="currentcolor" d="M1.254 2.921a.75.75 0 0 1 .825-.667l3.458.365a.75.75 0 0 1 .66.618L8.27 15.163a.75.75 0 0 1-1.477.257L4.816 4.052l-2.895-.306a.75.75 0 0 1-.667-.825Z"/><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M17.582 3.386c1.457-.26 2.831.728 3.084 2.182l1.327 7.633c.252 1.451-.702 2.851-2.157 3.111l-7.525 1.346c-1.457.26-2.831-.728-3.084-2.182L7.9 7.845c-.252-1.452.702-2.852 2.157-3.112l7.525-1.346Zm-2.604 4.572a.75.75 0 0 0-.93.165l-2.02 2.328a.75.75 0 0 0 1.133.983l.985-1.135.559 3.214a.75.75 0 0 0 1.478-.257l-.561-3.226 1.312.728a.75.75 0 1 0 .728-1.312l-2.684-1.488Z" clip-rule="evenodd"/><path class="solid" fill="currentcolor" d="M22.132 18.361a.75.75 0 1 0-.264-1.477l-8.936 1.599a.75.75 0 0 0 .264 1.476l8.936-1.598Zm-14.235-.945c1.457-.261 2.831.727 3.084 2.181.252 1.451-.702 2.851-2.156 3.112-1.458.26-2.832-.728-3.084-2.182-.253-1.451.701-2.851 2.156-3.111Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="delivery2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M20.666 5.568c-.253-1.454-1.627-2.442-3.084-2.182l-7.526 1.346c-1.454.26-2.408 1.66-2.156 3.112l1.327 7.632c.253 1.454 1.626 2.443 3.084 2.182l7.525-1.346c1.455-.26 2.409-1.66 2.157-3.111l-1.327-7.633ZM10.98 19.597c-.252-1.454-1.626-2.442-3.083-2.181-1.455.26-2.409 1.66-2.157 3.11.253 1.455 1.627 2.443 3.084 2.183 1.455-.26 2.41-1.66 2.157-3.112Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.444 13.384-.83-4.77m0 0-2.02 2.329m2.02-2.329 2.684 1.488m-4.234 9.119L22 17.623M7.531 15.29 5.458 3.365 2 3m8.242 16.726c.183 1.053-.51 2.058-1.55 2.244a1.913 1.913 0 0 1-2.213-1.572c-.183-1.053.511-2.058 1.55-2.244a1.913 1.913 0 0 1 2.213 1.572Zm1.937-2.806 7.525-1.346c1.04-.186 1.733-1.19 1.55-2.245l-1.327-7.633a1.913 1.913 0 0 0-2.213-1.571L10.189 5.47c-1.04.185-1.733 1.19-1.55 2.244l1.327 7.633a1.913 1.913 0 0 0 2.213 1.572Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        delivery3
                        <code>[[svg_collection:delivery3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="delivery3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.47 15.09a2.72 2.72 0 0 0-1.11-.23 2.87 2.87 0 1 0 2.87 2.87m-1.76-2.64-.15-.23H1.5a9.52 9.52 0 0 1 1.58-5.25l.33-.47H9.7a1.35 1.35 0 0 1 1.35 1.3 1.372 1.372 0 0 1-.4 1l-.56.56v5.73m-4.62-2.64 1.76 2.64m0 0h9.54v-2.87m0-6.68h1.91m-1.91 0v6.68m0-6.68V5.32a1.9 1.9 0 0 0-1.91-1.91h-.95m4.77 4.77.16.16a9.24 9.24 0 0 1 2.71 6.52h-4.78m1.91-6.68h1.91V4.36h-1.91a1.91 1.91 0 1 0 0 3.82Zm3.82 9.55a2.86 2.86 0 1 1-5.72 0 2.86 2.86 0 0 1 5.72 0ZM2 9h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="delivery3 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M13.91 2.66a.75.75 0 0 0 0 1.5h.96c.635 0 1.15.515 1.15 1.15v11.67h-5.18v-4.67l.34-.34a2.119 2.119 0 0 0 .62-1.548v-.01A2.1 2.1 0 0 0 9.7 8.39H7.706c.029-.125.044-.256.044-.39V5A1.75 1.75 0 0 0 6 3.25H2A1.75 1.75 0 0 0 .25 5v3c0 .966.784 1.75 1.75 1.75h.113A10.27 10.27 0 0 0 .75 14.86a.75.75 0 0 0 .678.747 3.62 3.62 0 1 0 6.473 2.873h8.207a3.611 3.611 0 0 0 7.142-.75c0-.984-.394-1.877-1.033-2.528a.751.751 0 0 0 .083-.343 9.99 9.99 0 0 0-1.963-5.929h.253a.75.75 0 0 0 .75-.75V4.36a.75.75 0 0 0-.75-.75h-1.91a2.66 2.66 0 0 0-1.475.446A2.65 2.65 0 0 0 14.87 2.66h-.96ZM3.182 15.967a2.12 2.12 0 0 1 1.17-.357h.039c.2.002.398.034.587.095L6.47 17.94a2.12 2.12 0 1 1-3.287-1.974ZM17.53 17.73a2.11 2.11 0 1 1 4.22 0 2.11 2.11 0 0 1-4.22 0ZM1.75 5A.25.25 0 0 1 2 4.75h4a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25H2A.25.25 0 0 1 1.75 8V5Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="delivery3 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M18.68 4.36h1.91v3.82h-1.91a1.91 1.91 0 0 1 0-3.82Zm-1.91 3.82h1.91l.16.16a9.24 9.24 0 0 1 2.71 6.52h-4.78V8.18ZM10.09 12v5.73H7.23l-1.76-2.64-.15-.23H1.5a9.52 9.52 0 0 1 1.58-5.25l.33-.47H9.7a1.35 1.35 0 0 1 1.35 1.3 1.372 1.372 0 0 1-.4 1l-.56.56Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.47 15.09a2.72 2.72 0 0 0-1.11-.23 2.87 2.87 0 1 0 2.87 2.87m-1.76-2.64-.15-.23H1.5a9.52 9.52 0 0 1 1.58-5.25l.33-.47H9.7a1.35 1.35 0 0 1 1.35 1.3 1.372 1.372 0 0 1-.4 1l-.56.56v5.73m-4.62-2.64 1.76 2.64m0 0h9.54v-2.86m0-6.69h1.91m-1.91 0V5.32a1.9 1.9 0 0 0-1.91-1.91h-.95m2.86 4.77v6.69m1.91-6.69.16.16a9.24 9.24 0 0 1 2.71 6.52h-1.91l-2.87.01m1.91-6.69h1.91V4.36h-1.91a1.91 1.91 0 1 0 0 3.82Zm3.82 9.55a2.86 2.86 0 1 1-5.72 0 2.86 2.86 0 0 1 5.72 0ZM2 9h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        dispo1
                        <code>[[svg_collection:dispo1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="dispo1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2m1-10 2 2 4-4m-9-2a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="dispo1 icon-solid"><path class="solid" fill="currentColor" d="M9 2.25a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5Zm-2 12A4.75 4.75 0 0 0 2.25 19v2c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75v-2A4.75 4.75 0 0 0 11 14.25H7Z"/><path class="solid" fill="currentColor" fill-rule="evenodd" d="M22.53 8.47a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06L18 11.94l3.47-3.47a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="dispo1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M9 2.25a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5Zm-2 12A4.75 4.75 0 0 0 2.25 19v2c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75v-2A4.75 4.75 0 0 0 11 14.25H7Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2m1-10 2 2 4-4m-9-2a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        dispo2
                        <code>[[svg_collection:dispo2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="dispo2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 21a9 9 0 1 1 9-9m-3.5 7.5h-3c0-.522.256-1.01.684-1.309l1.564-1.085c.471-.328.752-.865.752-1.439 0-.644-.523-1.167-1.167-1.167h-.165c-.52 0-1.02.203-1.392.565l-.276.268M22 19.5v-1.25m0 0V14.5l-3 3.75h3Zm0 0h1M16 8l-4 4H8"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="dispo2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75a.75.75 0 0 0 .75-.75v-5A3.25 3.25 0 0 1 16 12.75h5a.75.75 0 0 0 .75-.75A9.75 9.75 0 0 0 12 2.25Zm4.53 5.22a.75.75 0 0 0-1.06 0l-3.78 3.78H8a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 .53-.22l4-4a.75.75 0 0 0 0-1.06Z" clip-rule="evenodd"/><path class="solid" fill="currentcolor" d="M14.253 14.528a2.748 2.748 0 0 1 1.915-.778h.165c1.059 0 1.917.858 1.917 1.917a2.5 2.5 0 0 1-1.075 2.055l-1.48 1.028H17.5a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75c0-.768.376-1.487 1.007-1.925l1.563-1.085a1 1 0 0 0 .43-.823.417.417 0 0 0-.417-.417h-.165a1.25 1.25 0 0 0-.87.353l-.275.268a.75.75 0 0 1-1.046-1.075l.276-.268Z"/><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M22.248 13.792c.3.106.502.39.502.708v3H23a.75.75 0 0 1 0 1.5h-.25v.5a.75.75 0 1 1-1.5 0V19H19a.75.75 0 0 1-.586-1.218l3-3.75a.75.75 0 0 1 .834-.24ZM21.25 17.5v-.862l-.69.862h.69Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="dispo2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M3 12a9 9 0 0 0 9 9v-5a4 4 0 0 1 4-4h5a9 9 0 1 0-18 0Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 21a9 9 0 1 1 9-9m-3.5 7.5h-3c0-.522.256-1.01.684-1.309l1.564-1.085c.471-.328.752-.865.752-1.439 0-.644-.523-1.167-1.167-1.167h-.165c-.52 0-1.02.203-1.392.565l-.276.268M22 19.5v-1.25m0 0V14.5l-3 3.75h3Zm0 0h1M16 8l-4 4H8"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        ecology1
                        <code>[[svg_collection:ecology1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ecology1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M12.087 11.3094V22M10.1114 4.16273C12.6591 6.71038 12.25 11.25 12.25 11.25C12.25 11.25 7.71038 11.6591 5.16273 9.11143C2.61509 6.56379 3.02417 2.02417 3.02417 2.02417C3.02417 2.02417 7.56379 1.61509 10.1114 4.16273ZM14.2497 7.79716C11.7021 10.3448 12.1112 14.8844 12.1112 14.8844C12.1112 14.8844 16.6508 15.2935 19.1984 12.7459C21.7461 10.1982 21.337 5.6586 21.337 5.6586C21.337 5.6586 16.7974 5.24952 14.2497 7.79716Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ecology1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M12.837 15.6586L12.837 22C12.837 22.4142 12.5013 22.75 12.087 22.75C11.6728 22.75 11.337 22.4142 11.337 22L11.337 12.0226C10.8613 12.0153 10.2408 11.9805 9.55138 11.8779C8.03107 11.6518 6.07168 11.081 4.6324 9.64176C3.19313 8.20249 2.62239 6.2431 2.39625 4.72278C2.28165 3.95239 2.2516 3.26814 2.25006 2.77564C2.24929 2.52883 2.25568 2.32869 2.26244 2.18818C2.26582 2.11788 2.2693 2.0624 2.27203 2.02333L2.27548 1.97721L2.2766 1.96374L2.27697 1.95947L2.27715 1.95735C2.30969 1.59632 2.59583 1.30973 2.95686 1.2772L3.02417 2.02417C2.95686 1.2772 2.95795 1.2771 2.95795 1.2771L2.95947 1.27697L2.96374 1.2766L2.97721 1.27548L3.02333 1.27203C3.0624 1.2693 3.11788 1.26582 3.18818 1.26244C3.32869 1.25568 3.52883 1.24929 3.77564 1.25006C4.26814 1.2516 4.95239 1.28165 5.72278 1.39625C7.2431 1.62239 9.20249 2.19313 10.6418 3.6324C12.0178 5.00849 12.6 6.86003 12.8461 8.34869C13.0942 7.96782 13.3831 7.60311 13.7194 7.2668C15.1587 5.82753 17.1181 5.25679 18.6384 5.03065C19.4088 4.91605 20.0931 4.886 20.5856 4.88446C20.8324 4.88369 21.0325 4.89008 21.173 4.89684C21.2433 4.90022 21.2988 4.9037 21.3379 4.90643L21.384 4.90988L21.3975 4.911L21.4017 4.91137L21.4038 4.91155L21.337 5.65857L22.084 5.59175L22.0842 5.59387L22.0846 5.59814L22.0857 5.61161L22.0892 5.65773C22.0919 5.6968 22.0954 5.75228 22.0988 5.82258C22.1055 5.96309 22.1119 6.16323 22.1111 6.41004C22.1096 6.90254 22.0795 7.58679 21.965 8.35718C21.7388 9.8775 21.1681 11.8369 19.7288 13.2762C18.2895 14.7154 16.3301 15.2862 14.8098 15.5123C14.0394 15.6269 13.3552 15.657 12.8627 15.6585C12.8541 15.6585 12.8455 15.6585 12.837 15.6586ZM3.02417 2.02417C2.2772 1.95686 2.27715 1.95735 2.27715 1.95735L3.02417 2.02417Z" clip-rule="evenodd"/><path fill="currentColor" d="M22.084 5.59175C22.084 5.59175 22.084 5.59126 21.337 5.65857C21.4043 4.9116 21.4038 4.91155 21.4038 4.91155C21.7649 4.94409 22.0515 5.23072 22.084 5.59175Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ecology1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M10.111 4.163C12.659 6.71 12.25 11.25 12.25 11.25 12.25 11.25 7.71 11.659 5.163 9.111 2.615 6.564 3.024 2.024 3.024 2.024 3.024 2.024 7.564 1.615 10.111 4.163ZM14.25 7.797C11.702 10.345 12.111 14.884 12.111 14.884 12.111 14.884 16.651 15.294 19.199 12.746 21.746 10.198 21.337 5.659 21.337 5.659 21.337 5.659 16.797 5.249 14.25 7.797Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M12.087 11.3094V22M10.1114 4.16273C12.6591 6.71038 12.25 11.25 12.25 11.25C12.25 11.25 7.71038 11.6591 5.16273 9.11143C2.61509 6.56379 3.02417 2.02417 3.02417 2.02417C3.02417 2.02417 7.56379 1.61509 10.1114 4.16273ZM14.2497 7.79716C11.7021 10.3448 12.1112 14.8844 12.1112 14.8844C12.1112 14.8844 16.6508 15.2935 19.1984 12.7459C21.7461 10.1982 21.337 5.6586 21.337 5.6586C21.337 5.6586 16.7974 5.24952 14.2497 7.79716Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        ecology2
                        <code>[[svg_collection:ecology2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ecology2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.80811 15.3812C-0.520028 13.2751 3.14278 8.41343 6.66132 8.32655C6.99669 11.3959 8.53257 16.0938 2.80811 15.3812ZM2.80811 15.3812C2.48439 17.552 4.18397 19.7042 6.64638 19.7042H9.64034M2.80811 15.3812C3.1523 14.0721 3.86474 12.8053 4.17793 12.3355M18.9815 8.96004L15.9875 3.89205C14.4972 1.36931 10.7714 1.36932 9.28105 3.89205L8.53257 5.15905L8.15831 5.79255M18.9815 8.96004L16.3554 8.56915M18.9815 8.96004L19.9482 6.54195M12.6343 19.7042H18.6222C21.6029 19.7042 23.4658 16.5508 21.9755 14.028L20.4785 11.494M12.6343 19.7042L14.2937 17.677M12.6343 19.7042L14.2937 21.7314"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ecology2 icon-solid"><path class="solid" fill="currentColor" d="M16.633 3.511C14.853.496 10.416.496 8.635 3.511L7.513 5.411C7.302 5.768 7.42 6.228 7.777 6.438 8.133 6.649 8.593 6.531 8.804 6.174L9.927 4.274C11.127 2.242 14.142 2.242 15.342 4.274L17.535 7.987 16.466 7.827C16.056 7.766 15.675 8.049 15.614 8.459 15.553 8.868 15.835 9.25 16.245 9.311L18.871 9.702C19.215 9.753 19.549 9.561 19.678 9.238L20.645 6.82C20.798 6.436 20.611 5.999 20.227 5.846 19.842 5.692 19.406 5.879 19.252 6.264L18.851 7.265 16.633 3.511ZM21.124 11.113C20.914 10.756 20.454 10.638 20.097 10.848 19.74 11.059 19.622 11.519 19.833 11.876L21.33 14.41C22.509 16.406 21.053 18.954 18.622 18.954H14.218L14.874 18.152C15.137 17.832 15.089 17.359 14.769 17.097 14.448 16.834 13.976 16.881 13.713 17.202L12.054 19.229C11.828 19.505 11.828 19.903 12.054 20.179L13.713 22.207C13.976 22.527 14.448 22.574 14.769 22.312 15.089 22.049 15.137 21.577 14.874 21.256L14.218 20.454H18.622C22.153 20.454 24.422 16.695 22.621 13.647L21.124 11.113ZM2.027 15.642C1.638 15.392 1.303 15.047 1.075 14.584.303 13.013 1.002 11.224 2.081 9.951 3.18 8.656 4.884 7.62 6.643 7.577 7.032 7.567 7.365 7.858 7.407 8.245 7.45 8.637 7.508 9.027 7.571 9.443 7.619 9.762 7.669 10.095 7.716 10.457 7.818 11.241 7.893 12.082 7.821 12.865 7.749 13.649 7.524 14.451 6.957 15.083 6.378 15.728 5.535 16.096 4.435 16.183 4.15 16.206 3.842 16.201 3.529 16.161 3.656 17.638 4.908 18.954 6.646 18.954H9.64C10.055 18.954 10.39 19.29 10.39 19.704 10.39 20.118 10.055 20.454 9.64 20.454H6.646C3.858 20.454 1.871 18.126 2.027 15.642Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ecology2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M6.66132 8.32654C3.67901 8.40018 0.593056 11.9041 1.74833 14.2529C2.20367 15.1787 3.34691 15.5171 4.37534 15.4353C8.2245 15.1292 6.96162 11.075 6.66132 8.32654Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.80811 15.3812C-0.520026 13.2751 3.14278 8.41343 6.66133 8.32655C6.99669 11.3959 8.53257 16.0938 2.80811 15.3812ZM2.80811 15.3812C2.48439 17.552 4.18397 19.7042 6.64638 19.7042H9.64034M2.80811 15.3812C3.1523 14.0721 3.86474 12.8053 4.17793 12.3355M18.9815 8.96004L15.9875 3.89205C14.4972 1.36931 10.7714 1.36932 9.28106 3.89205L8.53257 5.15905L8.15831 5.79255M18.9815 8.96004L16.3554 8.56915M18.9815 8.96004L19.9482 6.54195M12.6343 19.7042H18.6222C21.6029 19.7042 23.4658 16.5508 21.9755 14.028L20.4785 11.494M12.6343 19.7042L14.2937 17.677M12.6343 19.7042L14.2937 21.7314"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        ecology3
                        <code>[[svg_collection:ecology3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ecology3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.375 6.125H7.75M9.75 6.125V2.5M12 21.875V11.625M12 21.875C12 20.125 9.9375 16.5625 5.5 15.125M12 21.875C12 20.125 14.0625 16.5625 18.5 15.125M9.625 17.5625C11.1875 11.0625 4.3125 13.75 2 12.75C3.75 19.4375 7.3125 19.3125 9 18.4375M14.375 17.5625C12.8125 11.0625 19.6875 13.75 22 12.75C20.25 19.4375 16.6875 19.3125 15 18.4375M14.25 6.125V2.5M8.25 6.125H15.875V7.8125C15.875 9.91809 14.1681 11.625 12.0625 11.625C9.95691 11.625 8.25 9.91809 8.25 7.8125V6.125Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ecology3 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M10.5 2.5C10.5 2.08579 10.1642 1.75 9.75 1.75C9.33579 1.75 9 2.08579 9 2.5V5.375H7.75C7.33579 5.375 7 5.71079 7 6.125C7 6.45155 7.2087 6.72936 7.5 6.83232V7.8125C7.5 10.055 9.11784 11.9196 11.25 12.3029V18.229C11.1669 18.12 11.0806 18.0114 10.9912 17.9037C10.8232 17.7013 10.6428 17.5002 10.4499 17.3018C10.7451 15.8049 10.6185 14.6406 10.0382 13.7872C9.40046 12.8496 8.35593 12.4955 7.3744 12.3517C6.53154 12.2282 5.5951 12.2422 4.7721 12.2545C4.63774 12.2565 4.50641 12.2585 4.379 12.2598C3.9088 12.2647 3.48756 12.2617 3.11991 12.2301C2.74658 12.198 2.47879 12.1399 2.29771 12.0616C2.03441 11.9478 1.72923 11.9941 1.51155 12.1809C1.29387 12.3677 1.20184 12.6624 1.27446 12.9399C2.17677 16.388 3.59265 18.2605 5.17399 19.0933C6.76239 19.9298 8.34008 19.6245 9.34526 19.1033C9.51613 19.0147 9.63859 18.8696 9.70161 18.7026C9.74783 18.7556 9.793 18.8087 9.83712 18.8619C10.8353 20.0641 11.2435 21.2186 11.25 21.8594V21.875C11.25 22.2892 11.5858 22.625 12 22.625C12.1036 22.625 12.2022 22.604 12.2919 22.5661C12.3257 22.5518 12.3583 22.5351 12.3893 22.5162C12.4109 22.503 12.4318 22.4888 12.4519 22.4736C12.4745 22.4565 12.4962 22.4382 12.5167 22.4186C12.6605 22.282 12.7501 22.0889 12.7501 21.875L12.7501 21.8684C12.7528 21.2296 13.1601 20.0698 14.163 18.8619C14.2071 18.8088 14.2522 18.7557 14.2984 18.7027C14.3615 18.8696 14.4839 19.0147 14.6547 19.1033C15.6599 19.6245 17.2376 19.9298 18.826 19.0933C20.4074 18.2605 21.8232 16.388 22.7255 12.9399C22.7982 12.6624 22.7061 12.3677 22.4884 12.1809C22.2708 11.9941 21.9656 11.9478 21.7023 12.0616C21.5212 12.1399 21.2534 12.198 20.8801 12.2301C20.5124 12.2617 20.0912 12.2647 19.621 12.2598C19.4936 12.2585 19.3623 12.2565 19.2279 12.2545C18.4049 12.2422 17.4685 12.2282 16.6256 12.3517C15.6441 12.4955 14.5995 12.8496 13.9618 13.7872C13.3814 14.6406 13.2549 15.8049 13.5502 17.3019C13.3573 17.5003 13.1769 17.7014 13.009 17.9037C12.9194 18.0115 12.8331 18.1201 12.75 18.2292V12.3235C14.9436 11.992 16.625 10.0986 16.625 7.8125V6.83232C16.9163 6.72936 17.125 6.45155 17.125 6.125C17.125 5.71079 16.7892 5.375 16.375 5.375H15V2.5C15 2.08579 14.6642 1.75 14.25 1.75C13.8358 1.75 13.5 2.08579 13.5 2.5V5.375H10.5V2.5ZM15.3452 17.7717C15.3225 17.7599 15.2996 17.7495 15.2763 17.7402C16.1758 16.9777 17.3227 16.2947 18.7312 15.8385C19.1252 15.7108 19.3412 15.2879 19.2135 14.8938C19.0859 14.4998 18.663 14.2838 18.2689 14.4115C16.9583 14.836 15.8383 15.4362 14.9036 16.1242C14.861 15.3756 15.0075 14.917 15.2022 14.6308C15.4863 14.2129 16.0121 13.9576 16.8431 13.8358C17.5561 13.7313 18.3541 13.7426 19.1863 13.7544C19.3251 13.7563 19.465 13.7583 19.6055 13.7597C20.0513 13.7643 20.5041 13.763 20.9257 13.7312C20.1078 16.1509 19.0488 17.2807 18.1271 17.7661C17.0748 18.3202 16.0275 18.1255 15.3452 17.7717ZM9.09644 16.1241C8.16169 15.4361 7.04179 14.836 5.73121 14.4115C5.33716 14.2838 4.91423 14.4998 4.78658 14.8938C4.65893 15.2879 4.87489 15.7108 5.26895 15.8385C6.67744 16.2947 7.82427 16.9777 8.72375 17.7402C8.70049 17.7494 8.67748 17.7599 8.65479 17.7717C7.97247 18.1255 6.92516 18.3202 5.87294 17.7661C4.95116 17.2807 3.89225 16.1509 3.0743 13.7312C3.49594 13.763 3.94871 13.7643 4.39449 13.7597C4.53503 13.7583 4.67485 13.7563 4.81372 13.7544C5.64592 13.7426 6.44385 13.7313 7.1569 13.8358C7.98788 13.9576 8.51365 14.2129 8.79783 14.6308C8.99246 14.9169 9.13896 15.3756 9.09644 16.1241Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ecology3 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M8.25 6.125H15.875V7.813C15.875 9.918 14.168 11.625 12.063 11.625 9.957 11.625 8.25 9.918 8.25 7.813V6.125ZM9.625 17.563C9.626 17.557 9.628 17.551 9.629 17.545 11.175 11.067 4.31 13.749 2 12.75 3.75 19.438 7.313 19.313 9 18.438L9.625 17.563ZM14.371 17.545C14.372 17.551 14.374 17.557 14.375 17.563L15 18.438C16.688 19.313 20.25 19.438 22 12.75 19.69 13.749 12.825 11.067 14.371 17.545Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.375 6.125H7.75M9.75 6.125V2.5M12 21.875V11.625M12 21.875C12 20.125 9.9375 16.5625 5.5 15.125M12 21.875C12 20.125 14.0625 16.5625 18.5 15.125M9.625 17.5625C11.1875 11.0625 4.3125 13.75 2 12.75C3.75 19.4375 7.3125 19.3125 9 18.4375M14.375 17.5625C12.8125 11.0625 19.6875 13.75 22 12.75C20.25 19.4375 16.6875 19.3125 15 18.4375M14.25 6.125V2.5M8.25 6.125H15.875V7.8125C15.875 9.91809 14.1681 11.625 12.0625 11.625C9.95691 11.625 8.25 9.91809 8.25 7.8125V6.125Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        elec1
                        <code>[[svg_collection:elec1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="elec1 icon-outline"><path class="outline" d="M3 22L6 19M8.5 13.5L11 11M11.5 16.5L14 14M19 3L15 7H21L17 11M7.30003 20.3C7.523 20.5237 7.78794 20.7013 8.07967 20.8224C8.37139 20.9435 8.68416 21.0059 9.00003 21.0059C9.31591 21.0059 9.62867 20.9435 9.9204 20.8224C10.2121 20.7013 10.4771 20.5237 10.7 20.3L13 18L7.00003 12L4.70003 14.3C4.47629 14.523 4.29876 14.7879 4.17763 15.0796C4.05649 15.3714 3.99414 15.6841 3.99414 16C3.99414 16.3159 4.05649 16.6286 4.17763 16.9204C4.29876 17.2121 4.47629 17.477 4.70003 17.7L7.30003 20.3Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="elec1 icon-solid"><path class="solid" fill="currentColor" d="M19.5303 3.53033C19.8232 3.23744 19.8232 2.76256 19.5303 2.46967C19.2374 2.17678 18.7626 2.17678 18.4697 2.46967L14.4697 6.46967C14.2552 6.68417 14.191 7.00676 14.3071 7.28701C14.4232 7.56727 14.6967 7.75 15 7.75H19.1893L16.4697 10.4697C16.1768 10.7626 16.1768 11.2374 16.4697 11.5303C16.7626 11.8232 17.2374 11.8232 17.5303 11.5303L21.5303 7.53033C21.7448 7.31583 21.809 6.99324 21.6929 6.71299C21.5768 6.43273 21.3033 6.25 21 6.25H16.8107L19.5303 3.53033Z M11.5303 11.5303C11.8232 11.2374 11.8232 10.7626 11.5303 10.4697C11.2374 10.1768 10.7626 10.1768 10.4697 10.4697L8.50002 12.4393L7.53036 11.4697C7.23747 11.1768 6.7626 11.1768 6.4697 11.4697L4.17026 13.7691C3.87677 14.0617 3.64389 14.4093 3.48497 14.792C3.32598 15.1749 3.24414 15.5854 3.24414 16C3.24414 16.4146 3.32598 16.8251 3.48497 17.208C3.64382 17.5906 3.87658 17.938 4.1699 18.2305L4.17062 18.2313L4.93936 19L2.46967 21.4697C2.17678 21.7626 2.17678 22.2374 2.46967 22.5303C2.76256 22.8232 3.23744 22.8232 3.53033 22.5303L6.00002 20.0606L6.7693 20.8299C7.06184 21.1233 7.40939 21.3562 7.79205 21.5151C8.17494 21.6741 8.58545 21.7559 9.00003 21.7559C9.41462 21.7559 9.82512 21.6741 10.208 21.5151C10.5908 21.3561 10.9387 21.1229 11.2313 20.8294L13.5304 18.5303C13.671 18.3897 13.75 18.1989 13.75 18C13.75 17.8011 13.671 17.6103 13.5304 17.4697L12.5607 16.5L14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697C14.2374 13.1768 13.7626 13.1768 13.4697 13.4697L11.5 15.4393L9.56068 13.5L11.5303 11.5303Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="elec1 icon-duotone"><path class="alpha" d="M8.07967 20.8224C7.78794 20.7013 7.523 20.5237 7.30003 20.3L4.70003 17.7C4.47629 17.477 4.29876 17.2121 4.17763 16.9204C4.05649 16.6286 3.99414 16.3159 3.99414 16C3.99414 15.6841 4.05649 15.3714 4.17763 15.0796C4.29876 14.7879 4.47629 14.523 4.70003 14.3L7.00003 12L13 18L10.7 20.3C10.4771 20.5237 10.2121 20.7013 9.9204 20.8224C9.62867 20.9435 9.31591 21.0059 9.00003 21.0059C8.68416 21.0059 8.37139 20.9435 8.07967 20.8224Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M3 22L6 19M8.5 13.5L11 11M11.5 16.5L14 14M19 3L15 7H21L17 11M7.30003 20.3C7.523 20.5237 7.78794 20.7013 8.07967 20.8224C8.37139 20.9435 8.68416 21.0059 9.00003 21.0059C9.31591 21.0059 9.62867 20.9435 9.9204 20.8224C10.2121 20.7013 10.4771 20.5237 10.7 20.3L13 18L7.00003 12L4.70003 14.3C4.47629 14.523 4.29876 14.7879 4.17763 15.0796C4.05649 15.3714 3.99414 15.6841 3.99414 16C3.99414 16.3159 4.05649 16.6286 4.17763 16.9204C4.29876 17.2121 4.47629 17.477 4.70003 17.7L7.30003 20.3Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        elec2
                        <code>[[svg_collection:elec2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="elec2 icon-outline"><path class="outline" d="M17 21V19M17 19C16.7348 19 16.4804 18.8946 16.2929 18.7071C16.1054 18.5196 16 18.2652 16 18V17C16 16.4696 16.2107 15.9609 16.5858 15.5858C16.9609 15.2107 17.4696 15 18 15H20C20.5304 15 21.0391 15.2107 21.4142 15.5858C21.7893 15.9609 22 16.4696 22 17V18C22 18.2652 21.8946 18.5196 21.7071 18.7071C21.5196 18.8946 21.2652 19 21 19M17 19H21M21 19V21M19 15V6.5C19 5.57174 18.6313 4.6815 17.9749 4.02513C17.3185 3.36875 16.4283 3 15.5 3C14.5717 3 13.6815 3.36875 13.0251 4.02513C12.3687 4.6815 12 5.57174 12 6.5V17.5C12 18.4283 11.6313 19.3185 10.9749 19.9749C10.3185 20.6313 9.42826 21 8.5 21C7.57174 21 6.6815 20.6313 6.02513 19.9749C5.36875 19.3185 5 18.4283 5 17.5V9M3 5H7M3 5C2.73478 5 2.48043 5.10536 2.29289 5.29289C2.10536 5.48043 2 5.73478 2 6V7C2 7.53043 2.21071 8.03914 2.58579 8.41421C2.96086 8.78929 3.46957 9 4 9H6C6.53043 9 7.03914 8.78929 7.41421 8.41421C7.78929 8.03914 8 7.53043 8 7V6C8 5.73478 7.89464 5.48043 7.70711 5.29289C7.51957 5.10536 7.26522 5 7 5M3 5V3M7 5V3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="elec2 icon-solid"><path class="solid" fill="currentColor" d="M3.75 3C3.75 2.58579 3.41421 2.25 3 2.25C2.58579 2.25 2.25 2.58579 2.25 3V4.41886C2.07072 4.50389 1.90555 4.61958 1.76256 4.76256C1.43437 5.09075 1.25 5.53587 1.25 6V7C1.25 7.72935 1.53973 8.42882 2.05546 8.94454C2.57118 9.46027 3.27065 9.75 4 9.75H4.25V17.5C4.25 18.6272 4.69777 19.7082 5.4948 20.5052C6.29183 21.3022 7.37283 21.75 8.5 21.75C9.62717 21.75 10.7082 21.3022 11.5052 20.5052C12.3022 19.7082 12.75 18.6272 12.75 17.5V6.5C12.75 5.77065 13.0397 5.07118 13.5555 4.55546C14.0712 4.03973 14.7707 3.75 15.5 3.75C16.2293 3.75 16.9288 4.03973 17.4445 4.55546C17.9603 5.07118 18.25 5.77065 18.25 6.5V14.25H18C17.2707 14.25 16.5712 14.5397 16.0555 15.0555C15.5397 15.5712 15.25 16.2707 15.25 17V18C15.25 18.4641 15.4344 18.9092 15.7626 19.2374C15.9055 19.3804 16.0707 19.4961 16.25 19.5811V21C16.25 21.4142 16.5858 21.75 17 21.75C17.4142 21.75 17.75 21.4142 17.75 21V19.75H20.25V21C20.25 21.4142 20.5858 21.75 21 21.75C21.4142 21.75 21.75 21.4142 21.75 21V19.5811C21.9293 19.4961 22.0945 19.3804 22.2374 19.2374C22.5656 18.9092 22.75 18.4641 22.75 18V17C22.75 16.2707 22.4603 15.5712 21.9445 15.0555C21.4288 14.5397 20.7293 14.25 20 14.25H19.75V6.5C19.75 5.37283 19.3022 4.29183 18.5052 3.4948C17.7082 2.69777 16.6272 2.25 15.5 2.25C14.3728 2.25 13.2918 2.69777 12.4948 3.4948C11.6978 4.29183 11.25 5.37283 11.25 6.5V17.5C11.25 18.2293 10.9603 18.9288 10.4445 19.4445C9.92882 19.9603 9.22935 20.25 8.5 20.25C7.77065 20.25 7.07118 19.9603 6.55546 19.4445C6.03973 18.9288 5.75 18.2293 5.75 17.5V9.75H6C6.72935 9.75 7.42882 9.46027 7.94454 8.94454C8.46027 8.42882 8.75 7.72935 8.75 7V6C8.75 5.53587 8.56563 5.09075 8.23744 4.76256C8.09445 4.61958 7.92928 4.50389 7.75 4.41886V3C7.75 2.58579 7.41421 2.25 7 2.25C6.58579 2.25 6.25 2.58579 6.25 3V4.25H3.75V3Z"/>
</svg>

                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="elec2 icon-duotone"><path class="alpha" d="M16.2929 18.7071C16.4804 18.8946 16.7348 19 17 19H21C21.2652 19 21.5196 18.8946 21.7071 18.7071C21.8946 18.5196 22 18.2652 22 18V17C22 16.4696 21.7893 15.9609 21.4142 15.5858C21.0391 15.2107 20.5304 15 20 15H18C17.4696 15 16.9609 15.2107 16.5858 15.5858C16.2107 15.9609 16 16.4696 16 17V18C16 18.2652 16.1054 18.5196 16.2929 18.7071Z M7 5H3C2.73478 5 2.48043 5.10536 2.29289 5.29289C2.10536 5.48043 2 5.73478 2 6V7C2 7.53043 2.21071 8.03914 2.58579 8.41421C2.96086 8.78929 3.46957 9 4 9H6C6.53043 9 7.03914 8.78929 7.41421 8.41421C7.78929 8.03914 8 7.53043 8 7V6C8 5.73478 7.89464 5.48043 7.70711 5.29289C7.51957 5.10536 7.26522 5 7 5Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M17 21V19M17 19C16.7348 19 16.4804 18.8946 16.2929 18.7071C16.1054 18.5196 16 18.2652 16 18V17C16 16.4696 16.2107 15.9609 16.5858 15.5858C16.9609 15.2107 17.4696 15 18 15H19M17 19H21M19 15H20C20.5304 15 21.0391 15.2107 21.4142 15.5858C21.7893 15.9609 22 16.4696 22 17V18C22 18.2652 21.8946 18.5196 21.7071 18.7071C21.5196 18.8946 21.2652 19 21 19M19 15V6.5C19 5.57174 18.6313 4.6815 17.9749 4.02513C17.3185 3.36875 16.4283 3 15.5 3C14.5717 3 13.6815 3.36875 13.0251 4.02513C12.3687 4.6815 12 5.57174 12 6.5V17.5C12 18.4283 11.6313 19.3185 10.9749 19.9749C10.3185 20.6313 9.42826 21 8.5 21C7.57174 21 6.6815 20.6313 6.02513 19.9749C5.36875 19.3185 5 18.4283 5 17.5V9M21 19V21M5 9H6C6.53043 9 7.03914 8.78929 7.41421 8.41421C7.78929 8.03914 8 7.53043 8 7V6C8 5.73478 7.89464 5.48043 7.70711 5.29289C7.51957 5.10536 7.26522 5 7 5M5 9H4C3.46957 9 2.96086 8.78929 2.58579 8.41421C2.21071 8.03914 2 7.53043 2 7V6C2 5.73478 2.10536 5.48043 2.29289 5.29289C2.48043 5.10536 2.73478 5 3 5M3 5H7M3 5V3M7 5V3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        elec3
                        <code>[[svg_collection:elec3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="elec3 icon-outline"><path class="outline" d="M3.31218 12.6537L12.963 2.60078C13.3322 2.21616 13.9666 2.59935 13.798 3.10516L11.7191 9.34188C11.6112 9.66564 11.8522 9.99999 12.1935 9.99999H20.3863C20.8178 9.99999 21.0467 10.5097 20.76 10.8322L11.0022 21.8097C10.6465 22.2099 9.99576 21.8467 10.1496 21.3339L12.3067 14.1437C12.4029 13.8229 12.1627 13.5 11.8277 13.5H3.67287C3.23232 13.5 3.00708 12.9715 3.31218 12.6537Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="elec3 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M12.922 2.08142C13.8451 1.11988 15.4311 2.07784 15.0096 3.34237L13.0404 9.25003H20.8864C21.9649 9.25003 22.5372 10.5244 21.8206 11.3305L12.0628 22.308C11.1736 23.3084 9.54666 22.4004 9.93125 21.1184L11.9918 14.25H4.1729C3.07152 14.25 2.50843 12.9289 3.27117 12.1344L12.922 2.08142Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="elec3 icon-duotone"><path class="alpha" d="M3.81218 12.6537L13.463 2.60078C13.8322 2.21616 14.4666 2.59935 14.298 3.10516L12.2191 9.34188C12.1112 9.66564 12.3522 9.99999 12.6935 9.99999H20.8863C21.3178 9.99999 21.5467 10.5097 21.26 10.8322L11.5022 21.8097C11.1465 22.2099 10.4958 21.8467 10.6496 21.3339L12.8067 14.1437C12.9029 13.8229 12.6627 13.5 12.3277 13.5H4.17287C3.73232 13.5 3.50708 12.9715 3.81218 12.6537Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M3.81218 12.6537L13.463 2.60078C13.8322 2.21616 14.4666 2.59935 14.298 3.10516L12.2191 9.34188C12.1112 9.66564 12.3522 9.99999 12.6935 9.99999H20.8863C21.3178 9.99999 21.5467 10.5097 21.26 10.8322L11.5022 21.8097C11.1465 22.2099 10.4958 21.8467 10.6496 21.3339L12.8067 14.1437C12.9029 13.8229 12.6627 13.5 12.3277 13.5H4.17287C3.73232 13.5 3.50708 12.9715 3.81218 12.6537Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        expertise1
                        <code>[[svg_collection:expertise1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2M13 7a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm6.003 6.804L16.53 15l.473-2.533L15 10.673l2.764-.368L19 8l1.236 2.305 2.764.368-2.003 1.794L21.47 15l-2.467-1.196Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise1 icon-solid"><path class="solid" fill="currentcolor" d="M9 2.25a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5Zm-2 12A4.75 4.75 0 0 0 2.25 19v2c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75v-2A4.75 4.75 0 0 0 11 14.25H7Zm12.661-6.605a.75.75 0 0 0-1.322 0l-1.055 1.967-2.383.318a.75.75 0 0 0-.401 1.302l1.688 1.512-.395 2.119a.75.75 0 0 0 1.064.812l2.146-1.038 2.14 1.038a.75.75 0 0 0 1.064-.813l-.395-2.118 1.688-1.512a.75.75 0 0 0-.4-1.302l-2.384-.318-1.055-1.967Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-2 3.25A4.75 4.75 0 0 0 2.25 19v2c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75v-2A4.75 4.75 0 0 0 11 14.25H7Zm9.53.75 2.473-1.196L21.469 15l-.472-2.533L23 10.673l-2.764-.368L19 8l-1.236 2.305-2.764.368 2.003 1.794L16.53 15Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2M13 7a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm6.003 6.804L16.53 15l.473-2.533L15 10.673l2.764-.368L19 8l1.236 2.305 2.764.368-2.003 1.794L21.47 15l-2.467-1.196Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        expertise2
                        <code>[[svg_collection:expertise2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.348 15.527c-1.435-.829-1.848-2.8-1.848-2.8s1.913-.627 3.348.202c.61.352 1.036.911 1.323 1.437m-4.03-4.247c-.973-1.34-.55-3.309-.55-3.309s2.004.205 2.978 1.545c.414.57.575 1.254.624 1.852M2.726 4.892c-.54-1.567.442-3.325.442-3.325s1.855.782 2.395 2.348c.23.666.184 1.367.055 1.953M20.652 15.5c1.435-.821 1.848-2.774 1.848-2.774s-1.913-.622-3.347.199c-.61.35-1.035.903-1.323 1.425m4.016-4.257c.977-1.334.56-3.286.56-3.286s-2 .21-2.977 1.543c-.415.567-.578 1.246-.629 1.84m2.464-5.328c.544-1.561-.426-3.306-.426-3.306s-1.851.785-2.395 2.346c-.232.664-.19 1.361-.064 1.943m-6.376 8.617L8.914 16l.59-3.257L7 10.437l3.455-.474L12 7l1.545 2.963 3.455.474-2.504 2.306.59 3.257-3.082-1.538Zm-3.01 4.247s-1.445 1.403-3.098 1.287c-1.653-.115-2.888-1.706-2.888-1.706s1.445-1.402 3.098-1.287c1.652.116 2.888 1.706 2.888 1.706Zm12-.418s-1.236 1.59-2.888 1.705c-1.653.116-3.098-1.287-3.098-1.287s1.236-1.59 2.888-1.706c1.653-.115 3.098 1.288 3.098 1.288Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise2 icon-solid"><path class="solid" fill="currentcolor" d="M21.494 1.192v.001l.002.003.004.007.012.022a4.403 4.403 0 0 1 .156.327c.094.213.211.514.31.872.193.699.338 1.698-.006 2.685a.75.75 0 0 1-.793.498c-.335-.038-1.4.044-2.318.813a.75.75 0 0 1-1.215-.417c-.142-.657-.205-1.506.088-2.348.344-.985 1.08-1.683 1.665-2.115a6.64 6.64 0 0 1 1.112-.66l.022-.01.008-.003h.002l.002-.002a.75.75 0 0 1 .949.327ZM3.46.877V.876a.75.75 0 0 0-.946.325l-.001.002-.002.003-.004.007-.011.022a5.545 5.545 0 0 0-.158.329 6.598 6.598 0 0 0-.315.876c-.196.702-.346 1.706-.005 2.696a.75.75 0 0 0 .786.502c.344-.036 1.417.054 2.34.81a.75.75 0 0 0 1.208-.42c.144-.66.212-1.513-.08-2.357-.34-.99-1.076-1.69-1.663-2.121A6.596 6.596 0 0 0 3.494.89L3.47.88 3.464.879 3.46.877ZM1.668 6.064a.75.75 0 0 0-.81.588v.005l-.002.008-.005.024-.015.081a6.598 6.598 0 0 0-.085 1.21c.018.729.169 1.733.784 2.58a.75.75 0 0 0 .694.304c.555-.066 1.879-.132 2.8.075a.75.75 0 0 0 .911-.793c-.054-.673-.24-1.509-.764-2.231-.616-.847-1.524-1.3-2.212-1.542a6.596 6.596 0 0 0-1.258-.305l-.025-.003H1.67l-.002-.001Zm10.997.589a.75.75 0 0 0-1.33 0l-1.366 2.62-3.07.42a.75.75 0 0 0-.407 1.296l2.2 2.026-.517 2.851a.75.75 0 0 0 1.072.806l2.756-1.372 2.75 1.371a.75.75 0 0 0 1.072-.805l-.517-2.85 2.2-2.027a.75.75 0 0 0-.406-1.295l-3.071-.421-1.366-2.62Zm-3.08 11.595h-.002l-.001-.003-.005-.007-.016-.019a4.122 4.122 0 0 0-.24-.274 6.603 6.603 0 0 0-.684-.631c-.57-.456-1.436-.986-2.48-1.059-1.044-.073-1.976.332-2.603.703a6.587 6.587 0 0 0-1.042.768l-.018.017-.006.006-.002.002a.751.751 0 0 0-.071 1l.001.001.002.003.005.006.015.02a4.181 4.181 0 0 0 .241.273c.16.17.393.399.684.632.57.455 1.436.985 2.48 1.058 1.044.073 1.976-.331 2.603-.703a6.601 6.601 0 0 0 1.041-.768l.019-.017.005-.005.002-.002.001-.001a.751.751 0 0 0 .07-1ZM.766 12.884v-.002a.751.751 0 0 1 .501-.867h.001l.003-.002.008-.002.023-.007.08-.024a6.604 6.604 0 0 1 1.194-.21c.726-.059 1.74-.014 2.647.51.774.446 1.283 1.134 1.606 1.726a.75.75 0 0 1-.658 1.11c-1.207 0-2.039.648-2.253.899a.75.75 0 0 1-.945.161c-.906-.523-1.452-1.38-1.765-2.038a6.595 6.595 0 0 1-.434-1.22l-.005-.024-.002-.007v-.003Zm22.468-.003v.002l-.001.003-.002.008-.005.024a4.84 4.84 0 0 1-.097.35c-.07.221-.178.526-.338.86-.313.655-.86 1.504-1.766 2.023a.75.75 0 0 1-.843-.067c-.23-.186-1.143-.74-2.493-.998a.75.75 0 0 1-.516-1.098c.325-.589.834-1.271 1.607-1.714.906-.518 1.919-.563 2.644-.504a6.645 6.645 0 0 1 1.272.231l.023.007.008.003h.003l.002.001a.75.75 0 0 1 .502.87Zm-.346-6.649a.748.748 0 0 1 .251.418v.002l.001.003.002.008.005.024a4.3 4.3 0 0 1 .054.358 6.5 6.5 0 0 1 .041.925c-.02.725-.174 1.723-.79 2.566a.75.75 0 0 1-.697.301c-.554-.068-1.872-.135-2.78.082a.75.75 0 0 1-.922-.793c.057-.67.244-1.5.77-2.219.617-.842 1.525-1.294 2.211-1.536a6.643 6.643 0 0 1 1.256-.306l.025-.003h.008l.002-.001h.003a.747.747 0 0 1 .56.171Zm-1.374 11.519v.001a.75.75 0 0 1 .07 1l-.002.003-.005.006-.016.02-.052.063a6.593 6.593 0 0 1-.872.842c-.57.455-1.436.985-2.48 1.058-1.044.073-1.976-.331-2.603-.703a6.604 6.604 0 0 1-1.042-.768l-.018-.017-.005-.005-.003-.002-.001-.002a.75.75 0 0 1-.07-.999h.001l.002-.003.005-.006.016-.02.052-.063c.045-.052.108-.125.188-.21.16-.171.393-.4.684-.632.57-.455 1.436-.986 2.48-1.059 1.044-.073 1.976.332 2.603.703a6.594 6.594 0 0 1 1.042.769l.018.017.006.005.002.002Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M12.004 14.462 8.914 16l.59-3.257L7 10.437l3.455-.474L12 7l1.545 2.963 3.455.474-2.504 2.306.59 3.257-3.082-1.538Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.348 15.527c-1.435-.829-1.848-2.8-1.848-2.8s1.913-.627 3.348.202c.61.352 1.036.911 1.323 1.437m-4.03-4.247c-.973-1.34-.55-3.309-.55-3.309s2.004.205 2.978 1.545c.414.57.575 1.254.624 1.852M2.726 4.892c-.54-1.567.442-3.325.442-3.325s1.855.782 2.395 2.348c.23.666.184 1.367.055 1.953M20.652 15.5c1.435-.821 1.848-2.774 1.848-2.774s-1.913-.622-3.347.199c-.61.35-1.035.903-1.323 1.425m4.016-4.257c.977-1.334.56-3.286.56-3.286s-2 .21-2.977 1.543c-.415.567-.578 1.246-.629 1.84m2.464-5.328c.544-1.561-.426-3.306-.426-3.306s-1.851.785-2.395 2.346c-.232.664-.19 1.361-.064 1.943m-6.376 8.617L8.914 16l.59-3.257L7 10.437l3.455-.474L12 7l1.545 2.963 3.455.474-2.504 2.306.59 3.257-3.082-1.538Zm-3.01 4.247s-1.445 1.403-3.098 1.287c-1.653-.115-2.888-1.706-2.888-1.706s1.445-1.402 3.098-1.287c1.652.116 2.888 1.706 2.888 1.706Zm12-.418s-1.236 1.59-2.888 1.705c-1.653.116-3.098-1.287-3.098-1.287s1.236-1.59 2.888-1.706c1.653-.115 3.098 1.288 3.098 1.288Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        expertise3
                        <code>[[svg_collection:expertise3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M9.13 10.5V7.2m0 0h5.74m-5.74 0a2.87 2.87 0 0 1-2.87-2.87V1m8.61 6.2v3.3m0-3.3a2.87 2.87 0 0 0 2.87-2.87V1M8.17 12.93h7.65v9.57H8.17v-9.57Zm7.66 3.83h6.7v5.74h-6.7v-5.74ZM1.48 18.67h6.7v3.83h-6.7v-3.83Zm12.43-15.3a1.91 1.91 0 1 1-3.82 0 1.91 1.91 0 0 1 3.82 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise3 icon-solid"><path class="solid" fill="currentcolor" d="M7.01 1a.75.75 0 0 0-1.5 0v3.33a3.621 3.621 0 0 0 2.87 3.542V10.5a.75.75 0 1 0 1.5 0V7.95h4.24v2.55a.75.75 0 0 0 1.5 0V7.872a3.621 3.621 0 0 0 2.87-3.542V1a.75.75 0 0 0-1.5 0v3.33a2.12 2.12 0 0 1-2.12 2.12H9.13a2.12 2.12 0 0 1-2.12-2.12V1Z"/><path class="solid" fill="currentcolor" d="M9.34 3.37a2.66 2.66 0 1 1 5.32 0 2.66 2.66 0 0 1-5.32 0Zm-1.92 9.56a.75.75 0 0 1 .75-.75h7.65a.75.75 0 0 1 .75.75v3.08h5.96a.75.75 0 0 1 .75.75v5.74a.75.75 0 0 1-.75.75H1.48a.75.75 0 0 1-.75-.75v-3.83a.75.75 0 0 1 .75-.75h5.94v-4.99Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise3 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M12 5.28a1.91 1.91 0 1 0 0-3.82 1.91 1.91 0 0 0 0 3.82Zm3.827 11.48h6.703v5.74h-6.7l-.002-.012-.008.012H1.48v-3.83h6.69v-5.74h7.65l.007 3.83Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M9.13 10.5V7.2m0 0h5.74m-5.74 0a2.87 2.87 0 0 1-2.87-2.87V1m8.61 6.2v3.3m0-3.3a2.87 2.87 0 0 0 2.87-2.87V1M8.17 12.93h7.65v9.57H8.17v-9.57Zm7.66 3.83h6.7v5.74h-6.7v-5.74ZM1.48 18.67h6.7v3.83h-6.7v-3.83Zm12.43-15.3a1.91 1.91 0 1 1-3.82 0 1.91 1.91 0 0 1 3.82 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        expertise4
                        <code>[[svg_collection:expertise4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise4 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M9.14 22.5v-2.82H7.27a2 2 0 0 1-1.95-2v-2.82l-1.91-.95 1.9-3.81v-.63a7.86 7.86 0 0 1 7.13-8 7.61 7.61 0 0 1 8.14 7.62 10.49 10.49 0 0 1-2.86 7.2v6.21m-4.77-9.55a2.86 2.86 0 1 0 0-5.72m0 5.72a2.86 2.86 0 1 1 0-5.72m0 5.72v.96m0-6.68v-.96m-3.3 1.91.82.48M16.26 12l-.83-.48m.83-3.34-.83.48M9.65 12l.82-.48"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise4 icon-solid"><path class="solid" fill="currentcolor" d="M10.84 10.09a2.11 2.11 0 1 1 4.22 0 2.11 2.11 0 0 1-4.22 0Z"/><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M9.14 19.88v2.42c0 .11.09.2.2.2h8.18a.2.2 0 0 0 .2-.2v-5.811c0-.128.05-.25.135-.345A10.49 10.49 0 0 0 20.58 9.09a7.61 7.61 0 0 0-8.14-7.62 7.86 7.86 0 0 0-7.13 8v.63l-1.677 3.362a.5.5 0 0 0 .225.67l1.462.728v2.82a2 2 0 0 0 1.95 2h1.67c.11 0 .2.09.2.2ZM13.7 6.27a.75.75 0 0 0-1.5 0v.288c-.76.16-1.43.56-1.931 1.115l-.24-.14a.75.75 0 1 0-.758 1.294l.246.144a3.607 3.607 0 0 0 0 2.238l-.246.144a.75.75 0 1 0 .758 1.294l.24-.14a3.607 3.607 0 0 0 1.931 1.115v.288a.75.75 0 0 0 1.5 0v-.288c.76-.16 1.433-.56 1.934-1.118l.25.145a.75.75 0 0 0 .752-1.298l-.252-.146a3.608 3.608 0 0 0 0-2.23l.252-.146a.75.75 0 0 0-.751-1.298l-.251.145A3.606 3.606 0 0 0 13.7 6.558V6.27Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="expertise4 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" fill-rule="evenodd" d="M9.14 19.68v2.82h8.58v-6.21a10.49 10.49 0 0 0 2.86-7.2 7.61 7.61 0 0 0-8.14-7.62 7.86 7.86 0 0 0-7.13 8v.63l-1.9 3.81 1.91.95v2.82a2 2 0 0 0 1.95 2h1.87Zm6.67-9.59a2.86 2.86 0 1 1-5.72 0 2.86 2.86 0 0 1 5.72 0Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M9.14 22.5v-2.82H7.27a2 2 0 0 1-1.95-2v-2.82l-1.91-.95 1.9-3.81v-.63a7.86 7.86 0 0 1 7.13-8 7.61 7.61 0 0 1 8.14 7.62 10.49 10.49 0 0 1-2.86 7.2v6.21m-4.77-9.55a2.86 2.86 0 1 0 0-5.72m0 5.72a2.86 2.86 0 1 1 0-5.72m0 5.72v.96m0-6.68v-.96m-3.3 1.91.82.48M16.26 12l-.83-.48m.83-3.34-.83.48M9.65 12l.82-.48"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        faitmaison1
                        <code>[[svg_collection:faitmaison1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="faitmaison1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"  d="M2 14.5H9.5M9.5 14.5H21.5V20H9.5V14.5ZM20 4V8.79484M20 8.79484L15.5135 4L8.5 11.5H22.5L20 8.79484Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="faitmaison1 icon-solid"><path class="solid" fill="currentColor" d="M16.0612 3.48757C15.9193 3.33599 15.721 3.24997 15.5134 3.25C15.3058 3.25003 15.1075 3.33611 14.9657 3.48773L7.9522 10.9877C7.74813 11.206 7.69305 11.5245 7.812 11.7986C7.93094 12.0727 8.20122 12.25 8.5 12.25H22.5C22.798 12.25 23.0677 12.0736 23.1871 11.8006C23.3066 11.5276 23.253 11.2098 23.0508 10.991L20.75 8.50135V4C20.75 3.58579 20.4142 3.25 20 3.25C19.5858 3.25 19.25 3.58579 19.25 4V6.89558L16.0612 3.48757ZM15.5137 5.09789L19.4492 9.30387L19.4524 9.30727L20.7857 10.75H10.2282L15.5137 5.09789Z M2 13.75C1.58579 13.75 1.25 14.0858 1.25 14.5C1.25 14.9142 1.58579 15.25 2 15.25H8.75V20C8.75 20.4142 9.08579 20.75 9.5 20.75H21.5C21.9142 20.75 22.25 20.4142 22.25 20V14.5C22.25 14.0858 21.9142 13.75 21.5 13.75H2Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="faitmaison1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M21.5 20V14.5H9.5V20H21.5Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 14.5H9.5M9.5 14.5H21.5V20H9.5V14.5ZM20 4V8.79484M20 8.79484L15.5135 4L8.5 11.5H22.5L20 8.79484Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        fitness1
                        <code>[[svg_collection:fitness1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="fitness1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.70929 5.45929L18.7908 18.5408M9.24483 4.75218L5.00219 8.99482M19.1443 14.6517L14.9017 18.8943M18.7908 12.8839L13.1339 18.5408M11.0126 5.10573L5.35574 10.7626"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="fitness1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M11.5429 4.57542C11.8358 4.86831 11.8358 5.34319 11.5429 5.63608L9.24484 7.93418L15.9624 14.6517L18.2604 12.3536C18.5533 12.0607 19.0282 12.0607 19.3211 12.3536C19.614 12.6465 19.614 13.1214 19.3211 13.4143L18.614 14.1214C18.9069 13.8285 19.3818 13.8285 19.6747 14.1214C19.9676 14.4143 19.9676 14.8891 19.6747 15.182L18.0837 16.773L19.3211 18.0104C19.614 18.3033 19.614 18.7782 19.3211 19.0711C19.0282 19.364 18.5533 19.364 18.2604 19.0711L17.023 17.8337L15.432 19.4247C15.1391 19.7176 14.6643 19.7176 14.3714 19.4247C14.0785 19.1318 14.0785 18.6569 14.3714 18.364L13.6643 19.0711C13.3714 19.364 12.8965 19.364 12.6036 19.0711C12.3107 18.7782 12.3107 18.3033 12.6036 18.0104L14.9017 15.7124L8.18418 8.99484L5.88608 11.2929C5.59319 11.5858 5.11831 11.5858 4.82542 11.2929C4.53253 11 4.53253 10.5252 4.82542 10.2323L5.53253 9.52517C5.23963 9.81806 4.76476 9.81806 4.47187 9.52517C4.17897 9.23227 4.17897 8.7574 4.47187 8.46451L6.06286 6.87352L5.17897 5.98963C4.88608 5.69674 4.88608 5.22187 5.17897 4.92897C5.47187 4.63608 5.94674 4.63608 6.23963 4.92897L7.12352 5.81286L8.71451 4.22187C9.0074 3.92897 9.48227 3.92897 9.77517 4.22187C10.0681 4.51476 10.0681 4.98963 9.77517 5.28253L10.4823 4.57542C10.7752 4.28253 11.25 4.28253 11.5429 4.57542Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="fitness1 icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.70929 5.45929L18.7908 18.5408M9.24483 4.75218L5.00219 8.99482M19.1443 14.6517L14.9017 18.8943M18.7908 12.8839L13.1339 18.5408M11.0126 5.10573L5.35574 10.7626"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        fitness2
                        <code>[[svg_collection:fitness2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="fitness2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 10H15V14H9V10ZM2 9H4V15H2V9ZM20 9H22V15H20V9ZM4 6C4 5.448 4.448 5 5 5H8C8.552 5 9 5.448 9 6V18C9 18.552 8.552 19 8 19H5C4.448 19 4 18.552 4 18V6ZM15 6C15 5.448 15.448 5 16 5H19C19.552 5 20 5.448 20 6V18C20 18.552 19.552 19 19 19H16C15.448 19 15 18.552 15 18V6Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="fitness2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M6 4.25C5.0335 4.25 4.25 5.0335 4.25 6V8.25H2C1.58579 8.25 1.25 8.58579 1.25 9V15C1.25 15.4142 1.58579 15.75 2 15.75H4.25V18C4.25 18.9665 5.0335 19.75 6 19.75H8C8.9665 19.75 9.75 18.9665 9.75 18V14.75H14.25V18C14.25 18.9665 15.0335 19.75 16 19.75H18C18.9665 19.75 19.75 18.9665 19.75 18V15.75H22C22.4142 15.75 22.75 15.4142 22.75 15V9C22.75 8.58579 22.4142 8.25 22 8.25H19.75V6C19.75 5.0335 18.9665 4.25 18 4.25H16C15.0335 4.25 14.25 5.0335 14.25 6V9.25H9.75V6C9.75 5.0335 8.9665 4.25 8 4.25H6ZM14.25 10.75H9.75V13.25H14.25V10.75ZM19.75 9.75V14.25H21.25V9.75H19.75ZM4.25 14.25V9.75H2.75V14.25H4.25Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="fitness2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M4 6C4 5.448 4.448 5 5 5H8C8.552 5 9 5.448 9 6V18C9 18.552 8.552 19 8 19H5C4.448 19 4 18.552 4 18V6ZM15 6C15 5.448 15.448 5 16 5H19C19.552 5 20 5.448 20 6V18C20 18.552 19.552 19 19 19H16C15.448 19 15 18.552 15 18V6Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 10H15V14H9V10ZM2 9H4V15H2V9ZM20 9H22V15H20V9ZM4 6C4 5.448 4.448 5 5 5H8C8.552 5 9 5.448 9 6V18C9 18.552 8.552 19 8 19H5C4.448 19 4 18.552 4 18V6ZM15 6C15 5.448 15.448 5 16 5H19C19.552 5 20 5.448 20 6V18C20 18.552 19.552 19 19 19H16C15.448 19 15 18.552 15 18V6Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        frozen1
                        <code>[[svg_collection:frozen1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="frozen1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"  d="M12.0004 8L15.5004 10M12.0004 8L8.50036 10M12.0004 8V5.5M15.5004 10V14M15.5004 10L17.6654 8.75M15.5004 14L12.0004 16M15.5004 14L17.6654 15.25M12.0004 16L8.50036 14.0508M12.0004 16V18.5M8.50036 14.0508V10M8.50036 14.0508L6.33508 15.3008M8.50036 10L6.33489 8.75M12.0004 5.5V1M12.0004 5.5L8.50036 2.5M12.0004 5.5L15.5004 2.5M17.6654 8.75L21.5625 6.5M17.6654 8.75L22.0135 10.2811M17.6654 8.75L18.5135 4.21891M6.33489 8.75L2.43778 6.5M6.33489 8.75L1.98682 10.2811M6.33489 8.75L5.48682 4.21891M12.0004 18.5V23M12.0004 18.5L8.50036 21.5M12.0004 18.5L15.5004 21.5M17.6654 15.25L21.5625 17.5M17.6654 15.25L18.5135 19.7811M17.6654 15.25L22.0135 13.7189M6.33508 15.3008L2.43797 17.5508M6.33508 15.3008L5.48701 19.8319M6.33508 15.3008L1.98701 13.7697"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="frozen1 icon-solid"><path class="solid" fill="currentColor" d="M12.7637 1C12.7637 0.585786 12.428 0.25 12.0137 0.25C11.5995 0.25 11.2637 0.585786 11.2637 1V3.86933L9.00184 1.93056C8.68734 1.66099 8.21387 1.69741 7.9443 2.01191C7.67473 2.3264 7.71116 2.79988 8.02565 3.06944L11.2637 5.84495V7.56476L8.51564 9.13511L7.02201 8.27292L6.2374 4.08093C6.1612 3.67379 5.76937 3.40551 5.36222 3.48171C4.95508 3.55792 4.6868 3.94975 4.76301 4.35689L5.31108 7.28515L2.82617 5.85048C2.46745 5.64337 2.00875 5.76628 1.80165 6.125C1.59454 6.48372 1.71745 6.94241 2.07617 7.14952L4.56108 8.58419L1.7511 9.57367C1.3604 9.71124 1.1552 10.1395 1.29278 10.5302C1.43036 10.9209 1.85861 11.1261 2.24931 10.9885L6.27205 9.57198L7.76374 10.4331V13.6177L6.27222 14.4788L2.2495 13.0623C1.8588 12.9247 1.43055 13.1299 1.29297 13.5206C1.1554 13.9113 1.36059 14.3395 1.75129 14.4771L4.56127 15.4666L2.07636 16.9013C1.71764 17.1084 1.59473 17.5671 1.80184 17.9258C2.00894 18.2845 2.46764 18.4074 2.82636 18.2003L5.31127 16.7656L4.7632 19.6939C4.68699 20.101 4.95527 20.4929 5.36241 20.5691C5.76956 20.6453 6.16139 20.377 6.23759 19.9698L7.0222 15.7778L8.52039 14.9129L11.2637 16.4408V18.155L8.02565 20.9306C7.71116 21.2001 7.67474 21.6736 7.9443 21.9881C8.21387 22.3026 8.68734 22.339 9.00184 22.0694L11.2637 20.1307V23C11.2637 23.4142 11.5995 23.75 12.0137 23.75C12.428 23.75 12.7637 23.4142 12.7637 23V20.1307L15.0257 22.0694C15.3401 22.339 15.8136 22.3026 16.0832 21.9881C16.3528 21.6736 16.3163 21.2001 16.0018 20.9306L12.7637 18.155V16.4352L15.5118 14.8649L17.0051 15.727L17.7897 19.9191C17.8659 20.3262 18.2577 20.5945 18.6649 20.5183C19.072 20.4421 19.3403 20.0503 19.2641 19.6431L18.716 16.7149L21.2009 18.1495C21.5596 18.3566 22.0183 18.2337 22.2254 17.875C22.4325 17.5163 22.3096 17.0576 21.9509 16.8505L19.466 15.4158L22.276 14.4263C22.6667 14.2888 22.8719 13.8605 22.7343 13.4698C22.5967 13.0791 22.1685 12.8739 21.7778 13.0115L17.7551 14.428L16.2637 13.567V10.433L17.7551 9.57199L21.7778 10.9885C22.1685 11.1261 22.5967 10.9209 22.7343 10.5302C22.8719 10.1395 22.6667 9.71124 22.276 9.57367L19.466 8.58419L21.9509 7.14952C22.3096 6.94241 22.4325 6.48372 22.2254 6.125C22.0183 5.76628 21.5596 5.64337 21.2009 5.85048L18.716 7.28515L19.2641 4.35689C19.3403 3.94975 19.072 3.55792 18.6649 3.48171C18.2577 3.40551 17.8659 3.67379 17.7897 4.08093L17.0051 8.27296L15.5118 9.13509L12.7637 7.56476V5.84495L16.0018 3.06944C16.3163 2.79988 16.3528 2.3264 16.0832 2.01191C15.8136 1.69741 15.3401 1.66099 15.0257 1.93056L12.7637 3.86933V1Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="frozen1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M12.0005 8L15.5005 10V14L12.0005 16L8.50049 14.0508V10L12.0005 8Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.0004 8L15.5004 10M12.0004 8L8.50036 10M12.0004 8V5.5M15.5004 10V14M15.5004 10L17.6654 8.75M15.5004 14L12.0004 16M15.5004 14L17.6654 15.25M12.0004 16L8.50036 14.0508M12.0004 16V18.5M8.50036 14.0508V10M8.50036 14.0508L6.33508 15.3008M8.50036 10L6.33489 8.75M12.0004 5.5V1M12.0004 5.5L8.50036 2.5M12.0004 5.5L15.5004 2.5M17.6654 8.75L21.5625 6.5M17.6654 8.75L22.0135 10.2811M17.6654 8.75L18.5135 4.21891M6.33489 8.75L2.43778 6.5M6.33489 8.75L1.98682 10.2811M6.33489 8.75L5.48682 4.21891M12.0004 18.5V23M12.0004 18.5L8.50036 21.5M12.0004 18.5L15.5004 21.5M17.6654 15.25L21.5625 17.5M17.6654 15.25L18.5135 19.7811M17.6654 15.25L22.0135 13.7189M6.33508 15.3008L2.43797 17.5508M6.33508 15.3008L5.48701 19.8319M6.33508 15.3008L1.98701 13.7697"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        frozen2
                        <code>[[svg_collection:frozen2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="frozen2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"  d="M3.00002 4H21M3.00002 4C2.33593 9.31266 2.33593 14.6873 3.00002 20M3.00002 4L3.00002 1H21V4M21 4C21.6641 9.31266 21.6641 14.6873 21 20M21 20H3.00002M21 20V23H3.00002L3.00002 20M10.5001 7L12.0001 7.5M12.0001 7.5L13.5001 7M12.0001 7.5V11.9999M12.0001 16.5L10.5001 17M12.0001 16.5L13.5001 17M12.0001 16.5V11.9999M12.0001 11.9999L8.10293 9.75M12.0001 11.9999L15.8972 14.25M12.0001 11.9999L8.10298 14.2499M12.0001 11.9999L15.8972 9.74992M6.91992 10.799L8.10293 9.75M8.10293 9.75L8.41992 8.20096M15.8972 14.25L15.5802 15.799M15.8972 14.25L17.0802 13.201M8.41997 15.799L8.10298 14.2499M8.10298 14.2499L6.91997 13.2009M15.8972 9.74992L17.0802 10.799M15.8972 9.74992L15.5802 8.20088"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="frozen2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M2.25 1C2.25 0.585786 2.58579 0.25 3 0.25H21C21.4142 0.25 21.75 0.585786 21.75 1V3.95331C22.4141 9.29722 22.4141 14.7028 21.75 20.0467V23C21.75 23.4142 21.4142 23.75 21 23.75H3C2.58579 23.75 2.25 23.4142 2.25 23L2.25 20.0464C1.58594 14.7027 1.58594 9.2973 2.25 3.95356L2.25 1ZM20.25 1.75V3.25H3.75V1.75H20.25ZM3.75 20.75V22.25H20.25V20.75H3.75ZM10.7373 6.28851C10.3443 6.15752 9.91957 6.36989 9.78859 6.76285C9.6576 7.15581 9.86997 7.58055 10.2629 7.71153L11.2501 8.04059V10.7009L8.94609 9.37077L9.1547 8.35134C9.23775 7.94554 8.97609 7.54925 8.57029 7.46621C8.16449 7.38317 7.7682 7.64482 7.68516 8.05062L7.41829 9.35474L6.42233 10.2379C6.11241 10.5127 6.08396 10.9867 6.35878 11.2967C6.6336 11.6066 7.10762 11.635 7.41753 11.3602L8.1961 10.6698L10.5001 12L8.19614 13.3301L7.41758 12.6397C7.10767 12.3649 6.63365 12.3934 6.35883 12.7033C6.08401 13.0132 6.11246 13.4872 6.42238 13.7621L7.41834 14.6452L7.68521 15.9493C7.76825 16.3551 8.16454 16.6168 8.57034 16.5337C8.97614 16.4507 9.2378 16.0544 9.15475 15.6486L8.94614 14.6292L11.2501 13.299V15.9595L10.2629 16.2885C9.86997 16.4195 9.6576 16.8442 9.78859 17.2372C9.91957 17.6301 10.3443 17.8425 10.7373 17.7115L12.0001 17.2906L13.2629 17.7115C13.6559 17.8425 14.0806 17.6301 14.2116 17.2372C14.3426 16.8442 14.1302 16.4195 13.7373 16.2885L12.7501 15.9595V13.299L15.054 14.6292L14.8454 15.6487C14.7624 16.0545 15.024 16.4508 15.4298 16.5338C15.8356 16.6169 16.2319 16.3552 16.315 15.9494L16.5818 14.6453L17.5778 13.7621C17.8877 13.4873 17.9162 13.0133 17.6413 12.7034C17.3665 12.3935 16.8925 12.365 16.5826 12.6398L15.804 13.3302L13.5001 12L15.8041 10.6697L16.5826 11.3601C16.8925 11.6349 17.3666 11.6065 17.6414 11.2966C17.9162 10.9867 17.8878 10.5126 17.5778 10.2378L16.5819 9.35465L16.315 8.05054C16.232 7.64474 15.8357 7.38308 15.4299 7.46613C15.0241 7.54917 14.7624 7.94546 14.8455 8.35126L15.0541 9.3707L12.7501 10.7009V8.04059L13.7373 7.71153C14.1302 7.58055 14.3426 7.15581 14.2116 6.76285C14.0806 6.36989 13.6559 6.15752 13.2629 6.28851L12.0001 6.70945L10.7373 6.28851Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="frozen2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M3.00002 4H21C21.6641 9.31266 21.6641 14.6873 21 20H3.00002C2.33593 14.6873 2.33593 9.31266 3.00002 4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.00002 4H21M3.00002 4C2.33593 9.31266 2.33593 14.6873 3.00002 20M3.00002 4L3.00002 1H21V4M21 4C21.6641 9.31266 21.6641 14.6873 21 20M21 20H3.00002M21 20V23H3.00002L3.00002 20M10.5001 7L12.0001 7.5M12.0001 7.5L13.5001 7M12.0001 7.5V11.9999M12.0001 16.5L10.5001 17M12.0001 16.5L13.5001 17M12.0001 16.5V11.9999M12.0001 11.9999L8.10293 9.75M12.0001 11.9999L15.8972 14.25M12.0001 11.9999L8.10298 14.2499M12.0001 11.9999L15.8972 9.74992M6.91992 10.799L8.10293 9.75M8.10293 9.75L8.41992 8.20096M15.8972 14.25L15.5802 15.799M15.8972 14.25L17.0802 13.201M8.41997 15.799L8.10298 14.2499M8.10298 14.2499L6.91997 13.2009M15.8972 9.74992L17.0802 10.799M15.8972 9.74992L15.5802 8.20088"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        garanty1
                        <code>[[svg_collection:garanty1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="garanty1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8.6 10.542 3 3 4-4m-7.075-5.41L6.47 3.744a1 1 0 0 0-1.177.856l-.266 2.073a1 1 0 0 1-.564.777l-1.89.894a1 1 0 0 0-.45 1.384l1.003 1.834a1 1 0 0 1 0 .96l-1.003 1.835a1 1 0 0 0 .45 1.384l1.89.894a1 1 0 0 1 .564.776l.266 2.074a1 1 0 0 0 1.177.855l2.055-.387a1 1 0 0 1 .913.297l1.434 1.52a1 1 0 0 0 1.456 0l1.434-1.52a1 1 0 0 1 .913-.297l2.055.387a1 1 0 0 0 1.177-.855l.266-2.074a1 1 0 0 1 .564-.776l1.89-.894a1 1 0 0 0 .45-1.384l-1.003-1.835a1 1 0 0 1 0-.96l1.003-1.834a1 1 0 0 0-.45-1.384l-1.89-.894a1 1 0 0 1-.564-.777L17.907 4.6a1 1 0 0 0-1.177-.856l-2.055.388a1 1 0 0 1-.913-.297l-1.434-1.521a1 1 0 0 0-1.455 0L9.438 3.835a1 1 0 0 1-.913.297Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="garanty1 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="m12.328 2.314 1.434 1.521a1 1 0 0 0 .913.297l2.055-.388a1 1 0 0 1 1.177.856l.266 2.073a1 1 0 0 0 .564.777l1.89.894a1 1 0 0 1 .45 1.384l-1.003 1.834a1 1 0 0 0 0 .96l1.003 1.835a1 1 0 0 1-.45 1.384l-1.89.894a1 1 0 0 0-.564.776l-.266 2.074a1 1 0 0 1-1.177.855l-2.055-.387a1 1 0 0 0-.913.297l-1.434 1.52a1 1 0 0 1-1.455 0l-1.435-1.52a1 1 0 0 0-.913-.297l-2.055.387a1 1 0 0 1-1.177-.855l-.266-2.074a1 1 0 0 0-.564-.776l-1.89-.894a1 1 0 0 1-.45-1.384l1.003-1.835a1 1 0 0 0 0-.96L2.123 9.728a1 1 0 0 1 .45-1.384l1.89-.894a1 1 0 0 0 .564-.777L5.293 4.6a1 1 0 0 1 1.177-.856l2.055.388a1 1 0 0 0 .913-.297l1.434-1.521a1 1 0 0 1 1.456 0Zm3.802 7.759a.75.75 0 0 0-1.06-1.061l-3.47 3.47-2.47-2.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l4-4Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="garanty1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m13.762 3.835-1.434-1.521a1 1 0 0 0-1.455 0L9.438 3.835a1 1 0 0 1-.913.297L6.47 3.744a1 1 0 0 0-1.177.856l-.266 2.073a1 1 0 0 1-.564.777l-1.89.894a1 1 0 0 0-.45 1.384l1.003 1.834a1 1 0 0 1 0 .96l-1.003 1.835a1 1 0 0 0 .45 1.384l1.89.894a1 1 0 0 1 .564.776l.266 2.074a1 1 0 0 0 1.177.855l2.055-.387a1 1 0 0 1 .913.297l1.434 1.52a1 1 0 0 0 1.456 0l1.434-1.52a1 1 0 0 1 .913-.297l2.055.387a1 1 0 0 0 1.177-.855l.266-2.074a1 1 0 0 1 .564-.776l1.89-.894a1 1 0 0 0 .45-1.384l-1.003-1.835a1 1 0 0 1 0-.96l1.003-1.834a1 1 0 0 0-.45-1.384l-1.89-.894a1 1 0 0 1-.564-.777L17.907 4.6a1 1 0 0 0-1.177-.856l-2.055.388a1 1 0 0 1-.913-.297Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8.6 10.542 3 3 4-4m-7.075-5.41L6.47 3.744a1 1 0 0 0-1.177.856l-.266 2.073a1 1 0 0 1-.564.777l-1.89.894a1 1 0 0 0-.45 1.384l1.003 1.834a1 1 0 0 1 0 .96l-1.003 1.835a1 1 0 0 0 .45 1.384l1.89.894a1 1 0 0 1 .564.776l.266 2.074a1 1 0 0 0 1.177.855l2.055-.387a1 1 0 0 1 .913.297l1.434 1.52a1 1 0 0 0 1.456 0l1.434-1.52a1 1 0 0 1 .913-.297l2.055.387a1 1 0 0 0 1.177-.855l.266-2.074a1 1 0 0 1 .564-.776l1.89-.894a1 1 0 0 0 .45-1.384l-1.003-1.835a1 1 0 0 1 0-.96l1.003-1.834a1 1 0 0 0-.45-1.384l-1.89-.894a1 1 0 0 1-.564-.777L17.907 4.6a1 1 0 0 0-1.177-.856l-2.055.388a1 1 0 0 1-.913-.297l-1.434-1.521a1 1 0 0 0-1.455 0L9.438 3.835a1 1 0 0 1-.913.297Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        garanty2
                        <code>[[svg_collection:garanty2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="garanty2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9 11 3 3 4-4m-4-7c-1.329.79-4.96 2.463-8.858 2.842C2.552 9.632 3.496 17.968 12 21c8.504-3.032 9.449-11.368 8.858-15.158C16.961 5.463 13.328 3.79 12 3Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="garanty2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M12 3c-1.329.79-4.96 2.463-8.858 2.842C2.552 9.632 3.496 17.968 12 21c8.504-3.032 9.449-11.368 8.858-15.158C16.961 5.463 13.328 3.79 12 3Zm4.53 7.53a.75.75 0 1 0-1.06-1.06L12 12.94l-2.47-2.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l4-4Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="garanty2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M3.142 5.842C7.039 5.463 10.672 3.79 12 3c1.329.79 4.96 2.463 8.858 2.842.59 3.79-.354 12.126-8.858 15.158C3.496 17.968 2.551 9.632 3.142 5.842Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9 11 3 3 4-4m-4-7c-1.329.79-4.96 2.463-8.858 2.842C2.552 9.632 3.496 17.968 12 21c8.504-3.032 9.449-11.368 8.858-15.158C16.961 5.463 13.328 3.79 12 3Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        handicap1
                        <code>[[svg_collection:handicap1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="handicap1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 21V16H13.6828M13.6828 16H12.7071C12.2544 16 11.8201 15.8201 11.5 15.5C11.1799 15.1799 11 14.7456 11 14.2929V9.11803C11 8.73926 11.214 8.393 11.5528 8.22361L12 8C12.3359 8.53738 12.9208 9.29133 13.6828 10C13.7854 10.0954 13.8912 10.19 14 10.2831M13.6828 16L14 10.2831M14 10.2831C15.0885 11.2146 16.4804 12 18 12M13.6821 18.5653C13.0729 19.9965 11.6536 21 10 21C7.79086 21 6 19.2091 6 17C6 15.2509 7.12261 13.764 8.68661 13.2206M13 4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="handicap1 icon-solid"><path class="solid" fill="currentColor" d="M12 2.25C11.034 2.25 10.25 3.034 10.25 4 10.25 4.967 11.034 5.75 12 5.75 12.967 5.75 13.75 4.967 13.75 4 13.75 3.034 12.967 2.25 12 2.25ZM12.636 7.603C12.431 7.275 12.01 7.156 11.665 7.329L11.217 7.553C10.625 7.849 10.25 8.455 10.25 9.118V14.293C10.25 14.945 10.509 15.57 10.97 16.03 11.431 16.491 12.055 16.75 12.707 16.75H17.25V21C17.25 21.414 17.586 21.75 18 21.75 18.414 21.75 18.75 21.414 18.75 21V16C18.75 15.586 18.414 15.25 18 15.25H14.476L14.672 11.709C15.634 12.309 16.765 12.75 18 12.75 18.414 12.75 18.75 12.414 18.75 12 18.75 11.586 18.414 11.25 18 11.25 16.736 11.25 15.513 10.59 14.488 9.713 14.387 9.627 14.289 9.539 14.194 9.451 13.481 8.788 12.938 8.085 12.636 7.603Z M8.93278 13.929C9.32405 13.7931 9.53102 13.3657 9.39506 12.9744C9.25911 12.5831 8.83171 12.3762 8.44045 12.5121C6.58416 13.1571 5.25 14.9218 5.25 17C5.25 19.6233 7.37665 21.75 10 21.75C11.9649 21.75 13.6494 20.5571 14.3722 18.8591C14.5344 18.4779 14.357 18.0375 13.9759 17.8752C13.5947 17.713 13.1543 17.8904 12.992 18.2716C12.4964 19.4359 11.3424 20.25 10 20.25C8.20507 20.25 6.75 18.7949 6.75 17C6.75 15.58 7.66107 14.3709 8.93278 13.929Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="handicap1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M13 4C13 4.552 12.552 5 12 5 11.448 5 11 4.552 11 4 11 3.448 11.448 3 12 3 12.552 3 13 3.448 13 4ZM11.553 8.224 12 8C12.336 8.537 12.921 9.291 13.683 10 13.785 10.095 13.891 10.19 14 10.283L13.683 16H12.707C12.254 16 11.82 15.82 11.5 15.5 11.18 15.18 11 14.746 11 14.293V9.118C11 8.739 11.214 8.393 11.553 8.224Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 21V16H13.6828M13.6828 16H12.7071C12.2544 16 11.8201 15.8201 11.5 15.5C11.1799 15.1799 11 14.7456 11 14.2929V9.11803C11 8.73926 11.214 8.393 11.5528 8.22361L12 8C12.3359 8.53738 12.9208 9.29133 13.6828 10C13.7854 10.0954 13.8912 10.19 14 10.2831M13.6828 16L14 10.2831M14 10.2831C15.0885 11.2146 16.4804 12 18 12M13.6821 18.5653C13.0729 19.9965 11.6536 21 10 21C7.79086 21 6 19.2091 6 17C6 15.2509 7.12261 13.764 8.68661 13.2206M13 4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        handicap2
                        <code>[[svg_collection:handicap2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="handicap2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 13.5V10.5L8.5 8.625M8.5 8.625L9.28462 8.03653C9.73983 7.69513 10.3189 7.56378 10.8769 7.67537L12.5 8M8.5 8.625L9 16M9 16V19.5L6 22.5M9 16L11.5 15.5M11.5 15.5L13 17.5V22.5M11.5 15.5L12.5 8M12.5 8L15 12L16 12.25M16 12.25L17 12.5M16 12.25L21.5 23M13 4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="handicap2 icon-solid"><path class="solid" fill="currentColor" d="M12 2.25C11.034 2.25 10.25 3.034 10.25 4 10.25 4.967 11.034 5.75 12 5.75 12.967 5.75 13.75 4.967 13.75 4 13.75 3.034 12.967 2.25 12 2.25ZM14.364 12.398 12.968 10.164 12.284 15.295 13.6 17.05C13.697 17.18 13.75 17.338 13.75 17.5V22.5C13.75 22.914 13.414 23.25 13 23.25 12.586 23.25 12.25 22.914 12.25 22.5V17.75L11.184 16.328 9.75 16.615V19.5C9.75 19.699 9.671 19.89 9.53 20.03L6.53 23.03C6.237 23.323 5.763 23.323 5.47 23.03 5.177 22.737 5.177 22.263 5.47 21.97L8.25 19.189V16.025L7.845 10.054 6.75 10.875V13.5C6.75 13.914 6.414 14.25 6 14.25 5.586 14.25 5.25 13.914 5.25 13.5V10.5C5.25 10.264 5.361 10.042 5.55 9.9L8.835 7.437C9.461 6.967 10.257 6.787 11.024 6.94L12.647 7.265C12.85 7.305 13.027 7.427 13.136 7.603L15.476 11.346 17.182 11.772C17.584 11.873 17.828 12.28 17.728 12.682 17.671 12.91 17.515 13.087 17.318 13.179L22.168 22.658C22.356 23.027 22.21 23.479 21.842 23.668 21.473 23.856 21.021 23.71 20.832 23.342L15.488 12.895 14.818 12.728C14.63 12.681 14.467 12.562 14.364 12.398Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="handicap2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M13 4C13 4.552 12.552 5 12 5 11.448 5 11 4.552 11 4 11 3.448 11.448 3 12 3 12.552 3 13 3.448 13 4ZM8.5 8.625 9.285 8.037C9.74 7.695 10.319 7.564 10.877 7.675L12.5 8 11.5 15.5 9 16 8.5 8.625Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 13.5V10.5L8.5 8.625M8.5 8.625L9.28462 8.03653C9.73983 7.69513 10.3189 7.56378 10.8769 7.67537L12.5 8M8.5 8.625L9 16M9 16V19.5L6 22.5M9 16L11.5 15.5M11.5 15.5L13 17.5V22.5M11.5 15.5L12.5 8M12.5 8L15 12L16 12.25M16 12.25L17 12.5M16 12.25L21.5 23M13 4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        highcontrast
                        <code>[[svg_collection:highcontrast]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="highcontrast icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 8.02944 7.02944 4 12 4C16.9706 4 21 8.02944 21 13Z M18 13.1174C18 16.4311 15.3137 19.1174 12 19.1174C11.9999 16.6174 11.9999 8.11743 12 7.11743C15.3137 7.11743 18 9.80372 18 13.1174Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="highcontrast icon-solid"><path class="solid" fill="currentcolor" d="M11.75 6.11743C11.3358 6.11743 11 6.45318 11 6.86738V18.8674C11 19.2817 11.3358 19.6174 11.75 19.6174C15.4779 19.6174 18.5 16.5954 18.5 12.8674C18.5 9.13951 15.4779 6.11743 11.75 6.11743Z M2 12.75C2 7.36522 6.36522 3 11.75 3C17.1348 3 21.5 7.36522 21.5 12.75C21.5 18.1348 17.1348 22.5 11.75 22.5C6.36522 22.5 2 18.1348 2 12.75ZM11.75 4.5C7.19365 4.5 3.5 8.19365 3.5 12.75C3.5 17.3063 7.19365 21 11.75 21C16.3063 21 20 17.3063 20 12.75C20 8.19365 16.3063 4.5 11.75 4.5Z" /></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="highcontrast icon-duotone"><path class="alpha" fill="currentcolor" fill-rule="evenodd" clip-rule="evenodd" d="M12 22C16.9706 22 21 17.9706 21 13C21 8.02944 16.9706 4 12 4C7.02944 4 3 8.02944 3 13C3 17.9706 7.02944 22 12 22ZM12 19.1174C15.3137 19.1174 18 16.4311 18 13.1174C18 9.80372 15.3137 7.11743 12 7.11743V19.1174Z" fill-opacity="0.2"/><path class="outline" d="M12 19.1174C15.3137 19.1174 18 16.4311 18 13.1174C18 9.80372 15.3137 7.11743 12 7.11743M12 19.1174C12 16.6174 12 8.11743 12 7.11743M12 19.1174V7.11743M21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 8.02944 7.02944 4 12 4C16.9706 4 21 8.02944 21 13Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        houseplug1
                        <code>[[svg_collection:houseplug1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug1 icon-outline"><path class="outline" d="M10 12.9995V9.96348M14 12.9995V9.96348M12 21.9995C12 21.2184 12 17.9995 12 17.9995M15 12.9995C15.2652 12.9995 15.5196 13.1048 15.7071 13.2924C15.8946 13.4799 16 13.7343 16 13.9995V15.9995C16 16.5299 15.7893 17.0386 15.4142 17.4137C15.0391 17.7888 14.5304 17.9995 14 17.9995H10C9.46957 17.9995 8.96086 17.7888 8.58579 17.4137C8.21071 17.0386 8 16.5299 8 15.9995V13.9995C8 13.7343 8.10536 13.4799 8.29289 13.2924C8.48043 13.1048 8.73478 12.9995 9 12.9995H15ZM19 21.9995H5C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>

                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug1 icon-solid"><path class="solid" fill="currentColor" d="M10.2249 2.89966C10.7212 2.48016 11.3501 2.25 12 2.25C12.6499 2.25 13.2788 2.48016 13.7751 2.89966L13.7791 2.90298L20.7751 8.89866L20.7773 8.90046C21.0818 9.15837 21.3266 9.47949 21.4945 9.84152C21.6629 10.2043 21.7501 10.5995 21.75 10.9995V19.9995C21.75 20.7288 21.4603 21.4283 20.9445 21.944C20.4288 22.4597 19.7293 22.7495 19 22.7495H13.25C12.9739 22.7495 12.75 22.5256 12.75 22.2495V18.7494H14C14.7293 18.7494 15.4288 18.4596 15.9445 17.9439C16.4603 17.4282 16.75 16.7287 16.75 15.9994V13.9994C16.75 13.5352 16.5656 13.0901 16.2374 12.7619C15.9092 12.4338 15.4641 12.2494 15 12.2494H14.75V9.96338C14.75 9.54917 14.4142 9.21338 14 9.21338C13.5858 9.21338 13.25 9.54917 13.25 9.96338V12.2494H10.75V9.96338C10.75 9.54917 10.4142 9.21338 10 9.21338C9.58579 9.21338 9.25 9.54917 9.25 9.96338V12.2494H9C8.53587 12.2494 8.09075 12.4338 7.76256 12.7619C7.43437 13.0901 7.25 13.5352 7.25 13.9994V15.9994C7.25 16.7287 7.53973 17.4282 8.05546 17.9439C8.57118 18.4596 9.27065 18.7494 10 18.7494H11.25V22.2495C11.25 22.5256 11.0261 22.7495 10.75 22.7495H5C4.27065 22.7495 3.57118 22.4597 3.05546 21.944C2.53973 21.4283 2.25 20.7288 2.25 19.9995V10.9997C2.24993 10.5997 2.33711 10.2043 2.50546 9.84152C2.67344 9.4795 2.91819 9.1584 3.22271 8.90049L10.2249 2.89966Z M8.82322 13.8226C8.87011 13.7757 8.9337 13.7494 9 13.7494H15C15.0663 13.7494 15.1299 13.7757 15.1768 13.8226C15.2237 13.8695 15.25 13.9331 15.25 13.9994V15.9994C15.25 16.3309 15.1183 16.6488 14.8839 16.8833C14.6495 17.1177 14.3315 17.2494 14 17.2494H10C9.66848 17.2494 9.35054 17.1177 9.11612 16.8833C8.8817 16.6488 8.75 16.3309 8.75 15.9994V13.9994C8.75 13.9331 8.77634 13.8695 8.82322 13.8226Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug1 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M5 21.9995C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995H5ZM15.7071 13.2924C15.5196 13.1048 15.2652 12.9995 15 12.9995H9C8.73478 12.9995 8.48043 13.1048 8.29289 13.2924C8.10536 13.4799 8 13.7343 8 13.9995V15.9995C8 16.5299 8.21071 17.0386 8.58579 17.4137C8.96086 17.7888 9.46957 17.9995 10 17.9995H14C14.5304 17.9995 15.0391 17.7888 15.4142 17.4137C15.7893 17.0386 16 16.5299 16 15.9995V13.9995C16 13.7343 15.8946 13.4799 15.7071 13.2924Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M10 12.9995V9.96348M14 12.9995V9.96348M12 21.9995C12 21.2184 12 17.9995 12 17.9995M15 12.9995C15.2652 12.9995 15.5196 13.1048 15.7071 13.2924C15.8946 13.4799 16 13.7343 16 13.9995V15.9995C16 16.5299 15.7893 17.0386 15.4142 17.4137C15.0391 17.7888 14.5304 17.9995 14 17.9995H10C9.46957 17.9995 8.96086 17.7888 8.58579 17.4137C8.21071 17.0386 8 16.5299 8 15.9995V13.9995C8 13.7343 8.10536 13.4799 8.29289 13.2924C8.48043 13.1048 8.73478 12.9995 9 12.9995H15ZM19 21.9995H5C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        houseplug2
                        <code>[[svg_collection:houseplug2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug2 icon-outline"><path class="outline" d="M12 10V12.5M9.83518 11.7496C9.02204 12.3905 8.5 13.3843 8.5 14.5C8.5 16.433 10.067 18 12 18C13.933 18 15.5 16.433 15.5 14.5C15.5 13.3843 14.978 12.3905 14.1648 11.7496M5 21.9995C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995H5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M10.2249 2.89966C10.7212 2.48016 11.3501 2.25 12 2.25C12.6499 2.25 13.2788 2.48016 13.7751 2.89966L13.7791 2.90298L20.7751 8.89866L20.7773 8.90046C21.0818 9.15837 21.3266 9.47949 21.4945 9.84152C21.6629 10.2043 21.7501 10.5995 21.75 10.9995V19.9995C21.75 20.7288 21.4603 21.4283 20.9445 21.944C20.4288 22.4597 19.7293 22.7495 19 22.7495H5C4.27065 22.7495 3.57118 22.4597 3.05546 21.944C2.53973 21.4283 2.25 20.7288 2.25 19.9995V10.9997C2.24993 10.5997 2.33711 10.2043 2.50546 9.84152C2.67344 9.4795 2.91819 9.1584 3.22271 8.90049L10.2249 2.89966ZM12.75 10C12.75 9.58579 12.4142 9.25 12 9.25C11.5858 9.25 11.25 9.58579 11.25 10V12.5C11.25 12.9142 11.5858 13.25 12 13.25C12.4142 13.25 12.75 12.9142 12.75 12.5V10ZM10.2994 12.3387C10.6248 12.0822 10.6806 11.6107 10.4242 11.2854C10.1678 10.96 9.69623 10.9042 9.37091 11.1606C8.38511 11.9376 7.75 13.1448 7.75 14.5C7.75 16.8472 9.65279 18.75 12 18.75C14.3472 18.75 16.25 16.8472 16.25 14.5C16.25 13.1448 15.6149 11.9376 14.6291 11.1606C14.3038 10.9042 13.8322 10.96 13.5758 11.2854C13.3194 11.6107 13.3752 12.0822 13.7006 12.3387C14.341 12.8435 14.75 13.6238 14.75 14.5C14.75 16.0188 13.5188 17.25 12 17.25C10.4812 17.25 9.25 16.0188 9.25 14.5C9.25 13.6238 9.65897 12.8435 10.2994 12.3387Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug2 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M5 21.9995C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995H5ZM7.75 14.5C7.75 12.1528 9.65279 10.25 12 10.25C14.3472 10.25 16.25 12.1528 16.25 14.5C16.25 16.8472 14.3472 18.75 12 18.75C9.65279 18.75 7.75 16.8472 7.75 14.5Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M12 10V12.5M9.83518 11.7496C9.02204 12.3905 8.5 13.3843 8.5 14.5C8.5 16.433 10.067 18 12 18C13.933 18 15.5 16.433 15.5 14.5C15.5 13.3843 14.978 12.3905 14.1648 11.7496M5 21.9995C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995H5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        houseplug3
                        <code>[[svg_collection:houseplug3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug3 icon-outline"><path class="outline" d="M12 17.9996H12.006M7.80012 13.7151C8.92166 12.6158 10.4295 12 12 12C13.5705 12 15.0783 12.6158 16.1999 13.7151M9.90006 15.857C10.4608 15.3074 11.2148 14.9995 12 14.9995C12.7852 14.9995 13.5392 15.3074 14.0999 15.857M5 21.9995C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995H5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug3 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M10.2249 2.89966C10.7212 2.48016 11.3501 2.25 12 2.25C12.6499 2.25 13.2788 2.48016 13.7751 2.89966L13.7791 2.90298L20.7751 8.89866L20.7773 8.90046C21.0818 9.15837 21.3266 9.47949 21.4945 9.84152C21.6629 10.2043 21.7501 10.5995 21.75 10.9995V19.9995C21.75 20.7288 21.4603 21.4283 20.9445 21.944C20.4288 22.4597 19.7293 22.7495 19 22.7495H5C4.27065 22.7495 3.57118 22.4597 3.05546 21.944C2.53973 21.4283 2.25 20.7288 2.25 19.9995V10.9997C2.24993 10.5997 2.33711 10.2043 2.50546 9.84152C2.67344 9.4795 2.91819 9.1584 3.22271 8.90049L10.2249 2.89966ZM8.32529 14.2507C9.30664 13.2888 10.626 12.75 12.0002 12.75C13.3743 12.75 14.6937 13.2888 15.6751 14.2507C15.9709 14.5407 16.4457 14.5359 16.7357 14.2401C17.0256 13.9443 17.0209 13.4694 16.7251 13.1795C15.4633 11.9427 13.767 11.25 12.0002 11.25C10.2334 11.25 8.53703 11.9427 7.27529 13.1795C6.97949 13.4694 6.97474 13.9443 7.26469 14.2401C7.55464 14.5359 8.02949 14.5407 8.32529 14.2507ZM10.4252 16.3926C10.8458 15.9804 11.4113 15.7495 12.0002 15.7495C12.5891 15.7495 13.1545 15.9804 13.5751 16.3926C13.8709 16.6826 14.3458 16.6778 14.6357 16.382C14.9257 16.0862 14.9209 15.6114 14.6251 15.3214C13.9241 14.6343 12.9817 14.2495 12.0002 14.2495C11.0186 14.2495 10.0762 14.6343 9.37523 15.3214C9.07943 15.6114 9.07468 16.0862 9.36463 16.382C9.65458 16.6778 10.1294 16.6826 10.4252 16.3926ZM12.0002 17.2496C11.586 17.2496 11.2502 17.5854 11.2502 17.9996C11.2502 18.4138 11.586 18.7496 12.0002 18.7496H12.0062C12.4204 18.7496 12.7562 18.4138 12.7562 17.9996C12.7562 17.5854 12.4204 17.2496 12.0062 17.2496H12.0002Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug3 icon-duotone"><path class="alpha" d="M3.58579 21.4137C3.96086 21.7888 4.46957 21.9995 5 21.9995H19C19.5304 21.9995 20.0391 21.7888 20.4142 21.4137C20.7893 21.0386 21 20.5299 21 19.9995V10.9995C21.0001 10.7085 20.9367 10.4211 20.8142 10.1572C20.6918 9.89329 20.5132 9.65928 20.291 9.47148L13.291 3.47248C12.93 3.16739 12.4726 3 12 3C11.5274 3 11.07 3.16739 10.709 3.47248L3.709 9.47148C3.4868 9.65928 3.30824 9.89329 3.18579 10.1572C3.06333 10.4211 2.99993 10.7085 3 10.9995V19.9995C3 20.5299 3.21071 21.0386 3.58579 21.4137Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M12 17.9996H12.006M7.80012 13.7151C8.92166 12.6158 10.4295 12 12 12C13.5705 12 15.0783 12.6158 16.1999 13.7151M9.90006 15.857C10.4608 15.3074 11.2148 14.9995 12 14.9995C12.7852 14.9995 13.5392 15.3074 14.0999 15.857M5 21.9995C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995H5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        houseplug4
                        <code>[[svg_collection:houseplug4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug4 icon-outline"><path class="outline" d="M14 13V11C14 10.4695 13.7893 9.96083 13.4142 9.58575C13.0391 9.21068 12.5304 8.99997 12 8.99997C11.4696 8.99997 10.9609 9.21068 10.5858 9.58575C10.2107 9.96083 10 10.4695 10 11V13M14 13H15C15.5523 13 16 13.4477 16 14V17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17V14C8 13.4477 8.44772 13 9 13H10M14 13H10M5 21.9995C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995H5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug4 icon-solid"><path class="solid" fill="currentColor" d="M8.75 14C8.75 13.8619 8.86193 13.75 9 13.75H15C15.1381 13.75 15.25 13.8619 15.25 14V17C15.25 17.1381 15.1381 17.25 15 17.25H9C8.86193 17.25 8.75 17.1381 8.75 17V14Z M10.75 11V12.25H13.25V11C13.25 10.6685 13.1183 10.3505 12.8839 10.1161C12.6495 9.8817 12.3315 9.75 12 9.75C11.6685 9.75 11.3505 9.8817 11.1161 10.1161C10.8817 10.3505 10.75 10.6685 10.75 11Z M10.2249 2.89966C10.7212 2.48016 11.3501 2.25 12 2.25C12.6499 2.25 13.2788 2.48016 13.7751 2.89966L13.7791 2.90298L20.7751 8.89866L20.7773 8.90046C21.0818 9.15837 21.3266 9.47949 21.4945 9.84152C21.6629 10.2043 21.7501 10.5995 21.75 10.9995V19.9995C21.75 20.7288 21.4603 21.4283 20.9445 21.944C20.4288 22.4597 19.7293 22.7495 19 22.7495H5C4.27065 22.7495 3.57118 22.4597 3.05546 21.944C2.53973 21.4283 2.25 20.7288 2.25 19.9995V10.9997C2.24993 10.5997 2.33711 10.2043 2.50546 9.84152C2.67344 9.4795 2.91819 9.1584 3.22271 8.90049L10.2249 2.89966ZM12 8.25C11.2707 8.25 10.5712 8.53973 10.0555 9.05546C9.53973 9.57118 9.25 10.2707 9.25 11V12.25H9C8.0335 12.25 7.25 13.0335 7.25 14V17C7.25 17.9665 8.0335 18.75 9 18.75H15C15.9665 18.75 16.75 17.9665 16.75 17V14C16.75 13.0335 15.9665 12.25 15 12.25H14.75V11C14.75 10.2707 14.4603 9.57118 13.9445 9.05546C13.4288 8.53973 12.7293 8.25 12 8.25Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="houseplug4 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M5 21.9995C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995H5ZM14 11V13H15C15.5523 13 16 13.4477 16 14V17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17V14C8 13.4477 8.44772 13 9 13H10V11C10 10.4695 10.2107 9.96083 10.5858 9.58575C10.9609 9.21068 11.4696 8.99997 12 8.99997C12.5304 8.99997 13.0391 9.21068 13.4142 9.58575C13.7893 9.96083 14 10.4695 14 11Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M14 13V11C14 10.4695 13.7893 9.96083 13.4142 9.58575C13.0391 9.21068 12.5304 8.99997 12 8.99997C11.4696 8.99997 10.9609 9.21068 10.5858 9.58575C10.2107 9.96083 10 10.4695 10 11V13M9 13H15C15.5523 13 16 13.4477 16 14V17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17V14C8 13.4477 8.44772 13 9 13ZM5 21.9995C4.46957 21.9995 3.96086 21.7888 3.58579 21.4137C3.21071 21.0386 3 20.5299 3 19.9995V10.9995C2.99993 10.7085 3.06333 10.4211 3.18579 10.1572C3.30824 9.89329 3.4868 9.65928 3.709 9.47148L10.709 3.47248C11.07 3.16739 11.5274 3 12 3C12.4726 3 12.93 3.16739 13.291 3.47248L20.291 9.47148C20.5132 9.65928 20.6918 9.89329 20.8142 10.1572C20.9367 10.4211 21.0001 10.7085 21 10.9995V19.9995C21 20.5299 20.7893 21.0386 20.4142 21.4137C20.0391 21.7888 19.5304 21.9995 19 21.9995H5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        lightmode
                        <code>[[svg_collection:lightmode]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="lightmode icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 12h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7-.7.7m0 11.4.7.7m-12.1-.7-.7.7M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="lightmode icon-solid"><path class="solid" fill="currentcolor" d="M12.75 3a.75.75 0 0 0-1.5 0v1a.75.75 0 0 0 1.5 0V3ZM6.13 5.07a.75.75 0 0 0-1.06 1.06l.7.7a.75.75 0 0 0 1.06-1.06l-.7-.7Zm12.8 1.06a.75.75 0 0 0-1.06-1.06l-.7.7a.75.75 0 0 0 1.06 1.06l.7-.7ZM3 11.25a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5H3Zm17 0a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5h-1ZM6.83 18.23a.75.75 0 1 0-1.06-1.06l-.7.7a.75.75 0 1 0 1.06 1.06l.7-.7Zm11.4-1.06a.75.75 0 1 0-1.06 1.06l.7.7a.75.75 0 1 0 1.06-1.06l-.7-.7ZM12.75 20a.75.75 0 0 0-1.5 0v1a.75.75 0 0 0 1.5 0v-1Zm-5.5-8a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="lightmode icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 12h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7-.7.7m0 11.4.7.7m-12.1-.7-.7.7M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        location1
                        <code>[[svg_collection:location1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="location1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.6 9h16.8M3.6 15h16.8M11.5 3a17 17 0 0 0 0 18m1-18a17 17 0 0 1 0 18m8.5-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="location1 icon-solid"><path class="solid" fill="currentcolor" d="M11.048 2.296a9.758 9.758 0 0 0-8.05 5.954h5.575a17.75 17.75 0 0 1 2.287-5.641l.188-.313ZM2.51 9.75A9.777 9.777 0 0 0 2.25 12c0 .774.09 1.528.26 2.25h5.805a17.75 17.75 0 0 1 0-4.5H2.511Zm.487 6a9.758 9.758 0 0 0 8.05 5.954l-.187-.313a17.75 17.75 0 0 1-2.287-5.641H2.997Zm9.923 5.957a9.758 9.758 0 0 0 8.083-5.957h-5.576a17.748 17.748 0 0 1-2.313 5.68l-.194.277Zm8.57-7.457c.17-.722.26-1.476.26-2.25s-.09-1.528-.26-2.25h-5.805a17.756 17.756 0 0 1 0 4.5h5.804Zm-.487-6a9.758 9.758 0 0 0-8.082-5.957l.194.277a17.749 17.749 0 0 1 2.313 5.68h5.575Zm-10.893 0A16.248 16.248 0 0 1 12 3.62a16.25 16.25 0 0 1 1.89 4.63h-3.78ZM9.672 12c0-.755.053-1.507.157-2.25h4.342a16.256 16.256 0 0 1 0 4.5H9.83A16.249 16.249 0 0 1 9.672 12Zm.438 3.75h3.78A16.25 16.25 0 0 1 12 20.38a16.25 16.25 0 0 1-1.89-4.63Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="location1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.6 9h16.8M3.6 15h16.8M11.5 3a17 17 0 0 0 0 18m1-18a17 17 0 0 1 0 18m8.5-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        location2
                        <code>[[svg_collection:location2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="location2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.4 17c2.186.608 3.6 1.576 3.6 2.667C21 21.507 16.97 23 12 23s-9-1.492-9-3.333c0-1.09 1.414-2.059 3.6-2.667M19 8c0 4.5-7 10.5-7 10.5S5 12.5 5 8a7 7 0 0 1 14 0Zm-5 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="location2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M12.489 19.069a.751.751 0 0 1-.977 0l-.002-.001-.005-.004-.017-.015-.062-.054a34.404 34.404 0 0 1-1.04-.963 36.502 36.502 0 0 1-2.458-2.61c-.893-1.052-1.803-2.267-2.492-3.522C4.753 10.655 4.25 9.306 4.25 8a7.75 7.75 0 1 1 15.5 0c0 1.306-.503 2.655-1.186 3.9-.69 1.255-1.599 2.47-2.492 3.523a36.486 36.486 0 0 1-3.498 3.572l-.032.027-.03.027-.017.015-.005.004h-.001ZM12 6.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" clip-rule="evenodd"/><path class="solid" fill="currentcolor" d="M6.8 17.723a.75.75 0 0 0-.402-1.446c-1.14.318-2.133.742-2.858 1.268-.711.516-1.29 1.226-1.29 2.122 0 .755.416 1.382.963 1.861.549.48 1.3.88 2.163 1.199 1.731.641 4.073 1.023 6.624 1.023 2.55 0 4.893-.382 6.624-1.023.863-.32 1.614-.718 2.163-1.199.547-.479.963-1.106.963-1.861 0-.896-.579-1.606-1.29-2.122-.725-.526-1.717-.95-2.858-1.268a.75.75 0 0 0-.402 1.445c1.044.291 1.852.655 2.38 1.038.542.393.67.711.67.907 0 .165-.088.414-.451.733-.363.317-.93.637-1.695.92-1.526.565-3.684.93-6.104.93s-4.578-.365-6.103-.93c-.766-.283-1.333-.603-1.696-.92-.363-.319-.451-.568-.451-.733 0-.196.128-.514.67-.907.528-.383 1.335-.747 2.38-1.038Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="location2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" fill-rule="evenodd" d="M12 18.5s7-6 7-10.5A7 7 0 1 0 5 8c0 4.5 7 10.5 7 10.5Zm0-8.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.4 17c2.186.608 3.6 1.576 3.6 2.667C21 21.507 16.97 23 12 23s-9-1.492-9-3.333c0-1.09 1.414-2.059 3.6-2.667M19 8c0 4.5-7 10.5-7 10.5S5 12.5 5 8a7 7 0 0 1 14 0Zm-5 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        location3
                        <code>[[svg_collection:location3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="location3 icon-outline"><path class="outline" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M14.451 4 9.55 7.193M14.45 4H21v12.798h-6.549m0-12.798v12.798M9.55 7.193H3V20h6.549m0-12.807V20m0 0 4.902-3.202"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="location3 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M14.033 3.377a.746.746 0 0 1 .418-.127H21a.75.75 0 0 1 .75.75v12.798a.75.75 0 0 1-.75.75h-6.325l-4.707 3.074a.746.746 0 0 1-.42.128H3a.75.75 0 0 1-.75-.75V7.193a.75.75 0 0 1 .75-.75h6.326l4.707-3.066Zm-.332 2.007L10.3 7.6v11.014l3.402-2.222V5.384Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="location3 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M3 7.193h6.549V20H3V7.193Zm18 9.605h-6.549V4H21v12.798Z"/><path class="outline" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M14.451 4 9.55 7.193M14.45 4H21v12.798h-6.549m0-12.798v12.798M9.55 7.193H3V20h6.549m0-12.807V20m0 0 4.902-3.202"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        loyalty1
                        <code>[[svg_collection:loyalty1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="loyalty1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 12.572 12 20l-7.5-7.428A5 5 0 1 1 12 6.006a5 5 0 1 1 7.5 6.572"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="loyalty1 icon-solid"><path class="solid" fill="currentcolor" d="M19.5 12.572 12 20l-7.5-7.428m0 0A5 5 0 1 1 12 6.006a5 5 0 1 1 7.5 6.572"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="loyalty1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M19.5 12.572 12 20l-7.5-7.428m0 0A5 5 0 1 1 12 6.006a5 5 0 1 1 7.5 6.572"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 12.572 12 20l-7.5-7.428A5 5 0 1 1 12 6.006a5 5 0 1 1 7.5 6.572"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        loyalty2
                        <code>[[svg_collection:loyalty2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="loyalty2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 8v13m0-13c-.362-1.49-.985-2.765-1.787-3.657C9.41 3.451 8.465 2.983 7.5 3a2.5 2.5 0 1 0 0 5M12 8c.362-1.49.985-2.765 1.787-3.657.803-.892 1.748-1.36 2.713-1.343a2.5 2.5 0 0 1 0 5m2.5 4v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7M4 8h16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="loyalty2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M4.25 5.5c0 .625.18 1.231.511 1.75H4A1.75 1.75 0 0 0 2.25 9v2c0 .966.784 1.75 1.75 1.75h.25V19A2.75 2.75 0 0 0 7 21.75h10A2.75 2.75 0 0 0 19.75 19v-6.25H20A1.75 1.75 0 0 0 21.75 11V9A1.75 1.75 0 0 0 20 7.25h-.761a3.25 3.25 0 0 0-2.732-5c-1.231-.02-2.37.582-3.277 1.591A7.793 7.793 0 0 0 12 5.731a7.793 7.793 0 0 0-1.23-1.89c-.908-1.009-2.046-1.61-3.277-1.591A3.25 3.25 0 0 0 4.25 5.5Zm8.5 14.75v-7.5h-1.5v7.5h1.5ZM9.655 4.845C8.96 4.072 8.21 3.738 7.513 3.75H7.5a1.75 1.75 0 0 0 0 3.5H11c-.34-.986-.806-1.807-1.345-2.405ZM16.5 7.25H13c.34-.986.806-1.807 1.345-2.405.695-.773 1.446-1.107 2.142-1.095h.013a1.75 1.75 0 0 1 0 3.5ZM3.75 9A.25.25 0 0 1 4 8.75h7.25v2.5H4a.25.25 0 0 1-.25-.25V9Zm9-.25v2.5H20a.25.25 0 0 0 .25-.25V9a.25.25 0 0 0-.25-.25h-7.25Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="loyalty2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 8v13m0-13c-.362-1.49-.985-2.765-1.787-3.657C9.41 3.451 8.465 2.983 7.5 3a2.5 2.5 0 1 0 0 5M12 8c.362-1.49.985-2.765 1.787-3.657.803-.892 1.748-1.36 2.713-1.343a2.5 2.5 0 0 1 0 5m2.5 4v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7M4 8h16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        loyalty3
                        <code>[[svg_collection:loyalty3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="loyalty3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M1 6h1.692c.623 0 1.129.485 1.129 1.083m0 0v7.584m0-7.584h3.948m-3.948 7.584c0 .598-.506 1.083-1.129 1.083H1m2.82-1.083h1.068c.389 0 .75.192.956.509l2.19 3.365c.186.285.513.459.863.459M23 16.833h-1.692c-.623 0-1.128-.485-1.128-1.083m0 0V8.167m0 7.583h-2.257m2.257-7.583c0-.599.505-1.084 1.128-1.084H23m-2.82 1.084-3.098-1.275a4.675 4.675 0 0 0-1.777-.35h-2.652c-.599 0-1.173.228-1.596.634L8.001 10.11a.914.914 0 0 0 .105 1.414c.778.56 1.866.486 2.554-.174l1.393-1.338a.798.798 0 0 1 .553-.22c1.184 0 2.267.642 2.797 1.66l2.086 4.007a1.03 1.03 0 0 1-.373 1.35 1.128 1.128 0 0 1-1.504-.265l-2.202-2.96m-3.948 3.25 1.353 1.733c.213.273.548.433.903.433m0-3.792 1.921 2.768c.21.301.562.482.94.482h.524M1 13.594v-.01m22 1.094v-.011"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="loyalty3 icon-solid"><path class="solid" fill="currentcolor" d="M1 5.25a.75.75 0 0 0 0 1.5h1.692c.238 0 .379.178.379.333v7.584c0 .155-.14.333-.379.333H1a.75.75 0 0 0 0 1.5h1.692a1.89 1.89 0 0 0 1.716-1.083h.48a.39.39 0 0 1 .328.168l2.19 3.365c.329.506.896.8 1.491.8a.75.75 0 0 0 0-1.5.278.278 0 0 1-.234-.119l-2.19-3.364a1.89 1.89 0 0 0-1.585-.85H4.57V7.833h3.198a.75.75 0 1 0 0-1.5h-3.36A1.889 1.889 0 0 0 2.692 5.25H1Z"/><path class="solid" fill="currentcolor" d="m17.368 6.198 2.362.972a1.9 1.9 0 0 1 1.578-.837H23a.75.75 0 0 1 0 1.5h-1.692c-.238 0-.378.178-.378.334v7.583c0 .156.14.333.378.333H23a.75.75 0 0 1 0 1.5h-1.692a1.889 1.889 0 0 1-1.716-1.083h-1.331a1.81 1.81 0 0 1-.74.94 1.878 1.878 0 0 1-2.51-.449l-2.202-2.96a.75.75 0 0 1 1.203-.895l2.202 2.96c.104.14.328.19.498.08.144-.092.175-.25.112-.371l-2.087-4.007c-.395-.76-1.215-1.256-2.131-1.256a.05.05 0 0 0-.034.01l-1.393 1.339a2.764 2.764 0 0 1-3.511.242 1.664 1.664 0 0 1-.186-2.564l3.056-2.934a3.055 3.055 0 0 1 2.115-.843h2.652c.708 0 1.41.138 2.063.406ZM1.75 13.583a.75.75 0 0 0-1.5 0v.011a.75.75 0 0 0 1.5 0v-.01Z"/><path class="solid" fill="currentcolor" d="M23.75 14.667a.75.75 0 0 0-1.5 0v.01a.75.75 0 0 0 1.5 0v-.01Zm-11.416.113a.75.75 0 1 0-1.232.856l1.921 2.768c.354.51.94.804 1.555.804h.525a.75.75 0 0 0 0-1.5h-.525a.392.392 0 0 1-.322-.16l-1.922-2.767Zm-2.281 1.592a.75.75 0 1 0-1.183.923l1.354 1.733c.36.46.915.722 1.494.722a.75.75 0 1 0 0-1.5.395.395 0 0 1-.312-.145l-1.353-1.733Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="loyalty3 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M20.18 8.837v5.913a1 1 0 0 1-1 1h-.977a1 1 0 0 1-.892-.547l-1.908-3.752c-.53-1.017-1.613-1.66-2.797-1.66a.798.798 0 0 0-.553.22l-1.394 1.339a2.014 2.014 0 0 1-2.553.174.914.914 0 0 1-.105-1.414l3.056-2.934a2.305 2.305 0 0 1 1.595-.634h2.652c.612 0 1.216.119 1.778.35l2.478 1.02a1 1 0 0 1 .62.925Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M1 6h1.692c.623 0 1.129.485 1.129 1.083m0 0v7.584m0-7.584h3.948m-3.948 7.584c0 .598-.506 1.083-1.129 1.083H1m2.82-1.083h1.068c.389 0 .75.192.956.509l2.19 3.365c.186.285.513.459.863.459M23 16.833h-1.692c-.623 0-1.128-.485-1.128-1.083m0 0V8.167m0 7.583h-2.257m2.257-7.583c0-.599.505-1.084 1.128-1.084H23m-2.82 1.084-3.098-1.275a4.675 4.675 0 0 0-1.777-.35h-2.652c-.599 0-1.173.228-1.596.634L8.001 10.11a.914.914 0 0 0 .105 1.414c.778.56 1.866.486 2.554-.174l1.393-1.338a.798.798 0 0 1 .553-.22c1.184 0 2.267.642 2.797 1.66l2.086 4.007a1.03 1.03 0 0 1-.373 1.35 1.128 1.128 0 0 1-1.504-.265l-2.202-2.96m-3.948 3.25 1.353 1.733c.213.273.548.433.903.433m0-3.792 1.921 2.768c.21.301.562.482.94.482h.524M1 13.594v-.01m22 1.094v-.011"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        mail
                        <code>[[svg_collection:mail]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="mail icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 7a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2m18 0v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7m18 0-9 6-9-6"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="mail icon-solid"><path class="solid" fill="currentcolor" d="M5 5h14a2 2 0 0 1 1.86 1.263.748.748 0 0 0-.276.113L12 12.099 3.416 6.376a.748.748 0 0 0-.276-.113A2 2 0 0 1 5 5Z"/><path class="solid" fill="currentcolor" d="M3 7.901V17a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7.901l-8.584 5.723a.75.75 0 0 1-.832 0L3 7.901Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="mail icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M19 5H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 7a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2m18 0v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7m18 0-9 6-9-6"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        map
                        <code>[[svg_collection:map]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="map icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 6v.01m-7.5-1.26L9 4m0 0L3 7v13l6-3M9 4v13m0 0 6 3m0 0 6-3v-2m-6 5v-5m3-2-3.5-5a4 4 0 1 1 7 0L18 13Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="map icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M15.644 1.94a4.75 4.75 0 0 1 6.512 6.423.74.74 0 0 1-.042.067l-3.5 5a.75.75 0 0 1-1.228 0l-3.5-5a.74.74 0 0 1-.042-.067 4.75 4.75 0 0 1 1.8-6.424ZM18.75 6a.75.75 0 0 0-1.5 0v.01a.75.75 0 0 0 1.5 0V6Z" clip-rule="evenodd"/><path class="solid" fill="currentcolor" d="M2.665 6.33 8.25 3.536v14.677L3.335 20.67A.75.75 0 0 1 2.25 20V7a.75.75 0 0 1 .415-.67ZM14.25 20.464l-4.5-2.25V3.537l1.085.542a.75.75 0 0 1 .352.37l3.063 6.977v9.038Zm1.5 0 5.585-2.793A.75.75 0 0 0 21.75 17v-2a.75.75 0 0 0-.75-.75h-5.25v6.214Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="map icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m18 13-3.5-5a4 4 0 1 1 7 0L18 13Z"/><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m9 4 1.5.75L15 15h6v2l-6 3-6-3-6 3V7l6-3Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 6v.01m-7.5-1.26L9 4m0 0L3 7v13l6-3M9 4v13m0 0 6 3m0 0 6-3v-2m-6 5v-5m3-2-3.5-5a4 4 0 1 1 7 0L18 13Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        megaphone1
                        <code>[[svg_collection:megaphone1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="megaphone1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.12207 7.19308L3.22429 7.96954C1.62389 8.39836 0.674142 10.0434 1.10297 11.6438L1.62061 13.5756C2.04943 15.176 3.69444 16.1258 5.29484 15.6969M6.12207 7.19308L8.19262 14.9205M6.12207 7.19308C8.38677 6.58625 11.501 5.75179 13.4158 1.82289C13.5421 1.56373 13.9384 1.59086 14.0131 1.86934L17.6883 15.5855C17.7629 15.864 17.4332 16.0856 17.1943 15.9243C13.5716 13.4792 10.4573 14.3137 8.19262 14.9205M8.19262 14.9205L5.29484 15.6969M8.19262 14.9205L8.68097 15.4713C9.30747 16.1778 9.56476 17.1381 9.37546 18.0632L9.22789 18.7843L9.80151 18.9783C11.6835 19.615 11.1862 21.883 9.54884 22.3218L7.23598 22.9415L5.29484 15.6969M16.6271 11.6252C18.2275 11.1964 19.1773 9.55135 18.7485 7.95095C18.3196 6.35056 16.6746 5.40081 15.0742 5.82963M18.5497 3.34547L19.2568 2.12072M21.1633 7.30391L22.6122 6.91568M20.8791 12.0388L22.1038 12.7459"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="megaphone1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M14.5048 0.805895C14.4212 0.494072 14.1475 0.270699 13.8252 0.251357C13.503 0.232014 13.2045 0.421044 13.0843 0.720634C12.2107 2.89707 11.001 4.16042 9.75272 4.96315C8.48386 5.77914 7.14297 6.14313 5.92814 6.46864L3.03036 7.2451C1.02986 7.78113 -0.157323 9.83739 0.378709 11.8379L0.896347 13.7697C1.3659 15.5221 3.002 16.6504 4.74528 16.543L6.51172 23.1356C6.5632 23.3278 6.6889 23.4916 6.86116 23.591C7.03343 23.6905 7.23814 23.7174 7.43028 23.6659L9.74314 23.0462C10.8597 22.747 11.6054 21.8197 11.7385 20.8236C11.806 20.3183 11.7168 19.7828 11.4231 19.3112C11.1359 18.85 10.6824 18.4964 10.0955 18.2865L10.1104 18.2135C10.3148 17.2147 10.1027 16.1832 9.53649 15.3515C10.4372 15.1424 11.405 14.9863 12.4519 15.0364C13.9342 15.1075 15.6136 15.5967 17.4583 17.0448C17.7123 17.2441 18.0653 17.2586 18.3347 17.0807C18.6041 16.9028 18.7294 16.5725 18.6459 16.2607L17.5265 12.0831C19.0899 11.3044 19.9426 9.50924 19.4731 7.75684C19.0035 6.00444 17.3674 4.87614 15.6241 4.98354L14.5048 0.805895ZM3.41859 8.69398L5.59192 8.11164L7.27424 14.3902L5.10091 14.9725C3.90061 15.2941 2.66685 14.5818 2.34524 13.3815L1.8276 11.4497C1.50598 10.2494 2.21829 9.0156 3.41859 8.69398ZM18.0242 8.14507C18.2778 9.09135 17.8887 10.0584 17.1245 10.583L16.0261 6.48363C16.9502 6.55581 17.7706 7.19879 18.0242 8.14507Z M19.907 2.496C20.114 2.137 19.991 1.678 19.632 1.471 19.273 1.264 18.815 1.387 18.608 1.746L17.9 2.97C17.693 3.329 17.816 3.788 18.175 3.995 18.534 4.202 18.992 4.079 19.199 3.72L19.907 2.496ZM22.807 7.64C23.207 7.533 23.444 7.122 23.337 6.722 23.23 6.321 22.818 6.084 22.418 6.191L20.969 6.579C20.569 6.687 20.332 7.098 20.439 7.498 20.546 7.898 20.958 8.136 21.358 8.028L22.807 7.64ZM21.254 11.389C20.896 11.182 20.437 11.305 20.23 11.664 20.023 12.023 20.146 12.481 20.504 12.688L21.729 13.395C22.088 13.603 22.546 13.48 22.754 13.121 22.961 12.762 22.838 12.304 22.479 12.096L21.254 11.389Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="megaphone1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M8.193 14.921 5.295 15.697 7.236 22.942 9.549 22.322C11.186 21.883 11.684 19.615 9.802 18.978L9.228 18.784 9.376 18.063C9.565 17.138 9.308 16.178 8.681 15.471L8.193 14.921ZM6.122 7.193 8.193 14.921C10.457 14.314 13.572 13.479 17.194 15.924 17.433 16.086 17.763 15.864 17.688 15.586L14.013 1.869C13.939 1.591 13.542 1.564 13.416 1.823 11.501 5.752 8.387 6.586 6.122 7.193Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.12207 7.19307L3.22429 7.96953C1.62389 8.39836 0.674142 10.0434 1.10297 11.6438L1.62061 13.5756C2.04943 15.176 3.69444 16.1258 5.29484 15.6969M6.12207 7.19307L8.19262 14.9205M6.12207 7.19307C8.53688 6.54603 11.9176 5.64016 13.7801 1M8.19262 14.9205L5.29484 15.6969M8.19262 14.9205L8.68097 15.4713C9.30747 16.1778 9.56476 17.1381 9.37546 18.0632L9.22789 18.7843L9.80151 18.9783C11.6835 19.615 11.1862 21.883 9.54884 22.3218L7.23598 22.9415L5.29484 15.6969M8.19262 14.9205C10.6074 14.2734 13.9882 13.3676 17.9212 16.4548M13.7801 1L17.9212 16.4548M13.7801 1L15.0742 5.82963M17.9212 16.4548L16.6271 11.6252M16.6271 11.6252C18.2275 11.1964 19.1773 9.55135 18.7485 7.95095C18.3196 6.35055 16.6746 5.4008 15.0742 5.82963M16.6271 11.6252L15.0742 5.82963M18.5497 3.34546L19.2568 2.12072M21.1633 7.3039L22.6122 6.91567M20.8791 12.0388L22.1038 12.7459"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        menu
                        <code>[[svg_collection:menu]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="menu icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 6h16M4 12h16M4 18h16"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="menu icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M3.25 6A.75.75 0 0 1 4 5.25h16a.75.75 0 0 1 0 1.5H4A.75.75 0 0 1 3.25 6Zm0 6a.75.75 0 0 1 .75-.75h16a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1-.75-.75Zm0 6a.75.75 0 0 1 .75-.75h16a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="menu icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 6h16M4 12h16M4 18h16"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        menu2
                        <code>[[svg_collection:menu2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="menu2 icon-outline"><path fill="currentColor" d="M13.5 6C13.5 6.828 12.828 7.5 12 7.5 11.172 7.5 10.5 6.828 10.5 6 10.5 5.172 11.172 4.5 12 4.5 12.828 4.5 13.5 5.172 13.5 6ZM13.5 12C13.5 12.828 12.828 13.5 12 13.5 11.172 13.5 10.5 12.828 10.5 12 10.5 11.172 11.172 10.5 12 10.5 12.828 10.5 13.5 11.172 13.5 12ZM13.5 18C13.5 18.828 12.828 19.5 12 19.5 11.172 19.5 10.5 18.828 10.5 18 10.5 17.172 11.172 16.5 12 16.5 12.828 16.5 13.5 17.172 13.5 18Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.5 6C13.5 6.828 12.828 7.5 12 7.5 11.172 7.5 10.5 6.828 10.5 6 10.5 5.172 11.172 4.5 12 4.5 12.828 4.5 13.5 5.172 13.5 6ZM13.5 12C13.5 12.828 12.828 13.5 12 13.5 11.172 13.5 10.5 12.828 10.5 12 10.5 11.172 11.172 10.5 12 10.5 12.828 10.5 13.5 11.172 13.5 12ZM13.5 18C13.5 18.828 12.828 19.5 12 19.5 11.172 19.5 10.5 18.828 10.5 18 10.5 17.172 11.172 16.5 12 16.5 12.828 16.5 13.5 17.172 13.5 18Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="menu2 icon-solid"><path class="solid" fill="currentColor" d="M12 3.75C10.757 3.75 9.75 4.757 9.75 6 9.75 7.243 10.757 8.25 12 8.25 13.243 8.25 14.25 7.243 14.25 6 14.25 4.757 13.243 3.75 12 3.75ZM12 9.75C10.757 9.75 9.75 10.757 9.75 12 9.75 13.243 10.757 14.25 12 14.25 13.243 14.25 14.25 13.243 14.25 12 14.25 10.757 13.243 9.75 12 9.75ZM12 15.75C10.757 15.75 9.75 16.757 9.75 18 9.75 19.243 10.757 20.25 12 20.25 13.243 20.25 14.25 19.243 14.25 18 14.25 16.757 13.243 15.75 12 15.75Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="menu2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M13.5 6C13.5 6.828 12.828 7.5 12 7.5 11.172 7.5 10.5 6.828 10.5 6 10.5 5.172 11.172 4.5 12 4.5 12.828 4.5 13.5 5.172 13.5 6ZM13.5 12C13.5 12.828 12.828 13.5 12 13.5 11.172 13.5 10.5 12.828 10.5 12 10.5 11.172 11.172 10.5 12 10.5 12.828 10.5 13.5 11.172 13.5 12ZM13.5 18C13.5 18.828 12.828 19.5 12 19.5 11.172 19.5 10.5 18.828 10.5 18 10.5 17.172 11.172 16.5 12 16.5 12.828 16.5 13.5 17.172 13.5 18Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.5 6C13.5 6.828 12.828 7.5 12 7.5 11.172 7.5 10.5 6.828 10.5 6 10.5 5.172 11.172 4.5 12 4.5 12.828 4.5 13.5 5.172 13.5 6ZM13.5 12C13.5 12.828 12.828 13.5 12 13.5 11.172 13.5 10.5 12.828 10.5 12 10.5 11.172 11.172 10.5 12 10.5 12.828 10.5 13.5 11.172 13.5 12ZM13.5 18C13.5 18.828 12.828 19.5 12 19.5 11.172 19.5 10.5 18.828 10.5 18 10.5 17.172 11.172 16.5 12 16.5 12.828 16.5 13.5 17.172 13.5 18Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        message1
                        <code>[[svg_collection:message1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="message1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.5207 3.47928C20.2138 3.1724 19.7976 3 19.3636 3L7.90909 3.00018H4.63636C4.20237 3.00018 3.78616 3.17258 3.47928 3.47946C3.1724 3.78634 3 4.20255 3 4.63655V21.0002L7.90909 16.0911H19.3636C19.7976 16.0911 20.2138 15.9187 20.5207 15.6118C20.8276 15.3049 21 14.8887 21 14.4547V11.182V4.63636C21 4.20237 20.8276 3.78616 20.5207 3.47928Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="message1 icon-solid"><path class="solid" fill="currentColor" d="M21.0511 2.94895C20.6035 2.50142 19.9965 2.25 19.3636 2.25L4.63636 2.25018C4.00346 2.25018 3.39648 2.5016 2.94895 2.94913C2.50142 3.39666 2.25 4.00364 2.25 4.63655V21.0002C2.25 21.3035 2.43273 21.577 2.71299 21.6931C2.99324 21.8092 3.31583 21.745 3.53033 21.5305L8.21975 16.8411H19.3636C19.9965 16.8411 20.6035 16.5897 21.0511 16.1421C21.4986 15.6946 21.75 15.0876 21.75 14.4547V4.63636C21.75 4.00346 21.4986 3.39648 21.0511 2.94895Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="message1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M20.5207 3.47928C20.2138 3.1724 19.7976 3 19.3636 3L7.90909 3.00018H4.63636C4.20237 3.00018 3.78616 3.17258 3.47928 3.47946C3.1724 3.78634 3 4.20255 3 4.63655V21.0002L7.90909 16.0911H19.3636C19.7976 16.0911 20.2138 15.9187 20.5207 15.6118C20.8276 15.3049 21 14.8887 21 14.4547V11.182V4.63636C21 4.20237 20.8276 3.78616 20.5207 3.47928Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.5207 3.47928C20.2138 3.1724 19.7976 3 19.3636 3L7.90909 3.00018H4.63636C4.20237 3.00018 3.78616 3.17258 3.47928 3.47946C3.1724 3.78634 3 4.20255 3 4.63655V21.0002L7.90909 16.0911H19.3636C19.7976 16.0911 20.2138 15.9187 20.5207 15.6118C20.8276 15.3049 21 14.8887 21 14.4547V11.182V4.63636C21 4.20237 20.8276 3.78616 20.5207 3.47928Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        messages
                        <code>[[svg_collection:messages]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="messages icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 15v2a1 1 0 0 1-1 1H6l-3 3V11a1 1 0 0 1 1-1h2m15 4-3-3h-7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v10Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="messages icon-solid"><path class="solid" fill="currentcolor" d="M11 2.25A1.75 1.75 0 0 0 9.25 4v6A1.75 1.75 0 0 0 11 11.75h6.69l2.78 2.78a.75.75 0 0 0 1.28-.53V4A1.75 1.75 0 0 0 20 2.25h-9Z"/><path class="solid" fill="currentcolor" d="M4 9.25A1.75 1.75 0 0 0 2.25 11v10a.75.75 0 0 0 1.28.53l2.78-2.78H13A1.75 1.75 0 0 0 14.75 17v-2a.75.75 0 0 0-.75-.75h-4A3.25 3.25 0 0 1 6.75 11v-1A.75.75 0 0 0 6 9.25H4Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="messages icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M11 2.25A1.75 1.75 0 0 0 9.25 4v6A1.75 1.75 0 0 0 11 11.75h6.69l2.78 2.78a.75.75 0 0 0 1.28-.53V4A1.75 1.75 0 0 0 20 2.25h-9Z"/><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M4 9.25A1.75 1.75 0 0 0 2.25 11v10a.75.75 0 0 0 1.28.53l2.78-2.78H13A1.75 1.75 0 0 0 14.75 17v-2a.75.75 0 0 0-.75-.75h-4A3.25 3.25 0 0 1 6.75 11v-1A.75.75 0 0 0 6 9.25H4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 15v2a1 1 0 0 1-1 1H6l-3 3V11a1 1 0 0 1 1-1h2m15 4-3-3h-7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v10Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        minus
                        <code>[[svg_collection:minus]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="minus icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 12h14"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="minus icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="minus icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 12h14"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        mountain1
                        <code>[[svg_collection:mountain1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="mountain1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 17.5L11.1739 14M13 17.5H1L3.6087 12.5M13 17.5H23L19.3939 10.5M3.6087 12.5L7 6L11.1739 14M3.6087 12.5L5 13.5L7 12L11.1739 14M9.5 10.7917L10.74 8.36335M19.3939 10.5L14.5 1L10.74 8.36335M19.3939 10.5L14.5 7.5L12.5 9.5L10.74 8.36335M1 21H23"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="mountain1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M15.1667 1.65653C15.0379 1.40646 14.7799 1.2495 14.4986 1.25C14.2173 1.25051 13.96 1.40838 13.832 1.65892L9.49283 10.1565L7.66494 6.65308C7.53569 6.40534 7.27943 6.25 7 6.25C6.72057 6.25 6.46432 6.40534 6.33506 6.65308L0.335062 18.1531C0.213761 18.3856 0.2227 18.6645 0.358637 18.8888C0.494575 19.113 0.737765 19.25 1 19.25H23C23.2615 19.25 23.5042 19.1138 23.6403 18.8904C23.7765 18.6671 23.7865 18.389 23.6667 18.1565L15.1667 1.65653ZM12.398 9.54132L11.7161 9.10094L14.5029 3.64341L17.4985 9.45842L14.8919 7.86058C14.5963 7.67933 14.2149 7.72444 13.9697 7.96967L12.398 9.54132ZM4.99056 13.5696L4.57439 13.2705L7 8.62139L9.46745 13.3507L7.32409 12.3236C7.07199 12.2028 6.77364 12.2323 6.55 12.4L4.99056 13.5696Z M1 21.25C0.585787 21.25 0.25 21.5858 0.25 22C0.25 22.4142 0.585787 22.75 1 22.75H23C23.4142 22.75 23.75 22.4142 23.75 22C23.75 21.5858 23.4142 21.25 23 21.25H1Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="mountain1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M3.6087 12.5L1 17.5H13H23L19.3939 10.5L14.5 7.5L12.5 9.5L10.74 8.36335L9.5 10.7917L11.1739 14L7 12L5 13.5L3.6087 12.5Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 6L3.6087 12.5M7 6L11.1739 14M7 6L9.5 10.7917M13 17.5L11.1739 14M13 17.5H1L3.6087 12.5M13 17.5H23L19.3939 10.5M3.6087 12.5L5 13.5L7 12L11.1739 14M11.1739 14L9.5 10.7917M9.5 10.7917L10.74 8.36335M19.3939 10.5L14.5 1L10.74 8.36335M19.3939 10.5L14.5 7.5L12.5 9.5L10.74 8.36335M1 21H23"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        mute
                        <code>[[svg_collection:mute]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="mute icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16 10 4 4m0-4-4 4M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="mute icon-solid"><path class="solid" fill="currentcolor" d="M4 15h2l3.5 4.5A.8.8 0 0 0 11 19V5a.8.8 0 0 0-1.5-.5L6 9H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1Zm12.53-5.53a.75.75 0 1 0-1.06 1.06L16.94 12l-1.47 1.47a.75.75 0 1 0 1.06 1.06L18 13.06l1.47 1.47a.75.75 0 1 0 1.06-1.06L19.06 12l1.47-1.47a.75.75 0 1 0-1.06-1.06L18 10.94l-1.47-1.47Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="mute icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16 10 4 4m0-4-4 4M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        none1
                        <code>[[svg_collection:none1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="none1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 6L6 18.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="none1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75C14.1355 3.75 16.0816 4.5614 17.5466 5.89274L5.89274 17.5466C4.5614 16.0816 3.75 14.1355 3.75 12ZM6.99881 18.5618C8.38632 19.621 10.1197 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 10.1197 19.621 8.38632 18.5618 6.99881L6.99881 18.5618Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="none1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 6L6 18.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_00
                        <code>[[svg_collection:number_2digits_00]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits00 icon-outline"><path class="outline" d="M17.6774 18.0024C16.6606 18.0024 15.7586 17.7674 14.9714 17.2972C14.1951 16.8271 13.5829 16.1438 13.1346 15.2472C12.6973 14.3507 12.4786 13.2683 12.4786 12C12.4786 10.7318 12.6973 9.64935 13.1346 8.75282C13.5829 7.85629 14.1951 7.17295 14.9714 6.70282C15.7586 6.23269 16.6606 5.99762 17.6774 5.99762C18.6942 5.99762 19.5907 6.23269 20.367 6.70282C21.1542 7.17295 21.7665 7.85629 22.2038 8.75282C22.6521 9.64935 22.8762 10.7318 22.8762 12C22.8762 13.2683 22.6521 14.3507 22.2038 15.2472C21.7665 16.1438 21.1542 16.8271 20.367 17.2972C19.5907 17.7674 18.6942 18.0024 17.6774 18.0024ZM17.6774 14.9028C17.9289 14.9028 18.153 14.8154 18.3498 14.6404C18.5466 14.4655 18.6997 14.1648 18.809 13.7384C18.9293 13.312 18.9894 12.7326 18.9894 12C18.9894 11.2566 18.9293 10.6771 18.809 10.2616C18.6997 9.83522 18.5466 9.53455 18.3498 9.35962C18.153 9.18469 17.9289 9.09722 17.6774 9.09722C17.4259 9.09722 17.2018 9.18469 17.005 9.35962C16.8082 9.53455 16.6497 9.83522 16.5294 10.2616C16.4201 10.6771 16.3654 11.2566 16.3654 12C16.3654 12.7326 16.4201 13.312 16.5294 13.7384C16.6497 14.1648 16.8082 14.4655 17.005 14.6404C17.2018 14.8154 17.4259 14.9028 17.6774 14.9028Z M6.32234 18.0024C5.30554 18.0024 4.40354 17.7674 3.61634 17.2972C2.84007 16.8271 2.2278 16.1438 1.77954 15.2472C1.3422 14.3507 1.12354 13.2683 1.12354 12C1.12354 10.7318 1.3422 9.64935 1.77954 8.75282C2.2278 7.85629 2.84007 7.17295 3.61634 6.70282C4.40354 6.23269 5.30554 5.99762 6.32234 5.99762C7.33914 5.99762 8.23567 6.23269 9.01194 6.70282C9.79913 7.17295 10.4114 7.85629 10.8487 8.75282C11.297 9.64935 11.5211 10.7318 11.5211 12C11.5211 13.2683 11.297 14.3507 10.8487 15.2472C10.4114 16.1438 9.79913 16.8271 9.01194 17.2972C8.23567 17.7674 7.33914 18.0024 6.32234 18.0024ZM6.32234 14.9028C6.5738 14.9028 6.79794 14.8154 6.99474 14.6404C7.19154 14.4655 7.3446 14.1648 7.45394 13.7384C7.5742 13.312 7.63434 12.7326 7.63434 12C7.63434 11.2566 7.5742 10.6771 7.45394 10.2616C7.3446 9.83522 7.19154 9.53455 6.99474 9.35962C6.79794 9.18469 6.5738 9.09722 6.32234 9.09722C6.07087 9.09722 5.84673 9.18469 5.64993 9.35962C5.45313 9.53455 5.2946 9.83522 5.17434 10.2616C5.065 10.6771 5.01034 11.2566 5.01034 12C5.01034 12.7326 5.065 13.312 5.17434 13.7384C5.2946 14.1648 5.45313 14.4655 5.64993 14.6404C5.84673 14.8154 6.07087 14.9028 6.32234 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits00 icon-solid"><path class="solid" d="M17.6774 18.0024C16.6606 18.0024 15.7586 17.7673 14.9714 17.2972C14.1951 16.827 13.5829 16.1437 13.1346 15.2472C12.6973 14.3506 12.4786 13.2682 12.4786 12C12.4786 10.7317 12.6973 9.64929 13.1346 8.75276C13.5829 7.85622 14.1951 7.17289 14.9714 6.70276C15.7586 6.23263 16.6606 5.99756 17.6774 5.99756C18.6942 5.99756 19.5907 6.23263 20.367 6.70276C21.1542 7.17289 21.7665 7.85622 22.2038 8.75276C22.6521 9.64929 22.8762 10.7317 22.8762 12C22.8762 13.2682 22.6521 14.3506 22.2038 15.2472C21.7665 16.1437 21.1542 16.827 20.367 17.2972C19.5907 17.7673 18.6942 18.0024 17.6774 18.0024ZM17.6774 14.9028C17.9289 14.9028 18.153 14.8153 18.3498 14.6404C18.5466 14.4654 18.6997 14.1648 18.809 13.7384C18.9293 13.312 18.9894 12.7325 18.9894 12C18.9894 11.2565 18.9293 10.677 18.809 10.2616C18.6997 9.83516 18.5466 9.53449 18.3498 9.35956C18.153 9.18463 17.9289 9.09716 17.6774 9.09716C17.4259 9.09716 17.2018 9.18463 17.005 9.35956C16.8082 9.53449 16.6497 9.83516 16.5294 10.2616C16.4201 10.677 16.3654 11.2565 16.3654 12C16.3654 12.7325 16.4201 13.312 16.5294 13.7384C16.6497 14.1648 16.8082 14.4654 17.005 14.6404C17.2018 14.8153 17.4259 14.9028 17.6774 14.9028Z M6.32234 18.0024C5.30554 18.0024 4.40354 17.7673 3.61634 17.2972C2.84007 16.827 2.2278 16.1437 1.77954 15.2472C1.3422 14.3506 1.12354 13.2682 1.12354 12C1.12354 10.7317 1.3422 9.64929 1.77954 8.75276C2.2278 7.85622 2.84007 7.17289 3.61634 6.70276C4.40354 6.23263 5.30554 5.99756 6.32234 5.99756C7.33914 5.99756 8.23567 6.23263 9.01194 6.70276C9.79913 7.17289 10.4114 7.85622 10.8487 8.75276C11.297 9.64929 11.5211 10.7317 11.5211 12C11.5211 13.2682 11.297 14.3506 10.8487 15.2472C10.4114 16.1437 9.79913 16.827 9.01194 17.2972C8.23567 17.7673 7.33914 18.0024 6.32234 18.0024ZM6.32234 14.9028C6.5738 14.9028 6.79794 14.8153 6.99474 14.6404C7.19154 14.4654 7.3446 14.1648 7.45394 13.7384C7.5742 13.312 7.63434 12.7325 7.63434 12C7.63434 11.2565 7.5742 10.677 7.45394 10.2616C7.3446 9.83516 7.19154 9.53449 6.99474 9.35956C6.79794 9.18463 6.5738 9.09716 6.32234 9.09716C6.07087 9.09716 5.84673 9.18463 5.64993 9.35956C5.45313 9.53449 5.2946 9.83516 5.17434 10.2616C5.065 10.677 5.01034 11.2565 5.01034 12C5.01034 12.7325 5.065 13.312 5.17434 13.7384C5.2946 14.1648 5.45313 14.4654 5.64993 14.6404C5.84673 14.8153 6.07087 14.9028 6.32234 14.9028Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits00 icon-duotone"><path class="alpha" d="M17.6774 18.0024C16.6606 18.0024 15.7586 17.7673 14.9714 17.2972C14.1951 16.827 13.5829 16.1437 13.1346 15.2472C12.6973 14.3506 12.4786 13.2682 12.4786 12C12.4786 10.7317 12.6973 9.64929 13.1346 8.75276C13.5829 7.85622 14.1951 7.17289 14.9714 6.70276C15.7586 6.23263 16.6606 5.99756 17.6774 5.99756C18.6942 5.99756 19.5907 6.23263 20.367 6.70276C21.1542 7.17289 21.7665 7.85622 22.2038 8.75276C22.6521 9.64929 22.8762 10.7317 22.8762 12C22.8762 13.2682 22.6521 14.3506 22.2038 15.2472C21.7665 16.1437 21.1542 16.827 20.367 17.2972C19.5907 17.7673 18.6942 18.0024 17.6774 18.0024ZM17.6774 14.9028C17.9289 14.9028 18.153 14.8153 18.3498 14.6404C18.5466 14.4654 18.6997 14.1648 18.809 13.7384C18.9293 13.312 18.9894 12.7325 18.9894 12C18.9894 11.2565 18.9293 10.677 18.809 10.2616C18.6997 9.83516 18.5466 9.53449 18.3498 9.35956C18.153 9.18463 17.9289 9.09716 17.6774 9.09716C17.4259 9.09716 17.2018 9.18463 17.005 9.35956C16.8082 9.53449 16.6497 9.83516 16.5294 10.2616C16.4201 10.677 16.3654 11.2565 16.3654 12C16.3654 12.7325 16.4201 13.312 16.5294 13.7384C16.6497 14.1648 16.8082 14.4654 17.005 14.6404C17.2018 14.8153 17.4259 14.9028 17.6774 14.9028Z M6.32234 18.0024C5.30554 18.0024 4.40354 17.7673 3.61634 17.2972C2.84007 16.827 2.2278 16.1437 1.77954 15.2472C1.3422 14.3506 1.12354 13.2682 1.12354 12C1.12354 10.7317 1.3422 9.64929 1.77954 8.75276C2.2278 7.85622 2.84007 7.17289 3.61634 6.70276C4.40354 6.23263 5.30554 5.99756 6.32234 5.99756C7.33914 5.99756 8.23567 6.23263 9.01194 6.70276C9.79913 7.17289 10.4114 7.85622 10.8487 8.75276C11.297 9.64929 11.5211 10.7317 11.5211 12C11.5211 13.2682 11.297 14.3506 10.8487 15.2472C10.4114 16.1437 9.79913 16.827 9.01194 17.2972C8.23567 17.7673 7.33914 18.0024 6.32234 18.0024ZM6.32234 14.9028C6.5738 14.9028 6.79794 14.8153 6.99474 14.6404C7.19154 14.4654 7.3446 14.1648 7.45394 13.7384C7.5742 13.312 7.63434 12.7325 7.63434 12C7.63434 11.2565 7.5742 10.677 7.45394 10.2616C7.3446 9.83516 7.19154 9.53449 6.99474 9.35956C6.79794 9.18463 6.5738 9.09716 6.32234 9.09716C6.07087 9.09716 5.84673 9.18463 5.64993 9.35956C5.45313 9.53449 5.2946 9.83516 5.17434 10.2616C5.065 10.677 5.01034 11.2565 5.01034 12C5.01034 12.7325 5.065 13.312 5.17434 13.7384C5.2946 14.1648 5.45313 14.4654 5.64993 14.6404C5.84673 14.8153 6.07087 14.9028 6.32234 14.9028Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M17.6774 18.0024C16.6606 18.0024 15.7586 17.7673 14.9714 17.2972C14.1951 16.827 13.5829 16.1437 13.1346 15.2472C12.6973 14.3506 12.4786 13.2682 12.4786 12C12.4786 10.7317 12.6973 9.64929 13.1346 8.75276C13.5829 7.85622 14.1951 7.17289 14.9714 6.70276C15.7586 6.23263 16.6606 5.99756 17.6774 5.99756C18.6942 5.99756 19.5907 6.23263 20.367 6.70276C21.1542 7.17289 21.7665 7.85622 22.2038 8.75276C22.6521 9.64929 22.8762 10.7317 22.8762 12C22.8762 13.2682 22.6521 14.3506 22.2038 15.2472C21.7665 16.1437 21.1542 16.827 20.367 17.2972C19.5907 17.7673 18.6942 18.0024 17.6774 18.0024ZM17.6774 14.9028C17.9289 14.9028 18.153 14.8153 18.3498 14.6404C18.5466 14.4654 18.6997 14.1648 18.809 13.7384C18.9293 13.312 18.9894 12.7325 18.9894 12C18.9894 11.2565 18.9293 10.677 18.809 10.2616C18.6997 9.83516 18.5466 9.53449 18.3498 9.35956C18.153 9.18463 17.9289 9.09716 17.6774 9.09716C17.4259 9.09716 17.2018 9.18463 17.005 9.35956C16.8082 9.53449 16.6497 9.83516 16.5294 10.2616C16.4201 10.677 16.3654 11.2565 16.3654 12C16.3654 12.7325 16.4201 13.312 16.5294 13.7384C16.6497 14.1648 16.8082 14.4654 17.005 14.6404C17.2018 14.8153 17.4259 14.9028 17.6774 14.9028Z M6.32234 18.0024C5.30554 18.0024 4.40354 17.7673 3.61634 17.2972C2.84007 16.827 2.2278 16.1437 1.77954 15.2472C1.3422 14.3506 1.12354 13.2682 1.12354 12C1.12354 10.7317 1.3422 9.64929 1.77954 8.75276C2.2278 7.85622 2.84007 7.17289 3.61634 6.70276C4.40354 6.23263 5.30554 5.99756 6.32234 5.99756C7.33914 5.99756 8.23567 6.23263 9.01194 6.70276C9.79913 7.17289 10.4114 7.85622 10.8487 8.75276C11.297 9.64929 11.5211 10.7317 11.5211 12C11.5211 13.2682 11.297 14.3506 10.8487 15.2472C10.4114 16.1437 9.79913 16.827 9.01194 17.2972C8.23567 17.7673 7.33914 18.0024 6.32234 18.0024ZM6.32234 14.9028C6.5738 14.9028 6.79794 14.8153 6.99474 14.6404C7.19154 14.4654 7.3446 14.1648 7.45394 13.7384C7.5742 13.312 7.63434 12.7325 7.63434 12C7.63434 11.2565 7.5742 10.677 7.45394 10.2616C7.3446 9.83516 7.19154 9.53449 6.99474 9.35956C6.79794 9.18463 6.5738 9.09716 6.32234 9.09716C6.07087 9.09716 5.84673 9.18463 5.64993 9.35956C5.45313 9.53449 5.2946 9.83516 5.17434 10.2616C5.065 10.677 5.01034 11.2565 5.01034 12C5.01034 12.7325 5.065 13.312 5.17434 13.7384C5.2946 14.1648 5.45313 14.4654 5.64993 14.6404C5.84673 14.8153 6.07087 14.9028 6.32234 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_01
                        <code>[[svg_collection:number_2digits_01]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits01 icon-outline"><path class="outline" d="M16.4495 17.74V9.17919H14.4815V6.25999H20.3199V17.74H16.4495Z M8.87898 18.0024C7.86218 18.0024 6.96018 17.7673 6.17298 17.2972C5.39671 16.8271 4.78444 16.1437 4.33618 15.2472C3.89884 14.3507 3.68018 13.2683 3.68018 12C3.68018 10.7317 3.89884 9.64932 4.33618 8.75279C4.78444 7.85626 5.39671 7.17292 6.17298 6.70279C6.96018 6.23266 7.86218 5.99759 8.87898 5.99759C9.89578 5.99759 10.7923 6.23266 11.5686 6.70279C12.3558 7.17292 12.968 7.85626 13.4054 8.75279C13.8536 9.64932 14.0778 10.7317 14.0778 12C14.0778 13.2683 13.8536 14.3507 13.4054 15.2472C12.968 16.1437 12.3558 16.8271 11.5686 17.2972C10.7923 17.7673 9.89578 18.0024 8.87898 18.0024ZM8.87898 14.9028C9.13044 14.9028 9.35458 14.8153 9.55138 14.6404C9.74818 14.4655 9.90124 14.1648 10.0106 13.7384C10.1308 13.312 10.191 12.7325 10.191 12C10.191 11.2565 10.1308 10.6771 10.0106 10.2616C9.90124 9.83519 9.74818 9.53452 9.55138 9.35959C9.35458 9.18466 9.13044 9.09719 8.87898 9.09719C8.62751 9.09719 8.40338 9.18466 8.20658 9.35959C8.00978 9.53452 7.85124 9.83519 7.73098 10.2616C7.62164 10.6771 7.56698 11.2565 7.56698 12C7.56698 12.7325 7.62164 13.312 7.73098 13.7384C7.85124 14.1648 8.00978 14.4655 8.20658 14.6404C8.40338 14.8153 8.62751 14.9028 8.87898 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits01 icon-solid"><path class="solid" d="M16.4495 17.74V9.17916H14.4815V6.25996H20.3199V17.74H16.4495Z M8.87898 18.0024C7.86218 18.0024 6.96018 17.7673 6.17298 17.2972C5.39671 16.827 4.78444 16.1437 4.33618 15.2472C3.89884 14.3506 3.68018 13.2682 3.68018 12C3.68018 10.7317 3.89884 9.64929 4.33618 8.75276C4.78444 7.85622 5.39671 7.17289 6.17298 6.70276C6.96018 6.23263 7.86218 5.99756 8.87898 5.99756C9.89578 5.99756 10.7923 6.23263 11.5686 6.70276C12.3558 7.17289 12.968 7.85622 13.4054 8.75276C13.8536 9.64929 14.0778 10.7317 14.0778 12C14.0778 13.2682 13.8536 14.3506 13.4054 15.2472C12.968 16.1437 12.3558 16.827 11.5686 17.2972C10.7923 17.7673 9.89578 18.0024 8.87898 18.0024ZM8.87898 14.9028C9.13044 14.9028 9.35458 14.8153 9.55138 14.6404C9.74818 14.4654 9.90124 14.1648 10.0106 13.7384C10.1308 13.312 10.191 12.7325 10.191 12C10.191 11.2565 10.1308 10.677 10.0106 10.2616C9.90124 9.83516 9.74818 9.53449 9.55138 9.35956C9.35458 9.18463 9.13044 9.09716 8.87898 9.09716C8.62751 9.09716 8.40338 9.18463 8.20658 9.35956C8.00978 9.53449 7.85124 9.83516 7.73098 10.2616C7.62164 10.677 7.56698 11.2565 7.56698 12C7.56698 12.7325 7.62164 13.312 7.73098 13.7384C7.85124 14.1648 8.00978 14.4654 8.20658 14.6404C8.40338 14.8153 8.62751 14.9028 8.87898 14.9028Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits01 icon-duotone"><path class="alpha" d="M16.4495 17.74V9.17916H14.4815V6.25996H20.3199V17.74H16.4495Z M8.87898 18.0024C7.86218 18.0024 6.96018 17.7673 6.17298 17.2972C5.39671 16.827 4.78444 16.1437 4.33618 15.2472C3.89884 14.3506 3.68018 13.2682 3.68018 12C3.68018 10.7317 3.89884 9.64929 4.33618 8.75276C4.78444 7.85622 5.39671 7.17289 6.17298 6.70276C6.96018 6.23263 7.86218 5.99756 8.87898 5.99756C9.89578 5.99756 10.7923 6.23263 11.5686 6.70276C12.3558 7.17289 12.968 7.85622 13.4054 8.75276C13.8536 9.64929 14.0778 10.7317 14.0778 12C14.0778 13.2682 13.8536 14.3506 13.4054 15.2472C12.968 16.1437 12.3558 16.827 11.5686 17.2972C10.7923 17.7673 9.89578 18.0024 8.87898 18.0024ZM8.87898 14.9028C9.13044 14.9028 9.35458 14.8153 9.55138 14.6404C9.74818 14.4654 9.90124 14.1648 10.0106 13.7384C10.1308 13.312 10.191 12.7325 10.191 12C10.191 11.2565 10.1308 10.677 10.0106 10.2616C9.90124 9.83516 9.74818 9.53449 9.55138 9.35956C9.35458 9.18463 9.13044 9.09716 8.87898 9.09716C8.62751 9.09716 8.40338 9.18463 8.20658 9.35956C8.00978 9.53449 7.85124 9.83516 7.73098 10.2616C7.62164 10.677 7.56698 11.2565 7.56698 12C7.56698 12.7325 7.62164 13.312 7.73098 13.7384C7.85124 14.1648 8.00978 14.4654 8.20658 14.6404C8.40338 14.8153 8.62751 14.9028 8.87898 14.9028Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M16.4495 17.74V9.17916H14.4815V6.25996H20.3199V17.74H16.4495Z M8.87898 18.0024C7.86218 18.0024 6.96018 17.7673 6.17298 17.2972C5.39671 16.827 4.78444 16.1437 4.33618 15.2472C3.89884 14.3506 3.68018 13.2682 3.68018 12C3.68018 10.7317 3.89884 9.64929 4.33618 8.75276C4.78444 7.85622 5.39671 7.17289 6.17298 6.70276C6.96018 6.23263 7.86218 5.99756 8.87898 5.99756C9.89578 5.99756 10.7923 6.23263 11.5686 6.70276C12.3558 7.17289 12.968 7.85622 13.4054 8.75276C13.8536 9.64929 14.0778 10.7317 14.0778 12C14.0778 13.2682 13.8536 14.3506 13.4054 15.2472C12.968 16.1437 12.3558 16.827 11.5686 17.2972C10.7923 17.7673 9.89578 18.0024 8.87898 18.0024ZM8.87898 14.9028C9.13044 14.9028 9.35458 14.8153 9.55138 14.6404C9.74818 14.4654 9.90124 14.1648 10.0106 13.7384C10.1308 13.312 10.191 12.7325 10.191 12C10.191 11.2565 10.1308 10.677 10.0106 10.2616C9.90124 9.83516 9.74818 9.53449 9.55138 9.35956C9.35458 9.18463 9.13044 9.09716 8.87898 9.09716C8.62751 9.09716 8.40338 9.18463 8.20658 9.35956C8.00978 9.53449 7.85124 9.83516 7.73098 10.2616C7.62164 10.677 7.56698 11.2565 7.56698 12C7.56698 12.7325 7.62164 13.312 7.73098 13.7384C7.85124 14.1648 8.00978 14.4654 8.20658 14.6404C8.40338 14.8153 8.62751 14.9028 8.87898 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_02
                        <code>[[svg_collection:number_2digits_02]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits02 icon-outline"><path class="outline" d="M12.9891 17.74V15.362L17.1383 11.5244C17.4007 11.273 17.592 11.0543 17.7123 10.8684C17.8435 10.6826 17.9309 10.5186 17.9747 10.3764C18.0184 10.2234 18.0403 10.0812 18.0403 9.95002C18.0403 9.66575 17.9473 9.44709 17.7615 9.29402C17.5756 9.13002 17.2968 9.04802 16.9251 9.04802C16.5861 9.04802 16.2636 9.14095 15.9575 9.32682C15.6513 9.50175 15.4108 9.76415 15.2359 10.114L12.3167 8.65442C12.7321 7.86722 13.3553 7.22762 14.1863 6.73562C15.0172 6.24362 16.0504 5.99762 17.2859 5.99762C18.1933 5.99762 18.9969 6.14522 19.6967 6.44042C20.3964 6.73562 20.9431 7.15109 21.3367 7.68682C21.7303 8.22255 21.9271 8.85669 21.9271 9.58922C21.9271 9.96095 21.8779 10.3327 21.7795 10.7044C21.692 11.0762 21.5061 11.4698 21.2219 11.8852C20.9376 12.2898 20.5167 12.7435 19.9591 13.2464L18.32 14.7388H22.1895V17.74H12.9891Z M7.00935 18.0024C5.99255 18.0024 5.09055 17.7674 4.30335 17.2972C3.52708 16.8271 2.91481 16.1438 2.46655 15.2472C2.02921 14.3507 1.81055 13.2683 1.81055 12C1.81055 10.7318 2.02921 9.64935 2.46655 8.75282C2.91481 7.85629 3.52708 7.17295 4.30335 6.70282C5.09055 6.23269 5.99255 5.99762 7.00935 5.99762C8.02615 5.99762 8.92268 6.23269 9.69895 6.70282C10.4861 7.17295 11.0984 7.85629 11.5357 8.75282C11.984 9.64935 12.2081 10.7318 12.2081 12C12.2081 13.2683 11.984 14.3507 11.5357 15.2472C11.0984 16.1438 10.4861 16.8271 9.69895 17.2972C8.92268 17.7674 8.02615 18.0024 7.00935 18.0024ZM7.00935 14.9028C7.26081 14.9028 7.48495 14.8154 7.68175 14.6404C7.87855 14.4655 8.03161 14.1648 8.14095 13.7384C8.26121 13.312 8.32135 12.7326 8.32135 12C8.32135 11.2566 8.26121 10.6771 8.14095 10.2616C8.03161 9.83522 7.87855 9.53455 7.68175 9.35962C7.48495 9.18469 7.26081 9.09722 7.00935 9.09722C6.75788 9.09722 6.53375 9.18469 6.33695 9.35962C6.14015 9.53455 5.98161 9.83522 5.86135 10.2616C5.75201 10.6771 5.69735 11.2566 5.69735 12C5.69735 12.7326 5.75201 13.312 5.86135 13.7384C5.98161 14.1648 6.14015 14.4655 6.33695 14.6404C6.53375 14.8154 6.75788 14.9028 7.00935 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits02 icon-solid"><path class="solid" d="M12.9891 17.74V15.362L17.1383 11.5244C17.4007 11.2729 17.592 11.0542 17.7123 10.8684C17.8435 10.6825 17.9309 10.5185 17.9747 10.3764C18.0184 10.2233 18.0403 10.0812 18.0403 9.94996C18.0403 9.66569 17.9473 9.44702 17.7615 9.29396C17.5756 9.12996 17.2968 9.04796 16.9251 9.04796C16.5861 9.04796 16.2636 9.14089 15.9575 9.32676C15.6513 9.50169 15.4108 9.76409 15.2359 10.114L12.3167 8.65436C12.7321 7.86716 13.3553 7.22756 14.1863 6.73556C15.0172 6.24356 16.0504 5.99756 17.2859 5.99756C18.1933 5.99756 18.9969 6.14516 19.6967 6.44036C20.3964 6.73556 20.9431 7.15102 21.3367 7.68676C21.7303 8.22249 21.9271 8.85663 21.9271 9.58916C21.9271 9.96089 21.8779 10.3326 21.7795 10.7044C21.692 11.0761 21.5061 11.4697 21.2219 11.8852C20.9376 12.2897 20.5167 12.7434 19.9591 13.2464L18.32 14.7388H22.1895V17.74H12.9891Z M7.00935 18.0024C5.99255 18.0024 5.09055 17.7673 4.30335 17.2972C3.52708 16.827 2.91481 16.1437 2.46655 15.2472C2.02921 14.3506 1.81055 13.2682 1.81055 12C1.81055 10.7317 2.02921 9.64929 2.46655 8.75276C2.91481 7.85622 3.52708 7.17289 4.30335 6.70276C5.09055 6.23263 5.99255 5.99756 7.00935 5.99756C8.02615 5.99756 8.92268 6.23263 9.69895 6.70276C10.4861 7.17289 11.0984 7.85622 11.5357 8.75276C11.984 9.64929 12.2081 10.7317 12.2081 12C12.2081 13.2682 11.984 14.3506 11.5357 15.2472C11.0984 16.1437 10.4861 16.827 9.69895 17.2972C8.92268 17.7673 8.02615 18.0024 7.00935 18.0024ZM7.00935 14.9028C7.26081 14.9028 7.48495 14.8153 7.68175 14.6404C7.87855 14.4654 8.03161 14.1648 8.14095 13.7384C8.26121 13.312 8.32135 12.7325 8.32135 12C8.32135 11.2565 8.26121 10.677 8.14095 10.2616C8.03161 9.83516 7.87855 9.53449 7.68175 9.35956C7.48495 9.18463 7.26081 9.09716 7.00935 9.09716C6.75788 9.09716 6.53375 9.18463 6.33695 9.35956C6.14015 9.53449 5.98161 9.83516 5.86135 10.2616C5.75201 10.677 5.69735 11.2565 5.69735 12C5.69735 12.7325 5.75201 13.312 5.86135 13.7384C5.98161 14.1648 6.14015 14.4654 6.33695 14.6404C6.53375 14.8153 6.75788 14.9028 7.00935 14.9028Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits02 icon-duotone"><path class="alpha" d="M12.9891 17.74V15.362L17.1383 11.5244C17.4007 11.2729 17.592 11.0542 17.7123 10.8684C17.8435 10.6825 17.9309 10.5185 17.9747 10.3764C18.0184 10.2233 18.0403 10.0812 18.0403 9.94996C18.0403 9.66569 17.9473 9.44702 17.7615 9.29396C17.5756 9.12996 17.2968 9.04796 16.9251 9.04796C16.5861 9.04796 16.2636 9.14089 15.9575 9.32676C15.6513 9.50169 15.4108 9.76409 15.2359 10.114L12.3167 8.65436C12.7321 7.86716 13.3553 7.22756 14.1863 6.73556C15.0172 6.24356 16.0504 5.99756 17.2859 5.99756C18.1933 5.99756 18.9969 6.14516 19.6967 6.44036C20.3964 6.73556 20.9431 7.15102 21.3367 7.68676C21.7303 8.22249 21.9271 8.85663 21.9271 9.58916C21.9271 9.96089 21.8779 10.3326 21.7795 10.7044C21.692 11.0761 21.5061 11.4697 21.2219 11.8852C20.9376 12.2897 20.5167 12.7434 19.9591 13.2464L18.32 14.7388H22.1895V17.74H12.9891Z M7.00935 18.0024C5.99255 18.0024 5.09055 17.7673 4.30335 17.2972C3.52708 16.827 2.91481 16.1437 2.46655 15.2472C2.02921 14.3506 1.81055 13.2682 1.81055 12C1.81055 10.7317 2.02921 9.64929 2.46655 8.75276C2.91481 7.85622 3.52708 7.17289 4.30335 6.70276C5.09055 6.23263 5.99255 5.99756 7.00935 5.99756C8.02615 5.99756 8.92268 6.23263 9.69895 6.70276C10.4861 7.17289 11.0984 7.85622 11.5357 8.75276C11.984 9.64929 12.2081 10.7317 12.2081 12C12.2081 13.2682 11.984 14.3506 11.5357 15.2472C11.0984 16.1437 10.4861 16.827 9.69895 17.2972C8.92268 17.7673 8.02615 18.0024 7.00935 18.0024ZM7.00935 14.9028C7.26081 14.9028 7.48495 14.8153 7.68175 14.6404C7.87855 14.4654 8.03161 14.1648 8.14095 13.7384C8.26121 13.312 8.32135 12.7325 8.32135 12C8.32135 11.2565 8.26121 10.677 8.14095 10.2616C8.03161 9.83516 7.87855 9.53449 7.68175 9.35956C7.48495 9.18463 7.26081 9.09716 7.00935 9.09716C6.75788 9.09716 6.53375 9.18463 6.33695 9.35956C6.14015 9.53449 5.98161 9.83516 5.86135 10.2616C5.75201 10.677 5.69735 11.2565 5.69735 12C5.69735 12.7325 5.75201 13.312 5.86135 13.7384C5.98161 14.1648 6.14015 14.4654 6.33695 14.6404C6.53375 14.8153 6.75788 14.9028 7.00935 14.9028Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M12.9891 17.74V15.362L17.1383 11.5244C17.4007 11.2729 17.592 11.0542 17.7123 10.8684C17.8435 10.6825 17.9309 10.5185 17.9747 10.3764C18.0184 10.2233 18.0403 10.0812 18.0403 9.94996C18.0403 9.66569 17.9473 9.44702 17.7615 9.29396C17.5756 9.12996 17.2968 9.04796 16.9251 9.04796C16.5861 9.04796 16.2636 9.14089 15.9575 9.32676C15.6513 9.50169 15.4108 9.76409 15.2359 10.114L12.3167 8.65436C12.7321 7.86716 13.3553 7.22756 14.1863 6.73556C15.0172 6.24356 16.0504 5.99756 17.2859 5.99756C18.1933 5.99756 18.9969 6.14516 19.6967 6.44036C20.3964 6.73556 20.9431 7.15102 21.3367 7.68676C21.7303 8.22249 21.9271 8.85663 21.9271 9.58916C21.9271 9.96089 21.8779 10.3326 21.7795 10.7044C21.692 11.0761 21.5061 11.4697 21.2219 11.8852C20.9376 12.2897 20.5167 12.7434 19.9591 13.2464L18.32 14.7388H22.1895V17.74H12.9891Z M7.00935 18.0024C5.99255 18.0024 5.09055 17.7673 4.30335 17.2972C3.52708 16.827 2.91481 16.1437 2.46655 15.2472C2.02921 14.3506 1.81055 13.2682 1.81055 12C1.81055 10.7317 2.02921 9.64929 2.46655 8.75276C2.91481 7.85622 3.52708 7.17289 4.30335 6.70276C5.09055 6.23263 5.99255 5.99756 7.00935 5.99756C8.02615 5.99756 8.92268 6.23263 9.69895 6.70276C10.4861 7.17289 11.0984 7.85622 11.5357 8.75276C11.984 9.64929 12.2081 10.7317 12.2081 12C12.2081 13.2682 11.984 14.3506 11.5357 15.2472C11.0984 16.1437 10.4861 16.827 9.69895 17.2972C8.92268 17.7673 8.02615 18.0024 7.00935 18.0024ZM7.00935 14.9028C7.26081 14.9028 7.48495 14.8153 7.68175 14.6404C7.87855 14.4654 8.03161 14.1648 8.14095 13.7384C8.26121 13.312 8.32135 12.7325 8.32135 12C8.32135 11.2565 8.26121 10.677 8.14095 10.2616C8.03161 9.83516 7.87855 9.53449 7.68175 9.35956C7.48495 9.18463 7.26081 9.09716 7.00935 9.09716C6.75788 9.09716 6.53375 9.18463 6.33695 9.35956C6.14015 9.53449 5.98161 9.83516 5.86135 10.2616C5.75201 10.677 5.69735 11.2565 5.69735 12C5.69735 12.7325 5.75201 13.312 5.86135 13.7384C5.98161 14.1648 6.14015 14.4654 6.33695 14.6404C6.53375 14.8153 6.75788 14.9028 7.00935 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_03
                        <code>[[svg_collection:number_2digits_03]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits03 icon-outline"><path class="outline" d="M16.9496 18.0024C16.1624 18.0024 15.3642 17.915 14.5552 17.74C13.7461 17.5651 13.0354 17.3082 12.4232 16.9692L13.7352 14.1156C14.2272 14.3999 14.741 14.6131 15.2768 14.7552C15.8234 14.8864 16.3373 14.952 16.8184 14.952C17.2557 14.952 17.611 14.881 17.8844 14.7388C18.1686 14.5858 18.3108 14.3616 18.3108 14.0664C18.3108 13.815 18.2069 13.6236 17.9992 13.4924C17.7914 13.3503 17.4416 13.2792 16.9496 13.2792H15.4244V10.9012C16.0934 10.2211 16.5928 9.71347 17.1183 9.17922H13.0136V6.26002H21.5744V8.63802L19.4582 10.7893C20.104 10.9479 20.6399 11.2093 21.066 11.5736C21.8204 12.2187 22.1976 13.0496 22.1976 14.0664C22.1976 14.7224 22.0117 15.3511 21.64 15.9524C21.2792 16.5538 20.7106 17.0458 19.9344 17.4284C19.169 17.8111 18.1741 18.0024 16.9496 18.0024Z M7.00105 18.0024C5.98425 18.0024 5.08225 17.7674 4.29505 17.2972C3.51878 16.8271 2.90651 16.1438 2.45825 15.2472C2.02091 14.3507 1.80225 13.2683 1.80225 12C1.80225 10.7318 2.02091 9.64935 2.45825 8.75282C2.90651 7.85629 3.51878 7.17295 4.29505 6.70282C5.08225 6.23269 5.98425 5.99762 7.00105 5.99762C8.01785 5.99762 8.91438 6.23269 9.69065 6.70282C10.4778 7.17295 11.0901 7.85629 11.5274 8.75282C11.9757 9.64935 12.1998 10.7318 12.1998 12C12.1998 13.2683 11.9757 14.3507 11.5274 15.2472C11.0901 16.1438 10.4778 16.8271 9.69065 17.2972C8.91438 17.7674 8.01785 18.0024 7.00105 18.0024ZM7.00105 14.9028C7.25251 14.9028 7.47665 14.8154 7.67345 14.6404C7.87025 14.4655 8.02331 14.1648 8.13265 13.7384C8.25291 13.312 8.31305 12.7326 8.31305 12C8.31305 11.2566 8.25291 10.6771 8.13265 10.2616C8.02331 9.83522 7.87025 9.53455 7.67345 9.35962C7.47665 9.18469 7.25251 9.09722 7.00105 9.09722C6.74958 9.09722 6.52545 9.18469 6.32865 9.35962C6.13185 9.53455 5.97331 9.83522 5.85305 10.2616C5.74371 10.6771 5.68905 11.2566 5.68905 12C5.68905 12.7326 5.74371 13.312 5.85305 13.7384C5.97331 14.1648 6.13185 14.4655 6.32865 14.6404C6.52545 14.8154 6.74958 14.9028 7.00105 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits03 icon-solid"><path class="solid" d="M16.9496 18.0024C16.1624 18.0024 15.3642 17.9149 14.5552 17.74C13.7461 17.565 13.0354 17.3081 12.4232 16.9692L13.7352 14.1156C14.2272 14.3998 14.741 14.613 15.2768 14.7552C15.8234 14.8864 16.3373 14.952 16.8184 14.952C17.2557 14.952 17.611 14.8809 17.8844 14.7388C18.1686 14.5857 18.3108 14.3616 18.3108 14.0664C18.3108 13.8149 18.2069 13.6236 17.9992 13.4924C17.7914 13.3502 17.4416 13.2792 16.9496 13.2792H15.4244V10.9012C16.0934 10.2211 16.5928 9.71341 17.1183 9.17916H13.0136V6.25996H21.5744V8.63796L19.4582 10.7892C20.104 10.9478 20.6399 11.2092 21.066 11.5736C21.8204 12.2186 22.1976 13.0496 22.1976 14.0664C22.1976 14.7224 22.0117 15.351 21.64 15.9524C21.2792 16.5537 20.7106 17.0457 19.9344 17.4284C19.169 17.811 18.1741 18.0024 16.9496 18.0024Z M7.00105 18.0024C5.98425 18.0024 5.08225 17.7673 4.29505 17.2972C3.51878 16.827 2.90651 16.1437 2.45825 15.2472C2.02091 14.3506 1.80225 13.2682 1.80225 12C1.80225 10.7317 2.02091 9.64929 2.45825 8.75276C2.90651 7.85622 3.51878 7.17289 4.29505 6.70276C5.08225 6.23263 5.98425 5.99756 7.00105 5.99756C8.01785 5.99756 8.91438 6.23263 9.69065 6.70276C10.4778 7.17289 11.0901 7.85622 11.5274 8.75276C11.9757 9.64929 12.1998 10.7317 12.1998 12C12.1998 13.2682 11.9757 14.3506 11.5274 15.2472C11.0901 16.1437 10.4778 16.827 9.69065 17.2972C8.91438 17.7673 8.01785 18.0024 7.00105 18.0024ZM7.00105 14.9028C7.25251 14.9028 7.47665 14.8153 7.67345 14.6404C7.87025 14.4654 8.02331 14.1648 8.13265 13.7384C8.25291 13.312 8.31305 12.7325 8.31305 12C8.31305 11.2565 8.25291 10.677 8.13265 10.2616C8.02331 9.83516 7.87025 9.53449 7.67345 9.35956C7.47665 9.18463 7.25251 9.09716 7.00105 9.09716C6.74958 9.09716 6.52545 9.18463 6.32865 9.35956C6.13185 9.53449 5.97331 9.83516 5.85305 10.2616C5.74371 10.677 5.68905 11.2565 5.68905 12C5.68905 12.7325 5.74371 13.312 5.85305 13.7384C5.97331 14.1648 6.13185 14.4654 6.32865 14.6404C6.52545 14.8153 6.74958 14.9028 7.00105 14.9028Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits03 icon-duotone"><path class="alpha" d="M16.9496 18.0024C16.1624 18.0024 15.3642 17.9149 14.5552 17.74C13.7461 17.565 13.0354 17.3081 12.4232 16.9692L13.7352 14.1156C14.2272 14.3998 14.741 14.613 15.2768 14.7552C15.8234 14.8864 16.3373 14.952 16.8184 14.952C17.2557 14.952 17.611 14.8809 17.8844 14.7388C18.1686 14.5857 18.3108 14.3616 18.3108 14.0664C18.3108 13.8149 18.2069 13.6236 17.9992 13.4924C17.7914 13.3502 17.4416 13.2792 16.9496 13.2792H15.4244V10.9012C16.0934 10.2211 16.5928 9.71341 17.1183 9.17916H13.0136V6.25996H21.5744V8.63796L19.4582 10.7892C20.104 10.9478 20.6399 11.2092 21.066 11.5736C21.8204 12.2186 22.1976 13.0496 22.1976 14.0664C22.1976 14.7224 22.0117 15.351 21.64 15.9524C21.2792 16.5537 20.7106 17.0457 19.9344 17.4284C19.169 17.811 18.1741 18.0024 16.9496 18.0024Z M7.00105 18.0024C5.98425 18.0024 5.08225 17.7673 4.29505 17.2972C3.51878 16.827 2.90651 16.1437 2.45825 15.2472C2.02091 14.3506 1.80225 13.2682 1.80225 12C1.80225 10.7317 2.02091 9.64929 2.45825 8.75276C2.90651 7.85622 3.51878 7.17289 4.29505 6.70276C5.08225 6.23263 5.98425 5.99756 7.00105 5.99756C8.01785 5.99756 8.91438 6.23263 9.69065 6.70276C10.4778 7.17289 11.0901 7.85622 11.5274 8.75276C11.9757 9.64929 12.1998 10.7317 12.1998 12C12.1998 13.2682 11.9757 14.3506 11.5274 15.2472C11.0901 16.1437 10.4778 16.827 9.69065 17.2972C8.91438 17.7673 8.01785 18.0024 7.00105 18.0024ZM7.00105 14.9028C7.25251 14.9028 7.47665 14.8153 7.67345 14.6404C7.87025 14.4654 8.02331 14.1648 8.13265 13.7384C8.25291 13.312 8.31305 12.7325 8.31305 12C8.31305 11.2565 8.25291 10.677 8.13265 10.2616C8.02331 9.83516 7.87025 9.53449 7.67345 9.35956C7.47665 9.18463 7.25251 9.09716 7.00105 9.09716C6.74958 9.09716 6.52545 9.18463 6.32865 9.35956C6.13185 9.53449 5.97331 9.83516 5.85305 10.2616C5.74371 10.677 5.68905 11.2565 5.68905 12C5.68905 12.7325 5.74371 13.312 5.85305 13.7384C5.97331 14.1648 6.13185 14.4654 6.32865 14.6404C6.52545 14.8153 6.74958 14.9028 7.00105 14.9028Z" fill="currentcolor" fill-opacity="0.2"/>
<path class="outline" d="M16.9496 18.0024C16.1624 18.0024 15.3642 17.9149 14.5552 17.74C13.7461 17.565 13.0354 17.3081 12.4232 16.9692L13.7352 14.1156C14.2272 14.3998 14.741 14.613 15.2768 14.7552C15.8234 14.8864 16.3373 14.952 16.8184 14.952C17.2557 14.952 17.611 14.8809 17.8844 14.7388C18.1686 14.5857 18.3108 14.3616 18.3108 14.0664C18.3108 13.8149 18.2069 13.6236 17.9992 13.4924C17.7914 13.3502 17.4416 13.2792 16.9496 13.2792H15.4244V10.9012C16.0934 10.2211 16.5928 9.71341 17.1183 9.17916H13.0136V6.25996H21.5744V8.63796L19.4582 10.7892C20.104 10.9478 20.6399 11.2092 21.066 11.5736C21.8204 12.2186 22.1976 13.0496 22.1976 14.0664C22.1976 14.7224 22.0117 15.351 21.64 15.9524C21.2792 16.5537 20.7106 17.0457 19.9344 17.4284C19.169 17.811 18.1741 18.0024 16.9496 18.0024Z M7.00105 18.0024C5.98425 18.0024 5.08225 17.7673 4.29505 17.2972C3.51878 16.827 2.90651 16.1437 2.45825 15.2472C2.02091 14.3506 1.80225 13.2682 1.80225 12C1.80225 10.7317 2.02091 9.64929 2.45825 8.75276C2.90651 7.85622 3.51878 7.17289 4.29505 6.70276C5.08225 6.23263 5.98425 5.99756 7.00105 5.99756C8.01785 5.99756 8.91438 6.23263 9.69065 6.70276C10.4778 7.17289 11.0901 7.85622 11.5274 8.75276C11.9757 9.64929 12.1998 10.7317 12.1998 12C12.1998 13.2682 11.9757 14.3506 11.5274 15.2472C11.0901 16.1437 10.4778 16.827 9.69065 17.2972C8.91438 17.7673 8.01785 18.0024 7.00105 18.0024ZM7.00105 14.9028C7.25251 14.9028 7.47665 14.8153 7.67345 14.6404C7.87025 14.4654 8.02331 14.1648 8.13265 13.7384C8.25291 13.312 8.31305 12.7325 8.31305 12C8.31305 11.2565 8.25291 10.677 8.13265 10.2616C8.02331 9.83516 7.87025 9.53449 7.67345 9.35956C7.47665 9.18463 7.25251 9.09716 7.00105 9.09716C6.74958 9.09716 6.52545 9.18463 6.32865 9.35956C6.13185 9.53449 5.97331 9.83516 5.85305 10.2616C5.74371 10.677 5.68905 11.2565 5.68905 12C5.68905 12.7325 5.74371 13.312 5.85305 13.7384C5.97331 14.1648 6.13185 14.4654 6.32865 14.6404C6.52545 14.8153 6.74958 14.9028 7.00105 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_04
                        <code>[[svg_collection:number_2digits_04]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits04 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.0116 15.772V13.312L16.8824 6.26002H20.8512L16.5207 12.7708H18.0796V11.016H21.7204V12.7708M12.0116 15.772C13.7149 15.772 16.6519 15.772 17.9648 15.772M12.0116 15.772H17.9648M23.2456 12.7708V15.772M23.2456 12.7708C22.6933 12.7708 22.192 12.7708 21.7204 12.7708M23.2456 12.7708H21.7204M23.2456 15.772C22.7109 15.772 22.2048 15.772 21.7204 15.772M23.2456 15.772H21.7204M17.9648 15.772V17.74H21.7204M21.7204 17.74C21.7204 16.9839 21.7204 16.3617 21.7204 15.772M21.7204 17.74V15.772M5.95368 18.0024C4.93688 18.0024 4.03488 17.7674 3.24768 17.2972C2.47142 16.8271 1.85915 16.1438 1.41088 15.2472C0.973549 14.3507 0.754883 13.2683 0.754883 12C0.754883 10.7318 0.973549 9.64935 1.41088 8.75282C1.85915 7.85629 2.47142 7.17295 3.24768 6.70282C4.03488 6.23269 4.93688 5.99762 5.95368 5.99762C6.97048 5.99762 7.86702 6.23269 8.64328 6.70282C9.43048 7.17295 10.0427 7.85629 10.4801 8.75282C10.9283 9.64935 11.1525 10.7318 11.1525 12C11.1525 13.2683 10.9283 14.3507 10.4801 15.2472C10.0427 16.1438 9.43048 16.8271 8.64328 17.2972C7.86702 17.7674 6.97048 18.0024 5.95368 18.0024ZM5.95368 14.9028C6.20515 14.9028 6.42928 14.8154 6.62608 14.6404C6.82288 14.4655 6.97595 14.1648 7.08528 13.7384C7.20555 13.312 7.26568 12.7326 7.26568 12C7.26568 11.2566 7.20555 10.6771 7.08528 10.2616C6.97595 9.83522 6.82288 9.53455 6.62608 9.35962C6.42928 9.18469 6.20515 9.09722 5.95368 9.09722C5.70222 9.09722 5.47808 9.18469 5.28128 9.35962C5.08448 9.53455 4.92595 9.83522 4.80568 10.2616C4.69635 10.6771 4.64168 11.2566 4.64168 12C4.64168 12.7326 4.69635 13.312 4.80568 13.7384C4.92595 14.1648 5.08448 14.4655 5.28128 14.6404C5.47808 14.8154 5.70222 14.9028 5.95368 14.9028Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits04 icon-solid"><path class="solid" d="M5.95368 18.0024C4.93688 18.0024 4.03488 17.7673 3.24768 17.2972C2.47142 16.827 1.85915 16.1437 1.41088 15.2472C0.973549 14.3506 0.754883 13.2682 0.754883 12C0.754883 10.7317 0.973549 9.64929 1.41088 8.75276C1.85915 7.85622 2.47142 7.17289 3.24768 6.70276C4.03488 6.23263 4.93688 5.99756 5.95368 5.99756C6.97048 5.99756 7.86702 6.23263 8.64328 6.70276C9.43048 7.17289 10.0427 7.85622 10.4801 8.75276C10.9283 9.64929 11.1525 10.7317 11.1525 12C11.1525 13.2682 10.9283 14.3506 10.4801 15.2472C10.0427 16.1437 9.43048 16.827 8.64328 17.2972C7.86702 17.7673 6.97048 18.0024 5.95368 18.0024ZM5.95368 14.9028C6.20515 14.9028 6.42928 14.8153 6.62608 14.6404C6.82288 14.4654 6.97595 14.1648 7.08528 13.7384C7.20555 13.312 7.26568 12.7325 7.26568 12C7.26568 11.2565 7.20555 10.677 7.08528 10.2616C6.97595 9.83516 6.82288 9.53449 6.62608 9.35956C6.42928 9.18463 6.20515 9.09716 5.95368 9.09716C5.70222 9.09716 5.47808 9.18463 5.28128 9.35956C5.08448 9.53449 4.92595 9.83516 4.80568 10.2616C4.69635 10.677 4.64168 11.2565 4.64168 12C4.64168 12.7325 4.69635 13.312 4.80568 13.7384C4.92595 14.1648 5.08448 14.4654 5.28128 14.6404C5.47808 14.8153 5.70222 14.9028 5.95368 14.9028Z M12.0116 15.772V13.312L16.8824 6.25996H20.8512L16.5207 12.7708H18.0796V11.016H21.7204V12.7708H23.2456V15.772H21.7204V17.74H17.9648V15.772H12.0116Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits04 icon-duotone"><path class="alpha" d="M5.95368 18.0024C4.93688 18.0024 4.03488 17.7673 3.24768 17.2972C2.47142 16.827 1.85915 16.1437 1.41088 15.2472C0.973549 14.3506 0.754883 13.2682 0.754883 12C0.754883 10.7317 0.973549 9.64929 1.41088 8.75276C1.85915 7.85622 2.47142 7.17289 3.24768 6.70276C4.03488 6.23263 4.93688 5.99756 5.95368 5.99756C6.97048 5.99756 7.86702 6.23263 8.64328 6.70276C9.43048 7.17289 10.0427 7.85622 10.4801 8.75276C10.9283 9.64929 11.1525 10.7317 11.1525 12C11.1525 13.2682 10.9283 14.3506 10.4801 15.2472C10.0427 16.1437 9.43048 16.827 8.64328 17.2972C7.86702 17.7673 6.97048 18.0024 5.95368 18.0024ZM5.95368 14.9028C6.20515 14.9028 6.42928 14.8153 6.62608 14.6404C6.82288 14.4654 6.97595 14.1648 7.08528 13.7384C7.20555 13.312 7.26568 12.7325 7.26568 12C7.26568 11.2565 7.20555 10.677 7.08528 10.2616C6.97595 9.83516 6.82288 9.53449 6.62608 9.35956C6.42928 9.18463 6.20515 9.09716 5.95368 9.09716C5.70222 9.09716 5.47808 9.18463 5.28128 9.35956C5.08448 9.53449 4.92595 9.83516 4.80568 10.2616C4.69635 10.677 4.64168 11.2565 4.64168 12C4.64168 12.7325 4.69635 13.312 4.80568 13.7384C4.92595 14.1648 5.08448 14.4654 5.28128 14.6404C5.47808 14.8153 5.70222 14.9028 5.95368 14.9028Z M12.0116 15.772V13.312L16.8824 6.25996H20.8512L16.5207 12.7708H18.0796V11.016H21.7204V12.7708H23.2456V15.772H21.7204V17.74H17.9648V15.772H12.0116Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.0116 15.772V13.312L16.8824 6.25996H20.8512L16.5207 12.7708H18.0796V11.016H21.7204V12.7708M12.0116 15.772C13.7149 15.772 16.6519 15.772 17.9648 15.772M12.0116 15.772H17.9648M23.2456 12.7708V15.772M23.2456 12.7708C22.6933 12.7708 22.192 12.7708 21.7204 12.7708M23.2456 12.7708H21.7204M23.2456 15.772C22.7109 15.772 22.2048 15.772 21.7204 15.772M23.2456 15.772H21.7204M17.9648 15.772V17.74H21.7204M21.7204 17.74C21.7204 16.9838 21.7204 16.3616 21.7204 15.772M21.7204 17.74V15.772M5.95368 18.0024C4.93688 18.0024 4.03488 17.7673 3.24768 17.2972C2.47142 16.827 1.85915 16.1437 1.41088 15.2472C0.973549 14.3506 0.754883 13.2682 0.754883 12C0.754883 10.7317 0.973549 9.64929 1.41088 8.75276C1.85915 7.85622 2.47142 7.17289 3.24768 6.70276C4.03488 6.23263 4.93688 5.99756 5.95368 5.99756C6.97048 5.99756 7.86702 6.23263 8.64328 6.70276C9.43048 7.17289 10.0427 7.85622 10.4801 8.75276C10.9283 9.64929 11.1525 10.7317 11.1525 12C11.1525 13.2682 10.9283 14.3506 10.4801 15.2472C10.0427 16.1437 9.43048 16.827 8.64328 17.2972C7.86702 17.7673 6.97048 18.0024 5.95368 18.0024ZM5.95368 14.9028C6.20515 14.9028 6.42928 14.8153 6.62608 14.6404C6.82288 14.4654 6.97595 14.1648 7.08528 13.7384C7.20555 13.312 7.26568 12.7325 7.26568 12C7.26568 11.2565 7.20555 10.677 7.08528 10.2616C6.97595 9.83516 6.82288 9.53449 6.62608 9.35956C6.42928 9.18463 6.20515 9.09716 5.95368 9.09716C5.70222 9.09716 5.47808 9.18463 5.28128 9.35956C5.08448 9.53449 4.92595 9.83516 4.80568 10.2616C4.69635 10.677 4.64168 11.2565 4.64168 12C4.64168 12.7325 4.69635 13.312 4.80568 13.7384C4.92595 14.1648 5.08448 14.4654 5.28128 14.6404C5.47808 14.8153 5.70222 14.9028 5.95368 14.9028Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_05
                        <code>[[svg_collection:number_2digits_05]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits05 icon-outline"><path class="outline" d="M17.1197 18.0024C16.3325 18.0024 15.5344 17.915 14.7253 17.74C13.9162 17.5651 13.2056 17.3082 12.5933 16.9692L13.9053 14.1156C14.3973 14.3999 14.9112 14.6131 15.4469 14.7552C15.9826 14.8864 16.491 14.952 16.9721 14.952C17.4094 14.952 17.7702 14.8755 18.0545 14.7224C18.3388 14.5694 18.4809 14.3452 18.4809 14.05C18.4809 13.886 18.4317 13.7439 18.3333 13.6236C18.2349 13.4924 18.06 13.394 17.8085 13.3284C17.568 13.2628 17.2126 13.23 16.7425 13.23H13.4133L13.9873 6.26002H21.6133V9.17922H17.1718L17.0841 10.3108H17.6773C18.8144 10.3108 19.7218 10.4748 20.3997 10.8028C21.0885 11.1308 21.586 11.5736 21.8921 12.1312C22.2092 12.6779 22.3677 13.2902 22.3677 13.968C22.3677 14.6459 22.1818 15.2964 21.8101 15.9196C21.4493 16.5319 20.8808 17.0348 20.1045 17.4284C19.3392 17.8111 18.3442 18.0024 17.1197 18.0024Z M6.83064 18.0024C5.81384 18.0024 4.91184 17.7674 4.12464 17.2972C3.34837 16.8271 2.7361 16.1438 2.28784 15.2472C1.8505 14.3507 1.63184 13.2683 1.63184 12C1.63184 10.7318 1.8505 9.64935 2.28784 8.75282C2.7361 7.85629 3.34837 7.17295 4.12464 6.70282C4.91184 6.23269 5.81384 5.99762 6.83064 5.99762C7.84744 5.99762 8.74397 6.23269 9.52024 6.70282C10.3074 7.17295 10.9197 7.85629 11.357 8.75282C11.8053 9.64935 12.0294 10.7318 12.0294 12C12.0294 13.2683 11.8053 14.3507 11.357 15.2472C10.9197 16.1438 10.3074 16.8271 9.52024 17.2972C8.74397 17.7674 7.84744 18.0024 6.83064 18.0024ZM6.83064 14.9028C7.0821 14.9028 7.30624 14.8154 7.50304 14.6404C7.69984 14.4655 7.8529 14.1648 7.96224 13.7384C8.0825 13.312 8.14264 12.7326 8.14264 12C8.14264 11.2566 8.0825 10.6771 7.96224 10.2616C7.8529 9.83522 7.69984 9.53455 7.50304 9.35962C7.30624 9.18469 7.0821 9.09722 6.83064 9.09722C6.57917 9.09722 6.35504 9.18469 6.15824 9.35962C5.96144 9.53455 5.8029 9.83522 5.68264 10.2616C5.5733 10.6771 5.51864 11.2566 5.51864 12C5.51864 12.7326 5.5733 13.312 5.68264 13.7384C5.8029 14.1648 5.96144 14.4655 6.15824 14.6404C6.35504 14.8154 6.57917 14.9028 6.83064 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits05 icon-solid"><path class="solid" d="M17.1197 18.0024C16.3325 18.0024 15.5344 17.9149 14.7253 17.74C13.9162 17.565 13.2056 17.3081 12.5933 16.9692L13.9053 14.1156C14.3973 14.3998 14.9112 14.613 15.4469 14.7552C15.9826 14.8864 16.491 14.952 16.9721 14.952C17.4094 14.952 17.7702 14.8754 18.0545 14.7224C18.3388 14.5693 18.4809 14.3452 18.4809 14.05C18.4809 13.886 18.4317 13.7438 18.3333 13.6236C18.2349 13.4924 18.06 13.394 17.8085 13.3284C17.568 13.2628 17.2126 13.23 16.7425 13.23H13.4133L13.9873 6.25996H21.6133V9.17916H17.1718L17.0841 10.3108H17.6773C18.8144 10.3108 19.7218 10.4748 20.3997 10.8028C21.0885 11.1308 21.586 11.5736 21.8921 12.1312C22.2092 12.6778 22.3677 13.2901 22.3677 13.968C22.3677 14.6458 22.1818 15.2964 21.8101 15.9196C21.4493 16.5318 20.8808 17.0348 20.1045 17.4284C19.3392 17.811 18.3442 18.0024 17.1197 18.0024Z M6.83064 18.0024C5.81384 18.0024 4.91184 17.7673 4.12464 17.2972C3.34837 16.827 2.7361 16.1437 2.28784 15.2472C1.8505 14.3506 1.63184 13.2682 1.63184 12C1.63184 10.7317 1.8505 9.64929 2.28784 8.75276C2.7361 7.85622 3.34837 7.17289 4.12464 6.70276C4.91184 6.23263 5.81384 5.99756 6.83064 5.99756C7.84744 5.99756 8.74397 6.23263 9.52024 6.70276C10.3074 7.17289 10.9197 7.85622 11.357 8.75276C11.8053 9.64929 12.0294 10.7317 12.0294 12C12.0294 13.2682 11.8053 14.3506 11.357 15.2472C10.9197 16.1437 10.3074 16.827 9.52024 17.2972C8.74397 17.7673 7.84744 18.0024 6.83064 18.0024ZM6.83064 14.9028C7.0821 14.9028 7.30624 14.8153 7.50304 14.6404C7.69984 14.4654 7.8529 14.1648 7.96224 13.7384C8.0825 13.312 8.14264 12.7325 8.14264 12C8.14264 11.2565 8.0825 10.677 7.96224 10.2616C7.8529 9.83516 7.69984 9.53449 7.50304 9.35956C7.30624 9.18463 7.0821 9.09716 6.83064 9.09716C6.57917 9.09716 6.35504 9.18463 6.15824 9.35956C5.96144 9.53449 5.8029 9.83516 5.68264 10.2616C5.5733 10.677 5.51864 11.2565 5.51864 12C5.51864 12.7325 5.5733 13.312 5.68264 13.7384C5.8029 14.1648 5.96144 14.4654 6.15824 14.6404C6.35504 14.8153 6.57917 14.9028 6.83064 14.9028Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits05 icon-duotone"><path class="alpha" d="M17.1197 18.0024C16.3325 18.0024 15.5344 17.9149 14.7253 17.74C13.9162 17.565 13.2056 17.3081 12.5933 16.9692L13.9053 14.1156C14.3973 14.3998 14.9112 14.613 15.4469 14.7552C15.9826 14.8864 16.491 14.952 16.9721 14.952C17.4094 14.952 17.7702 14.8754 18.0545 14.7224C18.3388 14.5693 18.4809 14.3452 18.4809 14.05C18.4809 13.886 18.4317 13.7438 18.3333 13.6236C18.2349 13.4924 18.06 13.394 17.8085 13.3284C17.568 13.2628 17.2126 13.23 16.7425 13.23H13.4133L13.9873 6.25996H21.6133V9.17916H17.1718L17.0841 10.3108H17.6773C18.8144 10.3108 19.7218 10.4748 20.3997 10.8028C21.0885 11.1308 21.586 11.5736 21.8921 12.1312C22.2092 12.6778 22.3677 13.2901 22.3677 13.968C22.3677 14.6458 22.1818 15.2964 21.8101 15.9196C21.4493 16.5318 20.8808 17.0348 20.1045 17.4284C19.3392 17.811 18.3442 18.0024 17.1197 18.0024Z M6.83064 18.0024C5.81384 18.0024 4.91184 17.7673 4.12464 17.2972C3.34837 16.827 2.7361 16.1437 2.28784 15.2472C1.8505 14.3506 1.63184 13.2682 1.63184 12C1.63184 10.7317 1.8505 9.64929 2.28784 8.75276C2.7361 7.85622 3.34837 7.17289 4.12464 6.70276C4.91184 6.23263 5.81384 5.99756 6.83064 5.99756C7.84744 5.99756 8.74397 6.23263 9.52024 6.70276C10.3074 7.17289 10.9197 7.85622 11.357 8.75276C11.8053 9.64929 12.0294 10.7317 12.0294 12C12.0294 13.2682 11.8053 14.3506 11.357 15.2472C10.9197 16.1437 10.3074 16.827 9.52024 17.2972C8.74397 17.7673 7.84744 18.0024 6.83064 18.0024ZM6.83064 14.9028C7.0821 14.9028 7.30624 14.8153 7.50304 14.6404C7.69984 14.4654 7.8529 14.1648 7.96224 13.7384C8.0825 13.312 8.14264 12.7325 8.14264 12C8.14264 11.2565 8.0825 10.677 7.96224 10.2616C7.8529 9.83516 7.69984 9.53449 7.50304 9.35956C7.30624 9.18463 7.0821 9.09716 6.83064 9.09716C6.57917 9.09716 6.35504 9.18463 6.15824 9.35956C5.96144 9.53449 5.8029 9.83516 5.68264 10.2616C5.5733 10.677 5.51864 11.2565 5.51864 12C5.51864 12.7325 5.5733 13.312 5.68264 13.7384C5.8029 14.1648 5.96144 14.4654 6.15824 14.6404C6.35504 14.8153 6.57917 14.9028 6.83064 14.9028Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M17.1197 18.0024C16.3325 18.0024 15.5344 17.9149 14.7253 17.74C13.9162 17.565 13.2056 17.3081 12.5933 16.9692L13.9053 14.1156C14.3973 14.3998 14.9112 14.613 15.4469 14.7552C15.9826 14.8864 16.491 14.952 16.9721 14.952C17.4094 14.952 17.7702 14.8754 18.0545 14.7224C18.3388 14.5693 18.4809 14.3452 18.4809 14.05C18.4809 13.886 18.4317 13.7438 18.3333 13.6236C18.2349 13.4924 18.06 13.394 17.8085 13.3284C17.568 13.2628 17.2126 13.23 16.7425 13.23H13.4133L13.9873 6.25996H21.6133V9.17916H17.1718L17.0841 10.3108H17.6773C18.8144 10.3108 19.7218 10.4748 20.3997 10.8028C21.0885 11.1308 21.586 11.5736 21.8921 12.1312C22.2092 12.6778 22.3677 13.2901 22.3677 13.968C22.3677 14.6458 22.1818 15.2964 21.8101 15.9196C21.4493 16.5318 20.8808 17.0348 20.1045 17.4284C19.3392 17.811 18.3442 18.0024 17.1197 18.0024Z M6.83064 18.0024C5.81384 18.0024 4.91184 17.7673 4.12464 17.2972C3.34837 16.827 2.7361 16.1437 2.28784 15.2472C1.8505 14.3506 1.63184 13.2682 1.63184 12C1.63184 10.7317 1.8505 9.64929 2.28784 8.75276C2.7361 7.85622 3.34837 7.17289 4.12464 6.70276C4.91184 6.23263 5.81384 5.99756 6.83064 5.99756C7.84744 5.99756 8.74397 6.23263 9.52024 6.70276C10.3074 7.17289 10.9197 7.85622 11.357 8.75276C11.8053 9.64929 12.0294 10.7317 12.0294 12C12.0294 13.2682 11.8053 14.3506 11.357 15.2472C10.9197 16.1437 10.3074 16.827 9.52024 17.2972C8.74397 17.7673 7.84744 18.0024 6.83064 18.0024ZM6.83064 14.9028C7.0821 14.9028 7.30624 14.8153 7.50304 14.6404C7.69984 14.4654 7.8529 14.1648 7.96224 13.7384C8.0825 13.312 8.14264 12.7325 8.14264 12C8.14264 11.2565 8.0825 10.677 7.96224 10.2616C7.8529 9.83516 7.69984 9.53449 7.50304 9.35956C7.30624 9.18463 7.0821 9.09716 6.83064 9.09716C6.57917 9.09716 6.35504 9.18463 6.15824 9.35956C5.96144 9.53449 5.8029 9.83516 5.68264 10.2616C5.5733 10.677 5.51864 11.2565 5.51864 12C5.51864 12.7325 5.5733 13.312 5.68264 13.7384C5.8029 14.1648 5.96144 14.4654 6.15824 14.6404C6.35504 14.8153 6.57917 14.9028 6.83064 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_06
                        <code>[[svg_collection:number_2digits_06]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits06 icon-outline"><path class="outline" d="M3.731 17.297C4.518 17.767 5.42 18.002 6.437 18.002 7.454 18.002 8.35 17.767 9.127 17.297 9.914 16.827 10.526 16.144 10.964 15.247 11.412 14.351 11.636 13.268 11.636 12 11.636 10.732 11.412 9.649 10.964 8.753 10.526 7.856 9.914 7.173 9.127 6.703 8.35 6.233 7.454 5.998 6.437 5.998 5.42 5.998 4.518 6.233 3.731 6.703 2.955 7.173 2.343 7.856 1.894 8.753 1.457 9.649 1.238 10.732 1.238 12 1.238 13.268 1.457 14.351 1.894 15.247 2.343 16.144 2.955 16.827 3.731 17.297ZM7.109 14.64C6.913 14.815 6.689 14.903 6.437 14.903 6.186 14.903 5.961 14.815 5.765 14.64 5.568 14.465 5.409 14.165 5.289 13.738 5.18 13.312 5.125 12.733 5.125 12 5.125 11.257 5.18 10.677 5.289 10.262 5.409 9.835 5.568 9.534 5.765 9.36 5.961 9.185 6.186 9.097 6.437 9.097 6.689 9.097 6.913 9.185 7.109 9.36 7.306 9.534 7.459 9.835 7.569 10.262 7.689 10.677 7.749 11.257 7.749 12 7.749 12.733 7.689 13.312 7.569 13.738 7.459 14.165 7.306 14.465 7.109 14.64ZM15.217 17.379C16.048 17.795 17.01 18.002 18.104 18.002 18.968 18.002 19.749 17.838 20.449 17.51 21.16 17.182 21.723 16.718 22.138 16.116 22.554 15.515 22.761 14.804 22.761 13.984 22.761 13.23 22.576 12.579 22.204 12.033 21.843 11.486 21.362 11.065 20.761 10.77 20.17 10.464 19.525 10.311 18.825 10.311 18.29 10.311 17.82 10.382 17.415 10.524 17.09 10.63 16.799 10.778 16.545 10.968 16.642 10.444 16.85 10.023 17.169 9.704 17.639 9.234 18.262 8.999 19.039 8.999 19.399 8.999 19.749 9.042 20.088 9.13 20.438 9.206 20.782 9.365 21.121 9.606L22.515 6.9C22.078 6.615 21.542 6.397 20.908 6.244 20.285 6.08 19.634 5.998 18.957 5.998 17.699 5.998 16.59 6.249 15.627 6.752 14.676 7.255 13.933 7.982 13.397 8.933 12.861 9.873 12.593 11.016 12.593 12.361 12.593 13.607 12.823 14.651 13.282 15.493 13.752 16.324 14.397 16.953 15.217 17.379ZM17.841 15.329C18.071 15.329 18.273 15.285 18.448 15.198 18.634 15.1 18.776 14.963 18.875 14.788 18.973 14.613 19.022 14.405 19.022 14.165 19.022 13.804 18.913 13.52 18.694 13.312 18.476 13.093 18.191 12.984 17.841 12.984 17.612 12.984 17.41 13.033 17.235 13.132 17.06 13.23 16.918 13.367 16.808 13.542 16.71 13.717 16.661 13.924 16.661 14.165 16.661 14.405 16.71 14.613 16.808 14.788 16.918 14.963 17.06 15.1 17.235 15.198 17.41 15.285 17.612 15.329 17.841 15.329Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits06 icon-solid"><path class="solid" d="M6.43708 18.0024C5.42028 18.0024 4.51828 17.7673 3.73108 17.2972C2.95481 16.827 2.34255 16.1437 1.89428 15.2472C1.45695 14.3506 1.23828 13.2682 1.23828 12C1.23828 10.7317 1.45695 9.64929 1.89428 8.75276C2.34255 7.85622 2.95481 7.17289 3.73108 6.70276C4.51828 6.23263 5.42028 5.99756 6.43708 5.99756C7.45388 5.99756 8.35041 6.23263 9.12668 6.70276C9.91388 7.17289 10.5261 7.85622 10.9635 8.75276C11.4117 9.64929 11.6359 10.7317 11.6359 12C11.6359 13.2682 11.4117 14.3506 10.9635 15.2472C10.5261 16.1437 9.91388 16.827 9.12668 17.2972C8.35041 17.7673 7.45388 18.0024 6.43708 18.0024ZM6.43708 14.9028C6.68855 14.9028 6.91268 14.8153 7.10948 14.6404C7.30628 14.4654 7.45935 14.1648 7.56868 13.7384C7.68895 13.312 7.74908 12.7325 7.74908 12C7.74908 11.2565 7.68895 10.677 7.56868 10.2616C7.45935 9.83516 7.30628 9.53449 7.10948 9.35956C6.91268 9.18463 6.68855 9.09716 6.43708 9.09716C6.18561 9.09716 5.96148 9.18463 5.76468 9.35956C5.56788 9.53449 5.40935 9.83516 5.28908 10.2616C5.17975 10.677 5.12508 11.2565 5.12508 12C5.12508 12.7325 5.17975 13.312 5.28908 13.7384C5.40935 14.1648 5.56788 14.4654 5.76468 14.6404C5.96148 14.8153 6.18561 14.9028 6.43708 14.9028Z M18.1038 18.0024C17.0104 18.0024 16.0483 17.7946 15.2174 17.3792C14.3974 16.9528 13.7523 16.3241 13.2822 15.4932C12.823 14.6513 12.5934 13.6072 12.5934 12.3608C12.5934 11.016 12.8612 9.87343 13.397 8.93316C13.9327 7.98196 14.6762 7.25489 15.6274 6.75196C16.5895 6.24903 17.6992 5.99756 18.9566 5.99756C19.6344 5.99756 20.285 6.07956 20.9082 6.24356C21.5423 6.39662 22.078 6.61529 22.5154 6.89956L21.1214 9.60556C20.7824 9.36503 20.438 9.20649 20.0882 9.12996C19.7492 9.04249 19.3994 8.99876 19.0386 8.99876C18.2623 8.99876 17.6391 9.23382 17.169 9.70396C16.8503 10.0226 16.6422 10.444 16.5447 10.9681C16.7994 10.7776 17.0895 10.6295 17.415 10.524C17.8195 10.3818 18.2896 10.3108 18.8254 10.3108C19.5251 10.3108 20.1702 10.4638 20.7606 10.77C21.3619 11.0652 21.843 11.4861 22.2038 12.0328C22.5755 12.5794 22.7614 13.23 22.7614 13.9844C22.7614 14.8044 22.5536 15.515 22.1382 16.1164C21.7227 16.7177 21.1596 17.1824 20.449 17.5104C19.7492 17.8384 18.9675 18.0024 18.1038 18.0024ZM18.4482 15.198C18.2732 15.2854 18.071 15.3292 17.8414 15.3292C17.6118 15.3292 17.4095 15.2854 17.2346 15.198C17.0596 15.0996 16.9175 14.9629 16.8082 14.788C16.7098 14.613 16.6606 14.4053 16.6606 14.1648C16.6606 13.9242 16.7098 13.7165 16.8082 13.5416C16.9175 13.3666 17.0596 13.23 17.2346 13.1316C17.4095 13.0332 17.6118 12.984 17.8414 12.984C18.1912 12.984 18.4755 13.0933 18.6942 13.312C18.9128 13.5197 19.0222 13.804 19.0222 14.1648C19.0222 14.4053 18.973 14.613 18.8746 14.788C18.7762 14.9629 18.634 15.0996 18.4482 15.198Z" fill="currentcolor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits06 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" fill-rule="evenodd" d="M6.437 18.002C5.42 18.002 4.518 17.767 3.731 17.297 2.955 16.827 2.343 16.144 1.894 15.247 1.457 14.351 1.238 13.268 1.238 12 1.238 10.732 1.457 9.649 1.894 8.753 2.343 7.856 2.955 7.173 3.731 6.703 4.518 6.233 5.42 5.998 6.437 5.998 7.454 5.998 8.35 6.233 9.127 6.703 9.914 7.173 10.526 7.856 10.964 8.753 11.412 9.649 11.636 10.732 11.636 12 11.636 13.268 11.412 14.351 10.964 15.247 10.526 16.144 9.914 16.827 9.127 17.297 8.35 17.767 7.454 18.002 6.437 18.002ZM7.109 14.64C6.913 14.815 6.689 14.903 6.437 14.903 6.186 14.903 5.961 14.815 5.765 14.64 5.568 14.465 5.409 14.165 5.289 13.738 5.18 13.312 5.125 12.733 5.125 12 5.125 11.257 5.18 10.677 5.289 10.262 5.409 9.835 5.568 9.534 5.765 9.36 5.961 9.185 6.186 9.097 6.437 9.097 6.689 9.097 6.913 9.185 7.109 9.36 7.306 9.534 7.459 9.835 7.569 10.262 7.689 10.677 7.749 11.257 7.749 12 7.749 12.733 7.689 13.312 7.569 13.738 7.459 14.165 7.306 14.465 7.109 14.64ZM18.104 18.002C17.01 18.002 16.048 17.795 15.217 17.379 14.397 16.953 13.752 16.324 13.282 15.493 12.823 14.651 12.593 13.607 12.593 12.361 12.593 11.016 12.861 9.873 13.397 8.933 13.933 7.982 14.676 7.255 15.627 6.752 16.59 6.249 17.699 5.998 18.957 5.998 19.634 5.998 20.285 6.08 20.908 6.244 21.542 6.397 22.078 6.615 22.515 6.9L21.121 9.606C20.782 9.365 20.438 9.206 20.088 9.13 19.749 9.042 19.399 8.999 19.039 8.999 18.262 8.999 17.639 9.234 17.169 9.704 16.85 10.023 16.642 10.444 16.545 10.968 16.799 10.778 17.09 10.63 17.415 10.524 17.82 10.382 18.29 10.311 18.825 10.311 19.525 10.311 20.17 10.464 20.761 10.77 21.362 11.065 21.843 11.486 22.204 12.033 22.576 12.579 22.761 13.23 22.761 13.984 22.761 14.804 22.554 15.515 22.138 16.116 21.723 16.718 21.16 17.182 20.449 17.51 19.749 17.838 18.968 18.002 18.104 18.002ZM18.448 15.198C18.273 15.285 18.071 15.329 17.841 15.329 17.612 15.329 17.41 15.285 17.235 15.198 17.06 15.1 16.918 14.963 16.808 14.788 16.71 14.613 16.661 14.405 16.661 14.165 16.661 13.924 16.71 13.717 16.808 13.542 16.918 13.367 17.06 13.23 17.235 13.132 17.41 13.033 17.612 12.984 17.841 12.984 18.191 12.984 18.476 13.093 18.694 13.312 18.913 13.52 19.022 13.804 19.022 14.165 19.022 14.405 18.973 14.613 18.875 14.788 18.776 14.963 18.634 15.1 18.448 15.198Z" clip-rule="evenodd"/><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.437 18.002C5.42 18.002 4.518 17.767 3.731 17.297 2.955 16.827 2.343 16.144 1.894 15.247 1.457 14.351 1.238 13.268 1.238 12 1.238 10.732 1.457 9.649 1.894 8.753 2.343 7.856 2.955 7.173 3.731 6.703 4.518 6.233 5.42 5.998 6.437 5.998 7.454 5.998 8.35 6.233 9.127 6.703 9.914 7.173 10.526 7.856 10.964 8.753 11.412 9.649 11.636 10.732 11.636 12 11.636 13.268 11.412 14.351 10.964 15.247 10.526 16.144 9.914 16.827 9.127 17.297 8.35 17.767 7.454 18.002 6.437 18.002ZM7.109 14.64C6.913 14.815 6.689 14.903 6.437 14.903 6.186 14.903 5.961 14.815 5.765 14.64 5.568 14.465 5.409 14.165 5.289 13.738 5.18 13.312 5.125 12.733 5.125 12 5.125 11.257 5.18 10.677 5.289 10.262 5.409 9.835 5.568 9.534 5.765 9.36 5.961 9.185 6.186 9.097 6.437 9.097 6.689 9.097 6.913 9.185 7.109 9.36 7.306 9.534 7.459 9.835 7.569 10.262 7.689 10.677 7.749 11.257 7.749 12 7.749 12.733 7.689 13.312 7.569 13.738 7.459 14.165 7.306 14.465 7.109 14.64ZM18.104 18.002C17.01 18.002 16.048 17.795 15.217 17.379 14.397 16.953 13.752 16.324 13.282 15.493 12.823 14.651 12.593 13.607 12.593 12.361 12.593 11.016 12.861 9.873 13.397 8.933 13.933 7.982 14.676 7.255 15.627 6.752 16.59 6.249 17.699 5.998 18.957 5.998 19.634 5.998 20.285 6.08 20.908 6.244 21.542 6.397 22.078 6.615 22.515 6.9L21.121 9.606C20.782 9.365 20.438 9.206 20.088 9.13 19.749 9.042 19.399 8.999 19.039 8.999 18.262 8.999 17.639 9.234 17.169 9.704 16.85 10.023 16.642 10.444 16.545 10.968 16.799 10.778 17.09 10.63 17.415 10.524 17.82 10.382 18.29 10.311 18.825 10.311 19.525 10.311 20.17 10.464 20.761 10.77 21.362 11.065 21.843 11.486 22.204 12.033 22.576 12.579 22.761 13.23 22.761 13.984 22.761 14.804 22.554 15.515 22.138 16.116 21.723 16.718 21.16 17.182 20.449 17.51 19.749 17.838 18.968 18.002 18.104 18.002ZM18.448 15.198C18.273 15.285 18.071 15.329 17.841 15.329 17.612 15.329 17.41 15.285 17.235 15.198 17.06 15.1 16.918 14.963 16.808 14.788 16.71 14.613 16.661 14.405 16.661 14.165 16.661 13.924 16.71 13.717 16.808 13.542 16.918 13.367 17.06 13.23 17.235 13.132 17.41 13.033 17.612 12.984 17.841 12.984 18.191 12.984 18.476 13.093 18.694 13.312 18.913 13.52 19.022 13.804 19.022 14.165 19.022 14.405 18.973 14.613 18.875 14.788 18.776 14.963 18.634 15.1 18.448 15.198Z" clip-rule="evenodd"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_07
                        <code>[[svg_collection:number_2digits_07]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits07 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.898 9.26122V10.934H12.7V6.26002H22.5236V8.63802L18.7024 17.74H14.4712L18.1049 9.26122M15.898 9.26122C16.6668 9.26122 17.351 9.26122 18.1049 9.26122M15.898 9.26122H18.1049M6.67487 18.0024C5.65807 18.0024 4.75607 17.7674 3.96887 17.2972C3.19261 16.8271 2.58034 16.1438 2.13207 15.2472C1.69474 14.3507 1.47607 13.2683 1.47607 12C1.47607 10.7318 1.69474 9.64935 2.13207 8.75282C2.58034 7.85629 3.19261 7.17295 3.96887 6.70282C4.75607 6.23269 5.65807 5.99762 6.67487 5.99762C7.69167 5.99762 8.58821 6.23269 9.36447 6.70282C10.1517 7.17295 10.7639 7.85629 11.2013 8.75282C11.6495 9.64935 11.8737 10.7318 11.8737 12C11.8737 13.2683 11.6495 14.3507 11.2013 15.2472C10.7639 16.1438 10.1517 16.8271 9.36447 17.2972C8.58821 17.7674 7.69167 18.0024 6.67487 18.0024ZM6.67487 14.9028C6.92634 14.9028 7.15047 14.8154 7.34727 14.6404C7.54407 14.4655 7.69714 14.1648 7.80647 13.7384C7.92674 13.312 7.98687 12.7326 7.98687 12C7.98687 11.2566 7.92674 10.6771 7.80647 10.2616C7.69714 9.83522 7.54407 9.53455 7.34727 9.35962C7.15047 9.18469 6.92634 9.09722 6.67487 9.09722C6.42341 9.09722 6.19927 9.18469 6.00247 9.35962C5.80567 9.53455 5.64714 9.83522 5.52687 10.2616C5.41754 10.6771 5.36287 11.2566 5.36287 12C5.36287 12.7326 5.41754 13.312 5.52687 13.7384C5.64714 14.1648 5.80567 14.4655 6.00247 14.6404C6.19927 14.8154 6.42341 14.9028 6.67487 14.9028Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits07 icon-solid"><path class="solid" d="M6.67487 18.0024C5.65807 18.0024 4.75607 17.7673 3.96887 17.2972C3.19261 16.827 2.58034 16.1437 2.13207 15.2472C1.69474 14.3506 1.47607 13.2682 1.47607 12C1.47607 10.7317 1.69474 9.64929 2.13207 8.75276C2.58034 7.85622 3.19261 7.17289 3.96887 6.70276C4.75607 6.23263 5.65807 5.99756 6.67487 5.99756C7.69167 5.99756 8.58821 6.23263 9.36447 6.70276C10.1517 7.17289 10.7639 7.85622 11.2013 8.75276C11.6495 9.64929 11.8737 10.7317 11.8737 12C11.8737 13.2682 11.6495 14.3506 11.2013 15.2472C10.7639 16.1437 10.1517 16.827 9.36447 17.2972C8.58821 17.7673 7.69167 18.0024 6.67487 18.0024ZM6.67487 14.9028C6.92634 14.9028 7.15047 14.8153 7.34727 14.6404C7.54407 14.4654 7.69714 14.1648 7.80647 13.7384C7.92674 13.312 7.98687 12.7325 7.98687 12C7.98687 11.2565 7.92674 10.677 7.80647 10.2616C7.69714 9.83516 7.54407 9.53449 7.34727 9.35956C7.15047 9.18463 6.92634 9.09716 6.67487 9.09716C6.42341 9.09716 6.19927 9.18463 6.00247 9.35956C5.80567 9.53449 5.64714 9.83516 5.52687 10.2616C5.41754 10.677 5.36287 11.2565 5.36287 12C5.36287 12.7325 5.41754 13.312 5.52687 13.7384C5.64714 14.1648 5.80567 14.4654 6.00247 14.6404C6.19927 14.8153 6.42341 14.9028 6.67487 14.9028Z M15.898 10.934H12.7V6.25996H22.5236V8.63796L18.7024 17.74H14.4712L18.1049 9.26116H15.898V10.934Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits07 icon-duotone"><path class="alpha" d="M6.67487 18.0024C5.65807 18.0024 4.75607 17.7673 3.96887 17.2972C3.19261 16.827 2.58034 16.1437 2.13207 15.2472C1.69474 14.3506 1.47607 13.2682 1.47607 12C1.47607 10.7317 1.69474 9.64929 2.13207 8.75276C2.58034 7.85622 3.19261 7.17289 3.96887 6.70276C4.75607 6.23263 5.65807 5.99756 6.67487 5.99756C7.69167 5.99756 8.58821 6.23263 9.36447 6.70276C10.1517 7.17289 10.7639 7.85622 11.2013 8.75276C11.6495 9.64929 11.8737 10.7317 11.8737 12C11.8737 13.2682 11.6495 14.3506 11.2013 15.2472C10.7639 16.1437 10.1517 16.827 9.36447 17.2972C8.58821 17.7673 7.69167 18.0024 6.67487 18.0024ZM6.67487 14.9028C6.92634 14.9028 7.15047 14.8153 7.34727 14.6404C7.54407 14.4654 7.69714 14.1648 7.80647 13.7384C7.92674 13.312 7.98687 12.7325 7.98687 12C7.98687 11.2565 7.92674 10.677 7.80647 10.2616C7.69714 9.83516 7.54407 9.53449 7.34727 9.35956C7.15047 9.18463 6.92634 9.09716 6.67487 9.09716C6.42341 9.09716 6.19927 9.18463 6.00247 9.35956C5.80567 9.53449 5.64714 9.83516 5.52687 10.2616C5.41754 10.677 5.36287 11.2565 5.36287 12C5.36287 12.7325 5.41754 13.312 5.52687 13.7384C5.64714 14.1648 5.80567 14.4654 6.00247 14.6404C6.19927 14.8153 6.42341 14.9028 6.67487 14.9028Z M15.898 10.934H12.7V6.25996H22.5236V8.63796L18.7024 17.74H14.4712L18.1049 9.26116H15.898V10.934Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.898 9.26116V10.934H12.7V6.25996H22.5236V8.63796L18.7024 17.74H14.4712L18.1049 9.26116M15.898 9.26116C16.6668 9.26116 17.351 9.26116 18.1049 9.26116M15.898 9.26116H18.1049M6.67487 18.0024C5.65807 18.0024 4.75607 17.7673 3.96887 17.2972C3.19261 16.827 2.58034 16.1437 2.13207 15.2472C1.69474 14.3506 1.47607 13.2682 1.47607 12C1.47607 10.7317 1.69474 9.64929 2.13207 8.75276C2.58034 7.85622 3.19261 7.17289 3.96887 6.70276C4.75607 6.23263 5.65807 5.99756 6.67487 5.99756C7.69167 5.99756 8.58821 6.23263 9.36447 6.70276C10.1517 7.17289 10.7639 7.85622 11.2013 8.75276C11.6495 9.64929 11.8737 10.7317 11.8737 12C11.8737 13.2682 11.6495 14.3506 11.2013 15.2472C10.7639 16.1437 10.1517 16.827 9.36447 17.2972C8.58821 17.7673 7.69167 18.0024 6.67487 18.0024ZM6.67487 14.9028C6.92634 14.9028 7.15047 14.8153 7.34727 14.6404C7.54407 14.4654 7.69714 14.1648 7.80647 13.7384C7.92674 13.312 7.98687 12.7325 7.98687 12C7.98687 11.2565 7.92674 10.677 7.80647 10.2616C7.69714 9.83516 7.54407 9.53449 7.34727 9.35956C7.15047 9.18463 6.92634 9.09716 6.67487 9.09716C6.42341 9.09716 6.19927 9.18463 6.00247 9.35956C5.80567 9.53449 5.64714 9.83516 5.52687 10.2616C5.41754 10.677 5.36287 11.2565 5.36287 12C5.36287 12.7325 5.41754 13.312 5.52687 13.7384C5.64714 14.1648 5.80567 14.4654 6.00247 14.6404C6.19927 14.8153 6.42341 14.9028 6.67487 14.9028Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_08
                        <code>[[svg_collection:number_2digits_08]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits08 icon-outline"><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.404 18.002C5.388 18.002 4.486 17.767 3.698 17.297 2.922 16.827 2.31 16.144 1.862 15.247 1.424 14.351 1.206 13.268 1.206 12 1.206 10.732 1.424 9.649 1.862 8.753 2.31 7.856 2.922 7.173 3.698 6.703 4.486 6.233 5.388 5.998 6.404 5.998 7.421 5.998 8.318 6.233 9.094 6.703 9.881 7.173 10.493 7.856 10.931 8.753 11.379 9.649 11.603 10.732 11.603 12 11.603 13.268 11.379 14.351 10.931 15.247 10.493 16.144 9.881 16.827 9.094 17.297 8.318 17.767 7.421 18.002 6.404 18.002ZM7.077 14.64C6.88 14.815 6.656 14.903 6.404 14.903 6.153 14.903 5.929 14.815 5.732 14.64 5.535 14.466 5.377 14.165 5.256 13.738 5.147 13.312 5.092 12.733 5.092 12 5.092 11.257 5.147 10.677 5.256 10.262 5.377 9.835 5.535 9.535 5.732 9.36 5.929 9.185 6.153 9.097 6.404 9.097 6.656 9.097 6.88 9.185 7.077 9.36 7.274 9.535 7.427 9.835 7.536 10.262 7.656 10.677 7.716 11.257 7.716 12 7.716 12.733 7.656 13.312 7.536 13.738 7.427 14.165 7.274 14.466 7.077 14.64ZM17.645 18.002C16.628 18.002 15.731 17.855 14.955 17.56 14.19 17.254 13.588 16.827 13.151 16.28 12.714 15.723 12.495 15.072 12.495 14.329 12.495 13.585 12.719 12.951 13.167 12.426 13.411 12.141 13.704 11.893 14.045 11.682 13.853 11.535 13.681 11.373 13.528 11.196 13.113 10.704 12.905 10.114 12.905 9.425 12.905 8.725 13.107 8.124 13.512 7.621 13.916 7.107 14.474 6.708 15.185 6.424 15.895 6.14 16.715 5.998 17.645 5.998 18.574 5.998 19.394 6.14 20.105 6.424 20.815 6.708 21.373 7.107 21.777 7.621 22.182 8.124 22.384 8.725 22.384 9.425 22.384 10.114 22.177 10.704 21.761 11.196 21.609 11.373 21.437 11.535 21.245 11.682 21.586 11.893 21.878 12.141 22.122 12.426 22.57 12.951 22.794 13.585 22.794 14.329 22.794 15.072 22.576 15.723 22.138 16.28 21.701 16.827 21.094 17.254 20.318 17.56 19.553 17.855 18.661 18.002 17.645 18.002ZM18.547 15.083C18.317 15.291 18.016 15.395 17.645 15.395 17.273 15.395 16.967 15.291 16.726 15.083 16.497 14.865 16.382 14.569 16.382 14.198 16.382 13.826 16.497 13.536 16.726 13.328 16.967 13.11 17.273 13 17.645 13 18.016 13 18.317 13.11 18.547 13.328 18.787 13.536 18.907 13.826 18.907 14.198 18.907 14.569 18.787 14.865 18.547 15.083ZM18.301 10.311C18.126 10.486 17.907 10.573 17.645 10.573 17.382 10.573 17.164 10.486 16.989 10.311 16.814 10.136 16.726 9.895 16.726 9.589 16.726 9.272 16.814 9.032 16.989 8.868 17.164 8.693 17.382 8.605 17.645 8.605 17.907 8.605 18.126 8.693 18.301 8.868 18.476 9.032 18.563 9.272 18.563 9.589 18.563 9.895 18.476 10.136 18.301 10.311Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits08 icon-solid"><path class="solid" d="M6.40437 18.0024C5.38757 18.0024 4.48557 17.7673 3.69837 17.2972C2.9221 16.827 2.30983 16.1437 1.86157 15.2472C1.42423 14.3506 1.20557 13.2682 1.20557 12C1.20557 10.7317 1.42423 9.64929 1.86157 8.75276C2.30983 7.85622 2.9221 7.17289 3.69837 6.70276C4.48557 6.23263 5.38757 5.99756 6.40437 5.99756C7.42117 5.99756 8.3177 6.23263 9.09397 6.70276C9.88117 7.17289 10.4934 7.85622 10.9308 8.75276C11.379 9.64929 11.6032 10.7317 11.6032 12C11.6032 13.2682 11.379 14.3506 10.9308 15.2472C10.4934 16.1437 9.88117 16.827 9.09397 17.2972C8.3177 17.7673 7.42117 18.0024 6.40437 18.0024ZM6.40437 14.9028C6.65583 14.9028 6.87997 14.8153 7.07677 14.6404C7.27357 14.4654 7.42663 14.1648 7.53597 13.7384C7.65623 13.312 7.71637 12.7325 7.71637 12C7.71637 11.2565 7.65623 10.677 7.53597 10.2616C7.42663 9.83516 7.27357 9.53449 7.07677 9.35956C6.87997 9.18463 6.65583 9.09716 6.40437 9.09716C6.1529 9.09716 5.92877 9.18463 5.73197 9.35956C5.53517 9.53449 5.37663 9.83516 5.25637 10.2616C5.14703 10.677 5.09237 11.2565 5.09237 12C5.09237 12.7325 5.14703 13.312 5.25637 13.7384C5.37663 14.1648 5.53517 14.4654 5.73197 14.6404C5.92877 14.8153 6.1529 14.9028 6.40437 14.9028Z M17.6446 18.0024C16.6278 18.0024 15.7313 17.8548 14.955 17.5596C14.1897 17.2534 13.5884 16.827 13.151 16.2804C12.7137 15.7228 12.495 15.0722 12.495 14.3288C12.495 13.5853 12.7192 12.9512 13.1674 12.4264C13.4113 12.1408 13.7038 11.8925 14.0448 11.6814C13.8528 11.5344 13.6806 11.3727 13.5282 11.1964C13.1128 10.7044 12.905 10.114 12.905 9.42516C12.905 8.72543 13.1073 8.12409 13.5118 7.62116C13.9164 7.10729 14.474 6.70822 15.1846 6.42396C15.8953 6.13969 16.7153 5.99756 17.6446 5.99756C18.574 5.99756 19.394 6.13969 20.1046 6.42396C20.8153 6.70822 21.3729 7.10729 21.7774 7.62116C22.182 8.12409 22.3842 8.72543 22.3842 9.42516C22.3842 10.114 22.1765 10.7044 21.761 11.1964C21.6087 11.3727 21.4365 11.5344 21.2445 11.6814C21.5855 11.8925 21.878 12.1408 22.1218 12.4264C22.5701 12.9512 22.7942 13.5853 22.7942 14.3288C22.7942 15.0722 22.5756 15.7228 22.1382 16.2804C21.7009 16.827 21.0941 17.2534 20.3178 17.5596C19.5525 17.8548 18.6614 18.0024 17.6446 18.0024ZM18.5466 15.0832C18.317 15.2909 18.0164 15.3948 17.6446 15.3948C17.2729 15.3948 16.9668 15.2909 16.7262 15.0832C16.4966 14.8645 16.3818 14.5693 16.3818 14.1976C16.3818 13.8258 16.4966 13.5361 16.7262 13.3284C16.9668 13.1097 17.2729 13.0004 17.6446 13.0004C18.0164 13.0004 18.317 13.1097 18.5466 13.3284C18.7872 13.5361 18.9074 13.8258 18.9074 14.1976C18.9074 14.5693 18.7872 14.8645 18.5466 15.0832ZM18.3006 10.3108C18.1257 10.4857 17.907 10.5732 17.6446 10.5732C17.3822 10.5732 17.1636 10.4857 16.9886 10.3108C16.8137 10.1358 16.7262 9.89529 16.7262 9.58916C16.7262 9.27209 16.8137 9.03156 16.9886 8.86756C17.1636 8.69262 17.3822 8.60516 17.6446 8.60516C17.907 8.60516 18.1257 8.69262 18.3006 8.86756C18.4756 9.03156 18.563 9.27209 18.563 9.58916C18.563 9.89529 18.4756 10.1358 18.3006 10.3108Z" fill="currentcolor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits08 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" fill-rule="evenodd" d="M6.404 18.002C5.388 18.002 4.486 17.767 3.698 17.297 2.922 16.827 2.31 16.144 1.862 15.247 1.424 14.351 1.206 13.268 1.206 12 1.206 10.732 1.424 9.649 1.862 8.753 2.31 7.856 2.922 7.173 3.698 6.703 4.486 6.233 5.388 5.998 6.404 5.998 7.421 5.998 8.318 6.233 9.094 6.703 9.881 7.173 10.493 7.856 10.931 8.753 11.379 9.649 11.603 10.732 11.603 12 11.603 13.268 11.379 14.351 10.931 15.247 10.493 16.144 9.881 16.827 9.094 17.297 8.318 17.767 7.421 18.002 6.404 18.002ZM7.077 14.64C6.88 14.815 6.656 14.903 6.404 14.903 6.153 14.903 5.929 14.815 5.732 14.64 5.535 14.465 5.377 14.165 5.256 13.738 5.147 13.312 5.092 12.733 5.092 12 5.092 11.257 5.147 10.677 5.256 10.262 5.377 9.835 5.535 9.534 5.732 9.36 5.929 9.185 6.153 9.097 6.404 9.097 6.656 9.097 6.88 9.185 7.077 9.36 7.274 9.534 7.427 9.835 7.536 10.262 7.656 10.677 7.716 11.257 7.716 12 7.716 12.733 7.656 13.312 7.536 13.738 7.427 14.165 7.274 14.465 7.077 14.64ZM17.645 18.002C16.628 18.002 15.731 17.855 14.955 17.56 14.19 17.253 13.588 16.827 13.151 16.28 12.714 15.723 12.495 15.072 12.495 14.329 12.495 13.585 12.719 12.951 13.167 12.426 13.411 12.141 13.704 11.893 14.045 11.681 13.853 11.534 13.681 11.373 13.528 11.196 13.113 10.704 12.905 10.114 12.905 9.425 12.905 8.725 13.107 8.124 13.512 7.621 13.916 7.107 14.474 6.708 15.185 6.424 15.895 6.14 16.715 5.998 17.645 5.998 18.574 5.998 19.394 6.14 20.105 6.424 20.815 6.708 21.373 7.107 21.777 7.621 22.182 8.124 22.384 8.725 22.384 9.425 22.384 10.114 22.177 10.704 21.761 11.196 21.609 11.373 21.437 11.534 21.245 11.681 21.586 11.893 21.878 12.141 22.122 12.426 22.57 12.951 22.794 13.585 22.794 14.329 22.794 15.072 22.576 15.723 22.138 16.28 21.701 16.827 21.094 17.253 20.318 17.56 19.553 17.855 18.661 18.002 17.645 18.002ZM18.547 15.083C18.317 15.291 18.016 15.395 17.645 15.395 17.273 15.395 16.967 15.291 16.726 15.083 16.497 14.865 16.382 14.569 16.382 14.198 16.382 13.826 16.497 13.536 16.726 13.328 16.967 13.11 17.273 13 17.645 13 18.016 13 18.317 13.11 18.547 13.328 18.787 13.536 18.907 13.826 18.907 14.198 18.907 14.569 18.787 14.865 18.547 15.083ZM18.301 10.311C18.126 10.486 17.907 10.573 17.645 10.573 17.382 10.573 17.164 10.486 16.989 10.311 16.814 10.136 16.726 9.895 16.726 9.589 16.726 9.272 16.814 9.032 16.989 8.868 17.164 8.693 17.382 8.605 17.645 8.605 17.907 8.605 18.126 8.693 18.301 8.868 18.476 9.032 18.563 9.272 18.563 9.589 18.563 9.895 18.476 10.136 18.301 10.311Z" clip-rule="evenodd"/><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.404 18.002C5.388 18.002 4.486 17.767 3.698 17.297 2.922 16.827 2.31 16.144 1.862 15.247 1.424 14.351 1.206 13.268 1.206 12 1.206 10.732 1.424 9.649 1.862 8.753 2.31 7.856 2.922 7.173 3.698 6.703 4.486 6.233 5.388 5.998 6.404 5.998 7.421 5.998 8.318 6.233 9.094 6.703 9.881 7.173 10.493 7.856 10.931 8.753 11.379 9.649 11.603 10.732 11.603 12 11.603 13.268 11.379 14.351 10.931 15.247 10.493 16.144 9.881 16.827 9.094 17.297 8.318 17.767 7.421 18.002 6.404 18.002ZM7.077 14.64C6.88 14.815 6.656 14.903 6.404 14.903 6.153 14.903 5.929 14.815 5.732 14.64 5.535 14.465 5.377 14.165 5.256 13.738 5.147 13.312 5.092 12.733 5.092 12 5.092 11.257 5.147 10.677 5.256 10.262 5.377 9.835 5.535 9.534 5.732 9.36 5.929 9.185 6.153 9.097 6.404 9.097 6.656 9.097 6.88 9.185 7.077 9.36 7.274 9.534 7.427 9.835 7.536 10.262 7.656 10.677 7.716 11.257 7.716 12 7.716 12.733 7.656 13.312 7.536 13.738 7.427 14.165 7.274 14.465 7.077 14.64ZM17.645 18.002C16.628 18.002 15.731 17.855 14.955 17.56 14.19 17.253 13.588 16.827 13.151 16.28 12.714 15.723 12.495 15.072 12.495 14.329 12.495 13.585 12.719 12.951 13.167 12.426 13.411 12.141 13.704 11.893 14.045 11.681 13.853 11.534 13.681 11.373 13.528 11.196 13.113 10.704 12.905 10.114 12.905 9.425 12.905 8.725 13.107 8.124 13.512 7.621 13.916 7.107 14.474 6.708 15.185 6.424 15.895 6.14 16.715 5.998 17.645 5.998 18.574 5.998 19.394 6.14 20.105 6.424 20.815 6.708 21.373 7.107 21.777 7.621 22.182 8.124 22.384 8.725 22.384 9.425 22.384 10.114 22.177 10.704 21.761 11.196 21.609 11.373 21.437 11.534 21.245 11.681 21.586 11.893 21.878 12.141 22.122 12.426 22.57 12.951 22.794 13.585 22.794 14.329 22.794 15.072 22.576 15.723 22.138 16.28 21.701 16.827 21.094 17.253 20.318 17.56 19.553 17.855 18.661 18.002 17.645 18.002ZM18.547 15.083C18.317 15.291 18.016 15.395 17.645 15.395 17.273 15.395 16.967 15.291 16.726 15.083 16.497 14.865 16.382 14.569 16.382 14.198 16.382 13.826 16.497 13.536 16.726 13.328 16.967 13.11 17.273 13 17.645 13 18.016 13 18.317 13.11 18.547 13.328 18.787 13.536 18.907 13.826 18.907 14.198 18.907 14.569 18.787 14.865 18.547 15.083ZM18.301 10.311C18.126 10.486 17.907 10.573 17.645 10.573 17.382 10.573 17.164 10.486 16.989 10.311 16.814 10.136 16.726 9.895 16.726 9.589 16.726 9.272 16.814 9.032 16.989 8.868 17.164 8.693 17.382 8.605 17.645 8.605 17.907 8.605 18.126 8.693 18.301 8.868 18.476 9.032 18.563 9.272 18.563 9.589 18.563 9.895 18.476 10.136 18.301 10.311Z" clip-rule="evenodd"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_2digits_09
                        <code>[[svg_collection:number_2digits_09]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits09 icon-outline"><path class="outline" d="M17.1118 5.99762C18.2051 5.99762 19.1618 6.21082 19.9818 6.63722C20.8127 7.05269 21.4578 7.67589 21.917 8.50682C22.3871 9.33775 22.6222 10.3819 22.6222 11.6392C22.6222 12.984 22.3543 14.132 21.8186 15.0832C21.2829 16.0235 20.5394 16.7451 19.5882 17.248C18.637 17.751 17.5273 18.0024 16.259 18.0024C15.5811 18.0024 14.9251 17.9204 14.291 17.7564C13.6678 17.6034 13.1375 17.3847 12.7002 17.1004L14.0942 14.3944C14.4331 14.635 14.7721 14.799 15.111 14.8864C15.4609 14.963 15.8162 15.0012 16.177 15.0012C16.9533 15.0012 17.571 14.7716 18.0302 14.3124C18.3539 13.9887 18.5661 13.5666 18.667 13.046C18.4132 13.2298 18.1244 13.3786 17.8006 13.4924C17.3961 13.6236 16.9259 13.6892 16.3902 13.6892C15.6905 13.6892 15.0399 13.5416 14.4386 13.2464C13.8482 12.9403 13.3671 12.5139 12.9954 11.9672C12.6346 11.4096 12.4542 10.7591 12.4542 10.0156C12.4542 9.19562 12.6619 8.48495 13.0774 7.88362C13.4929 7.28229 14.0505 6.81762 14.7502 6.48962C15.4609 6.16162 16.2481 5.99762 17.1118 5.99762ZM17.3742 8.67082C17.1446 8.67082 16.9423 8.72002 16.7674 8.81842C16.5925 8.90589 16.4503 9.03709 16.341 9.21202C16.2426 9.38695 16.1934 9.59469 16.1934 9.83522C16.1934 10.196 16.3027 10.4858 16.5214 10.7044C16.751 10.9122 17.0353 11.016 17.3742 11.016C17.6038 11.016 17.8061 10.9668 17.981 10.8684C18.1669 10.77 18.309 10.6334 18.4074 10.4584C18.5058 10.2835 18.555 10.0758 18.555 9.83522C18.555 9.59469 18.5058 9.38695 18.4074 9.21202C18.309 9.03709 18.1669 8.90589 17.981 8.81842C17.8061 8.72002 17.6038 8.67082 17.3742 8.67082Z M6.57673 18.0024C5.55993 18.0024 4.65793 17.7674 3.87073 17.2972C3.09446 16.8271 2.4822 16.1438 2.03393 15.2472C1.5966 14.3507 1.37793 13.2683 1.37793 12C1.37793 10.7318 1.5966 9.64935 2.03393 8.75282C2.4822 7.85629 3.09446 7.17295 3.87073 6.70282C4.65793 6.23269 5.55993 5.99762 6.57673 5.99762C7.59353 5.99762 8.49006 6.23269 9.26633 6.70282C10.0535 7.17295 10.6658 7.85629 11.1031 8.75282C11.5514 9.64935 11.7755 10.7318 11.7755 12C11.7755 13.2683 11.5514 14.3507 11.1031 15.2472C10.6658 16.1438 10.0535 16.8271 9.26633 17.2972C8.49006 17.7674 7.59353 18.0024 6.57673 18.0024ZM6.57673 14.9028C6.8282 14.9028 7.05233 14.8154 7.24913 14.6404C7.44593 14.4655 7.599 14.1648 7.70833 13.7384C7.8286 13.312 7.88873 12.7326 7.88873 12C7.88873 11.2566 7.8286 10.6771 7.70833 10.2616C7.599 9.83522 7.44593 9.53455 7.24913 9.35962C7.05233 9.18469 6.8282 9.09722 6.57673 9.09722C6.32526 9.09722 6.10113 9.18469 5.90433 9.35962C5.70753 9.53455 5.549 9.83522 5.42873 10.2616C5.3194 10.6771 5.26473 11.2566 5.26473 12C5.26473 12.7326 5.3194 13.312 5.42873 13.7384C5.549 14.1648 5.70753 14.4655 5.90433 14.6404C6.10113 14.8154 6.32526 14.9028 6.57673 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits09 icon-solid"><path class="solid" d="M17.1118 5.99756C18.2051 5.99756 19.1618 6.21076 19.9818 6.63716C20.8127 7.05262 21.4578 7.67582 21.917 8.50676C22.3871 9.33769 22.6222 10.3818 22.6222 11.6392C22.6222 12.984 22.3543 14.132 21.8186 15.0832C21.2829 16.0234 20.5394 16.745 19.5882 17.248C18.637 17.7509 17.5273 18.0024 16.259 18.0024C15.5811 18.0024 14.9251 17.9204 14.291 17.7564C13.6678 17.6033 13.1375 17.3846 12.7002 17.1004L14.0942 14.3944C14.4331 14.6349 14.7721 14.7989 15.111 14.8864C15.4609 14.9629 15.8162 15.0012 16.177 15.0012C16.9533 15.0012 17.571 14.7716 18.0302 14.3124C18.3539 13.9887 18.5661 13.5666 18.667 13.046C18.4132 13.2298 18.1244 13.3786 17.8006 13.4924C17.3961 13.6236 16.9259 13.6892 16.3902 13.6892C15.6905 13.6892 15.0399 13.5416 14.4386 13.2464C13.8482 12.9402 13.3671 12.5138 12.9954 11.9672C12.6346 11.4096 12.4542 10.759 12.4542 10.0156C12.4542 9.19556 12.6619 8.48489 13.0774 7.88356C13.4929 7.28223 14.0505 6.81756 14.7502 6.48956C15.4609 6.16156 16.2481 5.99756 17.1118 5.99756ZM17.3742 8.67076C17.1446 8.67076 16.9423 8.71996 16.7674 8.81836C16.5925 8.90583 16.4503 9.03703 16.341 9.21196C16.2426 9.38689 16.1934 9.59463 16.1934 9.83516C16.1934 10.196 16.3027 10.4857 16.5214 10.7044C16.751 10.9121 17.0353 11.016 17.3742 11.016C17.6038 11.016 17.8061 10.9668 17.981 10.8684C18.1669 10.77 18.309 10.6333 18.4074 10.4584C18.5058 10.2834 18.555 10.0757 18.555 9.83516C18.555 9.59463 18.5058 9.38689 18.4074 9.21196C18.309 9.03703 18.1669 8.90583 17.981 8.81836C17.8061 8.71996 17.6038 8.67076 17.3742 8.67076Z M6.57673 18.0024C5.55993 18.0024 4.65793 17.7673 3.87073 17.2972C3.09446 16.827 2.4822 16.1437 2.03393 15.2472C1.5966 14.3506 1.37793 13.2682 1.37793 12C1.37793 10.7317 1.5966 9.64929 2.03393 8.75276C2.4822 7.85622 3.09446 7.17289 3.87073 6.70276C4.65793 6.23263 5.55993 5.99756 6.57673 5.99756C7.59353 5.99756 8.49006 6.23263 9.26633 6.70276C10.0535 7.17289 10.6658 7.85622 11.1031 8.75276C11.5514 9.64929 11.7755 10.7317 11.7755 12C11.7755 13.2682 11.5514 14.3506 11.1031 15.2472C10.6658 16.1437 10.0535 16.827 9.26633 17.2972C8.49006 17.7673 7.59353 18.0024 6.57673 18.0024ZM6.57673 14.9028C6.8282 14.9028 7.05233 14.8153 7.24913 14.6404C7.44593 14.4654 7.599 14.1648 7.70833 13.7384C7.8286 13.312 7.88873 12.7325 7.88873 12C7.88873 11.2565 7.8286 10.677 7.70833 10.2616C7.599 9.83516 7.44593 9.53449 7.24913 9.35956C7.05233 9.18463 6.8282 9.09716 6.57673 9.09716C6.32526 9.09716 6.10113 9.18463 5.90433 9.35956C5.70753 9.53449 5.549 9.83516 5.42873 10.2616C5.3194 10.677 5.26473 11.2565 5.26473 12C5.26473 12.7325 5.3194 13.312 5.42873 13.7384C5.549 14.1648 5.70753 14.4654 5.90433 14.6404C6.10113 14.8153 6.32526 14.9028 6.57673 14.9028Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="number2digits09 icon-duotone"><path class="alpha" d="M17.1118 5.99756C18.2051 5.99756 19.1618 6.21076 19.9818 6.63716C20.8127 7.05262 21.4578 7.67582 21.917 8.50676C22.3871 9.33769 22.6222 10.3818 22.6222 11.6392C22.6222 12.984 22.3543 14.132 21.8186 15.0832C21.2829 16.0234 20.5394 16.745 19.5882 17.248C18.637 17.7509 17.5273 18.0024 16.259 18.0024C15.5811 18.0024 14.9251 17.9204 14.291 17.7564C13.6678 17.6033 13.1375 17.3846 12.7002 17.1004L14.0942 14.3944C14.4331 14.6349 14.7721 14.7989 15.111 14.8864C15.4609 14.9629 15.8162 15.0012 16.177 15.0012C16.9533 15.0012 17.571 14.7716 18.0302 14.3124C18.3539 13.9887 18.5661 13.5666 18.667 13.046C18.4132 13.2298 18.1244 13.3786 17.8006 13.4924C17.3961 13.6236 16.9259 13.6892 16.3902 13.6892C15.6905 13.6892 15.0399 13.5416 14.4386 13.2464C13.8482 12.9402 13.3671 12.5138 12.9954 11.9672C12.6346 11.4096 12.4542 10.759 12.4542 10.0156C12.4542 9.19556 12.6619 8.48489 13.0774 7.88356C13.4929 7.28223 14.0505 6.81756 14.7502 6.48956C15.4609 6.16156 16.2481 5.99756 17.1118 5.99756ZM17.3742 8.67076C17.1446 8.67076 16.9423 8.71996 16.7674 8.81836C16.5925 8.90583 16.4503 9.03703 16.341 9.21196C16.2426 9.38689 16.1934 9.59463 16.1934 9.83516C16.1934 10.196 16.3027 10.4857 16.5214 10.7044C16.751 10.9121 17.0353 11.016 17.3742 11.016C17.6038 11.016 17.8061 10.9668 17.981 10.8684C18.1669 10.77 18.309 10.6333 18.4074 10.4584C18.5058 10.2834 18.555 10.0757 18.555 9.83516C18.555 9.59463 18.5058 9.38689 18.4074 9.21196C18.309 9.03703 18.1669 8.90583 17.981 8.81836C17.8061 8.71996 17.6038 8.67076 17.3742 8.67076Z M6.57673 18.0024C5.55993 18.0024 4.65793 17.7673 3.87073 17.2972C3.09446 16.827 2.4822 16.1437 2.03393 15.2472C1.5966 14.3506 1.37793 13.2682 1.37793 12C1.37793 10.7317 1.5966 9.64929 2.03393 8.75276C2.4822 7.85622 3.09446 7.17289 3.87073 6.70276C4.65793 6.23263 5.55993 5.99756 6.57673 5.99756C7.59353 5.99756 8.49006 6.23263 9.26633 6.70276C10.0535 7.17289 10.6658 7.85622 11.1031 8.75276C11.5514 9.64929 11.7755 10.7317 11.7755 12C11.7755 13.2682 11.5514 14.3506 11.1031 15.2472C10.6658 16.1437 10.0535 16.827 9.26633 17.2972C8.49006 17.7673 7.59353 18.0024 6.57673 18.0024ZM6.57673 14.9028C6.8282 14.9028 7.05233 14.8153 7.24913 14.6404C7.44593 14.4654 7.599 14.1648 7.70833 13.7384C7.8286 13.312 7.88873 12.7325 7.88873 12C7.88873 11.2565 7.8286 10.677 7.70833 10.2616C7.599 9.83516 7.44593 9.53449 7.24913 9.35956C7.05233 9.18463 6.8282 9.09716 6.57673 9.09716C6.32526 9.09716 6.10113 9.18463 5.90433 9.35956C5.70753 9.53449 5.549 9.83516 5.42873 10.2616C5.3194 10.677 5.26473 11.2565 5.26473 12C5.26473 12.7325 5.3194 13.312 5.42873 13.7384C5.549 14.1648 5.70753 14.4654 5.90433 14.6404C6.10113 14.8153 6.32526 14.9028 6.57673 14.9028Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M17.1118 5.99756C18.2051 5.99756 19.1618 6.21076 19.9818 6.63716C20.8127 7.05262 21.4578 7.67582 21.917 8.50676C22.3871 9.33769 22.6222 10.3818 22.6222 11.6392C22.6222 12.984 22.3543 14.132 21.8186 15.0832C21.2829 16.0234 20.5394 16.745 19.5882 17.248C18.637 17.7509 17.5273 18.0024 16.259 18.0024C15.5811 18.0024 14.9251 17.9204 14.291 17.7564C13.6678 17.6033 13.1375 17.3846 12.7002 17.1004L14.0942 14.3944C14.4331 14.6349 14.7721 14.7989 15.111 14.8864C15.4609 14.9629 15.8162 15.0012 16.177 15.0012C16.9533 15.0012 17.571 14.7716 18.0302 14.3124C18.3539 13.9887 18.5661 13.5666 18.667 13.046C18.4132 13.2298 18.1244 13.3786 17.8006 13.4924C17.3961 13.6236 16.9259 13.6892 16.3902 13.6892C15.6905 13.6892 15.0399 13.5416 14.4386 13.2464C13.8482 12.9402 13.3671 12.5138 12.9954 11.9672C12.6346 11.4096 12.4542 10.759 12.4542 10.0156C12.4542 9.19556 12.6619 8.48489 13.0774 7.88356C13.4929 7.28223 14.0505 6.81756 14.7502 6.48956C15.4609 6.16156 16.2481 5.99756 17.1118 5.99756ZM17.3742 8.67076C17.1446 8.67076 16.9423 8.71996 16.7674 8.81836C16.5925 8.90583 16.4503 9.03703 16.341 9.21196C16.2426 9.38689 16.1934 9.59463 16.1934 9.83516C16.1934 10.196 16.3027 10.4857 16.5214 10.7044C16.751 10.9121 17.0353 11.016 17.3742 11.016C17.6038 11.016 17.8061 10.9668 17.981 10.8684C18.1669 10.77 18.309 10.6333 18.4074 10.4584C18.5058 10.2834 18.555 10.0757 18.555 9.83516C18.555 9.59463 18.5058 9.38689 18.4074 9.21196C18.309 9.03703 18.1669 8.90583 17.981 8.81836C17.8061 8.71996 17.6038 8.67076 17.3742 8.67076Z M6.57673 18.0024C5.55993 18.0024 4.65793 17.7673 3.87073 17.2972C3.09446 16.827 2.4822 16.1437 2.03393 15.2472C1.5966 14.3506 1.37793 13.2682 1.37793 12C1.37793 10.7317 1.5966 9.64929 2.03393 8.75276C2.4822 7.85622 3.09446 7.17289 3.87073 6.70276C4.65793 6.23263 5.55993 5.99756 6.57673 5.99756C7.59353 5.99756 8.49006 6.23263 9.26633 6.70276C10.0535 7.17289 10.6658 7.85622 11.1031 8.75276C11.5514 9.64929 11.7755 10.7317 11.7755 12C11.7755 13.2682 11.5514 14.3506 11.1031 15.2472C10.6658 16.1437 10.0535 16.827 9.26633 17.2972C8.49006 17.7673 7.59353 18.0024 6.57673 18.0024ZM6.57673 14.9028C6.8282 14.9028 7.05233 14.8153 7.24913 14.6404C7.44593 14.4654 7.599 14.1648 7.70833 13.7384C7.8286 13.312 7.88873 12.7325 7.88873 12C7.88873 11.2565 7.8286 10.677 7.70833 10.2616C7.599 9.83516 7.44593 9.53449 7.24913 9.35956C7.05233 9.18463 6.8282 9.09716 6.57673 9.09716C6.32526 9.09716 6.10113 9.18463 5.90433 9.35956C5.70753 9.53449 5.549 9.83516 5.42873 10.2616C5.3194 10.677 5.26473 11.2565 5.26473 12C5.26473 12.7325 5.3194 13.312 5.42873 13.7384C5.549 14.1648 5.70753 14.4654 5.90433 14.6404C6.10113 14.8153 6.32526 14.9028 6.57673 14.9028Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_0
                        <code>[[svg_collection:number_digit_0]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit0 icon-outline"><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.0155 23.2499C10.1611 23.2499 8.51272 22.8069 7.07041 21.9209C5.64871 21.0349 4.52577 19.7575 3.7016 18.0885C2.87742 16.4196 2.46533 14.39 2.46533 11.9999C2.46533 9.6098 2.87742 7.58027 3.7016 5.91131C4.52577 4.24235 5.64871 2.96488 7.07041 2.07889C8.51272 1.1929 10.1611 0.749908 12.0155 0.749908C13.8493 0.749908 15.477 1.1929 16.8987 2.07889C18.341 2.96488 19.4743 4.24235 20.2984 5.91131C21.1226 7.58027 21.5347 9.6098 21.5347 11.9999C21.5347 14.39 21.1226 16.4196 20.2984 18.0885C19.4743 19.7575 18.341 21.0349 16.8987 21.9209C15.477 22.8069 13.8493 23.2499 12.0155 23.2499ZM13.7462 17.6249C13.2517 18.037 12.6748 18.243 12.0155 18.243C11.3561 18.243 10.7689 18.037 10.2538 17.6249C9.75929 17.2128 9.3575 16.5535 9.04844 15.6469C8.75997 14.7197 8.61574 13.504 8.61574 11.9999C8.61574 10.4752 8.75997 9.25952 9.04844 8.35293C9.3575 7.44634 9.75929 6.787 10.2538 6.37491C10.7689 5.96282 11.3561 5.75678 12.0155 5.75678C12.6748 5.75678 13.2517 5.96282 13.7462 6.37491C14.2613 6.787 14.6631 7.44634 14.9516 8.35293C15.2401 9.25952 15.3843 10.4752 15.3843 11.9999C15.3843 13.504 15.2401 14.7197 14.9516 15.6469C14.6631 16.5535 14.2613 17.2128 13.7462 17.6249Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit0 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M12.0155 23.25C10.1611 23.25 8.51272 22.807 7.07041 21.921C5.64871 21.035 4.52577 19.7576 3.7016 18.0886C2.87742 16.4196 2.46533 14.3901 2.46533 12C2.46533 9.60989 2.87742 7.58036 3.7016 5.9114C4.52577 4.24245 5.64871 2.96497 7.07041 2.07898C8.51272 1.19299 10.1611 0.75 12.0155 0.75C13.8493 0.75 15.477 1.19299 16.8987 2.07898C18.341 2.96497 19.4743 4.24245 20.2984 5.9114C21.1226 7.58036 21.5347 9.60989 21.5347 12C21.5347 14.3901 21.1226 16.4196 20.2984 18.0886C19.4743 19.7576 18.341 21.035 16.8987 21.921C15.477 22.807 13.8493 23.25 12.0155 23.25ZM13.7462 17.625C13.2517 18.0371 12.6748 18.2431 12.0155 18.2431C11.3561 18.2431 10.7689 18.0371 10.2538 17.625C9.75929 17.2129 9.3575 16.5536 9.04844 15.647C8.75997 14.7198 8.61574 13.5041 8.61574 12C8.61574 10.4753 8.75997 9.25961 9.04844 8.35302C9.3575 7.44643 9.75929 6.78709 10.2538 6.375C10.7689 5.96291 11.3561 5.75687 12.0155 5.75687C12.6748 5.75687 13.2517 5.96291 13.7462 6.375C14.2613 6.78709 14.6631 7.44643 14.9516 8.35302C15.2401 9.25961 15.3843 10.4753 15.3843 12C15.3843 13.5041 15.2401 14.7198 14.9516 15.647C14.6631 16.5536 14.2613 17.2129 13.7462 17.625Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit0 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M12.0155 23.25C10.1611 23.25 8.51272 22.807 7.07041 21.921C5.64871 21.035 4.52577 19.7576 3.7016 18.0886C2.87742 16.4196 2.46533 14.3901 2.46533 12C2.46533 9.60989 2.87742 7.58036 3.7016 5.9114C4.52577 4.24245 5.64871 2.96497 7.07041 2.07898C8.51272 1.19299 10.1611 0.75 12.0155 0.75C13.8493 0.75 15.477 1.19299 16.8987 2.07898C18.341 2.96497 19.4743 4.24245 20.2984 5.9114C21.1226 7.58036 21.5347 9.60989 21.5347 12C21.5347 14.3901 21.1226 16.4196 20.2984 18.0886C19.4743 19.7576 18.341 21.035 16.8987 21.921C15.477 22.807 13.8493 23.25 12.0155 23.25ZM13.7462 17.625C13.2517 18.0371 12.6748 18.2431 12.0155 18.2431C11.3561 18.2431 10.7689 18.0371 10.2538 17.625C9.75929 17.2129 9.3575 16.5536 9.04844 15.647C8.75997 14.7198 8.61574 13.5041 8.61574 12C8.61574 10.4753 8.75997 9.25961 9.04844 8.35302C9.3575 7.44643 9.75929 6.78709 10.2538 6.375C10.7689 5.96291 11.3561 5.75687 12.0155 5.75687C12.6748 5.75687 13.2517 5.96291 13.7462 6.375C14.2613 6.78709 14.6631 7.44643 14.9516 8.35302C15.2401 9.25961 15.3843 10.4753 15.3843 12C15.3843 13.5041 15.2401 14.7198 14.9516 15.647C14.6631 16.5536 14.2613 17.2129 13.7462 17.625Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.0155 23.25C10.1611 23.25 8.51272 22.807 7.07041 21.921C5.64871 21.035 4.52577 19.7576 3.7016 18.0886C2.87742 16.4196 2.46533 14.3901 2.46533 12C2.46533 9.60989 2.87742 7.58036 3.7016 5.9114C4.52577 4.24245 5.64871 2.96497 7.07041 2.07898C8.51272 1.19299 10.1611 0.75 12.0155 0.75C13.8493 0.75 15.477 1.19299 16.8987 2.07898C18.341 2.96497 19.4743 4.24245 20.2984 5.9114C21.1226 7.58036 21.5347 9.60989 21.5347 12C21.5347 14.3901 21.1226 16.4196 20.2984 18.0886C19.4743 19.7576 18.341 21.035 16.8987 21.921C15.477 22.807 13.8493 23.25 12.0155 23.25ZM13.7462 17.625C13.2517 18.0371 12.6748 18.2431 12.0155 18.2431C11.3561 18.2431 10.7689 18.0371 10.2538 17.625C9.75929 17.2129 9.3575 16.5536 9.04844 15.647C8.75997 14.7198 8.61574 13.5041 8.61574 12C8.61574 10.4753 8.75997 9.25961 9.04844 8.35302C9.3575 7.44643 9.75929 6.78709 10.2538 6.375C10.7689 5.96291 11.3561 5.75687 12.0155 5.75687C12.6748 5.75687 13.2517 5.96291 13.7462 6.375C14.2613 6.78709 14.6631 7.44643 14.9516 8.35302C15.2401 9.25961 15.3843 10.4753 15.3843 12C15.3843 13.5041 15.2401 14.7198 14.9516 15.647C14.6631 16.5536 14.2613 17.2129 13.7462 17.625Z" clip-rule="evenodd"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_1
                        <code>[[svg_collection:number_digit_1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit1 icon-outline"><path class="outline" d="M6.27881 0.75V6.47143H10.136V23.25H17.7217V0.75H6.27881Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit1 icon-solid"><path class="solid" d="M6.27881 0.75V6.47143H10.136V23.25H17.7217V0.75H6.27881Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit1 icon-duotone"><path class="alpha" d="M10.136 23.25V6.47143H6.27881V0.75H17.7217V23.25H10.136Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M6.27881 0.75V6.47143H10.136V23.25H17.7217V0.75H6.27881Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_2
                        <code>[[svg_collection:number_digit_2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit2 icon-outline"><path class="outline" d="M3.82942 18.6935V23.2501H21.4586V17.4994H14.0442L17.1849 14.6398C18.2533 13.6761 19.0599 12.8067 19.6046 12.0315C20.1493 11.2354 20.5054 10.4813 20.673 9.76896C20.8615 9.05667 20.9558 8.34438 20.9558 7.63209C20.9558 6.22846 20.5787 5.01337 19.8245 3.98684C19.0703 2.9603 18.0229 2.16421 16.6821 1.59857C15.3413 1.03293 13.8015 0.750107 12.0627 0.750107C9.69534 0.750107 7.7156 1.22148 6.12342 2.16421C4.53124 3.10695 3.3371 4.33251 2.54102 5.84089L8.13459 8.63768C8.46979 7.96729 8.93068 7.46449 9.51727 7.1293C10.1039 6.77315 10.7219 6.59508 11.3713 6.59508C12.0836 6.59508 12.6178 6.7522 12.974 7.06645C13.3301 7.35974 13.5082 7.77874 13.5082 8.32343C13.5082 8.57483 13.4663 8.84717 13.3825 9.14047C13.2987 9.41282 13.1311 9.72706 12.8797 10.0832C12.6493 10.4394 12.2826 10.8583 11.7798 11.3402L3.82942 18.6935Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit2 icon-solid"><path class="solid" d="M3.82942 18.6934V23.25H21.4586V17.4993H14.0442L17.1849 14.6397C18.2533 13.676 19.0599 12.8066 19.6046 12.0314C20.1493 11.2353 20.5054 10.4811 20.673 9.76885C20.8615 9.05656 20.9558 8.34427 20.9558 7.63198C20.9558 6.22835 20.5787 5.01327 19.8245 3.98673C19.0703 2.96019 18.0229 2.16411 16.6821 1.59846C15.3413 1.03282 13.8015 0.75 12.0627 0.75C9.69534 0.75 7.7156 1.22137 6.12342 2.16411C4.53124 3.10684 3.3371 4.3324 2.54102 5.84078L8.13459 8.63757C8.46979 7.96718 8.93068 7.46439 9.51727 7.12919C10.1039 6.77304 10.7219 6.59497 11.3713 6.59497C12.0836 6.59497 12.6178 6.75209 12.974 7.06634C13.3301 7.35964 13.5082 7.77863 13.5082 8.32332C13.5082 8.57472 13.4663 8.84707 13.3825 9.14036C13.2987 9.41271 13.1311 9.72696 12.8797 10.0831C12.6493 10.4392 12.2826 10.8582 11.7798 11.3401L3.82942 18.6934Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit2 icon-duotone"><path class="alpha" d="M3.82942 23.25V18.6934L11.7798 11.3401C12.2826 10.8582 12.6493 10.4392 12.8797 10.0831C13.1311 9.72696 13.2987 9.41271 13.3825 9.14036C13.4663 8.84707 13.5082 8.57472 13.5082 8.32332C13.5082 7.77863 13.3301 7.35964 12.974 7.06634C12.6178 6.75209 12.0836 6.59497 11.3713 6.59497C10.7219 6.59497 10.1039 6.77304 9.51727 7.12919C8.93068 7.46439 8.46979 7.96718 8.13459 8.63757L2.54102 5.84078C3.3371 4.3324 4.53124 3.10684 6.12342 2.16411C7.7156 1.22137 9.69534 0.75 12.0627 0.75C13.8015 0.75 15.3413 1.03282 16.6821 1.59846C18.0229 2.16411 19.0703 2.96019 19.8245 3.98673C20.5787 5.01327 20.9558 6.22835 20.9558 7.63198C20.9558 8.34427 20.8615 9.05656 20.673 9.76885C20.5054 10.4811 20.1493 11.2353 19.6046 12.0314C19.0599 12.8066 18.2533 13.676 17.1849 14.6397L14.0442 17.4993H21.4586V23.25H3.82942Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M3.82942 18.6934V23.25H21.4586V17.4993H14.0442L17.1849 14.6397C18.2533 13.676 19.0599 12.8066 19.6046 12.0314C20.1493 11.2353 20.5054 10.4811 20.673 9.76885C20.8615 9.05656 20.9558 8.34427 20.9558 7.63198C20.9558 6.22835 20.5787 5.01327 19.8245 3.98673C19.0703 2.96019 18.0229 2.16411 16.6821 1.59846C15.3413 1.03282 13.8015 0.75 12.0627 0.75C9.69534 0.75 7.7156 1.22137 6.12342 2.16411C4.53124 3.10684 3.3371 4.3324 2.54102 5.84078L8.13459 8.63757C8.46979 7.96718 8.93068 7.46439 9.51727 7.12919C10.1039 6.77304 10.7219 6.59497 11.3713 6.59497C12.0836 6.59497 12.6178 6.75209 12.974 7.06634C13.3301 7.35964 13.5082 7.77863 13.5082 8.32332C13.5082 8.57472 13.4663 8.84707 13.3825 9.14036C13.2987 9.41271 13.1311 9.72696 12.8797 10.0831C12.6493 10.4392 12.2826 10.8582 11.7798 11.3401L3.82942 18.6934Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_3
                        <code>[[svg_collection:number_digit_3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit3 icon-outline"><path class="outline" d="M6.72045 22.7472C8.27073 23.0824 9.80006 23.25 11.3084 23.25C13.6548 23.25 15.5612 22.8833 17.0277 22.1501C18.5151 21.4169 19.6045 20.4741 20.2959 19.3219C21.0082 18.1696 21.3643 16.965 21.3643 15.7081C21.3643 13.7597 20.6415 12.1676 19.196 10.9315C18.3796 10.2334 17.3527 9.73246 16.1153 9.42864L20.1702 5.30652V0.749954H3.76654V6.34353H11.6317L8.38595 9.64311V14.1997H11.3084C12.2512 14.1997 12.9216 14.3358 13.3196 14.6082C13.7177 14.8596 13.9167 15.2262 13.9167 15.7081C13.9167 16.2737 13.6443 16.7032 13.0996 16.9965C12.5759 17.2688 11.895 17.405 11.057 17.405C10.1353 17.405 9.15062 17.2793 8.10313 17.0279C7.07659 16.7555 6.09196 16.347 5.14922 15.8023L2.63525 21.2702C3.80844 21.9196 5.17017 22.412 6.72045 22.7472Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit3 icon-solid"><path class="solid" d="M6.72045 22.7472C8.27073 23.0824 9.80006 23.25 11.3084 23.25C13.6548 23.25 15.5612 22.8834 17.0277 22.1501C18.5151 21.4169 19.6045 20.4742 20.2959 19.3219C21.0082 18.1697 21.3643 16.9651 21.3643 15.7081C21.3643 13.7598 20.6415 12.1676 19.196 10.9316C18.3796 10.2335 17.3527 9.73251 16.1153 9.42869L20.1702 5.30657V0.75H3.76654V6.34358H11.6317L8.38595 9.64316V14.1997H11.3084C12.2512 14.1997 12.9216 14.3359 13.3196 14.6082C13.7177 14.8596 13.9167 15.2263 13.9167 15.7081C13.9167 16.2737 13.6443 16.7032 13.0996 16.9965C12.5759 17.2689 11.895 17.405 11.057 17.405C10.1353 17.405 9.15062 17.2793 8.10313 17.0279C7.07659 16.7556 6.09196 16.3471 5.14922 15.8024L2.63525 21.2703C3.80844 21.9197 5.17017 22.412 6.72045 22.7472Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit3 icon-duotone"><path class="alpha" d="M6.72045 22.7472C8.27073 23.0824 9.80006 23.25 11.3084 23.25C13.6548 23.25 15.5612 22.8834 17.0277 22.1501C18.5151 21.4169 19.6045 20.4742 20.2959 19.3219C21.0082 18.1697 21.3643 16.9651 21.3643 15.7081C21.3643 13.7598 20.6415 12.1676 19.196 10.9316C18.3796 10.2335 17.3527 9.73251 16.1153 9.42869L20.1702 5.30657V0.75H3.76654V6.34358H11.6317L8.38595 9.64316V14.1997H11.3084C12.2512 14.1997 12.9216 14.3359 13.3196 14.6082C13.7177 14.8596 13.9167 15.2263 13.9167 15.7081C13.9167 16.2737 13.6443 16.7032 13.0996 16.9965C12.5759 17.2689 11.895 17.405 11.057 17.405C10.1353 17.405 9.15062 17.2793 8.10313 17.0279C7.07659 16.7556 6.09196 16.3471 5.14922 15.8024L2.63525 21.2703C3.80844 21.9197 5.17017 22.412 6.72045 22.7472Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M6.72045 22.7472C8.27073 23.0824 9.80006 23.25 11.3084 23.25C13.6548 23.25 15.5612 22.8834 17.0277 22.1501C18.5151 21.4169 19.6045 20.4742 20.2959 19.3219C21.0082 18.1697 21.3643 16.9651 21.3643 15.7081C21.3643 13.7598 20.6415 12.1676 19.196 10.9316C18.3796 10.2335 17.3527 9.73251 16.1153 9.42869L20.1702 5.30657V0.75H3.76654V6.34358H11.6317L8.38595 9.64316V14.1997H11.3084C12.2512 14.1997 12.9216 14.3359 13.3196 14.6082C13.7177 14.8596 13.9167 15.2263 13.9167 15.7081C13.9167 16.2737 13.6443 16.7032 13.0996 16.9965C12.5759 17.2689 11.895 17.405 11.057 17.405C10.1353 17.405 9.15062 17.2793 8.10313 17.0279C7.07659 16.7556 6.09196 16.3471 5.14922 15.8024L2.63525 21.2703C3.80844 21.9197 5.17017 22.412 6.72045 22.7472Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_4
                        <code>[[svg_collection:number_digit_4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit4 icon-outline"><path class="outline" d="M0.991211 14.5714V19.3929H12.6591V23.25H20.0198V19.3929L23.0091 19.3929V13.5107L20.0198 13.5107V10.0714H12.8841V13.5107H9.82885L18.3162 0.75H10.5376L0.991211 14.5714Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit4 icon-solid"><path class="solid" d="M0.991211 14.5714V19.3929H12.6591V23.25H20.0198V19.3929L23.0091 19.3929V13.5107L20.0198 13.5107V10.0714H12.8841V13.5107H9.82885L18.3162 0.75H10.5376L0.991211 14.5714Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit4 icon-duotone"><path class="alpha" d="M0.991211 14.5714V19.3929H12.6591V23.25H20.0198V19.3929L23.0091 19.3929V13.5107L20.0198 13.5107V10.0714H12.8841V13.5107H9.82885L18.3162 0.75H10.5376L0.991211 14.5714Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M0.991211 14.5714V19.3929H12.6591V23.25H20.0198V19.3929L23.0091 19.3929V13.5107L20.0198 13.5107V10.0714H12.8841V13.5107H9.82885L18.3162 0.75H10.5376L0.991211 14.5714Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_5
                        <code>[[svg_collection:number_digit_5]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit5 icon-outline"><path class="outline" d="M6.72045 22.7471C8.27073 23.0823 9.80006 23.2499 11.3084 23.2499C13.6548 23.2499 15.5612 22.8833 17.0277 22.15C18.5151 21.3959 19.6045 20.4322 20.2959 19.259C21.0082 18.0649 21.3643 16.8183 21.3643 15.5195C21.3643 14.2206 21.0605 13.0474 20.453 11.9999C19.8664 10.9315 18.9132 10.083 17.5934 9.45452C16.2945 8.82603 14.5556 8.51178 12.3769 8.51178H11.2401L11.4082 6.34348H19.9188V0.749908H5.30634L4.20648 14.1054H10.5857C11.4865 14.1054 12.1674 14.1682 12.6283 14.2939C13.1101 14.4196 13.4453 14.6081 13.6339 14.8595C13.8224 15.09 13.9167 15.3623 13.9167 15.6766C13.9167 16.2422 13.6443 16.6717 13.0996 16.965C12.5549 17.2583 11.8636 17.4049 11.0256 17.4049C10.1038 17.4049 9.12967 17.2792 8.10313 17.0278C7.0766 16.7555 6.09196 16.347 5.14922 15.8023L2.63525 21.2702C3.80844 21.9196 5.17017 22.4119 6.72045 22.7471Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit5 icon-solid"><path class="solid" d="M6.72045 22.7472C8.27073 23.0824 9.80006 23.25 11.3084 23.25C13.6548 23.25 15.5612 22.8834 17.0277 22.1501C18.5151 21.396 19.6045 20.4323 20.2959 19.2591C21.0082 18.0649 21.3643 16.8184 21.3643 15.5196C21.3643 14.2207 21.0605 13.0475 20.453 12C19.8664 10.9316 18.9132 10.0831 17.5934 9.45461C16.2945 8.82612 14.5556 8.51187 12.3769 8.51187H11.2401L11.4082 6.34358H19.9188V0.75H5.30634L4.20648 14.1054H10.5857C11.4865 14.1054 12.1674 14.1683 12.6283 14.294C13.1101 14.4197 13.4453 14.6082 13.6339 14.8596C13.8224 15.0901 13.9167 15.3624 13.9167 15.6767C13.9167 16.2423 13.6443 16.6718 13.0996 16.9651C12.5549 17.2584 11.8636 17.405 11.0256 17.405C10.1038 17.405 9.12967 17.2793 8.10313 17.0279C7.0766 16.7556 6.09196 16.3471 5.14922 15.8024L2.63525 21.2703C3.80844 21.9197 5.17017 22.412 6.72045 22.7472Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit5 icon-duotone"><path class="alpha" d="M11.3084 23.25C9.80006 23.25 8.27073 23.0824 6.72045 22.7472C5.17017 22.412 3.80844 21.9197 2.63525 21.2703L5.14922 15.8024C6.09196 16.3471 7.0766 16.7556 8.10313 17.0279C9.12967 17.2793 10.1038 17.405 11.0256 17.405C11.8636 17.405 12.5549 17.2584 13.0996 16.9651C13.6443 16.6718 13.9167 16.2423 13.9167 15.6767C13.9167 15.3624 13.8224 15.0901 13.6339 14.8596C13.4453 14.6082 13.1101 14.4197 12.6283 14.294C12.1674 14.1683 11.4865 14.1054 10.5857 14.1054H4.20648L5.30634 0.75H19.9188V6.34358H11.4082L11.2401 8.51187C11.5921 8.51187 11.966 8.51187 12.3769 8.51187C14.5556 8.51187 16.2945 8.82612 17.5934 9.45461C18.9132 10.0831 19.8664 10.9316 20.453 12C21.0605 13.0475 21.3643 14.2207 21.3643 15.5196C21.3643 16.8184 21.0082 18.0649 20.2959 19.2591C19.6045 20.4323 18.5151 21.396 17.0277 22.1501C15.5612 22.8834 13.6548 23.25 11.3084 23.25Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M6.72045 22.7472C8.27073 23.0824 9.80006 23.25 11.3084 23.25C13.6548 23.25 15.5612 22.8834 17.0277 22.1501C18.5151 21.396 19.6045 20.4323 20.2959 19.2591C21.0082 18.0649 21.3643 16.8184 21.3643 15.5196C21.3643 14.2207 21.0605 13.0475 20.453 12C19.8664 10.9316 18.9132 10.0831 17.5934 9.45461C16.2945 8.82612 14.5556 8.51187 12.3769 8.51187H11.2401L11.4082 6.34358H19.9188V0.75H5.30634L4.20648 14.1054H10.5857C11.4865 14.1054 12.1674 14.1683 12.6283 14.294C13.1101 14.4197 13.4453 14.6082 13.6339 14.8596C13.8224 15.0901 13.9167 15.3624 13.9167 15.6767C13.9167 16.2423 13.6443 16.6718 13.0996 16.9651C12.5549 17.2584 11.8636 17.405 11.0256 17.405C10.1038 17.405 9.12967 17.2793 8.10313 17.0279C7.0766 16.7556 6.09196 16.3471 5.14922 15.8024L2.63525 21.2703C3.80844 21.9197 5.17017 22.412 6.72045 22.7472Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_6
                        <code>[[svg_collection:number_digit_6]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit6 icon-outline"><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.7991 23.2501C10.7499 23.2501 8.9466 22.8608 7.38922 22.0821C5.85234 21.2829 4.64332 20.1046 3.76218 18.5473C2.90152 16.9694 2.47119 15.0124 2.47119 12.6764C2.47119 10.1559 2.97324 8.01447 3.97734 6.25217C4.98144 4.46938 6.37488 3.10668 8.15767 2.16406C9.96095 1.22143 12.0409 0.750122 14.3974 0.750122C15.6679 0.750122 16.8872 0.90381 18.0552 1.21119C19.2437 1.49807 20.2478 1.90791 21.0675 2.4407L18.4548 7.51242C17.8196 7.0616 17.1741 6.76447 16.5183 6.62102C15.8831 6.45709 15.2273 6.37512 14.5511 6.37512C13.0962 6.37512 11.9282 6.8157 11.047 7.69684C10.4497 8.29414 10.0597 9.08388 9.87691 10.0661C10.3543 9.70904 10.898 9.43158 11.5081 9.23373C12.2663 8.96733 13.1474 8.83414 14.1515 8.83414C15.463 8.83414 16.672 9.12102 17.7786 9.69479C18.9056 10.2481 19.8073 11.037 20.4835 12.0616C21.1802 13.0862 21.5286 14.3054 21.5286 15.7194C21.5286 17.2563 21.1392 18.5882 20.3605 19.7153C19.5818 20.8423 18.5265 21.7132 17.1946 22.328C15.8831 22.9427 14.4179 23.2501 12.7991 23.2501ZM13.4446 17.994C13.1167 18.1579 12.7376 18.2399 12.3073 18.2399C11.8769 18.2399 11.4978 18.1579 11.17 17.994C10.8421 17.8096 10.5757 17.5534 10.3708 17.2255C10.1864 16.8977 10.0941 16.5083 10.0941 16.0575C10.0941 15.6067 10.1864 15.2173 10.3708 14.8895C10.5757 14.5616 10.8421 14.3055 11.17 14.121C11.4978 13.9366 11.8769 13.8444 12.3073 13.8444C12.963 13.8444 13.4958 14.0493 13.9056 14.4591C14.3155 14.8485 14.5204 15.3813 14.5204 16.0575C14.5204 16.5083 14.4282 16.8977 14.2437 17.2255C14.0593 17.5534 13.7929 17.8096 13.4446 17.994Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit6 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M12.7991 23.25C10.7499 23.25 8.9466 22.8607 7.38922 22.082C5.85234 21.2828 4.64332 20.1045 3.76218 18.5471C2.90152 16.9693 2.47119 15.0123 2.47119 12.6762C2.47119 10.1557 2.97324 8.01434 3.97734 6.25205C4.98144 4.46926 6.37488 3.10656 8.15767 2.16393C9.96095 1.22131 12.0409 0.75 14.3974 0.75C15.6679 0.75 16.8872 0.903688 18.0552 1.21107C19.2437 1.49795 20.2478 1.90779 21.0675 2.44057L18.4548 7.5123C17.8196 7.06148 17.1741 6.76434 16.5183 6.6209C15.8831 6.45697 15.2273 6.375 14.5511 6.375C13.0962 6.375 11.9282 6.81557 11.047 7.69672C10.4497 8.29401 10.0597 9.08376 9.87691 10.066C10.3543 9.70891 10.898 9.43146 11.5081 9.23361C12.2663 8.96721 13.1474 8.83402 14.1515 8.83402C15.463 8.83402 16.672 9.1209 17.7786 9.69467C18.9056 10.248 19.8073 11.0369 20.4835 12.0615C21.1802 13.0861 21.5286 14.3053 21.5286 15.7193C21.5286 17.2561 21.1392 18.5881 20.3605 19.7152C19.5818 20.8422 18.5265 21.7131 17.1946 22.3279C15.8831 22.9426 14.4179 23.25 12.7991 23.25ZM13.4446 17.9939C13.1167 18.1578 12.7376 18.2398 12.3073 18.2398C11.8769 18.2398 11.4978 18.1578 11.17 17.9939C10.8421 17.8094 10.5757 17.5533 10.3708 17.2254C10.1864 16.8975 10.0941 16.5082 10.0941 16.0574C10.0941 15.6066 10.1864 15.2172 10.3708 14.8893C10.5757 14.5615 10.8421 14.3053 11.17 14.1209C11.4978 13.9365 11.8769 13.8443 12.3073 13.8443C12.963 13.8443 13.4958 14.0492 13.9056 14.459C14.3155 14.8484 14.5204 15.3811 14.5204 16.0574C14.5204 16.5082 14.4282 16.8975 14.2437 17.2254C14.0593 17.5533 13.7929 17.8094 13.4446 17.9939Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit6 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M12.7991 23.25C10.7499 23.25 8.9466 22.8607 7.38922 22.082C5.85234 21.2828 4.64332 20.1045 3.76218 18.5471C2.90152 16.9693 2.47119 15.0123 2.47119 12.6762C2.47119 10.1557 2.97324 8.01434 3.97734 6.25205C4.98144 4.46926 6.37488 3.10656 8.15767 2.16393C9.96095 1.22131 12.0409 0.75 14.3974 0.75C15.6679 0.75 16.8872 0.903688 18.0552 1.21107C19.2437 1.49795 20.2478 1.90779 21.0675 2.44057L18.4548 7.5123C17.8196 7.06148 17.1741 6.76434 16.5183 6.6209C15.8831 6.45697 15.2273 6.375 14.5511 6.375C13.0962 6.375 11.9282 6.81557 11.047 7.69672C10.4497 8.29401 10.0597 9.08376 9.87691 10.066C10.3543 9.70891 10.898 9.43146 11.5081 9.23361C12.2663 8.96721 13.1474 8.83402 14.1515 8.83402C15.463 8.83402 16.672 9.1209 17.7786 9.69467C18.9056 10.248 19.8073 11.0369 20.4835 12.0615C21.1802 13.0861 21.5286 14.3053 21.5286 15.7193C21.5286 17.2561 21.1392 18.5881 20.3605 19.7152C19.5818 20.8422 18.5265 21.7131 17.1946 22.3279C15.8831 22.9426 14.4179 23.25 12.7991 23.25ZM13.4446 17.9939C13.1167 18.1578 12.7376 18.2398 12.3073 18.2398C11.8769 18.2398 11.4978 18.1578 11.17 17.9939C10.8421 17.8094 10.5757 17.5533 10.3708 17.2254C10.1864 16.8975 10.0941 16.5082 10.0941 16.0574C10.0941 15.6066 10.1864 15.2172 10.3708 14.8893C10.5757 14.5615 10.8421 14.3053 11.17 14.1209C11.4978 13.9365 11.8769 13.8443 12.3073 13.8443C12.963 13.8443 13.4958 14.0492 13.9056 14.459C14.3155 14.8484 14.5204 15.3811 14.5204 16.0574C14.5204 16.5082 14.4282 16.8975 14.2437 17.2254C14.0593 17.5533 13.7929 17.8094 13.4446 17.9939Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.7991 23.25C10.7499 23.25 8.9466 22.8607 7.38922 22.082C5.85234 21.2828 4.64332 20.1045 3.76218 18.5471C2.90152 16.9693 2.47119 15.0123 2.47119 12.6762C2.47119 10.1557 2.97324 8.01434 3.97734 6.25205C4.98144 4.46926 6.37488 3.10656 8.15767 2.16393C9.96095 1.22131 12.0409 0.75 14.3974 0.75C15.6679 0.75 16.8872 0.903688 18.0552 1.21107C19.2437 1.49795 20.2478 1.90779 21.0675 2.44057L18.4548 7.5123C17.8196 7.06148 17.1741 6.76434 16.5183 6.6209C15.8831 6.45697 15.2273 6.375 14.5511 6.375C13.0962 6.375 11.9282 6.81557 11.047 7.69672C10.4497 8.29401 10.0597 9.08376 9.87691 10.066C10.3543 9.70891 10.898 9.43146 11.5081 9.23361C12.2663 8.96721 13.1474 8.83402 14.1515 8.83402C15.463 8.83402 16.672 9.1209 17.7786 9.69467C18.9056 10.248 19.8073 11.0369 20.4835 12.0615C21.1802 13.0861 21.5286 14.3053 21.5286 15.7193C21.5286 17.2561 21.1392 18.5881 20.3605 19.7152C19.5818 20.8422 18.5265 21.7131 17.1946 22.3279C15.8831 22.9426 14.4179 23.25 12.7991 23.25ZM13.4446 17.9939C13.1167 18.1578 12.7376 18.2398 12.3073 18.2398C11.8769 18.2398 11.4978 18.1578 11.17 17.9939C10.8421 17.8094 10.5757 17.5533 10.3708 17.2254C10.1864 16.8975 10.0941 16.5082 10.0941 16.0574C10.0941 15.6066 10.1864 15.2172 10.3708 14.8893C10.5757 14.5615 10.8421 14.3053 11.17 14.1209C11.4978 13.9365 11.8769 13.8443 12.3073 13.8443C12.963 13.8443 13.4958 14.0492 13.9056 14.459C14.3155 14.8484 14.5204 15.3811 14.5204 16.0574C14.5204 16.5082 14.4282 16.8975 14.2437 17.2254C14.0593 17.5533 13.7929 17.8094 13.4446 17.9939Z" clip-rule="evenodd"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_7
                        <code>[[svg_collection:number_digit_7]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit7 icon-outline"><path class="outline" d="M2.37305 9.91062H8.6409V6.63205H12.9664L5.84448 23.2499H14.1373L21.6266 5.41062V0.749908H2.37305V9.91062Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit7 icon-solid"><path class="solid" d="M2.37305 9.91071H8.6409V6.63214H12.9664L5.84448 23.25H14.1373L21.6266 5.41072V0.75H2.37305V9.91071Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit7 icon-duotone"><path class="alpha" d="M2.37305 9.91071H8.6409V6.63214H12.9664L5.84448 23.25H14.1373L21.6266 5.41072V0.75H2.37305V9.91071Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M2.37305 9.91071H8.6409V6.63214H12.9664L5.84448 23.25H14.1373L21.6266 5.41072V0.75H2.37305V9.91071Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_8
                        <code>[[svg_collection:number_digit_8]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit8 icon-outline"><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.9998 23.2501C10.094 23.2501 8.41372 22.9735 6.9588 22.4202C5.52437 21.8464 4.39733 21.0473 3.57765 20.0227C2.75798 18.9776 2.34814 17.7583 2.34814 16.3649C2.34814 14.9714 2.76823 13.7829 3.60839 12.7993C4.06551 12.2641 4.61362 11.7987 5.25272 11.4031C4.89283 11.1276 4.57013 10.8246 4.28462 10.494C3.50593 9.57184 3.11659 8.46529 3.11659 7.1743C3.11659 5.86283 3.49569 4.73578 4.25388 3.79315C5.01208 2.83004 6.05716 2.08209 7.38913 1.5493C8.7211 1.01652 10.258 0.750122 11.9998 0.750122C13.7416 0.750122 15.2785 1.01652 16.6104 1.5493C17.9424 2.08209 18.9875 2.83004 19.7457 3.79315C20.5039 4.73578 20.883 5.86283 20.883 7.1743C20.883 8.46529 20.4936 9.57184 19.715 10.494C19.4294 10.8246 19.1067 11.1276 18.7469 11.4031C19.386 11.7987 19.9341 12.2641 20.3912 12.7993C21.2313 13.7829 21.6514 14.9714 21.6514 16.3649C21.6514 17.7583 21.2416 18.9776 20.4219 20.0227C19.6022 21.0473 18.4649 21.8464 17.01 22.4202C15.5756 22.9735 13.9055 23.2501 11.9998 23.2501ZM13.6904 17.7788C13.26 18.1682 12.6965 18.3628 11.9998 18.3628C11.3031 18.3628 10.7293 18.1682 10.2785 17.7788C9.84815 17.369 9.63298 16.8157 9.63298 16.119C9.63298 15.4223 9.84815 14.8792 10.2785 14.4899C10.7293 14.08 11.3031 13.8751 11.9998 13.8751C12.6965 13.8751 13.26 14.08 13.6904 14.4899C14.1412 14.8792 14.3666 15.4223 14.3666 16.119C14.3666 16.8157 14.1412 17.369 13.6904 17.7788ZM13.2293 8.83414C12.9014 9.16201 12.4916 9.32594 11.9998 9.32594C11.508 9.32594 11.0981 9.16201 10.7703 8.83414C10.4424 8.50627 10.2785 8.05545 10.2785 7.48168C10.2785 6.88742 10.4424 6.4366 10.7703 6.12922C11.0981 5.80135 11.508 5.63742 11.9998 5.63742C12.4916 5.63742 12.9014 5.80135 13.2293 6.12922C13.5572 6.4366 13.7211 6.88742 13.7211 7.48168C13.7211 8.05545 13.5572 8.50627 13.2293 8.83414Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit8 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M6.9588 22.4201C8.41372 22.9734 10.094 23.25 11.9998 23.25C13.9055 23.25 15.5756 22.9734 17.01 22.4201C18.4649 21.8463 19.6022 21.0471 20.4219 20.0225C21.2416 18.9775 21.6514 17.7582 21.6514 16.3648C21.6514 14.9713 21.2313 13.7828 20.3912 12.7992C19.9341 12.264 19.386 11.7986 18.7469 11.403C19.1067 11.1275 19.4294 10.8244 19.715 10.4939C20.4936 9.57172 20.883 8.46516 20.883 7.17418C20.883 5.8627 20.5039 4.73566 19.7457 3.79303C18.9875 2.82992 17.9424 2.08197 16.6104 1.54918C15.2785 1.01639 13.7416 0.75 11.9998 0.75C10.258 0.75 8.7211 1.01639 7.38913 1.54918C6.05716 2.08197 5.01208 2.82992 4.25388 3.79303C3.49569 4.73566 3.11659 5.8627 3.11659 7.17418C3.11659 8.46516 3.50593 9.57172 4.28462 10.4939C4.57013 10.8244 4.89283 11.1275 5.25272 11.403C4.61362 11.7986 4.06551 12.264 3.60839 12.7992C2.76823 13.7828 2.34814 14.9713 2.34814 16.3648C2.34814 17.7582 2.75798 18.9775 3.57765 20.0225C4.39733 21.0471 5.52437 21.8463 6.9588 22.4201ZM11.9998 9.32582C12.4916 9.32582 12.9014 9.16189 13.2293 8.83402C13.5572 8.50615 13.7211 8.05533 13.7211 7.48156C13.7211 6.8873 13.5572 6.43648 13.2293 6.1291C12.9014 5.80123 12.4916 5.63729 11.9998 5.63729C11.508 5.63729 11.0981 5.80123 10.7703 6.1291C10.4424 6.43648 10.2785 6.8873 10.2785 7.48156C10.2785 8.05533 10.4424 8.50615 10.7703 8.83402C11.0981 9.16189 11.508 9.32582 11.9998 9.32582ZM13.6904 17.7787C13.26 18.168 12.6965 18.3627 11.9998 18.3627C11.3031 18.3627 10.7293 18.168 10.2785 17.7787C9.84815 17.3689 9.63298 16.8156 9.63298 16.1189C9.63298 15.4221 9.84815 14.8791 10.2785 14.4898C10.7293 14.0799 11.3031 13.875 11.9998 13.875C12.6965 13.875 13.26 14.0799 13.6904 14.4898C14.1412 14.8791 14.3666 15.4221 14.3666 16.1189C14.3666 16.8156 14.1412 17.3689 13.6904 17.7787Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit8 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M6.9588 22.4201C8.41372 22.9734 10.094 23.25 11.9998 23.25C13.9055 23.25 15.5756 22.9734 17.01 22.4201C18.4649 21.8463 19.6022 21.0471 20.4219 20.0225C21.2416 18.9775 21.6514 17.7582 21.6514 16.3648C21.6514 14.9713 21.2313 13.7828 20.3912 12.7992C19.9341 12.264 19.386 11.7986 18.7469 11.403C19.1067 11.1275 19.4294 10.8244 19.715 10.4939C20.4936 9.57172 20.883 8.46516 20.883 7.17418C20.883 5.8627 20.5039 4.73566 19.7457 3.79303C18.9875 2.82992 17.9424 2.08197 16.6104 1.54918C15.2785 1.01639 13.7416 0.75 11.9998 0.75C10.258 0.75 8.7211 1.01639 7.38913 1.54918C6.05716 2.08197 5.01208 2.82992 4.25388 3.79303C3.49569 4.73566 3.11659 5.8627 3.11659 7.17418C3.11659 8.46516 3.50593 9.57172 4.28462 10.4939C4.57013 10.8244 4.89283 11.1275 5.25272 11.403C4.61362 11.7986 4.06551 12.264 3.60839 12.7992C2.76823 13.7828 2.34814 14.9713 2.34814 16.3648C2.34814 17.7582 2.75798 18.9775 3.57765 20.0225C4.39733 21.0471 5.52437 21.8463 6.9588 22.4201ZM11.9998 18.3627C12.6965 18.3627 13.26 18.168 13.6904 17.7787C14.1412 17.3689 14.3666 16.8156 14.3666 16.1189C14.3666 15.4221 14.1412 14.8791 13.6904 14.4898C13.26 14.0799 12.6965 13.875 11.9998 13.875C11.3031 13.875 10.7293 14.0799 10.2785 14.4898C9.84815 14.8791 9.63298 15.4221 9.63298 16.1189C9.63298 16.8156 9.84815 17.3689 10.2785 17.7787C10.7293 18.168 11.3031 18.3627 11.9998 18.3627ZM13.2293 8.83402C12.9014 9.16189 12.4916 9.32582 11.9998 9.32582C11.508 9.32582 11.0981 9.16189 10.7703 8.83402C10.4424 8.50615 10.2785 8.05533 10.2785 7.48156C10.2785 6.8873 10.4424 6.43648 10.7703 6.1291C11.0981 5.80123 11.508 5.63729 11.9998 5.63729C12.4916 5.63729 12.9014 5.80123 13.2293 6.1291C13.5572 6.43648 13.7211 6.8873 13.7211 7.48156C13.7211 8.05533 13.5572 8.50615 13.2293 8.83402Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.9998 23.25C10.094 23.25 8.41372 22.9734 6.9588 22.4201C5.52437 21.8463 4.39733 21.0471 3.57765 20.0225C2.75798 18.9775 2.34814 17.7582 2.34814 16.3648C2.34814 14.9713 2.76823 13.7828 3.60839 12.7992C4.06551 12.264 4.61362 11.7986 5.25272 11.403C4.89283 11.1275 4.57013 10.8244 4.28462 10.4939C3.50593 9.57172 3.11659 8.46516 3.11659 7.17418C3.11659 5.8627 3.49569 4.73566 4.25388 3.79303C5.01208 2.82992 6.05716 2.08197 7.38913 1.54918C8.7211 1.01639 10.258 0.75 11.9998 0.75C13.7416 0.75 15.2785 1.01639 16.6104 1.54918C17.9424 2.08197 18.9875 2.82992 19.7457 3.79303C20.5039 4.73566 20.883 5.8627 20.883 7.17418C20.883 8.46516 20.4936 9.57172 19.715 10.4939C19.4294 10.8244 19.1067 11.1275 18.7469 11.403C19.386 11.7986 19.9341 12.264 20.3912 12.7992C21.2313 13.7828 21.6514 14.9713 21.6514 16.3648C21.6514 17.7582 21.2416 18.9775 20.4219 20.0225C19.6022 21.0471 18.4649 21.8463 17.01 22.4201C15.5756 22.9734 13.9055 23.25 11.9998 23.25ZM13.6904 17.7787C13.26 18.168 12.6965 18.3627 11.9998 18.3627C11.3031 18.3627 10.7293 18.168 10.2785 17.7787C9.84815 17.3689 9.63298 16.8156 9.63298 16.1189C9.63298 15.4221 9.84815 14.8791 10.2785 14.4898C10.7293 14.0799 11.3031 13.875 11.9998 13.875C12.6965 13.875 13.26 14.0799 13.6904 14.4898C14.1412 14.8791 14.3666 15.4221 14.3666 16.1189C14.3666 16.8156 14.1412 17.3689 13.6904 17.7787ZM13.2293 8.83402C12.9014 9.16189 12.4916 9.32582 11.9998 9.32582C11.508 9.32582 11.0981 9.16189 10.7703 8.83402C10.4424 8.50615 10.2785 8.05533 10.2785 7.48156C10.2785 6.8873 10.4424 6.43648 10.7703 6.1291C11.0981 5.80123 11.508 5.63729 11.9998 5.63729C12.4916 5.63729 12.9014 5.80123 13.2293 6.1291C13.5572 6.43648 13.7211 6.8873 13.7211 7.48156C13.7211 8.05533 13.5572 8.50615 13.2293 8.83402Z" clip-rule="evenodd"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_digit_9
                        <code>[[svg_collection:number_digit_9]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit9 icon-outline"><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.2007 0.750122C13.2499 0.750122 15.0429 1.14971 16.5798 1.94889C18.1372 2.72758 19.3462 3.89561 20.2068 5.45299C21.088 7.01037 21.5286 8.96734 21.5286 11.3239C21.5286 13.8444 21.0265 15.996 20.0224 17.7788C19.0183 19.5411 17.6249 20.8936 15.8421 21.8362C14.0593 22.7788 11.9794 23.2501 9.60234 23.2501C8.33185 23.2501 7.10234 23.0964 5.91381 22.7891C4.74578 22.5022 3.75193 22.0923 2.93226 21.5595L5.54496 16.4878C6.18021 16.9386 6.81545 17.246 7.4507 17.41C8.10644 17.5534 8.77242 17.6251 9.44865 17.6251C10.9036 17.6251 12.0614 17.1948 12.922 16.3341C13.5287 15.7275 13.9265 14.9363 14.1155 13.9606C13.6398 14.3051 13.0986 14.584 12.4917 14.7973C11.7335 15.0432 10.8523 15.1661 9.84824 15.1661C8.53677 15.1661 7.3175 14.8895 6.19045 14.3362C5.0839 13.7624 4.18226 12.9632 3.48554 11.9386C2.80931 10.8936 2.47119 9.6743 2.47119 8.28086C2.47119 6.74397 2.86054 5.41201 3.63922 4.28496C4.41791 3.15791 5.463 2.28701 6.77447 1.67225C8.10644 1.0575 9.58185 0.750122 11.2007 0.750122ZM10.5552 6.03701C10.8831 5.85258 11.2622 5.76037 11.6925 5.76037C12.1228 5.76037 12.5019 5.85258 12.8298 6.03701C13.1782 6.20094 13.4446 6.44684 13.629 6.77471C13.8134 7.10258 13.9056 7.49193 13.9056 7.94275C13.9056 8.39357 13.8134 8.78291 13.629 9.11078C13.4446 9.43865 13.1782 9.69479 12.8298 9.87922C12.5019 10.0636 12.1228 10.1559 11.6925 10.1559C11.0573 10.1559 10.5245 9.96119 10.0941 9.57184C9.68431 9.16201 9.47939 8.61897 9.47939 7.94275C9.47939 7.49193 9.5716 7.10258 9.75603 6.77471C9.96095 6.44684 10.2273 6.20094 10.5552 6.03701Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit9 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M11.2007 0.75C13.2499 0.75 15.0429 1.14959 16.5798 1.94877C18.1372 2.72746 19.3462 3.89549 20.2068 5.45287C21.088 7.01025 21.5286 8.96721 21.5286 11.3238C21.5286 13.8443 21.0265 15.9959 20.0224 17.7787C19.0183 19.541 17.6249 20.8934 15.8421 21.8361C14.0593 22.7787 11.9794 23.25 9.60234 23.25C8.33185 23.25 7.10234 23.0963 5.91381 22.7889C4.74578 22.502 3.75193 22.0922 2.93226 21.5594L5.54496 16.4877C6.18021 16.9385 6.81545 17.2459 7.4507 17.4098C8.10644 17.5533 8.77242 17.625 9.44865 17.625C10.9036 17.625 12.0614 17.1947 12.922 16.334C13.5287 15.7274 13.9265 14.9362 14.1155 13.9605C13.6398 14.305 13.0986 14.5839 12.4917 14.7971C11.7335 15.043 10.8523 15.166 9.84824 15.166C8.53677 15.166 7.3175 14.8893 6.19045 14.3361C5.0839 13.7623 4.18226 12.9631 3.48554 11.9385C2.80931 10.8934 2.47119 9.67418 2.47119 8.28074C2.47119 6.74385 2.86054 5.41189 3.63922 4.28484C4.41791 3.15779 5.463 2.28689 6.77447 1.67213C8.10644 1.05738 9.58185 0.75 11.2007 0.75ZM10.5552 6.03688C10.8831 5.85246 11.2622 5.76025 11.6925 5.76025C12.1228 5.76025 12.5019 5.85246 12.8298 6.03688C13.1782 6.20082 13.4446 6.44672 13.629 6.77459C13.8134 7.10246 13.9056 7.4918 13.9056 7.94262C13.9056 8.39344 13.8134 8.78279 13.629 9.11066C13.4446 9.43853 13.1782 9.69467 12.8298 9.8791C12.5019 10.0635 12.1228 10.1557 11.6925 10.1557C11.0573 10.1557 10.5245 9.96107 10.0941 9.57172C9.68431 9.16188 9.47939 8.61885 9.47939 7.94262C9.47939 7.4918 9.5716 7.10246 9.75603 6.77459C9.96095 6.44672 10.2273 6.20082 10.5552 6.03688Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberdigit9 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M11.2007 0.75C13.2499 0.75 15.0429 1.14959 16.5798 1.94877C18.1372 2.72746 19.3462 3.89549 20.2068 5.45287C21.088 7.01025 21.5286 8.96721 21.5286 11.3238C21.5286 13.8443 21.0265 15.9959 20.0224 17.7787C19.0183 19.541 17.6249 20.8934 15.8421 21.8361C14.0593 22.7787 11.9794 23.25 9.60234 23.25C8.33185 23.25 7.10234 23.0963 5.91381 22.7889C4.74578 22.502 3.75193 22.0922 2.93226 21.5594L5.54496 16.4877C6.18021 16.9385 6.81545 17.2459 7.4507 17.4098C8.10644 17.5533 8.77242 17.625 9.44865 17.625C10.9036 17.625 12.0614 17.1947 12.922 16.334C13.5287 15.7274 13.9265 14.9362 14.1155 13.9605C13.6398 14.305 13.0986 14.5839 12.4917 14.7971C11.7335 15.043 10.8523 15.166 9.84824 15.166C8.53677 15.166 7.3175 14.8893 6.19045 14.3361C5.0839 13.7623 4.18226 12.9631 3.48554 11.9385C2.80931 10.8934 2.47119 9.67418 2.47119 8.28074C2.47119 6.74385 2.86054 5.41189 3.63922 4.28484C4.41791 3.15779 5.463 2.28689 6.77447 1.67213C8.10644 1.05738 9.58185 0.75 11.2007 0.75ZM10.5552 6.03688C10.8831 5.85246 11.2622 5.76025 11.6925 5.76025C12.1228 5.76025 12.5019 5.85246 12.8298 6.03688C13.1782 6.20082 13.4446 6.44672 13.629 6.77459C13.8134 7.10246 13.9056 7.4918 13.9056 7.94262C13.9056 8.39344 13.8134 8.78279 13.629 9.11066C13.4446 9.43853 13.1782 9.69467 12.8298 9.8791C12.5019 10.0635 12.1228 10.1557 11.6925 10.1557C11.0573 10.1557 10.5245 9.96107 10.0941 9.57172C9.68431 9.16188 9.47939 8.61885 9.47939 7.94262C9.47939 7.4918 9.5716 7.10246 9.75603 6.77459C9.96095 6.44672 10.2273 6.20082 10.5552 6.03688Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.2007 0.75C13.2499 0.75 15.0429 1.14959 16.5798 1.94877C18.1372 2.72746 19.3462 3.89549 20.2068 5.45287C21.088 7.01025 21.5286 8.96721 21.5286 11.3238C21.5286 13.8443 21.0265 15.9959 20.0224 17.7787C19.0183 19.541 17.6249 20.8934 15.8421 21.8361C14.0593 22.7787 11.9794 23.25 9.60234 23.25C8.33185 23.25 7.10234 23.0963 5.91381 22.7889C4.74578 22.502 3.75193 22.0922 2.93226 21.5594L5.54496 16.4877C6.18021 16.9385 6.81545 17.2459 7.4507 17.4098C8.10644 17.5533 8.77242 17.625 9.44865 17.625C10.9036 17.625 12.0614 17.1947 12.922 16.334C13.5287 15.7274 13.9265 14.9362 14.1155 13.9605C13.6398 14.305 13.0986 14.5839 12.4917 14.7971C11.7335 15.043 10.8523 15.166 9.84824 15.166C8.53677 15.166 7.3175 14.8893 6.19045 14.3361C5.0839 13.7623 4.18226 12.9631 3.48554 11.9385C2.80931 10.8934 2.47119 9.67418 2.47119 8.28074C2.47119 6.74385 2.86054 5.41189 3.63922 4.28484C4.41791 3.15779 5.463 2.28689 6.77447 1.67213C8.10644 1.05738 9.58185 0.75 11.2007 0.75ZM10.5552 6.03688C10.8831 5.85246 11.2622 5.76025 11.6925 5.76025C12.1228 5.76025 12.5019 5.85246 12.8298 6.03688C13.1782 6.20082 13.4446 6.44672 13.629 6.77459C13.8134 7.10246 13.9056 7.4918 13.9056 7.94262C13.9056 8.39344 13.8134 8.78279 13.629 9.11066C13.4446 9.43853 13.1782 9.69467 12.8298 9.8791C12.5019 10.0635 12.1228 10.1557 11.6925 10.1557C11.0573 10.1557 10.5245 9.96107 10.0941 9.57172C9.68431 9.16188 9.47939 8.61885 9.47939 7.94262C9.47939 7.4918 9.5716 7.10246 9.75603 6.77459C9.96095 6.44672 10.2273 6.20082 10.5552 6.03688Z" clip-rule="evenodd"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_0
                        <code>[[svg_collection:number_round_0]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround0 icon-outline"><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12ZM9.5 14.5V9.5C9.5 8.83696 9.76339 8.20107 10.2322 7.73223C10.7011 7.26339 11.337 7 12 7C12.663 7 13.2989 7.26339 13.7678 7.73223C14.2366 8.20107 14.5 8.83696 14.5 9.5V14.5C14.5 15.163 14.2366 15.7989 13.7678 16.2678C13.2989 16.7366 12.663 17 12 17C11.337 17 10.7011 16.7366 10.2322 16.2678C9.76339 15.7989 9.5 15.163 9.5 14.5Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround0 icon-solid"><path class="solid" d="M10.7626 8.26256C11.0908 7.93437 11.5359 7.75 12 7.75C12.4641 7.75 12.9092 7.93437 13.2374 8.26256C13.5656 8.59075 13.75 9.03587 13.75 9.5V14.5C13.75 14.9641 13.5656 15.4092 13.2374 15.7374C12.9092 16.0656 12.4641 16.25 12 16.25C11.5359 16.25 11.0908 16.0656 10.7626 15.7374C10.4344 15.4092 10.25 14.9641 10.25 14.5V9.5C10.25 9.03587 10.4344 8.59075 10.7626 8.26256Z M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM12 6.25C11.138 6.25 10.3114 6.59241 9.7019 7.2019C9.09241 7.8114 8.75 8.63805 8.75 9.5V14.5C8.75 15.362 9.09241 16.1886 9.7019 16.7981C10.3114 17.4076 11.138 17.75 12 17.75C12.862 17.75 13.6886 17.4076 14.2981 16.7981C14.9076 16.1886 15.25 15.362 15.25 14.5V9.5C15.25 8.63805 14.9076 7.8114 14.2981 7.2019C13.6886 6.59241 12.862 6.25 12 6.25Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround0 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12ZM9.5 14.5V9.5C9.5 8.83696 9.76339 8.20107 10.2322 7.73223C10.7011 7.26339 11.337 7 12 7C12.663 7 13.2989 7.26339 13.7678 7.73223C14.2366 8.20107 14.5 8.83696 14.5 9.5V14.5C14.5 15.163 14.2366 15.7989 13.7678 16.2678C13.2989 16.7366 12.663 17 12 17C11.337 17 10.7011 16.7366 10.2322 16.2678C9.76339 15.7989 9.5 15.163 9.5 14.5Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z M9.5 14.5V9.5C9.5 8.83696 9.76339 8.20107 10.2322 7.73223C10.7011 7.26339 11.337 7 12 7C12.663 7 13.2989 7.26339 13.7678 7.73223C14.2366 8.20107 14.5 8.83696 14.5 9.5V14.5C14.5 15.163 14.2366 15.7989 13.7678 16.2678C13.2989 16.7366 12.663 17 12 17C11.337 17 10.7011 16.7366 10.2322 16.2678C9.76339 15.7989 9.5 15.163 9.5 14.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_1
                        <code>[[svg_collection:number_round_1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround1 icon-outline"><path class="outline" d="M9.49977 9.49998L11.9998 6.99998V17M23.25 11.9999C23.25 18.2131 18.2132 23.2499 12 23.2499C5.7868 23.2499 0.75 18.2131 0.75 11.9999C0.75 5.78674 5.7868 0.749939 12 0.749939C18.2132 0.749939 23.25 5.78674 23.25 11.9999Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround1 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM12.75 7.00002C12.75 6.69668 12.5673 6.4232 12.287 6.30711C12.0068 6.19103 11.6842 6.25519 11.4697 6.46969L8.96967 8.96969C8.67678 9.26259 8.67678 9.73746 8.96967 10.0304C9.26256 10.3232 9.73744 10.3232 10.0303 10.0304L11.25 8.81068V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V7.00002Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround1 icon-duotone"><circle class="alpha" cx="12" cy="12" r="11.25" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 9.5L12 7V17M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_2
                        <code>[[svg_collection:number_round_2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround2 icon-outline"><path class="outline" d="M9.50006 7.00012H13.2501C13.5816 7.00012 13.8995 7.13182 14.1339 7.36624C14.3684 7.60066 14.5001 7.9186 14.5001 8.25012V10.7501C14.5001 11.0816 14.3684 11.3996 14.1339 11.634C13.8995 11.8684 13.5816 12.0001 13.2501 12.0001H10.7501C10.4185 12.0001 10.1006 12.1318 9.86618 12.3662C9.63176 12.6007 9.50006 12.9186 9.50006 13.2501V15.7501C9.50006 16.0816 9.63176 16.3996 9.86618 16.634C10.1006 16.8684 10.4185 17.0001 10.7501 17.0001H14.5001M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround2 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7C8.75 7.41421 9.08579 7.75 9.5 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99022 13.75 8.11739 13.75 8.25V10.75C13.75 10.8826 13.6973 11.0098 13.6036 11.1036C13.5098 11.1973 13.3826 11.25 13.25 11.25H10.75C10.2196 11.25 9.71086 11.4607 9.33579 11.8358C8.96072 12.2109 8.75 12.7196 8.75 13.25V15.75C8.75 16.2804 8.96072 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H14.5C14.9142 17.75 15.25 17.4142 15.25 17C15.25 16.5858 14.9142 16.25 14.5 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75V13.25C10.25 13.1174 10.3027 12.9902 10.3964 12.8964C10.4902 12.8027 10.6174 12.75 10.75 12.75H13.25C13.7804 12.75 14.2891 12.5393 14.6642 12.1642C15.0393 11.7891 15.25 11.2804 15.25 10.75V8.25C15.25 7.71957 15.0393 7.21086 14.6642 6.83579C14.2891 6.46071 13.7804 6.25 13.25 6.25H9.5Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround2 icon-duotone"><circle class="alpha" cx="12" cy="12" r="11.25" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.50006 7.00012H13.2501C13.5816 7.00012 13.8995 7.13182 14.1339 7.36624C14.3684 7.60066 14.5001 7.9186 14.5001 8.25012V10.7501C14.5001 11.0816 14.3684 11.3996 14.1339 11.634C13.8995 11.8684 13.5816 12.0001 13.2501 12.0001H10.7501C10.4185 12.0001 10.1006 12.1318 9.86618 12.3662C9.63176 12.6007 9.50006 12.9186 9.50006 13.2501V15.7501C9.50006 16.0816 9.63176 16.3996 9.86618 16.634C10.1006 16.8684 10.4185 17.0001 10.7501 17.0001H14.5001M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_3
                        <code>[[svg_collection:number_round_3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround3 icon-outline"><path class="outline" d="M9.5 8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25V10.75C14.5 11.0815 14.3683 11.3995 14.1339 11.6339C13.8995 11.8683 13.5815 12 13.25 12M13.25 12H10.75M13.25 12C13.5815 12 13.8995 12.1317 14.1339 12.3661C14.3683 12.6005 14.5 12.9185 14.5 13.25V15.75C14.5 16.0815 14.3683 16.3995 14.1339 16.6339C13.8995 16.8683 13.5815 17 13.25 17H10.75C10.4185 17 10.1005 16.8683 9.86612 16.6339C9.6317 16.3995 9.5 16.0815 9.5 15.75M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround3 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM10.3964 7.89645C10.4902 7.80268 10.6174 7.75 10.75 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99021 13.75 8.11739 13.75 8.25V10.75C13.75 10.8826 13.6973 11.0098 13.6036 11.1036C13.5098 11.1973 13.3826 11.25 13.25 11.25H10.75C10.3358 11.25 10 11.5858 10 12C10 12.4142 10.3358 12.75 10.75 12.75H13.25C13.3826 12.75 13.5098 12.8027 13.6036 12.8964C13.6973 12.9902 13.75 13.1174 13.75 13.25V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75C10.25 15.3358 9.91421 15 9.5 15C9.08579 15 8.75 15.3358 8.75 15.75C8.75 16.2804 8.96071 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H13.25C13.7804 17.75 14.2891 17.5393 14.6642 17.1642C15.0393 16.7891 15.25 16.2804 15.25 15.75V13.25C15.25 12.7935 15.0939 12.353 14.8113 12C15.0939 11.647 15.25 11.2065 15.25 10.75V8.25C15.25 7.71957 15.0393 7.21086 14.6642 6.83579C14.2891 6.46071 13.7804 6.25 13.25 6.25H10.75C10.2196 6.25 9.71086 6.46071 9.33579 6.83579C8.96071 7.21086 8.75 7.71957 8.75 8.25C8.75 8.66421 9.08579 9 9.5 9C9.91421 9 10.25 8.66421 10.25 8.25C10.25 8.11739 10.3027 7.99021 10.3964 7.89645Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround3 icon-duotone"><circle class="alpha" cx="12" cy="12" r="11.25" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25V10.75C14.5 11.0815 14.3683 11.3995 14.1339 11.6339C13.8995 11.8683 13.5815 12 13.25 12M13.25 12H10.75M13.25 12C13.5815 12 13.8995 12.1317 14.1339 12.3661C14.3683 12.6005 14.5 12.9185 14.5 13.25V15.75C14.5 16.0815 14.3683 16.3995 14.1339 16.6339C13.8995 16.8683 13.5815 17 13.25 17H10.75C10.4185 17 10.1005 16.8683 9.86612 16.6339C9.6317 16.3995 9.5 16.0815 9.5 15.75M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_4
                        <code>[[svg_collection:number_round_4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround4 icon-outline"><path class="outline" d="M9.5 7V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12H14.5M14.5 12V7M14.5 12V17M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround4 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM10.25 7C10.25 6.58579 9.91421 6.25 9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7V10.75C8.75 11.2804 8.96071 11.7891 9.33579 12.1642C9.71086 12.5393 10.2196 12.75 10.75 12.75H13.75V17C13.75 17.4142 14.0858 17.75 14.5 17.75C14.9142 17.75 15.25 17.4142 15.25 17V7C15.25 6.58579 14.9142 6.25 14.5 6.25C14.0858 6.25 13.75 6.58579 13.75 7V11.25H10.75C10.6174 11.25 10.4902 11.1973 10.3964 11.1036C10.3027 11.0098 10.25 10.8826 10.25 10.75V7Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround4 icon-duotone"><circle class="alpha" cx="12" cy="12" r="11.25" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 7V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12H14.5M14.5 12V7M14.5 12V17M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_5
                        <code>[[svg_collection:number_round_5]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround5 icon-outline"><path class="outline" d="M9.5 15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12H9.5V7H14.5M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround5 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7V12C8.75 12.4142 9.08579 12.75 9.5 12.75H13.25C13.3826 12.75 13.5098 12.8027 13.6036 12.8964C13.6973 12.9902 13.75 13.1174 13.75 13.25V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75C10.25 15.3358 9.91421 15 9.5 15C9.08579 15 8.75 15.3358 8.75 15.75C8.75 16.2804 8.96071 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H13.25C13.7804 17.75 14.2891 17.5393 14.6642 17.1642C15.0393 16.7891 15.25 16.2804 15.25 15.75V13.25C15.25 12.7196 15.0393 12.2109 14.6642 11.8358C14.2891 11.4607 13.7804 11.25 13.25 11.25H10.25V7.75H14.5C14.9142 7.75 15.25 7.41421 15.25 7C15.25 6.58579 14.9142 6.25 14.5 6.25H9.5Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround5 icon-duotone"><circle class="alpha" cx="12" cy="12" r="11.25" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12H9.5V7H14.5M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_6
                        <code>[[svg_collection:number_round_6]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround6 icon-outline"><path class="outline" d="M14.5 8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V12M9.5 12V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12H9.5ZM23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround6 icon-solid"><path class="solid" d="M10.25 15.75V12.75H13.25C13.3826 12.75 13.5098 12.8027 13.6036 12.8964C13.6973 12.9902 13.75 13.1174 13.75 13.25V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75Z M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM10.75 6.25C10.2196 6.25 9.71086 6.46071 9.33579 6.83579C8.96071 7.21086 8.75 7.71957 8.75 8.25V15.75C8.75 16.2804 8.96071 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H13.25C13.7804 17.75 14.2891 17.5393 14.6642 17.1642C15.0393 16.7891 15.25 16.2804 15.25 15.75V13.25C15.25 12.7196 15.0393 12.2109 14.6642 11.8358C14.2891 11.4607 13.7804 11.25 13.25 11.25H10.25V8.25C10.25 8.11739 10.3027 7.99021 10.3964 7.89645C10.4902 7.80268 10.6174 7.75 10.75 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99021 13.75 8.11739 13.75 8.25C13.75 8.66421 14.0858 9 14.5 9C14.9142 9 15.25 8.66421 15.25 8.25C15.25 7.71957 15.0393 7.21086 14.6642 6.83579C14.2891 6.46071 13.7804 6.25 13.25 6.25H10.75Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround6 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12ZM9.5 15.75V12H13.25C13.5815 12 13.8995 12.1317 14.1339 12.3661C14.3683 12.6005 14.5 12.9185 14.5 13.25V15.75C14.5 16.0815 14.3683 16.3995 14.1339 16.6339C13.8995 16.8683 13.5815 17 13.25 17H10.75C10.4185 17 10.1005 16.8683 9.86612 16.6339C9.6317 16.3995 9.5 16.0815 9.5 15.75Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M14.5 8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V12M9.5 12V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12H9.5ZM23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_7
                        <code>[[svg_collection:number_round_7]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround7 icon-outline"><path class="outline" d="M9.5 7H14.5L12 17M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround7 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7C8.75 7.41421 9.08579 7.75 9.5 7.75H13.5394L11.2724 16.8181C11.1719 17.2199 11.4163 17.6271 11.8181 17.7276C12.2199 17.8281 12.6271 17.5837 12.7276 17.1819L15.2276 7.1819C15.2836 6.95785 15.2333 6.72048 15.0912 6.53844C14.949 6.3564 14.731 6.25 14.5 6.25H9.5Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround7 icon-duotone"><circle class="alpha" cx="12" cy="12" r="11.25" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 7H14.5L12 17M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_8
                        <code>[[svg_collection:number_round_8]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround8 icon-outline"><path class="outline" d="M10.75 12C10.4185 12 10.1005 11.8683 9.86612 11.6339C9.6317 11.3995 9.5 11.0815 9.5 10.75V8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25V10.75C14.5 11.0815 14.3683 11.3995 14.1339 11.6339C13.8995 11.8683 13.5815 12 13.25 12M10.75 12C10.4185 12 10.1005 12.1317 9.86612 12.3661C9.6317 12.6005 9.5 12.9185 9.5 13.25V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12M10.75 12H13.25M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround8 icon-solid"><path class="solid" d="M10.3964 7.89645C10.4902 7.80268 10.6174 7.75 10.75 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99021 13.75 8.11739 13.75 8.25V10.75C13.75 10.8826 13.6973 11.0098 13.6036 11.1036C13.5098 11.1973 13.3826 11.25 13.25 11.25H10.75C10.6174 11.25 10.4902 11.1973 10.3964 11.1036C10.3027 11.0098 10.25 10.8826 10.25 10.75V8.25C10.25 8.11739 10.3027 7.99021 10.3964 7.89645Z M10.3964 12.8964C10.4902 12.8027 10.6174 12.75 10.75 12.75H13.25C13.3826 12.75 13.5098 12.8027 13.6036 12.8964C13.6973 12.9902 13.75 13.1174 13.75 13.25V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75V13.25C10.25 13.1174 10.3027 12.9902 10.3964 12.8964Z M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM15.25 10.75C15.25 11.2065 15.0939 11.647 14.8113 12C15.0939 12.353 15.25 12.7935 15.25 13.25V15.75C15.25 16.2804 15.0393 16.7891 14.6642 17.1642C14.2891 17.5393 13.7804 17.75 13.25 17.75H10.75C10.2196 17.75 9.71086 17.5393 9.33579 17.1642C8.96071 16.7891 8.75 16.2804 8.75 15.75V13.25C8.75 12.7935 8.9061 12.353 9.18874 12C8.9061 11.647 8.75 11.2065 8.75 10.75V8.25C8.75 7.71957 8.96071 7.21086 9.33579 6.83579C9.71086 6.46071 10.2196 6.25 10.75 6.25H13.25C13.7804 6.25 14.2891 6.46071 14.6642 6.83579C15.0393 7.21086 15.25 7.71957 15.25 8.25V10.75Z" fill="currentcolor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround8 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25ZM10.75 12C10.4185 12 10.1005 12.1317 9.86612 12.3661C9.6317 12.6005 9.5 12.9185 9.5 13.25V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12C13.5815 12 13.8995 11.8683 14.1339 11.6339C14.3683 11.3995 14.5 11.0815 14.5 10.75V8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M10.75 12C10.4185 12 10.1005 11.8683 9.86612 11.6339C9.6317 11.3995 9.5 11.0815 9.5 10.75V8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25V10.75C14.5 11.0815 14.3683 11.3995 14.1339 11.6339C13.8995 11.8683 13.5815 12 13.25 12M10.75 12C10.4185 12 10.1005 12.1317 9.86612 12.3661C9.6317 12.6005 9.5 12.9185 9.5 13.25V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12M10.75 12H13.25M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_round_9
                        <code>[[svg_collection:number_round_9]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround9 icon-outline"><path class="outline" d="M9.5 15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V12M14.5 12V8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12H14.5ZM23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround9 icon-solid"><path class="solid" d="M13.75 8.25V11.25H10.75C10.6174 11.25 10.4902 11.1973 10.3964 11.1036C10.3027 11.0098 10.25 10.8826 10.25 10.75V8.25C10.25 8.11739 10.3027 7.99021 10.3964 7.89645C10.4902 7.80268 10.6174 7.75 10.75 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99021 13.75 8.11739 13.75 8.25Z M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM10.75 6.25C10.2196 6.25 9.71086 6.46071 9.33579 6.83579C8.96071 7.21086 8.75 7.71957 8.75 8.25V10.75C8.75 11.2804 8.96071 11.7891 9.33579 12.1642C9.71086 12.5393 10.2196 12.75 10.75 12.75H13.75V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75C10.25 15.3358 9.91421 15 9.5 15C9.08579 15 8.75 15.3358 8.75 15.75C8.75 16.2804 8.96071 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H13.25C13.7804 17.75 14.2891 17.5393 14.6642 17.1642C15.0393 16.7891 15.25 16.2804 15.25 15.75V8.25C15.25 7.71957 15.0393 7.21086 14.6642 6.83579C14.2891 6.46071 13.7804 6.25 13.25 6.25H10.75Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numberround9 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12ZM14.5 8.25V12H10.75C10.4185 12 10.1005 11.8683 9.86612 11.6339C9.6317 11.3995 9.5 11.0815 9.5 10.75V8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V12M14.5 12V8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12H14.5ZM23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_0
                        <code>[[svg_collection:number_square_0]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare0 icon-outline"><path class="outline" d="M1.48223 1.48223C1.01339 1.95107 0.75 2.58696 0.75 3.25V20.75C0.75 21.413 1.01339 22.0489 1.48223 22.5178C1.95107 22.9866 2.58696 23.25 3.25 23.25H20.75C21.413 23.25 22.0489 22.9866 22.5178 22.5178C22.9866 22.0489 23.25 21.413 23.25 20.75V3.25C23.25 2.58696 22.9866 1.95107 22.5178 1.48223C22.0489 1.01339 21.413 0.75 20.75 0.75H3.25C2.58696 0.75 1.95107 1.01339 1.48223 1.48223Z M9.5 14.5V9.5C9.5 8.83696 9.76339 8.20107 10.2322 7.73223C10.7011 7.26339 11.337 7 12 7C12.663 7 13.2989 7.26339 13.7678 7.73223C14.2366 8.20107 14.5 8.83696 14.5 9.5V14.5C14.5 15.163 14.2366 15.7989 13.7678 16.2678C13.2989 16.7366 12.663 17 12 17C11.337 17 10.7011 16.7366 10.2322 16.2678C9.76339 15.7989 9.5 15.163 9.5 14.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare0 icon-solid"><path class="solid" d="M10.7626 8.26256C11.0908 7.93437 11.5359 7.75 12 7.75C12.4641 7.75 12.9092 7.93437 13.2374 8.26256C13.5656 8.59075 13.75 9.03587 13.75 9.5V14.5C13.75 14.9641 13.5656 15.4092 13.2374 15.7374C12.9092 16.0656 12.4641 16.25 12 16.25C11.5359 16.25 11.0908 16.0656 10.7626 15.7374C10.4344 15.4092 10.25 14.9641 10.25 14.5V9.5C10.25 9.03587 10.4344 8.59075 10.7626 8.26256Z M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM12 6.25C11.138 6.25 10.3114 6.59241 9.7019 7.2019C9.09241 7.8114 8.75 8.63805 8.75 9.5V14.5C8.75 15.362 9.09241 16.1886 9.7019 16.7981C10.3114 17.4076 11.138 17.75 12 17.75C12.862 17.75 13.6886 17.4076 14.2981 16.7981C14.9076 16.1886 15.25 15.362 15.25 14.5V9.5C15.25 8.63805 14.9076 7.8114 14.2981 7.2019C13.6886 6.59241 12.862 6.25 12 6.25Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare0 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25ZM9.5 14.5V9.5C9.5 8.83696 9.76339 8.20107 10.2322 7.73223C10.7011 7.26339 11.337 7 12 7C12.663 7 13.2989 7.26339 13.7678 7.73223C14.2366 8.20107 14.5 8.83696 14.5 9.5V14.5C14.5 15.163 14.2366 15.7989 13.7678 16.2678C13.2989 16.7366 12.663 17 12 17C11.337 17 10.7011 16.7366 10.2322 16.2678C9.76339 15.7989 9.5 15.163 9.5 14.5Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M1.48223 1.48223C1.01339 1.95107 0.75 2.58696 0.75 3.25V20.75C0.75 21.413 1.01339 22.0489 1.48223 22.5178C1.95107 22.9866 2.58696 23.25 3.25 23.25H20.75C21.413 23.25 22.0489 22.9866 22.5178 22.5178C22.9866 22.0489 23.25 21.413 23.25 20.75V3.25C23.25 2.58696 22.9866 1.95107 22.5178 1.48223C22.0489 1.01339 21.413 0.75 20.75 0.75H3.25C2.58696 0.75 1.95107 1.01339 1.48223 1.48223Z M9.5 14.5V9.5C9.5 8.83696 9.76339 8.20107 10.2322 7.73223C10.7011 7.26339 11.337 7 12 7C12.663 7 13.2989 7.26339 13.7678 7.73223C14.2366 8.20107 14.5 8.83696 14.5 9.5V14.5C14.5 15.163 14.2366 15.7989 13.7678 16.2678C13.2989 16.7366 12.663 17 12 17C11.337 17 10.7011 16.7366 10.2322 16.2678C9.76339 15.7989 9.5 15.163 9.5 14.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_1
                        <code>[[svg_collection:number_square_1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare1 icon-outline"><path class="outline" d="M9.5 9.5L12 7V17M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare1 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM12.75 7.00002C12.75 6.69668 12.5673 6.4232 12.287 6.30711C12.0068 6.19103 11.6842 6.25519 11.4697 6.46969L8.96967 8.96969C8.67678 9.26259 8.67678 9.73746 8.96967 10.0304C9.26256 10.3232 9.73744 10.3232 10.0303 10.0304L11.25 8.81068V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V7.00002Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare1 icon-duotone"><path class="alpha" d="M1.48223 1.48223C1.01339 1.95107 0.75 2.58696 0.75 3.25V20.75C0.75 21.413 1.01339 22.0489 1.48223 22.5178C1.95107 22.9866 2.58696 23.25 3.25 23.25H20.75C21.413 23.25 22.0489 22.9866 22.5178 22.5178C22.9866 22.0489 23.25 21.413 23.25 20.75V3.25C23.25 2.58696 22.9866 1.95107 22.5178 1.48223C22.0489 1.01339 21.413 0.75 20.75 0.75H3.25C2.58696 0.75 1.95107 1.01339 1.48223 1.48223Z" fill="currentcolor" fill-opacity="0.2"/>
<path class="outline" d="M9.5 9.5L12 7V17M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_2
                        <code>[[svg_collection:number_square_2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare2 icon-outline"><path class="outline" d="M9.50006 7.00012H13.2501C13.5816 7.00012 13.8995 7.13182 14.1339 7.36624C14.3684 7.60066 14.5001 7.9186 14.5001 8.25012V10.7501C14.5001 11.0816 14.3684 11.3996 14.1339 11.634C13.8995 11.8684 13.5816 12.0001 13.2501 12.0001H10.7501C10.4185 12.0001 10.1006 12.1318 9.86618 12.3662C9.63176 12.6007 9.50006 12.9186 9.50006 13.2501V15.7501C9.50006 16.0816 9.63176 16.3996 9.86618 16.634C10.1006 16.8684 10.4185 17.0001 10.7501 17.0001H14.5001M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare2 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7C8.75 7.41421 9.08579 7.75 9.5 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99022 13.75 8.11739 13.75 8.25V10.75C13.75 10.8826 13.6973 11.0098 13.6036 11.1036C13.5098 11.1973 13.3826 11.25 13.25 11.25H10.75C10.2196 11.25 9.71086 11.4607 9.33579 11.8358C8.96072 12.2109 8.75 12.7196 8.75 13.25V15.75C8.75 16.2804 8.96072 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H14.5C14.9142 17.75 15.25 17.4142 15.25 17C15.25 16.5858 14.9142 16.25 14.5 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75V13.25C10.25 13.1174 10.3027 12.9902 10.3964 12.8964C10.4902 12.8027 10.6174 12.75 10.75 12.75H13.25C13.7804 12.75 14.2891 12.5393 14.6642 12.1642C15.0393 11.7891 15.25 11.2804 15.25 10.75V8.25C15.25 7.71957 15.0393 7.21086 14.6642 6.83579C14.2891 6.46071 13.7804 6.25 13.25 6.25H9.5Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare2 icon-duotone"><path class="alpha" d="M1.48223 1.48223C1.01339 1.95107 0.75 2.58696 0.75 3.25V20.75C0.75 21.413 1.01339 22.0489 1.48223 22.5178C1.95107 22.9866 2.58696 23.25 3.25 23.25H20.75C21.413 23.25 22.0489 22.9866 22.5178 22.5178C22.9866 22.0489 23.25 21.413 23.25 20.75V3.25C23.25 2.58696 22.9866 1.95107 22.5178 1.48223C22.0489 1.01339 21.413 0.75 20.75 0.75H3.25C2.58696 0.75 1.95107 1.01339 1.48223 1.48223Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.50006 7.00012H13.2501C13.5816 7.00012 13.8995 7.13182 14.1339 7.36624C14.3684 7.60066 14.5001 7.9186 14.5001 8.25012V10.7501C14.5001 11.0816 14.3684 11.3996 14.1339 11.634C13.8995 11.8684 13.5816 12.0001 13.2501 12.0001H10.7501C10.4185 12.0001 10.1006 12.1318 9.86618 12.3662C9.63176 12.6007 9.50006 12.9186 9.50006 13.2501V15.7501C9.50006 16.0816 9.63176 16.3996 9.86618 16.634C10.1006 16.8684 10.4185 17.0001 10.7501 17.0001H14.5001M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_3
                        <code>[[svg_collection:number_square_3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare3 icon-outline"><path class="outline" d="M9.5 8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25V10.75C14.5 11.0815 14.3683 11.3995 14.1339 11.6339C13.8995 11.8683 13.5815 12 13.25 12M13.25 12H10.75M13.25 12C13.5815 12 13.8995 12.1317 14.1339 12.3661C14.3683 12.6005 14.5 12.9185 14.5 13.25V15.75C14.5 16.0815 14.3683 16.3995 14.1339 16.6339C13.8995 16.8683 13.5815 17 13.25 17H10.75C10.4185 17 10.1005 16.8683 9.86612 16.6339C9.6317 16.3995 9.5 16.0815 9.5 15.75M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare3 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM10.3964 7.89645C10.4902 7.80268 10.6174 7.75 10.75 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99021 13.75 8.11739 13.75 8.25V10.75C13.75 10.8826 13.6973 11.0098 13.6036 11.1036C13.5098 11.1973 13.3826 11.25 13.25 11.25H10.75C10.3358 11.25 10 11.5858 10 12C10 12.4142 10.3358 12.75 10.75 12.75H13.25C13.3826 12.75 13.5098 12.8027 13.6036 12.8964C13.6973 12.9902 13.75 13.1174 13.75 13.25V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75C10.25 15.3358 9.91421 15 9.5 15C9.08579 15 8.75 15.3358 8.75 15.75C8.75 16.2804 8.96071 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H13.25C13.7804 17.75 14.2891 17.5393 14.6642 17.1642C15.0393 16.7891 15.25 16.2804 15.25 15.75V13.25C15.25 12.7935 15.0939 12.353 14.8113 12C15.0939 11.647 15.25 11.2065 15.25 10.75V8.25C15.25 7.71957 15.0393 7.21086 14.6642 6.83579C14.2891 6.46071 13.7804 6.25 13.25 6.25H10.75C10.2196 6.25 9.71086 6.46071 9.33579 6.83579C8.96071 7.21086 8.75 7.71957 8.75 8.25C8.75 8.66421 9.08579 9 9.5 9C9.91421 9 10.25 8.66421 10.25 8.25C10.25 8.11739 10.3027 7.99021 10.3964 7.89645Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare3 icon-duotone"><path class="alpha" d="M1.48223 1.48223C1.01339 1.95107 0.75 2.58696 0.75 3.25V20.75C0.75 21.413 1.01339 22.0489 1.48223 22.5178C1.95107 22.9866 2.58696 23.25 3.25 23.25H20.75C21.413 23.25 22.0489 22.9866 22.5178 22.5178C22.9866 22.0489 23.25 21.413 23.25 20.75V3.25C23.25 2.58696 22.9866 1.95107 22.5178 1.48223C22.0489 1.01339 21.413 0.75 20.75 0.75H3.25C2.58696 0.75 1.95107 1.01339 1.48223 1.48223Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25V10.75C14.5 11.0815 14.3683 11.3995 14.1339 11.6339C13.8995 11.8683 13.5815 12 13.25 12M13.25 12H10.75M13.25 12C13.5815 12 13.8995 12.1317 14.1339 12.3661C14.3683 12.6005 14.5 12.9185 14.5 13.25V15.75C14.5 16.0815 14.3683 16.3995 14.1339 16.6339C13.8995 16.8683 13.5815 17 13.25 17H10.75C10.4185 17 10.1005 16.8683 9.86612 16.6339C9.6317 16.3995 9.5 16.0815 9.5 15.75M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_4
                        <code>[[svg_collection:number_square_4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare4 icon-outline"><path class="outline" d="M9.5 7V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12H14.5M14.5 7V17M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare4 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM10.25 7C10.25 6.58579 9.91421 6.25 9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7V10.75C8.75 11.2804 8.96071 11.7891 9.33579 12.1642C9.71086 12.5393 10.2196 12.75 10.75 12.75H13.75V17C13.75 17.4142 14.0858 17.75 14.5 17.75C14.9142 17.75 15.25 17.4142 15.25 17V7C15.25 6.58579 14.9142 6.25 14.5 6.25C14.0858 6.25 13.75 6.58579 13.75 7V11.25H10.75C10.6174 11.25 10.4902 11.1973 10.3964 11.1036C10.3027 11.0098 10.25 10.8826 10.25 10.75V7Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare4 icon-duotone"><path class="alpha" d="M1.48223 1.48223C1.01339 1.95107 0.75 2.58696 0.75 3.25V20.75C0.75 21.413 1.01339 22.0489 1.48223 22.5178C1.95107 22.9866 2.58696 23.25 3.25 23.25H20.75C21.413 23.25 22.0489 22.9866 22.5178 22.5178C22.9866 22.0489 23.25 21.413 23.25 20.75V3.25C23.25 2.58696 22.9866 1.95107 22.5178 1.48223C22.0489 1.01339 21.413 0.75 20.75 0.75H3.25C2.58696 0.75 1.95107 1.01339 1.48223 1.48223Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 7V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12H14.5M14.5 7V17M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_5
                        <code>[[svg_collection:number_square_5]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare5 icon-outline"><path class="outline" d="M9.5 15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12H9.5V7H14.5M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare5 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7V12C8.75 12.4142 9.08579 12.75 9.5 12.75H13.25C13.3826 12.75 13.5098 12.8027 13.6036 12.8964C13.6973 12.9902 13.75 13.1174 13.75 13.25V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75C10.25 15.3358 9.91421 15 9.5 15C9.08579 15 8.75 15.3358 8.75 15.75C8.75 16.2804 8.96071 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H13.25C13.7804 17.75 14.2891 17.5393 14.6642 17.1642C15.0393 16.7891 15.25 16.2804 15.25 15.75V13.25C15.25 12.7196 15.0393 12.2109 14.6642 11.8358C14.2891 11.4607 13.7804 11.25 13.25 11.25H10.25V7.75H14.5C14.9142 7.75 15.25 7.41421 15.25 7C15.25 6.58579 14.9142 6.25 14.5 6.25H9.5Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare5 icon-duotone"><path class="alpha" d="M1.48223 1.48223C1.01339 1.95107 0.75 2.58696 0.75 3.25V20.75C0.75 21.413 1.01339 22.0489 1.48223 22.5178C1.95107 22.9866 2.58696 23.25 3.25 23.25H20.75C21.413 23.25 22.0489 22.9866 22.5178 22.5178C22.9866 22.0489 23.25 21.413 23.25 20.75V3.25C23.25 2.58696 22.9866 1.95107 22.5178 1.48223C22.0489 1.01339 21.413 0.75 20.75 0.75H3.25C2.58696 0.75 1.95107 1.01339 1.48223 1.48223Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12H9.5V7H14.5M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_6
                        <code>[[svg_collection:number_square_6]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare6 icon-outline"><path class="outline" d="M14.5 8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12H9.5M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare6 icon-solid"><path class="solid" d="M10.25 15.75V12.75H13.25C13.3826 12.75 13.5098 12.8027 13.6036 12.8964C13.6973 12.9902 13.75 13.1174 13.75 13.25V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75Z M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM10.75 6.25C10.2196 6.25 9.71086 6.46071 9.33579 6.83579C8.96071 7.21086 8.75 7.71957 8.75 8.25V15.75C8.75 16.2804 8.96071 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H13.25C13.7804 17.75 14.2891 17.5393 14.6642 17.1642C15.0393 16.7891 15.25 16.2804 15.25 15.75V13.25C15.25 12.7196 15.0393 12.2109 14.6642 11.8358C14.2891 11.4607 13.7804 11.25 13.25 11.25H10.25V8.25C10.25 8.11739 10.3027 7.99021 10.3964 7.89645C10.4902 7.80268 10.6174 7.75 10.75 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99021 13.75 8.11739 13.75 8.25C13.75 8.66421 14.0858 9 14.5 9C14.9142 9 15.25 8.66421 15.25 8.25C15.25 7.71957 15.0393 7.21086 14.6642 6.83579C14.2891 6.46071 13.7804 6.25 13.25 6.25H10.75Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare6 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25ZM9.5 15.75V12H13.25C13.5815 12 13.8995 12.1317 14.1339 12.3661C14.3683 12.6005 14.5 12.9185 14.5 13.25V15.75C14.5 16.0815 14.3683 16.3995 14.1339 16.6339C13.8995 16.8683 13.5815 17 13.25 17H10.75C10.4185 17 10.1005 16.8683 9.86612 16.6339C9.6317 16.3995 9.5 16.0815 9.5 15.75Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M14.5 8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12H9.5M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_7
                        <code>[[svg_collection:number_square_7]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare7 icon-outline"><path class="outline" d="M9.5 7H14.5L12 17M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare7 icon-solid"><path class="solid" fill-rule="evenodd" clip-rule="evenodd" d="M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7C8.75 7.41421 9.08579 7.75 9.5 7.75H13.5394L11.2724 16.8181C11.1719 17.2199 11.4163 17.6271 11.8181 17.7276C12.2199 17.8281 12.6271 17.5837 12.7276 17.1819L15.2276 7.1819C15.2836 6.95785 15.2333 6.72048 15.0912 6.53844C14.949 6.3564 14.731 6.25 14.5 6.25H9.5Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare7 icon-duotone"><path class="alpha" d="M1.48223 1.48223C1.01339 1.95107 0.75 2.58696 0.75 3.25V20.75C0.75 21.413 1.01339 22.0489 1.48223 22.5178C1.95107 22.9866 2.58696 23.25 3.25 23.25H20.75C21.413 23.25 22.0489 22.9866 22.5178 22.5178C22.9866 22.0489 23.25 21.413 23.25 20.75V3.25C23.25 2.58696 22.9866 1.95107 22.5178 1.48223C22.0489 1.01339 21.413 0.75 20.75 0.75H3.25C2.58696 0.75 1.95107 1.01339 1.48223 1.48223Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 7H14.5L12 17M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_8
                        <code>[[svg_collection:number_square_8]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare8 icon-outline"><path class="outline" d="M12 12H10.75M10.75 12C10.4185 12 10.1005 11.8683 9.86612 11.6339C9.6317 11.3995 9.5 11.0815 9.5 10.75V8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25V10.75C14.5 11.0815 14.3683 11.3995 14.1339 11.6339C13.8995 11.8683 13.5815 12 13.25 12M10.75 12H13.25M10.75 12C10.4185 12 10.1005 12.1317 9.86612 12.3661C9.6317 12.6005 9.5 12.9185 9.5 13.25V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare8 icon-solid"><path class="solid" d="M10.3964 7.89645C10.4902 7.80268 10.6174 7.75 10.75 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99021 13.75 8.11739 13.75 8.25V10.75C13.75 10.8826 13.6973 11.0098 13.6036 11.1036C13.5098 11.1973 13.3826 11.25 13.25 11.25H10.75C10.6174 11.25 10.4902 11.1973 10.3964 11.1036C10.3027 11.0098 10.25 10.8826 10.25 10.75V8.25C10.25 8.11739 10.3027 7.99021 10.3964 7.89645Z M10.75 12.75H13.25C13.3826 12.75 13.5098 12.8027 13.6036 12.8964C13.6973 12.9902 13.75 13.1174 13.75 13.25V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75V13.25C10.25 13.1174 10.3027 12.9902 10.3964 12.8964C10.4902 12.8027 10.6174 12.75 10.75 12.75Z M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM15.25 10.75C15.25 11.2065 15.0939 11.647 14.8113 12C15.0939 12.353 15.25 12.7935 15.25 13.25V15.75C15.25 16.2804 15.0393 16.7891 14.6642 17.1642C14.2891 17.5393 13.7804 17.75 13.25 17.75H10.75C10.2196 17.75 9.71086 17.5393 9.33579 17.1642C8.96071 16.7891 8.75 16.2804 8.75 15.75V13.25C8.75 12.7935 8.9061 12.353 9.18874 12C8.9061 11.647 8.75 11.2065 8.75 10.75V8.25C8.75 7.71957 8.96071 7.21086 9.33579 6.83579C9.71086 6.46071 10.2196 6.25 10.75 6.25H13.25C13.7804 6.25 14.2891 6.46071 14.6642 6.83579C15.0393 7.21086 15.25 7.71957 15.25 8.25V10.75Z" fill="currentcolor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare8 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M1.48223 1.48223C1.01339 1.95107 0.75 2.58696 0.75 3.25V20.75C0.75 21.413 1.01339 22.0489 1.48223 22.5178C1.95107 22.9866 2.58696 23.25 3.25 23.25H20.75C21.413 23.25 22.0489 22.9866 22.5178 22.5178C22.9866 22.0489 23.25 21.413 23.25 20.75V3.25C23.25 2.58696 22.9866 1.95107 22.5178 1.48223C22.0489 1.01339 21.413 0.75 20.75 0.75H3.25C2.58696 0.75 1.95107 1.01339 1.48223 1.48223ZM9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12C10.4185 12 10.1005 12.1317 9.86612 12.3661C9.6317 12.6005 9.5 12.9185 9.5 13.25V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12C13.5815 12 13.8995 11.8683 14.1339 11.6339C14.3683 11.3995 14.5 11.0815 14.5 10.75V8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M12 12H10.75M10.75 12C10.4185 12 10.1005 11.8683 9.86612 11.6339C9.6317 11.3995 9.5 11.0815 9.5 10.75V8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25V10.75C14.5 11.0815 14.3683 11.3995 14.1339 11.6339C13.8995 11.8683 13.5815 12 13.25 12M10.75 12H13.25M10.75 12C10.4185 12 10.1005 12.1317 9.86612 12.3661C9.6317 12.6005 9.5 12.9185 9.5 13.25V15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V13.25C14.5 12.9185 14.3683 12.6005 14.1339 12.3661C13.8995 12.1317 13.5815 12 13.25 12M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        number_square_9
                        <code>[[svg_collection:number_square_9]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare9 icon-outline"><path class="outline" d="M9.5 15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12H14.5M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare9 icon-solid"><path class="solid" d="M13.75 8.25V11.25H10.75C10.6174 11.25 10.4902 11.1973 10.3964 11.1036C10.3027 11.0098 10.25 10.8826 10.25 10.75V8.25C10.25 8.11739 10.3027 7.99021 10.3964 7.89645C10.4902 7.80268 10.6174 7.75 10.75 7.75H13.25C13.3826 7.75 13.5098 7.80268 13.6036 7.89645C13.6973 7.99021 13.75 8.11739 13.75 8.25Z M0.951903 0.951903C1.5614 0.34241 2.38805 0 3.25 0H20.75C21.612 0 22.4386 0.34241 23.0481 0.951903C23.6576 1.5614 24 2.38805 24 3.25V20.75C24 21.612 23.6576 22.4386 23.0481 23.0481C22.4386 23.6576 21.612 24 20.75 24H3.25C2.38805 24 1.5614 23.6576 0.951903 23.0481C0.34241 22.4386 0 21.612 0 20.75V3.25C0 2.38805 0.34241 1.5614 0.951903 0.951903ZM10.75 6.25C10.2196 6.25 9.71086 6.46071 9.33579 6.83579C8.96071 7.21086 8.75 7.71957 8.75 8.25V10.75C8.75 11.2804 8.96071 11.7891 9.33579 12.1642C9.71086 12.5393 10.2196 12.75 10.75 12.75H13.75V15.75C13.75 15.8826 13.6973 16.0098 13.6036 16.1036C13.5098 16.1973 13.3826 16.25 13.25 16.25H10.75C10.6174 16.25 10.4902 16.1973 10.3964 16.1036C10.3027 16.0098 10.25 15.8826 10.25 15.75C10.25 15.3358 9.91421 15 9.5 15C9.08579 15 8.75 15.3358 8.75 15.75C8.75 16.2804 8.96071 16.7891 9.33579 17.1642C9.71086 17.5393 10.2196 17.75 10.75 17.75H13.25C13.7804 17.75 14.2891 17.5393 14.6642 17.1642C15.0393 16.7891 15.25 16.2804 15.25 15.75V8.25C15.25 7.71957 15.0393 7.21086 14.6642 6.83579C14.2891 6.46071 13.7804 6.25 13.25 6.25H10.75Z" fill="currentcolor"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="numbersquare8 icon-duotone"><path class="alpha" fill-rule="evenodd" clip-rule="evenodd" d="M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25ZM14.5 8.25V12H10.75C10.4185 12 10.1005 11.8683 9.86612 11.6339C9.6317 11.3995 9.5 11.0815 9.5 10.75V8.25C9.5 7.91848 9.6317 7.60054 9.86612 7.36612C10.1005 7.1317 10.4185 7 10.75 7H13.25C13.5815 7 13.8995 7.1317 14.1339 7.36612C14.3683 7.60054 14.5 7.91848 14.5 8.25Z" fill="currentcolor" fill-opacity="0.2"/><path class="outline" d="M9.5 15.75C9.5 16.0815 9.6317 16.3995 9.86612 16.6339C10.1005 16.8683 10.4185 17 10.75 17H13.25C13.5815 17 13.8995 16.8683 14.1339 16.6339C14.3683 16.3995 14.5 16.0815 14.5 15.75V8.25C14.5 7.91848 14.3683 7.60054 14.1339 7.36612C13.8995 7.1317 13.5815 7 13.25 7H10.75C10.4185 7 10.1005 7.1317 9.86612 7.36612C9.6317 7.60054 9.5 7.91848 9.5 8.25V10.75C9.5 11.0815 9.6317 11.3995 9.86612 11.6339C10.1005 11.8683 10.4185 12 10.75 12H14.5M0.75 3.25C0.75 2.58696 1.01339 1.95107 1.48223 1.48223C1.95107 1.01339 2.58696 0.75 3.25 0.75H20.75C21.413 0.75 22.0489 1.01339 22.5178 1.48223C22.9866 1.95107 23.25 2.58696 23.25 3.25V20.75C23.25 21.413 22.9866 22.0489 22.5178 22.5178C22.0489 22.9866 21.413 23.25 20.75 23.25H3.25C2.58696 23.25 1.95107 22.9866 1.48223 22.5178C1.01339 22.0489 0.75 21.413 0.75 20.75V3.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        order1
                        <code>[[svg_collection:order1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m2.1 2.1.305.102a1.8 1.8 0 0 1 1.21 1.438l1.621 10.7a3.6 3.6 0 0 0 3.56 3.06H18.3M4.35 4.8h15.245a1.8 1.8 0 0 1 1.746 2.236l-1.01 4.037A3.6 3.6 0 0 1 16.84 13.8H5.7M8.4 21a.9.9 0 1 1-1.8 0 .9.9 0 0 1 1.8 0Zm9 0a.9.9 0 1 1-1.8 0 .9.9 0 0 1 1.8 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order1 icon-solid"><path class="solid" fill="currentcolor" d="M2.337 1.389a.75.75 0 0 0-.474 1.423l.304.101c.375.125.647.449.707.839l1.62 10.7a4.35 4.35 0 0 0 4.302 3.698H18.3a.75.75 0 0 0 0-1.5H8.796a2.85 2.85 0 0 1-2.75-2.1h10.793a4.35 4.35 0 0 0 4.22-3.295l1.01-4.037a2.55 2.55 0 0 0-2.474-3.168H4.435l-.078-.523A2.55 2.55 0 0 0 2.642 1.49l-.305-.101ZM7.5 19.35a1.65 1.65 0 1 0 0 3.3 1.65 1.65 0 0 0 0-3.3Zm9 0a1.65 1.65 0 1 0 0 3.3 1.65 1.65 0 0 0 0-3.3Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m3.791 4.8 1.364 9h11.684a3.6 3.6 0 0 0 3.493-2.727l1.009-4.037A1.8 1.8 0 0 0 19.595 4.8H3.79Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m2.1 2.1.305.102a1.8 1.8 0 0 1 1.21 1.438l.176 1.16m0 0 1.364 9m-1.364-9h15.804a1.8 1.8 0 0 1 1.746 2.236l-1.01 4.037A3.6 3.6 0 0 1 16.84 13.8H5.155m0 0 .081.54a3.6 3.6 0 0 0 3.56 3.06H18.3M8.4 21a.9.9 0 1 1-1.8 0 .9.9 0 0 1 1.8 0Zm9 0a.9.9 0 1 1-1.8 0 .9.9 0 0 1 1.8 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        order2
                        <code>[[svg_collection:order2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 11.665v-5a3 3 0 1 0-6 0v5m-2 10h10a3 3 0 0 0 3-3v-9a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v9a3 3 0 0 0 3 3Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M12 2.915a3.75 3.75 0 0 0-3.75 3.75v1.25H5a1.75 1.75 0 0 0-1.75 1.75v9A3.75 3.75 0 0 0 7 22.415h10a3.75 3.75 0 0 0 3.75-3.75v-9A1.75 1.75 0 0 0 19 7.915h-3.25v-1.25A3.75 3.75 0 0 0 12 2.915Zm2.25 5h1.5v3.75a.75.75 0 1 1-1.5 0v-3.75Zm0 0h-4.5v-1.25a2.25 2.25 0 0 1 4.5 0v1.25Zm-4.5 0v3.75a.75.75 0 1 1-1.5 0v-3.75h1.5Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M4 9.665a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-9Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 11.665v-5a3 3 0 1 0-6 0v5m-2 10h10a3 3 0 0 0 3-3v-9a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v9a3 3 0 0 0 3 3Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        order3
                        <code>[[svg_collection:order3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M1 17.9661L1.10748 18.0588C1.66711 18.5412 2.4956 18.5412 3.05523 18.0588L3.27019 17.8734C3.82982 17.391 4.65831 17.391 5.21794 17.8734L5.4329 18.0588C5.99253 18.5412 6.82103 18.5412 7.38065 18.0588L7.59561 17.8734C8.15524 17.391 8.98374 17.391 9.54337 17.8734L9.75833 18.0588C10.318 18.5412 11.1464 18.5412 11.7061 18.0588L11.8136 17.9661M11.8136 22.5V23H1V22.5M1 20.3898H11.8136M7.52542 9.5V5.28814H22.4407V23H14.678M19.2712 8.08475V4.91525C19.2712 2.75292 17.5183 1 15.3559 1C13.1936 1 11.4407 2.75292 11.4407 4.91525V8.08475M11.8136 15.5424H1V15.4763C1 14.9743 1.16128 14.4857 1.46005 14.0823C2.34342 12.8898 4 12.1864 6 12.1864H7C9 12.1864 10.4701 12.8898 11.3535 14.0823C11.6523 14.4857 11.8136 14.9743 11.8136 15.4763V15.5424Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order3 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M20.0062 4.53815C19.8142 2.13795 17.8055 0.25 15.3559 0.25C12.9063 0.25 10.8977 2.13795 10.7057 4.53815H7.52539C7.11118 4.53815 6.77539 4.87393 6.77539 5.28815V9.50001C6.77539 9.91422 7.11118 10.25 7.52539 10.25H7.67793C11.1297 10.25 13.9279 13.0482 13.9279 16.5V23C13.9279 23.4142 14.2637 23.75 14.6779 23.75H22.4406C22.8549 23.75 23.1906 23.4142 23.1906 23V5.28815C23.1906 4.87393 22.8549 4.53815 22.4406 4.53815H20.0062ZM10.6907 4.91525C10.6907 4.7883 10.6957 4.66254 10.7057 4.53815H12.2129C12.1982 4.6618 12.1907 4.78765 12.1907 4.91525V8.08475C12.1907 8.49896 11.8549 8.83475 11.4407 8.83475C11.0265 8.83475 10.6907 8.49896 10.6907 8.08475V4.91525ZM18.499 4.53815C18.3125 2.96779 16.9764 1.75 15.3559 1.75C13.7354 1.75 12.3993 2.96779 12.2129 4.53815H18.499ZM20.0062 4.53815H18.499C18.5136 4.6618 18.5212 4.78765 18.5212 4.91525V8.08475C18.5212 8.49896 18.857 8.83475 19.2712 8.83475C19.6854 8.83475 20.0212 8.49896 20.0212 8.08475V4.91525C20.0212 4.7883 20.0161 4.66254 20.0062 4.53815Z M.857 13.636C1.925 12.194 3.845 11.436 6 11.436H7C9.183 11.436 10.902 12.212 11.956 13.636 12.351 14.168 12.564 14.814 12.564 15.476V15.542C12.564 15.957 12.228 16.292 11.814 16.292H1C.586 16.292.25 15.957.25 15.542V15.476C.25 14.814.463 14.168.857 13.636ZM2.781 17.305C3.622 16.58 4.867 16.58 5.708 17.305L5.923 17.491C6.201 17.731 6.613 17.731 6.891 17.491L7.106 17.305C7.947 16.58 9.192 16.58 10.033 17.305L10.248 17.491C10.526 17.731 10.938 17.731 11.216 17.491L11.324 17.398C11.638 17.128 12.111 17.163 12.382 17.476 12.652 17.79 12.617 18.264 12.303 18.534L12.196 18.627C11.355 19.352 10.11 19.352 9.269 18.627L9.054 18.442C8.775 18.202 8.364 18.202 8.085 18.442L7.87 18.627C7.029 19.352 5.784 19.352 4.943 18.627L4.728 18.442C4.45 18.202 4.038 18.202 3.76 18.442L3.545 18.627C2.704 19.352 1.459 19.352.618 18.627L.51 18.534C.197 18.264.161 17.79.432 17.476.702 17.163 1.176 17.128 1.49 17.398L1.597 17.491C1.875 17.731 2.287 17.731 2.566 17.491L2.781 17.305ZM1 19.64C.586 19.64.25 19.976.25 20.39.25 20.804.586 21.14 1 21.14H11.814C12.228 21.14 12.564 20.804 12.564 20.39 12.564 19.976 12.228 19.64 11.814 19.64H1ZM.25 22.5C.25 22.086.586 21.75 1 21.75H11.814C12.228 21.75 12.564 22.086 12.564 22.5V23C12.564 23.414 12.228 23.75 11.814 23.75H1C.586 23.75.25 23.414.25 23V22.5Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order3 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M7.52539 9.50001V5.28815H22.4406V23H14.6779V16.5C14.6779 12.634 11.5439 9.50001 7.67793 9.50001H7.52539Z M6 12.1864C4 12.1864 2.34342 12.8898 1.46005 14.0823C1.16128 14.4857 1 14.9743 1 15.4763V15.5424H11.8136V15.4763C11.8136 14.9743 11.6523 14.4857 11.3535 14.0823C10.4701 12.8898 9 12.1864 7 12.1864H6Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M1 17.9661L1.10748 18.0587C1.66711 18.5412 2.4956 18.5412 3.05523 18.0588L3.27019 17.8734C3.82982 17.391 4.65831 17.391 5.21794 17.8734L5.4329 18.0587C5.99253 18.5412 6.82103 18.5412 7.38065 18.0588L7.59561 17.8734C8.15524 17.391 8.98374 17.391 9.54337 17.8734L9.75833 18.0587C10.318 18.5412 11.1464 18.5412 11.7061 18.0587L11.8136 17.9661M11.8136 22.5V23H1V22.5M1 20.3898H11.8136M19.2712 8.08475V4.91525C19.2712 2.75292 17.5183 1 15.3559 1C13.1936 1 11.4407 2.75292 11.4407 4.91525V8.08475M11.8136 15.5424H1V15.4763C1 14.9743 1.16128 14.4857 1.46005 14.0823C2.34342 12.8898 4 12.1864 6 12.1864H7C9 12.1864 10.4701 12.8898 11.3535 14.0823C11.6523 14.4857 11.8136 14.9743 11.8136 15.4763V15.5424ZM7.52539 9.50001V5.28815H22.4406V23H14.6779V16.5C14.6779 12.634 11.5439 9.50001 7.67793 9.50001H7.52539Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        order4
                        <code>[[svg_collection:order4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order4 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 3.6L17.4667 11.6H8.93333M8.93333 11.6L4.4 2H2M8.93333 11.6L7.01333 14.16C6.48594 14.8632 6.98768 15.8667 7.86667 15.8667H20.1333M9.46667 5.2H16.1333M16.1333 5.2L12.9333 2M16.1333 5.2L12.9333 8.4M9.46667 20.1333C9.46667 21.017 8.75032 21.7333 7.86667 21.7333C6.98301 21.7333 6.26667 21.017 6.26667 20.1333C6.26667 19.2497 6.98301 18.5333 7.86667 18.5333C8.75032 18.5333 9.46667 19.2497 9.46667 20.1333ZM20.1333 20.1333C20.1333 21.017 19.417 21.7333 18.5333 21.7333C17.6497 21.7333 16.9333 21.017 16.9333 20.1333C16.9333 19.2497 17.6497 18.5333 18.5333 18.5333C19.417 18.5333 20.1333 19.2497 20.1333 20.1333Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order4 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M2 1.25C1.58579 1.25 1.25 1.58579 1.25 2C1.25 2.41421 1.58579 2.75 2 2.75H3.92475L8.06216 11.5116L6.41333 13.71C5.51513 14.9076 6.36965 16.6167 7.86667 16.6167H20.1333C20.5475 16.6167 20.8833 16.2809 20.8833 15.8667C20.8833 15.4525 20.5475 15.1167 20.1333 15.1167H7.86667C7.60572 15.1167 7.45676 14.8188 7.61333 14.61L9.30833 12.35H17.4666C17.4666 12.35 17.4666 12.35 17.4666 12.35C17.609 12.35 17.7456 12.3097 17.8624 12.2371C17.9673 12.172 18.0562 12.0809 18.1192 11.9698L22.6525 3.96976C22.8567 3.60938 22.7301 3.1517 22.3698 2.94748C22.0094 2.74327 21.5517 2.86987 21.3475 3.23024L20.203 5.25H6.76414L5.07819 1.67975C4.95429 1.41737 4.69016 1.25 4.4 1.25H2ZM7.86667 17.7833C6.5688 17.7833 5.51667 18.8355 5.51667 20.1333C5.51667 21.4312 6.5688 22.4833 7.86667 22.4833C9.16453 22.4833 10.2167 21.4312 10.2167 20.1333C10.2167 18.8355 9.16454 17.7833 7.86667 17.7833ZM18.5333 17.7833C17.2355 17.7833 16.1833 18.8355 16.1833 20.1333C16.1833 21.4312 17.2355 22.4833 18.5333 22.4833C19.8312 22.4833 20.8833 21.4312 20.8833 20.1333C20.8833 18.8355 19.8312 17.7833 18.5333 17.7833ZM12.4029 1.46967C12.6958 1.17678 13.1707 1.17678 13.4635 1.46967L16.6635 4.66967C16.9564 4.96256 16.9564 5.43744 16.6635 5.73033L13.4635 8.93033C13.1707 9.22322 12.6958 9.22322 12.4029 8.93033C12.11 8.63744 12.11 8.16256 12.4029 7.86967L14.3226 5.95H9.46655C9.05234 5.95 8.71655 5.61421 8.71655 5.2C8.71655 4.78579 9.05234 4.45 9.46655 4.45H14.3226L12.4029 2.53033C12.11 2.23744 12.11 1.76256 12.4029 1.46967Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order4 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M21 5.5 17.467 11.6H8.933L6 5.5H21ZM7.867 21.733C8.75 21.733 9.467 21.017 9.467 20.133 9.467 19.25 8.75 18.533 7.867 18.533 6.983 18.533 6.267 19.25 6.267 20.133 6.267 21.017 6.983 21.733 7.867 21.733ZM18.533 21.733C19.417 21.733 20.133 21.017 20.133 20.133 20.133 19.25 19.417 18.533 18.533 18.533 17.65 18.533 16.933 19.25 16.933 20.133 16.933 21.017 17.65 21.733 18.533 21.733Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 3.6L17.4667 11.6H8.93333M8.93333 11.6L4.4 2H2M8.93333 11.6L7.01333 14.16C6.48594 14.8632 6.98768 15.8667 7.86667 15.8667H20.1333M9.46655 5.2H16.1332M16.1332 5.2L12.9332 2M16.1332 5.2L12.9332 8.4M9.46667 20.1333C9.46667 21.017 8.75032 21.7333 7.86667 21.7333C6.98301 21.7333 6.26667 21.017 6.26667 20.1333C6.26667 19.2497 6.98301 18.5333 7.86667 18.5333C8.75032 18.5333 9.46667 19.2497 9.46667 20.1333ZM20.1333 20.1333C20.1333 21.017 19.417 21.7333 18.5333 21.7333C17.6497 21.7333 16.9333 21.017 16.9333 20.1333C16.9333 19.2497 17.6497 18.5333 18.5333 18.5333C19.417 18.5333 20.1333 19.2497 20.1333 20.1333Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        order5
                        <code>[[svg_collection:order5]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order5 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M9 9H4C2.89543 9 2 8.10457 2 7V5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5V7C22 8.10457 21.1046 9 20 9H17M14.313 12.4737V8.26316C14.313 7.56554 13.7394 7 13.0318 7C12.3242 7 11.7506 7.56554 11.7506 8.26316V15.4211L10.3873 14.077C9.93363 13.6296 9.22933 13.5441 8.67912 13.8696C8.01688 14.2614 7.80215 15.1082 8.19949 15.7612L11.1119 20.5469C12.038 22.0688 13.7062 23 15.5063 23H16.8753C19.7056 23 22 20.7379 22 17.9474V14.1579C22 13.4603 21.4264 12.8947 20.7188 12.8947C20.0113 12.8947 19.4377 13.4603 19.4377 14.1579M14.313 12.4737V14.5789M14.313 12.4737C14.313 11.7761 14.8866 11.2105 15.5941 11.2105C16.3017 11.2105 16.8753 11.7761 16.8753 12.4737V13.3158M16.8753 13.3158V14.5789M16.8753 13.3158C16.8753 12.6182 17.4489 12.0526 18.1565 12.0526C18.8641 12.0526 19.4377 12.6182 19.4377 13.3158V14.1579M19.4377 14.1579V14.5789"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order5 icon-solid"><path class="solid" fill="currentColor" d="M4 2.25C2.48122 2.25 1.25 3.48122 1.25 5V7C1.25 8.51878 2.48122 9.75 4 9.75H8.85714C9.90254 9.75 10.75 8.90254 10.75 7.85714C10.75 6.6934 11.6934 5.75 12.8571 5.75H13.1429C14.3066 5.75 15.25 6.6934 15.25 7.85714C15.25 8.90254 16.0975 9.75 17.1429 9.75H20C21.5188 9.75 22.75 8.51878 22.75 7V5C22.75 3.48122 21.5188 2.25 20 2.25H4Z M11.7506 8.26316V15.4211L10.3873 14.077C9.93363 13.6296 9.22933 13.5441 8.67912 13.8696C8.01688 14.2614 7.80215 15.1082 8.19949 15.7612L11.1119 20.5469C12.038 22.0688 13.7062 23 15.5063 23H16.8753C19.7056 23 22 20.7379 22 17.9474V14.1579C22 13.4603 21.4264 12.8947 20.7188 12.8947C20.0113 12.8947 19.4377 13.4603 19.4377 14.1579V13.3158C19.4377 12.6182 18.8641 12.0526 18.1565 12.0526C17.4489 12.0526 16.8753 12.6182 16.8753 13.3158V12.4737C16.8753 11.7761 16.3017 11.2105 15.5941 11.2105C14.8866 11.2105 14.313 11.7761 14.313 12.4737V8.26316C14.313 7.56554 13.7394 7 13.0318 7C12.3242 7 11.7506 7.56554 11.7506 8.26316Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="order5 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M11.7506 8.26316V15.4211L10.3873 14.077C9.93363 13.6296 9.22933 13.5441 8.67912 13.8696C8.01688 14.2614 7.80215 15.1082 8.19949 15.7612L11.1119 20.5469C12.038 22.0688 13.7062 23 15.5063 23H16.8753C19.7056 23 22 20.7379 22 17.9474V14.1579C22 13.4603 21.4264 12.8947 20.7188 12.8947C20.0113 12.8947 19.4377 13.4603 19.4377 14.1579V13.3158C19.4377 12.6182 18.8641 12.0526 18.1565 12.0526C17.4489 12.0526 16.8753 12.6182 16.8753 13.3158V12.4737C16.8753 11.7761 16.3017 11.2105 15.5941 11.2105C14.8866 11.2105 14.313 11.7761 14.313 12.4737V8.26316C14.313 7.56554 13.7394 7 13.0318 7C12.3242 7 11.7506 7.56554 11.7506 8.26316Z M4 3H20C21.1046 3 22 3.89543 22 5V7C22 8.10457 21.1046 9 20 9H17.7857C17.0756 9 16.5 8.42437 16.5 7.71429C16.5 5.93908 15.0609 4.5 13.2857 4.5H12.7143C10.9391 4.5 9.5 5.93909 9.5 7.71429C9.5 8.42437 8.92437 9 8.21429 9H4C2.89543 9 2 8.10457 2 7V5C2 3.89543 2.89543 3 4 3Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M14.313 12.4737V8.26316C14.313 7.56554 13.7394 7 13.0318 7C12.3242 7 11.7506 7.56554 11.7506 8.26316V15.4211L10.3873 14.077C9.93363 13.6296 9.22933 13.5441 8.67912 13.8696C8.01688 14.2614 7.80215 15.1082 8.19949 15.7612L11.1119 20.5469C12.038 22.0688 13.7062 23 15.5063 23H16.8753C19.7056 23 22 20.7379 22 17.9474V14.1579C22 13.4603 21.4264 12.8947 20.7188 12.8947C20.0113 12.8947 19.4377 13.4603 19.4377 14.1579M14.313 12.4737V14.5789M14.313 12.4737C14.313 11.7761 14.8866 11.2105 15.5941 11.2105C16.3017 11.2105 16.8753 11.7761 16.8753 12.4737V13.3158M16.8753 13.3158V14.5789M16.8753 13.3158C16.8753 12.6182 17.4489 12.0526 18.1565 12.0526C18.8641 12.0526 19.4377 12.6182 19.4377 13.3158V14.1579M19.4377 14.1579V14.5789M17.7857 9H20C21.1046 9 22 8.10457 22 7V5C22 3.89543 21.1046 3 20 3H4C2.89543 3 2 3.89543 2 5V7C2 8.10457 2.89543 9 4 9H8.21429"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        outgoing
                        <code>[[svg_collection:outgoing]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="outgoing icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20 4-5 5m5-5v4m0-4h-4M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="outgoing icon-solid"><path class="solid" fill="currentcolor" d="M9.251 4.629A1 1 0 0 0 8.323 4H5a2 2 0 0 0-2 2 16 16 0 0 0 15 15 2 2 0 0 0 2-2v-3.323a1 1 0 0 0-.629-.928l-3.58-1.433a1 1 0 0 0-1.23.414L13.5 15.5a11 11 0 0 1-5-5l1.77-1.062a1 1 0 0 0 .414-1.229L9.25 4.63Z"/><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M14.47 9.53a.75.75 0 0 1 0-1.06l3.72-3.72H16a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V5.81l-3.72 3.72a.75.75 0 0 1-1.06 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="outgoing icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20 4-5 5m5-5v4m0-4h-4M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        parking1
                        <code>[[svg_collection:parking1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="parking1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 4.5H13C15.2091 4.5 17 6.29086 17 8.5C17 10.7091 15.2091 12.5 13 12.5H8V4.5ZM8 4.5V19.5M3 23H21C22.1046 23 23 22.1046 23 21V3C23 1.89543 22.1046 1 21 1H3C1.89543 1 1 1.89543 1 3V21C1 22.1046 1.89543 23 3 23Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="parking1 icon-solid"><path class="solid" fill="currentColor" d="M8.75 11.75V5.25H13C14.7949 5.25 16.25 6.70507 16.25 8.5C16.25 10.2949 14.7949 11.75 13 11.75H8.75Z M3 0.25C1.48122 0.25 0.25 1.48122 0.25 3V21C0.25 22.5188 1.48122 23.75 3 23.75H21C22.5188 23.75 23.75 22.5188 23.75 21V3C23.75 1.48122 22.5188 0.25 21 0.25H3ZM8 3.75C7.58579 3.75 7.25 4.08579 7.25 4.5V19.5C7.25 19.9142 7.58579 20.25 8 20.25C8.41421 20.25 8.75 19.9142 8.75 19.5V13.25H13C15.6234 13.25 17.75 11.1234 17.75 8.5C17.75 5.87665 15.6234 3.75 13 3.75H8Z" fill-rule="evenodd" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="parking1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M1 3C1 1.89543 1.89543 1 3 1H21C22.1046 1 23 1.89543 23 3V21C23 22.1046 22.1046 23 21 23H3C1.89543 23 1 22.1046 1 21V3Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 4.5H13C15.2091 4.5 17 6.29086 17 8.5C17 10.7091 15.2091 12.5 13 12.5H8V4.5ZM8 4.5V19.5M3 23H21C22.1046 23 23 22.1046 23 21V3C23 1.89543 22.1046 1 21 1H3C1.89543 1 1 1.89543 1 3V21C1 22.1046 1.89543 23 3 23Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        parking2
                        <code>[[svg_collection:parking2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="parking2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.5 17V12M9.5 12V7H14C15.3807 7 16.5 8.11929 16.5 9.5C16.5 10.8807 15.3807 12 14 12H9.5ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="parking2 icon-solid"><path class="solid" fill="currentColor" d="M10.25 11.25H14C14.9665 11.25 15.75 10.4665 15.75 9.5C15.75 8.5335 14.9665 7.75 14 7.75H10.25V11.25Z M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.5 6.25H14C15.7949 6.25 17.25 7.70507 17.25 9.5C17.25 11.2949 15.7949 12.75 14 12.75H10.25V17C10.25 17.4142 9.91421 17.75 9.5 17.75C9.08579 17.75 8.75 17.4142 8.75 17V7C8.75 6.58579 9.08579 6.25 9.5 6.25Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="parking2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.5 17V12M9.5 12V7H14C15.3807 7 16.5 8.11929 16.5 9.5C16.5 10.8807 15.3807 12 14 12H9.5ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pause
                        <code>[[svg_collection:pause]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pause icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 5H7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Zm8 0h-2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pause icon-solid"><path class="solid" fill="currentcolor" d="M9 5H7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Zm8 0h-2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pause icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M9 5H7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Zm8 0h-2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 5H7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Zm8 0h-2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        payment1
                        <code>[[svg_collection:payment1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="payment1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.5 19H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v2H3m4 5h.01M11 15h2m4.5 1v-2a2 2 0 0 1 4 0v2M17 16h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="payment1 icon-solid"><path class="solid" fill="currentcolor" d="M3.75 10.75H21a.75.75 0 0 0 .75-.75V8A3.75 3.75 0 0 0 18 4.25H6A3.75 3.75 0 0 0 2.25 8v8A3.75 3.75 0 0 0 6 19.75h7.5a.75.75 0 0 0 0-1.5H6A2.25 2.25 0 0 1 3.75 16v-5.25Z"/><path class="solid" fill="currentcolor" d="M7 14.25a.75.75 0 0 0 0 1.5h.01a.75.75 0 0 0 0-1.5H7Zm3.25.75a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75Z"/><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M16.75 14v1.268A1.75 1.75 0 0 0 15.25 17v3c0 .966.784 1.75 1.75 1.75h5A1.75 1.75 0 0 0 23.75 20v-3a1.75 1.75 0 0 0-1.5-1.732V14a2.75 2.75 0 1 0-5.5 0Zm2.75-1.25A1.25 1.25 0 0 0 18.25 14v1.25h2.5V14a1.25 1.25 0 0 0-1.25-1.25Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="payment1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M6 5h12a3 3 0 0 1 3 3v2H3V8a3 3 0 0 1 3-3Zm11 11h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 10v6a3 3 0 0 0 3 3h7.5M3 10V8a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v2H3Zm4 5h.01M11 15h2m4.5 1v-2a2 2 0 0 1 4 0v2M17 16h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        payment2
                        <code>[[svg_collection:payment2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="payment2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 11V7a4 4 0 0 1 8 0v4m-9 0h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2Zm6 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="payment2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M7.25 10.25V7a4.75 4.75 0 1 1 9.5 0v3.25H17A2.75 2.75 0 0 1 19.75 13v6A2.75 2.75 0 0 1 17 21.75H7A2.75 2.75 0 0 1 4.25 19v-6A2.75 2.75 0 0 1 7 10.25h.25Zm2.452-5.548A3.25 3.25 0 0 1 15.25 7v3.25h-6.5V7c0-.862.342-1.689.952-2.298ZM10.25 16a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="payment2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" fill-rule="evenodd" d="M7 11h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2Zm6 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 11V7a4 4 0 0 1 8 0v4m-9 0h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2Zm6 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        payment3
                        <code>[[svg_collection:payment3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="payment3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 23V20.6499H13.1587V23M3.90973 20.6499V13.7682C3.90973 12.8835 4.26117 12.035 4.88673 11.4095L6.94217 9.35403M7.09379 13.9785L10.9776 10.0946C11.2192 9.85309 11.6108 9.85309 11.8524 10.0946C12.6576 10.8998 12.6576 12.2053 11.8524 13.0104L11.3127 13.5501C10.8477 14.0152 10.6054 14.658 10.6477 15.3143C10.7003 16.1296 10.3139 16.9111 9.63415 17.3643L8.91325 17.8449M12.1731 20.6499V18.982L12.4601 18.7554C13.1886 18.1804 13.6135 17.3034 13.6135 16.3753V16.0254M9.32187 11.7042L5.65877 8.04107C5.36271 7.74501 5.36271 7.265 5.65877 6.96894L11.4057 1.22205C11.7017 0.925985 12.1817 0.925985 12.4778 1.22205L21.7029 10.4471C21.9989 10.7432 21.9989 11.2232 21.7029 11.5192L15.956 17.2661C15.6599 17.5622 15.1799 17.5622 14.8838 17.2661L11.2634 13.6457M9.73029 2.8974L10.2558 2.37192L20.553 12.6691L20.0275 13.1946L9.73029 2.8974Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="payment3 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M10.8754 0.691715C11.4643 0.102762 12.4192 0.102762 13.0082 0.691715L22.2332 9.91678C22.8222 10.5057 22.8222 11.4606 22.2332 12.0496L16.4863 17.7965C15.8974 18.3854 14.9425 18.3854 14.3535 17.7965L14.1591 17.6021C13.9263 18.2812 13.5019 18.8886 12.9249 19.3441L12.9232 19.3454V19.8999H13.1587C13.5729 19.8999 13.9087 20.2357 13.9087 20.6499V23C13.9087 23.4143 13.5729 23.75 13.1587 23.75C12.7445 23.75 12.4087 23.4143 12.4087 23V21.3999H3.75V23C3.75 23.4143 3.41421 23.75 3 23.75C2.58579 23.75 2.25 23.4143 2.25 23V20.6499C2.25 20.2357 2.58579 19.8999 3 19.8999H3.15979V13.7681C3.15979 12.6845 3.59024 11.6453 4.35646 10.8791L5.89633 9.33924L5.12848 8.5714C4.53953 7.98245 4.53953 7.02756 5.12848 6.43861L10.8754 0.691715ZM6.95699 10.3999L5.41712 11.9398C4.93221 12.4247 4.65979 13.0824 4.65979 13.7681V19.8999H11.4232V18.982C11.4232 18.7525 11.5283 18.5356 11.7085 18.3933L11.9955 18.1668C12.5437 17.7339 12.8636 17.0738 12.8636 16.3753V16.3065L11.4228 14.8658C11.3968 14.9962 11.3875 15.1307 11.3962 15.266C11.4661 16.3487 10.953 17.3864 10.0502 17.9883L9.32934 18.4689C8.98469 18.6986 8.51904 18.6055 8.28927 18.2609C8.05951 17.9162 8.15264 17.4506 8.49729 17.2208L9.21819 16.7402C9.67503 16.4356 9.93468 15.9105 9.89933 15.3626C9.84309 14.491 10.1649 13.6373 10.7825 13.0197L11.3221 12.4801C11.803 11.9992 11.8325 11.2378 11.4105 10.7225L7.62418 14.5088C7.33129 14.8017 6.85641 14.8017 6.56352 14.5088C6.27063 14.2159 6.27063 13.741 6.56352 13.4481L8.28437 11.7273L6.95699 10.3999ZM10.9585 2.74609L10.1046 3.60001L19.3328 12.8282L20.1867 11.9742L10.9585 2.74609Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="payment3 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M11.4057 1.22205L5.65881 6.96894C5.36275 7.265 5.36275 7.74501 5.65881 8.04107L9.32191 11.7042L11.3877 9.63838L12.5969 11.5754L11.2634 13.6457L14.8839 17.2661C15.1799 17.5622 15.6599 17.5622 15.956 17.2661L21.7029 11.5192C21.999 11.2232 21.999 10.7432 21.7029 10.4471L12.4778 1.22205C12.1818 0.925985 11.7018 0.925985 11.4057 1.22205Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 23V20.6499H13.1587V23M3.90973 20.6499V13.7682C3.90973 12.8835 4.26117 12.035 4.88673 11.4095L6.94217 9.35403M7.09379 13.9785L10.9776 10.0946C11.2192 9.85309 11.6108 9.85309 11.8524 10.0946C12.6576 10.8998 12.6576 12.2053 11.8524 13.0104L11.3127 13.5501C10.8477 14.0152 10.6054 14.658 10.6477 15.3143C10.7003 16.1296 10.3139 16.9111 9.63415 17.3643L8.91325 17.8449M12.1731 20.6499V18.982L12.4601 18.7554C13.1886 18.1804 13.6135 17.3034 13.6135 16.3753V16.0254M9.32187 11.7042L5.65877 8.04107C5.36271 7.74501 5.36271 7.265 5.65877 6.96894L11.4057 1.22205C11.7017 0.925985 12.1817 0.925985 12.4778 1.22205L21.7029 10.4471C21.9989 10.7432 21.9989 11.2232 21.7029 11.5192L15.956 17.2661C15.6599 17.5622 15.1799 17.5622 14.8838 17.2661L11.2634 13.6457M9.73029 2.8974L10.2558 2.37192L20.553 12.6691L20.0275 13.1946L9.73029 2.8974Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pets1
                        <code>[[svg_collection:pets1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pets1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.316 15.5 9.836 12.003C10.951 10.456 13.161 10.376 14.147 12.008 14.931 13.307 15.62 14.561 16.474 15.5 17.036 16.119 17.671 16.875 18.346 17.689 19.73 19.361 18.521 21.897 16.356 21.737 14.846 21.626 13.423 21.522 12 21.522 10.46 21.522 8.919 21.644 7.268 21.765 5.165 21.919 4.004 19.55 5.339 17.917L7.316 15.5ZM6.5 10C6.5 11.105 5.605 12 4.5 12 3.395 12 2.5 11.105 2.5 10 2.5 8.895 3.395 8 4.5 8 5.605 8 6.5 8.895 6.5 10ZM21.5 10C21.5 11.105 20.605 12 19.5 12 18.395 12 17.5 11.105 17.5 10 17.5 8.895 18.395 8 19.5 8 20.605 8 21.5 8.895 21.5 10ZM11 6C11 7.105 10.105 8 9 8 7.895 8 7 7.105 7 6 7 4.895 7.895 4 9 4 10.105 4 11 4.895 11 6ZM17 6C17 7.105 16.105 8 15 8 13.895 8 13 7.105 13 6 13 4.895 13.895 4 15 4 16.105 4 17 4.895 17 6Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pets1 icon-solid"><path class="solid" fill="currentColor" d="M9 3.25C7.481 3.25 6.25 4.481 6.25 6 6.25 7.519 7.481 8.75 9 8.75 10.519 8.75 11.75 7.519 11.75 6 11.75 4.481 10.519 3.25 9 3.25ZM15 3.25C13.481 3.25 12.25 4.481 12.25 6 12.25 7.519 13.481 8.75 15 8.75 16.519 8.75 17.75 7.519 17.75 6 17.75 4.481 16.519 3.25 15 3.25ZM4.5 7.25C2.981 7.25 1.75 8.481 1.75 10 1.75 11.519 2.981 12.75 4.5 12.75 6.019 12.75 7.25 11.519 7.25 10 7.25 8.481 6.019 7.25 4.5 7.25ZM19.5 7.25C17.981 7.25 16.75 8.481 16.75 10 16.75 11.519 17.981 12.75 19.5 12.75 21.019 12.75 22.25 11.519 22.25 10 22.25 8.481 21.019 7.25 19.5 7.25ZM14.789 11.62C13.477 9.448 10.601 9.659 9.228 11.564L6.721 15.043 4.758 17.443C3.035 19.55 4.517 22.718 7.323 22.513L7.672 22.487C9.197 22.375 10.6 22.272 12 22.272 13.391 22.272 14.786 22.374 16.301 22.485 19.185 22.698 20.69 19.344 18.924 17.211 18.249 16.396 17.604 15.629 17.029 14.996 16.369 14.27 15.817 13.343 15.18 12.274 15.053 12.062 14.923 11.843 14.789 11.62Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pets1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M7.316 15.5 9.836 12.003C10.951 10.456 13.161 10.376 14.147 12.008 14.931 13.307 15.62 14.561 16.474 15.5 17.036 16.119 17.671 16.875 18.346 17.689 19.73 19.361 18.521 21.897 16.356 21.737 14.846 21.626 13.423 21.522 12 21.522 10.46 21.522 8.919 21.644 7.268 21.765 5.165 21.919 4.004 19.55 5.339 17.917L7.316 15.5ZM6.5 10C6.5 11.105 5.605 12 4.5 12 3.395 12 2.5 11.105 2.5 10 2.5 8.895 3.395 8 4.5 8 5.605 8 6.5 8.895 6.5 10ZM21.5 10C21.5 11.105 20.605 12 19.5 12 18.395 12 17.5 11.105 17.5 10 17.5 8.895 18.395 8 19.5 8 20.605 8 21.5 8.895 21.5 10ZM11 6C11 7.105 10.105 8 9 8 7.895 8 7 7.105 7 6 7 4.895 7.895 4 9 4 10.105 4 11 4.895 11 6ZM17 6C17 7.105 16.105 8 15 8 13.895 8 13 7.105 13 6 13 4.895 13.895 4 15 4 16.105 4 17 4.895 17 6Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.316 15.5 9.836 12.003C10.951 10.456 13.161 10.376 14.147 12.008 14.931 13.307 15.62 14.561 16.474 15.5 17.036 16.119 17.671 16.875 18.346 17.689 19.73 19.361 18.521 21.897 16.356 21.737 14.846 21.626 13.423 21.522 12 21.522 10.46 21.522 8.919 21.644 7.268 21.765 5.165 21.919 4.004 19.55 5.339 17.917L7.316 15.5ZM6.5 10C6.5 11.105 5.605 12 4.5 12 3.395 12 2.5 11.105 2.5 10 2.5 8.895 3.395 8 4.5 8 5.605 8 6.5 8.895 6.5 10ZM21.5 10C21.5 11.105 20.605 12 19.5 12 18.395 12 17.5 11.105 17.5 10 17.5 8.895 18.395 8 19.5 8 20.605 8 21.5 8.895 21.5 10ZM11 6C11 7.105 10.105 8 9 8 7.895 8 7 7.105 7 6 7 4.895 7.895 4 9 4 10.105 4 11 4.895 11 6ZM17 6C17 7.105 16.105 8 15 8 13.895 8 13 7.105 13 6 13 4.895 13.895 4 15 4 16.105 4 17 4.895 17 6Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pets2
                        <code>[[svg_collection:pets2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pets2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.99997 9.49997L7.49997 6.99997H11.5L14.2929 4.20708C14.6834 3.81655 15.3166 3.81655 15.7071 4.20708L16.2573 4.75733C18.6005 7.10047 18.6005 10.8995 16.2573 13.2426L14 15.5V21H4.99997V12.5M5.99997 8.49997L4.20708 10.2929C3.81655 10.6834 3.81655 11.3166 4.20708 11.7071L8.49997 16L8.87865 15.6213C10.0502 14.4497 10.0502 12.5502 8.87865 11.3787L5.99997 8.49997Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pets2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M13.7625 3.67675C14.446 2.99333 15.554 2.99333 16.2374 3.67675L16.7877 4.227C19.4237 6.86304 19.4237 11.1369 16.7877 13.7729L14.75 15.8106V21C14.75 21.4142 14.4142 21.75 14 21.75H4.99997C4.58576 21.75 4.24997 21.4142 4.24997 21V12.8107L3.67675 12.2374C3.33504 11.8957 3.16418 11.4479 3.16418 11C3.16418 10.5521 3.33503 10.1042 3.67675 9.76253L6.96964 6.46964C7.11029 6.32899 7.30106 6.24997 7.49997 6.24997H11.1893L13.7625 3.67675ZM10.3915 12.5727C10.5282 13.1106 10.5439 13.6728 10.4387 14.2162C10.3014 14.9253 9.95816 15.6025 9.40898 16.1516L9.0303 16.5303C8.88965 16.671 8.69888 16.75 8.49997 16.75C8.30106 16.75 8.11029 16.671 7.96964 16.5303L5.74997 14.3107V20.25H13.25V15.5C13.25 15.3011 13.329 15.1103 13.4696 14.9696L15.727 12.7123C17.7773 10.662 17.7773 7.33791 15.727 5.28766L15.1767 4.73741C15.0791 4.63978 14.9208 4.63978 14.8232 4.73741L12.0303 7.5303C11.8896 7.67095 11.6989 7.74997 11.5 7.74997H7.81063L7.06063 8.49997L9.40898 10.8483C9.90342 11.3428 10.2309 11.9409 10.3915 12.5727Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pets2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M4.20708 10.2929L5.99997 8.5L8.87865 11.3787C10.0502 12.5503 10.0502 14.4497 8.87865 15.6213L8.49997 16L4.20708 11.7071C3.81655 11.3166 3.81655 10.6834 4.20708 10.2929Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.99997 9.5L7.49997 7H11.5L14.2929 4.20711C14.6834 3.81658 15.3166 3.81658 15.7071 4.20711L16.2573 4.75736C18.6005 7.1005 18.6005 10.8995 16.2573 13.2426L14 15.5V21H4.99997V12.5M5.99997 8.5L4.20708 10.2929C3.81655 10.6834 3.81655 11.3166 4.20708 11.7071L8.49997 16L8.87865 15.6213C10.0502 14.4497 10.0502 12.5503 8.87865 11.3787L5.99997 8.5Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        phone
                        <code>[[svg_collection:phone]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="phone icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 4H5a2 2 0 0 0-2 2 16 16 0 0 0 15 15 2 2 0 0 0 2-2v-4l-5-2-1.5 2.5a11 11 0 0 1-5-5L11 9 9 4Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="phone icon-solid"><path class="solid" fill="currentcolor" d="M9.251 4.629A1 1 0 0 0 8.323 4H5a2 2 0 0 0-2 2 16 16 0 0 0 15 15 2 2 0 0 0 2-2v-3.323a1 1 0 0 0-.629-.928l-3.58-1.433a1 1 0 0 0-1.23.414L13.5 15.5a11 11 0 0 1-5-5l1.77-1.062a1 1 0 0 0 .414-1.229L9.25 4.63Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="phone icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pin
                        <code>[[svg_collection:pin]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pin icon-outline"><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.657 16.657 13.414 20.9a2 2 0 0 1-2.827 0l-4.244-4.243a8 8 0 1 1 11.314 0ZM12 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pin icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="m13.414 20.9 4.243-4.243a8 8 0 1 0-11.314 0l4.244 4.243a2 2 0 0 0 2.827 0ZM15 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pin icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m13.414 20.9 4.243-4.243a8 8 0 1 0-11.314 0l4.244 4.243a2 2 0 0 0 2.827 0ZM15 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m13.414 20.9 4.243-4.243a8 8 0 1 0-11.314 0l4.244 4.243a2 2 0 0 0 2.827 0ZM15 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        play
                        <code>[[svg_collection:play]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="play icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 4v16l13-8L7 4Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="play icon-solid"><path class="solid" fill="currentcolor" d="M8.524 4.938A1 1 0 0 0 7 5.79v12.42a1 1 0 0 0 1.524.852l10.092-6.21a1 1 0 0 0 0-1.704L8.524 4.938Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="play icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M7 4v16l13-8L7 4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 4v16l13-8L7 4Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        plus
                        <code>[[svg_collection:plus]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="plus icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5v14m-7-7h14"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="plus icon-solid"><path class="solid" fill="currentColor" d="M12.75 5a.75.75 0 0 0-1.5 0v6.25H5a.75.75 0 0 0 0 1.5h6.25V19a.75.75 0 0 0 1.5 0v-6.25H19a.75.75 0 0 0 0-1.5h-6.25V5Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="plus icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5v14m-7-7h14"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pool1
                        <code>[[svg_collection:pool1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pool1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.04 9.23529L8.08 13L9.7277 12.6084C11.2481 12.247 12.8319 12.247 14.3523 12.6084L16 13L12.04 9.23529ZM12.04 9.23529L8.96927 5.95109C8.40199 5.34437 7.60855 5 6.77793 5H5M1.5 16.5447L3.51158 15.3953C4.43388 14.8682 5.56612 14.8682 6.48842 15.3953L7.01158 15.6942C7.93388 16.2212 9.06612 16.2212 9.98842 15.6942L10.5116 15.3953C11.4339 14.8682 12.5661 14.8682 13.4884 15.3953L14.0116 15.6942C14.9339 16.2212 16.0661 16.2212 16.9884 15.6942L17.5116 15.3953C18.4339 14.8682 19.5661 14.8682 20.4884 15.3953L22.5 16.5447M1.5 20.0447L3.51158 18.8953C4.43388 18.3682 5.56612 18.3682 6.48842 18.8953L7.01158 19.1942C7.93388 19.7213 9.06612 19.7213 9.98842 19.1942L10.5116 18.8953C11.4339 18.3682 12.5661 18.3682 13.4884 18.8953L14.0116 19.1942C14.9339 19.7213 16.0661 19.7213 16.9884 19.1942L17.5116 18.8953C18.4339 18.3682 19.5661 18.3682 20.4884 18.8953L22.5 20.0447M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pool1 icon-solid"><path class="solid" fill="currentColor" d="M14.25 6C14.25 4.481 15.481 3.25 17 3.25 18.519 3.25 19.75 4.481 19.75 6 19.75 7.519 18.519 8.75 17 8.75 15.481 8.75 14.25 7.519 14.25 6ZM4.25 5C4.25 4.586 4.586 4.25 5 4.25H6.778C7.816 4.25 8.808 4.68 9.517 5.439L12.573 8.707 16.517 12.456C16.763 12.69 16.821 13.059 16.659 13.357 16.498 13.656 16.156 13.808 15.827 13.73L14.179 13.338C12.773 13.004 11.308 13.004 9.901 13.338L8.253 13.73C7.924 13.808 7.582 13.656 7.421 13.357 7.259 13.059 7.318 12.69 7.563 12.456L10.984 9.204 8.421 6.463C7.996 6.008 7.401 5.75 6.778 5.75H5C4.586 5.75 4.25 5.414 4.25 5ZM22.5 17.295C22.76 17.295 23.013 17.159 23.151 16.917 23.357 16.557 23.232 16.099 22.872 15.894L20.861 14.744C19.708 14.085 18.292 14.085 17.14 14.744L16.616 15.043C15.925 15.438 15.075 15.438 14.384 15.043L13.861 14.744C12.708 14.085 11.292 14.085 10.14 14.744L9.616 15.043C8.925 15.438 8.075 15.438 7.384 15.043L6.861 14.744C5.708 14.085 4.292 14.085 3.139 14.744L1.128 15.894C.768 16.099.643 16.557.849 16.917.987 17.159 1.24 17.295 1.5 17.295V19.181L1.128 19.394C.768 19.599.643 20.057.849 20.417 1.054 20.777 1.512 20.901 1.872 20.696L3.884 19.547C4.575 19.151 5.425 19.151 6.116 19.547L6.639 19.845C7.792 20.504 9.208 20.504 10.361 19.845L10.884 19.547C11.575 19.151 12.425 19.151 13.116 19.547L13.64 19.845C14.792 20.504 16.208 20.504 17.361 19.845L17.884 19.547C18.575 19.151 19.425 19.151 20.116 19.547L22.128 20.696C22.488 20.901 22.946 20.777 23.151 20.417 23.357 20.057 23.232 19.599 22.872 19.394L22.5 19.181V17.295Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pool1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M12.04 9.235 8.08 13 9.728 12.608C11.248 12.247 12.832 12.247 14.352 12.608L16 13 12.04 9.235ZM19 6C19 7.105 18.105 8 17 8 15.895 8 15 7.105 15 6 15 4.895 15.895 4 17 4 18.105 4 19 4.895 19 6ZM1.5 16.545 3.512 15.395C4.434 14.868 5.566 14.868 6.488 15.395L7.012 15.694C7.934 16.221 9.066 16.221 9.988 15.694L10.512 15.395C11.434 14.868 12.566 14.868 13.488 15.395L14.012 15.694C14.934 16.221 16.066 16.221 16.988 15.694L17.512 15.395C18.434 14.868 19.566 14.868 20.488 15.395L22.5 16.545V20.045L20.488 18.895C19.566 18.368 18.434 18.368 17.512 18.895L16.988 19.194C16.066 19.721 14.934 19.721 14.012 19.194L13.488 18.895C12.566 18.368 11.434 18.368 10.512 18.895L9.988 19.194C9.066 19.721 7.934 19.721 7.012 19.194L6.488 18.895C5.566 18.368 4.434 18.368 3.512 18.895L1.5 20.045V16.545Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.04 9.23529L8.08 13L9.7277 12.6084C11.2481 12.247 12.8319 12.247 14.3523 12.6084L16 13L12.04 9.23529ZM12.04 9.23529L8.96927 5.95109C8.40199 5.34437 7.60855 5 6.77793 5H5M1.5 16.5447L3.51158 15.3953C4.43388 14.8682 5.56612 14.8682 6.48842 15.3953L7.01158 15.6942C7.93388 16.2212 9.06612 16.2212 9.98842 15.6942L10.5116 15.3953C11.4339 14.8682 12.5661 14.8682 13.4884 15.3953L14.0116 15.6942C14.9339 16.2212 16.0661 16.2212 16.9884 15.6942L17.5116 15.3953C18.4339 14.8682 19.5661 14.8682 20.4884 15.3953L22.5 16.5447M1.5 20.0447L3.51158 18.8953C4.43388 18.3682 5.56612 18.3682 6.48842 18.8953L7.01158 19.1942C7.93388 19.7213 9.06612 19.7213 9.98842 19.1942L10.5116 18.8953C11.4339 18.3682 12.5661 18.3682 13.4884 18.8953L14.0116 19.1942C14.9339 19.7213 16.0661 19.7213 16.9884 19.1942L17.5116 18.8953C18.4339 18.3682 19.5661 18.3682 20.4884 18.8953L22.5 20.0447M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pool2
                        <code>[[svg_collection:pool2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pool2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 16.5L4.01158 15.3505C4.93388 14.8235 6.06612 14.8235 6.98842 15.3505L7.51158 15.6495C8.43388 16.1765 9.56612 16.1765 10.4884 15.6495L11.0116 15.3505C11.9339 14.8235 13.0661 14.8235 13.9884 15.3505L14.5116 15.6495C15.4339 16.1765 16.5661 16.1765 17.4884 15.6495L18.0116 15.3505C18.9339 14.8235 20.0661 14.8235 20.9884 15.3505L23 16.5M2 20L4.01158 18.8505C4.93388 18.3235 6.06612 18.3235 6.98842 18.8505L7.51158 19.1495C8.43388 19.6765 9.56612 19.6765 10.4884 19.1495L11.0116 18.8505C11.9339 18.3235 13.0661 18.3235 13.9884 18.8505L14.5116 19.1495C15.4339 19.6765 16.5661 19.6765 17.4884 19.1495L18.0116 18.8505C18.9339 18.3235 20.0661 18.3235 20.9884 18.8505L23 20M22 6.5C22 4.98122 20.7688 3.75 19.25 3.75C17.7312 3.75 16.5 4.98122 16.5 6.5V13.375M8.5 13.375V6.5C8.5 4.98122 9.73122 3.75 11.25 3.75C11.9543 3.75 12.5968 4.01478 13.0833 4.45024M8.5 8L16.5 8M8.5 12L16.5 12"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pool2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M9.25001 6.5C9.25001 5.39543 10.1454 4.5 11.25 4.5C11.7627 4.5 12.2288 4.69195 12.5832 5.00909C12.8918 5.28533 13.3659 5.25907 13.6422 4.95042C13.9184 4.64178 13.8922 4.16763 13.5835 3.89138C12.9648 3.33762 12.1459 3 11.25 3C9.31701 3 7.75001 4.567 7.75001 6.5V13.375C7.75001 13.7892 8.08579 14.125 8.50001 14.125C8.91422 14.125 9.25001 13.7892 9.25001 13.375V12.75L15.75 12.75V13.375C15.75 13.7892 16.0858 14.125 16.5 14.125C16.9142 14.125 17.25 13.7892 17.25 13.375V6.5C17.25 5.39543 18.1454 4.5 19.25 4.5C20.3546 4.5 21.25 5.39543 21.25 6.5C21.25 6.91421 21.5858 7.25 22 7.25C22.4142 7.25 22.75 6.91421 22.75 6.5C22.75 4.567 21.183 3 19.25 3C17.317 3 15.75 4.567 15.75 6.5V7.25L9.25001 7.25V6.5ZM15.75 11.25L9.25001 11.25V8.75L15.75 8.75V11.25Z M2 17.2501C1.73987 17.2499 1.48713 17.1141 1.34882 16.8721C1.14332 16.5125 1.26826 16.0543 1.6279 15.8488L3.63948 14.6993C4.79236 14.0406 6.20765 14.0406 7.36053 14.6993L7.88369 14.9983C8.57542 15.3936 9.4246 15.3936 10.1163 14.9983L10.6395 14.6993C11.7924 14.0406 13.2077 14.0406 14.3605 14.6993L14.8837 14.9983C15.5754 15.3936 16.4246 15.3936 17.1163 14.9983L17.6395 14.6993C18.7924 14.0406 20.2077 14.0406 21.3605 14.6993L23.3721 15.8488C23.7317 16.0543 23.8567 16.5125 23.6512 16.8721C23.5129 17.1141 23.2601 17.2499 23 17.2501V19.1362L23.3721 19.3488C23.7317 19.5543 23.8567 20.0125 23.6512 20.3721C23.4457 20.7317 22.9875 20.8567 22.6279 20.6512L20.6163 19.5017C19.9246 19.1064 19.0754 19.1064 18.3837 19.5017L17.8605 19.8007C16.7077 20.4594 15.2924 20.4594 14.1395 19.8007L13.6163 19.5017C12.9246 19.1064 12.0754 19.1064 11.3837 19.5017L10.8605 19.8007C9.70765 20.4594 8.29236 20.4594 7.13948 19.8007L6.61632 19.5017C5.9246 19.1064 5.07542 19.1064 4.38369 19.5017L2.37211 20.6512C2.01247 20.8567 1.55433 20.7317 1.34882 20.3721C1.14332 20.0125 1.26826 19.5543 1.6279 19.3488L2 19.1362V17.2501Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="pool2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M4.01158 15.3505L2 16.4999V19.9999L4.01158 18.8505C4.93388 18.3234 6.06612 18.3234 6.98842 18.8505L7.51158 19.1494C8.43388 19.6765 9.56612 19.6765 10.4884 19.1494L11.0116 18.8505C11.9339 18.3234 13.0661 18.3234 13.9884 18.8505L14.5116 19.1494C15.4339 19.6765 16.5661 19.6765 17.4884 19.1494L18.0116 18.8505C18.9339 18.3234 20.0661 18.3234 20.9884 18.8505L23 19.9999V16.4999L20.9884 15.3505C20.0661 14.8234 18.9339 14.8234 18.0116 15.3505L17.4884 15.6494C16.5661 16.1765 15.4339 16.1765 14.5116 15.6494L13.9884 15.3505C13.0661 14.8234 11.9339 14.8234 11.0116 15.3505L10.4884 15.6494C9.56612 16.1765 8.43388 16.1765 7.51158 15.6494L6.98842 15.3505C6.06612 14.8234 4.93388 14.8234 4.01158 15.3505Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 16.5L4.01158 15.3505C4.93388 14.8235 6.06612 14.8235 6.98842 15.3505L7.51158 15.6495C8.43388 16.1765 9.56612 16.1765 10.4884 15.6495L11.0116 15.3505C11.9339 14.8235 13.0661 14.8235 13.9884 15.3505L14.5116 15.6495C15.4339 16.1765 16.5661 16.1765 17.4884 15.6495L18.0116 15.3505C18.9339 14.8235 20.0661 14.8235 20.9884 15.3505M20.9884 15.3505C20.9884 15.3505 22.2144 16.0511 23 16.5L20.9884 15.3505ZM2 20L4.01158 18.8505C4.93388 18.3235 6.06612 18.3235 6.98842 18.8505L7.51158 19.1495C8.43388 19.6765 9.56612 19.6765 10.4884 19.1495L11.0116 18.8505C11.9339 18.3235 13.0661 18.3235 13.9884 18.8505L14.5116 19.1495C15.4339 19.6765 16.5661 19.6765 17.4884 19.1495L18.0116 18.8505C18.9339 18.3235 20.0661 18.3235 20.9884 18.8505L23 20M22 6.5C22 4.98122 20.7688 3.75 19.25 3.75C17.7312 3.75 16.5 4.98122 16.5 6.5V13.375M8.5 13.375V6.5C8.5 4.98122 9.73122 3.75 11.25 3.75C11.9543 3.75 12.5968 4.01478 13.0833 4.45024M8.5 8L16.5 8V12L8.5 12V8Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        portal1
                        <code>[[svg_collection:portal1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="portal1 icon-outline"><path class="outline" d="M10 13V14M14 13V14M12 7V21M12 7C8 7 6 9 2 9V21H12M12 7C16 7 17.5 9 22 9V21H12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="portal1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M11.25 7.31215C11.25 6.73616 10.7634 6.27565 10.1936 6.35982C8.91396 6.54883 7.82586 6.91155 6.78802 7.25751L6.76283 7.26591C5.26313 7.76581 3.86621 8.22742 2 8.22742C1.58579 8.22742 1.25 8.56321 1.25 8.97742V20.9774C1.25 21.3916 1.58579 21.7274 2 21.7274H10.25C10.8023 21.7274 11.25 21.2797 11.25 20.7274V7.31215ZM10.25 12.9774C10.25 12.5632 9.91421 12.2274 9.5 12.2274C9.08579 12.2274 8.75 12.5632 8.75 12.9774V13.9774C8.75 14.3916 9.08579 14.7274 9.5 14.7274C9.91421 14.7274 10.25 14.3916 10.25 13.9774V12.9774Z M12.75 20.7274C12.75 21.2797 13.1977 21.7274 13.75 21.7274H22C22.4142 21.7274 22.75 21.3916 22.75 20.9774V8.97742C22.75 8.56321 22.4142 8.22742 22 8.22742C19.8794 8.22742 18.4762 7.76203 17.0589 7.26905L16.9159 7.21925C15.9674 6.88877 14.9893 6.54795 13.8071 6.36447C13.2375 6.27604 12.75 6.73736 12.75 7.31388V20.7274ZM15.25 12.9774C15.25 12.5632 14.9142 12.2274 14.5 12.2274C14.0858 12.2274 13.75 12.5632 13.75 12.9774V13.9774C13.75 14.3916 14.0858 14.7274 14.5 14.7274C14.9142 14.7274 15.25 14.3916 15.25 13.9774V12.9774Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="portal1 icon-duotone"><path class="alpha" d="M2 9V21H22V9C17.5 9 16 7 12 7C8 7 6 9 2 9Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M10 13V14M14 13V14M12 7V21M12 7C8 7 6 9 2 9V21H12M12 7C16 7 17.5 9 22 9V21H12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        portal2
                        <code>[[svg_collection:portal2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="portal2 icon-outline"><path class="outline" d="M10 12V13M14 12V13M12 6V9.5M12 6H2V9.5M12 6H22V9.5M12 9.5V21M12 9.5H2M12 9.5H22M12 21H2V9.5M12 21H22V9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="portal2 icon-solid"><path class="solid" fill="currentColor" d="M11.25 6.25C11.25 5.69772 10.8023 5.25 10.25 5.25H2C1.58579 5.25 1.25 5.58579 1.25 6V8.75H11.25V6.25Z M1.25 10.25V21C1.25 21.4142 1.58579 21.75 2 21.75H10.25C10.8023 21.75 11.25 21.3023 11.25 20.75V10.25H1.25ZM10.5 12C10.5 11.5858 10.1642 11.25 9.75 11.25C9.33579 11.25 9 11.5858 9 12V13C9 13.4142 9.33579 13.75 9.75 13.75C10.1642 13.75 10.5 13.4142 10.5 13V12Z M12.75 20.75C12.75 21.3023 13.1977 21.75 13.75 21.75H22C22.4142 21.75 22.75 21.4142 22.75 21V10.25H12.75V20.75ZM15 12C15 11.5858 14.6642 11.25 14.25 11.25C13.8358 11.25 13.5 11.5858 13.5 12V13C13.5 13.4142 13.8358 13.75 14.25 13.75C14.6642 13.75 15 13.4142 15 13V12Z M22.75 8.75V6C22.75 5.58579 22.4142 5.25 22 5.25H13.75C13.1977 5.25 12.75 5.69772 12.75 6.25V8.75H22.75Z" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="portal2 icon-duotone"><path class="alpha" d="M22 6H2V21H22V6Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M10 12V13M14 12V13M12 6V9.5M12 6H2V9.5M12 6H22V9.5M12 9.5V21M12 9.5H2M12 9.5H22M12 21H2V9.5M12 21H22V9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        portal3
                        <code>[[svg_collection:portal3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="portal3 icon-outline"><path class="outline" d="M12.0002 16.5H12.0062M7.80029 9.21509C8.92183 8.11576 10.4297 7.5 12.0002 7.5M12.0002 7.5C13.5706 7.5 15.0785 8.11576 16.2001 9.21509M12.0002 7.5L12 2M9.90023 11.357C10.461 10.8074 11.2149 10.4995 12.0002 10.4995C12.7854 10.4995 13.5393 10.8074 14.1001 11.357M12 2H1V16H8.5M12 2H23V16H15.5M15.5 16V21C15.5 22.1046 14.6046 23 13.5 23H10.5C9.39543 23 8.5 22.1046 8.5 21V16M15.5 16C15.5 14.8954 14.6046 14 13.5 14H10.5C9.39543 14 8.5 14.8954 8.5 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="portal3 icon-solid"><path class="solid" fill="currentColor" d="M12.0002 15.5C11.586 15.5 11.2502 15.8358 11.2502 16.25C11.2502 16.6642 11.586 17 12.0002 17H12.0062C12.4204 17 12.7562 16.6642 12.7562 16.25C12.7562 15.8358 12.4204 15.5 12.0062 15.5H12.0002Z M11.2502 1.5C11.2502 1.22386 11.0263 1 10.7502 1H1C0.585786 1 0.25 1.33579 0.25 1.75V15.75C0.25 16.1642 0.585786 16.5 1 16.5H7.75V20.75C7.75 22.2688 8.98122 23.5 10.5 23.5H13.5C15.0188 23.5 16.25 22.2688 16.25 20.75V16.5H23C23.4142 16.5 23.75 16.1642 23.75 15.75V1.75C23.75 1.33579 23.4142 1 23 1H13.2502C12.974 1 12.7502 1.22386 12.7502 1.5V6.54178C14.2416 6.70849 15.6431 7.36898 16.7251 8.42949C17.0209 8.71944 17.0256 9.19429 16.7357 9.49009C16.4457 9.7859 15.9709 9.79065 15.6751 9.5007C14.6937 8.53879 13.3743 8 12.0002 8C10.626 8 9.30664 8.53879 8.32529 9.5007C8.02949 9.79065 7.55464 9.7859 7.26469 9.49009C6.97474 9.19429 6.97949 8.71944 7.27529 8.42949C8.35722 7.36898 9.75872 6.70849 11.2502 6.54178V1.5ZM10.4252 11.6426C10.8458 11.2304 11.4113 10.9995 12.0002 10.9995C12.5891 10.9995 13.1545 11.2304 13.5751 11.6426C13.8709 11.9326 14.3458 11.9278 14.6357 11.632C14.9257 11.3362 14.9209 10.8614 14.6251 10.5714C13.9241 9.88434 12.9817 9.49949 12.0002 9.49949C11.0186 9.49949 10.0762 9.88434 9.37523 10.5714C9.07943 10.8614 9.07468 11.3362 9.36463 11.632C9.65458 11.9278 10.1294 11.9326 10.4252 11.6426ZM9.25 15.75C9.25 15.0596 9.80964 14.5 10.5 14.5H13.5C14.1904 14.5 14.75 15.0596 14.75 15.75V20.75C14.75 21.4404 14.1904 22 13.5 22H10.5C9.80964 22 9.25 21.4404 9.25 20.75V15.75Z" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="portal3 icon-duotone"><path class="alpha" d="M1 2V16H8.5C8.5 14.8954 9.39543 14 10.5 14H13.5C14.6046 14 15.5 14.8954 15.5 16H23V2H1Z" fill="currentColor" fill-opacity=".2"/><path class="outline" d="M12.0002 16.5H12.0062M7.80029 9.21509C8.92183 8.11576 10.4297 7.5 12.0002 7.5M12.0002 7.5C13.5706 7.5 15.0785 8.11576 16.2001 9.21509M12.0002 7.5L12 2M9.90023 11.357C10.461 10.8074 11.2149 10.4995 12.0002 10.4995C12.7854 10.4995 13.5393 10.8074 14.1001 11.357M12 2H1V16H8.5M12 2H23V16H15.5M15.5 16V21C15.5 22.1046 14.6046 23 13.5 23H10.5C9.39543 23 8.5 22.1046 8.5 21V16M15.5 16C15.5 14.8954 14.6046 14 13.5 14H10.5C9.39543 14 8.5 14.8954 8.5 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        price1
                        <code>[[svg_collection:price1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 8h.01m12.444 5.713-6.732 6.732a1.878 1.878 0 0 1-2.657 0l-7.478-7.47A2 2 0 0 1 3 11.56V4a1 1 0 0 1 1-1h7.56a2 2 0 0 1 1.415.586l7.479 7.48a1.878 1.878 0 0 1 0 2.647Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price1 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="m13.722 20.445 6.732-6.732a1.878 1.878 0 0 0 0-2.648l-7.48-7.48A2 2 0 0 0 11.56 3H4a1 1 0 0 0-1 1v7.56a2 2 0 0 0 .587 1.415l7.478 7.47a1.878 1.878 0 0 0 2.657 0ZM7.25 8A.75.75 0 0 1 8 7.25h.01a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 7.25 8Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m20.454 13.713-6.732 6.732a1.878 1.878 0 0 1-2.657 0l-7.478-7.47A2 2 0 0 1 3 11.56V4a1 1 0 0 1 1-1h7.56a2 2 0 0 1 1.415.586l7.479 7.48a1.878 1.878 0 0 1 0 2.647Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 8h.01m12.444 5.713-6.732 6.732a1.878 1.878 0 0 1-2.657 0l-7.478-7.47A2 2 0 0 1 3 11.56V4a1 1 0 0 1 1-1h7.56a2 2 0 0 1 1.415.586l7.479 7.48a1.878 1.878 0 0 1 0 2.647Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        price2
                        <code>[[svg_collection:price2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.9 6.4 6.7 17.6m3.5-10.5a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0Zm7.7 9.8a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M8.1 5.75a1.35 1.35 0 1 0 0 2.7 1.35 1.35 0 0 0 0-2.7ZM5.25 7.1a2.85 2.85 0 1 1 5.7 0 2.85 2.85 0 0 1-5.7 0Zm13.18-1.23a.75.75 0 0 1 0 1.06l-11.2 11.2a.75.75 0 0 1-1.06-1.06l11.2-11.2a.75.75 0 0 1 1.06 0Zm-2.63 9.68a1.35 1.35 0 1 0 0 2.7 1.35 1.35 0 0 0 0-2.7Zm-2.85 1.35a2.85 2.85 0 1 1 5.7 0 2.85 2.85 0 0 1-5.7 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M10.2 7.1a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0Zm7.7 9.8a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.9 6.4 6.7 17.6m3.5-10.5a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0Zm7.7 9.8a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        price3
                        <code>[[svg_collection:price3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 14.482v.064a2.545 2.545 0 0 0 2.546 2.545h.636m0-10.182h.636a2.545 2.545 0 0 1 2.546 2.546m-3.182-2.546h-.905a2.277 2.277 0 0 0-.846 4.39l3.502 1.401a2.277 2.277 0 0 1-.846 4.39h-.905m0-10.18V5m0 1.91v10.18m0 0V19"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price3 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M12.182 4.25a.75.75 0 0 1 .75.75v1.161a3.296 3.296 0 0 1 3.182 3.294.75.75 0 1 1-1.5 0c0-.954-.744-1.734-1.682-1.792v3.83l1.279.51a3.027 3.027 0 0 1-1.124 5.838h-.155V19a.75.75 0 0 1-1.5 0v-1.161a3.296 3.296 0 0 1-3.182-3.293v-.064a.75.75 0 0 1 1.5 0v.064c0 .953.743 1.733 1.682 1.791v-3.83l-1.28-.51a3.027 3.027 0 0 1 1.125-5.838h.155V5a.75.75 0 0 1 .75-.75Zm-.75 3.41h-.155a1.527 1.527 0 0 0-.567 2.943l.722.29V7.658Zm1.5 5.448v3.233h.155a1.527 1.527 0 0 0 .567-2.944l-.722-.29Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price3 icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 14.482v.064a2.545 2.545 0 0 0 2.546 2.545h.636m0-10.182h.636a2.545 2.545 0 0 1 2.546 2.546m-3.182-2.546h-.905a2.277 2.277 0 0 0-.846 4.39l3.502 1.401a2.277 2.277 0 0 1-.846 4.39h-.905m0-10.18V5m0 1.91v10.18m0 0V19"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        price4
                        <code>[[svg_collection:price4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price4 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.454 5.936A5.899 5.899 0 0 0 14.273 5c-3.515 0-6.364 3.134-6.364 7s2.85 7 6.364 7c1.159 0 2.245-.34 3.181-.936M6 10.09h7.636M6 13.909h7.636"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price4 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M8.755 10.84a7.02 7.02 0 0 0 0 2.32h4.881a.75.75 0 0 1 0 1.5H9.19c.907 2.144 2.875 3.59 5.084 3.59a5.15 5.15 0 0 0 2.779-.82.75.75 0 1 1 .805 1.266 6.65 6.65 0 0 1-3.584 1.054c-3.113 0-5.695-2.15-6.682-5.09H6a.75.75 0 0 1 0-1.5h1.239a8.444 8.444 0 0 1 0-2.32H6a.75.75 0 0 1 0-1.5h1.59c.988-2.94 3.57-5.09 6.683-5.09a6.65 6.65 0 0 1 3.584 1.054.75.75 0 0 1-.805 1.265 5.15 5.15 0 0 0-2.78-.819c-2.208 0-4.176 1.446-5.083 3.59h4.447a.75.75 0 0 1 0 1.5H8.755Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="price4 icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.454 5.936A5.899 5.899 0 0 0 14.273 5c-3.515 0-6.364 3.134-6.364 7s2.85 7 6.364 7c1.159 0 2.245-.34 3.181-.936M6 10.09h7.636M6 13.909h7.636"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        quality1
                        <code>[[svg_collection:quality1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.002 15.003 3.4 5.89L17 17.66l3.598.232-3.4-5.889m-10.396 0-3.4 5.89L7 17.66l1.598 3.232 3.4-5.889M18 9A6 6 0 1 1 6 9a6 6 0 0 1 12 0Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality1 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M5.25 9a6.75 6.75 0 1 1 12.805 2.987l3.192 5.53a.75.75 0 0 1-.697 1.124l-3.1-.2-1.376 2.784a.75.75 0 0 1-1.322.042L12 16.5l-2.752 4.767a.75.75 0 0 1-1.322-.042L6.549 18.44l-3.099.2a.75.75 0 0 1-.698-1.124l3.193-5.53A6.722 6.722 0 0 1 5.25 9Zm1.62 4.386-2.118 3.668 2.2-.142a.75.75 0 0 1 .72.416l.977 1.976 2.117-3.667a6.743 6.743 0 0 1-3.897-2.25Zm6.364 2.252 2.117 3.666.977-1.976a.75.75 0 0 1 .72-.416l2.2.142-2.117-3.667a6.743 6.743 0 0 1-3.897 2.25Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality1 icon-duotone" ><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M12 15a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.002 15.003 3.4 5.89L17 17.66l3.598.232-3.4-5.889m-10.396 0-3.4 5.89L7 17.66l1.598 3.232 3.4-5.889M18 9A6 6 0 1 1 6 9a6 6 0 0 1 12 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        quality2
                        <code>[[svg_collection:quality2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 22.5h10M7.5 5H5v2.5A2.5 2.5 0 0 0 7.5 10m9-5H19v2.5a2.5 2.5 0 0 1-2.5 2.5M12 18.5V14m0 0a4.5 4.5 0 0 1-4.5-4.5V3h9v6.5A4.5 4.5 0 0 1 12 14Zm-3.5 6h7v2.5h-7V20Zm1.5 0h4v-1.5h-4V20Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M6.75 3a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 .75.75v1.25H19a.75.75 0 0 1 .75.75v2.5a3.251 3.251 0 0 1-2.636 3.192 5.255 5.255 0 0 1-4.364 4.005v3.053H14a.75.75 0 0 1 .75.75v.75h.75a.75.75 0 0 1 .75.75v1.75H17a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1 0-1.5h.75V20a.75.75 0 0 1 .75-.75h.75v-.75a.75.75 0 0 1 .75-.75h1.25v-3.053a5.255 5.255 0 0 1-4.364-4.005A3.251 3.251 0 0 1 4.25 7.5V5A.75.75 0 0 1 5 4.25h1.75V3Zm10.5 6.082V5.75h1V7.5c0 .698-.409 1.3-1 1.582ZM6.75 5.75v3.332a1.75 1.75 0 0 1-1-1.582V5.75h1Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M7.5 3h9v6.5a4.5 4.5 0 1 1-9 0V3Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 22.5h10M7.5 5H5v2.5A2.5 2.5 0 0 0 7.5 10m9-5H19v2.5a2.5 2.5 0 0 1-2.5 2.5M12 18.5V14m0 0a4.5 4.5 0 0 1-4.5-4.5V3h9v6.5A4.5 4.5 0 0 1 12 14Zm-3.5 6h7v2.5h-7V20Zm1.5 0h4v-1.5h-4V20Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        quality3
                        <code>[[svg_collection:quality3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 11v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h3Zm0 0a4 4 0 0 0 4-4V6a2 2 0 1 1 4 0v5h3a2 2 0 0 1 2 2l-1 5c-.144.613-.417 1.14-.777 1.501-.361.36-.79.536-1.223.499h-7a3 3 0 0 1-3-3"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality3 icon-solid"><path class="solid" fill="currentcolor" d="M10 20h7c.433.037.862-.138 1.223-.499.36-.36.633-.888.777-1.501l1-5a2 2 0 0 0-2-2h-3V6a2 2 0 1 0-4 0v1a4 4 0 0 1-3.25 3.93v6.834A2.25 2.25 0 0 0 10 20Zm-3.75-9v7.75C6.25 19.44 5.69 20 5 20H4a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h2.25Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality3 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M9.828 9.828A4 4 0 0 1 7 11v6a3 3 0 0 0 3 3h7c.433.037.862-.138 1.223-.499.36-.36.633-.888.777-1.501l1-5a2 2 0 0 0-2-2h-3V6a2 2 0 1 0-4 0v1a4 4 0 0 1-1.172 2.828Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 11v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h3Zm0 0a4 4 0 0 0 4-4V6a2 2 0 1 1 4 0v5h3a2 2 0 0 1 2 2l-1 5c-.144.613-.417 1.14-.777 1.501-.361.36-.79.536-1.223.499h-7a3 3 0 0 1-3-3"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        quality4
                        <code>[[svg_collection:quality4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality4 icon-outline"><path class="outline" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M15.82 22.55V13H8.18v9.55m7.64 0H8.18m7.64 0h6.68v-5.73h-6.68v5.73Zm-7.64 0v-3.82H1.5v3.82h6.68ZM12 2l1.236 2.498L16 4.897l-1.993 1.954.465 2.75L12 8.3 9.528 9.601l.465-2.75L8 4.897l2.764-.399L12 2Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality4 icon-solid"><path class="solid" fill="currentcolor" d="M12.672 1.667a.75.75 0 0 0-1.344 0l-1.061 2.145-2.374.343a.75.75 0 0 0-.418 1.278L9.19 7.112l-.4 2.364a.75.75 0 0 0 1.089.789L12 9.147l2.122 1.118a.75.75 0 0 0 1.09-.789l-.4-2.364 1.713-1.68a.75.75 0 0 0-.418-1.277l-2.374-.343-1.06-2.145ZM8.18 12.25a.75.75 0 0 0-.75.75v4.98H1.5a.75.75 0 0 0-.75.75v3.82c0 .414.336.75.75.75h21a.75.75 0 0 0 .75-.75v-5.73a.75.75 0 0 0-.75-.75h-5.93V13a.75.75 0 0 0-.75-.75H8.18Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quality4 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M13.236 4.498 12 2l-1.236 2.498L8 4.897l1.993 1.954-.465 2.75L12 8.3l2.472 1.302-.465-2.75L16 4.897l-2.764-.399ZM8.18 13h7.64v3.82h6.68v5.73h-21v-3.82h6.68V13Z"/><path class="outline" stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5" d="M15.82 22.55V13H8.18v9.55m7.64 0H8.18m7.64 0h6.68v-5.73h-6.68v5.73Zm-7.64 0v-3.82H1.5v3.82h6.68ZM12 2l1.236 2.498L16 4.897l-1.993 1.954.465 2.75L12 8.3 9.528 9.601l.465-2.75L8 4.897l2.764-.399L12 2Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        quote1
                        <code>[[svg_collection:quote1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quote1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m0 0h2a2 2 0 0 1 2 2v1M8 10.5h6.5m-6.5 3h3m6.62-1.979 1.98 1.98m-6.6 4.62h1.98l5.61-5.61a1.4 1.4 0 1 0-1.98-1.98L13 16.141v1.98Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quote1 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" clip-rule="evenodd" d="M11 2.25a2.75 2.75 0 0 0-2.646 2H7A2.75 2.75 0 0 0 4.25 7v12A2.75 2.75 0 0 0 7 21.75h10A2.75 2.75 0 0 0 19.75 19v-1.967a.5.5 0 0 0-.854-.354l-2.679 2.68a1.75 1.75 0 0 1-1.237.512H13a1.75 1.75 0 0 1-1.75-1.75v-1.98c0-.464.184-.91.513-1.237l4.61-4.611.01-.01.009-.008.98-.981a3.15 3.15 0 0 1 2.378-.92c.05.003 0-1.374 0-1.374A2.75 2.75 0 0 0 17 4.25h-1.354a2.751 2.751 0 0 0-2.646-2h-2Zm0 1.5a1.25 1.25 0 1 0 0 2.5h2a1.25 1.25 0 1 0 0-2.5h-2ZM7.25 10.5A.75.75 0 0 1 8 9.75h6.5a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75Z"/><path class="solid" fill="currentcolor" fill-rule="evenodd" clip-rule="evenodd" d="M19.6 9.371a2.15 2.15 0 0 0-1.52.63l-.981.98-.01.01-.008.009-4.611 4.61a.75.75 0 0 0-.22.531v1.98c0 .414.336.75.75.75h1.98a.75.75 0 0 0 .53-.22l5.61-5.61a2.15 2.15 0 0 0-1.52-3.67Zm-5.85 7.08 3.87-3.87.92.92-3.87 3.87h-.92v-.92Zm4.93-4.93.92.92.46-.46a.65.65 0 1 0-.92-.92l-.46.46Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quote1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M7 21h10a2 2 0 0 0 2-2v-5l-4 4h-2v-2l6-6V7a2 2 0 0 0-2-2c-1.105 0-1.99 1.085-2.92 1.683A1.99 1.99 0 0 1 13 7h-2a1.99 1.99 0 0 1-1.08-.317C8.99 6.085 8.104 5 7 5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m0 0h2a2 2 0 0 1 2 2v1M8 10.5h6.5m-6.5 3h3m6.62-1.979 1.98 1.98m-6.6 4.62h1.98l5.61-5.61a1.4 1.4 0 1 0-1.98-1.98L13 16.141v1.98Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        quote2
                        <code>[[svg_collection:quote2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quote2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quote2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M11 2.25a2.75 2.75 0 0 0-2.646 2H7A2.75 2.75 0 0 0 4.25 7v12A2.75 2.75 0 0 0 7 21.75h10A2.75 2.75 0 0 0 19.75 19V7A2.75 2.75 0 0 0 17 4.25h-1.354a2.751 2.751 0 0 0-2.646-2h-2Zm0 1.5a1.25 1.25 0 1 0 0 2.5h2a1.25 1.25 0 1 0 0-2.5h-2Zm4.53 8.78a.75.75 0 1 0-1.06-1.06L11 14.94l-1.47-1.47a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l4-4Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quote2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M7 21h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2c-1.105 0-1.99 1.085-2.92 1.683A1.99 1.99 0 0 1 13 7h-2a1.99 1.99 0 0 1-1.08-.317C8.99 6.085 8.104 5 7 5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        quotemark1
                        <code>[[svg_collection:quotemark1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quotemark1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.286 20.24C7.786 18.2 11.5 13.5 11 8 10.75 5.25 8.761 3 6 3 3.239 3 1 5.239 1 8 1 10.761 3.239 13 6 13 6.605 13 7.186 12.892 7.723 12.695 7.723 15.308 4.553 17.968 3 19.5L3.286 20.24ZM15.286 20.24C19.786 18.2 23.5 13.5 23 8 22.75 5.25 20.762 3 18 3 15.239 3 13 5.239 13 8 13 10.761 15.239 13 18 13 18.606 13 19.186 12.892 19.723 12.695 19.723 15.308 16.553 17.968 15 19.5L15.286 20.24Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quotemark1 icon-solid"><path class="solid" fill="currentColor" d="M6 2.25C2.824 2.25.25 4.824.25 8 .25 11.176 2.824 13.75 6 13.75 6.269 13.75 6.533 13.732 6.793 13.696 6.538 14.442 6.03 15.228 5.368 16.022 4.653 16.88 3.844 17.652 3.14 18.323 2.903 18.549 2.678 18.764 2.473 18.966 2.261 19.176 2.193 19.492 2.3 19.77L2.586 20.51C2.661 20.703 2.811 20.856 3.002 20.934 3.193 21.012 3.408 21.008 3.596 20.923 8.309 18.786 12.283 13.827 11.747 7.932 11.47 4.885 9.232 2.25 6 2.25ZM18 2.25C14.824 2.25 12.25 4.824 12.25 8 12.25 11.176 14.824 13.75 18 13.75 18.269 13.75 18.533 13.732 18.793 13.696 18.538 14.442 18.03 15.228 17.368 16.022 16.653 16.88 15.844 17.652 15.14 18.323 14.903 18.549 14.679 18.764 14.473 18.966 14.261 19.176 14.193 19.492 14.301 19.77L14.586 20.51C14.661 20.703 14.811 20.856 15.002 20.934 15.193 21.012 15.408 21.008 15.596 20.923 20.309 18.786 24.283 13.827 23.747 7.932 23.47 4.885 21.233 2.25 18 2.25Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quotemark1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M3.286 20.24C7.786 18.2 11.5 13.5 11 8 10.75 5.25 8.761 3 6 3 3.239 3 1 5.239 1 8 1 10.761 3.239 13 6 13 6.605 13 7.186 12.892 7.723 12.695 7.723 15.308 4.553 17.968 3 19.5L3.286 20.24ZM15.286 20.24C19.786 18.2 23.5 13.5 23 8 22.75 5.25 20.762 3 18 3 15.239 3 13 5.239 13 8 13 10.761 15.239 13 18 13 18.606 13 19.186 12.892 19.723 12.695 19.723 15.308 16.553 17.968 15 19.5L15.286 20.24Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.286 20.24C7.786 18.2 11.5 13.5 11 8 10.75 5.25 8.761 3 6 3 3.239 3 1 5.239 1 8 1 10.761 3.239 13 6 13 6.605 13 7.186 12.892 7.723 12.695 7.723 15.308 4.553 17.968 3 19.5L3.286 20.24ZM15.286 20.24C19.786 18.2 23.5 13.5 23 8 22.75 5.25 20.762 3 18 3 15.239 3 13 5.239 13 8 13 10.761 15.239 13 18 13 18.606 13 19.186 12.892 19.723 12.695 19.723 15.308 16.553 17.968 15 19.5L15.286 20.24Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        quotemark2
                        <code>[[svg_collection:quotemark2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quotemark2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.714 2.76C16.214 4.8 12.5 9.5 13 15 13.25 17.75 15.239 20 18 20 20.761 20 23 17.761 23 15 23 12.239 20.761 10 18 10 17.395 10 16.814 10.108 16.277 10.305 16.277 7.692 19.447 5.032 21 3.5L20.714 2.76ZM8.714 2.76C4.214 4.8.5 9.5 1 15 1.25 17.75 3.239 20 6 20 8.761 20 11 17.761 11 15 11 12.239 8.761 10 6 10 5.395 10 4.814 10.108 4.277 10.305 4.277 7.692 7.447 5.032 9 3.5L8.714 2.76Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quotemark2 icon-solid"><path class="solid" fill="currentColor" d="M18 20.75C21.176 20.75 23.75 18.176 23.75 15 23.75 11.824 21.176 9.25 18 9.25 17.731 9.25 17.467 9.269 17.207 9.304 17.461 8.558 17.97 7.772 18.632 6.978 19.347 6.12 20.156 5.348 20.86 4.677 21.097 4.451 21.321 4.236 21.527 4.034 21.739 3.824 21.807 3.508 21.699 3.23L21.414 2.49C21.339 2.297 21.189 2.144 20.998 2.066 20.807 1.988 20.592 1.992 20.404 2.077 15.691 4.214 11.717 9.173 12.253 15.068 12.53 18.116 14.767 20.75 18 20.75ZM6 20.75C9.175 20.75 11.75 18.176 11.75 15 11.75 11.824 9.175 9.25 6 9.25 5.731 9.25 5.466 9.269 5.207 9.304 5.461 8.558 5.97 7.772 6.632 6.978 7.347 6.12 8.156 5.348 8.86 4.677 9.096 4.451 9.321 4.236 9.527 4.034 9.739 3.824 9.807 3.508 9.699 3.23L9.413 2.49C9.339 2.297 9.189 2.144 8.998 2.066 8.807 1.988 8.592 1.992 8.404 2.077 3.691 4.214-.283 9.173.253 15.068.53 18.116 2.767 20.75 6 20.75Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="quotemark2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M20.714 2.76C16.214 4.8 12.5 9.5 13 15 13.25 17.75 15.239 20 18 20 20.761 20 23 17.761 23 15 23 12.239 20.761 10 18 10 17.395 10 16.814 10.108 16.277 10.305 16.277 7.692 19.447 5.032 21 3.5L20.714 2.76ZM8.714 2.76C4.214 4.8.5 9.5 1 15 1.25 17.75 3.239 20 6 20 8.761 20 11 17.761 11 15 11 12.239 8.761 10 6 10 5.395 10 4.814 10.108 4.277 10.305 4.277 7.692 7.447 5.032 9 3.5L8.714 2.76Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.714 2.76C16.214 4.8 12.5 9.5 13 15 13.25 17.75 15.239 20 18 20 20.761 20 23 17.761 23 15 23 12.239 20.761 10 18 10 17.395 10 16.814 10.108 16.277 10.305 16.277 7.692 19.447 5.032 21 3.5L20.714 2.76ZM8.714 2.76C4.214 4.8.5 9.5 1 15 1.25 17.75 3.239 20 6 20 8.761 20 11 17.761 11 15 11 12.239 8.761 10 6 10 5.395 10 4.814 10.108 4.277 10.305 4.277 7.692 7.447 5.032 9 3.5L8.714 2.76Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        rapidity1
                        <code>[[svg_collection:rapidity1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="rapidity1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M13 5.571c4.418 0 8 3.454 8 7.715C21 17.546 17.418 21 13 21a8.192 8.192 0 0 1-4-1.032m4-14.397a8.191 8.191 0 0 0-4 1.032m4-1.032V3M3 9.429h5.333M3 13.286h2.667M3 17.143h5.333M13 13.286l2.667-2.572M19 7.5l.93-.897M10.333 3H13m0 0h2.667"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="rapidity1 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M10.333 2.25a.75.75 0 1 0 0 1.5h1.917v1.1a8.848 8.848 0 0 0-5.806 2.828h1.89a1.75 1.75 0 1 1 0 3.5H4.521c-.03.118-.06.238-.085.358h1.23a1.75 1.75 0 1 1 0 3.5h-1.23c.026.12.054.239.086.357h3.81a1.75 1.75 0 1 1 0 3.5H6.445a8.745 8.745 0 0 0 2.19 1.73A8.913 8.913 0 0 0 13 21.75a8.91 8.91 0 0 0 5.396-1.801c1.592-1.207 2.743-2.938 3.17-4.931a8.258 8.258 0 0 0-1.854-7.164l.738-.71a.75.75 0 0 0-1.041-1.08l-.774.746a8.881 8.881 0 0 0-4.885-1.96v-1.1h1.916a.75.75 0 0 0 0-1.5h-5.333Zm5.854 9.004a.75.75 0 0 0-1.041-1.08l-2.667 2.572a.75.75 0 0 0 1.042 1.08l2.666-2.572Z" clip-rule="evenodd"/><path class="solid" fill="currentcolor" d="M3 8.678a.75.75 0 1 0 0 1.5h5.333a.75.75 0 0 0 0-1.5H3Zm0 3.858a.75.75 0 0 0 0 1.5h2.667a.75.75 0 0 0 0-1.5H3Zm0 3.857a.75.75 0 1 0 0 1.5h5.333a.75.75 0 0 0 0-1.5H3Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="rapidity1 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M21 13.285C21 17.545 17.418 21 13 21s-8-3.454-8-7.715c0-4.26 3.582-7.715 8-7.715s8 3.454 8 7.715Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M9 6.603a8.191 8.191 0 0 1 4-1.032c4.418 0 8 3.454 8 7.715C21 17.546 17.418 21 13 21a8.192 8.192 0 0 1-4-1.032m4-6.682 2.667-2.572M19 7.5l.93-.897M3 9.43h5.333M3 13.286h2.667M3 17.143h5.333m2-14.143H13m0 0h2.667M13 3v2.5"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        rapidity2
                        <code>[[svg_collection:rapidity2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="rapidity2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.227 18.046a9 9 0 1 1 15.545 0M12 13.505l3.682-2.046M12 4.505v2.454M4.206 9.005l2.126 1.227m11.337 6.545 2.125 1.228m0-9-2.125 1.227M6.332 16.777l-2.126 1.228"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="rapidity2 icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M11.25 3.783A9.712 9.712 0 0 0 5.106 6.61c-.43.43-.811.89-1.144 1.374l2.747 1.6a.75.75 0 0 1-.755 1.296L3.209 9.281a9.78 9.78 0 0 0-.262 7.85c.167.417.678.55 1.052.3l1.916-1.277a.75.75 0 1 1 .833 1.247L4.7 18.767A8.988 8.988 0 0 0 12 22.5a8.988 8.988 0 0 0 7.299-3.733L17.252 17.4a.75.75 0 0 1 .833-1.247L20 17.431c.374.25.885.116 1.052-.301a9.78 9.78 0 0 0-.262-7.85l-2.745 1.599a.75.75 0 0 1-.755-1.296l2.747-1.6a9.805 9.805 0 0 0-1.144-1.374 9.712 9.712 0 0 0-6.144-2.827V6.96a.75.75 0 0 1-1.5 0V3.783Zm4.796 8.332a.75.75 0 0 0-.728-1.312l-3.682 2.046a.75.75 0 0 0 .728 1.311l3.682-2.045Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="rapidity2 icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M21 13.5a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.227 18.046a9 9 0 1 1 15.545 0M12 13.505l3.682-2.046M12 4.505v2.454M4.206 9.005l2.126 1.227m11.337 6.545 2.125 1.228m0-9-2.125 1.227M6.332 16.777l-2.126 1.228"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        restaurant1
                        <code>[[svg_collection:restaurant1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport5 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 21V12M8 12V3M8 12C9.65685 12 11 10.6569 11 9M8 12C6.34315 12 5 10.6569 5 9M5 3V9M5 9C5 10.1046 5.89545 11 7.00002 11H9.00002C10.1046 11 11 10.1046 11 9M11 9V3M18 21V13M18 13V3H17.5C16.3954 3 15 5 15 8.5V13H18Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="restaurant1 icon-solid"><path class="solid" fill="currentColor" d="M5 2.25C5.414 2.25 5.75 2.586 5.75 3V9C5.75 9.69 6.31 10.25 7 10.25H7.25V3C7.25 2.586 7.586 2.25 8 2.25 8.414 2.25 8.75 2.586 8.75 3V10.25H9C9.69 10.25 10.25 9.69 10.25 9V3C10.25 2.586 10.586 2.25 11 2.25 11.414 2.25 11.75 2.586 11.75 3V9C11.75 10.814 10.462 12.328 8.75 12.675V21C8.75 21.414 8.414 21.75 8 21.75 7.586 21.75 7.25 21.414 7.25 21V12.675C5.538 12.328 4.25 10.814 4.25 9V3C4.25 2.586 4.586 2.25 5 2.25ZM17.5 2.25C16.994 2.25 16.534 2.477 16.159 2.795 15.78 3.115 15.447 3.56 15.17 4.092 14.617 5.158 14.25 6.657 14.25 8.5V13C14.25 13.414 14.586 13.75 15 13.75H17.25V21C17.25 21.414 17.586 21.75 18 21.75 18.414 21.75 18.75 21.414 18.75 21V3C18.75 2.586 18.414 2.25 18 2.25H17.5Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="restaurant1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M5 9C5 10.657 6.343 12 8 12 9.657 12 11 10.657 11 9 11 10.105 10.105 11 9 11H7C5.895 11 5 10.105 5 9ZM17.5 3H18V13H15V8.5C15 5 16.395 3 17.5 3Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 21V12M8 12V3M8 12C9.65685 12 11 10.6569 11 9M8 12C6.34315 12 5 10.6569 5 9M5 3V9M5 9C5 10.1046 5.89543 11 7 11H9C10.1046 11 11 10.1046 11 9M11 9V3M18 21V13M18 13V3H17.5C16.3954 3 15 5 15 8.5V13H18Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        returntop
                        <code>[[svg_collection:returntop]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="returntop icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 18h-6a3 3 0 0 1-3-3V5m0 0-5 5m5-5 5 5"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="returntop icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M8.47 4.47a.75.75 0 0 1 1.06 0l5 5a.75.75 0 1 1-1.06 1.06L9.75 6.81V15A2.25 2.25 0 0 0 12 17.25h6a.75.75 0 0 1 0 1.5h-6A3.75 3.75 0 0 1 8.25 15V6.81l-3.72 3.72a.75.75 0 1 1-1.06-1.06l5-5Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="returntop icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m4 10 5-5 5 5H4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 18h-6a3 3 0 0 1-3-3V5m0 0-5 5m5-5 5 5"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        ribbon1
                        <code>[[svg_collection:ribbon1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ribbon1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 4C4 2.89543 4.89543 2 6 2H18C19.1046 2 20 2.89543 20 4V20.1958C20 20.9812 19.136 21.46 18.47 21.0438L12.53 17.3312C12.2057 17.1286 11.7943 17.1286 11.47 17.3312L5.53 21.0438C4.86395 21.46 4 20.9812 4 20.1958V4Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ribbon1 icon-solid"><path class="solid" fill="currentColor" d="M4 4C4 2.89543 4.89543 2 6 2H18C19.1046 2 20 2.89543 20 4V20.1958C20 20.9812 19.136 21.46 18.47 21.0438L12.53 17.3312C12.2057 17.1286 11.7943 17.1286 11.47 17.3312L5.53 21.0438C4.86395 21.46 4 20.9812 4 20.1958V4Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="ribbon1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M4 2H20V22L12 17L4 22V2Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 4C4 2.89543 4.89543 2 6 2H18C19.1046 2 20 2.89543 20 4V20.1958C20 20.9812 19.136 21.46 18.47 21.0438L12.53 17.3312C12.2057 17.1286 11.7943 17.1286 11.47 17.3312L5.53 21.0438C4.86395 21.46 4 20.9812 4 20.1958V4Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        room1
                        <code>[[svg_collection:room1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="room1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.5 11.5V8.5C7.5 7.94772 7.94772 7.5 8.5 7.5H15.5C16.0523 7.5 16.5 7.94772 16.5 8.5V11.5M7.5 11.5H16.5M7.5 11.5H3M16.5 11.5H21M3 11.5V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V11.5M3 11.5C1.89543 11.5 1 12.3954 1 13.5V18M21 11.5C22.1046 11.5 23 12.3954 23 13.5V18M1 21V18M1 18H23M23 18V21"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="room1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M21.75 5V10.8535C22.9043 11.18 23.75 12.2412 23.75 13.5V21C23.75 21.4142 23.4142 21.75 23 21.75C22.5858 21.75 22.25 21.4142 22.25 21V18.75H1.75V21C1.75 21.4142 1.41421 21.75 1 21.75C0.585786 21.75 0.25 21.4142 0.25 21V13.5C0.25 12.2412 1.09575 11.18 2.25 10.8535V5C2.25 3.48122 3.48122 2.25 5 2.25H19C20.5188 2.25 21.75 3.48122 21.75 5ZM22.25 13.5V17.25H1.75V13.5C1.75 12.8096 2.30964 12.25 3 12.25H21C21.6904 12.25 22.25 12.8096 22.25 13.5ZM15.75 8.5V10.75H8.25V8.5C8.25 8.36193 8.36193 8.25 8.5 8.25H15.5C15.6381 8.25 15.75 8.36193 15.75 8.5Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="room1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M7.5 11.5V8.5C7.5 7.94772 7.94772 7.5 8.5 7.5H15.5C16.0523 7.5 16.5 7.94772 16.5 8.5V11.5H21V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V11.5H7.5Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.5 11.5V8.5C7.5 7.94772 7.94772 7.5 8.5 7.5H15.5C16.0523 7.5 16.5 7.94772 16.5 8.5V11.5M7.5 11.5H16.5M7.5 11.5H3M16.5 11.5H21M3 11.5V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V11.5M3 11.5C1.89543 11.5 1 12.3954 1 13.5V18M21 11.5C22.1046 11.5 23 12.3954 23 13.5V18M1 21V18M1 18H23M23 18V21"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        roundeddown
                        <code>[[svg_collection:roundeddown]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundeddown icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5 15.5 4 4m0 0 4-4m-4 4v-10a5 5 0 0 1 10 0v6"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundeddown icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M14 5.25A4.25 4.25 0 0 0 9.75 9.5v8.19l2.72-2.72a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06l2.72 2.72V9.5a5.75 5.75 0 0 1 11.5 0v6a.75.75 0 0 1-1.5 0v-6A4.25 4.25 0 0 0 14 5.25Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundeddown icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m9 19.5-4-4h8l-4 4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5 15.5 4 4m0 0 4-4m-4 4v-10a5 5 0 0 1 10 0v6"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        roundedleft
                        <code>[[svg_collection:roundedleft]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundedleft icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 4 4 8m0 0 4 4M4 8h10a5 5 0 0 1 0 10H8"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false"  xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundedleft icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M8.53 3.47a.75.75 0 0 1 0 1.06L5.81 7.25H14a5.75 5.75 0 0 1 0 11.5H8a.75.75 0 0 1 0-1.5h6a4.25 4.25 0 0 0 0-8.5H5.81l2.72 2.72a.75.75 0 1 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundedleft icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m4 8 4-4v8L4 8Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 4 4 8m0 0 4 4M4 8h10a5 5 0 0 1 0 10H8"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        roundedright
                        <code>[[svg_collection:roundedright]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundedright icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15 20 4-4m0 0-4-4m4 4H9A5 5 0 0 1 9 6h6"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundedright icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M3.25 11A5.75 5.75 0 0 1 9 5.25h6a.75.75 0 0 1 0 1.5H9a4.25 4.25 0 0 0 0 8.5h8.19l-2.72-2.72a.75.75 0 1 1 1.06-1.06l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06l2.72-2.72H9A5.75 5.75 0 0 1 3.25 11Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundedright icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m19 16-4 4v-8l4 4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15 20 4-4m0 0-4-4m4 4H9A5 5 0 0 1 9 6h6"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        roundedtop
                        <code>[[svg_collection:roundedtop]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundedtop icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20 8.5-4-4m0 0-4 4m4-4v10a5 5 0 0 1-10 0v-6"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundedtop icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M15.47 3.97a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-1.06 1.06l-2.72-2.72v8.19a5.75 5.75 0 0 1-11.5 0v-6a.75.75 0 0 1 1.5 0v6a4.25 4.25 0 0 0 8.5 0V6.31l-2.72 2.72a.75.75 0 1 1-1.06-1.06l4-4Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="roundedtop icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="m16 4.5 4 4h-8l4-4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20 8.5-4-4m0 0-4 4m4-4v10a5 5 0 0 1-10 0v-6"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        settings
                        <code>[[svg_collection:settings]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="settings icon-outline"><path class="outline" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.723 1.723 0 0 0-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065ZM15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="settings icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M13.675 4.317c-.426-1.756-2.924-1.756-3.35 0a1.723 1.723 0 0 1-2.572 1.065c-1.544-.94-3.31.827-2.37 2.37a1.724 1.724 0 0 1-1.066 2.573c-1.756.426-1.756 2.924 0 3.35a1.725 1.725 0 0 1 1.065 2.572c-.94 1.544.827 3.31 2.37 2.37a1.724 1.724 0 0 1 2.573 1.066c.426 1.756 2.924 1.756 3.35 0a1.725 1.725 0 0 1 2.572-1.065c1.544.94 3.31-.827 2.37-2.37a1.725 1.725 0 0 1 1.066-2.573c1.756-.426 1.756-2.924 0-3.35a1.724 1.724 0 0 1-1.065-2.572c.94-1.544-.827-3.31-2.37-2.37a1.724 1.724 0 0 1-2.573-1.066ZM15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="settings icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" fill-rule="evenodd" clip-rule="evenodd" d="M13.675 4.317c-.426-1.756-2.924-1.756-3.35 0a1.723 1.723 0 0 1-2.572 1.065c-1.544-.94-3.31.827-2.37 2.37a1.724 1.724 0 0 1-1.066 2.573c-1.756.426-1.756 2.924 0 3.35a1.725 1.725 0 0 1 1.065 2.572c-.94 1.544.827 3.31 2.37 2.37a1.724 1.724 0 0 1 2.573 1.066c.426 1.756 2.924 1.756 3.35 0a1.725 1.725 0 0 1 2.572-1.065c1.544.94 3.31-.827 2.37-2.37a1.725 1.725 0 0 1 1.066-2.573c1.756-.426 1.756-2.924 0-3.35a1.724 1.724 0 0 1-1.065-2.572c.94-1.544-.827-3.31-2.37-2.37a1.724 1.724 0 0 1-2.573-1.066ZM15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.675 4.317c-.426-1.756-2.924-1.756-3.35 0a1.723 1.723 0 0 1-2.572 1.065c-1.544-.94-3.31.827-2.37 2.37a1.724 1.724 0 0 1-1.066 2.573c-1.756.426-1.756 2.924 0 3.35a1.725 1.725 0 0 1 1.065 2.572c-.94 1.544.827 3.31 2.37 2.37a1.724 1.724 0 0 1 2.573 1.066c.426 1.756 2.924 1.756 3.35 0a1.725 1.725 0 0 1 2.572-1.065c1.544.94 3.31-.827 2.37-2.37a1.725 1.725 0 0 1 1.066-2.573c1.756-.426 1.756-2.924 0-3.35a1.724 1.724 0 0 1-1.065-2.572c.94-1.544-.827-3.31-2.37-2.37a1.724 1.724 0 0 1-2.573-1.066ZM15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        smartphone
                        <code>[[svg_collection:smartphone]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="smartphone icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.09 3H7.91c-.905 0-1.637.733-1.637 1.636v14.728c0 .903.732 1.636 1.636 1.636h8.182c.904 0 1.636-.733 1.636-1.636V4.636c0-.903-.732-1.636-1.636-1.636Z M12 18.364a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="smartphone icon-solid"><path class="solid" fill="currentcolor" fill-rule="evenodd" d="M16.09 3H7.91c-.905 0-1.637.733-1.637 1.636v14.728c0 .903.732 1.636 1.636 1.636h8.182c.904 0 1.636-.733 1.636-1.636V4.636c0-.903-.732-1.636-1.636-1.636ZM11 17.905a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="smartphone icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" fill-rule="evenodd" d="M7.91 3h8.18c.905 0 1.637.733 1.637 1.636v14.728c0 .903-.732 1.636-1.636 1.636H7.909a1.636 1.636 0 0 1-1.636-1.636V4.636C6.273 3.733 7.005 3 7.909 3ZM12 16.614a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.09 3H7.91c-.905 0-1.637.733-1.637 1.636v14.728c0 .903.732 1.636 1.636 1.636h8.182c.904 0 1.636-.733 1.636-1.636V4.636c0-.903-.732-1.636-1.636-1.636Z M12 18.364a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        smoke1
                        <code>[[svg_collection:smoke1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="smoke1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 16.0719H3V18.6619H21M21 16.0719V18.6619M21 16.0719H18.2158V18.6619H21M18.2158 13.2878H16.7752C16.0332 13.2878 15.4317 12.6781 15.4317 11.9361C15.4317 11.203 14.8374 10.6007 14.1043 10.6007C13.3712 10.6007 12.777 10.0065 12.777 9.27338V7.84892M12.777 5H14.8813C16.0435 5 16.9856 5.94213 16.9856 7.10432V7.20144C16.9856 8.30998 17.8843 9.20863 18.9928 9.20863C20.1013 9.20863 21 10.1073 21 11.2158V13.223"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="smoke1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M12.027 5C12.027 4.58579 12.3628 4.25 12.777 4.25H14.8813C16.4577 4.25 17.7356 5.52792 17.7356 7.10432V7.20144C17.7356 7.89577 18.2985 8.45863 18.9928 8.45863C20.5156 8.45863 21.75 9.69307 21.75 11.2158V13.223C21.75 13.6372 21.4142 13.973 21 13.973C20.5858 13.973 20.25 13.6372 20.25 13.223V11.2158C20.25 10.5215 19.6871 9.95863 18.9928 9.95863C17.47 9.95863 16.2356 8.7242 16.2356 7.20144V7.10432C16.2356 6.35635 15.6293 5.75 14.8813 5.75H12.777C12.3628 5.75 12.027 5.41421 12.027 5ZM12.777 7.09892C13.1912 7.09892 13.527 7.43471 13.527 7.84892V9.27338C13.527 9.59224 13.7855 9.85072 14.1043 9.85072C15.2575 9.85072 16.1817 10.7947 16.1817 11.9361C16.1817 12.2698 16.4533 12.5378 16.7752 12.5378H18.2158C18.63 12.5378 18.9658 12.8736 18.9658 13.2878C18.9658 13.702 18.63 14.0378 18.2158 14.0378H16.7752C15.6131 14.0378 14.6817 13.0864 14.6817 11.9361C14.6817 11.6113 14.4173 11.3507 14.1043 11.3507C12.957 11.3507 12.027 10.4207 12.027 9.27338V7.84892C12.027 7.43471 12.3628 7.09892 12.777 7.09892ZM2.25 16.0719C2.25 15.6577 2.58579 15.3219 3 15.3219H21C21.4142 15.3219 21.75 15.6577 21.75 16.0719V18.6619C21.75 19.0761 21.4142 19.4119 21 19.4119H3C2.58579 19.4119 2.25 19.0761 2.25 18.6619V16.0719ZM17.4658 16.8219V17.9119H3.75V16.8219H17.4658Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="smoke1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M18.2158 16.0719H21V18.6618H18.2158V16.0719Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 16.0719H3V18.6619H21M21 16.0719V18.6619M21 16.0719H18.2158V18.6619H21M18.2158 13.2878H16.7752C16.0332 13.2878 15.4317 12.6781 15.4317 11.9361C15.4317 11.203 14.8374 10.6007 14.1043 10.6007C13.3712 10.6007 12.777 10.0065 12.777 9.27338V7.84892M12.777 5H14.8813C16.0435 5 16.9856 5.94213 16.9856 7.10432V7.20144C16.9856 8.30998 17.8843 9.20863 18.9928 9.20863C20.1013 9.20863 21 10.1073 21 11.2158V13.223"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        smoke2
                        <code>[[svg_collection:smoke2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="smoke2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 13.0719V15.6618M21 13.0719H14.5M21 13.0719H18.2158V15.6618H21M21 15.6618H17M13.5 15.6618H3V13.0719H11M18.2158 10.4388H16.7752C16.0332 10.4388 15.4317 9.82919 15.4317 9.08718C15.4317 8.35411 14.8374 7.7518 14.1043 7.7518C13.3712 7.7518 12.777 7.15753 12.777 6.42446V5M12.777 2H14.8813C16.0435 2 16.9856 2.94213 16.9856 4.10432V4.20144C16.9856 5.30998 17.8843 6.20863 18.9928 6.20863C20.1013 6.20863 21 7.10728 21 8.21583V10.223M3 5L20 22"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="smoke2 icon-solid"><path class="solid" fill="currentColor" d="M12.777 1.25C12.3628 1.25 12.027 1.58579 12.027 2C12.027 2.41421 12.3628 2.75 12.777 2.75H14.8813C15.6293 2.75 16.2356 3.35635 16.2356 4.10432V4.20144C16.2356 5.72419 17.47 6.95863 18.9928 6.95863C19.6871 6.95863 20.25 7.5215 20.25 8.21583V10.223C20.25 10.6372 20.5858 10.973 21 10.973C21.4142 10.973 21.75 10.6372 21.75 10.223V8.21583C21.75 6.69307 20.5156 5.45863 18.9928 5.45863C18.2985 5.45863 17.7356 4.89577 17.7356 4.20144V4.10432C17.7356 2.52792 16.4577 1.25 14.8813 1.25H12.777Z M3.53033 4.46967C3.23744 4.17678 2.76256 4.17678 2.46967 4.46967C2.17678 4.76256 2.17678 5.23744 2.46967 5.53033L9.26124 12.3219H3C2.58579 12.3219 2.25 12.6577 2.25 13.0719V15.6618C2.25 16.076 2.58579 16.4118 3 16.4118H13.3512L19.4697 22.5303C19.7626 22.8232 20.2374 22.8232 20.5303 22.5303C20.8232 22.2374 20.8232 21.7626 20.5303 21.4697L3.53033 4.46967ZM3.75 13.8219H10.7612L11.8512 14.9118H3.75V13.8219Z M13.527 5C13.527 4.586 13.191 4.25 12.777 4.25 12.363 4.25 12.027 4.586 12.027 5V6.424C12.027 7.572 12.957 8.502 14.104 8.502 14.417 8.502 14.682 8.762 14.682 9.087 14.682 10.238 15.613 11.189 16.775 11.189H18.216C18.63 11.189 18.966 10.853 18.966 10.439 18.966 10.025 18.63 9.689 18.216 9.689H16.775C16.453 9.689 16.182 9.421 16.182 9.087 16.182 7.946 15.258 7.002 14.104 7.002 13.786 7.002 13.527 6.743 13.527 6.424V5ZM14.5 12.322C14.086 12.322 13.75 12.658 13.75 13.072 13.75 13.486 14.086 13.822 14.5 13.822H17.466V14.912H17C16.586 14.912 16.25 15.248 16.25 15.662 16.25 16.076 16.586 16.412 17 16.412H21C21.414 16.412 21.75 16.076 21.75 15.662V13.072C21.75 12.658 21.414 12.322 21 12.322H14.5Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="smoke2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M18.2158 13.0719H21V15.6618H18.2158V13.0719Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 13.0719V15.6618M21 13.0719H14.5M21 13.0719H18.2158V15.6618H21M21 15.6618H17M13.5 15.6618H3V13.0719H11M18.2158 10.4388H16.7752C16.0332 10.4388 15.4317 9.82919 15.4317 9.08718C15.4317 8.35411 14.8374 7.7518 14.1043 7.7518C13.3712 7.7518 12.777 7.15753 12.777 6.42446V5M12.777 2H14.8813C16.0435 2 16.9856 2.94213 16.9856 4.10432V4.20144C16.9856 5.30998 17.8843 6.20863 18.9928 6.20863C20.1013 6.20863 21 7.10728 21 8.21583V10.223M3 5L20 22"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        spa1
                        <code>[[svg_collection:spa1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="spa1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.08691 11C8.67151 7.60771 11.9998 5 11.9998 5C11.9998 5 15.3281 7.60771 15.9126 11M11.9998 18.9999C11.9998 18.9999 12.5225 14.6942 10.1891 12.3608C7.85579 10.0275 3.55003 10.5502 3.55003 10.5502C3.55003 10.5502 3.02736 14.8559 5.36069 17.1892C7.69403 19.5226 11.9998 18.9999 11.9998 18.9999ZM11.9998 18.9999C11.9998 18.9999 11.4771 14.6942 13.8105 12.3608C16.1438 10.0275 20.4496 10.5502 20.4496 10.5502C20.4496 10.5502 20.9722 14.8559 18.6389 17.1892C16.3056 19.5226 11.9998 18.9999 11.9998 18.9999Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="spa1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M12.4623 4.40963L12.4642 4.4111L12.4673 4.41353L12.477 4.42127L12.5103 4.44809C12.5385 4.47096 12.5783 4.50374 12.6282 4.54601C12.7281 4.63049 12.869 4.75309 13.0386 4.91023C13.3773 5.22394 13.8342 5.67839 14.3109 6.24508C15.1223 7.20954 16.0312 8.5463 16.4754 10.1031C16.9787 9.97198 17.469 9.88839 17.9174 9.83563C18.6459 9.74989 19.2946 9.74194 19.7617 9.75525C19.9958 9.76192 20.1859 9.77399 20.3195 9.78462C20.3863 9.78994 20.4391 9.79491 20.4764 9.79869L20.5204 9.80336L20.5333 9.80483L20.5374 9.80532L20.5399 9.80562C20.5399 9.80562 20.4848 10.2594 20.4496 10.5502C21.1941 10.4598 21.1942 10.4608 21.1942 10.4608L21.1944 10.4623L21.1949 10.4664L21.1963 10.4793L21.201 10.5234C21.2048 10.5606 21.2098 10.6134 21.2151 10.6802C21.2257 10.8138 21.2378 11.0039 21.2445 11.238C21.2578 11.7051 21.2498 12.3538 21.1641 13.0824C20.9955 14.5153 20.5119 16.3769 19.1692 17.7196C17.8265 19.0623 15.9649 19.5458 14.532 19.7144C13.8034 19.8002 13.1547 19.8081 12.6877 19.7948C12.4535 19.7881 12.2634 19.7761 12.1298 19.7654C12.0777 19.7613 12.0341 19.7574 11.9998 19.754C11.9655 19.7574 11.9219 19.7613 11.8697 19.7654C11.7362 19.7761 11.5461 19.7881 11.3119 19.7948C10.8449 19.8081 10.1961 19.8002 9.46759 19.7144C8.03464 19.5458 6.17309 19.0623 4.83036 17.7196C3.48764 16.3769 3.00413 14.5153 2.8355 13.0824C2.74977 12.3538 2.74182 11.7051 2.75513 11.238C2.7618 11.0039 2.77386 10.8138 2.7845 10.6802C2.78982 10.6134 2.79479 10.5606 2.79857 10.5234L2.80324 10.4793L2.80471 10.4664L2.80519 10.4623L2.8055 10.4598C2.84708 10.1172 3.11707 9.84721 3.45966 9.80562L3.46073 9.80549L3.46219 9.80532L3.46631 9.80483L3.47922 9.80336L3.52323 9.79869C3.56046 9.79491 3.61326 9.78994 3.68009 9.78462C3.81367 9.77399 4.00377 9.76192 4.2379 9.75525C4.70495 9.74194 5.35367 9.74989 6.08223 9.83563C6.53058 9.88839 7.02088 9.97197 7.52412 10.1031C7.96839 8.5463 8.8773 7.20954 9.68864 6.24508C10.1654 5.67839 10.6223 5.22394 10.9609 4.91023C11.1306 4.75309 11.2714 4.63049 11.3713 4.54601C11.4213 4.50374 11.4611 4.47096 11.4892 4.44809L11.5225 4.42127L11.5323 4.41353L11.5354 4.4111L11.5372 4.40963C11.8035 4.20098 12.1885 4.19509 12.4623 4.40963ZM13.1631 7.2107C13.9301 8.12251 14.7085 9.30447 15.0585 10.6067C14.4236 10.9026 13.8113 11.2993 13.2801 11.8305C12.7144 12.3962 12.3012 13.0541 11.9998 13.7332C11.6984 13.0541 11.2852 12.3962 10.7195 11.8305C10.1883 11.2993 9.57594 10.9026 8.94104 10.6067C9.29102 9.30446 10.0695 8.1225 10.8365 7.2107C11.2649 6.70143 11.6766 6.29193 11.9803 6.01069L11.9998 5.99265L12.0193 6.01069C12.3229 6.29193 12.7346 6.70143 13.1631 7.2107Z M20.45 10.55C20.54 9.806 20.54 9.806 20.54 9.806 20.883 9.847 21.153 10.117 21.194 10.46 21.194 10.46 20.74 10.515 20.45 10.55ZM12.462 4.41C12.189 4.195 11.804 4.201 11.537 4.41 11.809 4.197 12.191 4.197 12.462 4.41Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="spa1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M11.9998 16.8454C12.1298 15.4283 12.56 13.6113 13.8105 12.3608C16.1438 10.0275 20.4496 10.5502 20.4496 10.5502C20.4496 10.5502 20.9722 14.8559 18.6389 17.1892C16.3056 19.5226 11.9998 18.9999 11.9998 18.9999C11.9998 18.9999 7.69403 19.5226 5.36069 17.1892C3.02736 14.8559 3.55003 10.5502 3.55003 10.5502C3.55003 10.5502 7.85579 10.0275 10.1891 12.3608C11.4396 13.6113 11.8698 15.4283 11.9998 16.8454Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.08691 11C8.67151 7.60771 11.9998 5 11.9998 5C11.9998 5 15.3281 7.60771 15.9126 11M11.9998 18.9999C11.9998 18.9999 12.5225 14.6942 10.1891 12.3608C7.85579 10.0275 3.55003 10.5502 3.55003 10.5502C3.55003 10.5502 3.02736 14.8559 5.36069 17.1892C7.69403 19.5226 11.9998 18.9999 11.9998 18.9999ZM11.9998 18.9999C11.9998 18.9999 11.4771 14.6942 13.8105 12.3608C16.1438 10.0275 20.4496 10.5502 20.4496 10.5502C20.4496 10.5502 20.9722 14.8559 18.6389 17.1892C16.3056 19.5226 11.9998 18.9999 11.9998 18.9999Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        spa2
                        <code>[[svg_collection:spa2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="spa2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.0431 11.3184C21.5196 9.23484 21.5196 6.10947 19.7506 4.02589C17.9817 1.94231 14.7976 1.24778 12.3211 2.9841C9.84464 4.72041 2.78119 9.5821 1.97976 11.3184M1.97976 11.3184C1.36146 12.2089 1 13.2849 1 14.4438C1 17.5124 3.53432 20 6.66057 20C7.65559 20 8.59066 19.748 9.40312 19.3055C10.6916 18.5825 12.2066 17.2847 13.0475 16.5M1.97976 11.3184C2.99865 9.85104 4.71498 8.88757 6.66057 8.88757C9.00526 8.88757 10.906 10.7533 10.906 13.0547C10.906 15.3562 9.00526 17.2219 6.66057 17.2219C5.09745 17.2219 3.83029 15.9781 3.83029 14.4438C3.83029 12.9095 5.09745 11.6657 6.66057 11.6657C7.44213 11.6657 8.07571 12.2876 8.07571 13.0547C8.07571 13.8219 7.44213 14.4438 6.66057 14.4438C6.34269 14.4438 6.04929 14.3409 5.81305 14.1672M19.0216 13.7355C19.0334 13.6027 19.0396 13.4669 19.0396 13.3289C19.0396 11.7565 18.2429 10.4819 17.2602 10.4819C16.2775 10.4819 15.4808 11.7565 15.4808 13.3289C15.4808 13.4484 15.4854 13.5661 15.4944 13.6817C15.3427 13.6127 15.1834 13.5507 15.0177 13.4969C13.5223 13.011 12.0639 13.3748 11.7602 14.3094C11.4565 15.244 12.4226 16.3955 13.918 16.8814C14.0506 16.9245 14.183 16.9609 14.3143 16.9909C14.0579 17.2064 13.8136 17.4671 13.5955 17.7673C12.6713 19.0394 12.5666 20.5389 13.3616 21.1165C14.1567 21.6941 15.5504 21.1312 16.4746 19.8591C16.8274 19.3735 17.0608 18.8547 17.1703 18.3668C17.2798 18.8548 17.5132 19.3735 17.866 19.8592C18.7902 21.1312 20.1839 21.6942 20.979 21.1166C21.774 20.5389 21.6693 19.0395 20.7451 17.7674C20.5425 17.4886 20.3174 17.2438 20.0809 17.0377C20.2883 17.0022 20.4996 16.9504 20.7117 16.8815C22.2071 16.3956 23.1732 15.244 22.8695 14.3094C22.5658 13.3748 21.1074 13.011 19.612 13.4969C19.4043 13.5644 19.2068 13.6447 19.0216 13.7355ZM18.3278 15.82C18.3278 16.4096 17.8498 16.8876 17.2602 16.8876C16.6706 16.8876 16.1926 16.4096 16.1926 15.82C16.1926 15.2304 16.6706 14.7524 17.2602 14.7524C17.8498 14.7524 18.3278 15.2304 18.3278 15.82Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="spa2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M20.3224 3.54053C18.3335 1.19783 14.7217 0.385079 11.8906 2.37004C11.7403 2.47541 11.5727 2.59259 11.3902 2.72016C10.076 3.63888 7.99177 5.09598 6.06918 6.55366C4.97496 7.38327 3.92121 8.22197 3.08568 8.96866C2.6682 9.34174 2.29602 9.69998 1.99739 10.0289C1.72798 10.3256 1.48252 10.6368 1.32966 10.9402C0.648256 11.9418 0.25 13.1477 0.25 14.4438C0.25 17.9398 3.13333 20.75 6.66057 20.75C7.78354 20.75 8.84164 20.4654 9.76186 19.9642L9.77013 19.9596C10.7372 19.4169 11.8032 18.5852 12.6455 17.8641C12.3206 18.4484 12.1265 19.066 12.0857 19.6501C12.033 20.4049 12.2386 21.2276 12.9208 21.7233C13.603 22.219 14.4491 22.1602 15.1506 21.8769C15.8636 21.5889 16.5498 21.0316 17.0814 20.3C17.1117 20.2582 17.1414 20.2162 17.1703 20.1738C17.1992 20.2162 17.2289 20.2583 17.2592 20.3001C17.7908 21.0316 18.477 21.5889 19.19 21.877C19.8915 22.1603 20.7376 22.219 21.4198 21.7234C22.102 21.2277 22.3076 20.4049 22.2549 19.6502C22.2035 18.9142 21.9088 18.1251 21.4156 17.4163C22.074 17.1307 22.6386 16.7241 23.0398 16.2458C23.5261 15.6662 23.8434 14.8797 23.5828 14.0777C23.3222 13.2757 22.6032 12.8259 21.8691 12.6428C21.2295 12.4833 20.4896 12.4954 19.7496 12.6781C19.714 12.3913 19.6549 12.114 19.5741 11.8515C22.3375 9.48552 22.3339 5.90986 20.3224 3.54053ZM18.8377 10.4951C20.6978 8.70517 20.6251 6.21478 19.1789 4.51133C17.63 2.68687 14.8736 2.11057 12.7517 3.59824C12.5997 3.70484 12.4308 3.8229 12.2475 3.95103C10.9314 4.87116 8.87284 6.31036 6.97542 7.74895C6.80278 7.87984 6.63177 8.01051 6.46305 8.14056C6.52865 8.1386 6.5945 8.13762 6.66057 8.13762C9.40625 8.13762 11.656 10.326 11.656 13.0548C11.656 13.0988 11.6554 13.1426 11.6543 13.1863C11.9721 12.9183 12.3641 12.7417 12.7606 12.6428C13.3696 12.4909 14.0696 12.4946 14.774 12.6531C14.8579 12.0044 15.0618 11.405 15.366 10.9183C15.767 10.2767 16.4169 9.73193 17.2602 9.73193C17.9088 9.73193 18.4431 10.0543 18.8377 10.4951ZM11.0749 15.3596C10.2336 16.9174 8.56656 17.9719 6.66057 17.9719C4.69645 17.9719 3.08029 16.4054 3.08029 14.4438C3.08029 12.4822 4.69645 10.9157 6.66057 10.9157C7.84313 10.9157 8.82571 11.8603 8.82571 13.0548C8.82571 14.2492 7.84313 15.1938 6.66057 15.1938C6.17859 15.1938 5.73033 15.0373 5.3688 14.7715C5.03507 14.5262 4.96342 14.0568 5.20877 13.723C5.45412 13.3893 5.92356 13.3176 6.25729 13.563C6.36826 13.6446 6.5068 13.6938 6.66057 13.6938C7.04114 13.6938 7.32571 13.3946 7.32571 13.0548C7.32571 12.7149 7.04114 12.4157 6.66057 12.4157C5.49844 12.4157 4.58029 13.3368 4.58029 14.4438C4.58029 15.5508 5.49844 16.4719 6.66057 16.4719C8.60426 16.4719 10.156 14.9289 10.156 13.0548C10.156 11.1806 8.60426 9.63762 6.66057 9.63762C4.96733 9.63762 3.47835 10.4752 2.59581 11.7462C2.06138 12.5159 1.75 13.4436 1.75 14.4438C1.75 17.0851 3.93532 19.25 6.66057 19.25C7.52601 19.25 8.33658 19.0315 9.04036 18.6491C9.96913 18.1272 11.0481 17.2689 11.8746 16.5476C11.7724 16.4507 11.6773 16.35 11.5899 16.2458C11.3721 15.9862 11.1882 15.685 11.0749 15.3596ZM17.2602 16.8877C17.8498 16.8877 18.3278 16.4097 18.3278 15.8201C18.3278 15.2304 17.8498 14.7524 17.2602 14.7524C16.6706 14.7524 16.1926 15.2304 16.1926 15.8201C16.1926 16.4097 16.6706 16.8877 17.2602 16.8877Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="spa2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" fill-rule="evenodd" d="M17.2602 9.73193C16.4169 9.73193 15.767 10.2767 15.366 10.9183C15.0618 11.405 14.8579 12.0044 14.774 12.6531C14.0696 12.4946 13.3696 12.4909 12.7606 12.6428C12.0265 12.8259 11.3075 13.2757 11.0469 14.0777C10.7863 14.8797 11.1036 15.6662 11.5899 16.2458C11.9462 16.6705 12.4313 17.0387 12.9966 17.3158L12.9888 17.3266C12.4572 18.0581 12.1393 18.883 12.0857 19.6501C12.033 20.4049 12.2386 21.2276 12.9208 21.7233C13.603 22.219 14.4491 22.1602 15.1506 21.8769C15.8636 21.5889 16.5498 21.0316 17.0814 20.3C17.1117 20.2582 17.1414 20.2162 17.1703 20.1738C17.1992 20.2162 17.2289 20.2583 17.2592 20.3001C17.7908 21.0316 18.477 21.5889 19.19 21.877C19.8915 22.1603 20.7376 22.219 21.4198 21.7234C22.102 21.2277 22.3076 20.4049 22.2549 19.6502C22.2035 18.9142 21.9088 18.1251 21.4156 17.4163C22.074 17.1307 22.6386 16.7241 23.0398 16.2458C23.5261 15.6662 23.8434 14.8797 23.5828 14.0777C23.3222 13.2757 22.6032 12.8259 21.8691 12.6428C21.2295 12.4833 20.4896 12.4954 19.7496 12.6781C19.6678 12.0198 19.4625 11.4113 19.1544 10.9183C18.7534 10.2767 18.1035 9.73193 17.2602 9.73193ZM18.3278 15.8201C18.3278 16.4097 17.8498 16.8877 17.2602 16.8877C16.6706 16.8877 16.1926 16.4097 16.1926 15.8201C16.1926 15.2304 16.6706 14.7524 17.2602 14.7524C17.8498 14.7524 18.3278 15.2304 18.3278 15.8201Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.0431 11.3184C21.5196 9.23484 21.5196 6.10947 19.7506 4.02589C17.9817 1.94231 14.7976 1.24778 12.3211 2.9841C9.84464 4.72041 2.78119 9.5821 1.97976 11.3184M1.97976 11.3184C1.36146 12.2089 1 13.2849 1 14.4438C1 17.5124 3.53432 20 6.66057 20C7.65559 20 8.59066 19.748 9.40312 19.3055C10.6916 18.5825 12.2066 17.2847 13.0475 16.5M1.97976 11.3184C2.99865 9.85104 4.71498 8.88757 6.66057 8.88757C9.00526 8.88757 10.906 10.7533 10.906 13.0547C10.906 15.3562 9.00526 17.2219 6.66057 17.2219C5.09745 17.2219 3.83029 15.9781 3.83029 14.4438C3.83029 12.9095 5.09745 11.6657 6.66057 11.6657C7.44213 11.6657 8.07571 12.2876 8.07571 13.0547C8.07571 13.8219 7.44213 14.4438 6.66057 14.4438C6.34269 14.4438 6.04929 14.3409 5.81305 14.1672M19.0216 13.7355C19.0334 13.6027 19.0396 13.467 19.0396 13.3289C19.0396 11.7566 18.2429 10.4819 17.2602 10.4819C16.2775 10.4819 15.4808 11.7566 15.4808 13.3289C15.4808 13.4484 15.4854 13.5662 15.4944 13.6818C15.3427 13.6128 15.1834 13.5508 15.0177 13.4969C13.5223 13.011 12.0639 13.3748 11.7602 14.3094C11.4565 15.2441 12.4226 16.3956 13.918 16.8815C14.0507 16.9246 14.183 16.961 14.3143 16.9909C14.0579 17.2065 13.8136 17.4672 13.5955 17.7674C12.6713 19.0394 12.5666 20.5389 13.3616 21.1165C14.1567 21.6942 15.5504 21.1312 16.4746 19.8592C16.8274 19.3735 17.0608 18.8548 17.1703 18.3668C17.2798 18.8548 17.5132 19.3736 17.866 19.8592C18.7902 21.1313 20.1839 21.6942 20.979 21.1166C21.774 20.539 21.6693 19.0395 20.7451 17.7674C20.5425 17.4886 20.3174 17.2439 20.081 17.0377C20.2883 17.0022 20.4996 16.9504 20.7117 16.8815C22.2071 16.3956 23.1732 15.2441 22.8695 14.3095C22.5658 13.3748 21.1074 13.0111 19.612 13.4969C19.4043 13.5644 19.2068 13.6447 19.0216 13.7355ZM18.3278 15.82C18.3278 16.4097 17.8498 16.8877 17.2602 16.8877C16.6706 16.8877 16.1926 16.4097 16.1926 15.82C16.1926 15.2304 16.6706 14.7524 17.2602 14.7524C17.8498 14.7524 18.3278 15.2304 18.3278 15.82Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        star1
                        <code>[[svg_collection:star1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="qustar1ality4 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.0935 1.54667C11.4781 0.817777 12.5219 0.817778 12.9065 1.54667L15.6416 6.73062C15.7899 7.01171 16.0602 7.2081 16.3734 7.26228L22.1488 8.26158C22.9608 8.40208 23.2834 9.39489 22.7091 9.98587L18.624 14.189C18.4025 14.4169 18.2993 14.7347 18.3445 15.0493L19.1788 20.8508C19.2961 21.6666 18.4516 22.2801 17.712 21.9165L12.4523 19.3302C12.1671 19.19 11.8329 19.19 11.5477 19.3302L6.28796 21.9165C5.5484 22.2801 4.70387 21.6665 4.82118 20.8508L5.6555 15.0493C5.70074 14.7347 5.59749 14.4169 5.37599 14.189L1.29095 9.98587C0.716569 9.39489 1.03915 8.40208 1.85121 8.26158L7.62663 7.26228C7.93979 7.2081 8.21009 7.01171 8.3584 6.73062L11.0935 1.54667Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="star1 icon-solid"><path class="solid" fill="currentColor" d="M11.0935 1.54667C11.4781 0.817777 12.5219 0.817778 12.9065 1.54667L15.6416 6.73062C15.7899 7.01171 16.0602 7.2081 16.3734 7.26228L22.1488 8.26158C22.9608 8.40208 23.2834 9.39489 22.7091 9.98587L18.624 14.189C18.4025 14.4169 18.2993 14.7347 18.3445 15.0493L19.1788 20.8508C19.2961 21.6666 18.4516 22.2801 17.712 21.9165L12.4523 19.3302C12.1671 19.19 11.8329 19.19 11.5477 19.3302L6.28796 21.9165C5.5484 22.2801 4.70387 21.6665 4.82118 20.8508L5.6555 15.0493C5.70074 14.7347 5.59749 14.4169 5.37599 14.189L1.29095 9.98587C0.716569 9.39489 1.03915 8.40208 1.85121 8.26158L7.62663 7.26228C7.93979 7.2081 8.21009 7.01171 8.3584 6.73062L11.0935 1.54667Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="star1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M11.0935 1.54667C11.4781 0.817777 12.5219 0.817778 12.9065 1.54667L15.6416 6.73062C15.7899 7.01171 16.0602 7.2081 16.3734 7.26228L22.1488 8.26158C22.9608 8.40208 23.2834 9.39489 22.7091 9.98587L18.624 14.189C18.4025 14.4169 18.2993 14.7347 18.3445 15.0493L19.1788 20.8508C19.2961 21.6666 18.4516 22.2801 17.712 21.9165L12.4523 19.3302C12.1671 19.19 11.8329 19.19 11.5477 19.3302L6.28796 21.9165C5.5484 22.2801 4.70387 21.6665 4.82118 20.8508L5.6555 15.0493C5.70074 14.7347 5.59749 14.4169 5.37599 14.189L1.29095 9.98587C0.716569 9.39489 1.03915 8.40208 1.85121 8.26158L7.62663 7.26228C7.93979 7.2081 8.21009 7.01171 8.3584 6.73062L11.0935 1.54667Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.0935 1.54667C11.4781 0.817777 12.5219 0.817778 12.9065 1.54667L15.6416 6.73062C15.7899 7.01171 16.0602 7.2081 16.3734 7.26228L22.1488 8.26158C22.9608 8.40208 23.2834 9.39489 22.7091 9.98587L18.624 14.189C18.4025 14.4169 18.2993 14.7347 18.3445 15.0493L19.1788 20.8508C19.2961 21.6666 18.4516 22.2801 17.712 21.9165L12.4523 19.3302C12.1671 19.19 11.8329 19.19 11.5477 19.3302L6.28796 21.9165C5.5484 22.2801 4.70387 21.6665 4.82118 20.8508L5.6555 15.0493C5.70074 14.7347 5.59749 14.4169 5.37599 14.189L1.29095 9.98587C0.716569 9.39489 1.03915 8.40208 1.85121 8.26158L7.62663 7.26228C7.93979 7.2081 8.21009 7.01171 8.3584 6.73062L11.0935 1.54667Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        switchoff
                        <code>[[svg_collection:switchoff]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="switchoff icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="switchoff icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M12 5.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5ZM4.25 12a7.75 7.75 0 1 1 15.5 0 7.75 7.75 0 0 1-15.5 0Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="switchoff icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        switchon
                        <code>[[svg_collection:switchon]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="switchon icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5v14"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="switchon icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M12 4.25a.75.75 0 0 1 .75.75v14a.75.75 0 0 1-1.5 0V5a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="switchon icon-duotone"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5v14"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        transport1
                        <code>[[svg_collection:transport1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 9.5H20M12 1V9.5M4 13H7.5M20 13H16.5M8.5 17L9.5 14.5H14.5L15.5 17M4 19.5L2 22M20 19.5L22 22M5 17H19C19.5523 17 20 16.5523 20 16V3C20 1.89543 19.1046 1 18 1H6C4.89543 1 4 1.89543 4 3V16C4 16.5523 4.44772 17 5 17Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport1 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M3.25 3C3.25 1.48122 4.48122 0.25 6 0.25H18C19.5188 0.25 20.75 1.48122 20.75 3V16C20.75 16.9665 19.9665 17.75 19 17.75H5C4.0335 17.75 3.25 16.9665 3.25 16V3ZM4.75 8.75H11.25V1.75H6C5.30964 1.75 4.75 2.30964 4.75 3V8.75ZM12.75 8.75H19.25V3C19.25 2.30964 18.6904 1.75 18 1.75H12.75V8.75ZM8.8 16.25H15.2L14.6257 14.8143C14.5498 14.6245 14.3659 14.5 14.1615 14.5H9.83852C9.63406 14.5 9.45021 14.6245 9.37428 14.8143L8.8 16.25ZM19.25 13.75V12.25H16.5C16.0858 12.25 15.75 12.5858 15.75 13C15.75 13.4142 16.0858 13.75 16.5 13.75H19.25ZM4.75 12.25V13.75H7.5C7.91421 13.75 8.25 13.4142 8.25 13C8.25 12.5858 7.91421 12.25 7.5 12.25H4.75Z M4.469 18.914C4.792 19.173 4.844 19.645 4.586 19.969L2.586 22.469C2.327 22.792 1.855 22.844 1.532 22.586 1.208 22.327 1.156 21.855 1.414 21.532L3.414 19.032C3.673 18.708 4.145 18.656 4.469 18.914ZM19.532 18.914C19.855 18.656 20.327 18.708 20.586 19.032L22.586 21.532C22.844 21.855 22.792 22.327 22.469 22.586 22.145 22.844 21.673 22.792 21.414 22.469L19.414 19.969C19.156 19.645 19.208 19.173 19.532 18.914Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M4 16C4 16.5523 4.44772 17 5 17H8.5L9.5 14.5H14.5L15.5 17H19C19.5523 17 20 16.5523 20 16V9.5H4V16Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 9.5H20M12 1V9.5M4 13H7.5M20 13H16.5M8.5 17L9.5 14.5H14.5L15.5 17M4 19.5L2 22M20 19.5L22 22M5 17H19C19.5523 17 20 16.5523 20 16V3C20 1.89543 19.1046 1 18 1H6C4.89543 1 4 1.89543 4 3V16C4 16.5523 4.44772 17 5 17Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        transport2
                        <code>[[svg_collection:transport2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.9071 9.7846L5.19825 12.2543L2.07793 10.1552L1 10.836L3.14124 14.1875C3.4331 14.6443 3.93778 14.9207 4.47989 14.9207H5.85822C6.096 14.9207 6.33075 14.8674 6.54515 14.7645L11.7793 12.2543L10.8148 18.6084H12.4601L16.5449 10.1552L22.4179 7.43781C23.1508 7.09871 23.2033 6.07689 22.5091 5.66437C21.0943 4.82373 19.3428 4.77488 17.8922 5.55188C16.3713 6.3665 15.2922 6.96024 13.6515 7.82076M9.9071 9.7846L5.42518 6.6377L6.67331 5.90017L13.6515 7.82076M9.9071 9.7846L13.6515 7.82076"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport2 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M17.5381 4.89075C19.2235 3.98798 21.2546 4.04658 22.8922 5.01962C24.1053 5.74044 24.0134 7.52594 22.7328 8.11849L17.1034 10.7231L13.1354 18.9347C13.0102 19.1938 12.7478 19.3584 12.4601 19.3584H10.8148C10.5963 19.3584 10.3886 19.2631 10.2461 19.0973C10.1036 18.9316 10.0405 18.7119 10.0733 18.4958L10.825 13.5438L6.86948 15.4408C6.55385 15.5922 6.20827 15.6707 5.85823 15.6707H4.47989C3.68184 15.6707 2.93888 15.2638 2.50922 14.5913L0.367981 11.2398C0.260524 11.0716 0.22454 10.8675 0.267994 10.6727C0.311449 10.4779 0.430758 10.3084 0.599508 10.2018L1.67744 9.52104C1.92871 9.36235 2.24998 9.36699 2.49656 9.53287L5.24589 11.3824L5.40692 11.298C6.42796 10.7625 7.44875 10.2271 8.46905 9.6913L4.9942 7.25149C4.78569 7.10509 4.66576 6.86285 4.67575 6.60827C4.68574 6.35369 4.82428 6.1216 5.04363 5.99198L6.29175 5.25445C6.46679 5.15103 6.67631 5.12309 6.87232 5.17704L13.5485 7.01452C14.88 6.30954 16.21 5.60206 17.5381 4.89075ZM11.6125 8.03744L6.86167 6.72988L9.96195 8.90669C10.5123 8.61719 11.0625 8.32748 11.6125 8.03744Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M2.07793 10.1552L5.19825 12.2543C9.43597 10.0317 13.674 7.81122 17.8922 5.55188C19.3428 4.77488 21.0943 4.82373 22.5091 5.66437C23.2033 6.07689 23.1508 7.09871 22.4179 7.43781L16.5449 10.1552L12.4601 18.6084H10.8148L11.7793 12.2543L6.54515 14.7645C6.33075 14.8674 6.096 14.9207 5.85822 14.9207H4.47989C3.93778 14.9207 3.4331 14.6443 3.14124 14.1875L1 10.836L2.07793 10.1552Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.9071 9.7846L5.19825 12.2543L2.07793 10.1552L1 10.836L3.14124 14.1875C3.4331 14.6443 3.93778 14.9207 4.47989 14.9207H5.85822C6.096 14.9207 6.33075 14.8674 6.54515 14.7645L11.7793 12.2543L10.8148 18.6084H12.4601L16.5449 10.1552L22.4179 7.43781C23.1508 7.09871 23.2033 6.07689 22.5091 5.66437C21.0943 4.82373 19.3428 4.77488 17.8922 5.55188C16.3713 6.3665 15.2922 6.96024 13.6515 7.82076M9.9071 9.7846L5.42518 6.6377L6.67331 5.90017L13.6515 7.82076M9.9071 9.7846L13.6515 7.82076"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        transport3
                        <code>[[svg_collection:transport3]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport3 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 11H20M4 11V18M4 11L6 6H18L20 11M20 11V18M20 18H4M20 18V19.5C20 19.7761 19.7761 20 19.5 20C19.2239 20 19 19.7761 19 19.5V18H20ZM4 18V19.5C4 19.7761 4.22386 20 4.5 20C4.77614 20 5 19.7761 5 19.5V18H4ZM8 14.5C8 14.7761 7.77614 15 7.5 15C7.22386 15 7 14.7761 7 14.5M8 14.5C8 14.2239 7.77614 14 7.5 14C7.22386 14 7 14.2239 7 14.5M8 14.5H7M17 14.5C17 14.7761 16.7761 15 16.5 15C16.2239 15 16 14.7761 16 14.5M17 14.5C17 14.2239 16.7761 14 16.5 14C16.2239 14 16 14.2239 16 14.5M17 14.5H16M10 6L14 6V4L10 4V6Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport3 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M10 3.25H14C14.1989 3.25 14.3897 3.32902 14.5303 3.46967C14.671 3.61032 14.75 3.80109 14.75 4V5.25H18C18.3067 5.25 18.5825 5.43671 18.6964 5.72146L20.6964 10.7215C20.7318 10.81 20.75 10.9046 20.75 11V19.5C20.75 20.1904 20.1904 20.75 19.5 20.75C18.8096 20.75 18.25 20.1904 18.25 19.5V18.75H5.75V19.5C5.75 20.1904 5.19036 20.75 4.5 20.75C3.80964 20.75 3.25 20.1904 3.25 19.5V11C3.25 10.9046 3.26821 10.81 3.30364 10.7215L5.30364 5.72146C5.41754 5.43671 5.69332 5.25 6 5.25H9.25V4C9.25 3.58579 9.58579 3.25 10 3.25ZM6.50777 6.75L5.10777 10.25H18.8922L17.4922 6.75H6.50777ZM7.5 13.25C6.80964 13.25 6.25 13.8096 6.25 14.5C6.25 15.1904 6.80964 15.75 7.5 15.75C8.19036 15.75 8.75 15.1904 8.75 14.5C8.75 13.8096 8.19036 13.25 7.5 13.25ZM16.5 13.25C15.8096 13.25 15.25 13.8096 15.25 14.5C15.25 15.1904 15.8096 15.75 16.5 15.75C17.1904 15.75 17.75 15.1904 17.75 14.5C17.75 13.8096 17.1904 13.25 16.5 13.25Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport3 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M20 11H4V18H20V11ZM14 6 10 6V4L14 4V6Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 11H20M4 11V18M4 11L6 6H18L20 11M20 11V18M20 18H4M20 18V19.5C20 19.7761 19.7761 20 19.5 20C19.2239 20 19 19.7761 19 19.5V18H20ZM4 18V19.5C4 19.7761 4.22386 20 4.5 20C4.77614 20 5 19.7761 5 19.5V18H4ZM8 14.5C8 14.7761 7.77614 15 7.5 15C7.22386 15 7 14.7761 7 14.5M8 14.5C8 14.2239 7.77614 14 7.5 14C7.22386 14 7 14.2239 7 14.5M8 14.5H7M17 14.5C17 14.7761 16.7761 15 16.5 15C16.2239 15 16 14.7761 16 14.5M17 14.5C17 14.2239 16.7761 14 16.5 14C16.2239 14 16 14.2239 16 14.5M17 14.5H16M10 6L14 6V4L10 4V6Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        transport4
                        <code>[[svg_collection:transport4]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport4 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 11.125H19M5 11.125V17.25M5 11.125L6.75 6.75H17.25L19 11.125M19 11.125V17.25M19 17.25H5M19 17.25V18.5625C19 18.8041 18.8041 19 18.5625 19C18.3209 19 18.125 18.8041 18.125 18.5625V17.25H19ZM5 17.25V18.5625C5 18.8041 5.19588 19 5.4375 19C5.67912 19 5.875 18.8041 5.875 18.5625V17.25H5ZM8.5 14.1875C8.5 14.4291 8.30412 14.625 8.0625 14.625C7.82088 14.625 7.625 14.4291 7.625 14.1875M8.5 14.1875C8.5 13.9459 8.30412 13.75 8.0625 13.75C7.82088 13.75 7.625 13.9459 7.625 14.1875M8.5 14.1875H7.625M16.375 14.1875C16.375 14.4291 16.1791 14.625 15.9375 14.625C15.6959 14.625 15.5 14.4291 15.5 14.1875M16.375 14.1875C16.375 13.9459 16.1791 13.75 15.9375 13.75C15.6959 13.75 15.5 13.9459 15.5 14.1875M16.375 14.1875H15.5M3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44772 21.5523 2 21 2H3C2.44772 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22ZM10.25 6.75H13.75V5L10.25 5V6.75Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport4 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M7.258 7.5H16.742L17.892 10.375H6.108L7.258 7.5ZM6.875 14.188C6.875 13.532 7.407 13 8.063 13 8.718 13 9.25 13.532 9.25 14.188 9.25 14.843 8.718 15.375 8.063 15.375 7.407 15.375 6.875 14.843 6.875 14.188ZM14.75 14.188C14.75 13.532 15.282 13 15.938 13 16.593 13 17.125 13.532 17.125 14.188 17.125 14.843 16.593 15.375 15.938 15.375 15.282 15.375 14.75 14.843 14.75 14.188Z M1.25 3C1.25 2.0335 2.0335 1.25 3 1.25H21C21.9665 1.25 22.75 2.0335 22.75 3V21C22.75 21.9665 21.9665 22.75 21 22.75H3C2.0335 22.75 1.25 21.9665 1.25 21V3ZM13.75 4.25C13.9489 4.25 14.1397 4.32902 14.2803 4.46967C14.421 4.61032 14.5 4.80109 14.5 5V6H17.25C17.4386 6 17.611 6.06964 17.7428 6.18462C17.781 6.2179 17.8159 6.25513 17.8469 6.29587C17.891 6.35377 17.9269 6.41829 17.9528 6.48767L19.6964 10.8465C19.7318 10.935 19.75 11.0296 19.75 11.125V18.5625C19.75 19.2183 19.2183 19.75 18.5625 19.75C17.9067 19.75 17.375 19.2183 17.375 18.5625V18H6.625V18.5625C6.625 19.2183 6.09334 19.75 5.4375 19.75C4.78166 19.75 4.25 19.2183 4.25 18.5625V11.125C4.25 11.0296 4.26821 10.935 4.30364 10.8465L6.04715 6.48768C6.09119 6.36974 6.16406 6.26586 6.25719 6.18462C6.38899 6.06964 6.56136 6 6.75 6H9.5V5C9.5 4.58579 9.83579 4.25 10.25 4.25H13.75Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport4 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" fill-rule="evenodd" d="M3 2H21C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V3C2 2.44772 2.44772 2 3 2ZM5 11.125V17.25H19V11.125L17.25 6.75H13.75V5L10.25 5V6.75H6.75L5 11.125Z" clip-rule="evenodd"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 11.125H19M5 11.125V17.25M5 11.125L6.75 6.75H17.25L19 11.125M19 11.125V17.25M19 17.25H5M19 17.25V18.5625C19 18.8041 18.8041 19 18.5625 19C18.3209 19 18.125 18.8041 18.125 18.5625V17.25H19ZM5 17.25V18.5625C5 18.8041 5.19588 19 5.4375 19C5.67912 19 5.875 18.8041 5.875 18.5625V17.25H5ZM8.5 14.1875C8.5 14.4291 8.30412 14.625 8.0625 14.625C7.82088 14.625 7.625 14.4291 7.625 14.1875M8.5 14.1875C8.5 13.9459 8.30412 13.75 8.0625 13.75C7.82088 13.75 7.625 13.9459 7.625 14.1875M8.5 14.1875H7.625M16.375 14.1875C16.375 14.4291 16.1791 14.625 15.9375 14.625C15.6959 14.625 15.5 14.4291 15.5 14.1875M16.375 14.1875C16.375 13.9459 16.1791 13.75 15.9375 13.75C15.6959 13.75 15.5 13.9459 15.5 14.1875M16.375 14.1875H15.5M3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44772 21.5523 2 21 2H3C2.44772 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22ZM10.25 6.75H13.75V5L10.25 5V6.75Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        transport5
                        <code>[[svg_collection:transport5]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport5 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M8 20V21.5C8 22.3284 7.32843 23 6.5 23C5.67157 23 5 22.3284 5 21.5V20M19 20V21.5C19 22.3284 18.3284 23 17.5 23C16.6716 23 16 22.3284 16 21.5V20M7 17H10M10 4H14M4 14L20 14M4 7L20 7M14 17H17M4 8H3C1.89543 8 1 8.89543 1 10V14M20 8H21C22.1046 8 23 8.89543 23 10V14M6 20H18C19.1046 20 20 19.1046 20 18V5C20 2.79086 18.2091 1 16 1H8C5.79086 1 4 2.79086 4 5V18C4 19.1046 4.89543 20 6 20Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport5 icon-solid"><path class="solid" fill="currentColor" fill-rule="evenodd" d="M8 0.25C5.37665 0.25 3.25 2.37665 3.25 5V7.25H3C1.48122 7.25 0.25 8.48122 0.25 10V14C0.25 14.4142 0.585786 14.75 1 14.75C1.41421 14.75 1.75 14.4142 1.75 14V10C1.75 9.30964 2.30964 8.75 3 8.75H3.25V18C3.25 18.854 3.63925 19.617 4.25 20.1214V21.5C4.25 22.7426 5.25736 23.75 6.5 23.75C7.74264 23.75 8.75 22.7426 8.75 21.5V20.75H15.25V21.5C15.25 22.7426 16.2574 23.75 17.5 23.75C18.7426 23.75 19.75 22.7426 19.75 21.5V20.1214C20.3608 19.617 20.75 18.854 20.75 18V8.75H21C21.6904 8.75 22.25 9.30964 22.25 10V14C22.25 14.4142 22.5858 14.75 23 14.75C23.4142 14.75 23.75 14.4142 23.75 14V10C23.75 8.48122 22.5188 7.25 21 7.25H20.75V5C20.75 2.37665 18.6234 0.25 16 0.25H8ZM19.25 7.75L4.75 7.75V13.25L19.25 13.25V7.75ZM16.75 21.5V20.75H18C18.0843 20.75 18.1677 20.7462 18.25 20.7388V21.5C18.25 21.9142 17.9142 22.25 17.5 22.25C17.0858 22.25 16.75 21.9142 16.75 21.5ZM6 20.75H7.25V21.5C7.25 21.9142 6.91421 22.25 6.5 22.25C6.08579 22.25 5.75 21.9142 5.75 21.5V20.7388C5.83234 20.7462 5.91573 20.75 6 20.75ZM9.25 4C9.25 3.58579 9.58579 3.25 10 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H10C9.58579 4.75 9.25 4.41421 9.25 4ZM6.25 17C6.25 16.5858 6.58579 16.25 7 16.25H10C10.4142 16.25 10.75 16.5858 10.75 17C10.75 17.4142 10.4142 17.75 10 17.75H7C6.58579 17.75 6.25 17.4142 6.25 17ZM13.25 17C13.25 16.5858 13.5858 16.25 14 16.25H17C17.4142 16.25 17.75 16.5858 17.75 17C17.75 17.4142 17.4142 17.75 17 17.75H14C13.5858 17.75 13.25 17.4142 13.25 17Z" clip-rule="evenodd"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="transport5 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M16 1H8C5.791 1 4 2.791 4 5V7L20 7V5C20 2.791 18.209 1 16 1ZM6 20H18C19.105 20 20 19.105 20 18V14L4 14V18C4 19.105 4.895 20 6 20Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M8 20V21.5C8 22.3284 7.32843 23 6.5 23C5.67157 23 5 22.3284 5 21.5V20M19 20V21.5C19 22.3284 18.3284 23 17.5 23C16.6716 23 16 22.3284 16 21.5V20M7 17H10M10 4H14M4 14L20 14M4 7L20 7M14 17H17M4 8H3C1.89543 8 1 8.89543 1 10V14M20 8H21C22.1046 8 23 8.89543 23 10V14M6 20H18C19.1046 20 20 19.1046 20 18V5C20 2.79086 18.2091 1 16 1H8C5.79086 1 4 2.79086 4 5V18C4 19.1046 4.89543 20 6 20Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        tv1
                        <code>[[svg_collection:tv1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="tv1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 18V21.5M12 21.5H7.5M12 21.5H16.5M2 18H22C22.5523 18 23 17.5523 23 17V4C23 3.44772 22.5523 3 22 3H2C1.44772 3 1 3.44772 1 4V17C1 17.5523 1.44772 18 2 18Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="tv1 icon-solid"><path class="solid" fill="currentColor" d="M2 2.25C1.0335 2.25 0.25 3.0335 0.25 4V17C0.25 17.9665 1.0335 18.75 2 18.75H11.25V20.75H7.5C7.08579 20.75 6.75 21.0858 6.75 21.5C6.75 21.9142 7.08579 22.25 7.5 22.25H16.5C16.9142 22.25 17.25 21.9142 17.25 21.5C17.25 21.0858 16.9142 20.75 16.5 20.75H12.75V18.75H22C22.9665 18.75 23.75 17.9665 23.75 17V4C23.75 3.0335 22.9665 2.25 22 2.25H2Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="tv1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M1 4C1 3.44772 1.44772 3 2 3H22C22.5523 3 23 3.44772 23 4V17C23 17.5523 22.5523 18 22 18H2C1.44772 18 1 17.5523 1 17V4Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 18V21.5M12 21.5H7.5M12 21.5H16.5M2 18H22C22.5523 18 23 17.5523 23 17V4C23 3.44772 22.5523 3 22 3H2C1.44772 3 1 3.44772 1 4V17C1 17.5523 1.44772 18 2 18Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        volume
                        <code>[[svg_collection:volume]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="volume icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 8a5 5 0 0 1 0 8m2.7-11a9 9 0 0 1 0 14M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="volume icon-solid"><path class="solid" fill="currentcolor" d="M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15ZM17.117 4.529a.75.75 0 0 1 1.054-.112 9.75 9.75 0 0 1 0 15.166.75.75 0 1 1-.942-1.166 8.25 8.25 0 0 0 0-12.834.75.75 0 0 1-.112-1.054Z"/><path class="solid" fill="currentcolor" d="M14.4 7.55a.75.75 0 0 1 1.05-.15 5.75 5.75 0 0 1 0 9.2.75.75 0 0 1-.9-1.2 4.25 4.25 0 0 0 0-6.8.75.75 0 0 1-.15-1.05Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="volume icon-duotone"><path class="alpha" fill="currentcolor" fill-opacity=".2" d="M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 8a5 5 0 0 1 0 8m2.7-11a9 9 0 0 1 0 14M6 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2l3.5-4.5A.8.8 0 0 1 11 5v14a.8.8 0 0 1-1.5.5L6 15Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        wifi1
                        <code>[[svg_collection:wifi1]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="wifi1 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 13.101C8.27052 11.8045 10.0413 11 12 11C13.9587 11 15.7295 11.8045 17 13.101M4.19775 10.246C6.19023 8.24118 8.95017 7 12 7C15.0498 7 17.8098 8.24118 19.8022 10.246M1.5 7.28785C4.20563 4.63548 7.91182 3 12 3C16.0882 3 19.7944 4.63548 22.5 7.28785M15 18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="wifi1 icon-solid"><path class="solid" fill="currentColor" d="M2.02503 7.82343C4.59615 5.30292 8.11597 3.75 12 3.75C15.884 3.75 19.4039 5.30292 21.975 7.82343C22.2708 8.11339 22.7456 8.10867 23.0356 7.81288C23.3255 7.51709 23.3208 7.04224 23.025 6.75228C20.1849 3.96804 16.2923 2.25 12 2.25C7.70767 2.25 3.81511 3.96804 0.974967 6.75228C0.679177 7.04224 0.674458 7.51709 0.964426 7.81288C1.25439 8.10867 1.72924 8.11339 2.02503 7.82343Z M4.72972 10.7747C6.58718 8.90572 9.15792 7.75 12 7.75C14.8421 7.75 17.4128 8.90572 19.2703 10.7747C19.5623 11.0685 20.0371 11.0699 20.3309 10.7779C20.6247 10.4859 20.6262 10.0111 20.3342 9.71728C18.2067 7.57664 15.2576 6.25 12 6.25C8.74242 6.25 5.79329 7.57664 3.66579 9.71728C3.3738 10.0111 3.37527 10.4859 3.66906 10.7779C3.96285 11.0699 4.43773 11.0685 4.72972 10.7747Z M7.536 13.626C8.671 12.467 10.251 11.75 12 11.75 13.749 11.75 15.329 12.467 16.464 13.626 16.754 13.922 17.229 13.927 17.525 13.637 17.821 13.347 17.826 12.872 17.536 12.576 16.13 11.142 14.168 10.25 12 10.25 9.832 10.25 7.87 11.142 6.464 12.576 6.174 12.872 6.179 13.347 6.475 13.637 6.771 13.927 7.246 13.922 7.536 13.626ZM12 14.25C9.929 14.25 8.25 15.929 8.25 18 8.25 20.071 9.929 21.75 12 21.75 14.071 21.75 15.75 20.071 15.75 18 15.75 15.929 14.071 14.25 12 14.25Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="wifi1 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M15 18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 13.101C8.27052 11.8045 10.0413 11 12 11C13.9587 11 15.7295 11.8045 17 13.101M4.19775 10.246C6.19023 8.24118 8.95017 7 12 7C15.0498 7 17.8098 8.24118 19.8022 10.246M1.5 7.28785C4.20563 4.63548 7.91182 3 12 3C16.0882 3 19.7944 4.63548 22.5 7.28785M15 18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        wifi2
                        <code>[[svg_collection:wifi2]]</code>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="wifi2 icon-outline"><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M5.47949 13.1775C7.02461 11.5135 9.37176 10.4517 12 10.4517C14.6282 10.4517 16.9754 11.5135 18.5205 13.1775M1.5 9.46046C4.04459 6.72854 7.8049 5 12 5C16.1951 5 19.9554 6.72854 22.5 9.46046M13.9824 17.8858C13.9824 18.9806 13.0949 19.8682 12 19.8682C10.9051 19.8682 10.0176 18.9806 10.0176 17.8858C10.0176 16.7909 10.9051 15.9033 12 15.9033C13.0949 15.9033 13.9824 16.7909 13.9824 17.8858Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="wifi2 icon-solid"><path class="solid" fill="currentColor" d="M2.04882 9.97164C4.45081 7.39281 8.012 5.75 12 5.75C15.988 5.75 19.5492 7.39281 21.9512 9.97164C22.2335 10.2747 22.7081 10.2916 23.0112 10.0093C23.3143 9.72695 23.3311 9.25238 23.0488 8.94928C20.3616 6.06427 16.4022 4.25 12 4.25C7.59782 4.25 3.63837 6.06427 0.951191 8.94928C0.668874 9.25238 0.685722 9.72695 0.988823 10.0093C1.29192 10.2916 1.7665 10.2747 2.04882 9.97164Z M6.029 13.688C7.427 12.183 9.572 11.202 12 11.202 14.428 11.202 16.573 12.183 17.971 13.688 18.253 13.991 18.727 14.009 19.031 13.727 19.334 13.445 19.352 12.971 19.07 12.667 17.378 10.844 14.829 9.702 12 9.702 9.172 9.702 6.622 10.844 4.93 12.667 4.648 12.971 4.666 13.445 4.969 13.727 5.273 14.009 5.747 13.991 6.029 13.688ZM12 15.153C10.491 15.153 9.268 16.377 9.268 17.886 9.268 19.395 10.491 20.618 12 20.618 13.509 20.618 14.732 19.395 14.732 17.886 14.732 16.377 13.509 15.153 12 15.153Z"/></svg>
                    </td>
                    <td>
                        <svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="wifi2 icon-duotone"><path class="alpha" fill="currentColor" fill-opacity=".2" d="M13.9824 17.8858C13.9824 18.9806 13.0949 19.8682 12 19.8682C10.9051 19.8682 10.0176 18.9806 10.0176 17.8858C10.0176 16.7909 10.9051 15.9033 12 15.9033C13.0949 15.9033 13.9824 16.7909 13.9824 17.8858Z"/><path class="outline" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M5.47949 13.1775C7.02461 11.5135 9.37176 10.4517 12 10.4517C14.6282 10.4517 16.9754 11.5135 18.5205 13.1775M1.5 9.46046C4.04459 6.72854 7.8049 5 12 5C16.1951 5 19.9554 6.72854 22.5 9.46046M13.9824 17.8858C13.9824 18.9806 13.0949 19.8682 12 19.8682C10.9051 19.8682 10.0176 18.9806 10.0176 17.8858C10.0176 16.7909 10.9051 15.9033 12 15.9033C13.0949 15.9033 13.9824 16.7909 13.9824 17.8858Z"/></svg>
                    </td>
                </tr>
        
            </tbody>
        </table>
    </div>
</div>
    
Source: src/cssframework_v2/less/doc.less, line 1509

Collections de labels

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Collections de labels à utiliser avec le short code [[svg_include]].
Ou à importer dans le CMS IDEO (panel Fichiers)

<insert-markup>design.labels-</insert-markup>
Label name
accordservice [[svg_include:svg/labels/accordservice.svg]]
afaqiso14001 [[svg_include:svg/labels/afaqiso14001.svg]]
afaqiso9001 [[svg_include:svg/labels/afaqiso9001.svg]]
ancvchequevacances [[svg_include:svg/labels/ancvchequevacances.svg]]
applepay [[svg_include:svg/labels/applepay.svg]]
artipole [[svg_include:svg/labels/artipole.svg]]
artisan [[svg_include:svg/labels/artisan.svg]]
bureauveritas [[svg_include:svg/labels/bureauveritas.svg]]
cb [[svg_include:svg/labels/cb.svg]]
chauffageplusrge [[svg_include:svg/labels/chauffageplusrge.svg]]
coupdepouce [[svg_include:svg/labels/coupdepouce.svg]]
devisgratuit [[svg_include:svg/labels/devisgratuit.svg]]
ecoartisanrge [[svg_include:svg/labels/ecoartisanrge.svg]]
ecolabel [[svg_include:svg/labels/ecolabel.svg]]
ecopret0 [[svg_include:svg/labels/ecopret0.svg]]
edenred [[svg_include:svg/labels/edenred.svg]]
faitmaison1 [[svg_include:svg/labels/faitmaison1.svg]]
faitmaison2 [[svg_include:svg/labels/faitmaison2.svg]]
fsc [[svg_include:svg/labels/fsc.svg]]
garantiedecennale [[svg_include:svg/labels/garantiedecennale.svg]]
googlepay [[svg_include:svg/labels/googlepay.svg]]
labelrge [[svg_include:svg/labels/labelrge.svg]]
labelrouge [[svg_include:svg/labels/labelrouge.svg]]
maitreartisan [[svg_include:svg/labels/maitreartisan.svg]]
maprimerenov [[svg_include:svg/labels/maprimerenov.svg]]
mastercard [[svg_include:svg/labels/mastercard.svg]]
nf [[svg_include:svg/labels/nf.svg]]
nfhqe [[svg_include:svg/labels/nfhqe.svg]]
paypal [[svg_include:svg/labels/paypal.svg]]
pefc [[svg_include:svg/labels/pefc.svg]]
pginstall [[svg_include:svg/labels/pginstall.svg]]
pginstall2 [[svg_include:svg/labels/pginstall2.svg]]
pgmaintenance [[svg_include:svg/labels/pgmaintenance.svg]]
pgmaintenance2 [[svg_include:svg/labels/pgmaintenance2.svg]]
proenerrge [[svg_include:svg/labels/proenerrge.svg]]
qualibat [[svg_include:svg/labels/qualibat.svg]]
qualibatrge [[svg_include:svg/labels/qualibatrge.svg]]
qualiboisrge [[svg_include:svg/labels/qualiboisrge.svg]]
qualifelec [[svg_include:svg/labels/qualifelec.svg]]
qualifelecrge [[svg_include:svg/labels/qualifelecrge.svg]]
qualigaz [[svg_include:svg/labels/qualigaz.svg]]
qualigazpro [[svg_include:svg/labels/qualigazpro.svg]]
qualigazrefgaz [[svg_include:svg/labels/qualigazrefgaz.svg]]
qualipacrge [[svg_include:svg/labels/qualipacrge.svg]]
qualipvrge [[svg_include:svg/labels/qualipvrge.svg]]
qualisolrge [[svg_include:svg/labels/qualisolrge.svg]]
stripe [[svg_include:svg/labels/stripe.svg]]
traccord [[svg_include:svg/labels/traccord.svg]]
tredenred [[svg_include:svg/labels/tredenred.svg]]
tvareduite10 [[svg_include:svg/labels/tvareduite10.svg]]
tvareduite55 [[svg_include:svg/labels/tvareduite55.svg]]
updejeuner [[svg_include:svg/labels/updejeuner.svg]]
ventilationplusrge [[svg_include:svg/labels/ventilationplusrge.svg]]
viandefrance [[svg_include:svg/labels/viandefrance.svg]]
visa [[svg_include:svg/labels/visa.svg]]
visa2 [[svg_include:svg/labels/visa2.svg]]
Markup: ../../../snippets/components/labels.hbs
<div class="row labels-presentation">
	<div class="large-12 columns">
		<table>
			<thead>
				<tr>
					<td>Label name</td>
					<td></td>
				</tr>
			</thead>
			<tbody>
    
                <tr>
                    <td>
                        accordservice
                        <code>[[svg_include:svg/labels/accordservice.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Accor service" width="673" height="250" fill="none" viewBox="0 0 673 250" class="label-accorservice"><path fill="#006BB6" d="M40.49 131.48H20.177s27.638-27.741 41.022-41.163c-33.763-1.237-47.488 1.897-47.488 1.897l-.302-1.067c10.959-4.918 21.21-8.42 30.771-10.496 9.572-2.086 20.181-3.125 31.848-3.125 5.078 0 12.941.84 23.588 2.511a297.406 297.406 0 0 0 21.842 2.662l7.306-39.04-31.81 31.583c-8.466-1-14.753-1.52-18.868-1.52L138.58 13.38h21.153s-11.063 62.798-12.479 70.85c4.814.405 21.691.226 21.691.226 7.089-25.977 29.752-43.326 59.891-42.93 7.835.039 17.075 1.313 23.352 4.428a187.562 187.562 0 0 0-9.505 10.27c-5.89-3.653-11.242-5.484-16.065-5.484-27.92.819-30.421 32.26-30.421 32.26l-3.738 1.756C174.6 93.129 154.231 97.32 131.35 97.32c-7.4 0-15.036-.538-22.899-1.604l-14.923-2.124-10.647-1.227-2.738-.378L40.49 131.48Zm98.402 0h-26.637l5.635-30.054c11.95 1.039 20.37.737 26.25-.16l-5.248 30.214Zm100.904-15.452 2.426 5.334c-11.771 8.627-24.372 12.931-37.813 12.931-31.489-.236-37.096-24.891-36.907-37.51 10.751-3.295 20.266-7.203 28.534-11.724-1.264 7.702-2.161 51.707 43.76 30.969Zm88.633-70.245a99.558 99.558 0 0 0-9.76 10.11c-5.456-3.626-10.61-5.457-15.48-5.457-9.317 0-16.915 3.682-22.805 11.044-5.899 7.353-8.844 16.83-8.844 28.44 0 20.983 7.891 31.479 23.654 31.479 5.918 0 12.686-1.793 20.313-5.37l2.633 5.37c-35.339 23.891-75.493 13.517-74.918-24.966 1.832-39.408 34.312-55.2 61.119-55.134 10.26 0 18.283 1.492 24.088 4.484Z"/><path fill="#006BB6" d="M392.718 82.265c-.151 37.615-17.292 44.382-25.759 43.882-6.097 0-18.604-2.511-19.605-34.207.557-34.472 16.047-42.74 26.024-42.91 12.893 0 19.34 11.081 19.34 33.235Zm-73.672 14.952c.283 32.13 28.412 37.246 42.099 37.02 37.747.075 60.891-28.195 60.145-55.748 0-11.836-3.756-21.02-11.251-27.562-7.495-6.532-18.085-9.439-31.744-9.798-23.626-.65-58.503 16.651-59.249 56.088Zm147.42-44.837c1.671-1.755 4.729-2.642 9.194-2.642 13.365-.312 13.969 7.504 13.979 12.572 0 14.716-7.882 22.07-23.654 22.07l-6.495-.086 3.153-20.841c.888-5.636 2.162-9.317 3.823-11.072Zm-8.127 37.89c2.983 1.292 5.89 3.898 8.703 7.824l15.301 20.577c4.04 5.277 7.409 8.646 10.118 10.119 2.69 1.463 6.91 2.19 12.658 2.19h13.979c-4.398-4.455-9.996-11.544-16.792-21.285 0 0-11.251-16.141-12.969-17.925-1.208-1.293-2.652-2.35-4.361-3.172v-.613c9.921-.51 29.242-5.4 29.28-24.617 0-13.187-10.836-19.784-32.527-19.784l-40.626-.085-14.857 87.66h25.052l7.041-40.89ZM223.834 213.317c5.626 1.841 11.44 3.691 17.434 3.691 5.541 0 11.167-1.756 11.167-8.307 0-10.147-22.522-13.753-22.522-28.883 0-8.665 7.296-21.767 27.128-21.767 6.56 0 13.196 1.199 19.473 3.04l-2.313 11.723c-5.163-1.756-11.431-3.691-16.877-3.691-4.059 0-9.6 1.293-9.6 6.456 0 8.949 23.627 14.112 23.627 30.073 0 7.287-4.984 22.428-31.744 22.428-6.456 0-14.206-1.293-18.265-1.945l2.492-12.818Zm105.567 8.665c-8.769 3.143-17.358 5.541-26.212 5.541-10.147 0-21.04-5.069-21.04-16.707 0-14.48 12.554-35.51 35.623-35.51 6.277 0 13.564 3.407 13.564 11.166 0 14.48-18.737 23.343-31.375 22.965.094 5.352 4.153 7.571 9.052 7.571 6.72 0 16.877-4.069 22.88-7.287l-2.492 12.261Zm-14.121-31.829c0-2.397-1.387-3.785-3.69-3.785-5.815 0-9.6 8.307-10.431 13.102 8.401.189 14.121-2.766 14.121-9.317Zm50.518 7.382h1.104c3.691-8.486 13.102-22.229 23.343-22.229 2.03 0 3.691.547 4.522 1.01l-6.268 15.508c-1.199-.651-2.501-1.208-3.879-1.208-8.958 0-16.708 14.395-20.21 20.2l-3.133 15.593h-17.812l9.968-49.999h17.623l-5.258 21.125Zm38.842-21.125h18.066l6.013 33.311 19.926-33.311h12.913l-29.8 49.999h-18.076l-9.042-49.999Zm69.151 0h17.811l-9.958 49.999h-17.821l9.968-49.999Zm4.426-22.238h17.812l-2.869 14.394h-17.812l2.869-14.394Zm68.047 35.708c-3.87-1.935-7.835-4.248-12.262-4.248-9.59 0-14.762 13.753-14.762 21.776 0 5.352 2.954 8.127 8.212 8.127 4.606 0 11.808-2.595 15.961-4.899l-2.407 12.639c-6.079 2.313-14.951 4.248-19.652 4.248-10.138 0-21.03-5.069-21.03-16.707 0-14.48 12.535-35.51 35.613-35.51.736 0 7.372 1.387 12.639 2.945l-2.312 11.629Zm54.171 32.102c-8.76 3.143-17.34 5.541-26.203 5.541-10.157 0-21.03-5.069-21.03-16.707 0-14.48 12.554-35.51 35.613-35.51 6.277 0 13.564 3.407 13.564 11.166 0 14.48-18.727 23.343-31.366 22.965.085 5.352 4.144 7.571 9.033 7.571 6.74 0 16.878-4.069 22.89-7.287l-2.501 12.261Zm-14.112-31.829c0-2.397-1.378-3.785-3.69-3.785-5.805 0-9.59 8.307-10.421 13.102 8.391.189 14.111-2.766 14.111-9.317Zm70.538-2.576c-3.605-1.293-7.381-2.313-11.157-2.313-2.964 0-7.022.916-7.022 4.616 0 5.909 15.414 10.147 15.414 21.03 0 6.645-4.437 16.613-23.353 16.613-6.267 0-12.082-1.199-18.264-2.766l2.312-11.723c4.437 1.935 11.157 4.521 15.952 4.521 2.407 0 5.541-1.567 5.541-4.795 0-6.824-14.291-11.072-14.291-21.955 0-5.909 4.05-15.499 23.06-15.499 4.606 0 9.6.915 13.932 1.472l-2.124 10.799Zm-531.042 40.805c0 4.257 17.274 7.721 38.587 7.721 21.304 0 38.578-3.464 38.578-7.721s-17.274-7.712-38.578-7.712c-21.313 0-38.587 3.455-38.587 7.712Z"/><path fill="url(#gradient-label-accorservice)" d="M202.946 190.701c0 20.907-16.953 37.86-37.86 37.86-20.917 0-37.86-16.953-37.86-37.86 0-20.908 16.943-37.861 37.86-37.861 20.907 0 37.86 16.953 37.86 37.861Z"/><defs><radialGradient id="gradient-label-accorservice" cx="0" cy="0" r="1" gradientTransform="translate(152.725 173.583) scale(29.769)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#ED1C24"/></radialGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        afaqiso14001
                        <code>[[svg_include:svg/labels/afaqiso14001.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo afaq iso 14001" width="271" height="250" fill="none" viewBox="0 0 271 250" class="label-afaq-iso14001"><path fill="#581866" d="M261.511 8.995C78.001 6.349 24.827 37.037 24.827 37.037L13.1 192.504h234.568l13.844-183.51ZM9.483 241.182h234.568l3.351-44.797H12.834l-3.35 44.797Z"/><path fill="#fff" d="M26.15 164.462h9.965l-.177 2.822h-6.525l-.441 5.026h6.173l-.177 2.822h-6.173l-.44 5.644h6.878l-.177 2.822H24.827l1.323-19.136Zm16.226 7.408c.088-.882.088-1.676 0-2.293h3.086v2.116h.088c.53-.794 1.588-2.381 3.969-2.381 3.262 0 4.056 2.381 3.791 5.203l-.617 9.083h-3.44l.618-8.466c.088-2.116-.264-2.998-1.675-2.998-1.852 0-2.558 1.499-2.646 3.351l-.617 8.201h-3.44l.883-11.816Zm16.49-2.293h3.527l2.117 10.934h.088l3.615-10.934h3.351l-5.379 14.021H62.13l-3.263-14.021Zm18.254 0h3.44l-.97 14.021h-3.44l.97-14.021Zm.44-6.085h3.528l-.176 3.351h-3.528l.177-3.351Zm9.877 8.378c.089-.882.089-1.676 0-2.293h2.999c0 .793 0 1.675-.089 2.557h.089c.529-1.146 1.587-2.822 3.791-2.822.177 0 .441.088.618.088l-.177 3.087c-.264-.088-.617-.088-.881-.088-1.411 0-2.999.793-3.087 3.439l-.529 7.672h-3.44l.706-11.64Zm18.783-2.558c2.911 0 6.085 1.499 5.644 7.231-.441 5.909-3.792 7.231-6.614 7.231-2.821 0-6.084-1.411-5.643-7.231.352-5.732 3.792-7.231 6.613-7.231Zm-.793 12.17c2.204 0 2.822-2.558 2.998-4.851.176-2.292-.088-4.85-2.293-4.85-2.204 0-2.91 2.558-2.998 4.85-.265 2.293.176 4.851 2.293 4.851Zm12.963-9.612c.088-.882.088-1.676 0-2.293h3.086v2.116h.088c.529-.794 1.588-2.381 3.969-2.381 3.262 0 4.056 2.381 3.792 5.203l-.618 9.083h-3.439l.617-8.466c.089-2.116-.264-2.998-1.675-2.998-1.852 0-2.557 1.499-2.646 3.351l-.617 8.201h-3.439l.882-11.816Zm17.813 0c.088-.882.088-1.676 0-2.293h3.086v2.116h.088c.529-.794 1.588-2.381 3.969-2.381 3.262 0 4.056 2.381 3.792 5.203l-.618 9.083h-3.439l.617-8.466c.089-2.116-.264-2.998-1.675-2.998-1.852 0-2.557 1.499-2.646 3.351l-.617 8.201h-3.439l.882-11.816Zm27.16 11.111c-.705.264-2.204.881-4.232.881-4.498 0-6.261-3.262-6.085-7.054.264-4.233 2.734-7.496 6.349-7.496 2.998 0 5.556 1.852 5.115 7.496v.617h-8.201c-.177 2.381.705 3.792 3.351 3.792 2.116 0 3.086-.617 3.703-1.146v2.91Zm-2.028-7.584c.176-2.557-.529-3.704-2.116-3.704-1.852 0-2.646 1.94-2.822 3.704h4.938Zm9.7-3.527c.088-.971.088-1.852 0-2.293h3.439v2.204h.089c.617-1.146 1.851-2.381 3.703-2.381 2.381 0 2.998 1.5 3.439 2.205.794-.97 1.852-2.205 3.969-2.205 2.998 0 3.968 2.205 3.615 5.556l-.617 8.642h-3.439l.617-8.907c.088-1.675-.441-2.645-1.587-2.645-1.499 0-2.381 1.411-2.558 2.998l-.617 8.466h-3.439l.617-8.907c.088-1.675-.441-2.645-1.587-2.645-1.499 0-2.381 1.411-2.557 2.998l-.618 8.466h-3.439l.97-11.552Zm34.392 11.111c-.706.264-2.205.881-4.233.881-4.497 0-6.261-3.262-6.085-7.054.265-4.233 2.734-7.496 6.35-7.496 2.998 0 5.555 1.852 5.114 7.496v.617h-8.201c-.176 2.381.706 3.792 3.351 3.792 2.117 0 3.087-.617 3.704-1.146v2.91Zm-2.117-7.584c.177-2.557-.529-3.704-2.116-3.704-1.852 0-2.645 1.94-2.822 3.704h4.938Zm9.701-3.527c.088-.882.088-1.676 0-2.293h3.086v2.116h.088c.529-.794 1.588-2.381 3.968-2.381 3.263 0 4.057 2.381 3.792 5.203l-.617 9.083h-3.439l.617-8.466c.088-2.116-.264-2.998-1.675-2.998-1.852 0-2.558 1.499-2.646 3.351l-.617 8.201h-3.439l.882-11.816Zm19.4-5.292 3.439-.97-.264 3.969h2.821l-.176 2.557h-2.822l-.529 7.231c-.088 1.499.441 1.94 1.411 1.94.617 0 .97-.176 1.323-.264l-.177 2.381a5.171 5.171 0 0 1-2.292.529c-2.558 0-3.792-1.147-3.616-4.145l.529-7.672h-2.204l.176-2.557h2.205l.176-2.999ZM29.59 222.575h-4.145l-1.147 2.998h-3.615l5.732-14.286h4.232l3.528 14.286h-3.969l-.617-2.998Zm-1.324-8.377-2.028 5.643h2.822l-.794-5.643Zm8.466-2.911h8.466l-.177 2.822h-4.674l-.176 2.91h4.41l-.177 2.822h-4.41l-.44 5.732h-3.792l.97-14.286Zm13.58 4.41-.793 9.876h-3.351l.97-14.286h4.497l2.998 9.877.706-9.877h3.35l-.97 14.286h-4.497l-2.91-9.876Zm17.284-4.586c3.087 0 6.173 2.116 5.82 7.319-.44 5.379-3.703 7.32-6.878 7.32-3.086 0-6.173-2.117-5.82-7.32.264-5.203 3.704-7.319 6.878-7.319Zm-.97 11.993c1.587 0 2.557-1.852 2.734-4.674.176-2.822-.53-4.673-2.028-4.673-1.5 0-2.558 1.94-2.734 4.673-.176 2.822.44 4.674 2.028 4.674Zm14.639-1.587c-.265-1.411-.882-1.499-1.5-1.499h-.176l-.44 5.555h-3.793l.97-14.286h5.732c2.91 0 4.41 1.235 4.233 3.792-.088 2.117-1.675 2.91-2.91 3.351v.089c.794.264 1.323.617 1.675 2.645l.97 4.409h-3.968l-.793-4.056Zm-.618-4.233c.794 0 1.588-.617 1.676-1.499.088-.97-.441-1.676-1.5-1.676h-1.146l-.176 3.263h1.146v-.088Zm23.369 8.025c-1.235.441-2.557.529-3.527.529-4.145 0-6.967-2.558-6.526-7.496.265-4.233 2.91-7.231 7.584-7.231 1.94 0 2.998.529 3.439.617l-.441 3.087c-.441-.265-1.499-.794-2.734-.794-2.38 0-3.703 1.587-3.968 4.409-.176 2.381.97 4.321 3.439 4.321a5.381 5.381 0 0 0 2.822-.793l-.088 3.351Zm3.175-14.022h8.818l-.176 2.822h-5.027l-.176 2.734h4.762l-.177 2.822h-4.762l-.176 2.998h5.203l-.177 2.822h-9.082l.97-14.198Zm16.225 10.23c-.264-1.411-.881-1.499-1.499-1.499h-.176l-.441 5.555h-3.792l.97-14.286h5.732c2.91 0 4.409 1.235 4.233 3.792-.088 2.117-1.676 2.91-2.91 3.351v.089c.793.264 1.322.617 1.675 2.645l.97 4.409h-3.968l-.794-4.056Zm-.529-4.233c.794 0 1.588-.617 1.676-1.499.088-.97-.441-1.676-1.499-1.676h-1.147l-.176 3.263h1.146v-.088Zm10.318-3.086h-2.999l.177-2.911h9.965l-.177 2.911h-2.998l-.794 11.375h-3.968l.794-11.375Zm8.994-2.911h3.792l-.97 14.286h-3.792l.97-14.286Zm6.79 0h8.466l-.176 2.822h-4.674l-.176 2.91h4.409l-.177 2.822h-4.409l-.441 5.732h-3.88l1.058-14.286Zm10.583 0h3.791l-.97 14.286h-3.88l1.059-14.286Zm15.961 14.022c-1.235.441-2.558.529-3.528.529-4.144 0-6.966-2.558-6.525-7.496.264-4.233 2.91-7.231 7.584-7.231 1.94 0 2.998.529 3.439.617l-.441 3.087c-.441-.265-1.499-.794-2.734-.794-2.381 0-3.704 1.587-3.968 4.409-.177 2.381.97 4.321 3.439 4.321a5.381 5.381 0 0 0 2.822-.793l-.088 3.351Zm9.964-2.734h-4.144l-1.147 2.998h-3.615l5.732-14.286h4.233l3.527 14.286h-3.968l-.618-2.998Zm-1.322-8.377-2.028 5.643h2.821l-.793-5.643Zm9.612 0h-2.999l.177-2.911h9.965l-.177 2.911h-2.998l-.794 11.375h-4.056l.882-11.375Zm8.994-2.911h3.792l-.97 14.286h-3.792l.97-14.286Zm12.787-.176c3.086 0 6.173 2.116 5.82 7.319-.441 5.379-3.704 7.32-6.878 7.32-3.175 0-6.173-2.117-5.82-7.32.264-5.203 3.703-7.319 6.878-7.319Zm-.97 11.993c1.587 0 2.557-1.852 2.734-4.674.176-2.822-.529-4.673-2.029-4.673-1.587 0-2.557 1.94-2.733 4.673-.177 2.822.441 4.674 2.028 4.674Zm12.698-7.407-.793 9.876h-3.351l.97-14.286h4.409l2.998 9.877.706-9.877h3.351l-.97 14.286h-4.41l-2.91-9.876ZM79.06 49.03c-4.41-1.587-10.23-2.557-22.222-2.557H46.52c.265 2.028.882 4.32 3.704 5.555h6.437c7.496 0 10.935.97 12.082 1.323 2.733.882 4.056 2.557 3.791 4.938l-.088 1.411C57.72 63.227 44.67 67.284 38.055 71.43c-4.057 2.116-5.644 5.026-6.085 8.641-.529 4.322 1.411 7.937 7.143 10.053 5.203 2.029 11.728 2.558 20.988 2.558h7.76c2.998-.177 6.525-.53 8.994-1.411 6.085-2.117 7.32-6.79 7.672-11.023l1.852-23.721c-.44-3.351-2.733-5.909-7.319-7.496Zm-8.818 38.007H57.72c-3.44-.176-6.173-.617-8.201-1.323-2.381-.793-3.616-2.204-3.792-4.233-.088-1.234.088-4.056 1.587-5.908 2.557-3.086 9.7-5.555 9.7-5.555 4.145-1.5 9.26-2.999 14.815-4.145l-1.587 21.164ZM173.769 50c-1.852-.706-3.792-1.146-6.437-1.41-16.843-2.206-35.097.264-52.822 3.35l.705-8.466c.177-2.38.617-4.056 3.528-4.938 2.91-.882 6.966-1.323 12.169-1.323h11.905c2.733-1.234 3.439-3.527 3.527-5.555h-15.873c-9.171 0-14.639.529-20.282 2.557-6.085 2.117-8.554 5.732-8.907 9.877l-.793 10.494c-1.94.44-4.233.705-6.173 1.234-2.293 1.94-2.646 4.145-2.381 6.526 2.645-.53 5.555-.97 8.025-1.5l-2.381 31.482h13.844l2.558-33.774c11.111-2.117 34.479-6.35 47.178-4.41 1.146.177 1.94.442 2.293.618 2.733.882 4.056 2.557 3.791 4.938l-.088.265c-14.638 3.527-27.601 7.584-34.303 11.816-4.057 2.117-5.644 5.027-6.085 8.642-.529 4.321 1.411 7.937 7.143 10.053 5.203 2.028 11.728 2.558 20.988 2.558h7.76c2.998-.177 6.525-.53 8.995-1.411 6.084-2.117 7.319-6.79 7.672-11.023l1.851-22.663c-.529-3.704-2.821-6.173-7.407-7.937Zm-8.907 37.037H152.34c-3.439-.176-6.172-.617-8.201-1.323-2.381-.793-3.703-2.204-3.792-4.233-.088-1.234.089-4.056 1.588-5.908 2.557-3.086 9.7-5.555 9.7-5.555 4.145-1.5 9.259-2.999 14.815-4.145l-1.588 21.164Zm68.695-27.249-1.763 21.34c-.177 2.382-1.852 4.057-4.674 4.939-2.646.794-6.173 1.323-10.67 1.323-4.409-.088-7.937-.53-10.406-1.323-2.734-.882-3.968-2.557-3.704-4.938l1.852-21.252c.177-2.381 1.852-4.145 4.674-4.939 2.645-.793 6.173-1.323 10.582-1.323 4.497.089 7.936.53 10.406 1.323 2.645.794 3.792 2.47 3.703 4.85Zm6.702-9.347c-5.026-1.94-11.111-2.381-19.488-2.557h-1.588c-8.465 0-14.638.617-19.929 2.557-6.173 2.116-8.554 5.732-8.995 9.965L188.496 80.6c-.441 4.233 1.411 7.848 7.142 9.964 3.792 1.411 8.29 2.117 13.933 2.293 0 .617 0 0-.088.617-.441 4.939 4.85 9.877 12.875 9.877h15.168c5.202 0 6.613-5.38 6.613-5.38h-11.993c-9.964.089-8.906-5.114-8.906-5.114 5.379-.264 9.612-.882 13.404-2.293 6.173-2.116 8.642-5.731 9.083-9.964l1.587-20.194c.529-4.233-1.323-7.849-7.055-9.965ZM26.767 150.705h213.669l3.262-41.887H29.854l-3.087 41.887Z"/><path fill="#581866" d="M39.466 117.637h6.437l-1.587 24.338h-6.438l1.588-24.338Zm12.874 18.254c1.588.882 3.969 1.587 6.526 1.587 2.028 0 4.056-.441 4.145-2.381.264-4.497-11.376-1.587-10.759-10.494.441-5.82 6.261-7.495 11.111-7.495 2.293 0 4.674.441 6.173.881l-.793 5.027c-1.588-.794-3.528-1.146-5.38-1.146-1.587 0-4.32.088-4.497 2.292-.265 3.969 11.376 1.323 10.758 10.053-.44 6.349-5.82 8.025-11.287 8.025-2.293 0-5.027-.441-7.143-.97l1.146-5.379Zm36.685-18.783c8.024 0 11.904 4.85 11.287 12.61-.529 7.76-5.114 12.61-13.14 12.61-8.024 0-11.904-4.85-11.287-12.61.53-7.76 5.115-12.61 13.14-12.61Zm-1.5 20.37c3.969 0 5.732-3.792 6.085-7.76.265-4.233-.97-7.76-4.938-7.76s-5.732 3.527-6.085 7.76c-.264 4.056 1.058 7.76 4.938 7.76Zm40.565-13.404-4.85 3.351-2.646-4.409 8.642-5.379h5.732l-1.675 24.338h-6.438l1.235-17.901Zm24.603 13.228h-10.935l.441-5.115 10.759-14.55h7.143l-1.147 15.344h3.439l-.264 4.409h-3.439l-.265 4.674h-6.085l.353-4.762Zm1.411-14.727-7.495 10.317h6.613c.177-.088.882-10.317.882-10.317Zm13.316 7.143c.441-6.349 2.292-12.61 10.405-12.61 8.025 0 8.995 6.261 8.554 12.61-.441 6.349-2.293 12.61-10.405 12.61-8.025 0-8.995-6.261-8.554-12.61Zm12.61 0c.264-3.792.264-8.201-2.646-8.201s-3.439 4.321-3.703 8.201c-.265 3.792-.265 8.201 2.645 8.201 2.91-.088 3.439-4.321 3.704-8.201Zm11.464 0c.441-6.349 2.293-12.61 10.405-12.61 8.113 0 8.995 6.261 8.554 12.61-.441 6.349-2.292 12.61-10.405 12.61s-8.907-6.261-8.554-12.61Zm12.61 0c.265-3.792.265-8.201-2.645-8.201s-3.44 4.321-3.704 8.201c-.265 3.792-.265 8.201 2.645 8.201 2.91-.088 3.528-4.321 3.704-8.201Zm20.547-5.644-4.85 3.351-2.646-4.409 8.642-5.379h5.732l-1.675 24.338h-6.438l1.235-17.901Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        afaqiso9001
                        <code>[[svg_include:svg/labels/afaqiso9001.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo afaq iso 9001" width="270" height="250" fill="none" viewBox="0 0 270 250" class="label-afaq-iso9001"><path fill="#581866" d="M260.847 8.995C77.337 6.349 24.162 37.037 24.162 37.037L12.434 192.504h234.568l13.845-183.51ZM8.818 241.182h234.568l3.351-44.797H12.169l-3.35 44.797Z"/><path fill="#fff" d="M85.714 183.862h-.617c-3.968 0-7.32-2.91-6.966-9.788.529-6.878 4.32-9.788 8.289-9.788 3.968 0 7.319 2.91 6.966 9.788-.264 4.762-2.204 7.584-4.673 8.907l3.439 4.232h-4.057l-2.38-3.351Zm-.352-2.733c2.204 0 4.144-1.94 4.409-7.143.44-5.203-1.323-7.143-3.528-7.143-2.204 0-4.144 1.94-4.409 7.143-.44 5.379 1.235 7.143 3.528 7.143Zm25.749.088c-.088.882-.088 1.675 0 2.293h-3.086v-2.117h-.088c-.706.97-1.676 2.381-3.969 2.381-3.262 0-4.056-2.381-3.792-5.203l.618-9.082h3.439l-.617 8.465c-.089 2.117.44 2.998 1.851 2.998 1.852 0 2.381-1.587 2.558-3.439l.617-8.024h3.439l-.97 11.728Zm8.642-10.847c.97-.441 2.381-.97 4.497-.97 4.321 0 5.203 2.117 4.939 5.644l-.441 6.173c-.088.97 0 1.94 0 2.557h-2.998c-.089-.529-.089-1.234-.089-1.94h-.088c-.882 1.147-2.028 2.117-4.056 2.117-2.205 0-4.145-1.499-3.968-4.145.264-3.792 3.439-4.85 7.76-4.85h.705v-.529c.088-1.411-.529-2.646-2.381-2.646-1.675 0-3.263.794-3.968 1.411v-2.822h.088Zm6.261 6.35h-.264c-2.91 0-4.674.617-4.851 2.645-.088 1.323.706 2.117 2.029 2.117 2.028 0 2.822-1.5 2.998-4.057l.088-.705Zm11.817-13.669h3.439l-1.411 20.459h-3.439l1.411-20.459Zm10.758 6.526h3.439l-.97 14.021h-3.439l.97-14.021Zm.441-6.085h3.527l-.176 3.351h-3.527l.176-3.351Zm12.081 3.086 3.439-.97-.264 3.969h2.822l-.177 2.557h-2.91l-.529 7.231c-.088 1.499.441 1.94 1.411 1.94.617 0 .97-.176 1.323-.264l-.177 2.381a5.171 5.171 0 0 1-2.292.529c-2.558 0-3.792-1.147-3.616-4.145l.529-7.672h-2.204l.176-2.557h2.205l.264-2.999Zm21.781 16.403c-.705.264-2.204.881-4.232.881-4.498 0-6.261-3.262-6.085-7.054.264-4.233 2.734-7.496 6.349-7.496 2.998 0 5.556 1.852 5.115 7.496v.617h-8.201c-.177 2.381.705 3.792 3.351 3.792 2.116 0 3.086-.617 3.703-1.146v2.91Zm-2.116-7.584c.176-2.557-.529-3.704-2.116-3.704-1.852 0-2.646 1.94-2.822 3.704h4.938Zm-1.499-11.376h3.086l-2.998 3.968h-2.116l2.028-3.968ZM28.924 222.575H24.78l-1.147 2.998h-3.615l5.732-14.286h4.144l3.528 14.286h-3.969l-.529-2.998Zm-1.41-8.377-2.029 5.643h2.822l-.794-5.643Zm8.553-2.911h8.466l-.177 2.822h-4.673l-.177 2.91h4.41l-.177 2.822h-4.41l-.44 5.732h-3.792l.97-14.286Zm13.58 4.41-.793 9.876h-3.351l.97-14.286h4.497l2.998 9.877.706-9.877h3.35l-.97 14.286h-4.497l-2.91-9.876Zm17.284-4.586c3.087 0 6.173 2.116 5.82 7.319-.44 5.379-3.703 7.32-6.878 7.32-3.086 0-6.173-2.117-5.82-7.32.265-5.203 3.704-7.319 6.878-7.319Zm-.97 11.993c1.588 0 2.558-1.852 2.734-4.674.176-2.822-.53-4.673-2.028-4.673-1.588 0-2.558 1.94-2.734 4.673-.176 2.822.441 4.674 2.028 4.674Zm14.639-1.587c-.265-1.411-.882-1.499-1.5-1.499h-.176l-.44 5.555H74.69l.97-14.286h5.644c2.91 0 4.41 1.235 4.233 3.792-.088 2.117-1.675 2.91-2.91 3.351v.089c.794.264 1.323.617 1.675 2.645l.97 4.409h-3.968l-.705-4.056Zm-.618-4.233c.794 0 1.588-.617 1.676-1.499.088-.97-.441-1.676-1.5-1.676h-1.146l-.176 3.263h1.146v-.088Zm23.369 8.025c-1.235.441-2.557.529-3.527.529-4.145 0-6.967-2.558-6.526-7.496.265-4.233 2.91-7.231 7.584-7.231 1.94 0 2.998.529 3.439.617l-.441 3.087c-.441-.265-1.499-.794-2.734-.794-2.38 0-3.703 1.587-3.968 4.409-.176 2.381.97 4.321 3.439 4.321a5.381 5.381 0 0 0 2.822-.793l-.088 3.351Zm3.175-14.022h8.818l-.176 2.822h-5.027l-.176 2.734h4.762l-.177 2.822h-4.762l-.176 2.998h5.203l-.176 2.822h-9.083l.97-14.198Zm16.225 10.23c-.264-1.411-.881-1.499-1.499-1.499h-.176l-.441 5.555h-3.792l.97-14.286h5.732c2.91 0 4.409 1.235 4.233 3.792-.088 2.117-1.676 2.91-2.91 3.351v.089c.793.264 1.323.617 1.675 2.645l.97 4.409h-3.968l-.794-4.056Zm-.529-4.233c.794 0 1.588-.617 1.676-1.499.088-.97-.441-1.676-1.499-1.676h-1.147l-.176 3.263h1.146v-.088Zm10.23-3.086h-2.999l.177-2.911h9.964l-.176 2.911h-2.998l-.794 11.375h-3.792l.618-11.375Zm9.082-2.911h3.792l-.97 14.286h-3.792l.97-14.286Zm6.791 0h8.465l-.176 2.822h-4.674l-.176 2.91h4.409l-.176 2.822h-4.41l-.441 5.732h-3.88l1.059-14.286Zm10.493 0h3.792l-.97 14.286h-3.792l.97-14.286Zm16.05 14.022c-1.235.441-2.558.529-3.528.529-4.144 0-6.966-2.558-6.525-7.496.264-4.233 2.91-7.231 7.584-7.231 1.94 0 2.998.529 3.439.617l-.441 3.087c-.441-.265-1.499-.794-2.734-.794-2.381 0-3.704 1.587-3.968 4.409-.176 2.381.97 4.321 3.439 4.321a5.381 5.381 0 0 0 2.822-.793l-.088 3.351Zm9.965-2.734h-4.145l-1.146 2.998h-3.616l5.732-14.286h4.233l3.527 14.286h-3.968l-.617-2.998Zm-1.411-8.377-2.029 5.643h2.822l-.793-5.643Zm9.7 0h-2.998l.176-2.911h9.965l-.177 2.911h-2.998l-.794 11.375h-4.056l.882-11.375Zm8.994-2.911h3.792l-.97 14.286h-3.792l.97-14.286Zm12.611-.176c3.086 0 6.173 2.116 5.82 7.319-.441 5.379-3.704 7.32-6.878 7.32-3.087 0-6.173-2.117-5.821-7.32.441-5.203 3.88-7.319 6.879-7.319Zm-.882 11.993c1.587 0 2.557-1.852 2.734-4.674.176-2.822-.53-4.673-2.029-4.673-1.499 0-2.557 1.94-2.733 4.673-.177 2.822.529 4.674 2.028 4.674Zm12.698-7.407-.793 9.876h-3.263l.97-14.286h4.409l2.998 9.877.706-9.877h3.351l-.97 14.286h-4.41l-2.998-9.876ZM78.395 49.03c-4.41-1.587-10.23-2.557-22.222-2.557H45.855c.265 2.028.882 4.32 3.704 5.555h6.438c7.495 0 10.934.97 12.08 1.323 2.734.882 4.057 2.557 3.793 4.938l-.09 1.411c-14.725 3.527-27.776 7.584-34.39 11.73-4.057 2.116-5.644 5.026-6.085 8.641-.529 4.322 1.411 7.937 7.143 10.053 5.203 2.029 11.728 2.558 20.988 2.558h7.76c2.998-.177 6.525-.53 8.995-1.411 6.084-2.117 7.319-6.79 7.671-11.023l1.852-23.721c-.44-3.351-2.733-5.909-7.319-7.496Zm-8.818 38.007H57.055c-3.44-.176-6.173-.617-8.201-1.323-2.381-.793-3.616-2.204-3.792-4.233-.088-1.234.088-4.056 1.587-5.908 2.557-3.086 9.7-5.555 9.7-5.555 4.145-1.5 9.26-2.999 14.815-4.145l-1.587 21.164ZM173.104 50c-1.852-.706-3.792-1.146-6.437-1.41-16.843-2.206-35.097.264-52.822 3.35l.705-8.466c.177-2.38.618-4.056 3.528-4.938 2.91-.882 6.966-1.323 12.169-1.323h11.905c2.733-1.234 3.439-3.527 3.527-5.555h-15.873c-9.171 0-14.638.529-20.282 2.557-6.085 2.117-8.554 5.732-8.907 9.877l-.793 10.494c-1.94.44-4.233.705-6.173 1.234-2.293 1.94-2.646 4.145-2.381 6.526 2.645-.53 5.555-.97 8.025-1.5l-2.381 31.482h13.844l2.558-33.774c11.111-2.117 34.479-6.35 47.178-4.41 1.146.177 1.94.442 2.293.618 2.733.882 4.056 2.557 3.791 4.938l-.088.265c-14.638 3.527-27.601 7.584-34.303 11.816-4.056 2.117-5.644 5.027-6.085 8.642-.529 4.321 1.411 7.937 7.143 10.053 5.203 2.028 11.729 2.558 20.988 2.558h7.76c2.998-.177 6.526-.53 8.995-1.411 6.084-2.117 7.319-6.79 7.672-11.023l1.851-22.663c-.529-3.704-2.821-6.173-7.407-7.937Zm-8.906 37.037h-12.523c-3.439-.176-6.172-.617-8.201-1.323-2.381-.793-3.703-2.204-3.791-4.233-.089-1.234.088-4.056 1.587-5.908 2.557-3.086 9.7-5.555 9.7-5.555 4.145-1.5 9.259-2.999 14.815-4.145l-1.587 21.164Zm68.606-27.249-1.763 21.34c-.177 2.382-1.852 4.057-4.674 4.939-2.646.794-6.173 1.323-10.67 1.323-4.41-.088-7.937-.53-10.406-1.323-2.734-.882-3.968-2.557-3.704-4.938l1.852-21.252c.177-2.381 1.852-4.145 4.674-4.939 2.645-.793 6.173-1.323 10.582-1.323 4.497.089 7.936.53 10.406 1.323 2.733.794 3.88 2.47 3.703 4.85Zm6.702-9.347c-5.026-1.94-11.111-2.381-19.488-2.557h-1.588c-8.465 0-14.638.617-19.929 2.557-6.173 2.116-8.554 5.732-8.995 9.965L187.831 80.6c-.441 4.233 1.411 7.848 7.143 9.964 3.791 1.411 8.289 2.117 13.933 2.293 0 .617 0 0-.089.617-.441 4.939 4.85 9.877 12.875 9.877h15.168c5.202 0 6.613-5.38 6.613-5.38h-11.993c-9.964.089-8.906-5.114-8.906-5.114 5.379-.264 9.612-.882 13.404-2.293 6.173-2.116 8.642-5.731 9.083-9.964l1.587-20.194c.353-4.233-1.323-7.849-7.143-9.965ZM26.102 150.705h213.669l3.174-41.887H29.189l-3.087 41.887Z"/><path fill="#581866" d="M44.18 117.637h6.437l-1.587 24.338h-6.437l1.587-24.338Zm15.08 18.254c1.587.882 3.968 1.587 6.525 1.587 2.028 0 4.056-.441 4.145-2.381.264-4.497-11.376-1.587-10.759-10.494.441-5.82 6.261-7.495 11.111-7.495 2.293 0 4.674.441 6.173.881l-.794 5.027c-1.587-.794-3.527-1.146-5.379-1.146-1.587 0-4.32.088-4.497 2.292-.265 3.969 11.376 1.323 10.758 10.053-.44 6.349-5.82 8.025-11.287 8.025-2.293 0-5.027-.441-7.143-.97l1.146-5.379Zm38.712-18.783c8.024 0 11.905 4.85 11.287 12.61-.529 7.76-5.114 12.61-13.14 12.61-8.024 0-11.904-4.85-11.287-12.61.618-7.76 5.203-12.61 13.14-12.61Zm-1.411 20.37c3.968 0 5.732-3.792 6.085-7.76.264-4.233-.971-7.76-4.939-7.76s-5.732 3.527-6.084 7.76c-.265 4.056.97 7.76 4.938 7.76Zm37.302-1.146c.97.705 2.645 1.322 5.026 1.322 4.321 0 5.82-2.822 6.173-7.143h-.088c-1.323 1.588-2.999 2.558-5.468 2.558-4.409 0-7.054-3.351-6.79-7.672.265-4.498 4.321-8.289 9.7-8.289 6.967 0 8.995 5.467 8.554 11.463-.529 7.496-3.615 13.581-11.728 13.581-2.558 0-4.409-.441-6.261-1.147l.882-4.673Zm8.465-14.992c-2.028 0-3.263 1.588-3.351 3.44-.088 2.028.617 3.791 2.822 3.791 2.116 0 3.351-1.675 3.439-3.615.177-1.94-.793-3.704-2.91-3.616Zm16.226 8.378c.441-6.349 2.293-12.61 10.406-12.61 8.024 0 8.994 6.261 8.553 12.61-.441 6.349-2.292 12.61-10.405 12.61-8.025 0-8.995-6.261-8.554-12.61Zm12.61 0c.265-3.792.265-8.201-2.645-8.201s-3.44 4.321-3.704 8.201c-.265 3.792-.265 8.201 2.645 8.201 2.91-.088 3.44-4.321 3.704-8.201Zm13.669 0c.44-6.349 2.292-12.61 10.405-12.61 8.025 0 8.995 6.261 8.554 12.61-.441 6.349-2.293 12.61-10.406 12.61s-8.994-6.261-8.553-12.61Zm12.61 0c.264-3.792.264-8.201-2.646-8.201s-3.439 4.321-3.703 8.201c-.265 3.88-.265 8.201 2.645 8.201 2.91-.088 3.351-4.321 3.704-8.201Zm22.575-5.644-4.85 3.351-2.646-4.409 8.642-5.379h5.732l-1.675 24.338h-6.438l1.235-17.901Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        ancvchequevacances
                        <code>[[svg_include:svg/labels/ancvchequevacances.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo ANCV cheque vacances" width="342" height="250" fill="none" viewBox="0 0 342 250" class="label-ancv-cheque-vacances"><g clip-rule="evenodd"><path fill="#E0922F" d="m214.007 85.097 2.116-6.084 2.117 6.084 6.349.088-5.115 3.88 1.852 6.085-5.203-3.704-5.202 3.704 1.851-6.085-5.114-3.88 6.349-.088Z"/><path fill="#CC2229" d="m233.231 83.421-.353-6.349 4.233 4.762 5.908-2.38-3.262 5.467 4.056 4.938-6.261-1.411-3.439 5.38-.617-6.35-6.173-1.587 5.908-2.47Z"/><path fill="#33A457" d="m250.162 73.81-1.852-6.085 5.203 3.704 5.291-3.616-1.94 6.085 5.115 3.88-6.349.088-2.117 5.996-2.028-6.084-6.349-.177 5.026-3.791Z"/><g fill="#33348E"><path d="M76.441 44.533c.97 23.72 11.376 42.328 39.683 43.65 25.308 1.235 25.485 6.614 25.485 11.2 0 4.585-7.761 14.991-25.485 11.552 2.557 9.964 16.578 29.277 36.684 33.509-5.82-16.137-1.235-55.202 48.853-57.407-1.411-3.616-5.996-7.76-15.784-7.937-9.789-.176-12.346-2.028-6.173-6.79 6.173-4.144 26.367-10.758 28.748-34.127C210.039 22.4 197.87 8.906 197.87 8.906c-1.411 11.376-10.582 20.724-16.932 24.956-6.349 4.145-24.515 15.168-25.485 42.857-18.342-13.315-28.747-19.312-42.68-21.693-13.933-2.557-26.103-.793-36.332-10.493Z"/><path d="M178.998 139.33c-1.94.793-5.732 1.146-8.73.705-2.998-.441-7.231-1.058-6.878-8.113.353-5.996 2.91-8.289 4.762-9.523 2.028-1.323 4.762-2.646 5.996-2.646 1.235 0 2.205.617 2.734.617.529 0 .529-1.852.529-1.852-.353-1.94-1.764-1.94-3.175-1.851-1.411.088-6.525 1.763-9.7 5.291-3.174 3.527-4.409 11.375-2.822 15.344 1.588 4.056 3.528 5.731 7.408 6.084 3.88.353 9.7.353 10.405-.441.706-.705 1.764-1.94 1.411-2.91-.088-.882-.882-1.675-1.94-.705Zm62.17.264c-.53-.176-.97.353-1.411.441-.441.088-3.175.529-4.233-.793 1.587-.618 3.174-1.852 3.174-4.321.089-2.47-.705-4.057-2.38-4.145-1.676-.176-3.881 1.764-3.881 3.439 0 1.676.265 2.381.265 2.381-1.058 1.235-2.205 2.293-3.792 2.381-1.587.088-1.587-.882-1.675-1.411-.089-.441.264-3.263.176-4.233-.088-.97-.441-2.028-1.235-2.028-.793 0-.97 1.058-1.058 1.94-.088.882-.617 4.321-1.411 5.115-.705.793-1.675 1.146-1.94-.177-.264-1.322.618-4.409.618-4.409.264-.705-.265-1.763-.53-2.204-.264-.441-.881-.529-1.146.176-.265.705-.97 3.351-1.764 4.938-.793 1.499-2.733 2.822-3.615 2.999-.265-1.588-.265-3.704-.265-3.704.706-1.587 1.058-2.998.794-4.321-.265-1.411-1.146-1.058-2.293-.088-.705-.706-2.293-.706-2.293-.706-.529 0-4.232.706-4.409 7.408-1.499 2.116-4.233 2.469-5.379 1.411 1.146-2.646 1.587-4.41 1.587-6.173 0-1.764-.529-3.616-2.381-3.704-1.851-.088-4.762 3.792-3.527 9.436-1.411 1.146-2.734 1.234-3.615 1.058-.882-.177-1.676-1.147-2.029-3.263-.352-2.116.089-4.321-1.675-4.762-1.764-.441-5.115 5.291-5.908 6.261.088-4.409.529-20.194.529-20.194.088-1.587 0-3.174-.706-3.174-.793 0-.882 1.41-1.058 2.998-.176 1.499-.882 16.755-.97 23.721 0 .794.088 1.587.705 2.293.618.617.882 1.058 1.676-.353.794-1.411 2.469-4.409 3.175-5.467.617-1.058 2.028-2.91 1.94-.706-.089 2.205 1.234 5.909 4.144 6.085 2.998.265 4.233-1.499 5.027-1.94 1.058.529 3.174 2.028 4.673 1.94 1.499-.088 3.792-1.764 4.498-2.381.97 1.323 3.086 3.175 5.026 1.235.265 1.587.441 7.319.353 9.082-.088 1.764.088 2.646.705 2.646.618 0 1.411-.088 1.411-2.646 0-2.557-.088-8.289-.088-8.289 2.557-.97 3.704-2.028 4.409-3.351.706 1.323 1.676 2.998 2.822 2.91 1.058-.088 2.557-1.058 3.175-2.204.617 1.146 2.557 2.204 3.527 2.204.97 0 3.263-1.411 3.968-2.204.882 1.411 2.469 2.822 3.88 2.91 1.411.088 3.616-.618 4.233-1.852.794-1.235.706-2.028.177-2.205Zm-40.653-4.409c-.265.441-.617 1.411-1.235 2.028 0-.529.089-1.851.265-2.292.176-.441.441-1.5 1.146-1.5.618 0 .089 1.235-.176 1.764Zm10.582 4.233c-.882 0-1.94.176-1.852-1.94.088-2.116 2.293-3.175 2.558-3.175.264 0 1.322.441 1.322 2.117-.088 2.028-1.234 2.998-2.028 2.998Zm25.132-5.82c.618.794-.441 1.675-1.587 2.116-.088-.97 1.146-2.116 1.587-2.116Zm8.642 1.411c-.882 0-2.116.353-1.852 1.146.265.794.618 2.646 1.323 2.646.617 0 3.616.529 3.087-1.764-.618-2.381-2.558-2.028-2.558-2.028Zm21.693-17.461c-.529-.793-1.234-.881-1.675.353-2.469 5.908-10.053 22.046-10.053 22.046-2.557-6.085-8.201-18.607-8.201-18.607-.441-.793-.97-1.499-1.411-1.322-.794 0-.97.97-.353 2.381 2.205 4.761 7.937 18.606 9.083 21.252.529 1.058 1.235 1.411 2.028-.177.794-1.587 6.438-13.492 10.759-23.104.705-1.675.441-2.028-.177-2.822Zm6.879 22.399c-.529.265-1.94-.264-2.117-1.675.441-2.646.441-3.88-.441-5.115-.441-1.146-.881-1.587-1.675-1.411-.794.176-4.409 1.235-5.82 5.203-.441 1.499-1.323 2.734-.529 4.233.705 1.499 1.94 2.381 2.998 2.381 1.058 0 2.91-1.852 3.615-2.999.53 1.676 1.852 2.822 3.087 2.822 1.234 0 2.381-.793 2.645-2.293.177-1.146-1.234-1.41-1.763-1.146Zm-5.997-1.411c-.441.353-1.411 1.587-2.116 1.235-1.058-.706.529-2.117 1.058-2.558.441-.441 1.676-1.146 1.676-1.146.881.617-.177 2.205-.618 2.469Zm14.991 1.235c-.881.529-4.585.529-4.585-1.411 0-1.147.97-1.764 1.411-2.293.441-.441 1.411-.617 1.675-.617.353 0 .441.617.97.705.529.088 1.147.177 1.147-1.323 0-1.675-.882-2.469-.882-2.469-.529-.529-1.323-.441-1.852-.352-.529.088-2.381-.53-4.233 3.174-1.587 3.263.882 8.201 3.968 8.201 1.411 0 4.057-.705 3.969-2.822-.088-2.028-.97-1.234-1.588-.793Zm50.441-.441c-1.058-3.351-1.411-5.027-1.499-6.702-.088-1.676-1.323-1.499-1.323-1.499s-.352.441-.881 1.411c-.529 1.058-4.145 7.848-7.143 7.319 1.499-1.499 2.116-2.998 2.293-5.291.176-2.381-.618-2.91-2.558-2.91s-3.792 4.056-3.263 6.966c-1.234 1.411-2.733 1.235-3.703 1.235-.97 0-2.91-.529-2.91-2.381 0-1.852 1.675-1.852 2.292-1.852.53 0 2.029-.088 2.029-1.675 0-1.588-1.323-2.029-2.822-1.94-1.499.088-3.792 1.851-3.528 6.525-1.41.97-3.615 2.205-3.703-.441-.088-2.557.529-4.144 0-5.379-.441-1.235-2.469-.97-3.175-.705-.705.264-2.381 2.028-2.734 2.469-.44-1.411-1.058-2.293-1.94-2.205-.881.176-1.058 1.764-1.41 2.734-.353.97-1.588 4.409-2.381 4.497-.794.088-.794-.882-.794-.882.794-1.852.529-5.026-1.499-6.084-1.323-.441-3.792.529-5.468 2.292-1.675 1.676-2.381 4.233-1.411 6.791 1.059 2.469 3.969 2.116 7.143.176.794 1.146 1.676 1.411 2.469 1.234.794-.176 2.47-2.557 3.175-3.968.706 2.469 1.058 3.88 1.499 3.88.441 0 .882-1.411 1.058-4.233 1.059-1.322 1.852-2.204 3.263-2.91-.176 2.117.353 7.32 3.087 7.32 1.322 0 2.821-1.059 3.527-2.205 1.499 1.587 2.91 2.381 4.674 2.381 1.763 0 3.262-.441 4.144-1.499 1.411 1.411 3.528 2.91 6.526.176 1.234 1.323 2.204 1.676 3.439 1.676 2.205-.088 4.145-2.205 3.527-4.321Zm-42.416-.529c-.705.617-2.645 1.146-3.086.617-.441-.529.441-1.587 1.587-2.469 1.146-.882 1.94-1.235 2.293-.706.617.97-.088 1.94-.794 2.558Zm30.071-1.94c-.177-.441-.089-.97.176-1.411.265-.441.705-1.147 1.146-.794 0 .882-.617 1.676-1.322 2.205Zm9.964 2.733c-.529.529-1.763 0-2.557-.088.441-.617 2.028-2.822 2.028-2.822.353 1.147 1.059 2.381.529 2.91Z"/><path d="M202.191 127.425c1.234.265 1.675-.705 1.675-1.587 0-.794-.176-1.676-1.411-1.676-1.235-.088-3.704-1.146-5.115-3.968-.176-.529-.705-.882-.97-.265-.44.794-.352 2.205.089 3.44.529 1.234 2.469 3.262 5.732 4.056ZM40.815 197.09c-7.496 0-16.402 2.998-20.282 7.407v5.82c4.673-4.232 11.199-6.613 19.312-6.613 8.113 0 13.316 2.91 13.316 5.82s-4.233 4.233-8.202 4.674c-3.968.44-19.224 2.292-24.78 3.703-5.555 1.411-10.405 4.85-10.405 9.877 0 5.114 6.967 13.404 22.752 13.404 2.998 0 9.876-.618 9.876-.618l8.466-6.79c-4.498 1.411-10.23 1.323-11.64 1.323-4.674 0-14.463-1.058-14.463-7.76 0-2.646 2.293-4.674 9.172-6.173 6.878-1.411 19.312-3.351 19.312-3.351v9.524c0 4.674-.265 8.465 4.232 10.846 4.498 2.381 14.992 2.646 14.992 2.646l6.437-5.644c-5.29-.705-12.17.088-12.17-10.141V212.61c-.087-7.76-5.731-15.52-25.925-15.52Zm72.046-.176c-3.704 1.41-17.99 1.322-17.99 1.322l-.264.618c1.675.617 5.114 1.851 5.114 7.231v24.074c0 2.557.353 7.76-5.202 9.347h18.342l.264-25.749c0-5.468 3.175-10.23 14.639-10.23 11.464 0 17.989 2.558 17.989 13.492v14.11c0 4.321-1.411 7.143-5.291 8.377h18.607v-25.749c0-5.644-1.411-16.755-26.455-16.755-5.82 0-13.757 1.852-19.577 6.966l-.176-7.054Zm127.248 1.146c-3.703-.97-12.786-1.323-12.786-1.323-16.226 0-43.739 4.938-43.739 23.545 0 12.346 18.695 20.459 38.889 20.459 11.816 0 19.576-1.852 19.576-1.852l7.496-8.73c-4.586 2.028-13.051 4.585-20.899 4.585-13.404 0-30.336-5.114-30.336-18.342 0-9.788 17.284-13.051 23.105-13.051 5.82 0 12.081 1.058 12.081 1.058l6.613-6.349Zm33.775-1.146c-2.205 1.234-19.313 1.234-19.313 1.234l-.088.529c5.468 2.028 8.378 3.704 11.464 8.201 3.175 4.498 24.868 33.951 24.868 33.951h8.906l33.246-42.857h-20.283l.089.617c3.262 1.411 6.261 2.91 2.821 7.407l-18.518 24.427-21.958-30.599c-.529-.97-1.234-2.91-1.234-2.91Z"/></g><path fill="#CC2229" d="M178.734 165.873c52.91 0 91.358 6.085 128.571 21.517-34.832-21.958-79.277-28.748-128.571-28.748-49.295 0-94.004 6.79-128.748 28.748 37.213-15.432 75.838-21.517 128.748-21.517Z"/></g></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        applepay
                        <code>[[svg_include:svg/labels/applepay.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo applepay" width="610" height="250" fill="none" viewBox="0 0 610 250" class="label-applepay"><path fill="#000" d="M125.376 38.95c-6.631 7.846-17.24 14.034-27.85 13.15-1.326-10.609 3.869-21.881 9.947-28.844C114.104 15.19 125.708 9.442 135.101 9c1.105 11.051-3.205 21.882-9.725 29.95Zm9.615 15.25c-15.362-.884-28.513 8.73-35.807 8.73-7.404 0-18.566-8.288-30.722-8.067-15.804.221-30.502 9.173-38.57 23.43-16.577 28.512-4.31 70.728 11.715 93.936 7.846 11.493 17.24 24.092 29.617 23.65 11.715-.442 16.356-7.626 30.502-7.626 14.256 0 18.345 7.626 30.723 7.405 12.82-.221 20.887-11.494 28.734-22.987 8.951-13.041 12.598-25.75 12.819-26.413-.221-.221-24.755-9.615-24.976-37.906-.221-23.65 19.34-34.922 20.224-35.586-11.051-16.356-28.291-18.124-34.259-18.566Zm88.742-32.049v172.291h26.745v-58.904H287.5c33.817 0 57.578-23.208 57.578-56.804 0-33.596-23.319-56.583-56.694-56.583h-64.651Zm26.745 22.545h30.833c23.208 0 36.47 12.378 36.47 34.149s-13.262 34.259-36.58 34.259h-30.723V44.696Zm143.447 151.072c16.798 0 32.38-8.509 39.453-21.992h.553v20.666h24.755v-85.759c0-24.865-19.893-40.89-50.505-40.89-28.402 0-49.4 16.246-50.173 38.57H382.1c1.989-10.61 11.825-17.572 25.307-17.572 16.356 0 25.529 7.625 25.529 21.661v9.504l-33.375 1.989c-31.055 1.879-47.853 14.588-47.853 36.691 0 22.323 17.351 37.132 42.217 37.132Zm7.183-20.445c-14.256 0-23.318-6.852-23.318-17.35 0-10.831 8.73-17.13 25.418-18.125l29.728-1.878v9.725c0 16.135-13.704 27.628-31.828 27.628Zm90.621 65.977c26.082 0 38.349-9.946 49.068-40.117l46.969-131.732h-27.187l-31.496 101.783h-.553L497.034 69.451h-27.96l45.311 125.433-2.432 7.626c-4.089 12.93-10.719 17.903-22.544 17.903-2.1 0-6.189-.221-7.847-.442v20.666c1.547.442 8.178.663 10.167.663Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        artipole
                        <code>[[svg_include:svg/labels/artipole.svg]]</code>
                    </td>
                    <td>
                        <svg width="587" height="250" viewBox="0 0 587 250" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M576.46 112.5H89.0597V241.1H576.46V112.5Z" fill="#E7302A"/>
<path d="M426.36 50.2L374.06 12.1C369.06 7.8 361.66 7.8 356.66 12.1L304.36 50.2H9.85974V226.5H561.56V50.2H426.36Z" fill="#043261"/>
<path d="M407.16 96.7L400.76 91.4001V73.8001H388.76V81.5L369.16 65.3001C368.26 64.5001 367.16 64 365.96 63.8H365.86C365.66 63.8 365.46 63.8 365.26 63.8C365.06 63.8 364.86 63.8 364.66 63.8H364.56C363.36 63.9 362.26 64.4 361.36 65.2L323.46 96.6C321.06 98.6 320.76 102.1 322.66 104.5C322.66 104.5 322.66 104.5 322.76 104.6C324.86 107 328.46 107.3 330.86 105.3L365.36 76.8001L399.76 105.3C402.16 107.3 405.76 107 407.86 104.6C409.86 102.3 409.56 98.7 407.16 96.7Z" fill="white"/>
<path d="M89.6337 129.864H73.4337L72.7337 130.364L47.6337 202.564L48.3337 203.564H59.8337L60.5337 203.064L66.7337 184.564H96.3337L102.534 203.064L103.234 203.564H114.734L115.434 202.564L90.4337 130.364L89.6337 129.864ZM92.5337 173.064H70.7337L81.7337 142.464L92.5337 173.064ZM174.734 188.964C174.034 186.364 173.134 183.864 172.134 181.364C171.234 178.864 169.834 176.664 168.034 174.764C166.834 173.364 165.334 172.264 163.734 171.564C166.834 169.464 169.334 166.564 170.934 163.164C172.434 160.164 173.234 156.864 173.434 153.564C174.034 147.264 171.934 140.964 167.634 136.264C162.934 131.764 156.534 129.464 150.034 129.964H121.734L120.934 130.764V202.964L121.734 203.764H132.334L133.134 202.964L133.034 177.664C134.834 177.664 140.734 177.664 150.434 177.564C152.534 177.564 154.634 178.264 156.234 179.664C158.034 181.164 159.434 183.064 160.334 185.264C161.434 187.564 162.234 189.864 162.934 192.264C163.634 194.564 164.334 196.864 164.834 199.064C165.234 200.564 165.734 202.064 166.434 203.364L167.034 203.664H178.734L179.434 202.464C178.434 200.664 177.634 198.764 177.034 196.764C176.234 194.064 175.434 191.464 174.734 188.964ZM133.034 141.064H149.234C152.534 140.764 155.734 141.764 158.234 143.864C160.734 146.564 161.934 150.264 161.634 153.864C161.934 157.464 160.734 160.964 158.334 163.664C155.534 165.564 152.134 166.464 148.834 166.164L133.134 166.264L133.034 141.064ZM179.034 129.864L178.234 130.664V140.664L179.034 141.464H202.234V202.864L203.034 203.664H213.734L214.534 202.864V141.364H237.634L238.434 140.564V130.564L237.634 129.764L179.034 129.864ZM244.734 129.864L243.934 130.664V202.864L244.734 203.664H256.234L257.034 202.864V130.564L256.234 129.764H244.734V129.864ZM292.134 129.864H264.434L263.634 130.664V202.864L264.434 203.664H275.034L275.834 202.864V179.064H292.134C299.934 179.064 305.934 177.064 309.934 173.064C314.134 168.964 316.234 162.564 316.234 154.164C316.234 145.764 314.134 139.364 309.934 135.564C306.034 131.764 300.034 129.864 292.134 129.864ZM275.834 140.964H291.634C293.534 140.964 295.334 141.264 297.134 141.764C298.634 142.164 300.134 142.964 301.234 143.964C303.734 146.864 304.934 150.564 304.634 154.364C304.934 158.164 303.734 161.864 301.234 164.764C298.534 167.064 295.134 168.164 291.634 167.964H275.834V140.964ZM365.034 115.764C350.134 115.964 338.934 119.264 331.534 125.964C324.934 132.864 321.634 144.964 321.634 162.264C321.634 179.464 324.934 191.464 331.534 198.364C337.834 204.964 349.134 208.264 365.434 208.264C380.834 208.264 392.134 204.964 399.434 198.364C406.034 191.464 409.334 179.364 409.334 162.264C409.334 144.864 406.034 132.764 399.434 125.964C392.934 119.164 381.534 115.764 365.034 115.764ZM394.934 162.264C394.934 173.864 393.134 182.164 389.634 187.264C385.734 192.964 377.634 195.864 365.434 195.864C360.534 195.964 355.534 195.264 350.834 193.964C347.134 192.864 343.734 190.564 341.334 187.564C337.934 182.364 336.134 173.964 335.934 162.564C336.034 150.864 337.834 142.464 341.334 137.164C345.434 131.164 353.434 128.264 365.534 128.264C376.934 127.964 384.934 130.864 389.734 136.864C393.534 141.564 395.234 150.064 394.934 162.264ZM427.734 192.164V130.564L426.934 129.764H416.134L415.334 130.564V202.764L416.134 203.564H465.334L466.134 202.764V192.864L465.334 192.064H427.734V192.164ZM523.534 141.564L524.334 140.764V130.564L523.534 129.764H472.334L471.534 130.564V202.764L472.334 203.564H523.534L524.334 202.764V192.564L523.534 191.764H483.734V171.564H516.534L517.334 170.764V160.564L516.534 159.764H483.734V141.464L523.534 141.564Z" fill="white"/>
<path d="M106.46 100.9L106.76 100.5C106.46 100.5 106.46 100.2 106.46 99.9999C104.56 99.9999 102.66 99.8999 100.86 99.6999C100.56 99.6999 100.36 99.6999 100.06 99.5999L101.16 91.6999C101.36 87.7999 101.86 83.9999 102.36 80.0999C102.46 79.1999 102.06 78.4999 102.26 77.6999C102.36 77.0999 102.56 75.7999 102.56 75.5999C102.66 73.8999 102.46 72.1999 102.06 70.4999C101.76 69.6999 101.16 68.9999 100.46 68.5999C99.9597 68.5999 100.56 68.6999 100.16 68.6999C99.6597 68.6999 99.5597 68.3999 99.5597 68.1999C99.2597 68.3999 99.0597 68.1999 98.7597 68.1999C98.2597 68.1999 98.0597 67.9999 97.5597 67.9999C97.4597 67.9999 97.2597 68.0999 97.2597 68.1999L97.1597 68.2999C97.2597 69.0999 97.0597 69.8999 96.7597 70.6999C95.7597 72.5999 94.3597 74.0999 93.5597 75.1999C92.0597 77.9999 91.0597 80.0999 90.3597 81.3999C87.3597 87.0999 84.6597 94.1999 81.6597 100.5C80.5597 100.9 79.3597 101.1 78.2597 101C77.2597 101.5 76.2597 101.8 75.1597 102C74.8597 102 74.5597 101.9 74.3597 101.7C74.1597 102 73.4597 102.5 73.4597 102.9C73.8597 103.9 74.3597 104.9 75.0597 105.9C75.8597 106.5 77.3597 107.3 78.3597 108C77.7597 109.4 77.1597 110.6 76.7597 111.8C76.0597 113.4 75.5597 115 75.2597 116.7C75.2597 117.2 75.4597 118.1 76.0597 118.4C76.5597 118.7 77.1597 118.8 77.3597 119.2L77.6597 118.9C77.8597 119.2 77.9597 119 78.1597 119C78.1597 118.6 78.2597 118.3 78.4597 118C78.6597 118.2 78.5597 118.5 78.7597 118.5C79.0597 117.3 79.4597 116.2 79.9597 115.1C80.1597 114.6 80.4597 114.2 80.8597 113.9C82.2597 111.4 83.0597 109.1 84.0597 107.2C86.3597 106.3 88.7597 105.7 91.1597 105.3H93.6597L93.5597 114.2C93.4597 115 93.3597 115.9 93.4597 116.7C93.4597 119.4 92.6597 121.9 94.3597 124.3C95.0597 124.6 95.7597 124.9 96.3597 125.3C96.4597 125 96.6597 124.8 96.9597 124.8C97.2597 124.8 97.2597 124.6 97.4597 124.6C97.4597 124 97.5597 123.5 97.7597 123C99.1597 120 98.0597 118.7 98.6597 115.9C98.9597 113.3 99.0597 110.8 99.0597 108.2C99.1597 108 99.2597 108.1 99.4597 107.9C99.2597 107.4 99.0597 107 99.3597 106.5C99.5597 105.8 99.7597 105.1 99.9597 104.4C100.56 104.3 101.06 104.3 101.56 104.1C103.46 103.5 105.86 102.9 107.26 102.3C106.96 101.8 106.56 101.4 106.46 100.9ZM93.8597 99.8999C91.8597 100.1 89.7597 100.1 87.7597 99.7999C89.9597 95.2999 93.2597 85.3999 96.1597 80.7999L93.8597 99.8999ZM129.76 96.7999C130.06 97.0999 130.16 97.7999 130.56 98.2999C130.26 98.8999 129.26 99.4999 129.56 100.1C128.56 99.9999 127.66 99.9999 126.66 100.1C126.56 99.3999 126.46 98.7999 126.36 98.0999C123.46 99.6999 121.16 102.1 119.66 105C119.66 104.8 119.56 104.7 119.36 104.7C119.16 105.1 119.06 105.4 119.26 105.5C119.16 105.5 119.06 105.5 119.06 105.6C118.96 105.7 118.96 105.8 118.86 105.9C118.76 106.1 119.06 106.2 119.06 106.4C118.86 106.4 118.86 106.5 118.56 106.5H118.46C118.36 106.5 118.26 106.6 118.26 106.6C118.06 106.9 118.56 107 118.56 107.1C118.06 108 117.56 108.8 116.96 109.6C116.96 109.9 117.16 110 117.06 110.1C116.76 110.7 116.36 111.1 115.86 111.5C115.56 112 115.56 112.7 115.36 113.2C114.26 115 113.86 117.2 114.16 119.3C113.76 119.6 113.36 119.7 112.86 119.7C112.16 119.5 111.56 119.3 110.96 118.9C110.66 118.6 110.96 117.7 110.16 117.9C109.56 116.8 109.16 115.6 108.96 114.3C108.96 113.9 110.06 110.1 110.16 108.2C110.76 105.6 111.26 103 111.46 100.4C111.66 98.7999 111.96 96.7999 112.16 94.7999C112.36 93.4999 112.46 91.9999 112.76 90.6999H113.56C114.66 90.8999 115.56 91.5999 116.06 92.5999C116.46 93.5999 116.66 94.5999 116.76 95.5999C116.86 96.3999 116.56 96.9999 116.56 97.9999C118.06 95.5999 120.46 93.8999 123.26 93.3999C125.66 93.7999 128.06 94.9999 129.76 96.7999ZM148.86 96.5999C151.96 96.0999 155.36 95.7999 159.76 95.3999C159.76 95.6999 159.46 95.7999 159.16 96.0999C159.16 96.2999 159.26 96.3999 159.46 96.3999C159.26 96.9999 158.56 96.8999 159.36 97.4999C158.56 97.7999 157.66 98.2999 157.06 98.5999C157.06 98.8999 157.36 98.8999 157.56 99.0999C157.06 100.3 155.46 100.6 154.06 100.9C153.76 101.4 152.96 102.5 152.46 102.5C152.16 102.5 152.56 102.4 152.26 102.2C152.06 102.2 151.96 102.4 151.96 102.8C150.36 103.2 148.76 103.7 147.26 104.3C147.06 104.4 147.26 104.5 147.26 104.7C147.06 104.7 147.26 104.6 146.76 104.6C145.66 104.9 144.66 105.2 143.56 105.7L143.06 106.5C142.36 106.7 141.66 107.1 141.06 107.6C140.56 109.9 139.76 114.2 139.76 114.7C139.76 115.2 140.46 117.8 140.46 118.1C140.46 118.6 139.66 119.1 139.66 119.7C139.46 119.7 138.86 119.8 138.56 119.8C138.06 119.8 138.06 119 137.76 118.7C136.36 117.3 135.56 115.3 135.66 113.3C135.36 112.3 135.96 109.6 135.86 106.2C135.86 105.7 133.96 103.5 133.96 103C133.96 102.7 134.26 101.3 134.26 100.3C134.46 100.2 134.56 99.9999 134.56 99.7999C134.86 99.6999 135.06 99.4999 135.36 99.4999C135.86 99.4999 135.46 99.6999 135.96 99.6999C136.26 99.6999 136.86 99.1999 136.96 98.6999C137.76 96.5999 138.56 90.1999 139.26 87.1999C140.06 84.1999 141.06 81.0999 141.86 77.9999C142.26 76.2999 142.76 74.5999 143.36 72.8999C143.86 71.4999 143.86 69.2999 145.26 68.3999C145.56 68.0999 145.96 67.9999 146.46 67.8999C146.96 67.8999 147.46 68.9999 147.96 68.9999C148.46 68.9999 148.46 68.8999 148.76 68.8999C148.66 68.8999 148.66 68.9999 148.56 68.9999V69.2999C148.56 69.8999 149.86 71.9999 149.86 72.5999C149.76 73.5999 149.46 74.5999 149.06 75.4999C149.16 75.8999 149.26 76.2999 149.26 76.6999C147.86 81.3999 146.46 85.8999 145.06 90.2999C144.76 92.2999 144.26 94.3999 143.66 96.3999V96.6999C144.16 96.9999 144.46 96.7999 145.06 96.7999C145.56 96.5999 146.06 96.5999 146.46 96.5999C146.96 96.5999 146.56 96.8999 147.06 96.8999C147.66 96.9999 148.26 96.6999 148.86 96.5999ZM176.16 107.7C175.26 108.5 176.46 110.9 174.96 112.2C175.16 112.3 175.46 112.2 175.66 112.5C175.56 112.8 175.16 113.3 174.86 113.5C174.66 113.8 174.56 114.3 174.66 114.7C173.36 115.6 172.06 116.6 171.06 117.9C171.16 118.3 170.96 118.7 170.66 118.9C169.76 119.4 168.86 119.7 167.96 119.8C163.36 120.1 160.96 114.4 160.76 111.3C160.76 109.8 160.86 108.2 161.26 106.8L162.06 103.9C162.56 101.4 163.26 98.9999 164.36 96.6999C164.36 96.3999 164.36 96.0999 164.46 95.6999C164.76 95.4999 164.76 94.8999 165.26 94.4999C165.76 94.3999 166.36 94.2999 166.86 94.1999C167.86 94.1999 168.86 94.5999 169.66 95.2999C170.56 95.7999 171.16 96.6999 171.26 97.7999C171.26 98.0999 170.96 98.5999 170.96 99.0999C170.66 100.3 170.46 101.6 170.26 102.8C170.16 104 169.86 105.3 169.26 106.4C168.96 107 168.86 108.3 168.66 108.9C167.86 111.7 167.26 112.6 167.66 114.3C170.66 112.4 173.66 110.3 176.16 107.7ZM166.96 82.6999C166.66 82.1999 166.86 80.9999 166.56 80.3999C168.36 80.4999 170.06 80.1999 171.76 79.5999C172.26 80.1999 172.86 80.5999 173.06 80.9999C173.36 81.2999 172.96 82.2999 173.76 83.0999C172.56 84.7999 175.26 87.2999 171.96 87.4999C170.96 87.3999 170.06 87.0999 169.16 86.5999C169.06 86.3999 169.16 86.2999 168.96 86.0999C167.86 85.2999 167.16 84.0999 166.96 82.6999ZM199.36 92.0999C199.36 92.5999 199.26 92.6999 199.06 92.9999C199.26 94.6999 199.06 96.4999 198.56 98.0999C198.16 98.3999 197.66 98.5999 197.16 98.5999C196.36 98.3999 195.66 98.0999 195.06 97.4999C194.76 97.5999 194.56 97.7999 194.56 98.0999C193.96 103.3 194.46 108.6 193.56 113.8C193.26 116.3 192.46 122.8 188.36 122.8C187.86 122.8 187.96 122.6 187.66 122.5C187.46 122.3 187.66 122.6 187.16 122.6C185.96 122.6 184.26 120.7 183.96 120.7C181.06 118.3 179.16 115 178.66 111.3C178.86 109.8 179.36 108.4 180.06 107.1C180.26 107.1 180.46 107 180.56 107C180.56 107.5 180.46 107.9 180.26 108.4C180.46 108.7 180.56 108.6 180.86 108.9C181.16 108.9 180.96 109.4 180.96 110C181.26 110.3 181.56 110.2 180.96 110.8C181.16 111.2 181.26 111.6 181.26 112C181.56 112.5 182.26 113.1 181.96 113.9L182.26 114.2C182.46 113.9 182.66 113.8 183.06 113.8C183.86 115.1 183.86 116.9 185.16 117.8C185.96 117 186.56 116 186.86 114.8C188.46 110.9 188.16 103.8 188.16 100.7C188.16 99.6999 188.66 98.3999 188.66 97.2999C188.66 96.9999 188.46 96.4999 188.46 96.1999C188.56 95.0999 188.66 94.0999 188.86 92.9999C188.86 92.1999 189.06 86.0999 190.76 86.0999C191.26 86.0999 191.26 86.1999 191.56 86.3999C192.86 86.2999 194.06 86.6999 195.16 87.3999C196.26 87.9999 197.26 88.6999 198.16 89.5999C198.26 89.7999 198.26 90.0999 198.26 90.3999C198.86 90.5999 199.26 91.2999 199.36 92.0999ZM182.96 113.5H182.66V112.5H182.96V113.5ZM224.06 115.8C224.06 115.2 223.86 114 223.86 113.7C223.86 113.3 224.66 106.4 225.36 102.8C225.86 100.2 227.36 95.5999 227.36 95.1999C227.36 94.6999 227.16 95.1999 227.16 94.8999C227.46 94.5999 227.06 93.6999 226.86 93.2999C226.06 92.4999 224.96 92.0999 223.86 91.8999C223.56 91.8999 223.96 92.0999 223.46 92.0999C222.96 92.0999 223.36 91.5999 222.86 91.5999C221.96 91.5999 222.46 92.0999 221.66 92.9999C221.36 92.9999 220.86 92.8999 220.56 92.8999C220.06 92.7999 219.66 92.5999 219.36 92.2999H218.86C218.66 92.6999 218.36 92.9999 218.06 93.2999C217.76 93.5999 217.26 93.3999 216.66 93.6999C216.46 93.8999 216.76 94.0999 216.56 94.2999C215.96 94.9999 215.26 95.4999 214.56 95.9999C213.56 96.7999 212.66 97.5999 211.86 98.5999C209.56 101.7 203.96 111.1 203.96 115.3C203.96 115.6 204.46 116.8 204.46 117.4C205.76 118.5 206.56 119.9 208.76 119.9C209.06 119.9 209.86 119.6 210.16 119.6C212.26 119.6 215.76 114.4 216.46 113.3C217.26 111.9 218.06 111 218.76 109.7C218.96 110.9 218.96 112 218.96 113.2C218.96 113.7 221.46 119.4 224.36 119.4H227.26C227.86 119.4 230.26 117.3 231.66 117.1C231.46 117.1 231.16 116.7 231.16 116.6C232.06 115.9 232.96 115.2 233.76 114.3C233.56 114 233.66 113.7 234.06 113.3C234.26 112.8 235.06 112.5 235.26 112C232.36 113.5 229.26 114.7 226.16 115.8C225.46 115.9 224.76 115.9 224.06 115.8ZM219.46 98.8999C218.26 103.4 216.06 107.6 213.16 111.2L209.66 112.7C211.86 103.5 217.16 100.9 219.46 98.1999C219.46 98.3999 219.16 98.5999 219.46 98.8999ZM266.46 111C265.66 111.6 264.76 112.1 263.96 112.6H263.66L263.76 112.5C262.56 113.1 260.36 114.8 259.26 114.8C258.96 114.9 258.66 114.8 258.36 114.7C258.16 113.4 258.16 112.2 258.26 110.9C258.06 108.1 258.56 102.6 258.36 102.1C258.16 100.2 258.56 101.5 256.96 98.2999C256.86 98.2999 256.56 98.1999 256.56 97.9999C256.66 97.8999 256.66 97.8999 256.66 97.7999V97.6999C256.06 97.1999 255.26 96.2999 254.86 96.2999C254.46 96.3999 254.16 96.4999 253.86 96.7999C253.66 96.3999 253.36 95.9999 253.06 95.7999C252.26 96.2999 251.46 96.0999 250.86 96.2999C249.46 96.8999 247.86 99.6999 246.76 100.7C246.66 99.6999 246.86 98.5999 247.16 97.6999C247.46 97.3999 247.56 97.0999 247.56 96.6999C247.86 95.2999 247.96 93.4999 248.16 92.3999C248.36 91.7999 248.76 91.2999 248.66 90.7999L248.56 89.9999C248.26 90.0999 248.36 90.0999 248.16 90.0999H248.06C247.76 89.7999 248.06 89.2999 248.06 88.8999C247.46 88.6999 246.86 88.3999 246.36 87.8999C246.46 88.2999 246.36 88.6999 246.16 89.0999C245.66 88.4999 245.26 88.0999 244.96 87.5999C244.26 87.9999 243.56 88.4999 243.06 89.0999C243.06 89.5999 243.16 90.2999 243.16 90.4999C241.26 95.3999 239.36 100.9 238.06 104.7C237.76 105.7 237.86 107 237.56 108C237.36 108.7 237.06 109.4 236.66 110.1C236.56 111.5 236.06 113.7 236.06 114.1C236.06 114.6 236.36 115 236.76 115.3C237.06 115.6 237.36 119 239.06 118.8C239.56 118.8 238.96 118.6 239.46 118.6C239.86 118.5 240.16 119.2 240.66 119.2C241.56 118.5 242.46 117.7 243.16 116.8C243.96 115.7 244.76 114.5 245.36 113.3C245.26 113 245.26 112.9 245.36 112.8C247.26 110.5 249.46 107.4 251.36 105.2C251.56 105.3 251.26 105.5 251.46 105.5C251.46 107.5 251.56 109.5 251.86 111.6C252.26 113.8 253.06 116 254.16 118C255.36 119.1 256.76 120 258.36 120.3C258.86 120.3 260.16 120.5 261.06 120.4C261.26 120.1 261.86 119.1 262.26 118.9C262.86 118.3 264.06 117.8 264.36 117.2C264.46 116.7 264.96 116.4 265.36 116C265.06 115.7 265.26 115.2 265.06 114.9C265.56 114.6 265.36 114 265.56 113.7C265.66 113.8 265.66 113.7 265.86 113.6L265.96 113.5C265.76 113.5 265.56 113.4 265.46 113.4C265.66 113.2 265.86 113 266.06 112.8C266.16 112.7 265.76 112.4 265.96 112.2C266.06 112 266.26 111.5 266.46 111ZM254.56 97.1999L254.46 96.8999L254.96 96.7999L255.06 97.0999L254.56 97.1999ZM263.96 112.4C263.86 112.4 263.86 112.5 263.76 112.5C263.76 112.5 263.76 112.4 263.96 112.4ZM274.76 113.5H274.46V112.5H274.76V113.5ZM290.96 92.8999C291.16 94.5999 290.96 96.3999 290.46 97.9999C290.06 98.2999 289.56 98.4999 289.06 98.4999C288.26 98.2999 287.56 97.9999 286.96 97.3999C286.66 97.4999 286.46 97.6999 286.46 97.9999C285.86 103.2 286.36 108.5 285.46 113.7C285.16 116.2 284.36 122.7 280.26 122.7C279.76 122.7 279.86 122.5 279.56 122.4C279.36 122.2 279.56 122.5 279.06 122.5C277.86 122.5 276.16 120.6 275.86 120.6C272.96 118.2 271.16 114.9 270.56 111.2C270.76 109.7 271.26 108.3 271.96 107C272.16 107 272.36 106.9 272.46 106.9C272.56 107.2 272.26 107.8 272.16 108.3C272.36 108.6 272.46 108.5 272.76 108.8C273.06 108.8 272.86 109.3 272.86 109.9C273.16 110.2 273.46 110.1 272.86 110.7C273.06 111.1 273.16 111.5 273.16 111.9C273.46 112.4 274.16 113 273.86 113.8L274.16 114.1C274.36 113.8 274.66 113.7 274.96 113.7C275.76 115 275.76 116.8 277.06 117.7C277.86 116.9 278.46 115.9 278.76 114.7C280.36 110.8 280.06 103.7 280.06 100.6C280.06 99.5999 280.56 98.2999 280.56 97.1999C280.56 96.8999 280.36 96.3999 280.36 96.0999C280.46 94.9999 280.56 93.9999 280.76 92.8999C280.76 92.0999 280.96 85.9999 282.66 85.9999C283.16 85.9999 283.16 86.0999 283.46 86.2999C284.76 86.1999 285.96 86.5999 287.06 87.2999C288.16 87.8999 289.16 88.5999 290.06 89.4999C290.16 89.6999 290.16 89.9999 290.16 90.2999C290.76 90.7999 291.16 91.4999 291.26 92.1999C291.26 92.5999 291.16 92.6999 290.96 92.8999Z" fill="white"/>
</svg>

                    </td>
                </tr>
        
                <tr>
                    <td>
                        artisan
                        <code>[[svg_include:svg/labels/artisan.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Artisan" width="377" height="250" fill="none" viewBox="0 0 377 250" class="label-artisan"><path fill="#282E69" d="M192.57 45.238c0 20.194-16.314 36.42-36.42 36.42s-36.42-16.314-36.42-36.42c.088-20.106 16.402-36.42 36.596-36.42 19.93 0 36.244 16.314 36.244 36.42Z"/><path fill="#C7C6C6" d="m187.279 240.3-176.19-75.044 176.19-75.397 178.218 75.838L187.279 240.3Z"/><path fill="#282E69" d="M187.279 241.182 9.149 165.344l1.587-.706 176.543-75.573.264.088 179.806 76.544-1.675.705-178.395 74.78ZM12.94 165.256l174.339 74.25 176.278-73.809-176.278-74.956L12.94 165.256Z"/><path fill="#282E69" d="M182.87 9.171h54.673s22.134 2.293 22.134 21.164V155.82H116.379s-3.88-51.94 45.415-65.961c39.947-11.464 38.36-31.57 38.36-31.57s9.523-29.63-18.254-49.294m-48.678 165.432-2.292 4.674h-2.911l7.143-14.903h3.263l7.143 14.903h-2.91l-2.293-4.674h-7.143Zm6.967-1.588-2.117-4.497c-.352-.97-.793-1.764-.97-2.734-.352.97-.617 1.764-.97 2.734l-2.116 4.233h6.173v.264Zm9.347-8.553a41.244 41.244 0 0 1 5.203-.353c2.91 0 4.85.353 6.173 1.146.97.618 1.587 1.588 1.587 2.91 0 1.94-1.764 3.263-4.056 3.704 1.587.353 2.557 1.587 3.086 2.91.794 2.117 1.147 3.528 1.587 4.057h-2.91c-.352-.353-.793-1.588-1.322-3.528-.618-2.116-1.764-2.91-4.233-2.91h-2.646v6.438h-2.292l-.177-14.374Zm2.646 6.79h2.91c2.91 0 4.85-1.147 4.85-2.91 0-1.94-1.94-2.91-4.85-2.91-1.323 0-2.293.176-2.734.176l-.176 5.644Zm19.224-5.379h-6.438v-1.588h15.521v1.588h-6.438v13.404h-2.645v-13.404Zm14.903-1.588v14.903h-2.734v-14.903h2.734Zm5.114 12.611c1.147.617 2.91.97 4.85.97 2.91 0 4.233-.97 4.233-2.558 0-1.322-1.146-2.292-4.056-2.91-3.528-.97-5.644-2.116-5.644-4.233 0-2.292 2.734-4.056 6.79-4.056 2.117 0 3.704.353 4.674.794l-.794 1.587c-.793-.353-2.116-.794-4.056-.794-2.91 0-4.057 1.147-4.057 2.293 0 1.323 1.323 2.116 4.233 2.91 3.527.97 5.467 2.293 5.467 4.233 0 2.293-2.292 4.233-7.407 4.233-2.116 0-4.233-.353-5.467-.97l1.234-1.499Zm19.753-2.293-2.292 4.674h-2.734l7.143-14.903h3.263l7.142 14.903h-2.91l-2.292-4.674h-7.32Zm6.967-1.588-2.116-4.232c-.353-.97-.794-1.764-.971-2.734-.352.97-.617 1.764-.97 2.734l-2.116 4.232h6.173Zm9.524 6.262v-14.903h2.91l6.79 7.583c1.587 1.764 2.91 3.263 3.704 4.85-.353-1.94-.353-3.703-.353-6.172v-6.173h2.557v14.903h-2.734l-6.79-7.584c-1.587-1.587-2.91-3.527-3.88-4.85h-.264c.176 1.94.176 3.704.176 6.173v6.437h-2.116v-.264Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        bureauveritas
                        <code>[[svg_include:svg/labels/bureauveritas.svg]]</code>
                    </td>
                    <td>
                        <svg role="img" aria-label="Logo Bureau veritas" width="205" height="250" viewBox="0 0 205 250" fill="none" xmlns="http://www.w3.org/2000/svg" class="label-bureau-veritas"><path d="M103.332 171.542H103.131C93.9865 171.542 85.1665 170.172 76.8346 167.665C67.8763 164.544 59.5737 158.317 54.4326 150.523C45.9477 138.125 38.2507 114.166 37.9238 90.3024V90.2312C38.2465 66.3721 45.9498 42.4061 54.4326 30.0042C59.5654 22.2188 67.8721 15.9686 76.8346 12.854C85.1686 10.328 94.1772 9 103.332 9C112.477 9 121.492 10.328 129.826 12.854C138.791 15.9623 147.095 22.2167 152.245 30.0021C160.719 42.4061 168.41 66.3741 168.728 90.2291V90.3003C168.41 114.17 160.719 138.125 152.245 150.521C147.095 158.317 138.589 164.571 129.637 167.675C121.169 170.247 112.365 171.549 103.515 171.538L103.332 171.542ZM163.692 90.2731C163.992 72.2976 158.507 50.4806 153.225 38.881C147.376 25.5994 138.443 17.5416 125.328 13.9494C118.104 12.1196 110.68 11.2021 103.228 11.2181C95.6123 11.2181 88.1477 12.1418 81.0854 13.9515C67.9727 17.5458 59.0353 25.6036 53.1944 38.8831C47.9108 50.4848 42.4323 72.3018 42.7235 90.2752C42.4302 108.246 47.9108 130.063 53.1944 141.671C59.0353 154.945 67.9748 163.002 81.0854 166.588C88.3218 168.429 95.7608 169.353 103.228 169.338C110.847 169.338 118.262 168.402 125.328 166.588C138.447 163 147.38 154.943 153.225 141.671C158.507 130.059 163.992 108.242 163.692 90.2731ZM112.326 53.2706L112.322 53.2632C111.98 52.6937 111.881 52.5444 111.833 52.4731C111.822 52.456 111.814 52.4434 111.806 52.4306C111.783 52.394 111.763 52.3553 111.685 52.2066L111.684 52.2046L111.683 52.2027C111.609 52.0616 111.484 51.823 111.258 51.3981" fill="#64614E"/><path d="M110.615 157.963C108.583 160.137 105.358 161.8 105.427 165.088L114.409 164.577C114.376 164.009 114.337 163.402 114.298 162.803L114.281 162.539L108.587 162.87C109.697 161.278 111.423 160.501 112.758 159.09C113.797 157.908 114.011 156.117 113.359 154.729C112.852 153.451 111.415 152.708 110.194 152.502C108.662 152.408 107.082 152.718 106.022 153.837C105.254 154.779 104.954 155.988 105.138 157.24L107.399 157.106C107.365 156.291 107.541 155.521 108.17 154.938C108.629 154.549 109.222 154.444 109.928 154.607C110.393 154.71 110.736 154.984 110.983 155.525C111.365 156.386 111.153 157.433 110.615 157.963Z" fill="#64614E"/><path d="M85.1979 150.975L85.2356 150.866L83.3103 150.261C83.1029 150.491 83.038 150.556 82.663 150.862C81.6112 151.729 80.3794 151.522 79.1873 151.214L78.7076 152.693C79.6273 153.013 80.767 153.336 81.7118 153.669L81.6699 153.801L79.1308 161.561L81.4918 162.342L85.1979 150.975Z" fill="#64614E"/><path d="M141.981 50.9476L153.045 46.1867L152.056 43.8764L140.997 48.652L141.981 50.9476Z" fill="#64614E"/><path d="M108.541 14.6782L111.377 27.0717L113.669 27.3L118.909 15.7255L116.313 15.4721C115.201 18.3625 113.977 21.6615 112.84 24.0681C112.217 21.4855 111.675 18.0128 111.143 14.9442L108.541 14.6782Z" fill="#64614E"/><path d="M61.6374 38.9688L64.3294 34.1555L66.1521 35.1714L63.4579 39.9826L66.4014 41.631L69.4895 36.1014L71.2262 37.0774L66.9168 44.8063L56.4103 38.9332L60.7239 31.2064L62.4502 32.1866L59.3684 37.7079L61.6374 38.9688Z" fill="#64614E"/><path d="M155.052 52.3761L153.135 52.8767L154.042 56.3662L144.384 58.8566L144.994 61.2989L154.665 58.8043L155.563 62.2833L157.482 61.7911L155.052 52.3761Z" fill="#64614E"/><path d="M95.8322 25.9993C94.9796 26.9984 93.7267 27.5514 92.3838 27.7587L92.3524 27.7504C91.0053 27.9829 89.631 27.8509 88.529 27.1744C87.5695 26.6193 87.2217 25.9009 87.0541 25.0253L85.6651 16.4272L88.11 16.0313L89.5032 24.6316C89.6477 25.3353 90.2679 25.771 90.9194 25.903C91.2967 25.9854 91.687 25.9883 92.0654 25.9113C92.4529 25.8705 92.8261 25.7423 93.1569 25.5364C93.7309 25.2013 94.1793 24.5373 94.106 23.8859L92.7232 15.2815L95.1723 14.8877L96.555 23.5089C96.664 24.3886 96.5592 25.1741 95.8322 25.9993Z" fill="#64614E"/><path d="M157.128 90.5766L156.892 90.6123H156.703L156.858 92.9121C158.245 92.8346 159.613 91.9318 160.022 90.6835C160.772 88.8842 160.7 85.9183 159.102 84.4019C158.1 83.4258 156.527 83.2352 155.281 83.7651C154.635 84.1275 153.969 84.8522 153.753 85.5539C153.041 87.2212 153.334 89.7095 151.926 90.7065C151.541 90.9264 150.785 90.9725 150.466 90.6081C149.567 89.898 149.456 87.9794 149.959 86.7792C150.303 86.0356 151.038 85.6481 151.807 85.5539L151.644 83.2436C150.422 83.2562 149.41 83.8573 148.664 84.8355C147.426 86.7227 147.508 89.7598 148.599 91.6847C149.383 92.9058 150.732 93.576 152.259 93.3184C155.75 92.5707 154.813 88.3103 156.175 86.2954C156.462 85.8618 156.994 85.8995 157.422 86.0105C158.224 86.3372 158.498 87.2149 158.53 88.0862C158.565 88.9408 158.39 89.9985 157.598 90.4237L157.386 90.5075L157.128 90.5766Z" fill="#64614E"/><path d="M59.3915 68.6131C60.0738 69.7032 60.2104 71.0818 59.9851 72.4315H59.9886V72.4545C59.7812 73.7929 59.2365 75.0622 58.2497 75.9084C57.4347 76.6457 56.6407 76.7588 55.7587 76.6478L47.1398 75.2947L47.5211 72.8546L56.1254 74.1888C56.8398 74.2747 57.441 73.8118 57.772 73.2505C57.9735 72.9165 58.1027 72.544 58.1512 72.1571C58.2183 71.7549 58.2183 71.3612 58.1282 70.9967C57.9941 70.3579 57.5039 69.6939 56.8544 69.6038L48.2397 68.234L48.6336 65.7896L57.2378 67.1322C58.1261 67.3124 58.8426 67.6538 59.3915 68.6131Z" fill="#64614E"/><path d="M126.715 22.7779L131.776 24.9101L130.995 26.8392L125.892 24.6944L124.593 27.8006L130.436 30.2471L129.661 32.084L121.496 28.6762L126.153 17.575L134.309 20.9786L133.528 22.8135L127.71 20.3775L126.715 22.7779Z" fill="#64614E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M54.5499 83.5766C55.9892 83.5075 57.3803 84.0186 57.9585 85.3172C58.3893 86.5379 58.3824 87.1865 58.3621 89.0825C58.3532 89.9062 58.3419 90.9655 58.3628 92.4094L58.3586 93.2765L46.4024 93.287C46.4245 92.5892 46.4151 91.7516 46.4054 90.881C46.3791 88.5371 46.3502 85.9538 46.9261 85.2146C47.5023 84.1966 48.6671 83.8657 49.8696 84.0123C51.0303 84.1547 51.7153 85.068 51.9018 85.801C52.413 84.5485 53.339 83.7316 54.5499 83.5766ZM51.1644 90.7672H48.1999C48.2183 90.2045 48.2144 89.6948 48.2109 89.2385C48.1973 87.4632 48.1898 86.4961 49.5281 86.3561C50.5296 86.2849 50.7956 86.4964 51.0324 87.1101C51.1813 87.5896 51.1781 88.0933 51.1695 89.4302C51.1672 89.8046 51.1644 90.2444 51.1644 90.7672ZM53.0017 90.7672L56.3621 90.7652C56.3561 90.2193 56.3614 89.7407 56.366 89.3192C56.3825 87.8271 56.3911 87.0493 55.8635 86.53C55.4487 86.1131 54.7741 86.0545 54.2105 86.2053C52.9342 86.4501 52.9495 87.5152 52.9752 89.3005C52.9816 89.7452 52.9887 90.2346 52.9765 90.7672H53.0017Z" fill="#64614E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M135.529 44.6199C132.992 38.8494 127.934 34.6038 121.783 32.8422C115.798 31.2344 109.628 30.4141 103.431 30.4021H103.23C96.9489 30.4021 90.6827 31.2797 84.8941 32.8422C78.7348 34.6038 73.6858 38.8536 71.1424 44.6199C65.6032 56.473 61.9851 73.5144 61.9851 90.2687C61.9851 107.029 65.6053 124.067 71.1424 135.918C73.6879 141.684 78.7369 145.94 84.8941 147.699C90.8752 149.298 97.0386 150.114 103.23 150.125H103.431C109.722 150.125 115.988 149.254 121.787 147.699C127.934 145.944 132.992 141.688 135.529 135.918C141.057 124.064 144.699 107.029 144.699 90.2687C144.694 73.5081 141.047 56.4751 135.529 44.6199ZM78.1608 117.349C78.5483 117.475 79.2418 117.527 79.6252 117.532C80.8152 117.534 81.9297 117.462 83.1427 116.614C84.6979 115.396 84.6828 113.422 84.6616 110.658C84.6573 110.085 84.6526 109.479 84.6616 108.839C84.6742 107.783 84.7454 107.203 85.4012 106.6C85.9354 106.189 86.7001 106.06 87.3998 106.204C88.1917 106.418 88.3153 106.487 89.1177 107.011L89.12 106.652C89.1414 103.495 89.1665 99.7721 87.205 98.8481C86.0715 98.2867 84.5443 98.05 83.2768 98.6554C82.267 98.9318 81.1943 100.134 81.0896 101.341C81.0567 103.158 81.0711 104.336 81.0863 105.57C81.101 106.771 81.1164 108.026 81.0896 109.974C81.0226 110.59 80.6999 110.888 79.9227 110.888C79.2648 110.858 78.7704 110.525 78.7788 109.958V101.158C78.718 100.216 78.5735 99.3047 77.924 98.6009L73.3548 100.092L72.9463 100.233C73.1748 100.402 73.3789 100.539 73.56 100.661C74.2989 101.157 74.6563 101.397 74.7354 102.534L74.7291 113.801L74.7941 114.402L74.9617 114.788L75.0957 115.156L75.2382 115.435C75.9987 116.648 77.262 117.123 78.1608 117.349ZM72.9127 87.0683L93.6451 87.0557V93.0817L72.9127 93.0964V87.0683ZM83.2977 75.7723C82.6336 75.278 81.7956 74.7439 80.9304 74.9743C80.9651 76.4877 81.0164 77.7209 81.0691 78.9889C81.1119 80.0181 81.1557 81.0702 81.1923 82.3136L81.2027 82.9022H83.1239C83.1961 79.3865 83.1991 79.2774 83.2857 76.2001L83.2977 75.7723ZM85.6986 129.73C84.726 129.087 84.4871 128.461 84.1525 127.583L84.1358 127.539C83.6343 125.255 85.0811 123.845 86.5607 122.404C87.5598 121.431 88.5738 120.443 89.013 119.161C89.146 118.348 89.2645 117.528 89.383 116.707C90.039 112.167 90.6964 107.617 93.8336 104.101C94.2023 96.2969 96.7226 89.3932 102.272 83.717C102.086 82.4706 101.676 81.3452 101.264 80.2135C101.092 79.7419 100.92 79.2693 100.764 78.7864C100.039 78.7654 99.5425 78.6209 98.8868 78.0386C98.4449 77.4487 98.1679 76.7518 98.0844 76.0195C96.1486 78.4219 93.7561 81.103 91.1247 82.7179C90.6387 82.986 90.029 82.4225 89.1428 81.6014C87.9621 80.6652 87.1398 79.3007 86.331 77.9585C84.9268 75.6285 83.563 73.3654 80.4339 73.5248C78.5916 72.9022 78.3386 71.0087 78.1044 69.2556C78.0542 68.8795 78.0048 68.5099 77.9408 68.1607C78.7704 67.5512 80.1217 67.5805 81.1147 67.9659C82.9177 68.9304 84.3684 70.5196 85.8442 72.1363C86.8874 73.2792 87.9432 74.4359 89.1449 75.3953C89.4081 75.6037 89.6621 75.8355 89.9107 76.0623C90.3965 76.5056 90.8617 76.93 91.3342 77.1254C93.247 75.4874 94.7701 74.082 96.0648 71.5476C96.9594 70.1002 98.4468 69.4865 100.094 69.4593L101.265 68.0832L100.653 64.6355C99.4627 63.1342 98.4516 61.4991 97.6402 59.7636C97.6855 59.5537 97.7289 59.34 97.7727 59.1244C98.1397 57.3157 98.534 55.3733 100.32 54.4057C100.947 54.0153 101.517 54.2329 102.058 54.4395C102.649 54.6651 103.206 54.8776 103.764 54.2696C104.541 54.1146 105.228 54.3219 105.769 54.7743C105.869 54.948 105.972 55.1216 106.074 55.2956C106.804 56.5322 107.546 57.7894 107.598 59.2253C107.152 60.6698 106.477 62.0182 105.801 63.3668L105.589 63.7914C105.477 63.9954 105.256 64.1147 105.029 64.2369C104.897 64.308 104.763 64.3799 104.648 64.4701C104.663 64.5203 104.678 64.5711 104.692 64.6223L104.736 64.7791C104.899 65.361 105.071 65.9735 105.467 66.4264C106.058 66.5479 106.634 66.6526 107.344 66.5269C107.912 64.7842 109.791 64.003 111.354 63.5254L114.798 61.2884C114.535 60.0769 114.756 58.9336 114.975 57.7965C115.229 56.486 115.481 55.1836 114.987 53.7941C113.024 52.8662 112.454 50.6544 112.048 48.9117C112.351 47.8372 112.89 46.6768 113.659 45.7573L113.778 45.8934C115.655 48.076 117.386 50.3213 117.983 53.0317C118.314 56.494 118.653 60.0443 118.425 63.6553C117.046 65.0279 115.468 65.9838 113.881 66.9446C113.328 67.2799 112.773 67.6157 112.226 67.9701L110.663 70.9779C110.537 72.8986 110.145 74.6999 109.753 76.5065C109.513 77.6118 109.272 78.719 109.092 79.8567C110.43 83.4803 112.004 88.304 110.847 91.6595C110.101 93.2977 108.705 94.3309 107.45 95.2591C107.179 95.4595 106.915 95.6551 106.666 95.8507L103.146 98.6721C106.022 101.837 105.994 105.35 105.96 109.594C105.952 110.563 105.944 111.57 105.97 112.62C105.96 113.156 106.333 113.657 106.709 114.163C107.287 114.94 107.872 115.727 107.087 116.669C106.818 117.096 106.513 117.503 106.209 117.908C105.276 119.154 104.359 120.377 104.566 122.102C103.498 123.928 100.913 124.314 99.6829 124.297C99.6231 124.301 99.5631 124.293 99.5067 124.272C99.4503 124.252 99.3988 124.22 99.3555 124.179C99.3121 124.137 99.2778 124.087 99.2549 124.032C99.2319 123.977 99.2207 123.917 99.222 123.857C99.3685 123.316 99.6731 122.841 99.9782 122.366C100.201 122.019 100.424 121.671 100.586 121.298C101.166 120.41 101.356 119.366 101.546 118.324C101.768 117.107 101.99 115.891 102.832 114.926C102.418 113.577 101.936 112.259 101.454 110.944C100.44 108.171 99.4279 105.406 99.0628 102.373L99.0313 102.086C97.9796 104.141 98.5642 106.162 99.1172 107.786C98.856 108.113 98.5932 108.44 98.3305 108.767C95.0979 112.79 91.8831 116.79 91.8831 122.104C91.3131 123.117 90.6517 124.096 89.9904 125.074C88.9311 126.641 87.8718 128.207 87.1882 129.919C86.8221 130.378 86.1414 129.985 85.7149 129.74L85.6986 129.73ZM84.2175 61.3764H86.0234L86.0255 59.4599C84.8882 59.4599 83.9425 59.4584 83.0453 59.457C81.5525 59.4547 80.1938 59.4525 78.3095 59.4578V61.3743H80.0568C80.2851 63.1933 80.3418 63.53 80.6877 65.5864L80.8131 66.3321C81.7843 66.639 82.6781 67.1512 83.4339 67.8339L84.2175 61.3764ZM78.2383 47.4224V47.4057C78.7117 48.7986 79.5854 49.7893 80.9723 50.4428C80.891 50.058 80.6784 49.694 80.4629 49.3249C80.2619 48.9808 80.0583 48.6321 79.9562 48.2582C79.3549 46.7354 79.4136 44.5697 80.4024 43.2459C81.1001 42.2049 82.1099 41.7755 83.2181 41.4236C82.797 42.6783 82.6713 44.1717 83.1783 45.4368C83.8656 44.9279 83.9362 44.8598 84.4042 44.4085L84.5087 44.3078C84.6589 44.1623 84.7519 44.0884 84.8599 44.0027C84.8995 43.9713 84.9412 43.9382 84.9884 43.8994C86.0213 46.0924 87.1798 49.1169 86.5052 51.6702L86.0883 52.7615C85.9291 50.9643 85.6358 50.0993 84.4165 49.4479C84.327 50.0368 84.4991 50.5329 84.6948 51.0973C84.8472 51.5365 85.0139 52.0171 85.0827 52.6149C85.575 54.7366 85.1896 56.8438 83.876 58.0649H80.4946C77.9115 55.3127 77.7313 51.1654 78.2383 47.4224ZM111.806 52.4306C111.814 52.4434 111.822 52.456 111.833 52.4731C111.881 52.5444 111.98 52.6937 112.322 53.2632L112.328 53.2746L109.666 56.1903L109.487 56.0177C108.93 55.4791 108.818 55.3709 108.17 54.6864C108.858 53.9612 109.233 53.5605 109.639 53.1258C110.039 52.6981 110.469 52.2374 111.26 51.4021C111.484 51.8244 111.609 52.0619 111.683 52.2027L111.684 52.2046L111.685 52.2066C111.763 52.3553 111.783 52.394 111.806 52.4306ZM119.414 39.6914C120.468 39.3877 121.894 39.5176 122.774 40.301C123.966 41.1681 124.31 42.628 124.027 43.9832C123.275 46.6369 120.508 47.3364 118.022 47.9649C117.765 48.0299 117.511 48.0942 117.262 48.1597L115.812 46.1804C115.865 45.9275 115.916 45.6707 115.966 45.4123C116.422 43.0877 116.904 40.6321 119.414 39.6914ZM124.882 78.5769C125.062 78.5769 125.864 78.4093 125.887 77.8983V67.3187C126.543 67.166 127.204 66.9803 127.858 66.7965C128.649 66.5743 129.429 66.3549 130.178 66.2002V72.5781C130.692 72.5172 131.052 72.4548 131.489 72.3788C131.759 72.3319 132.059 72.2799 132.443 72.2199V80.6254L129.828 81.0171L129.001 84.4082H119.682L118.301 81.392C116.458 81.2199 116.005 81.1878 114.683 81.0939L114.157 81.0565L113.608 81.0171L113.947 80.581C115.976 77.9721 118.009 75.3578 119.414 72.5048V68.2068L123.627 67.6685V77.8627C123.627 78.2167 124.146 78.5769 124.679 78.5769H124.882ZM124.882 78.5769L124.892 78.5811V78.5769H124.882ZM134.211 93.1278L113.479 93.0943V87.0641L134.211 87.0515V93.1278ZM110.663 96.3702L110.646 114.161H116.655V96.3576C115.315 96.3811 114.445 96.3731 113.578 96.365C112.742 96.3573 111.91 96.3496 110.663 96.3702ZM123.202 102.534L123.784 103.113L123.791 103.12C126.283 105.594 128.571 107.866 130.84 110.092C131.758 111.076 132.468 112.484 131.888 113.78C131.588 114.419 131.211 115.121 130.781 115.684C130.781 114.419 130.241 113.686 129.518 112.978C128.531 112.009 127.331 110.928 126.119 109.836C123.234 107.237 120.279 104.574 119.958 103.213C119.564 102.216 119.569 101.053 119.575 99.8869C119.576 99.5366 119.578 99.1861 119.569 98.8397C120.128 98.4117 120.622 98.0136 121.157 97.5825C121.562 97.256 121.991 96.9106 122.489 96.5189C122.478 96.8631 122.461 97.2083 122.445 97.5512C122.35 99.5015 122.259 101.375 123.202 102.534ZM131.98 99.2753C130.775 98.1296 130.138 97.5515 128.867 96.5063C128.867 96.9368 128.88 97.3783 128.894 97.8202C128.966 100.077 129.037 102.343 127.255 103.207V98.1506L125.732 96.3199C125.096 96.951 124.843 97.2291 124.386 97.7303L124.119 98.0228V101.005L129.495 106.15C129.737 105.772 129.992 105.408 130.245 105.047C131.422 103.37 132.545 101.77 131.98 99.2753ZM132.133 122.81C131.885 123.008 131.647 123.198 131.412 123.386C130.734 123.928 130.072 124.458 129.218 125.124C129.23 124.779 129.247 124.432 129.264 124.088C129.361 122.14 129.453 120.273 128.515 119.109C125.975 116.584 123.429 114.067 120.876 111.556C119.967 110.569 119.232 109.16 119.833 107.859C120.118 107.237 120.503 106.525 120.928 105.965C120.928 107.23 121.486 107.949 122.19 108.667C123.166 109.622 124.349 110.687 125.545 111.765C128.447 114.379 131.431 117.067 131.758 118.434C132.156 119.458 132.145 120.631 132.134 121.822C132.13 122.151 132.127 122.481 132.133 122.81ZM127.477 123.752L127.591 123.625L127.582 120.634L122.223 115.491C121.986 115.86 121.735 116.216 121.487 116.57C120.301 118.257 119.165 119.873 119.73 122.374C120.731 123.333 121.768 124.252 122.841 125.128C122.841 124.7 122.828 124.261 122.814 123.822C122.744 121.567 122.673 119.305 124.456 118.428V123.505L125.975 125.327C126.685 124.636 126.928 124.365 127.477 123.752ZM108.706 115.9C110.753 115.992 112.791 117.678 113.59 119.574C114.402 121.503 114.074 124.033 112.831 125.644C111.26 127.535 109.11 128.541 106.58 128.088C104.996 127.74 103.433 126.769 102.52 125.279C103.816 124.844 105.668 124.096 106.033 122.833C105.958 121.19 106.884 119.823 107.78 118.5C107.956 118.241 108.13 117.984 108.296 117.726C108.796 117.05 108.857 116.639 108.706 115.9ZM101.753 141.74H105.83L105.828 134.414L112.23 134.42V131.473H105.851C105.508 131.083 105.272 130.816 105.071 130.589L105.068 130.586C104.677 130.144 104.419 129.853 103.777 129.104L101.78 131.473H95.3881V134.42L101.753 134.414V141.74ZM97.7094 141.29C96.0627 142.482 93.3287 142.76 91.5123 141.743C90.4648 141.238 89.5241 140.222 88.948 139.231L88.8703 139.058C88.499 138.234 88.3421 137.886 88.3048 136.967C92.6373 136.967 95.562 136.967 100.163 136.971C100.138 138.617 99.2136 140.224 97.7094 141.29ZM116.058 141.74C117.105 141.236 118.035 140.224 118.616 139.231C119.062 138.28 119.217 137.947 119.271 136.965L107.411 136.967C107.441 138.613 108.369 140.218 109.858 141.286C111.488 142.48 114.233 142.76 116.058 141.74Z" fill="#64614E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M98.185 158.524C99.2702 159.232 99.5886 160.286 99.5446 161.433C99.4902 162.724 98.6857 163.874 97.5355 164.45C96.6682 164.856 95.5578 165.055 94.4516 164.986C93.3287 164.906 92.2477 164.596 91.4537 164.077C90.3915 163.373 89.7064 162.139 89.83 160.841C89.9138 159.695 90.3496 158.7 91.5291 158.114L92.21 157.835C91.3866 157.46 90.5339 156.541 90.5842 155.487C90.5381 154.306 91.2421 153.418 92.21 152.829C93.0815 152.377 94.152 152.228 95.2184 152.314C96.2973 152.362 97.3407 152.632 98.1493 153.185C99.0334 153.891 99.6242 154.842 99.4378 156.021C99.3728 157.075 98.4049 157.881 97.546 158.16L98.185 158.524ZM93.0438 156.013C92.9202 155.464 93.1758 154.66 93.8064 154.348C94.1583 154.138 94.6507 154.048 95.1095 154.086C95.5808 154.115 96.048 154.253 96.3916 154.507C96.9803 154.896 97.1165 155.722 96.9279 156.254C96.8001 156.683 96.5006 156.924 96.1507 157.117C95.7588 157.274 95.3358 157.339 94.9146 157.307C94.4959 157.292 94.0877 157.172 93.7268 156.959C93.5515 156.86 93.3998 156.724 93.282 156.561C93.1641 156.397 93.0829 156.21 93.0438 156.013ZM94.5648 163.03C95.166 163.069 95.7631 162.96 96.1528 162.72C96.6849 162.386 97.0096 161.863 97.0557 161.35C97.1374 160.541 96.7687 159.777 96.025 159.431C95.7233 159.287 95.2666 159.182 94.8057 159.14C94.3364 159.111 93.8902 159.182 93.5529 159.282C92.784 159.527 92.3231 160.235 92.3105 161.05C92.3058 161.339 92.3685 161.624 92.4936 161.884C92.6187 162.144 92.8028 162.371 93.0312 162.548C93.3999 162.814 93.9698 162.986 94.5648 163.03Z" fill="#64614E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M128.098 154.781C129.34 155.154 129.95 156.05 130.256 157.173C130.595 158.424 130.157 159.749 129.233 160.652C128.527 161.306 127.542 161.796 126.451 162.07C125.355 162.324 124.249 162.338 123.317 162.114C122.093 161.75 121.073 160.759 120.811 159.513C120.558 158.371 120.679 157.307 121.624 156.39L122.181 155.927C121.295 155.793 120.197 155.179 119.952 154.167C119.542 153.041 119.958 151.995 120.7 151.151C121.404 150.458 122.374 149.995 123.417 149.756C124.452 149.476 125.54 149.423 126.47 149.716C127.545 150.119 128.376 150.858 128.548 152.033C128.789 153.057 128.112 154.115 127.371 154.639L128.098 154.781ZM122.439 153.927C122.139 153.445 122.139 152.607 122.657 152.111C122.959 151.805 123.371 151.579 123.836 151.47C124.283 151.348 124.773 151.34 125.19 151.491C125.85 151.694 126.233 152.431 126.22 153.003C126.214 153.202 126.168 153.397 126.083 153.577C125.999 153.757 125.879 153.918 125.73 154.05C125.41 154.325 125.025 154.513 124.612 154.599C124.182 154.714 123.753 154.731 123.367 154.641C123.171 154.593 122.987 154.505 122.828 154.382C122.668 154.259 122.535 154.104 122.439 153.927ZM125.982 160.154C126.568 160.03 127.105 159.749 127.415 159.402C127.609 159.19 127.749 158.935 127.824 158.657C127.9 158.38 127.907 158.089 127.846 157.808C127.683 157.022 127.1 156.404 126.283 156.304C125.95 156.256 125.485 156.287 125.028 156.365C124.588 156.497 124.172 156.689 123.876 156.888C123.214 157.343 122.994 158.179 123.214 158.951C123.299 159.226 123.448 159.477 123.648 159.683C123.849 159.89 124.096 160.045 124.369 160.137C124.796 160.325 125.393 160.317 125.982 160.154Z" fill="#64614E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M158.702 69.9306L146.186 67.4213L146.534 69.8656L149.259 70.3642L149.857 74.6706L147.38 75.8896L147.707 78.3402L159.054 72.4964L158.702 69.9306ZM151.336 70.7454L151.746 73.728L156.535 71.5455L156.544 71.5371H156.535L151.336 70.7454Z" fill="#64614E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M142.61 27.6205L133.057 34.9158L134.578 36.9078L138.357 34.0278L138.522 33.9063C139.235 34.8027 140.115 35.9987 140.217 36.3548C140.936 37.5548 139.677 38.563 138.601 39.424C138.071 39.848 137.586 40.2362 137.404 40.5942L138.925 42.5777C139.282 42.0122 139.851 41.5113 140.423 41.0068C141.622 39.951 142.839 38.8796 142.17 37.1675C142.84 37.6639 143.429 38.0325 144.376 37.8587C145.325 37.7267 146.192 37.0607 146.743 36.1768C147.76 34.1632 146.337 32.3614 144.032 29.4446C143.587 28.8814 143.109 28.2765 142.61 27.6205ZM143.098 35.7558C143.655 35.7369 144.007 35.5149 144.418 35.1002C145.218 34.1753 144.298 32.9959 143.219 31.614C143.011 31.3466 142.796 31.0717 142.587 30.7896L140.106 32.704C140.41 33.0863 140.687 33.4612 140.945 33.8103C141.775 34.934 142.407 35.7893 143.098 35.7558Z" fill="#64614E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M73.3401 20.987L71.1446 22.3317L73.7801 34.8006L75.9023 33.5313L75.2822 30.8377L78.9862 28.5735L81.1064 30.3686L83.2077 29.0783L73.3401 20.987ZM73.47 23.7058L74.8108 28.7746L77.3688 27.2183L73.4784 23.7037L73.4658 23.6764L73.47 23.6932L73.4574 23.689L73.47 23.7058Z" fill="#64614E"/><path fill-rule="evenodd" clip-rule="evenodd" d="M58.4739 51.5739C58.4697 50.7507 58.4299 50.0595 57.7385 49.406C57.0828 48.7211 56.0311 48.409 55.0003 48.4802C52.767 48.8196 52.1478 50.9982 51.1454 54.5247C50.9414 55.2425 50.7214 56.0163 50.4688 56.8417L61.9998 60.2768L62.7289 57.8617L58.168 56.5086L57.9794 56.4563C58.2853 55.3462 58.7378 53.9449 58.9641 53.6349C59.5138 52.3583 61.0779 52.7823 62.4109 53.1436C63.0594 53.3193 63.6531 53.4803 64.0487 53.4234L64.7505 51.0293C64.0977 51.0647 63.3724 50.9017 62.6396 50.7371C61.0747 50.3854 59.4755 50.0261 58.4739 51.5739ZM53.0624 54.9901L56.0835 55.8803C56.214 55.3974 56.356 54.9407 56.488 54.5158C56.8985 53.1952 57.2132 52.1827 56.7916 51.6535C56.4522 51.2429 56.052 51.0816 55.4633 50.9874C54.2716 50.8869 53.8633 52.2856 53.3822 53.9332C53.2814 54.2784 53.1775 54.6345 53.0624 54.9901Z" fill="#64614E"/><path d="M85.5667 221.55C84.5129 221.441 82.5854 221.571 80.8424 221.55V226.16C84.2594 226.172 84.7915 226.151 85.8579 226.036C86.9158 225.929 87.6198 224.983 87.6072 223.659C87.5925 222.346 86.6204 221.621 85.5667 221.55ZM9 213.9V241.45H196.559V213.9H9ZM34.5383 236.503H31.1045L25.0374 218.603L28.953 218.594C30.1911 223.06 31.5194 228.11 32.8183 231.859C34.1297 228.11 35.4601 223.06 36.6857 218.603L40.5531 218.594L34.5383 236.503ZM63.2505 225.418V228.516L55.0443 228.508V233.518H64.4447L64.4614 236.507H51.2984V218.586H64.4656L64.4447 221.548L55.0527 221.556V225.418H63.2505ZM87.9738 236.453C87.1358 236.453 88.3845 229.354 85.3153 229.17C83.5869 229.063 82.5121 229.149 80.8068 229.161L80.8277 236.45H77.0986V218.563C80.5197 218.58 82.487 218.605 85.5708 218.605C88.3279 218.743 91.087 219.857 91.2735 222.867C91.4872 226.35 89.5095 227.138 87.6742 227.724C91.9418 228.657 90.3517 233.616 91.4956 236.45L87.9738 236.453ZM108.419 236.503H104.65V218.594H108.419V236.503ZM133.268 221.642H127.928V236.503H124.188L124.172 221.642L118.817 221.65V218.726H133.264V221.646H133.268V221.642ZM153.183 236.503L151.901 232.599H145.426L144.127 236.503H140.456L146.735 218.603H150.583L156.85 236.503H153.183ZM172.923 236.911C167.484 236.911 165.385 233.508 165.385 230.91L168.816 230.783C168.816 232.209 170.149 234.056 172.644 234.056C174.569 234.056 176.706 233.64 176.706 231.541C176.706 227.743 165.932 229.974 165.932 223.938C165.932 220.727 168.117 217.974 172.847 217.974C179.426 217.974 180.008 222.425 180.008 223.569L176.56 223.692C176.56 222.241 175.676 220.89 173.252 220.89C170.624 220.89 169.613 222.04 169.613 223.284C169.613 226.505 180.433 224.855 180.433 230.889C180.437 234.882 177.337 236.911 172.923 236.911ZM148.681 222.101L148.664 222.128V222.145L146.421 229.645H150.885L148.673 222.145V222.101H148.681Z" fill="#BF0D33"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9 209.552V182.017H196.559V209.552H9ZM34.8232 204.645H26.3509V186.77C28.7339 186.778 30.4561 186.775 32.2144 186.772C33.1071 186.771 34.0092 186.77 35.0118 186.77C37.7625 186.77 39.9413 188.263 40.1487 190.996C40.3436 192.877 39.7486 194.532 37.4692 195.104C39.4804 195.663 40.7689 197.49 40.7814 199.865C40.7982 201.886 39.2206 204.645 34.8232 204.645ZM36.6626 191.524C36.6626 192.963 35.8707 193.847 34.5697 193.847L30.0926 193.849L30.0905 189.539H34.4356C35.6151 189.539 36.6626 190.136 36.6626 191.524ZM30.0905 196.629L30.3431 196.629C31.6204 196.628 33.1638 196.628 34.8232 196.736C36.2122 196.817 37.0439 198.017 37.0418 199.134C37.0418 200.246 36.4385 201.379 35.1542 201.522C34.2461 201.636 33.9258 201.639 32.4473 201.653C31.8689 201.658 31.1133 201.665 30.0759 201.681L30.0905 196.662V196.629ZM66.6046 203.329C67.87 202.288 68.2073 201.163 68.2513 199.827L68.2639 186.809H64.5704L64.5662 199.827C64.5473 200.782 63.7135 201.683 62.7833 202.005C62.2805 202.234 61.6897 202.345 61.101 202.303C60.5144 202.334 59.9236 202.223 59.4166 202.005C58.4739 201.683 57.6673 200.889 57.6275 199.827L57.6233 186.809H53.9277V199.827C53.9863 201.159 54.3236 202.288 55.5953 203.329C57.0702 204.586 59.0584 205.105 61.0717 205.091H61.122C63.1332 205.105 65.1339 204.586 66.6046 203.329ZM94.0743 202.687C93.9681 200.567 93.8136 197.483 91.8035 197.362C90.4585 197.275 89.5032 197.297 88.3378 197.324C88.0111 197.331 87.6679 197.339 87.2951 197.345L87.3118 204.659H83.5764V186.749C87.0038 186.782 88.9753 186.801 92.0444 186.801C94.8162 186.933 97.5732 188.039 97.7617 191.043C97.9692 194.52 96.0019 195.322 94.1562 195.921C97.0658 196.545 97.261 199.056 97.4501 201.489C97.5386 202.627 97.6256 203.747 97.988 204.649H94.4684L94.4663 204.659C94.1728 204.653 94.1302 203.804 94.0743 202.687ZM87.316 189.706C88.143 189.727 89.0048 189.711 89.7947 189.696C90.6836 189.68 91.4814 189.665 92.0361 189.706C93.1108 189.817 94.0829 190.523 94.0829 191.841C94.0829 193.158 93.4041 194.128 92.3399 194.233C91.2777 194.331 90.756 194.344 87.316 194.339V189.706ZM123.834 196.631L123.822 193.537L115.634 193.539V189.675L125.024 189.662L125.033 186.705H111.861V204.611H125.033L125.024 201.637H115.618L115.626 196.631H123.834ZM149.735 204.659L148.442 200.74H141.965L140.68 204.659H137.014L143.274 186.74H147.129L153.393 204.659H149.735ZM147.437 197.774H142.966L145.199 190.289L147.437 197.774ZM177.565 203.298C178.839 202.251 179.174 201.128 179.233 199.8L179.254 186.778H175.55L175.537 199.8C175.525 200.753 174.687 201.637 173.771 201.995C173.235 202.214 172.657 202.314 172.078 202.29C171.473 202.301 170.888 202.209 170.377 201.995C169.462 201.633 168.634 200.862 168.605 199.8V186.778H164.897V199.8C164.949 201.128 165.297 202.251 166.56 203.298C168.031 204.561 170.027 205.068 172.036 205.055H172.093C174.104 205.068 176.095 204.561 177.565 203.298Z" fill="#64614E"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        cb
                        <code>[[svg_include:svg/labels/cb.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Carte Bancaire" width="357" height="250" fill="none" viewBox="0 0 357 250" class="label-cb"><path fill="#29ABE2" d="M9.425 28.818c0-11.046 8.954-20 20-20h298.713c11.046 0 20 8.954 20 20v192.364c0 11.046-8.954 20-20 20H29.425c-11.046 0-20-8.954-20-20V28.818Z"/><path fill="url(#gradient-label-cb)" d="M9.425 28.818c0-11.046 8.954-20 20-20h298.713c11.046 0 20 8.954 20 20v192.364c0 11.046-8.954 20-20 20H29.425c-11.046 0-20-8.954-20-20V28.818Z"/><path fill="url(#gradient-label-cb2)" d="M9.425 28.818c0-11.046 8.954-20 20-20h298.713c11.046 0 20 8.954 20 20v192.364c0 11.046-8.954 20-20 20H29.425c-11.046 0-20-8.954-20-20V28.818Z"/><path fill="#fff" d="M193.552 58.201h90.476c17.461 0 31.57 14.11 31.57 31.57s-14.109 31.569-31.57 31.569h-90.476V58.201Zm0 70.37h90.476c17.461 0 31.57 14.11 31.57 31.57s-14.109 31.57-31.57 31.57h-90.476v-63.14Zm-78.836 0v-7.142h72.84c-3.792-36.95-35.627-64.639-72.84-63.228-38.536-1.587-71.076 28.307-72.84 66.755 1.764 38.536 34.304 68.342 72.84 66.755 37.125 1.411 68.959-26.279 72.84-63.228l-72.84.088Z"/><defs><radialGradient id="gradient-label-cb" cx="0" cy="0" r="1" gradientTransform="matrix(343.276 0 0 322.679 28.216 234.939)" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-color="#009245"/><stop offset=".23" stop-color="#049552" stop-opacity=".89"/><stop offset=".52" stop-color="#0D9E74" stop-opacity=".59"/><stop offset=".91" stop-color="#1BACAB" stop-opacity=".12"/><stop offset="1" stop-color="#1FB0B8" stop-opacity="0"/></radialGradient><radialGradient id="gradient-label-cb2" cx="0" cy="0" r="1" gradientTransform="translate(84.762 254.848) scale(440.387)" gradientUnits="userSpaceOnUse"><stop offset=".15" stop-color="#1FB0B8" stop-opacity="0"/><stop offset=".35" stop-color="#1C7491" stop-opacity=".4"/><stop offset=".56" stop-color="#1A4471" stop-opacity=".73"/><stop offset=".74" stop-color="#18265E" stop-opacity=".93"/><stop offset=".87" stop-color="#181B57"/></radialGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        chauffageplusrge
                        <code>[[svg_include:svg/labels/chauffageplusrge.svg]]</code>
                    </td>
                    <td>
                        <svg role="img" aria-label="Logo Chauffage plus RGE" width="528" height="250" viewBox="0 0 528 250" fill="none" xmlns="http://www.w3.org/2000/svg"  class="label-chauffage-plus-rge"><path d="M499.538 85.7344H36.4619C25.7134 85.7344 17 94.4478 17 105.196V219.944C17 230.693 25.7134 239.406 36.4619 239.406H499.538C510.287 239.406 519 230.693 519 219.944V105.196C519 94.4478 510.287 85.7344 499.538 85.7344Z" fill="#A48B7C"/><path d="M488.659 146.5H477.199V135.041C477.199 129.887 472.983 125.67 467.829 125.67C462.676 125.67 458.459 129.887 458.459 135.041V146.5H446.999C441.846 146.5 437.629 150.717 437.629 155.871C437.629 161.024 441.846 165.241 446.999 165.241H458.459V176.701C458.459 181.854 462.676 186.071 467.829 186.071C472.983 186.071 477.199 181.854 477.199 176.701V165.241H488.659C493.813 165.241 498.029 161.024 498.029 155.871C498.029 150.717 493.813 146.5 488.659 146.5Z" fill="#FCFCFC"/><path d="M173.914 137.298L168.254 142.696C164.403 138.629 160.074 136.596 155.267 136.596C151.21 136.596 147.79 137.983 145.007 140.756C142.224 143.53 140.837 146.95 140.837 151.026C140.837 153.856 141.455 156.376 142.683 158.569C143.91 160.771 145.653 162.495 147.911 163.741C150.16 164.997 152.662 165.625 155.417 165.625C157.759 165.625 159.905 165.184 161.854 164.313C163.794 163.432 165.93 161.839 168.263 159.525L173.745 165.25C170.606 168.314 167.636 170.441 164.843 171.622C162.051 172.802 158.865 173.402 155.286 173.402C148.68 173.402 143.273 171.303 139.066 167.115C134.859 162.926 132.75 157.557 132.75 151.007C132.75 146.772 133.706 143.005 135.627 139.716C137.538 136.427 140.284 133.775 143.863 131.77C147.433 129.765 151.285 128.762 155.407 128.762C158.912 128.762 162.285 129.502 165.537 130.983C168.779 132.463 171.58 134.572 173.932 137.298H173.914Z" fill="white"/><path d="M180.154 128.762H187.988V144.073C189.524 142.743 191.08 141.749 192.635 141.084C194.2 140.419 195.774 140.091 197.377 140.091C200.497 140.091 203.13 141.168 205.266 143.324C207.094 145.188 208.012 147.934 208.012 151.56V172.334H200.244V158.55C200.244 154.914 200.075 152.441 199.729 151.157C199.382 149.864 198.792 148.908 197.948 148.271C197.114 147.634 196.074 147.315 194.847 147.315C193.244 147.315 191.876 147.849 190.733 148.908C189.59 149.967 188.794 151.41 188.353 153.237C188.119 154.184 188.006 156.339 188.006 159.712V172.334H180.173V128.772L180.154 128.762Z" fill="white"/><path d="M238.821 140.897H246.711V172.325H238.821V168.998C237.284 170.46 235.738 171.519 234.192 172.165C232.646 172.812 230.969 173.13 229.16 173.13C225.103 173.13 221.589 171.556 218.628 168.408C215.667 165.259 214.187 161.343 214.187 156.667C214.187 151.991 215.621 147.84 218.488 144.739C221.355 141.637 224.831 140.091 228.936 140.091C230.819 140.091 232.59 140.447 234.249 141.159C235.907 141.871 237.434 142.94 238.84 144.364V140.897H238.821ZM230.538 147.372C228.102 147.372 226.078 148.234 224.466 149.958C222.854 151.682 222.049 153.893 222.049 156.592C222.049 159.291 222.873 161.539 224.513 163.292C226.153 165.044 228.177 165.925 230.575 165.925C232.974 165.925 235.101 165.063 236.741 163.339C238.371 161.614 239.187 159.356 239.187 156.564C239.187 153.772 238.371 151.616 236.741 149.92C235.111 148.224 233.049 147.381 230.547 147.381L230.538 147.372Z" fill="white"/><path d="M254.657 140.897H262.631V156.03C262.631 158.972 262.837 161.024 263.24 162.168C263.643 163.311 264.299 164.201 265.198 164.838C266.098 165.475 267.204 165.794 268.515 165.794C269.827 165.794 270.942 165.485 271.861 164.857C272.779 164.229 273.453 163.311 273.903 162.102C274.231 161.193 274.4 159.263 274.4 156.292V140.897H282.29V154.212C282.29 159.703 281.859 163.461 280.987 165.475C279.928 167.94 278.363 169.832 276.311 171.154C274.25 172.475 271.636 173.131 268.45 173.131C265.002 173.131 262.219 172.362 260.082 170.816C257.946 169.27 256.456 167.124 255.594 164.37C254.975 162.467 254.666 159 254.666 153.969V140.878L254.657 140.897Z" fill="white"/><path d="M286.431 140.897H289.233C289.252 136.774 289.317 134.338 289.439 133.588C289.655 131.855 290.376 130.487 291.622 129.475C292.869 128.463 294.621 127.957 296.898 127.957C298.538 127.957 300.383 128.331 302.445 129.081V135.087C301.311 134.759 300.374 134.6 299.643 134.6C298.716 134.6 298.041 134.797 297.619 135.181C297.31 135.471 297.16 136.071 297.16 136.971L297.132 140.897H302.126V147.568H297.132V172.325H289.242V147.568H286.441V140.897H286.431Z" fill="white"/><path d="M302.988 140.897H305.79C305.809 136.774 305.874 134.338 305.996 133.588C306.212 131.855 306.933 130.487 308.18 129.475C309.426 128.463 311.178 127.957 313.455 127.957C315.095 127.957 316.941 128.331 319.002 129.081V135.087C317.868 134.759 316.931 134.6 316.2 134.6C315.273 134.6 314.598 134.797 314.176 135.181C313.867 135.471 313.717 136.071 313.717 136.971L313.689 140.897H318.684V147.568H313.689V172.325H305.799V147.568H302.998V140.897H302.988Z" fill="white"/><path d="M346.494 140.897H354.384V172.325H346.494V168.998C344.958 170.46 343.411 171.519 341.865 172.165C340.319 172.812 338.642 173.13 336.834 173.13C332.776 173.13 329.262 171.556 326.301 168.408C323.34 165.259 321.86 161.343 321.86 156.667C321.86 151.991 323.294 147.84 326.161 144.739C329.028 141.637 332.505 140.091 336.609 140.091C338.492 140.091 340.263 140.447 341.922 141.159C343.58 141.871 345.107 142.94 346.513 144.364V140.897H346.494ZM338.202 147.372C335.765 147.372 333.741 148.234 332.13 149.958C330.518 151.682 329.712 153.893 329.712 156.592C329.712 159.291 330.537 161.539 332.177 163.292C333.816 165.044 335.84 165.925 338.239 165.925C340.638 165.925 342.765 165.063 344.405 163.339C346.035 161.614 346.85 159.356 346.85 156.564C346.85 153.772 346.035 151.616 344.405 149.92C342.774 148.224 340.713 147.381 338.211 147.381L338.202 147.372Z" fill="white"/><path d="M385.577 140.897H393.439V167.818C393.439 173.13 392.371 177.038 390.234 179.549C387.367 182.941 383.038 184.637 377.266 184.637C374.183 184.637 371.597 184.253 369.498 183.485C367.399 182.716 365.628 181.582 364.185 180.093C362.742 178.603 361.674 176.785 360.981 174.648H369.676C370.445 175.539 371.438 176.204 372.656 176.654C373.874 177.103 375.308 177.328 376.957 177.328C379.075 177.328 380.78 177 382.073 176.344C383.366 175.689 384.275 174.845 384.8 173.805C385.324 172.765 385.596 170.975 385.596 168.436C384.209 169.823 382.757 170.816 381.23 171.425C379.712 172.034 377.988 172.334 376.057 172.334C371.841 172.334 368.28 170.816 365.366 167.771C362.461 164.725 360.999 160.874 360.999 156.217C360.999 151.232 362.536 147.222 365.619 144.195C368.411 141.459 371.747 140.091 375.617 140.091C377.425 140.091 379.14 140.419 380.742 141.084C382.354 141.75 383.966 142.846 385.577 144.364V140.897ZM377.407 147.456C374.924 147.456 372.871 148.29 371.25 149.958C369.629 151.626 368.824 153.715 368.824 156.245C368.824 158.775 369.648 161.015 371.307 162.692C372.965 164.369 375.045 165.203 377.547 165.203C380.049 165.203 382.007 164.388 383.6 162.748C385.193 161.108 385.98 158.963 385.98 156.302C385.98 153.64 385.184 151.551 383.582 149.92C381.979 148.281 379.918 147.465 377.397 147.465L377.407 147.456Z" fill="white"/><path d="M432.897 158.897H407.56C407.925 161.127 408.9 162.908 410.493 164.229C412.086 165.55 414.11 166.206 416.574 166.206C419.516 166.206 422.056 165.175 424.173 163.114L430.817 166.234C429.158 168.586 427.181 170.319 424.867 171.453C422.552 172.578 419.807 173.14 416.63 173.14C411.702 173.14 407.682 171.584 404.58 168.473C401.479 165.363 399.933 161.465 399.933 156.789C399.933 152.113 401.479 148.009 404.571 144.842C407.663 141.675 411.533 140.091 416.199 140.091C421.147 140.091 425.176 141.675 428.278 144.842C431.379 148.009 432.925 152.197 432.925 157.398L432.897 158.897ZM425.007 152.685C424.483 150.932 423.461 149.508 421.925 148.412C420.388 147.316 418.607 146.763 416.583 146.763C414.381 146.763 412.451 147.381 410.793 148.609C409.753 149.377 408.787 150.736 407.897 152.685H424.998H425.007Z" fill="white"/><path d="M71.3754 105.702H72.6872L76.3603 108.851L79.5087 112.524L82.3948 116.993L84.4937 121.201L86.5926 126.457L88.1668 132.763L88.9539 138.807L89.2163 146.95L89.741 152.469L90.7905 157.201L92.3647 160.349L93.9389 161.399L95.2507 160.874L96.3002 159.562L97.3496 155.355L97.612 147.999L98.3991 147.212L99.1862 146.95L100.76 147.999L103.122 150.623L104.958 153.247L107.582 157.716L109.943 162.973L112.567 170.853L114.141 177.422L114.928 183.203V192.658L114.141 197.915L112.567 203.434L110.468 208.166L108.107 211.839L105.745 214.725L102.335 218.135L98.6614 220.759L94.9883 222.858H93.6765L92.8894 221.546L94.9883 217.077L96.0378 213.666L96.5625 210.517V205.786L95.7754 201.054L94.4636 196.584L92.1023 191.327L90.0034 187.654L87.1173 183.447L84.4937 179.502L80.8206 172.409L78.4593 166.89L76.6227 161.371V160.321H76.098L75.5732 161.895L71.1036 170.825L67.6929 178.181L63.748 186.586L60.862 193.154L59.0254 198.674L58.2383 204.193V207.079L59.0254 212.073L60.5996 216.805L62.9609 221.274L62.6986 222.586L62.1738 223.111L60.5996 222.849L57.1889 220.75L54.5652 218.651L51.9415 216.29L49.0555 212.879L46.4319 208.934L44.3329 204.989L42.7587 200.519L41.7093 195.525L41.4469 192.901V187.382L42.234 181.601L43.8082 175.82L45.3824 171.875L47.7437 166.88L50.6297 162.148L53.7781 157.679L56.9265 152.947L60.3373 147.165L63.4857 140.859L66.1093 134.291L68.2082 127.46L69.5201 121.416L70.3072 115.897L70.5695 111.952V106.433L71.3566 105.646L71.3754 105.702Z" fill="#FCFCFC"/><path d="M70.5883 191.337H86.0866L86.349 191.599V208.409L85.8242 211.82L84.7748 214.968L83.2006 217.592L80.8393 219.953L77.6909 221.79L73.746 222.839L70.3353 223.102V217.32L73.4837 216.533L75.0579 215.484L76.3697 213.909L77.4192 211.023L77.6815 208.4L70.5883 208.137V191.327V191.337Z" fill="#B01823"/><path d="M290.207 187.926H138.363C136.769 187.926 135.477 189.218 135.477 190.812V190.821C135.477 192.415 136.769 193.707 138.363 193.707H290.207C291.801 193.707 293.093 192.415 293.093 190.821V190.812C293.093 189.218 291.801 187.926 290.207 187.926Z" fill="#009640"/><path d="M263.933 198.458H138.363C136.769 198.458 135.477 199.75 135.477 201.344V201.354C135.477 202.948 136.769 204.24 138.363 204.24H263.933C265.527 204.24 266.819 202.948 266.819 201.354V201.344C266.819 199.75 265.527 198.458 263.933 198.458Z" fill="#94C11F"/><path d="M211.657 209.346H138.363C136.769 209.346 135.477 210.638 135.477 212.232V212.242C135.477 213.835 136.769 215.128 138.363 215.128H211.657C213.251 215.128 214.543 213.835 214.543 212.242V212.232C214.543 210.638 213.251 209.346 211.657 209.346Z" fill="#F8EA1B"/><path d="M184.867 220.234H138.363C136.769 220.234 135.477 221.526 135.477 223.12V223.13C135.477 224.724 136.769 226.016 138.363 226.016H184.867C186.461 226.016 187.753 224.724 187.753 223.13V223.12C187.753 221.526 186.461 220.234 184.867 220.234Z" fill="#E94E1A"/><g filter="url(#filter0_d_2230_2)"><path d="M160.582 67.4604C160.406 67.0195 160.317 66.314 160.141 65.6086C159.965 64.6385 159.877 63.8449 159.7 63.3158C158.73 58.8184 155.115 56.5257 151.499 56.2611C152.822 55.1147 153.792 53.5274 154.409 51.0583C154.85 49.471 154.585 47.8837 154.233 46.7373C154.056 46.2964 153.968 45.4146 153.615 44.4445C153.439 43.8273 153.351 43.2982 153.175 43.1218C153.175 42.8572 152.998 42.1518 152.91 41.5345C152.734 40.5645 152.645 39.7708 152.469 39.5063C151.764 36.0671 149.735 33.4216 147.09 32.5398C149.383 30.3352 150.265 27.1606 149.735 23.5451C149.559 23.2805 149.471 22.3987 149.295 21.6932C149.118 21.2523 149.03 20.7232 149.03 20.7232C148.854 20.2823 148.765 19.4004 148.589 18.5186C148.324 16.9313 148.324 16.314 148.148 15.7849C147.002 10.8467 142.504 7.9366 137.742 9.17117C137.478 9.17117 136.772 9.43572 136.155 9.61209C135.714 9.78846 135.185 9.87664 135.009 9.87664L133.157 10.3176C132.892 10.4939 131.834 10.5821 130.952 10.9348C130.335 11.1112 129.982 11.1994 129.806 11.1994C129.189 11.3758 127.601 11.6403 126.19 11.9049C124.603 12.1694 123.016 12.5221 122.399 12.6103L117.901 13.5803C117.46 13.7567 116.578 13.7567 115.697 13.8449L114.815 13.6685C114.198 13.8449 113.668 13.9331 113.227 13.9331C112.787 14.1094 112.257 14.1094 112.257 14.1094C107.496 15.2558 105.291 17.725 104.321 20.4587C102.293 17.725 98.8536 16.5786 95.3262 17.284C94.709 17.4604 93.4744 17.725 91.9753 17.9895C90.4762 18.2541 89.0652 18.6068 88.5361 18.695C85.5379 19.4004 75.1323 22.1341 69.0476 27.5133C66.3139 30.1588 63.1393 34.1271 61.8166 37.478C61.552 38.1835 61.1111 39.3299 60.6702 40.9172C57.9365 36.6844 50.97 27.6015 34.3915 31.217C33.4215 31.4816 31.0405 32.187 28.3069 32.628C26.2786 33.2452 23.8095 33.7743 23.2804 33.9507C22.8395 34.1271 21.5167 34.3916 20.2822 34.568C19.1358 34.8325 17.9894 35.0089 17.5485 35.1853C11.1993 36.5962 7.8483 41.7109 9.34742 47.8837C9.52378 48.3246 9.78833 49.471 10.0529 50.6174C10.3174 51.5874 10.6702 52.4692 10.6702 52.9101C10.8465 53.5274 11.2875 55.5557 11.6402 57.2311C12.0811 59.083 12.3457 60.8467 12.6102 61.5521C12.7866 62.1694 13.2275 64.1976 13.5802 65.8731C14.0211 67.4604 14.2857 68.8714 14.5502 69.4886C14.7266 70.4587 15.2557 73.1042 15.873 75.7497C16.4903 78.4833 16.843 80.7761 17.0194 81.8343C17.2839 82.8043 17.9894 85.4498 18.6067 88.1835C19.224 90.3881 19.9294 92.9454 20.0176 93.6509C20.2822 94.7973 20.7231 97.0019 21.4285 101.499C21.4285 102.205 21.6049 102.822 21.6931 103.263C22.8395 108.201 27.6014 111.199 32.5397 110.053C33.1569 109.877 34.127 109.612 35.9788 109.083C36.9488 108.818 38.1834 108.466 38.6243 108.378C39.5943 108.201 41.5344 107.76 42.0635 107.76C42.328 107.76 42.7689 107.76 43.2099 107.584C45.8554 106.967 47.7954 105.291 48.8536 102.998C51.0582 104.762 53.4391 105.203 56.7019 104.586C57.1428 104.409 57.6719 104.321 58.0247 104.145C58.201 104.145 58.201 104.145 58.2892 103.968L58.7301 103.792C59.4356 103.527 62.6102 102.822 63.6684 102.469C63.933 102.293 64.8148 102.205 65.6966 102.028C66.6666 101.852 67.9012 101.587 68.4303 101.587C72.9277 100.617 75.6613 96.3846 74.6913 91.8872C74.4268 90.9172 74.0741 90.0354 73.545 88.9772C73.7213 89.1535 73.8095 89.2417 73.9859 89.2417C77.7778 92.5927 80.3351 94.6209 87.1252 95.5027C90.0352 95.9437 93.739 96.2082 97.9718 95.5027H98.1481C98.4127 95.3264 100.882 94.8855 102.469 94.5327C103.175 94.3564 103.792 94.2682 103.792 94.2682C113.492 92.0636 116.49 89.7708 118.254 88.0072C118.871 87.3017 119.4 86.6844 119.841 85.9789C122.046 87.7426 125.044 88.7126 128.042 87.8308C128.307 87.8308 129.012 87.5662 129.894 87.3899C130.511 87.2135 131.041 87.1253 131.305 86.949C131.746 86.7726 132.892 86.508 134.039 86.2435C135.185 85.9789 136.243 85.6262 136.772 85.6262C137.037 85.6262 137.478 85.4498 138.095 85.3617C138.801 85.1853 139.506 85.0971 139.859 85.0971C140.212 85.0971 141.005 84.8326 141.711 84.6562C142.328 84.4798 142.681 84.3916 143.033 84.3916C144.003 84.2153 144.621 84.1271 145.679 83.9507C146.649 83.7743 147.707 83.6862 148.677 83.3334C148.942 83.3334 149.647 83.0689 150.441 82.8925C150.882 82.7161 151.411 82.628 151.411 82.628C151.675 82.628 152.116 82.4516 152.734 82.4516C153.704 82.2752 154.497 82.187 154.586 82.187C159.083 81.217 162.787 76.8079 161.376 70.7232C161.199 70.4586 161.111 69.4004 160.758 68.5186C160.847 68.2541 160.67 67.8131 160.582 67.4604Z" fill="white"/></g><path d="M35.8025 64.4623C35.5379 63.4922 34.8324 59.2594 34.6561 58.2012C34.3915 56.7903 33.6861 53.7039 37.3016 52.9984C40.2116 52.2929 42.5044 55.0266 43.3862 58.2012C43.5626 59.1712 44.3562 62.6986 44.3562 63.2277C44.3562 65.0795 43.3862 66.8432 40.9171 67.5487C40.6525 67.5487 40.2998 67.725 39.9471 67.725C37.4779 67.9014 36.1552 66.2259 35.8025 64.4623ZM36.1552 38.0072C34.3915 38.4481 26.6314 40.6527 25.0441 40.7409C24.0741 41.0055 20.1058 41.7109 19.1358 41.8873C16.4021 42.5046 14.6384 44.1801 15.3439 47.2665C15.5203 47.972 16.4903 51.5875 16.6667 52.2929C16.9312 53.6157 18.0776 59.524 18.4303 60.8467C18.6949 61.9931 20.194 67.3723 20.2822 68.6951C20.7231 70.5469 22.3104 78.9243 22.9277 80.688C23.3686 82.5399 25.6614 90.8291 25.9259 92.5046C26.1905 93.9155 26.8959 96.7374 27.5132 101.058C27.5132 101.323 27.5132 101.676 27.6896 102.028C27.9541 103.616 29.4533 104.762 31.1287 104.321C32.0988 104.145 36.3316 102.734 37.3898 102.557C38.3598 102.381 40.7407 101.852 41.7107 101.852C41.9753 101.676 42.328 101.852 42.6808 101.676C43.298 101.499 44.709 100.706 44.2681 98.942C44.0917 98.3247 43.298 95.9437 43.298 95.5028C43.1217 94.8855 42.6808 92.5046 42.5926 91.8873C42.4162 91.1818 41.4462 87.5663 41.2698 87.1254C41.0935 86.5081 40.8289 85.0972 41.9753 84.8326C42.9453 84.6563 44.6208 86.5963 45.7672 88.4481C46.2081 89.0654 46.7372 89.5945 46.9136 90.0354C47.8836 91.4464 49.2063 92.7691 50.2645 94.2683C50.7055 94.8855 52.4691 97.2665 52.9982 97.7074C53.7037 98.4129 54.321 98.8538 55.9965 98.4129C56.6137 98.2365 57.1428 98.1483 57.5838 97.972C58.5538 97.7074 62.0811 96.8256 63.0511 96.561C63.7566 96.3847 66.9312 95.8556 67.6367 95.591C68.9594 95.3265 69.6649 94.2682 69.4003 93.2982C69.224 92.5928 68.9594 91.9755 65.5203 87.919C64.903 87.3018 64.5503 86.5963 63.933 86.0672C63.4921 85.4499 62.963 84.7444 62.522 84.039C61.552 82.8926 56.8783 77.778 56.4374 76.5434C56.261 75.8379 56.6137 75.397 57.4074 74.3388C59.2592 71.6933 60.1411 68.9596 60.3174 68.0778C61.4638 63.4922 61.2875 59.7003 60.3174 55.6439C60.0529 54.6739 58.4656 47.531 56.4374 44.5328C53.7037 40.3 50.0882 36.4199 42.2398 36.4199C40.5644 37.1254 38.5361 37.3899 36.1552 38.0072Z" fill="url(#gradient-labelchauffageplus-rge)"/><path d="M97.0899 23.545C96.1199 23.8095 91.1816 24.6914 90.2998 24.8677C88.2716 25.3086 78.5714 27.7778 73.5449 32.3633C71.2522 34.3915 68.783 38.0071 67.6366 40.2998C66.9312 41.8871 65.3439 48.1481 65.4321 51.7637C65.4321 53.0864 65.6966 54.4974 65.873 56.0847C65.873 56.7901 66.0493 57.672 66.0493 58.3774C66.2257 59.9647 66.3139 61.8166 67.0194 64.0212C67.9894 68.5185 70.4585 75.1323 71.5167 77.1605C72.6631 79.4533 74.515 81.9224 76.2786 83.5097C76.9841 84.2152 77.6896 84.8325 78.3068 85.3616C81.3051 88.0952 83.0687 89.6825 88.2716 90.2998C91.1816 90.7407 94.1799 90.9171 96.9135 90.2998C97.3545 90.1235 102.293 89.1534 102.293 89.1534C104.938 88.5361 111.287 86.9489 113.757 84.6561C115.168 83.0688 115.168 81.9224 114.727 80.1587L114.109 77.5132C113.845 76.5432 112.787 71.6049 112.698 70.7231C112.434 69.7531 111.287 65.2557 111.111 64.3739C110.935 63.4039 110.141 59.4356 109.965 58.7302C109.788 58.0247 108.995 54.4974 108.995 53.9683C108.818 53.2628 108.025 49.6473 108.025 49.03C107.76 48.3245 107.407 46.7372 105.115 46.2963C104.497 46.1199 103.968 46.1199 103.351 46.2963C103.086 46.4727 101.323 46.9136 101.058 47.2663C100.088 47.5309 96.7372 48.2363 95.679 48.5891C94.9735 48.7654 91.7989 49.2945 91.0934 49.5591C89.0652 50 87.6543 51.5873 87.9188 53.351C87.9188 53.6155 89.6825 62.3457 89.7707 62.8748C90.2116 64.6384 92.0635 64.7266 92.5044 64.7266C92.9453 64.7266 93.8271 64.1093 93.9153 64.1093C94.6208 63.933 96.8254 64.1093 97.3545 66.4021C97.5308 67.0194 97.7954 69.3122 97.9717 69.7531C98.1481 70.0176 98.6772 71.7813 98.6772 72.3986C99.1181 74.4268 96.9135 75.0441 95.9435 75.1323C91.6225 76.1023 89.6825 73.545 88.4479 71.3404C87.4779 70.194 86.6843 69.1358 85.8024 67.9894C84.8324 66.6667 84.8324 65.9612 84.656 65.0794C84.4797 64.3739 83.686 61.2875 83.686 60.582C83.0687 57.8483 82.9806 56.261 83.0687 54.321C82.8924 53.6155 83.0687 52.91 82.8924 52.1164C82.6278 49.8236 82.6278 49.3827 82.8924 47.7954C83.5978 44.8854 85.1851 42.1517 91.2698 40.7407C92.2398 40.5644 93.0335 40.4762 94.0035 40.2998C94.9735 40.1235 96.0317 39.8589 97.0017 40.0353C97.619 40.0353 98.1481 40.2998 98.589 40.2998C99.0299 40.4762 99.559 40.2998 99.9118 40.2998C101.058 40.0353 102.645 38.5362 102.645 37.3016C102.645 36.6843 102.469 35.5379 102.205 34.3033L100.794 28.0423C100.617 27.6014 100.353 26.0141 100.353 25.7496C100.088 24.1623 98.9418 23.4568 97.619 23.4568C97.619 23.545 97.1781 23.545 97.0899 23.545Z" fill="url(#gradient-labelchauffageplus-rge2)"/><path d="M138.977 14.8148C138.536 14.9912 136.684 15.4321 136.243 15.5203L134.391 15.9612C133.774 16.1376 131.481 16.9312 131.041 16.9312C129.894 17.1958 124.691 18.254 123.545 18.3422L119.224 19.3122C118.959 19.4886 117.813 19.5767 116.49 19.7531C115.344 20.0177 114.286 20.194 113.757 20.3704C109.259 21.3404 109.876 23.8096 110.847 28.2187C111.111 29.1887 112.257 33.8625 112.434 34.8325C113.139 37.8307 113.757 41.0935 114.286 44.2681C114.55 45.5909 116.138 51.4991 116.314 52.6455C116.578 53.7919 117.725 59.1711 117.901 60.3175C118.078 60.9348 118.871 63.6685 118.871 64.5503C119.048 65.1676 119.488 67.9894 119.577 68.8713C119.753 69.5768 120.723 73.4568 120.899 74.2505C121.164 75.6614 121.869 77.866 121.869 79.7178C122.046 79.9824 121.869 80.4233 122.046 80.6879C122.487 82.5397 124.339 83.6861 126.543 83.4215C127.16 83.2452 129.277 82.7161 129.894 82.4515C130.6 82.2752 134.48 81.3051 135.273 81.1288C135.714 80.9524 138.007 80.6879 138.272 80.5115C138.889 80.3351 141.005 79.806 141.446 79.5415C143.298 79.1006 145.238 78.836 146.914 78.5715C147.531 78.3951 149.559 77.866 149.824 77.866C150.265 77.6896 152.557 77.4251 152.822 77.2487C153.792 76.9842 155.82 75.926 155.115 72.9277C154.938 72.3104 154.145 69.7531 154.145 69.1358C153.968 68.5186 153.88 67.5485 153.704 66.4021C153.704 65.7849 153.527 65.4321 153.439 64.8148C152.822 62.1693 150.705 62.0812 149.559 62.1693C148.942 62.3457 148.413 62.4339 147.795 62.7866C147.178 63.0512 146.473 63.2275 145.767 63.4039C145.15 63.5803 144.621 63.6685 143.915 63.6685C142.945 63.8448 142.152 63.8448 141.182 63.933C140.035 64.1976 138.536 64.5503 137.742 64.5503C135.45 64.3739 135.009 62.7866 134.744 61.1111C134.127 58.4656 133.774 57.3193 134.127 56.5256C134.744 54.7619 136.42 54.2328 137.919 53.7919C138.889 53.5274 144.18 52.8219 144.973 52.4692C146.296 52.2046 147.707 51.8519 147.972 49.7355C148.148 49.2946 148.148 48.7655 147.795 48.1482C147.619 47.5309 146.825 45.1499 146.825 44.5327C146.649 43.9154 146.208 41.3581 146.12 40.7408C145.503 38.0953 144.533 37.3898 141.799 38.0071C141.358 38.1835 139.153 38.6244 139.065 38.7126C138.448 38.8889 136.067 39.3298 135.45 39.3298C135.009 39.5062 133.245 40.0353 132.716 40.0353C129.718 40.7408 128.924 37.3016 128.483 36.4198C127.866 33.7743 127.866 33.6861 128.042 33.0688C128.307 32.0988 129.189 31.217 132.54 30.3351C133.157 30.1588 135.714 29.8942 136.332 29.7178C136.772 29.5415 138.624 29.0124 139.065 29.0124C139.506 29.0124 140.388 28.836 140.476 28.7478C143.386 27.7778 143.21 25.7496 142.769 24.4268C142.593 23.8096 142.063 21.6932 142.063 21.5168C141.887 20.8113 141.358 17.1958 141.093 16.7549C140.829 15.3439 139.771 14.5503 138.448 14.5503C139.418 14.7267 139.153 14.7267 138.977 14.8148Z" fill="url(#gradient-labelchauffageplus-rge3)"/><defs><filter id="filter0_d_2230_2" x="4.99274" y="8.88794" width="160.687" height="109.409" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/></filter><linearGradient id="gradient-labelchauffageplus-rge" x1="46.1262" y1="70.4182" x2="92.614" y2="70.4182" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-labelchauffageplus-rge2" x1="89.9762" y1="57.0781" x2="134.018" y2="57.0781" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-labelchauffageplus-rge3" x1="127.313" y1="49.0049" x2="167.614" y2="49.0049" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        coupdepouce
                        <code>[[svg_include:svg/labels/coupdepouce.svg]]</code>
                    </td>
                    <td>
                        <svg role="img" aria-label="Logo Coup de pouce" width="620" height="251" viewBox="0 0 620 251" fill="none" xmlns="http://www.w3.org/2000/svg" class="label-coup-de-pouce"><path d="M119.952 37.7458C127.703 37.5923 132.785 37.4133 139.777 41.5828C145.959 45.2749 151.271 51.525 153.207 58.5254C155.134 63.8631 154.793 71.0426 153.207 76.4315C144.569 101.918 110.147 104.774 97.8939 80.5925C88.9664 62.5415 100.256 41.165 119.952 37.7458ZM122.51 45.7439C112.73 47.3213 106.412 54.0148 104.604 63.6499V71.0085C105.406 74.7261 107.614 79.8166 110.36 82.5195H110.999L111.323 83.4745C116.798 87.9766 121.871 89.4944 128.914 88.5905C131.037 88.1045 134.806 86.3139 136.588 85.0775L140.425 81.2405L142.983 76.764C146.445 68.4334 144.961 58.2184 138.822 51.4994C133.996 47.5856 128.863 45.2237 122.519 45.7439H122.51Z" fill="#3C666C"/><path d="M276.946 38.3853C283.495 38.3427 293.522 38.0272 299.644 40.6278C310.047 45.3175 315.998 53.8869 316.911 65.253C317.303 70.1558 315.845 76.8237 313.713 81.2405C310.823 86.3821 305.766 91.3958 300.284 93.7065C298.178 94.4057 293.224 96.1367 291.015 96.2646H276.946L276.622 38.7093L276.946 38.3853ZM285.899 46.3834V88.275C290.154 89.213 295.415 86.8937 299.005 84.7535C303.302 81.5048 305.911 76.8663 306.994 71.648C309.092 57.6386 300.505 46.0338 285.891 46.3834H285.899Z" fill="#3C676C"/><path d="M164.078 38.3853H173.671L173.995 83.1505C175.453 87.0984 178.497 88.744 182.632 88.2665L186.469 86.348L188.072 83.79L188.396 38.3853H197.673C197.52 40.6108 198.151 85.555 197.034 86.348C194.339 92.9391 189.803 95.9576 182.965 97.2195C174.941 97.8676 167.378 94.3375 164.743 86.348C163.584 86.4418 164.274 40.048 164.104 38.3853H164.078Z" fill="#3E696B"/><path d="M219.075 38.3853C219.075 38.3853 225.47 38.7008 225.47 38.7093C225.47 38.7093 230.271 40.3124 230.262 40.3124C236.026 43.5951 239.318 46.8438 241.773 53.1024C242.174 54.2365 242.993 56.7007 243.052 57.8944V66.2079L241.449 71.648L238.567 76.764L235.37 80.277C231.473 83.2528 226.732 86.0069 221.625 85.393V95.9491L221.301 96.2646H212.348V38.7093L219.067 38.3853H219.075ZM221.633 46.3834C221.13 55.362 221.36 68.6722 221.633 77.719C228.557 76.7555 231.669 73.0293 233.46 66.532V57.8944L232.181 53.7419L229.947 50.2204L227.065 47.9864C226.178 47.7391 222.571 45.9911 221.625 46.3834H221.633Z" fill="#3C666C"/><path d="M71.9898 37.7458H80.9428C81.7273 38.0016 87.9091 39.238 88.2928 39.9798V49.5724C87.4231 49.4786 84.6178 48.1143 83.8163 47.6538L79.3398 46.3748H73.5843C62.0391 48.6941 55.7123 58.2355 56.3177 69.7209L57.5967 75.1524L59.8307 79.629C63.3096 84.0458 67.4195 86.9534 72.9448 88.2665H80.9343L84.1318 87.303C84.7713 87.0131 88.9494 84.7961 89.5718 84.745V94.6615C82.904 98.004 73.9424 97.7482 66.8738 95.9405C56.0534 92.257 48.0298 82.6389 46.4097 71.3154C46.4864 70.3093 46.3926 68.1094 46.0857 67.1629C46.5035 66.7195 46.9298 60.802 47.0492 60.1284C49.863 48.5833 60.0609 39.0248 71.9898 37.7458Z" fill="#3D676C"/><path d="M352.092 38.3853V46.0594L336.104 46.3748L335.78 69.3969H352.083V77.395C350.958 77.412 336.676 77.7701 336.096 77.7105L335.772 88.2665H352.723L353.047 88.582V96.256H326.827L326.503 95.9405V38.3853H352.092Z" fill="#3D686C"/><path d="M518.004 8.79761C520.997 8.40538 524.485 13.4873 526.821 15.5934C528.91 17.8189 530.956 20.2234 532.721 22.6876C542.374 36.1427 547.072 53.2729 541.691 69.3883C539.637 75.9368 536.124 81.9993 531.928 87.5076C530.436 89.1873 528.407 92.436 526.284 92.9561C523.777 92.9391 523.888 85.9983 523.393 83.8752C522.737 78.4607 522.123 74.7772 521.611 69.934C521.202 66.5148 521.142 62.2259 520.972 58.261C520.758 54.6457 519.556 62.3709 519.386 63.1297C518.047 70.6162 517.143 77.8724 517.45 85.6317C517.194 87.1324 519.232 94.3033 517.442 94.1158C514.662 92.7771 512.522 88.6246 510.808 85.9472C505.956 77.7019 502.818 68.3651 502.179 58.909C501.983 54.1341 501.863 49.2483 502.528 44.6609C503.603 37.9504 505.675 31.8367 507.994 25.382C509.895 20.9226 512.181 16.122 514.841 11.7393C515.54 10.5371 516.563 8.94256 517.893 8.80613L518.004 8.78908V8.79761Z" fill="#97C74D"/><path d="M574.963 67.5892C578.996 67.5892 596.373 66.583 597.993 69.6356C598.334 70.2239 598.292 71.0681 598.096 72.0657C597.32 75.5617 595.631 78.9979 594.131 82.204C589.637 91.7197 582.509 100.477 572.984 105.218C561.55 111.22 547.797 110.76 535.919 106.522C532.841 105.354 533.625 103.964 535.655 102.429C537.761 100.937 540.063 99.6069 542.229 98.2768C546.066 95.9916 549.843 93.7917 553.791 91.805C555.718 90.7221 559.913 88.9997 559.222 88.6416C558.429 88.5478 556.86 88.9912 555.82 89.23C547.745 91.2337 539.56 93.5104 532.491 97.9869C530.428 99.155 529.055 99.3 530.24 96.4265C538.264 79.6374 556.536 68.9705 574.792 67.5807H574.937L574.963 67.5892Z" fill="#97C74D"/><path d="M106.438 114.077C107.359 114.324 107.827 115.134 108.126 115.995C108.731 117.828 110.198 122.561 110.991 125.059C111.485 126.611 111.912 127.975 112.747 129.365C115.263 132.742 119.211 135.428 122.238 138.403C126.782 141.993 130.56 146.359 134.328 150.707C135.582 152.259 136.869 154.067 138.916 154.519C141.099 154.92 143.887 154.689 146.172 154.647C149.745 154.485 150.751 153.854 152.345 157.469C156.217 165.365 157.333 174.122 155.713 182.819C155.415 184.243 154.903 186.545 154.469 187.892C154.213 188.643 153.94 189.052 153.334 189.325C151.152 189.939 147.698 189.871 145.2 190.212C143.085 190.263 142.582 191.26 141.551 192.684C139.248 195.601 136.852 198.235 133.953 200.367C131.54 202.004 128.965 204.195 126.041 204.238C123.193 204.417 119.799 204.545 117.07 204.451C116.022 204.485 114.939 204.869 113.941 205.202C108.876 206.472 101.219 206.029 99.2326 200.12C98.9341 198.679 97.928 197.758 96.5126 197.408C93.6305 196.59 91.371 194.117 90.8167 191.226C90.5183 188.754 88.0285 188.285 86.5619 186.741C84.345 184.482 84.1744 181.301 84.669 178.377C84.7287 175.571 81.8296 173.499 81.4374 170.762C78.3933 158.808 93.3065 153.342 102.626 152.711C105.721 152.114 98.9768 141.465 97.9536 139.623C96.2397 136.971 94.5344 133.867 93.8608 130.823C93.1104 125.852 94.3127 120.48 98.5675 117.385C99.693 116.507 101.023 115.714 102.43 115.1C103.811 114.571 105.048 113.761 106.344 114.043L106.455 114.068L106.438 114.077ZM103.189 121.231C99.4116 122.893 98.5249 127.873 99.9062 131.497C100.767 134.191 102.754 136.604 104.212 138.941C106.685 142.803 108.638 147.271 109.593 151.722C109.772 153.581 111.034 157.282 108.288 157.469C101.432 158.458 94.0398 158.526 88.4122 163.122C85.2573 165.766 86.3402 170.856 89.2052 173.286C92.8205 176.671 98.7039 176.236 102.737 174.019C104.69 172.988 107.631 171.393 109.465 170.387C111.895 169.219 109.251 167.497 107.751 167.036C103.436 165.518 99.7271 169.048 95.5661 169.5C93.7499 169.722 91.9934 168.861 90.7911 167.488C90.0664 166.712 89.2563 165.612 90.6206 165.101C93.1701 164.512 95.8304 164.563 98.0815 163.318C103.487 161.033 110.488 161.127 114.845 165.527C116.064 166.704 117.548 168.213 118.102 169.875C118.392 170.941 117.991 171.675 118.631 172.595C119.577 173.84 121.112 174.804 122.041 176.134C122.664 176.919 123.133 177.848 123.039 178.641C123.005 179.153 122.886 179.681 122.903 180.184C123.261 182.614 126.799 183.885 127.072 186.485C127.226 187.688 125.179 188.293 125.367 189.453C125.947 191.84 129.988 193.733 128.914 196.487C128.351 197.425 126.552 198.423 126.441 198.943C126.441 199.872 128.641 198.21 128.991 197.903C133.339 194.381 136.571 191.158 139.683 186.596C140.749 185.164 142.199 185.232 144.032 184.985C145.277 184.831 146.402 184.737 147.485 184.601C149.574 184.473 150.333 183.1 150.555 181.207C150.896 178.342 150.768 174.361 150.691 171.282C150.214 168.093 149.446 164.06 147.886 160.999C147.332 160.164 145.874 160.24 144.799 160.283C141.951 160.36 138.933 160.777 136.869 159.754C134.26 158.74 132.563 156.676 130.636 154.749C128.59 152.583 126.816 150.452 124.753 148.26C120.089 143.161 114.444 138.779 109.431 133.91C108.177 132.742 107.461 131.718 107.026 130.252C106.463 128.487 105.346 124.829 104.758 122.962C104.477 122.228 104.297 121 103.3 121.205L103.197 121.231H103.189ZM111.946 174.991C107.904 176.339 104.187 180.082 99.9062 180.397C97.5699 180.432 94.739 180.858 92.5562 180.457C91.1578 180.167 89.4269 179.954 90.2028 182.043C90.8764 183.518 92.2663 183.979 94.1677 184.081C97.1862 184.422 100.153 183.91 103.675 183.723C104.673 183.655 105.338 183.638 106.156 183.152C108.552 181.83 112.619 179.801 115.169 178.206C115.945 177.771 116.235 176.987 115.416 176.432C114.538 175.725 113.191 174.847 112.074 174.966L111.946 174.991ZM116.636 183.279C112.321 184.806 108.706 188.498 104.238 188.668C102.814 188.668 100.998 188.873 99.1558 189.035C97.3652 189.18 94.1336 189.214 97.1009 191.346C98.6442 192.36 100.128 192.224 102.072 192.215C104.357 192.25 106.949 192.028 109.106 191.371C112.133 189.751 115.851 187.918 118.733 186.161C120.259 184.9 118.136 183.117 116.738 183.262H116.627L116.636 183.279ZM118.716 192.232C116.422 193.043 112.696 195.379 110.82 196.189C108.919 196.99 106.89 196.931 104.775 197.374C103.189 198.048 105.866 200.009 106.702 200.034C110.164 200.682 113.899 199.685 116.866 197.775C118.025 197.135 119.961 196.078 120.839 195.575C121.385 195.294 121.786 194.935 121.871 194.356C121.905 192.957 120.029 192.053 118.827 192.215L118.716 192.232Z" fill="#3C676C"/><path d="M198.961 115.441C206.166 114.316 214.838 115.049 220.414 120.233C226.877 126.918 228.898 136.741 229.725 145.711C230.561 155.065 229.759 166.286 221.258 172.067C219.416 173.457 217.054 174.523 215.008 175.35C213.883 175.836 212.97 176.501 212.518 177.447C210.873 181.225 214.565 187.415 212.254 191.116C210.983 193.187 207.769 193.256 206.405 191.218C204.836 188.558 204.802 185.138 204.29 182.111C204.111 180.662 203.847 179.221 203.037 178.01C201.758 175.998 199.362 174.267 200.317 171.726C201.135 169.415 202.286 167.164 201.809 164.597C200.513 153.709 199.003 142.121 197.861 131.463C197.673 129.774 197.622 128.018 197.4 126.321C196.906 122.407 193.35 117.232 198.807 115.492L198.952 115.45L198.961 115.441ZM205.509 122.305C204.904 122.885 204.819 124.283 204.887 125.315C205.057 127.515 205.313 129.706 205.501 131.974C206.166 139.665 207.266 147.263 208.11 155.031C208.553 158.671 208.98 162.321 209.636 165.979C209.909 167.479 210.651 169.296 212.28 169.176C216.372 168.716 219.843 165.041 221.309 161.178C224.618 153.001 221.744 136.067 217.668 128.521C215.69 125.196 212.663 122.041 208.656 121.623C207.573 121.41 206.2 121.58 205.586 122.237L205.509 122.314V122.305Z" fill="#97C74D"/><path d="M294.528 123.482C298.783 122.288 299.456 127.336 299.627 130.465C299.951 134.268 300.241 137.738 300.522 140.62C301.187 147.169 301.87 152.865 303.089 159.524C303.618 162.44 304.129 165.408 304.743 168.255C305.536 172.041 308.333 179.536 302.594 180.432C300.045 180.551 299.098 176.884 298.135 175.469C295.986 172.476 294.545 182.666 285.021 182.461C269.059 181.77 269.008 145.771 268.095 133.867C268.036 131.565 268.249 129.152 270.039 127.66C272.401 125.741 274.84 127.251 275.352 130.022C276.545 136.817 275.914 144.662 277.193 151.68C278.438 158.552 278.72 166.559 282.744 172.323C284.202 174.156 286.274 174.156 287.843 172.442C290.614 169.108 291.015 164.129 291.672 160.053C292.328 153.641 292.533 147.05 292.26 140.416C292.175 138.122 292.072 136.084 292.03 133.714C292.183 130.363 290.913 125.324 294.426 123.516L294.537 123.473L294.528 123.482Z" fill="#97C74D"/><path d="M249.26 127.958C260.464 126.33 262.732 141.106 264.429 149.258C265.426 154.792 265.06 160.249 265.128 165.911C265.111 187.031 246.932 199.276 237.894 174.386C234.133 161.963 231.789 146.819 239.437 135.487C241.799 132.136 244.877 128.675 249.106 127.984L249.26 127.958ZM249.217 135.035C245.184 136.528 243.334 141.993 242.14 145.668C241.313 148.712 241.501 151.381 241.458 155.013C241.373 159.609 241.927 163.864 243.104 168.375C244.169 172.306 245.414 176.381 248.492 179.067C250.513 180.858 253.208 180.841 254.674 178.47C256.508 175.316 256.976 171.427 257.522 167.872C258.204 162.44 257.863 133.739 249.345 135.01L249.217 135.035Z" fill="#97C74D"/><path d="M339.438 116.277C345.671 115.015 349.875 119.892 351.631 125.383C352.603 128.231 353.601 131.326 353.695 134.319C353.857 137.508 351.427 139.623 348.562 140.322C346.49 140.91 343.983 141.234 341.868 141.609C339.336 141.951 337.972 143.289 337.92 145.694C338.074 151.262 339.251 161.826 343.113 165.774C345.253 167.94 349.389 167.454 351.785 169.304C353.183 170.43 353.021 172.485 351.657 173.721C350.369 174.906 348.297 175.35 346.234 175.256C337.545 175.119 333.461 167.531 331.73 159.976C330.187 155.048 329.701 149.966 329.445 144.756C329.607 135.624 328.174 119.483 339.285 116.319L339.438 116.285V116.277ZM340.333 123.26C338.082 123.917 335.516 134.072 337.878 135.146C339.387 135.649 340.99 134.908 342.661 134.754C343.838 134.549 345.407 134.038 345.518 133.211C345.722 131.48 344.742 129.595 344.281 127.933C343.633 126.116 342.55 122.962 340.444 123.217L340.333 123.252V123.26Z" fill="#97C74D"/><path d="M322.231 119.534C325.923 119.952 326.137 123.925 323.272 125.648C317.857 128.606 316.501 130.269 315.146 136.357C313.176 144.415 314.029 152.822 316.425 160.675C317.789 164.981 320.56 170.191 325.642 170.609C327.978 170.873 330.741 170.2 332.523 171.103C334.101 171.777 334.68 173.721 333.802 175.162C331.577 178.343 326.597 178.121 323.084 177.856C317.635 177.405 313.671 173.61 311.3 168.989C304.249 156.301 301.307 119.96 322.078 119.525L322.231 119.542V119.534Z" fill="#97C74D"/><path d="M558.404 148.081L488.962 75.9113C488.152 75.0672 486.814 75.0416 485.969 75.8516L393.617 164.7C392.773 165.51 392.747 166.849 393.557 167.693L411.566 186.409C457.277 181.617 489.585 181.617 521.824 186.204L558.344 151.066C559.188 150.256 559.214 148.917 558.404 148.073V148.081Z" fill="#EF5726"/><path d="M409.178 166.704C408.692 166.2 408.709 165.399 409.212 164.913L485.569 91.4469C485.816 91.2081 486.123 91.0632 486.473 91.0973C486.814 91.0973 487.129 91.2422 487.359 91.4895L542.766 149.079C543.252 149.582 543.235 150.383 542.732 150.869L507.994 184.294C508.744 184.371 509.486 184.448 510.211 184.524L543.917 152.097C544.488 151.543 544.812 150.81 544.829 150.017C544.846 149.224 544.548 148.473 544.002 147.902L488.596 90.3128C488.041 89.7415 487.308 89.4175 486.515 89.4005C485.714 89.3664 484.972 89.6818 484.401 90.2275L408.044 163.694C406.867 164.828 406.825 166.712 407.959 167.897L424.705 185.309C425.438 185.249 426.172 185.189 426.905 185.138L409.187 166.721L409.178 166.704Z" fill="white"/><path d="M543.508 120.907L457.584 69.4479C456.578 68.8425 455.282 69.175 454.677 70.1812L388.833 180.124C388.228 181.131 388.561 182.427 389.567 183.032L397.514 187.79C415.556 185.292 450.26 181.625 508.02 184.294L544.241 123.823C544.846 122.816 544.514 121.52 543.508 120.915V120.907Z" fill="#FBB342"/><path d="M404.378 177.976C403.781 177.617 403.585 176.842 403.943 176.236L458.386 85.3245C458.556 85.0346 458.838 84.83 459.162 84.7447C459.494 84.6594 459.827 84.7106 460.117 84.8897L528.68 125.954C529.277 126.312 529.473 127.088 529.115 127.694L495.758 183.39C496.406 183.424 497.046 183.458 497.685 183.492L530.581 128.572C531.425 127.165 530.965 125.34 529.558 124.496L460.995 83.4316C460.313 83.0223 459.52 82.9029 458.744 83.0991C457.976 83.2952 457.328 83.7727 456.919 84.4548L402.476 175.366C402.067 176.049 401.947 176.85 402.144 177.617C402.34 178.385 402.817 179.033 403.499 179.442L414.678 186.136C415.65 186.05 416.613 185.965 417.577 185.88L404.378 177.976Z" fill="white"/><path d="M502.332 98.0892L405.929 70.9402C404.804 70.6247 403.636 71.2812 403.312 72.4068L369.93 190.928C373.519 190.484 477.477 182.947 480.623 182.972L503.79 100.698C504.106 99.5728 503.449 98.4047 502.324 98.0807L502.332 98.0892Z" fill="#97C74D"/><path d="M382.14 188.054L410.866 86.0578C411.054 85.3842 411.762 84.992 412.427 85.1796L489.355 106.846C489.679 106.94 489.951 107.153 490.113 107.443C490.275 107.741 490.318 108.082 490.224 108.406L469.206 183.032C469.803 183.023 470.391 183.015 470.988 183.006L491.861 108.875C492.075 108.108 491.981 107.306 491.597 106.616C491.213 105.925 490.574 105.422 489.815 105.209L412.887 83.5425C411.31 83.0991 409.664 84.02 409.221 85.5974L380.494 187.594C380.298 188.302 380.383 189.026 380.673 189.64C381.321 189.563 381.969 189.495 382.617 189.419C382.2 189.12 381.995 188.574 382.14 188.054Z" fill="white"/><path d="M31.2066 172.604C21.8528 197.877 24.317 218.239 53.1202 226.126C86.3488 234.866 133.646 227.064 167.097 219.441C246.446 201.842 467.552 161.792 537.062 189.222C542.672 191.653 548.436 195.097 551.216 200.785L550.457 201.177C547.37 196.035 541.751 193.213 536.251 191.277C524.911 187.483 512.803 186.477 500.9 185.948C482.857 185.198 464.806 186.127 446.798 187.423C386.634 192.181 326.947 201.842 267.558 212.466C234.944 218.469 202.286 224.694 169.936 231.984C133.101 240.528 64.4351 250.393 33.3383 225.094C20.8296 214.615 19.3545 199.472 24.624 184.772C26.1588 180.423 28.1711 176.236 30.4221 172.246L31.1981 172.604H31.2066Z" fill="#97C74D"/></svg> 
                    </td>
                </tr>
        
                <tr>
                    <td>
                        devisgratuit
                        <code>[[svg_include:svg/labels/devisgratuit.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Devis Gratuit" width="251" height="250" fill="none" viewBox="0 0 251 250" class="label-devis-gratuit"><path fill="#D3302D" d="M125.3 203.527c43.345 0 78.483-35.138 78.483-78.483 0-43.345-35.138-78.483-78.483-78.483-43.345 0-78.483 35.138-78.483 78.483 0 43.345 35.138 78.483 78.483 78.483Z"/><path fill="#D3302D" d="M125.3 241.182c-64.021 0-116.226-52.029-116.226-116.138C9.074 60.934 61.191 8.818 125.3 8.818c64.109 0 116.226 52.117 116.226 116.226 0 64.109-52.205 116.138-116.226 116.138Zm0-228.572c-61.993 0-112.434 50.441-112.434 112.434 0 61.993 50.44 112.434 112.434 112.434 61.993 0 112.434-50.441 112.434-112.434 0-61.993-50.441-112.434-112.434-112.434Z"/><path fill="#D3302D" d="m190.996 53.616 5.115 4.761-6.173 6.79a15.21 15.21 0 0 1-2.645-1.41c-.882-.53-1.676-1.235-2.646-2.117-1.322-1.146-2.204-2.469-2.557-3.792-.353-1.322-.353-2.733 0-4.232.441-1.411 1.323-2.822 2.645-4.321 1.235-1.323 2.558-2.293 3.969-2.822a8.626 8.626 0 0 1 4.497-.177c1.499.353 3.086 1.235 4.497 2.558.706.705 1.323 1.322 1.852 2.116.441.794.97 1.5 1.323 2.293l-2.998 1.323c-.177-.53-.441-1.147-.882-1.676-.353-.529-.882-1.146-1.411-1.675-.794-.794-1.587-1.235-2.557-1.323-.97-.176-1.94-.088-2.734.264-.97.353-1.852.97-2.645 1.94-.794.882-1.323 1.676-1.676 2.558-.353.882-.441 1.675-.265 2.557.177.882.706 1.587 1.411 2.381a7.928 7.928 0 0 0 1.94 1.411l2.47-2.734-2.47-2.293 1.94-2.38Zm27.337 23.192c.794 1.41 1.147 2.645 1.235 3.792.088 1.146 0 2.116-.441 2.822-.441.793-1.235 1.499-2.293 2.028-.793.352-1.411.529-2.116.529-.706 0-1.323-.088-1.94-.353-.529-.264-1.147-.529-1.588-.97l-4.497 8.113-1.94-3.704 4.057-6.878-.882-1.852-5.997 3.087-1.675-3.351 15.696-8.025 2.381 4.762Zm-2.822 1.146-.44-1.058-4.321 2.205.529 1.058c.529 1.146 1.146 1.852 1.675 2.116.529.265 1.235.265 2.028-.088.794-.353 1.147-.97 1.235-1.587 0-.618-.176-1.588-.706-2.646Zm-3.174 41.182 3.968-1.852-.794-6.349-4.321-.794-.44-3.968 18.43 4.056.529 4.586-16.843 8.289-.529-3.968Zm7.055-3.087 3.88-1.675c.264-.088.529-.265 1.058-.441.353-.176.882-.353 1.234-.529a6.141 6.141 0 0 1 1.147-.441c-.353 0-.794-.088-1.235-.176-.441-.089-.97-.177-1.411-.177-.441-.088-.793-.088-.97-.176l-4.233-.794.53 4.409Zm-9.524 29.983.882-3.616 14.197 3.263 1.058-4.674 3.087.706-2.999 13.051-3.086-.706 1.058-4.673-14.197-3.351Zm-.441 41.711-9.612-6.173c-1.058-.706-1.852-1.499-2.381-2.469a6.058 6.058 0 0 1-.706-3.351c.089-1.235.53-2.47 1.5-3.88 1.234-2.029 2.733-3.175 4.409-3.528 1.675-.353 3.351 0 4.938 1.058l9.612 6.173-2.028 3.175-9.171-5.908c-1.235-.794-2.293-1.059-3.087-.97-.882.176-1.499.793-2.204 1.675-.441.705-.706 1.323-.794 1.94 0 .529.088 1.146.441 1.587.353.441.97 1.059 1.675 1.499l9.083 5.821-1.675 3.351Zm-27.69 3.615 11.111 13.757-2.822 2.381-11.111-13.757 2.822-2.381Zm-24.867 14.903 3.439-1.411 5.555 13.404 4.498-1.852 1.146 2.822-12.434 5.026-1.146-2.821 4.497-1.852-5.555-13.316ZM34.735 158.377c1.852-.881 3.44-1.234 5.027-1.058 1.499.088 2.998.706 4.056 1.676 1.235 1.058 2.293 2.469 3.175 4.321l2.116 4.585-16.049 7.408-2.381-5.027c-.794-1.675-1.146-3.263-1.146-4.762 0-1.499.44-2.822 1.322-4.056.882-1.235 2.117-2.293 3.88-3.087Zm1.764 3.44c-1.146.529-2.116 1.146-2.645 1.94-.53.793-.97 1.411-.97 2.292-.089.882.176 1.852.529 2.734l.882 1.852 10.493-4.85-.705-1.411c-.794-1.587-1.852-2.646-3.087-3.087-1.234-.44-2.733-.176-4.497.53Zm1.499-33.951.97 10.141-17.636 1.676-.97-10.053 3.086-.265.53 6.349 3.88-.352-.53-5.997 3.087-.264.529 5.996 4.585-.441-.529-6.349 2.998-.441ZM25.123 93.298l15.785 9.877-.97 3.968-18.606 1.675.881-3.703 10.935-.882h3.968a4.726 4.726 0 0 1-1.234-.529c-.441-.265-.97-.441-1.411-.794-.441-.176-.794-.353-.97-.441l-9.436-5.555 1.058-3.616Zm23.81-10.318-15.344-8.818 1.94-3.263 15.344 8.907-1.94 3.175Zm16.755-28.394c.793.793 1.146 1.587 1.323 2.469.176.97.088 1.852-.353 2.822-.353.97-1.147 1.94-2.117 2.821-.44.353-.881.794-1.322 1.147-.441.353-.97.705-1.411.97-.441.264-.97.44-1.5.705l-2.38-2.469c.882-.264 1.675-.705 2.557-1.058.882-.353 1.587-.97 2.293-1.5.44-.352.793-.881.882-1.234.176-.352.176-.793.088-1.058a2.724 2.724 0 0 0-.441-.882c-.265-.264-.706-.44-1.147-.44-.44 0-.97.088-1.499.176-.529.176-1.234.352-1.94.529-.44.176-.97.264-1.41.352a9.765 9.765 0 0 1-1.676.177c-.53 0-1.146-.088-1.852-.265-.529-.176-1.146-.705-1.675-1.234-.794-.794-1.147-1.587-1.323-2.47-.176-.881-.088-1.851.264-2.645.353-.97.97-1.852 1.94-2.645a8.865 8.865 0 0 1 2.117-1.588c.794-.352 1.587-.793 2.557-1.146l1.147 2.998c-.882.265-1.5.706-2.117.97-.705.177-1.323.617-1.764 1.058-.352.265-.529.706-.705.97-.088.353-.176.706-.088.97.088.265.176.53.44.882.265.265.706.441.97.441.354 0 .883 0 1.324-.176.529-.177 1.234-.353 2.028-.53.97-.264 1.852-.528 2.557-.705.794-.088 1.5-.088 2.205.177.793.264 1.499.705 2.028 1.41Zm17.725 162.433a8.553 8.553 0 1 0 0-17.107 8.554 8.554 0 0 0 0 17.107Zm41.622-177.072a8.554 8.554 0 1 0 0-17.108 8.554 8.554 0 0 0 0 17.108Z"/><path fill="#fff" d="M96.993 113.404c.882 2.293 1.146 4.409.882 6.261-.265 1.94-1.147 3.527-2.47 4.85-1.322 1.411-3.262 2.557-5.555 3.439l-5.82 2.205-7.584-20.371 6.35-2.381c2.116-.793 4.056-1.146 5.996-.97a9.122 9.122 0 0 1 4.938 2.029c1.323 1.058 2.381 2.733 3.263 4.938Zm-4.497 1.852c-.53-1.499-1.235-2.646-2.117-3.439-.794-.794-1.675-1.235-2.734-1.411a8.036 8.036 0 0 0-3.439.441l-2.292.881 4.938 13.228 1.852-.706c2.116-.793 3.439-1.94 4.056-3.439.706-1.587.617-3.439-.264-5.555Zm24.338 2.557-11.728 4.409-7.584-20.37 11.728-4.41 1.323 3.528-7.407 2.734 1.675 4.497 6.879-2.557 1.322 3.527-6.878 2.557 2.028 5.203 7.408-2.733 1.234 3.615Zm12.61-28.043.706 23.017-4.674 1.851-14.55-17.813 4.409-1.587 8.378 10.67c.088.177.352.441.793 1.058.353.441.794 1.059 1.147 1.588.352.529.705 1.058.881 1.411-.088-.441-.176-.97-.264-1.588-.088-.705-.177-1.322-.177-1.94 0-.529-.088-1.058-.088-1.234l-.705-13.58 4.144-1.852Zm10.23 19.401-7.584-20.37 4.321-1.588 7.584 20.371-4.321 1.587Zm19.4-13.668c.441 1.234.529 2.38.265 3.527-.265 1.146-.882 2.116-1.852 3.086-.97.882-2.205 1.588-3.792 2.293-.706.265-1.411.441-2.117.706a8.705 8.705 0 0 1-2.116.264c-.705.088-1.323 0-2.028 0l-1.499-3.968c1.146.088 2.293.088 3.439 0 1.146 0 2.293-.265 3.351-.706.705-.264 1.234-.529 1.587-.97.353-.44.529-.793.706-1.146.176-.353 0-.794-.089-1.234a2.206 2.206 0 0 0-1.058-1.147 7.126 7.126 0 0 0-1.852-.44c-.793-.089-1.499-.177-2.381-.265-.529 0-1.146-.088-1.851-.177-.706-.088-1.323-.264-2.029-.529-.705-.264-1.322-.705-1.94-1.234-.529-.53-1.058-1.235-1.322-2.205-.441-1.235-.53-2.38-.353-3.44.176-1.057.793-2.027 1.587-2.821.882-.882 2.028-1.5 3.439-2.116 1.059-.353 2.117-.706 3.175-.794 1.058-.088 2.204-.088 3.439-.088l-.088 3.88c-1.058 0-2.028 0-2.822.088s-1.587.265-2.381.53c-.529.175-.97.44-1.235.793-.264.353-.44.705-.529 1.058-.088.353 0 .794.089 1.146.176.441.44.882.881 1.059.441.176.97.352 1.588.44.617.089 1.499.177 2.557.265 1.235.088 2.293.265 3.263.53.97.264 1.675.705 2.381 1.234.617.44 1.146 1.322 1.587 2.38Zm-79.982 62.522 8.113-3.087 3.968 10.582c-.97.794-1.94 1.411-3.087 2.117-1.058.705-2.38 1.234-3.791 1.852-2.029.793-3.88 1.058-5.644.793-1.676-.264-3.263-1.058-4.586-2.293-1.322-1.234-2.38-3.086-3.263-5.379-.793-2.116-1.058-4.056-.881-5.996.176-1.94.97-3.528 2.292-4.939 1.235-1.41 3.087-2.557 5.38-3.439 1.058-.352 2.204-.705 3.35-.882 1.147-.176 2.205-.176 3.263-.176l-.088 3.968c-.793-.088-1.499-.088-2.469 0a7.916 7.916 0 0 0-2.645.706 6.667 6.667 0 0 0-2.999 2.116c-.705.97-1.146 2.028-1.234 3.263-.088 1.235.088 2.557.529 3.88a9.58 9.58 0 0 0 1.94 3.351c.794.882 1.587 1.499 2.645 1.852 1.059.264 2.117.176 3.351-.265.53-.176 1.147-.441 1.5-.705a7.981 7.981 0 0 0 1.146-.706l-1.588-4.321-3.88 1.411-1.322-3.703Zm15.52-16.05c1.852-.705 3.44-1.058 4.85-1.058 1.411 0 2.469.265 3.439 1.058.97.706 1.588 1.676 2.205 3.087.353.97.441 1.852.353 2.645a5.098 5.098 0 0 1-.794 2.293 15.626 15.626 0 0 1-1.411 1.94l9.347 6.702-4.762 1.852-7.848-5.997-2.293.882 2.999 7.849-4.321 1.587-7.584-20.371 5.82-2.469Zm.97 3.616-1.323.441 2.117 5.555 1.41-.441c1.412-.529 2.382-1.146 2.734-1.94.441-.705.441-1.499.088-2.469-.352-.97-.97-1.499-1.851-1.675-.618-.088-1.764.088-3.175.529Zm32.011 7.319-3.351-4.321-7.408 2.734.353 5.467-4.674 1.676-.441-23.193 5.203-2.028 14.903 17.725-4.585 1.94Zm-5.644-7.584-3.263-4.233c-.176-.264-.441-.705-.882-1.058l-1.058-1.323c-.353-.44-.705-.881-.882-1.234.088.353.088.97.177 1.499.088.706.088 1.235.088 1.852 0 .529.088.97.088 1.234l.264 5.38 5.468-2.117Zm20.811 1.852-4.321 1.587-6.261-16.754-5.555 2.116-1.323-3.616 15.344-5.82 1.322 3.616-5.555 2.116 6.349 16.755Zm17.549-29.894 4.938 13.139c.529 1.411.705 2.734.441 4.233-.177 1.323-.794 2.557-1.852 3.704-1.058 1.146-2.469 2.028-4.409 2.733-2.646 1.059-5.027 1.147-6.967.265-1.94-.882-3.351-2.381-4.232-4.674l-4.939-13.139 4.321-1.587 4.674 12.522c.705 1.675 1.411 2.733 2.381 3.174.97.353 2.116.353 3.439-.088.97-.353 1.587-.794 2.116-1.323.441-.529.706-1.234.794-2.028 0-.794-.176-1.675-.529-2.734l-4.674-12.522 4.498-1.675Zm12.61 18.518-7.584-20.37 4.321-1.587 7.584 20.37-4.321 1.587Zm17.372-6.437-4.321 1.587-6.261-16.754-5.556 2.116-1.322-3.616 15.344-5.82 1.322 3.616-5.555 2.116 6.349 16.755Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        ecoartisanrge
                        <code>[[svg_include:svg/labels/ecoartisanrge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Eco artisan RGE" width="385" height="250" fill="none" viewBox="0 0 385 250" class="label-ecoartisan-rge"><path fill="#3E3D40" d="M14.806 217.372h2.293v16.138h7.848v2.028H14.806v-18.166Zm21.781 14.991c0 1.147 0 2.205.265 3.175h-2.116l-.177-1.587h-.176c-.706.97-2.205 1.851-4.057 1.851-2.557 0-4.056-1.851-4.056-3.791 0-3.175 2.733-4.939 7.76-4.939v-.264c0-.97-.265-2.998-2.998-2.998-1.147 0-2.47.44-3.44.97l-.617-1.588c.97-.705 2.558-1.146 4.321-1.146 4.057 0 4.939 2.734 4.939 5.379v4.938h.352Zm-2.292-3.615c-2.558 0-5.468.441-5.468 2.91 0 1.587.97 2.293 2.205 2.293 1.763 0 2.734-.97 3.174-2.205.177-.265.177-.617.177-.705v-2.293h-.088Zm11.816-2.734c0-1.323 0-2.469-.176-3.439h2.204l.177 2.204c.617-1.322 2.204-2.469 4.32-2.469 1.853 0 4.586.97 4.586 5.468v7.76H54.93v-7.496c0-2.204-.705-3.88-2.998-3.88-1.587 0-2.733 1.147-3.174 2.469-.177.265-.177.706-.177 1.147v7.76h-2.292l-.177-9.524Zm26.719 2.91c0 4.762-3.35 6.967-6.525 6.967-3.439 0-6.173-2.558-6.173-6.614 0-4.321 2.91-6.967 6.526-6.967 3.704-.176 6.173 2.558 6.173 6.614Zm-10.229.088c0 2.91 1.588 5.027 3.88 5.027 2.293 0 3.88-2.205 3.88-5.027 0-2.204-1.146-5.026-3.88-5.026-2.733 0-3.88 2.557-3.88 5.026Zm24.074 2.91c0 1.323 0 2.558.177 3.616h-2.205l-.176-2.205c-.617.97-2.028 2.469-4.321 2.469-2.028 0-4.497-1.146-4.497-5.732v-7.671h2.292v7.231c0 2.469.706 4.144 2.91 4.144 1.588 0 2.734-1.146 3.175-2.204.176-.265.176-.706.176-1.147v-8.113h2.47v9.612Zm4.851-9.523 2.557 7.319c.44 1.146.705 2.293.97 3.351h.176c.265-.97.706-2.205 1.147-3.351l2.557-7.319h2.469l-5.026 12.963h-2.293l-4.938-12.963h2.38Zm13.139 6.966c0 3.175 2.205 4.497 4.497 4.497 1.764 0 2.734-.264 3.616-.705l.441 1.764c-.882.441-2.293.881-4.321.881-4.057 0-6.349-2.557-6.349-6.613 0-3.88 2.292-7.055 6.084-7.055 4.321 0 5.379 3.792 5.379 6.173 0 .441 0 .882-.176 1.146l-9.171-.088Zm6.966-1.587c0-1.411-.617-3.88-3.351-3.88-2.469 0-3.439 2.204-3.615 3.88h6.966Zm7.496-11.464h-2.293v19.048h2.293v-19.048Zm6.349 0h-2.293v19.048h2.293v-19.048Zm5.291 13.051c0 3.175 2.205 4.497 4.498 4.497 1.763 0 2.733-.264 3.615-.705l.441 1.764c-.882.441-2.293.881-4.321.881-4.056 0-6.349-2.557-6.349-6.613 0-3.88 2.293-7.055 6.084-7.055 4.145 0 5.38 3.792 5.38 6.173 0 .441 0 .882-.177 1.146l-9.171-.088Zm7.143-1.587c0-1.411-.617-3.88-3.351-3.88-2.469 0-3.439 2.204-3.615 3.88h6.966Zm12.081 1.587c0 3.175 2.205 4.497 4.498 4.497 1.763 0 2.733-.264 3.615-.705l.441 1.764c-.882.441-2.293.881-4.321.881-4.056 0-6.349-2.557-6.349-6.613 0-3.88 2.293-7.055 6.084-7.055 4.145 0 5.38 3.792 5.38 6.173 0 .441 0 .882-.177 1.146l-9.171-.088Zm7.055-1.587c0-1.411-.617-3.88-3.351-3.88-2.469 0-3.439 2.204-3.616 3.88h6.967Zm.617-11.023-3.351 3.88h-1.763l2.292-3.88h2.822Zm4.586 9.259c0-1.323 0-2.469-.177-3.439h2.205l.176 2.204c.618-1.322 2.205-2.469 4.321-2.469 1.852 0 4.586.97 4.586 5.468v7.76h-2.293v-7.496c0-2.204-.705-3.88-2.998-3.88-1.587 0-2.734 1.147-3.175 2.469-.176.265-.176.706-.176 1.147v7.76h-2.293l-.176-9.524Zm16.314 3.351c0 3.175 2.204 4.497 4.497 4.497 1.764 0 2.734-.264 3.616-.705l.44 1.764c-.881.441-2.292.881-4.321.881-4.056 0-6.349-2.557-6.349-6.613 0-3.88 2.293-7.055 6.085-7.055 4.145 0 5.379 3.792 5.379 6.173 0 .441 0 .882-.176 1.146l-9.171-.088Zm6.878-1.587c0-1.411-.617-3.88-3.351-3.88-2.469 0-3.439 2.204-3.616 3.88h6.967Zm5.203-1.235c0-1.587 0-2.91-.177-4.056h2.029l.176 2.557h.176c.618-1.764 2.029-2.91 3.616-2.91.264 0 .441 0 .705.176v2.293c-.264 0-.441-.176-.882-.176-1.587 0-2.91 1.323-3.174 2.998 0 .265-.176.706-.176 1.146v6.967h-2.293v-8.995Zm19.753 7.143c0 2.998-.617 4.762-1.852 5.908-1.323 1.147-2.998 1.588-4.762 1.588-1.587 0-3.351-.441-4.321-.97l.617-1.852c.882.617 2.205.97 3.88.97 2.47 0 4.145-1.323 4.145-4.586v-1.411c-.705 1.147-2.205 2.205-4.145 2.205-3.174 0-5.467-2.734-5.467-6.349 0-4.498 2.91-6.967 5.908-6.967 2.293 0 3.44 1.147 4.057 2.293l.176-2.028h2.028c0 .97-.176 2.028-.176 3.615l-.088 7.584Zm-2.469-6.085c0-.441 0-.705-.177-.97-.441-1.411-1.587-2.469-3.351-2.469-2.292 0-3.88 1.852-3.88 4.938 0 2.558 1.323 4.586 3.88 4.586 1.411 0 2.734-.882 3.351-2.469.177-.441.177-.882.177-1.323v-2.293Zm8.818-8.818c0 .882-.617 1.411-1.411 1.411a1.393 1.393 0 0 1-1.411-1.411c0-.794.617-1.411 1.411-1.411s1.411.529 1.411 1.411Zm-2.557 3.616h2.293v12.963h-2.293v-12.963Zm7.584 6.966c0 3.175 2.204 4.497 4.497 4.497 1.764 0 2.734-.264 3.615-.705l.441 1.764c-.882.441-2.292.881-4.321.881-4.056 0-6.349-2.557-6.349-6.613 0-3.88 2.293-7.055 6.085-7.055 4.144 0 5.379 3.792 5.379 6.173v1.146l-9.347-.088Zm6.966-1.587c0-1.411-.617-3.88-3.351-3.88-2.469 0-3.439 2.204-3.615 3.88h6.966Zm22.046-11.464v15.697c0 1.146 0 2.469.176 3.351h-2.204l-.177-2.293c-.705 1.411-2.293 2.557-4.497 2.557-3.175 0-5.644-2.557-5.644-6.614 0-4.321 2.557-7.054 5.732-7.054 2.028 0 3.351.97 3.88 2.028v-7.76h2.557v.088h.177Zm-2.293 11.464c0-.265 0-.706-.176-.97-.265-1.411-1.588-2.734-3.439-2.734-2.47 0-3.881 2.205-3.881 5.026 0 2.558 1.323 4.762 3.881 4.762 1.587 0 2.998-.97 3.439-2.91.176-.264.176-.617.176-.97v-2.204Zm17.196 4.144c0 1.323 0 2.558.176 3.616h-2.204l-.177-2.205c-.617.97-2.028 2.469-4.321 2.469-2.028 0-4.497-1.146-4.497-5.732v-7.671h2.293v7.231c0 2.469.705 4.144 2.91 4.144 1.587 0 2.733-1.146 3.174-2.204.177-.265.265-.706.265-1.147v-8.113h2.293v9.612h.088Zm9.612-15.608h2.293v8.201c.881-1.411 2.292-2.469 4.497-2.469 3.175 0 5.467 2.733 5.467 6.614 0 4.585-2.91 6.966-5.732 6.966-1.851 0-3.439-.705-4.321-2.469h-.176l-.176 2.205h-2.028c0-.882.176-2.205.176-3.351v-15.697Zm2.293 13.845c0 .264 0 .617.176.882a3.705 3.705 0 0 0 3.616 2.733c2.469 0 3.88-2.028 3.88-5.026 0-2.558-1.323-4.939-3.88-4.939-1.588 0-3.175 1.147-3.616 2.911 0 .264-.176.617-.176.97v2.469Zm22.222 2.204c0 1.147 0 2.205.264 3.175h-2.204l-.177-1.587h-.176c-.705.97-2.205 1.851-4.056 1.851-2.558 0-4.057-1.851-4.057-3.791 0-3.175 2.734-4.939 7.76-4.939v-.264c0-.97-.264-2.999-2.91-2.999-1.146 0-2.469.441-3.439.971l-.617-1.588c.97-.705 2.557-1.146 4.321-1.146 4.056 0 4.938 2.734 4.938 5.379v4.938h.353Zm-3.968-15.608 2.557 3.88h-1.852l-1.587-2.557-1.588 2.557h-1.763l2.557-3.88h1.676Zm1.675 11.993c-2.557 0-5.467.441-5.467 2.91 0 1.587.97 2.293 2.204 2.293 1.764 0 2.734-.97 3.175-2.205.176-.265.176-.617.176-.705v-2.293h-.088Zm8.818-9.348v3.175h3.44v1.764h-3.44v7.054c0 1.588.441 2.558 1.764 2.558.617 0 .97 0 1.323-.177l.176 1.764c-.441.176-1.146.264-2.204.264-1.147 0-2.029-.44-2.558-.97-.705-.705-.882-1.851-.882-3.439v-7.054h-2.028v-1.852h2.028v-2.469l2.381-.618Zm8.819-.617c0 .882-.618 1.411-1.411 1.411-.882 0-1.411-.617-1.411-1.411s.617-1.411 1.411-1.411c.793 0 1.411.529 1.411 1.411Zm-2.734 3.616h2.293v12.963h-2.293v-12.963Zm6.349 3.615c0-1.323 0-2.469-.176-3.439h2.028l.176 2.204c.706-1.322 1.852-2.469 4.057-2.469 1.764 0 3.175.97 3.792 2.558.441-.706.882-1.323 1.411-1.764.705-.617 1.587-.882 2.91-.882 1.763 0 4.321 1.147 4.321 5.644v7.672H335v-7.319c0-2.47-.882-4.057-2.91-4.057-1.323 0-2.469.97-2.734 2.205-.176.264-.176.705-.176 1.146v8.113h-2.293v-7.76c0-2.028-.882-3.616-2.734-3.616-1.41 0-2.557 1.147-2.91 2.293-.176.265-.176.706-.176 1.147v7.76h-2.293v-9.436Zm23.81 3.351c0 3.175 2.204 4.497 4.497 4.497 1.764 0 2.734-.264 3.616-.705l.441 1.764c-.882.441-2.293.881-4.321.881-4.057 0-6.35-2.557-6.35-6.613 0-3.88 2.293-7.055 6.085-7.055 4.145 0 5.379 3.792 5.379 6.173 0 .441 0 .882-.176 1.146l-9.171-.088Zm6.878-1.587c0-1.411-.617-3.88-3.351-3.88-2.469 0-3.439 2.204-3.615 3.88h6.966Zm5.203-1.764c0-1.323 0-2.469-.176-3.439h2.204l.177 2.204c.617-1.322 2.204-2.469 4.321-2.469 1.851 0 4.585.97 4.585 5.468v7.76h-2.293v-7.496c0-2.204-.705-3.88-2.998-3.88-1.587 0-2.734 1.147-3.175 2.469-.176.265-.176.706-.176 1.147v7.76h-2.293l-.176-9.524Zm17.725-6.614v3.175h3.351v1.764h-3.351v7.054c0 1.588.441 2.558 1.763 2.558.618 0 .97 0 1.411-.177l.177 1.764c-.441.176-1.147.264-2.205.264-1.146 0-2.028-.44-2.557-.97-.706-.705-.882-1.851-.882-3.439v-7.054h-2.028v-1.852h2.028v-2.469l2.293-.618Z"/><path fill="#89B45A" d="M24.683 202.91c-5.468 0-9.965-4.497-9.965-9.965v-60.141c0-2.469.705-4.497 1.764-6.173.97-1.763 2.469-3.174 4.585-4.497l45.855-23.81c2.205-.97 4.057-1.322 5.909-1.41 1.852 0 3.792.264 5.908 1.41l45.414 23.986c2.205 1.147 3.616 2.734 4.586 4.498.97 1.763 1.764 3.615 1.764 6.173v60.141c0 5.467-4.498 9.964-9.965 9.964l-95.855-.176Z"/><path fill="#FFDF56" d="m66.217 140.917 7.936 5.203c1.323-13.669 7.496-25.926 17.02-34.921 10.229-9.7 24.074-15.432 39.418-14.99v-8.555c-32.364-.882-59.348 22.223-64.374 53.263Z"/><path fill="#F7AB09" d="m71.772 144.533 7.76 5.026c1.853-12.522 7.937-23.809 16.755-32.011 10.23-9.7 24.075-15.432 39.418-14.991v-8.553c-31.481-.882-57.848 20.899-63.933 50.529Z"/><path fill="#E5362D" d="m77.593 148.413 7.672 4.938c2.292-11.288 8.112-21.164 16.137-28.836 10.229-9.7 24.074-15.432 39.418-14.815v-8.554c-31.217-.881-55.908 19.313-63.227 47.267Z"/><path fill="#929395" d="M148.139 143.915V100.97h28.395v7.496h-19.929v9.964h16.931v7.496h-16.931v10.494h19.929v7.495h-28.395Zm51.059.265c-4.762 0-8.642-1.764-11.552-4.762-4.321-4.321-4.145-9.7-4.145-17.196 0-7.495-.176-12.875 4.145-17.196 2.998-2.998 6.966-4.761 11.552-4.761 8.112 0 14.285 4.585 15.873 13.58h-8.642c-.882-3.439-2.999-6.085-7.231-6.085-2.293 0-4.145.882-5.38 2.293-1.587 1.852-2.204 3.88-2.204 12.081s.441 10.406 2.204 12.081c1.147 1.411 2.999 2.293 5.38 2.293 4.144 0 6.349-2.557 7.231-6.085h8.553c-1.499 9.348-7.848 13.757-15.784 13.757Zm49.03-4.586c-2.999 2.999-6.614 4.762-11.553 4.762-4.938 0-8.641-1.763-11.64-4.762-4.321-4.321-4.144-9.7-4.144-17.195 0-7.496-.177-12.875 4.144-17.196 2.999-2.998 6.79-4.762 11.64-4.762 4.939 0 8.642 1.764 11.553 4.762 4.321 4.321 4.321 9.7 4.321 17.196 0 7.583.088 12.874-4.321 17.195Zm-6.261-29.277c-1.147-1.41-2.999-2.292-5.38-2.292s-4.144.882-5.467 2.292c-1.587 1.852-2.028 3.792-2.028 12.082 0 8.201.441 10.229 2.028 12.081 1.146 1.411 3.175 2.292 5.467 2.292 2.293 0 4.145-.881 5.38-2.292 1.587-1.852 2.204-3.792 2.204-12.081 0-8.29-.617-10.318-2.204-12.082Z"/><path fill="#E5362D" d="M171.067 203.351v-3.792c-2.91 2.91-5.644 4.056-10.494 4.056-4.938 0-8.377-1.146-10.935-3.791-2.292-2.47-3.615-5.909-3.615-9.701 0-6.79 4.762-12.433 14.727-12.433h10.052v-2.205c0-4.586-2.292-6.79-7.936-6.79-4.056 0-6.085.97-8.201 3.615l-6.79-6.613c4.144-4.586 8.377-5.909 15.432-5.909 11.993 0 18.342 5.027 18.342 15.168v28.307h-10.582v.088Zm-.176-17.989h-8.554c-3.88 0-6.085 1.851-6.085 4.938 0 3.086 2.028 4.938 6.173 4.938 2.998 0 4.938-.264 6.79-2.028 1.147-.97 1.587-2.734 1.587-5.468l.089-2.38Zm41.975-22.84c-2.028-1.146-4.145-1.587-6.79-1.587-4.586 0-7.231 1.146-9.259 3.615v-4.144h-10.406v42.857h10.67v-25.838c0-5.467 3.616-7.936 6.967-7.936 2.292 0 3.792.705 5.026 2.028l3.792-8.995Zm17.901 40.829c-8.642 0-12.434-6.173-12.434-12.258v-21.164h-4.497v-8.112h4.497v-12.699h10.671v12.699h7.495v8.112h-7.495v20.635c0 2.47 1.146 3.88 3.791 3.88h3.88v9.083l-5.908-.176Zm11.2-54.497h10.934v8.642h-10.934v-8.642Zm.176 11.64h10.67v42.857h-10.67v-42.857Zm32.628 43.474c-6.79 0-12.875-.705-18.342-6.173l6.966-6.966c3.439 3.615 8.113 4.056 11.376 4.056 3.792 0 7.672-1.322 7.672-4.497 0-2.205-1.147-3.616-4.498-3.88l-6.79-.706c-7.76-.705-12.522-4.144-12.522-11.993 0-8.906 7.76-13.668 16.579-13.668 6.613 0 12.257 1.146 16.314 5.027l-6.614 6.613c-2.469-2.204-6.173-2.91-9.965-2.91-4.321 0-6.085 2.028-6.085 4.145 0 1.587.706 3.351 4.498 3.792l6.79.705c8.554.882 12.698 5.379 12.698 12.522.089 9.259-8.024 13.933-18.077 13.933Zm45.855-.617v-3.792c-2.91 2.91-5.644 4.056-10.494 4.056-4.938 0-8.377-1.146-10.934-3.791-2.293-2.47-3.616-5.909-3.616-9.701 0-6.79 4.762-12.433 14.727-12.433h10.053v-2.205c0-4.586-2.293-6.79-7.937-6.79-4.056 0-6.085.97-8.201 3.615l-6.79-6.613c4.145-4.586 8.377-5.909 15.432-5.909 11.993 0 18.342 5.027 18.342 15.168v28.307h-10.582v.088Zm-.264-17.989h-8.554c-3.88 0-6.085 1.851-6.085 4.938 0 3.086 2.028 4.938 6.173 4.938 2.998 0 4.938-.264 6.79-2.028 1.146-.97 1.587-2.734 1.587-5.468l.089-2.38Zm44.268 17.989v-25.926c0-5.908-3.792-7.76-7.055-7.76-3.351 0-7.231 2.028-7.231 7.76v25.926h-10.67v-42.857h10.405v3.88c2.734-2.998 6.791-4.497 10.671-4.497 4.321 0 7.76 1.41 10.053 3.791 3.439 3.44 4.32 7.496 4.32 12.082v27.425H364.63v.176Z"/><g filter="url(#label-ecoartisan-rge)"><path fill="#fff" d="M159.78 67.372c-.177-.44-.265-1.146-.441-1.852-.177-.97-.265-1.763-.441-2.292-.97-4.498-4.586-6.79-8.201-7.055 1.322-1.147 2.292-2.734 2.91-5.203.441-1.587.176-3.175-.177-4.321-.176-.44-.264-1.323-.617-2.293-.176-.617-.264-1.146-.441-1.323 0-.264-.176-.97-.264-1.587-.177-.97-.265-1.764-.441-2.028-.706-3.44-2.734-6.085-5.38-6.966 2.293-2.205 3.175-5.38 2.558-8.907-.177-.265-.265-1.146-.441-1.852a5.503 5.503 0 0 1-.265-.97c-.176-.44-.264-1.323-.441-2.204-.264-1.588-.264-2.205-.44-2.734-1.147-4.938-5.644-7.76-10.406-6.614-.265 0-.97.265-1.587.441-.441.176-.97.265-1.147.265l-1.852.44c-.264.177-1.322.265-2.204.618-.618.176-.97.264-1.147.264-.617.177-2.204.441-3.615.706-1.587.264-3.175.617-3.792.705l-4.497.97c-.441.177-1.323.177-2.205.265l-.176-.177c-.618.177-1.147.265-1.588.265-.088.176-.705.176-.705.176-4.762 1.147-6.967 3.616-7.937 6.35-2.028-2.734-5.467-3.88-8.906-3.175-.617.176-1.852.44-3.351.705-1.411.265-2.91.618-3.44.706-2.998.705-13.403 3.439-19.488 8.818-2.734 2.557-5.908 6.614-7.23 9.965-.265.705-.706 1.852-1.147 3.44-2.734-4.057-9.7-13.228-26.279-9.701-.97.265-3.35.97-6.085 1.41-2.028.618-4.497 1.147-5.026 1.324-.44.176-1.764.44-2.998.617-1.147.265-2.293.44-2.734.617-6.35 1.411-9.7 6.526-8.201 12.699.176.44.44 1.587.705 2.733.265.97.618 1.852.618 2.293.176.617.617 2.557.97 4.321.44 1.852.705 3.616.97 4.321.176.617.617 2.557.97 4.321.44 1.587.705 2.998.97 3.615.176.97.705 3.616 1.323 6.173.617 2.734.97 5.027 1.146 6.085.264.97.97 3.616 1.587 6.35.618 2.204 1.323 4.761 1.411 5.467.265 1.146.706 3.35 1.411 7.76 0 .705.177 1.323.265 1.763 1.146 4.939 5.908 7.937 10.846 6.791.617-.177 1.587-.441 3.44-.97.97-.265 2.204-.618 2.557-.706.97-.176 2.91-.617 3.439-.617.264 0 .705 0 1.146-.177 2.558-.617 4.586-2.292 5.644-4.585 2.205 1.764 4.586 2.204 7.76 1.587.441-.176.97-.264 1.323-.441.176 0 .176 0 .264-.176l.441-.176c.706-.265 3.88-.971 4.939-1.323.264-.177 1.146-.265 2.028-.441.97-.177 2.204-.441 2.733-.441 4.498-.97 7.232-5.203 6.173-9.7-.264-.97-.617-1.852-1.146-2.91.176.176.265.264.44.264 3.793 3.351 6.35 5.38 13.14 6.173 2.91.441 6.614.706 10.847 0h.176c.265-.176 2.734-.617 4.321-.97.706-.176 1.323-.264 1.323-.264 9.7-2.205 12.698-4.498 14.462-6.173.617-.706 1.146-1.323 1.587-2.029 2.205 1.764 5.203 2.734 8.201 1.852.265 0 .97-.264 1.852-.44.617-.177 1.147-.265 1.411-.442.441-.176 1.587-.44 2.734-.705 1.146-.264 2.204-.617 2.734-.617.264 0 .705-.177 1.322-.265.706-.176 1.411-.264 1.764-.264.264 0 1.146-.265 1.852-.441.617-.177.97-.265 1.323-.265.97-.176 1.587-.264 2.557-.44.97-.177 2.028-.265 2.998-.618.265 0 .97-.265 1.764-.441.441-.176.97-.264.97-.264.264 0 .705-.177 1.323-.177.97-.176 1.763-.264 1.851-.264 4.498-.97 8.201-5.38 6.79-11.376-.176-.265-.264-1.323-.617-2.205-.529-.352-.617-.793-.793-1.058Z"/></g><path fill="url(#label-ecoartisan-rge2)" d="M35.353 64.286c-.265-.97-.97-5.203-1.147-6.173-.264-1.411-.97-4.498 2.558-5.203 2.91-.705 5.203 2.028 6.084 5.203.177.97.97 4.497.97 5.026 0 1.852-.97 3.616-3.439 4.321-.264 0-.617.177-.97.177-2.38.176-3.703-1.588-4.056-3.351Zm.352-26.367c-1.763.44-9.523 2.557-11.11 2.734-.97.264-4.939.97-5.909 1.146-2.734.617-4.497 2.293-3.792 5.38.177.705 1.147 4.32 1.323 5.026.265 1.322 1.41 7.23 1.764 8.553.264 1.147 1.763 6.526 1.851 7.76.441 1.852 2.029 10.23 2.558 11.993.44 1.852 2.733 10.053 2.998 11.817.265 1.411.97 4.056 1.587 8.554 0 .264 0 .617.177.97.264 1.587 1.763 2.734 3.439 2.293.97-.177 5.203-1.588 6.173-1.764.97-.176 3.35-.706 4.32-.706.265-.176.618 0 .97-.176.618-.176 2.029-.97 1.588-2.734-.176-.617-.97-2.998-.97-3.439-.176-.617-.617-2.998-.705-3.615-.177-.706-1.147-4.321-1.323-4.762-.177-.617-.441-2.028.705-2.293.97-.176 2.558 1.764 3.792 3.616.441.617.97 1.146 1.147 1.587.97 1.41 2.292 2.734 3.35 4.056.441.618 2.205 2.999 2.734 3.44.706.705 1.323 1.146 2.998.705.618-.176 1.147-.265 1.588-.441.97-.264 4.497-1.146 5.467-1.41.706-.177 3.88-.706 4.586-.97 1.322-.266 2.028-1.324 1.763-2.294-.176-.705-.44-1.322-3.88-5.379-.617-.617-.97-1.323-1.587-1.852-.441-.617-.97-1.323-1.411-2.028-.97-1.146-5.644-6.173-6.085-7.496-.176-.705.177-1.146.97-2.204 1.852-2.558 2.734-5.38 2.91-6.173 1.147-4.586.97-8.377 0-12.258-.264-.97-1.852-8.112-3.88-11.11-2.733-4.057-6.349-8.114-14.109-8.114-1.587.706-3.616.882-5.996 1.588Z"/><path fill="url(#label-ecoartisan-rge3)" d="M96.464 23.457c-.97.264-5.908 1.146-6.79 1.322-2.029.442-11.64 2.91-16.755 7.496-2.293 2.028-4.762 5.644-5.908 7.937-.706 1.587-2.293 7.76-2.205 11.375 0 1.323.265 2.734.44 4.321 0 .706.177 1.588.177 2.293.177 1.587.265 3.44.97 5.644.97 4.497 3.44 11.11 4.498 13.14 1.146 2.292 2.998 4.761 4.762 6.348a34.83 34.83 0 0 0 2.028 1.852c2.998 2.734 4.762 4.321 9.965 4.939 2.91.44 5.908.617 8.641 0 .441-.177 5.38-1.147 5.38-1.147 2.557-.617 8.906-2.205 11.375-4.497 1.411-1.588 1.411-2.734.97-4.498l-.617-2.557c-.264-.97-1.323-5.908-1.411-6.79-.264-.97-1.411-5.467-1.587-6.35-.177-.97-.97-4.938-1.147-5.643-.176-.706-.97-4.056-.97-4.586-.176-.705-.97-4.32-.97-4.938-.264-.705-.617-2.293-2.91-2.733a3.003 3.003 0 0 0-1.763 0c-.265.176-2.029.617-2.293.97-.97.264-4.321.97-5.38 1.322-.705.177-3.88.706-4.585.97-2.028.441-3.439 2.029-3.174 3.792 0 .265 1.763 8.907 1.852 9.524.44 1.764 2.292 1.852 2.733 1.852.441 0 1.323-.617 1.411-.617.706-.177 2.91 0 3.44 2.292.176.618.44 2.91.616 3.351.177.265.706 2.029.706 2.558.44 2.028-1.764 2.557-2.734 2.733-4.32.97-6.172-1.587-7.495-3.792a42.249 42.249 0 0 1-2.558-3.35c-.97-1.323-.97-2.029-1.146-2.91-.176-.882-.97-3.792-.97-4.498-.617-2.734-.706-4.321-.617-6.173-.177-.705 0-1.41-.177-2.204-.264-2.293-.264-2.734 0-4.321.706-2.91 2.293-5.644 8.378-7.055.97-.176 1.763-.265 2.733-.441.97-.176 2.029-.44 2.999-.264.617 0 1.146.264 1.587.264.44.176.97 0 1.323 0 1.146-.264 2.733-1.764 2.733-2.998 0-.617-.176-1.764-.44-2.998l-1.411-6.173c-.177-.441-.441-2.029-.441-2.293-.265-1.587-1.411-2.293-2.734-2.293-.088-.176-.353-.176-.53-.176Z"/><path fill="url(#label-ecoartisan-rge4)" d="M138.175 14.815c-.441.176-2.293.617-2.734.705l-1.852.441c-.617.177-2.91.97-3.351.97-1.146.265-6.349 1.323-7.495 1.411l-4.321.97c-.265.176-1.411.265-2.734.441-1.147.265-2.205.441-2.734.617-4.497.97-3.88 3.44-2.91 7.76.265.97 1.411 5.644 1.587 6.614a145.605 145.605 0 0 1 1.852 9.348c.265 1.322 1.852 7.23 2.028 8.377.265 1.146 1.411 6.526 1.588 7.672.176.617.97 3.351.97 4.057.176.617.617 3.439.705 4.32.177.706 1.147 4.586 1.323 5.38.265 1.41.97 3.615.97 5.467.176.265 0 .706.176.97.441 1.852 2.293 2.998 4.498 2.734.617-.177 2.733-.706 3.351-.97.705-.177 4.585-1.147 5.379-1.323.441-.176 2.734-.44 2.998-.617.617-.177 2.734-.706 3.175-.97 1.852-.441 3.792-.706 5.467-.97.617-.177 2.557-.706 2.91-.706.441-.176 2.734-.44 2.998-.617.97-.265 2.999-1.323 2.293-4.321-.176-.617-.97-3.175-.97-3.792-.176-.617-.264-1.587-.441-2.734 0-.617-.176-.97-.264-1.587-.618-2.557-2.734-2.734-3.88-2.557-.618.176-1.147.264-1.764.617s-1.323.44-2.028.617a6.272 6.272 0 0 1-1.852.265c-.97.176-1.764.176-2.734.264-1.146.265-2.557.618-3.439.618-2.293-.177-2.734-1.764-2.998-3.44-.617-2.557-.97-3.791-.617-4.585.617-1.764 2.292-2.293 3.791-2.734.97-.264 6.173-.97 7.055-1.322 1.323-.265 2.734-.618 2.998-2.734.177-.441.177-.97-.176-1.587-.176-.618-.97-2.999-.97-3.616-.176-.617-.617-3.175-.706-3.792-.617-2.557-1.587-3.35-4.321-2.733-.44.176-2.557.617-2.733.705-.617.176-2.998.617-3.616.617-.441.177-2.204.706-2.733.706-2.999.705-3.792-2.734-4.057-3.616-.617-2.557-.617-2.733-.441-3.35.265-.97 1.147-1.853 4.498-2.735.617-.176 3.174-.44 3.791-.617.441-.176 2.293-.705 2.734-.705.441 0 1.323-.177 1.411-.265 2.91-.97 2.734-2.998 2.293-4.32-.176-.618-.706-2.734-.706-2.91-.176-.706-.705-4.322-.97-4.763-.264-1.41-1.322-2.204-2.557-2.204.794.44.529.44.265.529Z"/><defs><linearGradient id="label-ecoartisan-rge2" x1="45.648" x2="92.009" y1="70.275" y2="70.275" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="label-ecoartisan-rge3" x1="89.378" x2="133.301" y1="57.005" y2="57.005" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="label-ecoartisan-rge4" x1="126.614" x2="166.805" y1="48.832" y2="48.832" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><filter id="label-ecoartisan-rge" width="160.335" height="109.204" x="5.16" y="8.917" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1743_1831"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_1743_1831" result="shape"/></filter></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        ecolabel
                        <code>[[svg_include:svg/labels/ecolabel.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Ecolabel" width="219" height="250" fill="none" viewBox="0 0 219 250" class="label-ecolabel"><path fill="#529821" d="m29.13 229.277-3.615 11.464h-3.88l-2.381-7.76-2.381 7.76h-3.968l-3.528-11.464h3.88l1.94 7.848 2.47-7.848h3.35l2.382 7.848 1.851-7.848h3.88Zm20.37 0-3.615 11.464h-3.88l-2.38-7.76-2.382 7.76h-3.968l-3.615-11.464h3.88l1.94 7.848 2.469-7.848h3.35l2.382 7.848 1.94-7.848h3.88Zm20.46 0-3.616 11.464h-3.88l-2.381-7.76-2.381 7.76h-3.968l-3.616-11.464h3.88l1.94 7.848 2.47-7.848h3.439l2.38 7.848 1.94-7.848h3.793Zm6.172 7.407h-3.88v3.969h3.88v-3.969Zm14.903-.97h-8.377c0 .794.44 1.499.97 2.029a4.262 4.262 0 0 0 2.734.705c.793 0 1.499-.176 2.204-.441.53-.264 1.235-.529 1.676-.794h.44v2.91c-.705.265-1.499.53-2.38.706-.794.176-1.676.264-2.47.264-1.94.177-3.703-.44-5.202-1.499-1.235-1.146-1.94-2.733-1.764-4.409-.176-1.675.53-3.351 1.764-4.585 1.234-1.147 2.998-1.764 4.85-1.676 1.499-.176 2.998.441 4.144 1.411.97 1.147 1.5 2.646 1.411 3.968v1.411Zm-3.703-2.204a2.98 2.98 0 0 0-.53-1.764c-.44-.441-1.146-.705-1.675-.529-.706 0-1.235.176-1.764.529-.529.441-.793 1.146-.793 1.764h4.762Zm12.258 7.495c-.971 0-1.765-.176-2.735-.441-.793-.264-1.499-.529-2.204-1.146-.53-.529-1.147-1.146-1.411-1.94-.706-1.764-.706-3.704 0-5.379.264-.706.794-1.411 1.499-1.94.705-.529 1.41-.794 2.205-1.147.793-.352 1.675-.264 2.469-.264.705 0 1.499.176 2.204.264.706.089 1.235.441 1.764.706v3.174h-.529c-.177-.176-.265-.264-.529-.44-.265-.177-.441-.265-.706-.441-.264-.177-.529-.265-.97-.441-.441-.177-.793-.177-1.146-.177-.794 0-1.676.265-2.205.97-.529.706-.793 1.676-.793 2.469 0 .97.264 1.764.793 2.47.53.529 1.411.97 2.381.793.441 0 .794 0 1.235-.176.264-.176.705-.265.97-.441.264-.176.441-.265.529-.441.176-.176.264-.264.529-.441h.529v3.175c-.529.264-1.234.529-1.764.705-.705.529-1.41.529-2.116.529Zm17.9-5.908c.177 1.676-.529 3.351-1.675 4.409-2.734 2.205-6.526 2.205-9.259 0-2.205-2.645-2.205-6.349 0-8.995 2.733-2.204 6.525-2.204 9.259 0 1.323 1.235 1.852 2.911 1.675 4.586Zm-4.409 2.734c.265-.265.441-.706.529-1.147.177-.529.177-1.146.177-1.675 0-.529 0-1.147-.177-1.676-.176-.441-.264-.793-.529-1.146-.176-.265-.441-.441-.794-.529-.264-.176-.705-.177-.97-.177-.264 0-.705.001-.97.177-.264.176-.529.264-.793.529-.265.265-.441.705-.529 1.146a3.894 3.894 0 0 0-.177 1.764c0 .529 0 1.146.177 1.675.176.441.264.794.529 1.147.176.264.441.441.793.529.706.265 1.411.265 1.94 0 .265-.265.53-.353.794-.617Zm10.759-12.963h-3.704v15.873h3.704v-15.873Zm10.493 14.638c-.176.177-.441.265-.705.529-.265.177-.529.441-.794.529-.441.177-.705.265-1.146.441-.441.177-.794.177-1.235.177-.97 0-1.94-.265-2.733-.97-.706-.706-1.147-1.676-1.147-2.646 0-.705.177-1.411.529-2.028.441-.529.97-.97 1.676-1.235a25.902 25.902 0 0 1 2.469-.705c.97-.176 2.028-.265 3.175-.265 0-.529-.265-1.146-.794-1.411a6.747 6.747 0 0 0-2.381-.44c-.706 0-1.235.176-1.94.264-.706.265-1.235.441-1.499.529h-.265v-2.734c.441-.176.97-.264 1.94-.44.794-.177 1.764-.265 2.646-.265 1.499-.176 3.174.265 4.585.97.97.705 1.499 1.764 1.411 2.998v7.76h-3.615l-.177-1.058Zm0-1.852v-2.381c-.529 0-.97.177-1.675.177-.441 0-.794.176-1.411.264-.265.177-.529.265-.794.529-.176.265-.264.53-.264.794v.529c0 .088.176.265.264.441.177.176.441.265.529.265.265.176.706.176.97.176.441 0 .794-.176 1.147-.265.529 0 .882-.264 1.234-.529Zm18.96-2.733c0 1.675-.441 3.174-1.499 4.409-.97 1.146-2.381 1.763-3.704 1.675-.529 0-1.146 0-1.676-.176-.529-.176-.97-.265-1.41-.529l-.177.529h-3.615v-15.873h3.703v5.644c.529-.441 1.147-.794 1.764-1.147.617-.352 1.411-.441 2.028-.441 1.235 0 2.646.529 3.351 1.499.882 1.235 1.323 2.734 1.235 4.41Zm-3.792 0c0-.794-.176-1.676-.529-2.381-.441-.529-1.147-.97-1.764-.794-.441 0-.705 0-1.146.176-.441.177-.706.265-1.147.441v5.82c.265.177.529.177.706.177h.793c.794 0 1.676-.265 2.205-.794.617-.882.882-1.675.882-2.645Zm17.725.793h-8.378c0 .794.441 1.499.97 2.029a4.263 4.263 0 0 0 2.734.705c.794 0 1.499-.176 2.205-.441.529-.264 1.234-.529 1.675-.794h.441v2.91c-.705.265-1.499.53-2.381.706-.794.176-1.675.264-2.469.264-1.94.177-3.704-.44-5.203-1.499-1.234-1.146-1.94-2.733-1.764-4.409-.176-1.675.53-3.351 1.764-4.585 1.235-1.147 2.998-1.764 4.85-1.676 1.499-.176 2.998.441 4.145 1.411.97 1.147 1.499 2.646 1.411 3.968v1.411Zm-3.616-2.204c0-.706-.176-1.235-.529-1.764-.441-.441-1.146-.705-1.675-.529-.706 0-1.235.176-1.764.529-.529.353-.794 1.146-.794 1.764h4.762Zm9.877-8.642h-3.704v15.873h3.704v-15.873Zm7.495 11.816h-3.88v3.969h3.88v-3.969Zm14.727-.97h-8.377c0 .794.44 1.499.97 2.029a4.259 4.259 0 0 0 2.733.705c.794 0 1.499-.176 2.205-.441.529-.264 1.234-.529 1.675-.794h.441v2.91c-.705.265-1.499.53-2.381.706a11.77 11.77 0 0 1-2.469.264c-1.94.177-3.704-.44-5.203-1.499-1.234-1.146-1.94-2.733-1.763-4.409-.177-1.675.529-3.351 1.763-4.585 1.235-1.147 2.999-1.764 4.85-1.676 1.5-.176 2.999.441 4.145 1.411.97 1.147 1.499 2.646 1.411 3.968v1.411Zm-3.527-2.204c0-.706-.177-1.235-.529-1.764-.441-.441-1.147-.705-1.676-.529-.705 0-1.234.176-1.764.529-.529.441-.793 1.146-.793 1.764h4.762Zm17.636 7.231h-3.703v-1.235c-.529.441-1.235.794-1.94 1.235-.706.264-1.411.441-2.029.441-1.146.176-2.204-.265-2.91-1.147-.705-.97-1.146-2.028-.97-3.174v-7.408h3.704v7.055c0 .265.176.705.265.97.176.265.264.441.529.529.441.176.705.176 1.146.176.441 0 .706 0 1.146-.176.441-.176.794-.264 1.147-.529v-8.201h3.704v11.464h-.089Z"/><path fill="#0C518B" d="M22.076 218.342v-66.226h18.518v5.203H27.19v27.866h8.113v5.203h-8.112v22.663h13.403v5.203H22.076v.088Zm38.095-30.159V180.6c0-1.147-.44-2.029-1.234-2.91a4.326 4.326 0 0 0-5.82 0c-.794.705-1.235 1.763-1.235 2.91v29.012c0 1.146.44 2.028 1.234 2.91a4.328 4.328 0 0 0 5.82 0c.794-.705 1.235-1.764 1.235-2.91v-6.878h5.115v6.878a9.258 9.258 0 0 1-9.26 9.259 9.258 9.258 0 0 1-9.259-9.259V180.6c0-3.704 2.205-7.143 5.644-8.554a9.569 9.569 0 0 1 7.32 0c3.438 1.499 5.643 4.85 5.643 8.554v7.583H60.17ZM91.3 209.7c0 5.115-3.968 9.348-9.083 9.348s-9.347-3.969-9.347-9.083v-29.277c0-3.704 2.204-7.143 5.643-8.554a9.569 9.569 0 0 1 7.32 0c3.439 1.499 5.643 4.85 5.643 8.554V209.7H91.3Zm-5.115-29.012c0-1.147-.44-2.028-1.234-2.91a4.328 4.328 0 0 0-5.82 0c-.794.705-1.235 1.763-1.235 2.91V209.7c0 1.147.44 2.028 1.234 2.91a4.328 4.328 0 0 0 5.82 0c.794-.705 1.235-1.763 1.235-2.91v-29.012Zm17.813-28.572h-5.114v66.05h5.114v-66.05Zm20.988 65.873a9.881 9.881 0 0 1-1.94.706 8.906 8.906 0 0 1-2.205.264c-5.114 0-9.259-4.144-9.347-9.259v-14.109c0-5.115 4.144-9.259 9.259-9.348h.176c.706 0 1.5.177 2.205.265.706.176 1.235.441 1.764.705V180.6c0-1.147-.441-2.029-1.235-2.91a4.326 4.326 0 0 0-5.82 0c-.794.705-1.235 1.763-1.235 2.91v2.381h-4.938V180.6c0-3.704 2.205-7.143 5.644-8.554a9.568 9.568 0 0 1 7.319 0c3.439 1.499 5.644 4.85 5.644 8.554v37.83h-5.115l-.176-.441Zm-8.289-8.289c0 1.147.441 2.028 1.234 2.91a4.328 4.328 0 0 0 5.82 0c.794-.705 1.235-1.763 1.235-2.91v-13.933c0-1.146-.441-2.028-1.235-2.91a4.328 4.328 0 0 0-5.82 0c-.793.706-1.234 1.764-1.234 2.91V209.7Zm28.042-38.095a9.435 9.435 0 0 1 2.205-.265c5.114 0 9.259 4.145 9.347 9.26v29.188c0 5.115-4.145 9.26-9.259 9.348h-.088c-.706 0-1.5-.177-2.205-.265-.705-.176-1.235-.441-1.94-.705v.264h-5.115v-66.225h5.115v20.017a16.487 16.487 0 0 0 1.94-.617Zm5.026 6.173a4.328 4.328 0 0 0-5.82 0c-.793.705-1.234 1.763-1.234 2.91V209.7c0 1.147.441 2.028 1.234 2.91a4.328 4.328 0 0 0 5.82 0c.794-.705 1.235-1.763 1.235-2.91v-29.012c.088-1.058-.353-2.205-1.235-2.91Zm13.933 2.91c0-3.704 2.205-7.143 5.644-8.554a9.568 9.568 0 0 1 7.319 0c3.44 1.499 5.644 4.85 5.644 8.554v17.901h-13.316v11.023c0 1.146.441 2.028 1.235 2.91a4.328 4.328 0 0 0 5.82 0c.794-.705 1.235-1.764 1.235-2.91v-3.439h5.114v3.439a9.257 9.257 0 0 1-9.259 9.259 9.257 9.257 0 0 1-9.259-9.259l-.177-28.924Zm5.291 12.698h8.29v-12.698c0-1.147-.441-2.028-1.235-2.91a4.328 4.328 0 0 0-5.82 0c-.794.705-1.235 1.763-1.235 2.91v12.698Zm25.926-41.27h-5.114v66.05h5.114v-66.05Z"/><path fill="#529821" d="M37.508 149.206H22.34V126.19h15.168v2.734h-12.17v6.349h12.17v2.734h-12.17v8.554h12.17v2.645Zm22.222-9.171c0 1.499-.176 2.91-.529 4.409-.264 1.147-.97 2.205-1.764 2.999-.793.793-1.763 1.411-2.733 1.675-1.235.441-2.47.529-3.704.529s-2.645-.176-3.704-.529c-.97-.441-1.94-.97-2.733-1.675-.794-.794-1.5-1.94-1.764-2.999-.44-1.41-.53-2.91-.53-4.409v-13.756h3v13.933c0 .97 0 1.94.264 2.91.176.705.44 1.411.793 1.94.441.705 1.147 1.234 1.764 1.499.794.441 1.764.529 2.734.529s1.94-.176 2.733-.529c.706-.265 1.411-.794 1.764-1.499.44-.529.706-1.235.794-2.028.176-.97.264-1.94.264-2.734v-13.933h2.998l.353 13.668Zm70.723-100c-.705-.44-1.411-.705-2.028-.97-8.73-3.35-18.518 1.147-21.781 9.789-3.263 8.642.97 18.342 9.7 21.78.705.266 1.499.53 2.205.706a2.049 2.049 0 0 0 2.469-1.499v-.176c.441-1.147-.265-2.381-1.499-2.734-.53-.176-1.147-.264-1.676-.529-5.556-2.028-8.818-7.848-7.76-13.757l9.083 3.44c1.146.44 2.204-.177 2.645-1.147v-.176c.529-1.147 0-2.381-.97-2.91h-.176l-9.083-3.44c3.351-5.202 9.7-7.319 15.168-5.202.529.176 1.146.44 1.675.705a2.02 2.02 0 0 0 2.734-.793s0-.177.176-.177c.529-1.058.265-2.292-.882-2.91Zm-21.076 70.988c-.529 13.668-5.555 10.317-4.85 34.039-2.204-14.639.177-16.579 3.44-29.365-3.704 11.552-5.644 10.582-4.145 29.806-.97 1.146.264 5.114-3.439 3.351-2.998-4.939-2.91-13.228 5.114-42.505.265-1.234 4.145-3.351 3.88 4.674Zm-35.714 15.785c2.381 0 9.7-.97 14.11 2.204 2.733 1.94 5.202 3.704 6.084 4.85.53 1.147 1.147 2.029 1.5 3.175.44.97-3.352.97-5.204.97-2.998-.088-11.64-11.199-16.49-11.199Zm22.967-2.651c.97 1.675.706 3.704-1.234 2.734-2.47-1.235-6.35-2.734-8.113-3.969-9.7-5.908-22.928-35.185-36.42-38.8 2.029-.177 4.145-.177 6.173.176 2.381.53 37.83 19.136 39.594 39.859Zm18.038 3.709c-7.319-9.965 14.198-23.898 37.478-14.639-2.645.177-7.407-.176-9.964 1.147.705 1.146 5.908 1.499 10.582 1.94-.97-.706-2.205-1.235-3.439-1.499 7.583-.794 11.992 3.704 16.843 5.114-2.47.177-4.233.177-4.851.177.177.441.265.264.706.793-2.469-1.146-11.552-.44-14.727.441-3.174.794-5.203.177-7.319.177.441.441.794.529 1.146 1.146-3.439-.794-11.287-.176-16.666 2.469.441-.529.97-.97 1.499-1.411-4.674.97-9.965 4.939-11.288 4.145Zm-3.615 9.7c0-3.174 6.349-4.233 8.818-4.85 3.88-1.146 7.849-1.764 11.993-2.205 5.82-.176 15.432 1.5 19.753 5.115-2.028-.705-6.878-2.204-9.524-1.94.706.441.706.706.794.97-.97 0-1.764.265-2.645.706 1.94 0 3.968 0 5.908.264-1.764.441-7.584 1.411-8.73 1.676.529.176 1.146.441 1.675.705-4.144.441-13.756 4.938-17.636 5.115-3.792.088-10.406-.177-10.406-5.556Z"/><path fill="#0C518B" d="m124.192 15.697 3.704-2.646h-4.586l-1.411-4.233-1.41 4.233h-4.586l3.704 2.646-1.411 4.233 3.703-2.646 3.704 2.646-1.411-4.233Zm20.635 5.291 3.704-2.646h-4.586l-1.411-4.233-1.411 4.233h-4.585l3.704 2.646-1.411 4.233 3.703-2.646 3.704 2.646-1.411-4.233Zm14.462 15.52 3.704-2.646h-4.586l-1.411-4.232-1.41 4.232H151l3.704 2.646-1.411 4.233 3.703-2.646 3.704 2.646-1.411-4.233Zm-55.82-15.52 3.704-2.646h-4.586l-1.411-4.233-1.41 4.233H95.18l3.704 2.646-1.411 4.233 3.703-2.646 3.704 2.646-1.411-4.233Zm-14.462 15.52 3.704-2.646h-4.586l-1.41-4.232-1.412 4.232h-4.497l3.704 2.646-1.411 4.233 3.703-2.646 3.704 2.646-1.499-4.233Zm75.397 19.665 3.704-2.646h-4.586l-1.411-4.232-1.411 4.232h-4.585l3.703 2.646-1.411 4.233 3.704-2.646 3.704 2.734-1.411-4.321Zm-5.644 20.37 3.704-2.645h-4.586l-1.411-4.233-1.411 4.233h-4.585l3.704 2.645-1.411 4.233 3.703-2.645 3.704 2.645-1.411-4.233Zm-14.903 14.462 3.704-2.645h-4.586l-1.411-4.233-1.411 4.233h-4.585l3.704 2.645-1.411 4.233 3.703-2.645 3.704 2.645-1.411-4.233ZM89.536 76.543l3.704-2.645h-4.586l-1.322-4.233-1.411 4.233h-4.674l3.704 2.645-1.411 4.233 3.703-2.645 3.704 2.645-1.41-4.233Zm14.991 14.462 3.704-2.645h-4.497l-1.411-4.233-1.411 4.233h-4.586l3.704 2.645-1.41 4.233 3.703-2.645 3.703 2.645-1.499-4.233ZM83.892 56.173l3.704-2.646h-4.585l-1.323-4.32-1.411 4.232H75.69l3.704 2.646-1.41 4.233 3.703-2.646 3.704 2.646-1.5-4.145Zm40.3 40.829 3.704-2.646h-4.586l-1.411-4.409-1.41 4.233h-4.586l3.704 2.645-1.411 4.233 3.703-2.645 3.704 2.645-1.411-4.056Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        ecopret0
                        <code>[[svg_include:svg/labels/ecopret0.svg]]</code>
                    </td>
                    <td>
                        <svg role="img" aria-label="Logo Eco prêt 0%" width="229" height="251" viewBox="0 0 229 251" fill="none" xmlns="http://www.w3.org/2000/svg" class="label-eco-pret-0"><path fill-rule="evenodd" clip-rule="evenodd" d="M65.6016 109.437L65.3697 107.927C65.5244 108.337 65.6274 108.183 65.7306 107.518C65.7306 106.366 65.3438 104.601 65.1375 105.189C65.2817 104.465 65.3423 103.727 65.318 102.989C65.3148 102.64 65.2264 102.298 65.0602 101.991C64.6733 101.428 62.8942 79.9839 66.7363 75.8642C68.5848 74.8153 70.3139 73.5713 71.8932 72.1537L71.4548 72.384C71.9867 71.7826 72.5185 71.452 72.9962 71.155C73.5145 70.8328 73.9692 70.5502 74.2913 70.0042L74.8327 68.8784C75.09 68.727 75.4424 68.4673 75.7806 68.2182C76.3574 67.7931 76.8927 67.3986 76.8439 67.6245C77.0985 67.2809 77.5865 66.8654 78.0551 66.4663C78.7729 65.855 79.4455 65.2823 79.1646 65.0655C79.9082 64.4584 80.5487 63.9535 81.1526 63.4775C82.2031 62.6495 83.1428 61.9088 84.3216 60.869V61.0737C84.5918 60.9687 84.7335 60.7523 84.8834 60.5235C85.0625 60.2502 85.2531 59.9592 85.6882 59.8198C85.6362 59.9231 85.4325 60.1393 85.238 60.3456C84.8542 60.7528 84.5064 61.122 85.4304 60.5107C86.5675 59.179 87.9728 58.0981 89.556 57.3376C89.9696 56.9296 90.3332 56.4742 90.639 55.9814C91.3867 55.4696 92.6503 54.9323 91.6703 55.9814C92.4718 55.2078 93.0208 54.8147 93.3751 54.5609C93.853 54.2187 93.9767 54.1301 93.888 53.704C94.8313 52.6239 95.7973 51.8871 96.7354 51.1716C97.7975 50.3616 98.8238 49.5788 99.7411 48.3559L105.13 44.2617C105.995 43.5878 106.929 43.0047 107.915 42.5216C108.85 42.1631 109.858 42.0315 110.855 42.1379L111.103 41.9161C110.913 42.0908 111.117 42.2162 111.422 42.317C113.285 42.1845 115.129 42.7608 116.579 43.929L120.472 47.2812L121.658 48.1768L120.936 47.6906L127.821 53.6016C127.876 53.6169 127.931 53.6344 127.985 53.6541L129.136 54.6508C129.306 54.8007 129.476 54.923 129.636 55.0381L129.732 55.1081L129.782 55.1444L129.807 55.1626C129.915 54.9659 143.583 65.8897 151.763 72.4274L151.769 72.4318L151.771 72.4338C155.285 75.2415 157.783 77.2386 157.757 77.1951L158.066 77.6553C158.289 77.7643 158.489 77.9116 158.661 78.0904C159.337 85.0033 159.577 91.9515 159.382 98.8942C159.691 98.8942 159.768 99.099 159.382 99.4316C159.395 99.7627 159.342 100.093 159.227 100.404L159.614 100.967C159.095 101.566 158.669 102.238 158.351 102.963C158.351 102.221 158.351 101.325 158.738 100.839C158.17 100.583 158.557 99.8922 159.331 99.4572C159.319 99.2782 159.319 99.0988 159.331 98.9199C159.069 98.962 158.82 99.0675 158.608 99.2269C158.351 99.2269 158.348 99.0563 158.346 98.9384C158.343 98.7604 158.342 98.7026 157.474 99.534C157.772 99.2973 157.756 99.526 157.741 99.7262C157.725 99.9588 157.711 100.153 158.196 99.534C157.681 100.224 157.306 101.006 157.087 101.837C156.898 102.774 156.898 103.74 157.087 104.677C157.087 103.33 157.237 103.692 157.413 104.117C157.571 104.499 157.751 104.932 157.861 104.217C157.628 104.396 157.474 103.116 157.5 102.861C157.525 102.605 157.5 102.195 157.293 103.398C157.268 102.857 157.311 102.316 157.423 101.786C157.508 101.786 157.531 101.986 157.553 102.184C157.592 102.527 157.63 102.866 157.989 102.17C157.933 103.396 158.028 104.625 158.274 105.829C158.088 105.631 157.989 106.168 157.886 106.731C157.802 107.187 157.716 107.659 157.577 107.774C157.553 108.038 157.553 108.303 157.577 108.567L178.669 107.083C178.587 105.771 178.587 104.454 178.669 103.142C178.095 104.233 178.053 103.676 178.012 103.133C177.989 102.824 177.966 102.519 177.844 102.528C177.686 103.372 177.617 104.229 177.639 105.087C177.911 103.464 177.923 103.628 177.957 104.093C177.961 104.14 177.964 104.19 177.968 104.241L177.973 104.294L177.98 104.374L177.991 104.506C178.049 105.223 178.164 106.642 178.488 106.366C178.314 107.516 178.019 106.79 177.773 106.183C177.51 105.533 177.301 105.02 177.354 107.083C177.087 105.628 177.087 104.137 177.354 102.681C177.637 101.397 178.172 100.18 178.928 99.099C178.242 100.019 178.271 99.7649 178.31 99.4227C178.346 99.1081 178.39 98.719 177.895 99.099C179.137 97.8056 179.136 97.9575 179.136 98.2391C179.135 98.4255 179.135 98.6688 179.494 98.5872C180.091 98.159 180.525 98.0036 180.948 97.8524C181.384 97.6963 181.807 97.5449 182.383 97.1031C183.665 97.1031 183.415 97.3238 183.156 97.5528C182.956 97.7288 182.752 97.9097 183.234 97.9987C183.1 98.1309 182.796 98.1904 182.411 98.2655C181.827 98.3792 181.06 98.529 180.422 99.0223C179.365 99.841 178.773 100.788 179.598 101.146C179.115 102.186 178.919 103.334 179.03 104.473C179.491 103.358 180.098 102.308 180.835 101.351L180.267 100.506C180.606 100.214 180.792 99.9033 180.957 99.6286C181.181 99.2541 181.365 98.9465 181.841 98.8432C181.532 99.3293 182.305 99.3293 183.104 99.2526C182.872 99.2526 182.538 99.2526 182.589 98.9966L185.166 98.3824C186.417 98.0586 187.695 97.853 188.984 97.7684C186.882 97.6091 184.789 97.3357 182.717 96.9495C182.947 96.4285 183.564 96.4877 184.386 96.5666C184.833 96.6095 185.341 96.6582 185.88 96.6231C185.667 96.6532 185.466 96.7857 185.966 96.8983L187.617 96.5144C189.552 96.6337 189.422 96.9105 189.293 97.1853C189.173 97.4416 189.053 97.696 190.608 97.8194C191.987 98.0932 192.71 97.957 193.363 97.8337C193.932 97.7265 194.448 97.629 195.3 97.8194L194.862 97.666H195.739C196.162 97.6329 196.596 97.607 197.019 97.5817L197.021 97.5816L197.025 97.5813C198.561 97.4896 199.944 97.4071 200.046 97.0263C200.457 97.2822 201.644 96.5401 202.057 96.1819C202.683 95.7129 203.223 95.1419 203.656 94.493C204.122 93.8976 204.189 93.1526 204.249 92.4997C204.281 92.1424 204.311 91.8127 204.403 91.5502C204.091 90.3237 203.614 89.3577 203.315 88.7509C203.021 88.155 202.898 87.9055 203.269 88.0957L200.689 85.3065L201.721 85.4856C200.055 83.8826 198.151 82.5448 196.074 81.5193C194.121 79.2996 191.943 77.2846 189.576 75.5058C189.255 75.1587 188.911 74.8337 188.544 74.5335L189.395 75.6851C188.27 74.5976 187.775 74.2578 187.318 73.944C186.968 73.704 186.64 73.4793 186.07 72.9469L185.606 72.384L184.91 71.6419C185.163 71.8118 185.389 72.0189 185.58 72.2561V71.8979C184.972 70.779 184.179 70.2552 183.331 69.6953C182.666 69.2564 181.968 68.7954 181.3 68.0083L181.97 68.5457C181.686 68.1933 181.402 67.7136 181.121 67.239C180.586 66.3352 180.062 65.4503 179.571 65.5006C179.331 65.2225 179.043 64.9886 178.72 64.8097L178.256 64.0931L178.343 64.228C178.486 64.4495 178.609 64.6387 178.695 64.8097C178.608 64.7589 178.52 64.7101 178.435 64.6631C178.092 64.4735 177.804 64.3135 177.844 64.17L176.967 63.0184C176.669 62.5948 176.419 62.1402 176.22 61.6623C175.969 61.0351 175.64 60.442 175.24 59.8965V59.308C174.672 58.3357 174.931 58.2078 175.008 58.31C174.851 56.7236 174.496 55.5814 174.161 54.5018C173.615 52.7431 173.12 51.1506 173.616 48.0744C173.327 47.4668 173.138 48.1174 172.977 48.6746C172.893 48.9622 172.817 49.2249 172.738 49.2771C172.341 47.694 172.048 46.0871 171.862 44.4665C172.057 43.7772 172.246 42.6159 172.444 41.4041C172.847 38.9268 173.285 36.2388 173.874 36.9432C173.874 34.8445 173.718 35.3414 173.526 35.9547C173.36 36.4854 173.167 37.1034 173.023 36.2012V35.7661C172.951 36.8491 172.697 37.9128 172.274 38.9136C171.81 39.1951 171.681 35.7661 171.81 34.717L172.481 35.4591C172.537 34.0056 172.03 32.586 171.062 31.4928V30.0341C171.089 29.5824 171.089 29.1298 171.062 28.6779C171.192 28.5842 171.338 28.5763 171.489 28.5683C171.666 28.5587 171.849 28.5489 172.017 28.3964C171.79 27.3757 171.434 26.387 170.96 25.4538L171.398 25.1978C171.025 24.4632 170.518 23.8036 169.902 23.2531C169.64 22.9515 169.348 22.6646 168.982 22.3058L168.981 22.3045C168.665 21.9939 168.293 21.6292 167.839 21.1548C168.717 21.6666 168.071 20.7454 167.273 20.1568C166.473 19.5683 165.75 18.8774 167.273 19.3123C166.547 18.7757 165.99 18.7881 165.54 18.798C165.11 18.8076 164.777 18.8149 164.488 18.34C163.795 18.5341 164.359 18.7196 165.082 18.9573C165.597 19.127 166.194 19.3232 166.473 19.5683C166.588 20.0251 165.964 19.8702 165.076 19.6498C164.969 19.6233 164.858 19.5958 164.745 19.5683C163.681 19.2735 162.57 19.178 161.47 19.2868C161.417 19.1286 161.525 19.0157 161.614 18.9231C161.783 18.7463 161.881 18.6439 160.646 18.4423C160.257 18.6641 159.826 18.7974 159.38 18.833C158.934 18.8684 158.484 18.8048 158.066 18.6471C158.066 19.0229 157.113 18.897 156.165 18.7717C155.986 18.7481 155.807 18.7245 155.634 18.7042C155.375 18.6676 155.112 18.6471 154.87 18.6471C155.088 18.6471 155.352 18.6711 155.634 18.7042C156.672 18.8508 157.65 19.2561 157.01 19.645C155.742 19.9319 154.438 20.0267 153.142 19.9265L154.612 20.1825H153.245C152.77 20.1986 152.297 20.2412 151.827 20.3104C150.862 20.1703 149.877 20.3406 149.016 20.7966C149.824 20.1961 150.687 19.6735 151.595 19.2356C149.744 19.9117 148.089 21.0274 146.773 22.4854C146.023 22.8248 145.328 23.2734 144.71 23.8161C144.71 23.9366 144.594 24.2587 144.452 24.6481C144.144 25.4991 143.718 26.671 144.143 26.7589C143.782 28.3454 143.705 27.7567 143.679 26.5286C143.783 25.504 143.991 24.4925 144.298 23.5089C143.871 24.0597 143.562 24.6908 143.389 25.3639C143.216 26.037 143.183 26.738 143.292 27.4241C143.292 27.4476 143.293 27.4757 143.293 27.5078L143.295 27.5846C143.31 28.1333 143.344 29.4308 142.699 29.5224C142.699 29.5224 142.467 28.9339 142.441 29.0106C142.435 29.0284 142.432 29.0531 142.428 29.0812C142.416 29.1741 142.399 29.3039 142.261 29.3433C142.467 30.0341 141.513 30.2132 140.533 30.0086C140.237 29.9468 139.965 29.8639 139.723 29.7904C139.164 29.6205 138.769 29.5003 138.625 29.8038L138.531 29.7321C138.231 29.504 137.949 29.2888 137.645 29.0106L135.918 27.3729L136.769 28.0127C136.406 27.6175 135.943 27.3258 135.428 27.1682L125.604 17.9306L126.635 18.6983L124.933 17.3164L119.389 12.1986C118.401 11.2871 117.234 10.589 115.96 10.1486C114.686 9.70811 113.334 9.53484 111.989 9.63973C111.551 9.4606 111.241 9.28149 111.525 9L111.164 9.35825C109.735 9.18614 108.286 9.38908 106.961 9.9468C105.518 10.6918 104.168 11.6022 102.938 12.6592L95.2029 19.0308C93.8478 20.9136 92.393 22.132 90.9021 23.3806C89.5562 24.5079 88.1808 25.6597 86.8228 27.3473C86.9566 28.0263 86.7731 28.1689 86.0793 28.7081C85.5701 29.1038 84.7862 29.713 83.6513 30.9043C85.0694 29.3945 83.2644 30.2389 82.1814 31.0577C81.7431 31.8101 81.2244 32.5137 80.6344 33.156C78.4013 34.3672 76.4439 36.0224 74.8844 38.018C73.5724 38.9818 74.0617 38.415 74.6042 37.7866C74.8827 37.4639 75.1752 37.125 75.2452 36.9687C74.6336 37.1757 74.3667 37.6131 74.1133 38.0286C73.8966 38.3838 73.6898 38.7228 73.2857 38.8879V38.6065C71.6682 40.2117 70.3246 41.3537 68.8349 42.62C67.9498 43.3723 67.0132 44.1685 65.9369 45.1317C66.3422 45.5822 65.2898 46.5688 64.2218 47.5701C63.5912 48.1613 62.9552 48.7576 62.6106 49.2516C62.6106 48.9024 61.8159 49.5687 60.9904 50.2608C60.5455 50.6339 60.0916 51.0145 59.7485 51.2475L58.9491 52.9876C58.5018 53.8232 57.8397 54.2591 57.1032 54.7439C56.3962 55.2093 55.6207 55.7199 54.9008 56.6724L55.5455 56.3141C53.3658 58.5232 50.9342 60.4725 48.2999 62.1229C43.3477 67.8106 37.9224 73.075 32.081 77.8601L23.4689 85.2298C23.1001 85.609 22.7018 85.9431 22.2996 86.2805C21.1551 87.2407 19.9795 88.2269 19.3691 90.3476C18.9235 91.6607 18.8698 93.0735 19.2143 94.4161C19.7256 95.7043 20.6264 96.804 21.7928 97.5636C22.5376 97.7582 22.4281 97.5321 22.3102 97.2884C22.1953 97.0512 22.0724 96.7974 22.721 96.8983C24.0842 97.4502 25.5609 97.6697 27.0271 97.538C26.1716 97.3682 25.8322 97.4034 25.7938 97.4073L25.7901 97.4076C25.79 97.407 25.8906 97.3901 26.0474 97.3077C25.5323 97.3449 25.0152 97.3449 24.5002 97.3077L23.0562 96.924C23.0562 96.924 23.3141 96.924 23.0562 96.6937C22.509 96.52 22.0017 96.2408 21.5637 95.8719C21.1255 95.503 20.7653 95.0517 20.5036 94.5442C21.404 95.5221 22.1701 95.7334 23.156 96.0054C23.6663 96.1462 24.2356 96.3032 24.9129 96.5913C24.503 96.6087 24.0931 96.5569 23.7008 96.4377C24.7093 96.8793 25.2914 96.8129 25.8443 96.7498C26.2526 96.7033 26.6451 96.6585 27.1819 96.8216C27.8031 96.888 28.1551 96.9051 28.3535 96.9148C28.5287 96.9233 28.5842 96.926 28.599 96.9517C28.6027 96.9582 28.6039 96.9662 28.6038 96.9761C28.6037 96.981 28.6034 96.9863 28.6029 96.9921L28.6017 97.0042C28.5993 97.0285 28.5961 97.0605 28.6 97.1031L34.0664 97.6148C36.4795 97.1648 38.9631 97.2522 41.3378 97.8706C41.0209 98.1978 40.0931 98.2032 39.0417 98.2094C37.9547 98.2158 36.7357 98.223 35.9231 98.5872L37.9858 99.1757L38.2179 98.6127L41.1111 98.8804L41.08 98.8942H41.2604L41.1111 98.8804C41.1671 98.8552 41.2189 98.8305 41.2674 98.8075C41.6005 98.6491 41.7738 98.5668 42.0598 98.8942C42.1639 99.0133 42.2033 99.0758 42.2083 99.1068C42.1718 99.1104 42.1354 99.1145 42.099 99.1192C42.0767 99.1145 42.0598 99.113 42.0598 99.1245L42.099 99.1192L42.1201 99.1241C42.164 99.1345 42.2146 99.1466 42.2083 99.1068C42.4936 99.0788 42.7813 99.0847 43.0654 99.1245C42.7104 99.3007 42.8977 99.4212 43.1309 99.5711C43.3719 99.7262 43.662 99.9127 43.4523 100.225C44.4103 100.909 45.2176 101.779 45.8245 102.784C46.0697 103.27 46.2103 103.802 46.237 104.345C46.2521 105.493 46.1659 106.64 45.9792 107.774C46.2628 106.827 46.9333 109.616 46.8042 111.407C46.8042 112.431 46.5206 112.687 46.2887 112.047L46.598 114.376C46.4113 115.021 46.2734 115.68 46.1855 116.346L65.1891 115.015C65.0495 113.146 65.1886 111.266 65.6016 109.437ZM185.631 72.5376C186.302 73.2796 186.276 73.2284 186.07 72.9469L185.631 72.5376ZM128.749 54.1391L128.033 53.6721C128.3 53.7773 128.544 53.9359 128.749 54.1391ZM161.006 19.3123C161.625 19.5683 161.006 19.901 160.259 20.2592H158.015C157.745 20.1239 157.459 20.0208 157.165 19.9522L161.006 19.3123ZM144.504 25.8375C144.614 24.8599 145.071 23.9527 145.793 23.2786V23.4577C145.186 24.2006 144.746 25.0546 144.493 25.9626C144.497 25.9209 144.501 25.8792 144.504 25.8375ZM143.885 28.6269C144.033 28.23 144.155 27.8251 144.253 27.4145C144.242 27.613 144.24 27.8126 144.246 28.0127C144.246 28.4254 144.202 28.8369 144.117 29.2409C144.11 29.0165 144.028 28.8007 143.885 28.6269Z" fill="#B5C800"/><path d="M141.925 29.4969H141.564C141.569 29.4969 141.586 29.4988 141.61 29.5016C141.708 29.5129 141.925 29.5381 141.925 29.4969Z" fill="#B5C800"/><path d="M153.219 163.916C154.843 163.078 156.193 161.801 157.113 160.231C157.53 158.791 157.755 157.303 157.783 155.804L179.469 154.269V165.962C179.464 168.797 178.774 171.587 177.458 174.101C176.19 176.491 174.269 178.478 171.913 179.833C170.783 180.48 169.555 180.945 168.277 181.214C167.189 181.411 166.085 181.505 164.977 181.495H155.024C141.745 181.573 128.466 181.624 114.98 181.317V180.959C102.685 181.58 89.1758 181.245 75.7667 180.912C70.9527 180.793 66.1516 180.674 61.4244 180.6L61.6049 180.856C59.8174 180.373 57.953 180.233 56.1127 180.447C56.0356 180.442 55.9553 180.438 55.8718 180.434C54.586 180.372 52.5423 180.274 49.9758 176.428C48.501 175.172 47.3382 173.595 46.578 171.819C45.8177 170.045 45.4804 168.119 45.5923 166.193V163.635L67.9738 162.099C68.3934 162.789 68.9879 163.358 69.6984 163.748C70.4087 164.14 71.21 164.338 72.0221 164.326C73.308 164.19 74.6081 164.275 75.8641 164.581V164.428C78.5941 164.478 81.3595 164.543 84.1364 164.608C94.1067 164.842 104.225 165.078 113.381 164.659V164.863C122.792 164.991 132.125 164.991 141.407 164.991H148.32C148.502 164.991 148.781 164.96 149.107 164.924C149.569 164.873 150.127 164.812 150.641 164.812C151.535 164.621 152.401 164.321 153.219 163.916Z" fill="#B5C800"/><path fill-rule="evenodd" clip-rule="evenodd" d="M216.703 185.744L216.548 186.433C215.216 186.632 215.095 186.531 214.951 186.41C214.817 186.298 214.664 186.169 213.48 186.256C213.325 185.717 215.569 185.462 217.554 185.283C217.148 185.283 216.743 185.27 216.351 185.257C214.995 185.214 213.793 185.176 213.272 185.693C212.448 185.618 212.423 185.447 212.398 185.279C212.372 185.1 212.347 184.925 211.364 184.873C209.758 185.337 208.089 185.561 206.414 185.538C204.359 185.369 202.815 185.675 201.308 185.974C199.846 186.263 198.418 186.546 196.59 186.382L196.977 186.178C196.379 186.062 195.529 186.121 194.558 186.187C193.507 186.26 192.312 186.342 191.138 186.223C191.026 186.195 190.896 186.178 190.763 186.178C190.888 186.196 191.013 186.211 191.138 186.223C191.613 186.342 191.781 186.664 190.633 186.768C189.407 186.682 188.327 186.742 187.317 186.797C186.204 186.859 185.177 186.915 184.136 186.768L182.253 187.406C180.777 187.481 179.39 187.493 177.959 187.507C175.94 187.525 173.833 187.544 171.268 187.739C170.496 187.739 169.155 187.739 168.355 187.894C167.951 187.971 167.567 188.127 167.226 188.266C166.892 188.401 166.599 188.52 166.369 188.532C166.154 188.544 165.945 188.43 165.723 188.309C165.466 188.169 165.193 188.019 164.875 188.047C164.589 188.071 164.19 188.25 163.778 188.434C163.334 188.633 162.876 188.838 162.527 188.865L160.774 189.02C156.855 189.352 153.039 189.658 149.842 189.864H150.202C145.495 190.225 139.153 190.644 132.235 191.101C118.084 192.036 101.525 193.131 91.6188 194.213C88.9923 194.02 86.355 194.02 83.7286 194.213C85.0694 194.366 84.631 194.776 83.5996 194.827C79.909 194.995 79.8262 195.091 79.7085 195.228C79.5935 195.362 79.4451 195.534 75.8642 195.851C74.5675 196.004 73.7697 196.101 73.3209 196.155C72.9759 196.197 72.8372 196.214 72.8369 196.212C72.8367 196.211 72.899 196.201 73.0031 196.184C73.8569 196.047 77.5228 195.458 72.6152 195.441C70.4032 196.008 67.8516 196.167 65.3713 196.322C63.3702 196.447 61.4152 196.569 59.7227 196.899L60.1095 196.671C57.6775 196.992 55.3888 197.213 52.9495 197.449C51.1215 197.626 49.2088 197.811 47.088 198.052H47.7584C45.1186 198.51 44.3128 198.344 43.2784 198.133C42.6356 198.001 41.9045 197.851 40.5902 197.821C41.1059 198.692 37.4443 199.408 36.0261 199.537V199.357C35.184 199.458 33.9346 199.681 32.5214 199.934L32.519 199.934C30.3417 200.324 27.7754 200.783 25.7121 200.969V200.508C24.1512 201.039 22.5464 201.433 20.9161 201.685C19.0085 201.685 18.879 201.685 19.0596 201.532L16.4811 201.993L12.2266 200.84L11.6335 201.02C11.6335 201.02 4.6715 237.254 13.3869 240.324V240.811L15.0628 240.657C15.9479 240.657 16.6189 240.565 17.0862 240.501C17.6943 240.418 17.9576 240.382 17.8993 240.657H15.1145C16.7509 240.657 16.1741 240.888 15.5497 241.139C15.3969 241.2 15.2413 241.263 15.1145 241.323C15.8987 241.308 16.6829 241.351 17.4609 241.45C17.722 241.312 17.4897 241.279 17.216 241.241C17.0841 241.222 16.9427 241.202 16.8421 241.169C18.1067 240.757 19.4301 240.55 20.7614 240.554C21.7501 240.554 21.8325 240.731 21.9143 240.907C22.0031 241.097 22.0913 241.286 23.3398 241.246C30.5933 241.044 31.3745 240.948 32.9662 240.752C34.2036 240.6 35.9309 240.387 41.5699 240.018C41.8059 240.155 41.682 240.187 41.4385 240.251C41.3628 240.271 41.2749 240.294 41.1833 240.324C43.0283 240.117 44.7796 239.979 46.4901 239.845C47.3081 239.78 48.1169 239.717 48.9222 239.647C49.2136 239.858 49.9049 240.007 50.801 239.865C51.8673 239.699 52.613 239.597 53.1299 239.539C53.46 239.627 53.7845 239.736 54.1015 239.865C54.024 239.82 54.0888 239.749 54.1518 239.681C54.2861 239.534 54.4117 239.397 53.1299 239.539C52.7719 239.444 52.4073 239.373 52.0387 239.326C50.9973 239.455 49.9627 239.556 48.9222 239.647C48.5847 239.402 48.7835 239.075 49.8213 239.02L53.1474 238.866L53.3538 237.996C55.2697 237.881 55.5543 238.113 55.8097 238.322C56.063 238.528 56.2875 238.712 58.0466 238.508C58.7948 237.766 60.603 237.802 62.2413 237.834C63.4824 237.859 64.6263 237.881 65.1376 237.562C65.1376 237.562 66.8393 237.562 66.762 237.996C67.0179 237.635 67.485 237.581 68.0272 237.579C68.5283 237.767 69.1936 237.794 69.8376 237.82C70.4577 237.845 71.0582 237.869 71.4735 238.035C70.6787 238.149 69.901 238.243 69.6167 238.277C69.544 238.286 69.5034 238.291 69.5034 238.291L69.5413 238.288L69.7064 238.27C69.9828 238.24 70.5609 238.177 71.5581 238.072C71.5308 238.059 71.5026 238.047 71.4735 238.035C73.2414 237.782 75.0941 237.433 71.79 237.433C71.9976 237.408 72.1544 237.373 72.2649 237.332C72.678 237.383 73.1563 237.384 73.6523 237.385C74.7755 237.389 75.9893 237.392 76.7409 237.97L77.2308 237.28L78.1849 237.638C81.1783 236.974 84.2513 236.732 87.3127 236.922C89.2937 236.765 90.7706 236.449 92.0269 236.18C93.3893 235.888 94.4923 235.652 95.6974 235.735L95.7277 235.739L95.7504 235.741L95.7674 235.742L95.7954 235.744C95.8045 235.744 95.8134 235.745 95.8219 235.745C95.7938 235.742 95.7657 235.74 95.7378 235.738L95.6974 235.735C95.2893 235.679 94.6159 235.389 95.5898 235.182C95.7018 235.453 96.3787 235.325 97.1129 235.187C97.8994 235.038 98.7516 234.877 99.045 235.182C99.2591 235.151 99.5716 235.122 99.9239 235.089C101.31 234.96 103.312 234.775 102.345 234.184C102.584 234.322 103.189 234.406 103.739 234.483C104.617 234.606 105.353 234.709 104.228 234.976C105.168 235.017 106.111 234.956 107.038 234.798L105.697 234.643C108.294 234.749 110.893 234.526 113.433 233.978L112.092 233.723L112.303 233.708C114.323 233.561 115.989 233.439 116.837 234.133L114.697 234.517C117.537 234.416 120.365 234.09 123.154 233.544H122.123C123.774 233.091 128.664 232.479 133.825 231.834C140.027 231.058 146.619 230.233 148.449 229.577L146.825 229.066L149.686 228.387C149.507 228.466 149.232 228.898 148.958 229.329C148.682 229.762 148.407 230.194 148.23 230.268H148.14C148.166 230.283 148.196 230.282 148.23 230.268H148.294C148.124 230.39 147.931 230.477 147.727 230.525C147.449 230.579 147.179 230.675 146.928 230.806C146.797 230.806 146.726 230.891 146.648 230.985C146.571 231.077 146.488 231.177 146.335 231.214C145.692 231.279 145.044 231.279 144.401 231.214C144.04 231.214 143.008 231.214 143.266 231.6H141.41C141.324 231.6 141.286 231.654 141.243 231.716C141.208 231.766 141.169 231.82 141.1 231.855C140.429 231.996 139.735 231.996 139.063 231.855C138.331 231.903 137.614 232.085 136.949 232.391C136.818 232.391 136.706 232.471 136.588 232.557C136.474 232.639 136.353 232.725 136.201 232.75C135.532 232.814 134.859 232.814 134.19 232.75C133.778 232.726 133.365 232.726 132.952 232.75C132.513 232.864 132.09 233.027 131.689 233.236C130.91 233.404 130.111 233.455 129.317 233.391C129.018 233.391 128.745 233.462 128.477 233.531C128.143 233.618 127.817 233.702 127.46 233.646C127.132 233.594 127.138 233.462 127.145 233.305C127.151 233.154 127.159 232.978 126.867 232.828C126.867 233.133 126.867 233.134 126.738 233.364C126.713 233.409 126.684 233.452 126.659 233.49C126.555 233.645 126.5 233.728 126.893 233.646C126.893 233.757 126.811 233.852 126.745 233.93C126.627 234.066 126.554 234.15 127.048 234.184C127.451 234.209 127.856 234.209 128.259 234.184C129.11 234.184 130.322 234.184 130.838 233.595C130.838 234.08 131.818 234.029 132.205 233.927C132.434 233.867 132.573 233.77 132.718 233.669C132.817 233.6 132.919 233.529 133.056 233.466C133.643 233.438 134.23 233.526 134.783 233.723C135.061 233.723 135.274 233.809 135.476 233.89C135.78 234.013 136.062 234.127 136.511 233.927C136.743 233.927 137.826 233.672 138.084 233.595C138.248 233.545 138.412 233.559 138.61 233.575C138.722 233.585 138.846 233.595 138.986 233.595C139.157 233.595 139.399 233.485 139.673 233.36C140.019 233.202 140.417 233.021 140.791 233.007C141.035 232.661 141.39 232.41 141.797 232.289C142.138 232.238 142.486 232.238 142.828 232.289C142.967 232.289 143.405 232.346 143.91 232.412C144.715 232.517 145.69 232.644 145.896 232.597C146.075 232.556 145.487 232.363 144.906 232.172C144.394 232.004 143.887 231.838 143.911 231.777H143.576C143.796 231.659 144.03 231.563 144.272 231.496C144.612 231.552 144.948 231.629 145.278 231.726C145.881 231.847 146.493 231.916 147.108 231.932H152.265C151.948 231.3 151.107 231.378 150.432 231.44C150.285 231.454 150.146 231.467 150.022 231.471C149.301 231.509 148.578 231.509 147.856 231.471C147.981 231.047 148.222 230.666 148.552 230.37C149.808 230.283 151.172 230.182 152.596 230.077L152.63 230.074L152.639 230.073C158.339 229.651 164.992 229.158 169.541 229.219C171.913 229.423 162.812 231.777 162.786 231.777C165.087 231.777 167.544 231.03 169.675 230.381C171.221 229.911 172.596 229.493 173.616 229.45C174.286 229.45 173.616 229.962 173.151 230.064C173.538 230.017 173.919 230.004 174.248 229.993C174.817 229.974 175.233 229.961 175.265 229.782C174.422 229.686 174.313 229.336 174.201 228.975C174.135 228.763 174.067 228.546 173.848 228.375H176.967V228.861C178.402 228.009 180.04 227.552 181.711 227.53C184.766 227.53 187.984 227.324 191.183 227.118L191.186 227.118L191.189 227.118C193.387 226.976 195.578 226.836 197.698 226.763C197.698 227.033 196.655 227.255 195.615 227.476L195.481 227.504C196.278 227.415 197.083 227.415 197.879 227.504C197.13 227.251 197.985 227.137 198.634 227.051C199.101 226.988 199.461 226.94 199.04 226.865C201.504 226.166 204.057 225.828 206.62 225.866C207.498 225.866 208.349 225.866 209.198 225.662C209.661 225.551 209.621 225.152 209.583 224.782C209.552 224.472 209.522 224.183 209.792 224.102C209.792 224.102 211.132 224.102 211.159 222.77V220.544C211.159 220.207 210.717 220.68 210.273 221.155C209.807 221.653 209.339 222.154 209.379 221.721C209.412 221.368 210.145 220.74 210.872 220.119C211.879 219.257 212.872 218.408 211.959 218.319C211.545 218.319 211.519 216.962 211.596 215.759C211.651 214.909 211.719 214.251 211.763 213.82C211.782 213.642 211.796 213.502 211.804 213.405C211.804 213.028 211.246 213.693 210.707 214.335C210.183 214.958 209.677 215.561 209.715 215.171C209.715 214.438 210.528 212.914 211.282 211.501C211.871 210.398 212.423 209.363 212.525 208.824C212.525 208.28 212.61 207.748 212.691 207.239C212.737 206.958 212.78 206.684 212.808 206.419C212.953 204.933 213.177 203.456 213.48 201.993C213.554 201.772 213.274 201.885 212.978 202.005C212.656 202.135 212.316 202.273 212.396 201.993C212.471 201.734 212.92 201.098 213.389 200.433C213.898 199.714 214.429 198.96 214.536 198.615C214.742 197.95 215.052 196.951 215.336 196.055C215.488 195.575 215.359 195.176 215.237 194.802C215.132 194.479 215.034 194.176 215.129 193.856C215.226 193.531 215.546 193.138 215.883 192.723L215.949 192.642C215.916 192.764 215.917 192.892 215.954 193.011C215.943 192.887 215.942 192.762 215.953 192.638C216.312 192.195 216.677 191.73 216.805 191.296C216.805 190.99 216.933 190.683 217.054 190.394C217.104 190.273 217.154 190.155 217.192 190.042C217.616 188.763 217.944 187.454 218.173 186.127C218.969 186.06 219.773 186.06 220.569 186.127C219.341 185.647 218.003 185.513 216.703 185.744ZM71.1284 236.832L71.5838 236.768C72.392 236.891 72.7172 237.163 72.2649 237.332C71.7588 237.27 71.3507 237.133 71.1284 236.832ZM71.0935 236.836L71.1197 236.819L71.1284 236.832L71.0935 236.836ZM69.5172 237.055L71.0935 236.836C70.7248 237.068 70.3195 237.063 69.7976 237.057H69.7933C69.7047 237.056 69.6128 237.055 69.5172 237.055ZM69.5172 237.055C69.0024 237.055 68.3792 237.088 67.5872 237.331C67.711 237.436 67.8599 237.517 68.0272 237.579C68.1359 237.579 68.2477 237.581 68.3613 237.582C68.7658 237.589 69.1946 237.595 69.5984 237.509C69.8328 237.385 69.6787 237.346 69.4521 237.289C69.3049 237.252 69.1271 237.207 69.0053 237.126L69.5172 237.055Z" fill="#B5C800"/><path d="M216.495 194.7C216.212 194.175 216.028 193.602 215.955 193.011C216.034 193.342 216.299 193.624 216.569 193.912C216.738 194.091 216.908 194.273 217.037 194.47C217.15 195.224 216.996 195.993 216.599 196.644C216.443 196.87 216.193 197.049 215.948 197.224C215.749 197.367 215.553 197.507 215.414 197.668C215.256 197.54 215.155 197.357 215.129 197.156C215.402 196.934 215.733 196.793 216.084 196.747L215.593 196.516C215.761 196.405 215.915 196.256 216.073 196.102C216.206 195.973 216.343 195.84 216.495 195.723C216.342 195.416 216.29 194.905 216.495 194.7Z" fill="#B5C800"/><path d="M214.382 199.459C214.278 199.76 214.13 200.045 213.944 200.304C213.858 200.426 213.766 200.503 213.683 200.572C213.541 200.691 213.427 200.787 213.427 201.046L213.299 201.046L213.452 201.25C213.442 201.183 213.442 201.113 213.452 201.046L213.427 201.046C213.84 200.844 214.199 200.547 214.477 200.183C214.754 199.82 214.941 199.397 215.027 198.947C215.027 198.486 215.027 198.256 215.182 197.872L215.291 197.855C215.366 197.849 215.442 197.855 215.516 197.872C215.45 197.82 215.389 197.761 215.336 197.693V197.848L215.291 197.855C215.254 197.858 215.218 197.864 215.182 197.872C214.697 197.989 214.591 198.509 214.492 198.999C214.459 199.161 214.427 199.319 214.382 199.459Z" fill="#B5C800"/><path fill-rule="evenodd" clip-rule="evenodd" d="M192.362 123.153L191.922 118.47C191.914 117.535 191.711 116.612 191.329 115.758C190.903 115.074 190.259 114.552 189.499 114.273C187.389 113.588 185.092 113.754 183.104 114.734C182.401 115.106 181.853 115.714 181.556 116.449C181.301 117.443 181.249 118.479 181.403 119.494L181.841 124.407C181.884 125.296 182.113 126.167 182.511 126.966C182.924 127.619 183.538 128.122 184.264 128.399C185.397 128.795 186.608 128.918 187.797 128.757C188.905 128.732 189.985 128.404 190.918 127.81C191.622 127.394 192.139 126.725 192.362 125.942C192.533 125.02 192.533 124.075 192.362 123.153ZM187.023 116.244C187.153 116.677 187.231 117.123 187.255 117.574L187.901 124.586C187.975 125.009 187.975 125.442 187.901 125.865C187.831 126.142 187.72 126.148 187.434 126.166C187.402 126.168 187.369 126.17 187.333 126.172C186.972 126.198 186.636 126.147 186.636 125.993C186.488 125.538 186.411 125.064 186.404 124.586L185.761 117.677C185.685 117.245 185.685 116.803 185.761 116.372C185.83 116.071 185.964 116.063 186.254 116.045C186.285 116.043 186.318 116.041 186.353 116.039C186.714 116.013 187.023 116.065 187.023 116.244Z" fill="#007735"/><path d="M191.175 141.91L199.865 112.457L197.079 112.815L188.338 142.14L191.175 141.91Z" fill="#007735"/><path fill-rule="evenodd" clip-rule="evenodd" d="M206.956 135.077L206.543 130.369V130.382C206.531 129.403 206.329 128.434 205.95 127.529C205.524 126.838 204.88 126.307 204.12 126.019C203.042 125.623 201.883 125.491 200.742 125.635C199.672 125.685 198.63 125.983 197.698 126.505C197.007 126.885 196.47 127.491 196.177 128.219C195.927 129.206 195.866 130.23 195.996 131.239L196.46 136.178C196.497 137.065 196.717 137.936 197.106 138.736C197.522 139.397 198.148 139.901 198.885 140.17C200.011 140.591 201.226 140.723 202.418 140.553C203.524 140.519 204.6 140.192 205.537 139.607C206.2 139.208 206.701 138.593 206.956 137.867C207.127 136.945 207.127 135.999 206.956 135.077ZM201.618 128.219C201.774 128.655 201.853 129.114 201.85 129.576L202.52 136.561C202.59 136.985 202.59 137.417 202.52 137.841C202.442 138.02 202.263 138.122 201.927 138.148C201.593 138.174 201.257 138.122 201.257 137.969C201.111 137.522 201.032 137.057 201.025 136.587L200.38 129.678C200.304 129.238 200.304 128.788 200.38 128.347C200.427 128.047 200.558 128.039 200.849 128.021C200.88 128.019 200.913 128.017 200.948 128.015C201.308 127.989 201.618 128.066 201.618 128.219Z" fill="#007735"/><path fill-rule="evenodd" clip-rule="evenodd" d="M174.801 124.509L175.627 133.619C175.807 135.131 175.807 136.66 175.627 138.173C175.474 139.197 175.046 140.16 174.389 140.963C173.709 141.83 172.824 142.516 171.81 142.958C170.694 143.419 169.51 143.695 168.304 143.777C166.85 143.941 165.378 143.872 163.946 143.573C162.86 143.335 161.859 142.804 161.057 142.037C160.35 141.35 159.78 140.533 159.382 139.632C158.952 138.29 158.718 136.894 158.685 135.487L157.81 125.942C157.538 124.01 157.591 122.048 157.964 120.133C158.381 118.767 159.303 117.606 160.542 116.883C161.996 115.961 163.666 115.432 165.39 115.348C166.848 115.211 168.32 115.358 169.722 115.783C170.827 116.114 171.841 116.691 172.687 117.472C173.38 118.197 173.892 119.073 174.183 120.031C174.534 121.5 174.742 123 174.801 124.509ZM167.375 122.692C167.336 121.822 167.179 120.962 166.911 120.133C166.806 119.95 166.643 119.806 166.447 119.723C166.252 119.64 166.035 119.622 165.828 119.672C165.609 119.67 165.395 119.732 165.21 119.85C165.028 119.969 164.883 120.138 164.797 120.338C164.657 121.237 164.657 122.151 164.797 123.05L166.009 136.408C166.027 137.376 166.2 138.335 166.524 139.248C166.705 139.581 167.066 139.709 167.607 139.657C167.825 139.67 168.04 139.612 168.223 139.492C168.404 139.372 168.541 139.196 168.613 138.992C168.75 138.145 168.75 137.281 168.613 136.433L167.375 122.692Z" fill="#007735"/><path fill-rule="evenodd" clip-rule="evenodd" d="M136.356 135L127.022 135.768L127.46 140.604C127.475 141.272 127.615 141.932 127.873 142.549C127.977 142.697 128.123 142.811 128.294 142.875C128.464 142.939 128.65 142.95 128.827 142.907C129.048 142.921 129.267 142.864 129.453 142.744C129.639 142.624 129.781 142.448 129.858 142.242C130.007 141.49 130.007 140.717 129.858 139.964L129.574 137.022L136.407 136.459L136.768 138.045C136.884 139.117 136.884 140.198 136.768 141.27C136.595 142.189 136.226 143.062 135.685 143.829C135.088 144.733 134.261 145.465 133.287 145.952C132.072 146.514 130.759 146.836 129.42 146.899C128.055 147.035 126.678 146.94 125.346 146.618C124.27 146.363 123.277 145.844 122.458 145.108C121.767 144.476 121.229 143.698 120.885 142.831C120.492 141.602 120.249 140.33 120.163 139.043L119.57 132.518C119.313 130.946 119.419 129.336 119.879 127.81C120.38 126.595 121.292 125.59 122.458 124.969C123.783 124.243 125.253 123.815 126.764 123.715C128.512 123.488 130.29 123.718 131.921 124.381C133.185 124.889 134.252 125.785 134.964 126.94C135.713 128.547 136.134 130.287 136.201 132.058L136.356 135ZM128.801 131.93L128.646 130.369C128.628 129.61 128.489 128.858 128.234 128.142C128.166 127.988 128.048 127.86 127.898 127.781C127.748 127.702 127.575 127.676 127.408 127.707C126.893 127.707 126.609 127.912 126.506 128.219C126.409 128.932 126.392 129.653 126.454 130.369L126.609 132.006L128.801 131.93Z" fill="#007735"/><path d="M126.815 120.338L124.907 122.692L119.905 123.101L124.056 117.984L129.033 117.574L133.752 122.001L129.033 122.385L126.815 120.338Z" fill="#007735"/><path d="M32.1584 126.786L19.6526 127.81L22.1538 155.267L35.1753 154.192L34.6854 148.742L29.1673 149.177L28.6 143.163L33.2929 142.524L32.8287 137.406L28.136 137.79L27.6718 132.672L32.6742 132.262L32.1584 126.786Z" fill="#007735"/><path d="M25.8927 126.531L31.3332 121.387L24.9901 122.001L22.2569 126.838L25.8927 126.531Z" fill="#007735"/><path d="M45.6956 139.274L52.5028 138.711C52.3935 137.026 51.9922 135.373 51.3168 133.823C50.6781 132.658 49.6468 131.752 48.403 131.265C46.8455 130.638 45.1611 130.383 43.4861 130.521C41.8108 130.658 40.1918 131.185 38.7594 132.058C37.6825 132.71 36.8563 133.7 36.413 134.872C36.0734 136.297 36.0035 137.772 36.2068 139.223L36.8514 145.594C36.9309 147.36 37.3419 149.096 38.0633 150.712C38.6679 151.857 39.6513 152.761 40.848 153.271C42.4121 153.881 44.1076 154.084 45.773 153.86C47.1497 153.802 48.4967 153.443 49.7181 152.81C50.7319 152.278 51.5724 151.47 52.1418 150.482C52.6885 149.617 53.0158 148.634 53.0959 147.616C53.1195 146.266 53.0679 144.917 52.9412 143.573L46.5208 144.11L46.7528 146.669C46.8975 147.456 46.8975 148.262 46.7528 149.049C46.697 149.252 46.5765 149.432 46.4091 149.561C46.2417 149.69 46.0366 149.762 45.8245 149.765C45.6254 149.783 45.425 149.745 45.2471 149.654C45.0691 149.563 44.9206 149.424 44.8189 149.254C44.5259 148.7 44.3671 148.087 44.3549 147.462L43.3749 136.894C43.253 136.26 43.253 135.609 43.3749 134.975C43.4482 134.827 43.5621 134.703 43.7037 134.617C43.8452 134.531 44.0084 134.486 44.1743 134.489C44.3486 134.462 44.5269 134.486 44.6874 134.559C44.8477 134.632 44.9832 134.75 45.0769 134.898C45.3197 135.474 45.4509 136.091 45.4635 136.715L45.6956 139.274Z" fill="#007735"/><path fill-rule="evenodd" clip-rule="evenodd" d="M71.6096 136.561L72.1253 142.037C72.2756 143.526 72.2756 145.026 72.1253 146.515C71.9757 147.506 71.5864 148.445 70.9908 149.253C70.3373 150.152 69.4443 150.852 68.4122 151.275C67.2293 151.791 65.9633 152.094 64.6734 152.171C63.3063 152.309 61.9263 152.257 60.5736 152.017C59.6132 151.815 58.7236 151.365 57.9951 150.712C57.3019 150.068 56.7718 149.27 56.4481 148.383C56.0235 147.002 55.7639 145.577 55.6744 144.136L55.133 138.404C54.9274 136.754 55.0235 135.081 55.4166 133.465C55.7996 132.202 56.6102 131.108 57.7114 130.369C59.1164 129.499 60.7243 129.006 62.3785 128.936C63.7967 128.776 65.2324 128.888 66.6074 129.268C67.6677 129.55 68.6418 130.086 69.4437 130.829C70.0865 131.436 70.5956 132.168 70.9392 132.979C71.3337 134.135 71.5596 135.342 71.6096 136.561ZM64.2609 135.487C64.253 134.751 64.1134 134.024 63.8483 133.337C63.7669 133.185 63.6362 133.064 63.4771 132.994C63.318 132.925 63.14 132.91 62.9716 132.953C62.8014 132.946 62.6333 132.992 62.4901 133.083C62.3471 133.175 62.236 133.308 62.1723 133.465C62.0404 134.193 62.0404 134.938 62.1723 135.666L63.1005 145.901C63.1203 146.602 63.2598 147.294 63.513 147.948C63.6004 148.091 63.7234 148.21 63.8702 148.292C64.0171 148.374 64.1827 148.417 64.3511 148.417C64.5196 148.417 64.6852 148.374 64.8321 148.292C64.9789 148.21 65.1019 148.091 65.1891 147.948C65.3191 147.324 65.3191 146.679 65.1891 146.055L64.2609 135.487Z" fill="#007735"/><path d="M84.0638 141.27L83.6254 136.561L74.1622 137.329L74.6006 142.037L84.0638 141.27Z" fill="#007735"/><path fill-rule="evenodd" clip-rule="evenodd" d="M92.9339 126.889V128.859C93.4447 128.083 94.1119 127.421 94.8936 126.914C95.6718 126.434 96.5575 126.153 97.4721 126.095C98.5087 125.996 99.5515 126.21 100.463 126.71C101.227 127.112 101.828 127.762 102.165 128.552C102.533 129.775 102.749 131.038 102.81 132.314L103.686 141.756C103.874 143.209 103.874 144.679 103.686 146.132C103.527 147.01 103.039 147.797 102.32 148.332C101.516 148.941 100.544 149.289 99.5349 149.33C98.6567 149.416 97.7707 149.284 96.9564 148.947C96.1075 148.575 95.344 148.035 94.7131 147.36L95.1773 152.478L87.7768 153.092L85.4304 127.503L92.9339 126.889ZM95.5124 133.235C95.4802 132.37 95.3504 131.512 95.1256 130.676C95.1256 130.394 94.6872 130.266 94.1973 130.318C94.0057 130.303 93.8148 130.353 93.6556 130.46C93.4964 130.567 93.3784 130.724 93.3206 130.906C93.1884 131.754 93.1884 132.617 93.3206 133.465L94.1717 142.754C94.1703 143.625 94.3185 144.491 94.61 145.313C94.7011 145.464 94.836 145.583 94.9972 145.656C95.1583 145.73 95.3379 145.752 95.5124 145.722C95.6907 145.737 95.869 145.692 96.0186 145.595C96.1681 145.498 96.2805 145.353 96.3376 145.185C96.4252 144.437 96.4252 143.681 96.3376 142.933L95.5124 133.235Z" fill="#007735"/><path d="M112.376 128.219V125.251L105.13 125.865L107.167 148.281L114.387 147.693L113.562 138.839C113.398 137.446 113.372 136.04 113.484 134.642C113.526 134.331 113.638 134.034 113.813 133.773C113.987 133.511 114.218 133.292 114.49 133.132C115.372 132.664 116.353 132.409 117.352 132.39L116.63 124.483C115.639 124.645 114.713 125.082 113.961 125.743C113.208 126.404 112.659 127.262 112.376 128.219Z" fill="#007735"/><path d="M146.025 123.051L145.69 119.519L138.47 120.133L138.806 123.537H137.258L137.568 127.094H139.115L140.172 138.481C140.257 139.9 140.447 141.311 140.739 142.703C140.965 143.318 141.368 143.852 141.9 144.238C142.467 144.651 143.134 144.907 143.834 144.98C145.009 145.073 146.191 145.073 147.366 144.98L150.28 144.75L149.945 141.142C149.275 141.303 148.577 141.303 147.908 141.142C147.568 140.333 147.409 139.459 147.444 138.583L146.335 126.607L148.295 126.454L147.959 122.897L146.025 123.051Z" fill="#007735"/><path d="M152.807 195.851L150.383 196.004L150.538 197.974L152.962 197.821L152.807 195.851Z" fill="#134395"/><path d="M153.039 198.922L150.615 199.076L151.285 207.979L153.684 207.826L153.039 198.922Z" fill="#134395"/><path d="M145.329 196.9L147.753 196.747L147.933 199.306H149.326V200.867H147.933L148.269 205.677C148.269 206.368 148.501 206.65 149.197 206.599H149.738V208.186L148.166 208.39C146.283 208.39 145.896 207.98 145.742 206.164L145.381 201.046H144.143V199.484H145.355L145.329 196.9Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M104.305 207.673V206.957L109.024 206.649V206.138C108.817 203.4 108.044 201.634 105.233 201.84C101.984 202.044 101.675 204.5 101.83 206.701C101.984 208.901 102.32 211.461 105.826 211.231C106.263 211.252 106.699 211.178 107.105 211.017C107.51 210.854 107.875 210.605 108.174 210.289C108.474 209.973 108.7 209.594 108.838 209.183C108.975 208.771 109.021 208.335 108.972 207.904H106.806C106.729 209.003 106.548 209.617 105.646 209.67C104.743 209.721 104.305 208.722 104.305 207.673ZM105.285 203.4C106.291 203.323 106.523 204.091 106.677 205.448L104.176 205.601V205.242C104.125 204.424 104.279 203.477 105.285 203.4Z" fill="#134395"/><path d="M107.116 198.486L104.692 198.641L103.918 201.046H105.569L107.116 198.486Z" fill="#134395"/><path d="M77.6948 200.944L80.1187 200.789L80.9695 212.638L78.5715 212.791L77.6948 200.944Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M44.4578 203.143L40.0486 203.425L40.8738 215.172L43.4522 215.017L43.0912 210.284H44.4578C46.8301 210.13 48.3514 209.03 48.171 206.47C48.1911 205.998 48.1056 205.525 47.9209 205.088C47.7361 204.651 47.4566 204.26 47.102 203.942C46.7474 203.624 46.3267 203.387 45.8696 203.25C45.4126 203.112 44.9306 203.076 44.4578 203.143ZM44.0969 208.543H42.9623L42.7044 204.961H43.7617C45.0251 204.883 45.644 205.499 45.644 206.676C45.6949 206.903 45.6931 207.139 45.6384 207.366C45.5838 207.591 45.4779 207.804 45.329 207.983C45.1798 208.164 44.9914 208.307 44.778 208.404C44.5645 208.502 44.3316 208.549 44.0969 208.543Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.6543 209.746C56.4222 206.649 55.4939 205.062 52.606 205.319C49.8469 205.499 48.9961 207.11 49.2282 210.233C49.4603 213.354 50.5433 214.863 53.3021 214.684C56.0612 214.506 56.8864 212.842 56.6543 209.746ZM54.2304 209.797C54.411 211.998 54.1532 212.995 53.1733 212.995V213.123C51.9872 213.226 51.781 211.767 51.6519 209.951C51.523 208.134 51.7293 206.778 52.7092 206.727C53.689 206.676 54.05 207.596 54.2304 209.797Z" fill="#134395"/><path d="M63.3841 212.74C63.1715 213.172 62.8412 213.534 62.4308 213.787C62.0206 214.041 61.5467 214.174 61.0635 214.172C59.5679 214.172 58.485 213.558 58.485 211.794L57.995 205.191L60.4189 205.012L60.8829 211.18C60.8829 212.075 61.2698 212.408 61.9918 212.357C62.7138 212.306 63.2295 211.794 63.1521 210.795L62.7394 204.885L65.1375 204.706L65.808 213.636L63.4873 213.789L63.3841 212.74Z" fill="#134395"/><path d="M69.4695 204.424L67.1488 204.577L67.6902 213.456L70.1141 213.303L69.7016 207.929C69.6828 207.703 69.713 207.478 69.7898 207.264C69.8667 207.051 69.9887 206.857 70.1474 206.694C70.3061 206.533 70.498 206.406 70.7102 206.322C70.9224 206.24 71.1499 206.203 71.3775 206.215H72.1254L71.9706 204.04H71.5323C71.0718 204.082 70.6328 204.253 70.2674 204.534C69.9018 204.816 69.6251 205.194 69.4695 205.626V204.424Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M82.6198 206.087V206.317L84.7858 206.164V205.907C84.7596 205.757 84.7667 205.604 84.8062 205.458C84.8459 205.31 84.9173 205.173 85.0154 205.056C85.1135 204.939 85.236 204.846 85.3745 204.781C85.5129 204.715 85.664 204.681 85.8173 204.679C85.9676 204.648 86.1233 204.651 86.2722 204.689C86.4211 204.727 86.5593 204.798 86.6764 204.897C86.7934 204.995 86.8861 205.119 86.9472 205.259C87.0084 205.399 87.0364 205.55 87.0291 205.703C87.055 206.291 86.8487 206.572 86.1267 206.803L84.7858 207.239C83.1614 207.802 82.6198 208.518 82.6198 210.207C82.6518 210.755 82.8602 211.279 83.2144 211.7C83.5688 212.121 84.0503 212.418 84.5878 212.546C85.1254 212.676 85.6904 212.63 86.1997 212.416C86.7088 212.202 87.1353 211.832 87.416 211.358C87.4868 211.674 87.6086 211.977 87.777 212.253L90.0977 212.075C89.8244 211.553 89.6828 210.974 89.685 210.386L89.3498 205.677C89.2209 204.041 88.602 202.939 85.7141 203.119C83.9091 203.247 82.4653 204.041 82.6198 206.087ZM86.1524 208.261C86.5162 208.154 86.8571 207.98 87.158 207.751L87.2871 209.516C87.2976 209.703 87.2693 209.891 87.2041 210.069C87.1388 210.245 87.038 210.406 86.9077 210.543C86.7773 210.679 86.6201 210.788 86.4459 210.862C86.2718 210.936 86.0841 210.974 85.8946 210.974C85.25 211.025 84.9405 210.59 84.889 209.797C84.8375 209.004 85.1726 208.518 86.1524 208.261Z" fill="#134395"/><path d="M95.6929 202.684L98.0135 202.555V203.732C98.1646 203.299 98.441 202.921 98.8079 202.643C99.1746 202.366 99.616 202.202 100.076 202.172C100.222 202.159 100.369 202.159 100.515 202.172L100.669 204.346H99.9217C99.6915 204.335 99.4616 204.371 99.2476 204.457C99.0334 204.541 98.84 204.669 98.681 204.835C98.5218 205 98.4005 205.197 98.3253 205.413C98.2502 205.63 98.223 205.859 98.2456 206.086L98.6324 211.435L96.2343 211.588L95.6929 202.684Z" fill="#134395"/><path d="M110.339 201.736L112.659 201.583V202.607C112.87 202.18 113.196 201.82 113.602 201.566C114.007 201.313 114.475 201.178 114.954 201.173C116.476 201.173 117.533 201.813 117.533 203.553L118.023 210.181L115.599 210.335L115.135 204.194C115.135 203.298 114.722 202.966 114.026 203.017C113.33 203.068 112.763 203.58 112.84 204.577L113.278 210.488L110.855 210.641L110.339 201.736Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M126.893 205.115C126.661 202.019 125.732 200.432 122.819 200.662C120.06 200.842 119.26 202.48 119.467 205.601C119.673 208.724 120.756 210.233 123.515 210.054C126.274 209.874 127.125 208.212 126.893 205.115ZM124.469 205.268C124.624 207.494 124.392 208.493 123.412 208.493C122.2 208.569 121.994 207.263 121.865 205.448C121.736 203.63 121.968 202.274 122.948 202.223C123.927 202.172 124.314 203.043 124.469 205.268Z" fill="#134395"/><path d="M132.849 200.253L135.247 200.073L133.545 209.158L130.761 209.336L127.666 200.585L130.245 200.432L132.076 206.727L132.849 200.253Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M136.408 202.556V202.76L138.599 202.529V202.274C138.573 202.123 138.58 201.966 138.621 201.818C138.662 201.668 138.736 201.53 138.837 201.413C138.938 201.296 139.064 201.202 139.205 201.138C139.347 201.076 139.501 201.043 139.656 201.046C139.806 201.013 139.96 201.016 140.108 201.054C140.256 201.09 140.393 201.163 140.509 201.262C140.624 201.362 140.714 201.486 140.772 201.627C140.83 201.767 140.854 201.918 140.843 202.07C140.894 202.658 140.662 202.965 139.966 203.196L138.625 203.63C137.001 204.167 136.433 204.885 136.433 206.574C136.479 207.115 136.698 207.627 137.058 208.039C137.418 208.449 137.9 208.733 138.435 208.854C138.969 208.974 139.528 208.921 140.031 208.704C140.533 208.486 140.953 208.118 141.229 207.647C141.311 207.96 141.433 208.261 141.59 208.544H143.911C143.632 208.014 143.481 207.426 143.473 206.829L143.138 202.121C143.008 200.483 142.39 199.382 139.528 199.561C137.697 199.69 136.253 200.483 136.408 202.556ZM139.94 204.705C140.309 204.61 140.653 204.435 140.946 204.193L141.075 205.958C141.089 206.147 141.064 206.337 141 206.516C140.936 206.694 140.835 206.857 140.704 206.993C140.573 207.132 140.414 207.24 140.238 207.313C140.062 207.385 139.873 207.421 139.682 207.418C139.038 207.469 138.728 207.033 138.677 206.24C138.625 205.448 138.986 204.961 139.94 204.705Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M158.453 198.309C161.367 198.078 162.295 199.663 162.527 202.76C162.759 205.856 161.908 207.52 159.149 207.7C156.391 207.878 155.334 206.368 155.102 203.247C154.87 200.124 155.695 198.486 158.453 198.309ZM159.047 206.138C160.027 206.138 160.259 205.14 160.104 202.914C159.949 200.687 159.563 199.818 158.583 199.869C157.602 199.92 157.37 201.277 157.525 203.092C157.679 204.91 157.834 206.215 159.047 206.138Z" fill="#134395"/><path d="M166.137 198.052L163.843 198.205L164.358 207.11L166.783 206.957L166.345 201.046C166.267 200.049 166.834 199.537 167.53 199.486C168.226 199.433 168.639 199.767 168.639 200.663L169.104 206.803L171.5 206.65L171.011 200.022C171.011 198.282 169.955 197.642 168.432 197.642C167.955 197.647 167.485 197.782 167.08 198.035C166.676 198.289 166.348 198.649 166.137 199.076V198.052Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4801 228.836V229.552C25.4801 230.601 25.9185 231.6 26.8209 231.547C27.7235 231.496 27.9039 230.882 27.9812 229.782L30.1472 229.629C30.2219 230.074 30.1945 230.53 30.0665 230.963C29.9388 231.396 29.7139 231.794 29.4089 232.13C29.1039 232.464 28.7266 232.726 28.3052 232.895C27.884 233.065 27.4293 233.139 26.9756 233.109C23.4689 233.34 23.1336 230.78 22.9789 228.554C22.8243 226.327 23.1336 223.922 26.3825 223.692C29.1931 223.512 29.9666 225.252 30.1729 227.991V228.528L25.4801 228.836ZM27.8524 227.3C27.6976 225.944 27.4655 225.201 26.4599 225.252C25.4543 225.303 25.2739 226.303 25.3511 227.121V227.608L27.8524 227.3Z" fill="#134395"/><path d="M25.8668 220.52L28.2907 220.365L26.7435 222.925H25.0933L25.8668 220.52Z" fill="#134395"/><path d="M33.8344 223.461L31.5137 223.59L32.0552 232.52L34.4791 232.367L34.0407 226.456C33.9633 225.458 34.4791 224.895 35.201 224.869C35.923 224.844 36.3356 225.15 36.3356 226.072L36.7996 232.214L39.1977 232.059L38.7078 225.432C38.7078 223.667 37.6506 223.053 36.1293 223.053C35.6504 223.056 35.182 223.193 34.7767 223.445C34.3714 223.698 34.0451 224.059 33.8344 224.485V223.461Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M43.0398 227.606V228.298C43.0398 229.348 43.4781 230.37 44.3805 230.294C45.2831 230.217 45.4635 229.654 45.5409 228.554L47.7068 228.4C47.7824 228.844 47.7552 229.3 47.6273 229.731C47.4994 230.164 47.2741 230.561 46.9685 230.894C46.663 231.226 46.2851 231.486 45.8635 231.652C45.4419 231.819 44.9878 231.888 44.5353 231.855C41.0285 232.085 40.6932 229.552 40.5386 227.325C40.3839 225.099 40.6932 222.668 43.9422 222.464C46.7527 222.284 47.5264 224.024 47.7327 226.762V227.274L43.0398 227.606ZM45.412 226.072C45.2572 224.716 45.0251 223.973 44.0195 224.024C43.0139 224.075 42.8592 225.048 42.9109 225.893V226.225L45.412 226.072Z" fill="#134395"/><path d="M51.42 222.335L49.0993 222.49L49.6665 231.369L52.0646 231.214L51.6778 225.841C51.659 225.616 51.6891 225.389 51.7662 225.176C51.843 224.962 51.9648 224.768 52.1237 224.607C52.2824 224.444 52.4742 224.317 52.6863 224.235C52.8985 224.152 53.1262 224.115 53.3538 224.126H54.1015L53.9468 221.952H53.5084C53.049 222.006 52.6126 222.182 52.245 222.46C51.8776 222.74 51.5925 223.112 51.42 223.538V222.335Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M62.3011 221.568L62.9457 230.039C63.1005 232.393 62.0949 233.621 59.2843 233.8C57.2215 233.8 56.0096 233.16 55.8808 231.624L58.2013 231.471C58.211 231.606 58.2536 231.738 58.3254 231.855C58.3973 231.97 58.4963 232.067 58.614 232.136C58.8668 232.271 59.1526 232.334 59.439 232.316C60.4189 232.316 60.7282 231.549 60.6509 230.627V229.45C60.4461 229.789 60.1649 230.077 59.8293 230.289C59.4938 230.502 59.1131 230.635 58.717 230.678C56.7832 230.678 55.726 229.629 55.4939 226.353C55.3392 224.281 55.4939 221.799 58.0724 221.619C58.4831 221.586 58.8946 221.672 59.2564 221.868C59.6184 222.064 59.9149 222.36 60.1095 222.72V221.721L62.3011 221.568ZM59.2069 228.861C60.2125 228.861 60.4446 227.735 60.3416 226.302C60.161 224.128 59.8258 223.334 58.8459 223.41C57.8661 223.488 57.6599 224.306 57.8403 226.712C57.9177 227.863 58.2013 228.938 59.2069 228.861Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M66.7878 226.814V226.097L71.4807 225.919V225.407C71.2744 222.668 70.5008 220.928 67.6902 221.107C64.4414 221.313 64.1319 223.743 64.2867 225.97C64.4414 228.195 64.7766 230.729 68.2833 230.498C68.7345 230.528 69.1863 230.454 69.6056 230.286C70.0247 230.118 70.4005 229.86 70.7049 229.527C71.0094 229.196 71.2349 228.8 71.3648 228.37C71.4945 227.94 71.5253 227.488 71.4549 227.045H69.2889C69.2115 228.171 69.0311 228.734 68.1286 228.809C67.2261 228.887 66.7878 227.863 66.7878 226.814ZM67.7676 222.541C68.7732 222.464 69.0053 223.231 69.16 224.587L66.6589 224.742V224.408C66.6074 223.565 66.7619 222.617 67.7676 222.541Z" fill="#134395"/><path d="M69.5984 217.627L67.1746 217.807L66.401 220.187H68.0512L69.5984 217.627Z" fill="#134395"/><path d="M73.1566 218.293L75.5805 218.113L75.7609 220.673H77.1533V222.233H75.7609L76.0962 227.07C76.0962 227.761 76.3281 228.043 77.0244 227.992H77.5659V229.578C77.0478 229.687 76.5219 229.755 75.993 229.783C74.1106 229.911 73.7238 229.399 73.5692 227.582L73.2083 222.464L72.3057 222.49V220.928H73.5176L73.1566 218.293Z" fill="#134395"/><path d="M80.6344 217.217L78.2105 217.372L78.3652 219.343L80.7891 219.163L80.6344 217.217Z" fill="#134395"/><path d="M80.8665 220.263L78.4426 220.416L79.113 229.348L81.5111 229.193L80.8665 220.263Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M88.2409 227.992C88.0523 228.342 87.7746 228.637 87.4353 228.848C87.0961 229.058 86.7071 229.178 86.3071 229.193C84.3217 229.193 83.3161 228.016 83.0581 224.689C82.8004 221.364 83.6254 219.93 85.6366 219.802C86.0659 219.748 86.502 219.815 86.8943 219.996C87.2867 220.177 87.6194 220.465 87.8543 220.826V219.879L90.1491 219.726L91.0258 231.573L88.6019 231.753L88.2409 227.992ZM86.4618 221.517C85.4304 221.517 85.2756 222.592 85.4304 224.512C85.5851 226.429 85.843 227.453 86.9002 227.378C87.9573 227.3 88.112 226.303 87.9573 224.357C87.8026 222.413 87.5448 221.44 86.4618 221.517Z" fill="#134395"/><path d="M96.4782 228.212C96.8834 227.958 97.2099 227.6 97.4206 227.172L97.5495 228.222L99.8702 228.067L99.1997 219.137L96.8016 219.29L97.24 225.227C97.2915 226.225 96.7758 226.763 96.0538 226.788C95.332 226.814 94.9451 226.506 94.9451 225.586L94.4809 219.445L92.0572 219.598L92.5471 226.225C92.5471 227.991 93.6044 228.605 95.1255 228.605C95.6046 228.602 96.0729 228.465 96.4782 228.212Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M103.532 223.667V224.383C103.532 225.431 103.996 226.455 104.898 226.38C105.801 226.302 105.981 225.739 106.033 224.638L108.224 224.485C108.295 224.931 108.264 225.387 108.133 225.818C108.002 226.25 107.774 226.646 107.467 226.979C107.159 227.311 106.78 227.57 106.358 227.736C105.935 227.902 105.48 227.973 105.027 227.94C101.546 228.171 101.211 225.637 101.03 223.41C100.85 221.185 101.185 218.753 104.46 218.549C107.27 218.37 108.044 220.11 108.224 222.847V223.359L103.532 223.667ZM105.904 222.157C105.749 220.801 105.517 220.032 104.537 220.11C103.557 220.187 103.351 221.133 103.428 221.978V222.31L105.904 222.157Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M118.713 226.757C119.073 226.526 119.361 226.2 119.544 225.815L119.699 226.507H122.019L121.143 214.659L118.719 214.813L118.951 218.676C118.711 218.35 118.391 218.092 118.02 217.925C117.649 217.759 117.242 217.692 116.837 217.729C114.825 217.858 114 219.29 114.258 222.617C114.516 225.944 115.522 227.121 117.507 227.121C117.935 227.114 118.353 226.987 118.713 226.757ZM119.183 222.284C119.338 224.23 119.183 225.33 118.126 225.33C117.069 225.381 116.811 224.408 116.656 222.464C116.501 220.52 116.605 219.52 117.688 219.445C118.77 219.367 119.028 220.34 119.183 222.284Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M125.655 222.208V222.924C125.655 223.973 126.119 224.997 126.996 224.92C127.873 224.844 128.105 224.281 128.156 223.18L130.322 223.027C130.398 223.471 130.371 223.925 130.243 224.358C130.115 224.79 129.89 225.188 129.584 225.52C129.278 225.853 128.901 226.113 128.479 226.279C128.057 226.446 127.603 226.515 127.151 226.482C123.644 226.712 123.335 224.179 123.154 221.952C122.974 219.726 123.309 217.295 126.558 217.091C129.394 216.911 130.142 218.651 130.348 221.389V221.901L125.655 222.208ZM128.027 220.697C127.873 219.343 127.641 218.574 126.635 218.651C125.629 218.729 125.475 219.675 125.526 220.52V220.852L128.027 220.697Z" fill="#134395"/><path d="M138.548 213.611L136.124 213.764L137.001 225.611L139.424 225.458L138.548 213.611Z" fill="#134395"/><path d="M140.972 213.432H143.137L143.55 218.754L141.358 218.882L140.972 213.432Z" fill="#134395"/><path d="M147.908 212.971L145.484 213.15L146.335 224.997L148.759 224.818L148.32 218.907C148.243 217.909 148.759 217.397 149.481 217.346C150.203 217.295 150.615 217.628 150.615 218.523L151.079 224.665L153.477 224.512L152.987 217.884C152.987 216.143 151.93 215.529 150.409 215.529C149.959 215.532 149.517 215.652 149.128 215.876C148.739 216.1 148.416 216.423 148.191 216.809L147.908 212.971Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M154.999 218.191V217.986C154.999 215.914 156.288 215.12 158.119 215.018C160.98 214.813 161.625 215.914 161.729 217.577L162.089 222.26C162.071 222.857 162.215 223.448 162.503 223.973L160.182 224.128C160.024 223.837 159.902 223.527 159.821 223.206C159.617 223.636 159.284 223.995 158.87 224.233C158.455 224.47 157.977 224.577 157.5 224.536C157.164 224.579 156.824 224.548 156.502 224.444C156.181 224.34 155.886 224.166 155.64 223.937C155.393 223.707 155.201 223.427 155.077 223.114C154.953 222.801 154.9 222.467 154.921 222.131C154.921 220.469 155.463 219.726 157.087 219.188L158.428 218.753C159.125 218.523 159.357 218.242 159.304 217.654C159.316 217.502 159.293 217.351 159.233 217.211C159.176 217.07 159.085 216.946 158.97 216.846C158.855 216.747 158.718 216.676 158.57 216.638C158.422 216.6 158.267 216.597 158.119 216.63C157.964 216.627 157.811 216.658 157.67 216.722C157.53 216.786 157.405 216.88 157.306 216.999C157.206 217.116 157.135 217.254 157.098 217.404C157.06 217.552 157.056 217.708 157.087 217.858V218.115L154.999 218.191ZM159.536 219.624C159.237 219.861 158.896 220.042 158.531 220.161C157.577 220.418 157.216 220.877 157.268 221.67C157.319 222.464 157.628 222.898 158.274 222.874C158.465 222.87 158.652 222.829 158.827 222.752C159.001 222.675 159.158 222.564 159.288 222.426C159.418 222.286 159.518 222.123 159.582 221.945C159.648 221.768 159.676 221.578 159.666 221.389L159.536 219.624Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M165.803 211.794L163.378 211.973L164.152 223.769L166.447 223.641V222.694C166.679 223.06 167.01 223.353 167.403 223.539C167.795 223.723 168.233 223.795 168.664 223.743C170.676 223.616 171.5 222.182 171.244 218.855C170.985 215.529 169.979 214.352 167.994 214.352C167.592 214.363 167.202 214.48 166.862 214.691C166.521 214.903 166.244 215.201 166.06 215.555L165.803 211.794ZM168.871 219.009C169.026 220.954 168.871 222.029 167.839 222.029C166.756 222.105 166.499 221.134 166.345 219.188C166.19 217.244 166.345 216.246 167.401 216.169C168.458 216.092 168.717 217.064 168.871 219.009Z" fill="#134395"/><path d="M172.559 211.231L174.982 211.051L175.11 213.022L172.713 213.175L172.559 211.231Z" fill="#134395"/><path d="M172.791 214.276L175.188 214.121L175.859 223.027L173.434 223.206L172.791 214.276Z" fill="#134395"/><path d="M180.011 211.231L177.586 211.384L177.741 213.994H176.529V215.555H177.767L178.128 220.673C178.258 222.464 178.669 223.002 180.552 222.874C181.079 222.834 181.604 222.765 182.124 222.668V221.083H181.583C180.886 221.134 180.654 220.877 180.654 220.161L180.32 215.351H181.713L181.583 213.789H180.19L180.011 211.231Z" fill="#134395"/><path fill-rule="evenodd" clip-rule="evenodd" d="M182.975 216.348V216.143C182.821 214.07 184.264 213.277 186.095 213.175C188.957 212.971 189.576 214.07 189.705 215.734L190.04 220.416C190.045 221.015 190.197 221.603 190.478 222.131L188.159 222.284C187.989 221.998 187.868 221.688 187.797 221.364C187.598 221.792 187.272 222.149 186.86 222.388C186.45 222.625 185.976 222.732 185.502 222.694C185.168 222.727 184.832 222.689 184.514 222.582C184.197 222.475 183.905 222.302 183.662 222.074C183.417 221.846 183.226 221.568 183.097 221.26C182.97 220.953 182.911 220.622 182.924 220.289C182.924 218.625 183.466 217.884 185.115 217.346L186.457 216.911C187.153 216.681 187.385 216.399 187.333 215.81C187.344 215.657 187.319 215.501 187.26 215.357C187.201 215.214 187.109 215.087 186.992 214.985C186.873 214.883 186.733 214.811 186.584 214.771C186.432 214.734 186.274 214.729 186.121 214.762C185.965 214.763 185.812 214.798 185.672 214.864C185.53 214.931 185.407 215.028 185.308 215.147C185.209 215.267 185.138 215.407 185.1 215.557C185.063 215.708 185.059 215.864 185.089 216.016V216.271L182.975 216.348ZM187.514 217.781C187.216 218.016 186.873 218.19 186.508 218.292C185.528 218.574 185.193 219.035 185.244 219.828C185.296 220.622 185.606 221.056 186.249 221.032C186.44 221.028 186.63 220.987 186.803 220.91C186.977 220.832 187.135 220.72 187.265 220.582C187.395 220.444 187.496 220.281 187.56 220.103C187.626 219.925 187.654 219.736 187.642 219.547L187.514 217.781Z" fill="#134395"/><path d="M194.32 210.284L191.897 210.437L191.924 213.046H190.711V214.608H191.948L192.309 219.726C192.439 221.517 192.85 221.927 194.734 221.927C195.26 221.884 195.785 221.817 196.306 221.721V220.134H195.764C195.069 220.187 194.837 219.93 194.837 219.239L194.475 214.403H195.894V212.842H194.502L194.32 210.284Z" fill="#134395"/></svg> 
                    </td>
                </tr>
        
                <tr>
                    <td>
                        edenred
                        <code>[[svg_include:svg/labels/edenred.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Edenred" width="400" height="250" fill="none" viewBox="0 0 400 250" class="label-edenred"><path fill="#D52B1E" d="M118.6 9c-20.4 1.2-40 7.6-57.2 18.7C54.5 32.4 48.9 36.8 43 43c-9.4 9-16.3 18.6-22 30.1-1.5 2.9-3.7 7.6-3.7 7.8 0 0 9.3.3 20.6.3 20.4 0 20.4 0 20.4.3 0 .5-.5 3.4-1 6.9-.5 3.4-1 6.3-1 6.3 0 .3-5.1.3-16.2.3H23.9v15h14.7c11.8 0 14.7 0 14.7.3-.3.3-.7 3.2-1.2 6.6l-1.2 6.3h-27v5.1c0 6.3.3 7.6 1.9 9.3 1.7 1.7 1.5 1.7 17.9 1.7 9.1 0 14.2.3 14.2.3 0 .3-.5 3.2-1 6.9-.7 3.7-1.2 6.6-1.2 6.6 0 .3-7.6.3-16.9.3-15-.3-17.5-.3-18.9-.5-4.1-1.2-7.6-4-9.3-7.6l-.3-1.2v1.2c.5 2.9 1.7 8.6 3.2 13.8 6.9 22.3 20.6 42.5 39.2 57.4 16.2 12.8 36.3 21.3 57 23.8 7.1 1 17.6 1.2 24.1.7 24.8-2.2 46.6-11 65.8-26.7 3.7-3.2 11.8-11.3 14.7-15 11.3-13.5 18.9-28.5 23.3-44.9l.3-1h15.7v-16.7l.3-16.9.5-1.5c1.2-3.4 3.2-5.1 6.9-5.6 1.7-.5 5.1-.3 6.9.5.5.3 1.2.3 1.2.3.3-.3 2.9-13.2 2.7-13.5 0 0-1.5-.3-3.4-.5-2.9-.5-4.1-.5-7.6-.5-7.8.3-13.1 2.2-17.2 6.2-2.7 2.7-4 5.4-5.1 9.6l-.5 2.2v-1.9c-1.7-15.7-5.4-28.7-11.8-42-5.4-11.3-12.3-21.1-21.1-30.2-16-16.4-35.6-27-57.7-31.7-9.2-2-20.1-2.7-29.1-2.2Zm1 95.9c0 25.7 0 25-1.5 30-2.5 8.4-8.6 14.7-16.9 17.6-6.6 1.9-15.4 2.2-21.9.3-10.6-2.9-18.2-11.6-19.7-22.3-.5-4.1 0-9.8 1.2-13.8 2.9-8.8 9.6-14.7 18.9-17.2 3.4-.7 10.1-1 13.2-.3 4.1.7 7.8 2.5 10.1 4.7l1 1V81.1h15.7l-.1 23.8Zm40.5-5.6c5.9 1 10.3 2.9 14 6.9 5.4 4.9 8.4 12.8 8.4 21.6v2.7H142l.3.7c1 4.9 5.4 8.8 11.3 10.6 1.7.5 2.5.5 5.6.5 3.4 0 4.1 0 6.3-.5 1.2-.5 3.2-1 4.4-1.5 1-.5 1.9-1 1.9-1 .3.3-1.2 12.3-1.2 12.5 0 0-4 1.2-5.6 1.5-4.7 1-12.5 1.2-16.9.3-14.7-2.7-23.3-13.1-23.3-27.8 0-4.7 1-8.6 2.9-12.5 1.9-4.1 4.9-7.4 8.8-9.8 3.2-2.2 6.9-3.7 11-4.4 3-.5 9.4-.5 12.6.2Zm60.1.3c5.6 1.2 9.3 3.2 12.8 6.6 1.9 2.2 3.4 5.1 4.4 8.4.5 1.9.5 2.2.7 20.4v18.4h-15.7v-16.2c0-15.4-.3-16.2-.5-17.6-1.5-4.9-4.7-7.1-9.8-7.1-5.9 0-9.1 2.5-10.3 8.4-.3.7-.3 6.9-.5 16.9v15.7h-15.7l.3-18.2c0-16.2 0-18.2.5-19.8 1.9-8.1 7.6-13.5 16.2-15.4 3.7-1 4.7-1 10.3-1 3.9-.1 5.6-.1 7.3.5Zm-133 12.9c-4.7.7-8.1 3.2-9.8 6.9-3.2 6.9-1.2 15 4.4 18.9 5.1 3.7 13.8 2.9 18.2-1.5 1.7-1.7 2.9-4 3.7-6.6.3-1.7.3-5.6 0-7.6-1.2-4.9-4.7-8.6-9.6-9.8-1.7-.5-5.2-.7-6.9-.3Zm63-2.5c-3.7 1-6.6 4-7.8 7.6-.3.5-.7 1.5-.7 1.7v.5h11.8c6.6 0 12 0 12-.3 0 0 0-.7-.3-1.5-1-4.1-4-6.9-7.8-8.1-1.7 0-5.4 0-7.2.1Zm223.7-17.3c0 6.6 0 11.8-.3 11.8l-.5-.5c-1-.7-3.7-2.5-5.9-3.4-2.9-1.2-6.2-1.7-9.8-1.7-15.3 0-26 8.8-28 23.1-.3 3.2 0 8.8.5 11.3 2.7 10.6 10.6 17.9 21.9 20.4 3.4.7 10.8.7 14.7 0 6.3-1.2 11-3.7 15-7.8 4-4 6.2-8.6 7.4-15.4.5-1.7.5-4.9.7-25.5V81.1h-15.7v11.6Zm-10.1 20.1c3.7 1 6.6 3.4 8.4 6.6 1 1.9 1.5 4.1 1.5 7.1 0 4.1-1.2 7.6-4 10.3-2.5 2.5-5.1 3.7-9.3 4-8.6.5-14.7-5.6-14.7-14.2 0-2.9.5-4.9 1.5-7.1 1.9-3.7 5.6-6.3 10.1-7.1 1.1-.3 5.3.1 6.5.4ZM292.9 99c-12.8 2.2-21.1 10.6-22.8 23.1-1 7.3 1 15.7 5.1 21.1 4 5.4 10.3 9.1 17.9 10.3 6.3 1.2 16.2.5 21.3-1.5l1.2-.5.5-4.9c.3-2.7.7-5.6.7-6.2l.3-1.2-2.2 1c-4.7 1.8-10.1 2.7-14.2 1.9-6.9-1-11.8-4.9-13.2-10.3-.3-.5-.5-1.2-.5-1.2 0-.3 9.1-.3 20.1-.3 20.1 0 20.1 0 20.4-.5.3-1-.3-6.9-1-9.3-2.5-12.3-10.1-19.7-22.1-21.6-2.9-.1-9.1-.3-11.5.1Zm10.1 11.3c1.9.5 3.2 1.5 4.7 2.9 1.5 1.5 1.9 2.5 2.5 4.4.7 2.5 2.2 2.2-11.6 2.2h-12l.3-1c1.2-4 5.1-7.8 8.8-8.8 1.6-.4 5.5-.1 7.3.3Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        faitmaison1
                        <code>[[svg_include:svg/labels/faitmaison1.svg]]</code>
                    </td>
                    <td>
                        <svg width="251" height="250" viewBox="0 0 251 250" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M125.311 241.181C189.5 241.181 241.536 189.145 241.536 124.956C241.536 60.766 189.5 8.72998 125.311 8.72998C61.1208 8.72998 9.08478 60.766 9.08478 124.956C9.08478 189.145 61.1208 241.181 125.311 241.181Z" fill="white"/>
<path d="M62.7056 198.765H68.9666V201.323H62.7056V206.261H59.531V192.681H69.7602V195.238H62.6174V198.854L62.7056 198.765ZM78.7549 192.593L84.8396 206.173H81.5768L80.3422 203.263H74.0812L72.8467 206.173H69.5839L75.5803 192.593H78.6668H78.7549ZM79.284 200.882L77.1676 195.679L75.0512 200.882H79.3722H79.284ZM86.2505 206.173H89.4251V192.593H86.2505V206.173ZM91.0124 195.15H95.3334V206.173H98.508V195.15H102.829V192.593H91.0124V195.15ZM117.732 201.058L112.617 192.593H110.06V206.173H112.97V198.148L116.938 204.674H118.349L122.318 198.06V206.173H125.316V192.593H122.67L117.644 201.058H117.732ZM135.986 192.593L142.071 206.173H138.808L137.573 203.263H131.312L130.078 206.173H126.815L132.811 192.593H135.898H135.986ZM136.515 200.882L134.399 195.679L132.282 200.882H136.603H136.515ZM143.482 206.173H146.656V192.593H143.482V206.173ZM158.473 199.383C158.032 199.118 157.503 198.854 156.974 198.677C156.445 198.501 155.827 198.325 155.298 198.236C154.769 198.148 154.24 197.972 153.711 197.884C153.27 197.795 152.829 197.619 152.564 197.355C152.3 197.178 152.124 196.825 152.124 196.473C152.124 196.12 152.124 195.944 152.388 195.679C152.564 195.415 152.829 195.238 153.182 195.15C153.534 194.974 154.064 194.974 154.681 194.974C155.298 194.974 155.915 194.974 156.533 195.238C157.15 195.503 157.767 195.679 158.385 196.032L159.355 193.651C158.737 193.298 158.032 192.945 157.15 192.769C156.356 192.593 155.475 192.416 154.593 192.416C153.27 192.416 152.212 192.593 151.418 192.945C150.624 193.298 149.919 193.827 149.566 194.444C149.125 195.062 148.949 195.767 148.949 196.561C148.949 197.355 149.125 197.884 149.39 198.325C149.654 198.765 150.007 199.206 150.536 199.471C150.977 199.736 151.506 200 152.124 200.176C152.653 200.353 153.27 200.529 153.799 200.617C154.328 200.706 154.857 200.882 155.298 200.97C155.739 201.146 156.18 201.323 156.445 201.499C156.709 201.676 156.885 202.028 156.885 202.381C156.885 202.734 156.797 202.91 156.621 203.086C156.445 203.263 156.18 203.439 155.739 203.616C155.386 203.704 154.857 203.792 154.24 203.792C153.623 203.792 152.653 203.616 151.771 203.351C150.977 203.086 150.272 202.734 149.743 202.293L148.684 204.674C149.302 205.115 150.095 205.556 151.065 205.82C152.035 206.085 153.094 206.261 154.24 206.261C155.386 206.261 156.621 206.085 157.415 205.644C158.296 205.291 158.914 204.762 159.355 204.145C159.796 203.527 159.972 202.822 159.972 202.028C159.972 201.235 159.796 200.706 159.531 200.265C159.266 199.824 158.825 199.383 158.385 199.118L158.473 199.383ZM175.669 196.649C176.021 197.531 176.198 198.413 176.198 199.471C176.198 200.529 176.021 201.411 175.669 202.293C175.316 203.175 174.787 203.88 174.081 204.497C173.376 205.115 172.582 205.644 171.7 205.997C170.818 206.349 169.848 206.526 168.79 206.526C167.732 206.526 166.762 206.349 165.792 205.997C164.91 205.644 164.116 205.115 163.411 204.497C162.706 203.88 162.176 203.086 161.824 202.293C161.471 201.499 161.295 200.529 161.295 199.471C161.295 198.413 161.471 197.531 161.824 196.649C162.176 195.767 162.706 195.062 163.411 194.444C164.116 193.827 164.91 193.298 165.792 192.945C166.674 192.593 167.644 192.416 168.79 192.416C169.937 192.416 170.818 192.593 171.788 192.945C172.758 193.298 173.464 193.739 174.169 194.444C174.875 195.15 175.404 195.855 175.757 196.649H175.669ZM173.023 199.383C173.023 198.765 172.935 198.148 172.67 197.619C172.494 197.09 172.141 196.649 171.788 196.208C171.436 195.855 170.995 195.503 170.466 195.326C169.937 195.15 169.408 194.974 168.79 194.974C168.173 194.974 167.644 195.062 167.115 195.326C166.586 195.503 166.145 195.855 165.792 196.208C165.439 196.561 165.087 197.09 164.91 197.619C164.734 198.148 164.557 198.765 164.557 199.383C164.557 200 164.646 200.617 164.91 201.146C165.175 201.676 165.439 202.116 165.792 202.557C166.145 202.91 166.586 203.263 167.115 203.439C167.644 203.616 168.173 203.792 168.79 203.792C169.408 203.792 169.937 203.704 170.466 203.439C170.995 203.263 171.436 202.91 171.788 202.557C172.141 202.205 172.494 201.676 172.67 201.146C172.847 200.617 173.023 200 173.023 199.383ZM187.926 192.593V200.794L181.136 192.593H178.579V206.173H181.665V197.972L188.455 206.173H191.012V192.593H187.926ZM82.8996 142.064H29.6368V132.804H176.198V179.982H82.9877V142.064H82.8996ZM92.0706 169.753H165.88V142.064H92.0706V169.753ZM187.75 120.547H71.5239L129.46 52.5574L152.564 79.8061V58.0247H167.908V96.9136H167.556L187.75 120.547ZM166.85 111.288L129.637 67.8131L92.4234 111.288H166.85Z" fill="#293945"/>
</svg>

                    </td>
                </tr>
        
                <tr>
                    <td>
                        faitmaison2
                        <code>[[svg_include:svg/labels/faitmaison2.svg]]</code>
                    </td>
                    <td>
                        <svg width="251" height="250" viewBox="0 0 251 250" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M125.311 241.181C189.5 241.181 241.536 189.145 241.536 124.956C241.536 60.766 189.5 8.72995 125.31 8.72996C61.1208 8.72997 9.08473 60.766 9.08474 124.956C9.08475 189.145 61.1208 241.181 125.311 241.181Z" fill="#293945"/>
<path d="M62.7055 198.765H68.9665V201.323H62.7055V206.261H59.5309V192.681H69.7602V195.238H62.6173V198.854L62.7055 198.765ZM78.7549 192.593L84.8395 206.173H81.5768L80.3422 203.263H74.0812L72.8466 206.173H69.5838L75.5803 192.593H78.6667H78.7549ZM79.284 200.882L77.1676 195.679L75.0512 200.882H79.3722H79.284ZM86.2505 206.173H89.4251V192.593H86.2505V206.173ZM91.0124 195.15H95.3334V206.173H98.508V195.15H102.829V192.593H91.0124V195.15ZM117.732 201.058L112.617 192.593H110.06V206.173H112.97V198.148L116.938 204.674H118.349L122.317 198.06V206.173H125.316V192.593H122.67L117.644 201.058H117.732ZM135.986 192.593L142.071 206.173H138.808L137.573 203.263H131.312L130.078 206.173H126.815L132.811 192.593H135.898H135.986ZM136.515 200.882L134.399 195.679L132.282 200.882H136.603H136.515ZM143.482 206.173H146.656V192.593H143.482V206.173ZM158.473 199.383C158.032 199.118 157.503 198.854 156.974 198.677C156.444 198.501 155.827 198.325 155.298 198.236C154.769 198.148 154.24 197.972 153.711 197.884C153.27 197.795 152.829 197.619 152.564 197.355C152.3 197.178 152.123 196.825 152.123 196.473C152.123 196.12 152.123 195.944 152.388 195.679C152.564 195.415 152.829 195.238 153.182 195.15C153.534 194.974 154.064 194.974 154.681 194.974C155.298 194.974 155.915 194.974 156.533 195.238C157.15 195.503 157.767 195.679 158.385 196.032L159.355 193.651C158.737 193.298 158.032 192.945 157.15 192.769C156.356 192.593 155.474 192.416 154.593 192.416C153.27 192.416 152.212 192.593 151.418 192.945C150.624 193.298 149.919 193.827 149.566 194.444C149.125 195.062 148.949 195.767 148.949 196.561C148.949 197.355 149.125 197.884 149.39 198.325C149.654 198.765 150.007 199.206 150.536 199.471C150.977 199.736 151.506 200 152.123 200.176C152.653 200.353 153.27 200.529 153.799 200.617C154.328 200.706 154.857 200.882 155.298 200.97C155.739 201.146 156.18 201.323 156.444 201.499C156.709 201.676 156.885 202.028 156.885 202.381C156.885 202.734 156.797 202.91 156.621 203.086C156.444 203.263 156.18 203.439 155.739 203.616C155.386 203.704 154.857 203.792 154.24 203.792C153.623 203.792 152.653 203.616 151.771 203.351C150.977 203.086 150.272 202.734 149.743 202.293L148.684 204.674C149.302 205.115 150.095 205.556 151.065 205.82C152.035 206.085 153.094 206.261 154.24 206.261C155.386 206.261 156.621 206.085 157.415 205.644C158.296 205.291 158.914 204.762 159.355 204.145C159.795 203.527 159.972 202.822 159.972 202.028C159.972 201.235 159.795 200.706 159.531 200.265C159.266 199.824 158.825 199.383 158.385 199.118L158.473 199.383ZM175.668 196.649C176.021 197.531 176.198 198.413 176.198 199.471C176.198 200.529 176.021 201.411 175.668 202.293C175.316 203.175 174.787 203.88 174.081 204.497C173.376 205.115 172.582 205.644 171.7 205.997C170.818 206.349 169.848 206.526 168.79 206.526C167.732 206.526 166.762 206.349 165.792 205.997C164.91 205.644 164.116 205.115 163.411 204.497C162.705 203.88 162.176 203.086 161.824 202.293C161.471 201.499 161.295 200.529 161.295 199.471C161.295 198.413 161.471 197.531 161.824 196.649C162.176 195.767 162.705 195.062 163.411 194.444C164.116 193.827 164.91 193.298 165.792 192.945C166.674 192.593 167.644 192.416 168.79 192.416C169.937 192.416 170.818 192.593 171.788 192.945C172.758 193.298 173.464 193.739 174.169 194.444C174.875 195.15 175.404 195.855 175.757 196.649H175.668ZM173.023 199.383C173.023 198.765 172.935 198.148 172.67 197.619C172.494 197.09 172.141 196.649 171.788 196.208C171.436 195.855 170.995 195.503 170.466 195.326C169.937 195.15 169.407 194.974 168.79 194.974C168.173 194.974 167.644 195.062 167.115 195.326C166.586 195.503 166.145 195.855 165.792 196.208C165.439 196.561 165.086 197.09 164.91 197.619C164.734 198.148 164.557 198.765 164.557 199.383C164.557 200 164.646 200.617 164.91 201.146C165.175 201.676 165.439 202.116 165.792 202.557C166.145 202.91 166.586 203.263 167.115 203.439C167.644 203.616 168.173 203.792 168.79 203.792C169.407 203.792 169.937 203.704 170.466 203.439C170.995 203.263 171.436 202.91 171.788 202.557C172.141 202.205 172.494 201.676 172.67 201.146C172.847 200.617 173.023 200 173.023 199.383ZM187.926 192.593V200.794L181.136 192.593H178.579V206.173H181.665V197.972L188.455 206.173H191.012V192.593H187.926ZM82.8995 142.064H29.6367V132.804H176.198V179.982H82.9877V142.064H82.8995ZM92.0706 169.753H165.88V142.064H92.0706V169.753ZM187.75 120.547H71.5238L129.46 52.5574L152.564 79.8061V58.0247H167.908V96.9136H167.556L187.75 120.547ZM166.85 111.288L129.637 67.8131L92.4233 111.288H166.85Z" fill="white"/>
</svg>

                    </td>
                </tr>
        
                <tr>
                    <td>
                        fsc
                        <code>[[svg_include:svg/labels/fsc.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo FSC" width="208" height="250" fill="none" viewBox="0 0 208 250" class="label-fsc"><path fill="#285C4D" d="M121.788 9c-44.694 0-61.92 65.853-76.8 122.739-.78 2.977-1.552 5.929-2.321 8.846-5.579-5.642-22.792-22.767-22.828-22.731-3.46-3.422-7.433-2.319-9.873.064a6.984 6.984 0 0 0 0 9.711c.113.102 16.398 16.301 26.4 26.251l4.946 4.919c2.211 2.134 5.4 3.408 8.56 1.544 2.849-1.726 3.592-4.626 3.795-5.421.034-.133.053-.207.064-.207C81.24 31.938 105.794 22.788 121.724 22.788c13.404 0 28.848 9.882 28.848 29.64 19.975 0 32.523 26.181 16.408 42.31 13.341 6.404 19.261 14.358 19.261 24.361a20.606 20.606 0 0 1-6.198 14.333 20.72 20.72 0 0 1-14.489 5.901c-6.472 0-11.255-2.208-15.74-4.278-3.96-1.827-7.687-3.548-12.139-3.548a6.848 6.848 0 0 0-4.904 1.988 6.81 6.81 0 0 0-2.009 4.885v24.787h-17.884v-24.688c0-3.877-2.897-6.915-6.421-6.915-.076 0-1.541 0-1.498.078l-23.998 2.974c-2.903.413-5.564 3.557-5.564 6.802 0 3.806 3.103 6.936 7.362 6.894.398.034.8.013 1.191-.064l15.195-1.943v24.46c0 3.117 3.517 6.126 6.677 6.134h31.881a7.09 7.09 0 0 0 4.873-2.077 7.047 7.047 0 0 0 2.061-4.867v-22.34c6.678 4.076 15.944 5.648 20.688 5.648 17.878 0 34.956-14.029 34.87-34.584-.071-18.676-14.36-27.968-14.36-27.968 8.368-22.297-5.186-43.825-22.764-49.816C156.708 17.907 137.011 9 121.788 9Zm-3.004 209.49c-10.615-5.03-17.078-8.509-17.078-14.279 0-6.858 8.39-10.978 22.422-10.978 3.647.009 7.284.381 10.857 1.11 2.276.441 3.924.776 4.109 2.91l.642 6.716a1.96 1.96 0 0 1-.463 1.644c-.628.74-1.762.882-3.567.882h-.785l-.185-.747c-.992-3.927-3.153-8.438-11.236-8.438-6.228 0-10.551 2.227-10.551 5.692 0 3.453 4.146 5.422 11.038 8.697l.069.032 4.594 2.227c10.13 5.045 14.831 9.57 14.831 14.294 0 6.495-7.233 13.048-23.405 13.048a91.38 91.38 0 0 1-13.954-1.423c-3.032-.59-3.703-.889-4.202-2.789l-1.855-7.748c-.264-.982-.506-1.913.157-2.746.664-.832 1.848-.897 3.353-.897h.714l.228.655c2.768 7.549 7.769 10.907 16.236 10.907 5.465 0 11.307-1.921 11.307-7.328 0-3.337-4.844-7.499-13.276-11.441Zm29.491-.69c0 11.661 10.166 23.479 29.584 23.479 9.795 0 15.324-2.234 19.433-4.412l1.12-.604-1.812-1.985.1.1a1.432 1.432 0 0 0-1.427-.712l-.949.32c-1.469.712-5.964 2.768-14.125 2.768-10.051 0-20.873-6.539-20.873-20.931 0-13.696 11.728-18.548 21.751-18.548 7.212 0 11.05 2.575 11.749 7.883l.092.868h.907c.848 0 3.132 0 3.132-1.701v-7.982c0-1.929-2.206-2.235-3.193-2.372l-.032-.005-.935-.12a65.522 65.522 0 0 0-10.372-.591c-19.782-.021-34.15 10.316-34.15 24.545Zm-90.741-23.855 17.535-.128 11.064-.064c2.454 0 3.788 0 4.166 1.131a107.824 107.824 0 0 0 2.98 7.081l.145.318c.57 1.174.713 1.53.713 1.886 0 1.423-1.698 1.423-2.261 1.423-.954 0-1.615-.535-2.766-1.466l-.088-.071a61.79 61.79 0 0 0-7.233-5.137 10.099 10.099 0 0 0-5.344-1.316c-2.225 0-9.68.263-12.74.391l-.011.001c-.802.042-1.509.08-1.509 3.855v13.952H66.9c5.35 0 8.66-.982 9.089-2.696.977-4.483 1.334-5.45 2.853-5.45.92 0 2.625 0 2.625 1.423v9.519a51 51 0 0 0 .272 5.222l.15 2.298c0 .456-.207 1.487-2.098 1.487-.899 0-1.976-.163-2.282-1.501-1.15-6.197-2.055-6.403-10.088-6.403h-5.236v5.564c0 2.845.121 6.936.278 9.96v.003c.043.931.084 1.826 6.335 1.826 2.632 0 4.216.135 4.216 2.063 0 1.686-1.177 1.836-2.532 1.836h-.386l-.1-.004-.072-.002c-.858-.03-3.358-.116-12.982-.116-9.738 0-11.742.086-12.456.122h-.406c-1.684 0-1.684-1.331-1.684-1.836 0-1.722 1.056-2.063 2.79-2.063 6.227 0 6.284-.897 6.327-1.843a217 217 0 0 0 .257-9.96v-15.51l-.107-7.186-.05-1.701c-.079-2.682-.328-3.273-7.384-3.273a1.77 1.77 0 0 1-.799-.108 1.772 1.772 0 0 1-1.073-1.145 1.774 1.774 0 0 1-.054-.802 1.721 1.721 0 0 1 1.777-1.822l1.776.043 11.678.199Z"/><path fill="#285C4D" fill-rule="evenodd" d="m191.97 22.902 2.097 3.906.136.192h-2.618l-.036-.071-1.741-3.316-.414-.782c-.627-1.117-.855-1.174-.898-1.174h-1.313V27h-2.268V14.016h4.151a4.692 4.692 0 0 1 2.283.448c.519.312.939.763 1.213 1.302.3.552.454 1.172.449 1.8a4.081 4.081 0 0 1-.62 2.134 3.948 3.948 0 0 1-1.712 1.48 5.755 5.755 0 0 1 1.291 1.722Zm-4.972-7.222v4.312h1.391a2.199 2.199 0 0 0 1.847-.747 2.677 2.677 0 0 0 .528-1.6 2.12 2.12 0 0 0-.214-.968 1.983 1.983 0 0 0-.627-.712 2.684 2.684 0 0 0-1.427-.284h-1.498Z" clip-rule="evenodd"/><path fill="#285C4D" fill-rule="evenodd" d="M188.924 31.916a11.505 11.505 0 0 1-5.657-1.472 11.518 11.518 0 0 1-4.247-4.203 11.486 11.486 0 0 1-1.567-5.758 11.354 11.354 0 0 1 1.526-5.734 11.001 11.001 0 0 1 4.224-4.19 11.435 11.435 0 0 1 11.413 0 11.1 11.1 0 0 1 4.224 4.19 11.357 11.357 0 0 1 1.533 5.734 11.474 11.474 0 0 1-1.568 5.76 11.51 11.51 0 0 1-4.253 4.2 11.552 11.552 0 0 1-5.628 1.473Zm0-1.743a9.68 9.68 0 0 0 4.801-1.245 9.49 9.49 0 0 0 3.567-3.514 9.359 9.359 0 0 0 1.341-4.93 9.66 9.66 0 0 0-1.299-4.867 9.363 9.363 0 0 0-3.567-3.558 9.74 9.74 0 0 0-9.709 0 9.427 9.427 0 0 0-3.566 3.558 9.635 9.635 0 0 0-1.27 4.866 9.56 9.56 0 0 0 1.341 4.93 9.466 9.466 0 0 0 3.567 3.515 9.7 9.7 0 0 0 4.794 1.245Z" clip-rule="evenodd"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        garantiedecennale
                        <code>[[svg_include:svg/labels/garantiedecennale.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Garantie décennale" width="251" height="250" fill="none" viewBox="0 0 251 250" class="label-garantie-decennale"><path fill="#164A99" d="M125.044 203.527c43.345 0 78.483-35.138 78.483-78.483 0-43.345-35.138-78.483-78.483-78.483-43.345 0-78.483 35.138-78.483 78.483 0 43.345 35.138 78.483 78.483 78.483Z"/><path fill="#164A99" d="M125.044 241.182c-64.021 0-116.226-52.029-116.226-116.138 0-64.11 52.117-116.226 116.226-116.226 64.109 0 116.226 52.117 116.226 116.226 0 64.109-52.205 116.138-116.226 116.138Zm0-228.572C63.051 12.61 12.61 63.051 12.61 125.044c0 61.993 50.441 112.434 112.434 112.434 61.993 0 112.434-50.441 112.434-112.434 0-61.993-50.441-112.434-112.434-112.434Z"/><path fill="#164A99" d="m221.87 130.688-.353 7.055-9.171-.53c-.265-.97-.441-1.94-.529-2.998-.089-1.058-.177-2.204-.089-3.439.089-1.675.53-3.263 1.323-4.409.794-1.146 1.852-2.117 3.263-2.557 1.411-.53 3.086-.794 5.026-.706 1.852.088 3.44.529 4.762 1.323 1.323.794 2.293 1.94 2.999 3.351.705 1.411.97 3.174.881 5.026-.088.97-.176 1.852-.441 2.734-.264.97-.529 1.675-.97 2.469l-2.998-1.411c.265-.441.529-1.146.794-1.852.264-.705.353-1.411.353-2.204.088-1.058-.089-2.028-.53-2.822-.44-.882-1.146-1.499-2.028-2.028a8.384 8.384 0 0 0-3.174-.882c-1.147-.088-2.205 0-3.087.264-.97.265-1.587.794-2.204 1.323a4.732 4.732 0 0 0-.97 2.557v1.323c0 .353.088.794.088 1.058l3.704.177.176-3.351 3.175.529Zm-18.784 33.333 4.41.441 2.557-5.908-3.351-2.822 1.587-3.704 13.845 12.875-1.852 4.233-18.783-1.323 1.587-3.792Zm7.584.97 4.321.441c.265 0 .706.088 1.147.088.441.089.881.089 1.322.177.441.088.882.088 1.235.176-.265-.176-.529-.441-.97-.794-.353-.264-.794-.705-1.146-.97a6.278 6.278 0 0 1-.794-.705l-3.263-2.822-1.852 4.409Zm-8.906 31.394c-1.147 1.146-2.205 2.028-3.175 2.469-.97.441-2.028.705-2.822.441-.97-.177-1.852-.706-2.645-1.5-.529-.529-.97-1.146-1.235-1.851-.176-.706-.264-1.235-.264-1.94 0-.706.176-1.235.352-1.94l-9.171-1.5 2.822-3.086 7.848 1.587 1.323-1.411-4.938-4.673 2.557-2.734 12.875 12.081-3.527 4.057Zm-2.029-2.293.794-.882-3.439-3.263-.882.882c-.882.882-1.323 1.675-1.323 2.381 0 .705.177 1.323.794 1.852.529.529 1.235.793 1.94.529.529-.088 1.323-.706 2.116-1.499Zm-39.329 10.67 3.086 3.175 5.732-2.999-.794-4.321 3.616-1.851 2.469 18.694-4.056 2.117-13.669-12.963 3.616-1.852Zm5.291 5.556 3.086 3.086.794.794.97.97c.264.352.529.705.882.881-.089-.264-.177-.793-.265-1.234-.088-.441-.176-.97-.264-1.411-.089-.441-.089-.794-.177-.97l-.794-4.321-4.232 2.205Zm-39.418 2.116 4.762-.441 9.082 12.522h.089c-.089-.529-.177-1.146-.265-1.587-.088-.529-.176-1.147-.264-1.676-.089-.529-.177-1.146-.265-1.675l-.882-8.289 3.351-.353 1.852 17.637-4.674.44-9.083-12.433h-.088c.088.529.177 1.058.177 1.587 0 .529.176 1.058.176 1.587.088.529.176 1.058.176 1.587l.882 8.29-3.351.352-1.675-17.548Zm-24.339-3.439 3.616.97-3.528 14.109 4.674 1.146-.794 3.087-12.963-3.263.794-3.086 4.674 1.146 3.527-14.109Zm-19.4-7.849-8.995 15.256-3.263-1.94 8.995-15.256 3.263 1.94Zm-24.603-20.282 6.966 7.408-12.787 12.081-6.966-7.408 2.205-2.116 4.409 4.674 2.822-2.646-4.057-4.409 2.205-2.116 4.056 4.409 3.351-3.175-4.41-4.674 2.206-2.028Zm-29.895-61.375.353-7.055 9.171.441c.265.97.441 1.94.53 2.998.087 1.058.176 2.205.087 3.439-.088 1.676-.529 3.263-1.322 4.409-.794 1.147-1.852 2.117-3.263 2.558-1.411.529-3.086.793-5.027.705-1.851-.088-3.439-.529-4.762-1.323-1.322-.793-2.292-1.94-2.998-3.351-.705-1.41-.97-3.174-.881-5.026.088-.97.176-1.852.44-2.734.265-.882.53-1.675.97-2.469l2.999 1.411c-.265.529-.53 1.146-.794 1.852-.176.705-.353 1.411-.353 2.205-.088 1.058.088 2.028.53 2.821.44.882 1.146 1.5 2.028 2.029.881.441 1.94.793 3.174.881 1.146.089 2.205 0 3.087-.264.881-.265 1.587-.794 2.204-1.323.53-.705.882-1.499.882-2.557v-1.323c0-.353-.088-.794-.088-1.058l-3.704-.176-.176 3.351-3.087-.441Zm18.783-33.334-4.409-.44-2.557 5.907 3.35 2.822-1.586 3.704-13.757-12.875 1.852-4.233L48.5 82.451l-1.676 3.704Zm-7.583-.97-4.321-.44c-.265 0-.706-.089-1.147-.089-.44-.088-.882-.088-1.322-.176-.441-.089-.882-.089-1.235-.177.265.177.529.441.97.794.353.265.794.705 1.146.97.353.265.53.44.794.706l3.263 2.733 1.852-4.32Zm8.818-31.393c1.146-1.147 2.204-2.028 3.174-2.47.97-.44 2.029-.705 2.822-.44.97.176 1.852.705 2.646 1.41.529.53.97 1.147 1.235 1.853.176.705.264 1.234.264 1.94 0 .705-.176 1.234-.353 1.94l9.171 1.499-2.822 3.086-7.76-1.675-1.322 1.41 4.938 4.674-2.646 2.734-12.874-12.258 3.527-3.703Zm2.116 2.293-.793.881 3.527 3.263.882-.882c.882-.881 1.323-1.675 1.323-2.38.088-.706-.177-1.323-.794-1.852-.53-.53-1.235-.794-1.94-.53-.706.089-1.411.618-2.205 1.5Zm39.33-10.759-3.086-3.174-5.732 2.998.793 4.32-3.615 1.853-2.47-18.695 4.057-2.116 13.669 12.962-3.616 1.852Zm-5.379-5.555-3.086-3.087-.794-.793-.97-.97c-.265-.353-.53-.706-.882-.882.088.264.177.794.265 1.234.088.441.176.97.264 1.411.088.441.088.794.177.97l.793 4.321 4.233-2.204Zm39.506-2.293-4.762.44-9.083-12.521h-.088c.088.529.177 1.146.265 1.587.088.441.176 1.146.264 1.676.088.529.177 1.146.265 1.675l.882 8.29-3.351.352-1.852-17.637 4.674-.44 9.171 12.61h.088c-.088-.53-.177-1.058-.177-1.588-.088-.529-.176-1.058-.176-1.587-.088-.529-.176-1.058-.176-1.587l-.882-8.29 3.351-.352 1.587 17.372Zm24.251 3.439-3.616-.97 3.527-14.11-4.673-1.146.793-3.086 12.963 3.263-.793 3.086-4.674-1.146-3.527 14.11Zm19.488 7.937 8.995-15.256 3.263 1.94-8.995 15.256-3.263-1.94Zm24.603 20.194-7.054-7.408 12.874-12.17 7.055 7.408-2.204 2.117-4.41-4.674-2.822 2.646 4.057 4.409-2.205 2.116-4.056-4.41-3.351 3.175 4.409 4.674-2.293 2.117Zm-154.056 98.06a8.554 8.554 0 1 0 0-17.108 8.554 8.554 0 0 0 0 17.108ZM212.169 100a8.554 8.554 0 1 0 0-17.108 8.554 8.554 0 0 0 0 17.108Z"/><path fill="#fff" d="M73.633 143.122c.706 1.852.882 3.439.706 4.85-.177 1.411-.882 2.733-2.028 3.792-1.147 1.058-2.47 2.028-4.41 2.645l-4.497 1.676-5.997-15.962 4.939-1.94a10.256 10.256 0 0 1 4.673-.793c1.411.088 2.734.705 3.792 1.499 1.323 1.323 2.205 2.557 2.822 4.233Zm-3.527 1.411c-.441-1.147-.97-2.117-1.587-2.646-.706-.705-1.323-.97-2.205-1.146-.794-.088-1.675 0-2.645.352l-1.852.706 3.88 10.406 1.41-.53c1.588-.529 2.646-1.499 3.175-2.645.618-1.235.53-2.734-.176-4.497Zm18.959 2.028L79.895 150l-5.997-15.961 9.17-3.439 1.06 2.733-5.733 2.205 1.323 3.527 5.467-2.028 1.058 2.734-5.467 2.028 1.5 4.056 5.82-2.204.97 2.91Zm-8.024-20.723.088.176c-.088.265-.265.706-.53 1.058-.176.353-.44.882-.793 1.323-.264.441-.529.97-.793 1.323-.265.441-.442.793-.706 1.146l-2.205.882-.088-.264c.088-.353.265-.794.441-1.323a9.633 9.633 0 0 0 .441-1.499c.176-.441.265-.97.353-1.411l3.792-1.411Zm13.227 3.703c-.705.265-1.146.53-1.587 1.059-.353.441-.706.97-.882 1.499-.176.529-.176 1.234-.088 2.028s.264 1.499.529 2.381c.353 1.146.97 2.028 1.5 2.734a3.434 3.434 0 0 0 2.027 1.322c.794.177 1.588.089 2.47-.176a9.967 9.967 0 0 0 1.939-.97c.53-.353 1.235-.882 1.941-1.411l1.058 2.822a9.381 9.381 0 0 1-1.852 1.411c-.706.353-1.323.793-2.205 1.058-1.587.529-3.174.794-4.409.441-1.323-.265-2.469-.97-3.439-2.028-.97-1.058-1.675-2.381-2.381-3.969-.44-1.234-.706-2.38-.794-3.527a7.507 7.507 0 0 1 .441-3.174c.353-.97.97-1.852 1.676-2.558.793-.793 1.852-1.323 2.998-1.852a11.186 11.186 0 0 1 2.47-.529 12.419 12.419 0 0 1 2.556 0l-.088 3.175c-.705-.088-1.41-.088-2.116-.088-.617-.088-1.235 0-1.764.352Zm21.605 7.055-9.171 3.439-5.996-15.961 9.171-3.439 1.058 2.734-5.82 2.204 1.322 3.527 5.468-2.028 1.058 2.734-5.467 2.028 1.499 4.057 5.82-2.205 1.058 2.91Zm17.46-6.614-4.321 1.588-11.463-9.436h-.089c.177.441.441.97.706 1.499.176.441.353.97.705 1.499.177.441.353.97.706 1.499l2.822 7.496-3.087 1.146-5.996-15.961 4.321-1.587 11.464 9.347h.088c-.177-.441-.353-.97-.529-1.411-.177-.441-.353-.97-.529-1.411-.177-.441-.353-.97-.529-1.411l-2.822-7.495 3.086-1.146 5.467 15.784Zm18.078-6.79-4.321 1.588-11.464-9.436h-.088c.176.441.441.97.705 1.499.177.441.353.97.706 1.499.176.441.353.97.705 1.499l2.822 7.496-3.086 1.146-5.997-15.961 4.321-1.587 11.464 9.347h.088c-.176-.441-.352-.97-.529-1.411-.176-.441-.353-.97-.529-1.411-.176-.441-.353-.97-.529-1.411l-2.822-7.495 3.087-1.147 5.467 15.785Zm13.757-5.114-2.558-3.351-5.82 2.204.265 4.233-3.616 1.323-.352-18.078 4.056-1.499 11.64 13.933-3.615 1.235Zm-4.409-5.909-2.558-3.262c-.176-.177-.353-.441-.705-.882l-.794-1.059c-.264-.352-.441-.705-.705-.97 0 .265.088.794.088 1.235 0 .441.088.97.088 1.411 0 .441.088.794.088.97l.265 4.056 4.233-1.499Zm10.052 3.792L164.815 100l3.351-1.235 4.938 13.14 6.526-2.381 1.058 2.733-9.877 3.704Zm21.782-8.201-9.171 3.439-5.997-15.96 9.171-3.44 1.058 2.734-5.82 2.204 1.323 3.528 5.467-2.029 1.059 2.734-5.468 2.028 1.499 4.057 5.821-2.205 1.058 2.91Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        googlepay
                        <code>[[svg_include:svg/labels/googlepay.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo googlepay" width="629" height="250" fill="none" viewBox="0 0 629 250" class="label-googlepay"><path fill="#5F6368" d="M298.266 122.248v67.925h-21.911V22.186h56.969c13.877 0 27.024 5.113 37.25 14.608 10.225 8.764 15.338 21.911 15.338 35.788 0 13.878-5.113 26.294-15.338 35.789-10.226 9.495-22.642 14.608-37.25 14.608l-35.058-.731Zm0-79.611v58.43h36.519c8.034 0 16.068-2.921 21.181-8.764 11.686-10.956 11.686-29.216.73-40.171l-.73-.73c-5.843-5.844-13.147-9.496-21.181-8.765h-36.519Zm138.042 29.215c16.068 0 28.485 4.382 37.98 13.147 9.494 8.764 13.877 20.45 13.877 35.058v70.116h-20.451v-16.068h-.73c-8.765 13.147-21.181 19.72-35.789 19.72-12.416 0-23.372-3.652-32.137-10.955-8.034-7.304-13.146-17.529-13.146-28.485 0-11.686 4.382-21.181 13.146-28.485 8.765-7.304 21.181-10.225 35.789-10.225 13.147 0 23.372 2.191 31.406 7.303v-5.112c0-7.304-2.921-14.608-8.764-18.99-5.843-5.113-13.147-8.034-21.181-8.034-12.417 0-21.912 5.112-28.485 15.338l-18.99-11.686c11.686-15.338 27.024-22.642 47.475-22.642Zm-27.755 83.263c0 5.843 2.922 10.956 7.304 13.877 5.113 3.652 10.956 5.843 16.799 5.843 8.764 0 17.529-3.651 24.102-10.225 7.304-6.573 10.956-14.607 10.956-23.372-6.573-5.113-16.068-8.034-28.485-8.034-8.764 0-16.068 2.191-21.911 6.573-5.843 3.652-8.765 8.765-8.765 15.338Zm197.933-79.611L534.179 241.3h-21.912l27.024-57.7-47.474-107.366h23.372l34.328 82.533h.73l33.597-82.533h22.642v-.73Z"/><path fill="#4285F4" d="M211.351 107.64c0-6.573-.73-13.146-1.461-19.72h-91.297v37.25h51.857c-2.191 11.686-8.765 22.641-18.99 29.215v24.102h31.406c18.26-16.798 28.485-41.631 28.485-70.847Z"/><path fill="#34A853" d="M118.593 201.859c26.293 0 48.205-8.764 64.273-23.372l-31.406-24.102c-8.765 5.843-19.72 9.495-32.867 9.495-24.833 0-46.745-16.799-54.048-40.171H32.408v24.833c16.799 32.867 49.666 53.317 86.185 53.317Z"/><path fill="#FBBC04" d="M64.545 123.709c-4.383-11.686-4.383-24.833 0-37.25V61.626H32.408c-13.877 27.024-13.877 59.161 0 86.916l32.137-24.833Z"/><path fill="#EA4335" d="M118.593 47.019c13.877 0 27.024 5.113 37.249 14.608l27.754-27.755C166.067 17.804 142.695 8.31 119.323 9.04c-36.519 0-70.116 20.45-86.185 53.318L65.275 87.19c6.573-23.372 28.485-40.171 53.318-40.171Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        labelrge
                        <code>[[svg_include:svg/labels/labelrge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo RGE Reconnu Garant Environnement" width="247" height="250" fill="none" viewBox="0 0 247 250" class="label-label-rge"><path fill="#493483" d="M34.568 128.66c5.908 0 11.817-.265 17.725.088 5.908.264 11.464 1.763 16.402 5.203 5.908 4.056 9.083 10.052 10.758 16.666 2.381 9.171 2.558 18.695 1.058 28.043-1.234 7.319-4.32 13.756-9.523 19.312l-1.235 1.234c-2.734 2.293-3.086 3.175-1.587 6.614 1.323 2.91 2.822 5.732 4.233 8.642 3.086 6.349 6.349 12.61 9.259 19.136 1.763 3.88.176 5.908-4.145 5.908-6.084 0-11.993 0-18.077.088-4.586.089-5.732-.705-7.672-5.026-2.734-6.349-5.732-12.522-8.554-18.783-.53-1.058-.97-2.205-1.676-2.998-.705-.706-1.94-1.676-2.645-1.411-.882.264-1.676 1.587-1.852 2.557-.264 1.499-.088 3.086-.088 4.674 0 2.822-.088 5.643 0 8.465.088 2.734.353 5.468.353 8.201.088 3.351-1.147 4.498-4.586 4.498-6.085 0-11.993.088-18.078.264-3.791.088-5.908-1.587-5.82-5.379.177-7.584.53-15.168.53-22.751 0-9.877-.265-19.753-.265-29.63-.088-9.347 0-18.695-.088-28.13 0-5.644-.088-11.2-.088-16.843 0-5.732 2.557-8.29 8.377-8.29 5.732-.352 11.552-.352 17.284-.352Zm2.028 38.8c0 2.734-.264 4.762.088 6.79.353 1.676.97 3.616 2.117 4.762 3.968 3.969 10.67 1.852 11.816-3.88.706-3.527.882-7.319.706-10.846-.177-2.293-1.147-4.674-2.293-6.79-1.323-2.381-4.762-3.616-7.407-2.999-2.734.618-4.233 2.293-4.586 5.644-.264 2.557-.353 5.291-.44 7.319Zm129.101 18.166c0 14.815-.089 29.718.088 44.621.088 5.644-2.646 8.113-7.319 9.171-3.704.882-7.672 1.587-11.464 1.675-6.702.089-13.404.353-20.018-.705-8.642-1.323-17.107-3.968-22.663-11.288-3.616-4.761-7.055-9.788-9.7-15.167-1.764-3.527-2.293-7.937-2.91-11.905-.794-4.938-1.676-10.053-1.5-14.991.265-7.584 1.412-15.079 2.293-22.575.794-6.349 3.44-11.993 6.879-17.196 6.349-9.788 15.52-15.608 26.984-17.989 9.965-2.028 19.929-1.94 29.982-1.499 4.145.176 5.908 2.028 5.82 6.261-.088 5.82-.176 11.552-.352 17.284-.177 4.585-4.145 6.878-8.466 5.203-7.143-2.734-14.374-2.822-21.517-.441-6.084 2.116-8.906 7.231-9.876 13.315-.353 2.205-1.059 4.409-1.147 6.79-.264 6.526-1.058 13.052-.176 19.401.705 4.938 3.263 9.788 5.644 14.286 1.94 3.791 8.112 5.731 12.081 4.321 2.028-.706 2.998-2.029 2.998-4.233v-9.436c0-3.615-2.381-5.908-5.996-5.732-4.586.177-5.997-.97-5.909-5.82.088-4.762.265-9.524.529-14.286.089-2.557 1.852-4.585 4.321-5.026 1.676-.265 3.528-.353 5.203-.353 5.732-.088 11.376-.088 17.108-.088.97 0 1.94-.088 2.91 0 4.056.441 6.261 2.645 6.349 6.878.088 3.175 0 6.438 0 9.612h-.176v-.088Zm55.732-15.608h8.642c3.086 0 5.026 1.94 5.026 5.026.088 4.85.088 9.877-.088 14.727-.088 3.615-2.117 5.467-5.732 5.467-3.263 0-6.702-.353-9.965-.353-2.293 0-4.674 0-7.054.353-2.999.441-4.674 2.557-4.762 5.644a100.34 100.34 0 0 0 0 7.319c.088 3.263 1.851 5.379 5.114 5.467 6.173.265 12.17 1.588 18.431.706 5.026-.706 7.495 2.381 7.054 7.584-.353 3.88-.176 7.848-.264 11.728-.088 4.145-1.852 6.085-5.997 5.997-12.169-.089-24.338-.265-36.508-.265-3.263 0-6.613.265-9.788.265-4.233 0-6.79-2.205-6.79-6.526.088-8.818.264-17.725.441-26.455.088-2.998 0-6.173 0-9.171.088-13.845.088-27.778.176-41.623 0-5.996-.088-11.904-.176-17.901 0-1.411.176-2.822.441-4.233.705-3.527 2.557-5.203 6.261-5.203 3.086 0 6.349.353 9.435.441 7.055.177 13.933.441 20.988.441 4.938 0 9.965-.352 14.903-.441 4.056-.088 5.379 1.235 5.291 5.291-.088 4.674 0 9.436-.441 14.021-.353 3.616-1.94 4.939-5.467 5.027-4.233.088-8.554-.265-12.699-.265-2.204 0-4.409.177-6.614.618-2.292.529-3.791 2.116-3.791 4.585s0 5.115.617 7.584c.617 2.646 2.469 3.704 5.203 3.704 2.822.441 5.467.441 8.113.441Z"/><path fill="#57518F" d="M172.928 84.568h-4.057c-1.411 0-2.028-.617-2.028-2.028l.265-14.198V50.97c0-2.205.264-2.47 2.381-2.47 2.292 0 4.585-.175 6.966 0 .882.09 2.116.618 2.557 1.324 2.469 3.968 4.674 8.2 7.143 12.257.353.53.794.97 1.235 1.5.176-.618.529-1.324.529-1.94-.088-3.352-.265-6.703-.353-10.054-.088-2.293.617-2.998 2.91-3.086 2.205 0 4.409.088 6.79 0 1.588 0 2.293.529 2.205 2.205-.088 4.497-.265 9.082-.265 13.58 0 2.116.177 4.144.177 6.349 0 4.056.088 8.201-.088 12.257 0 .53-.882 1.411-1.411 1.411a73.55 73.55 0 0 1-8.819 0c-.705 0-1.587-.705-1.94-1.41-2.469-4.322-4.762-8.73-7.231-13.052-.264-.44-.793-.793-1.234-1.146-.089.529-.265 1.058-.177 1.587.088 2.117.177 4.145.265 6.35.088 1.94.088 3.791.264 5.82.089 1.234-.441 1.94-1.587 1.94-1.587.176-3.086.088-4.497.176ZM93.563 67.02V52.645c0-2.381.793-3.44 3.262-3.44 5.909 0 11.817 0 17.725.353 5.908.353 10.229 4.586 10.318 11.111 0 4.674-1.147 8.466-5.027 11.111-1.058.706-1.058 1.5-.441 2.47a307.307 307.307 0 0 1 5.291 7.936c1.058 1.675.618 2.381-1.323 2.381-2.733.088-5.467.176-8.201 0-.97-.088-2.204-.794-2.91-1.587-1.322-1.764-2.381-3.704-3.615-5.644-.265-.441-.529-.882-.882-1.147-.441-.264-1.146-.529-1.587-.44-.265.088-.618.882-.618 1.322 0 1.764 0 3.616.177 5.38.088 1.499-.529 2.116-2.028 2.116h-7.849c-1.499 0-2.204-.617-2.204-2.205-.088-5.114-.088-10.317-.088-15.344Zm18.518-5.644c0-2.381-1.323-4.057-3.527-4.057-2.293-.088-3.087.882-3.175 3.704v2.028c0 1.676.97 2.47 2.469 2.734 2.646.529 4.233-1.058 4.233-4.41ZM53.086 73.192c0 2.822-.088 5.644 0 8.466.089 1.852-.793 2.91-2.38 3.174-7.673 1.235-15.345 1.676-22.487-1.763-3.263-1.588-5.997-4.498-7.231-8.29-1.676-5.026-1.676-10.229.176-15.167 2.38-6.702 7.848-9.7 14.374-10.494 4.32-.529 8.818-.529 13.227-.617 2.293 0 2.734.529 2.734 2.733v3.88c-.088 2.029-1.323 2.823-3.35 2.646-2.911-.353-5.997-.529-8.907-.44-2.91.087-5.203 2.38-5.82 5.202-.353 1.676-.441 3.44-.618 5.115-.353 2.645.706 4.85 2.117 6.966 1.234 1.852 3.703 2.91 5.908 2.117.705-.265 1.146-1.147 1.499-1.94.264-.441 0-1.059.088-1.676.088-1.94-.705-2.822-2.645-2.998-2.381-.088-2.646-.353-2.558-2.734.177-5.29.177-5.203 5.38-5.203 2.557 0 5.026-.088 7.671-.088 2.117 0 2.646.53 2.646 2.646.176 2.91.176 5.731.176 8.465ZM146.825 48.5h6.79c1.676 0 2.734.795 3.087 2.558 1.499 6.879 3.175 13.669 4.762 20.547.793 3.351 1.411 6.79 2.204 10.23.353 1.675-.352 2.645-2.028 2.733-2.822.088-5.644.088-8.465-.088-.706-.088-1.5-.882-1.852-1.588-.353-.617-.177-1.41-.265-2.204-.088-1.323-.793-2.028-2.116-2.028h-4.233c-1.411 0-2.116.793-2.205 2.204-.088.706-.088 1.323-.176 2.028-.176 1.059-.794 1.764-2.028 1.764-2.822 0-5.732.088-8.642 0-1.676-.088-2.117-.882-1.764-2.38 1.499-6.438 2.91-12.787 4.409-19.225.882-3.88 1.764-7.76 2.734-11.64.441-1.94 1.675-2.91 3.792-2.822 2.028.088 4.056 0 6.173 0-.177-.176-.177-.088-.177-.088Zm2.469 18.696c-.44-2.381-.881-4.762-1.41-7.143-.089-.441-.618-.794-.97-1.235-.353.353-.97.706-1.059 1.147-.617 2.38-1.322 4.762-1.763 7.319-.353 1.94.441 2.734 2.204 2.734 2.117 0 2.998-.882 2.998-2.822ZM72.928 49.03c2.204 0 4.32.088 6.613 0 1.764-.088 2.822.882 3.175 2.47 1.5 6.084 2.998 12.168 4.321 18.341.97 4.145 1.675 8.378 2.47 12.522.352 1.676-.354 2.646-2.117 2.646-2.646.088-5.291 0-8.025 0-1.41 0-2.116-.706-2.205-2.205-.264-3.615-.529-3.88-4.056-3.88h-1.323c-2.822 0-2.998.176-3.527 2.91-.353 2.117-1.676 3.175-3.792 3.175-2.205 0-4.41.088-6.79 0-1.852-.088-2.205-.706-1.852-2.47 1.5-6.701 2.91-13.315 4.321-20.017.794-3.35 1.5-6.79 2.381-10.141.794-2.998 1.41-3.351 4.41-3.351h5.996Zm2.469 19.224c-.53-2.734-.882-4.938-1.411-7.32-.177-.617-.706-1.057-1.058-1.587-.441.53-1.059.97-1.235 1.588-.617 2.116-1.146 4.32-1.41 6.525-.09.794.087 2.205.528 2.381.882.441 2.205.53 3.087.177.705-.177 1.058-1.235 1.499-1.764Zm140.652-19.841h10.318c2.116 0 2.557.44 2.557 2.645v3.88c.088 1.588-.705 2.293-2.293 2.205h-.705c-2.998 0-3.439.44-3.439 3.439.088 7.231.176 14.374.264 21.693 0 1.323-.617 2.028-1.763 2.117-2.999.088-6.173 0-9.171 0-1.235 0-1.764-.794-1.676-1.94.088-4.145.265-8.378.353-12.434.088-3.263.088-6.614 0-9.877 0-1.675-1.058-2.645-2.822-2.822-4.321-.352-4.057-.352-4.321-4.585-.353-4.586.794-4.233 4.321-4.145 2.734 0 5.555-.088 8.377-.176 0 .088 0 .088 0 0ZM178.66 26.631c.176.882.441 1.852.441 2.734a147.3 147.3 0 0 1 0 8.818c0 .53-.97 1.323-1.5 1.411-2.292.177-4.673.089-7.142.089-1.059 0-1.588-.618-1.5-1.676.177-4.233.353-8.554.353-12.786 0-4.233 0-8.554-.176-12.787-.088-2.293.176-2.91 2.469-2.91 1.764 0 3.615-.177 5.379.088.882.088 1.94.617 2.381 1.323 2.028 3.263 3.88 6.79 5.908 10.14.265.442.529.794 1.147 1.588.264-.794.529-1.146.441-1.587-.089-2.822-.089-5.732-.265-8.554-.088-2.116.529-2.998 2.734-2.998h5.379c1.235 0 1.764.529 1.764 1.764 0 8.906-.089 17.813 0 26.63 0 1.236-.529 1.676-1.676 1.676-2.293 0-4.585.089-6.966-.088-.529 0-1.323-.529-1.588-.97-2.028-3.439-3.968-7.055-5.996-10.494l-1.058-1.587c-.088 0-.353.088-.529.176Zm-33.334-.529v10.406c0 3.086.089 3.086-2.998 3.086-1.587 0-3.174-.088-4.85 0-1.587.089-2.205-.529-2.205-2.116.177-7.32.265-14.639.353-21.958 0-1.322 0-2.733-.176-4.056-.177-1.411.441-2.117 1.852-2.117 1.763 0 3.615.089 5.379 0 1.587-.088 2.645.53 3.351 1.764 1.852 3.351 3.792 6.702 5.732 10.053.176.353.617.617.97.97.176-.44.617-.882.617-1.323-.088-2.998-.265-5.996-.441-8.994-.088-1.764.706-2.47 2.381-2.47 1.852 0 3.704.089 5.644 0 1.411 0 1.94.618 1.852 2.029-.089 6.084-.089 12.08-.089 18.077 0 2.91.089 5.909-.088 8.73 0 .441-.882 1.235-1.411 1.235a96.387 96.387 0 0 1-7.142 0c-.618 0-1.411-.617-1.764-1.146-2.028-3.351-3.968-6.879-5.997-10.318 0-.529-.441-1.058-.97-1.852ZM19.753 24.78v-12.7c0-2.028.53-2.645 2.646-2.645 4.85 0 9.7-.177 14.55 0 5.732.264 9.876 3.527 9.876 9.964 0 3.616-1.058 6.614-4.056 8.73-1.411 1.059-1.323 2.029-.441 3.263 1.411 1.94 2.822 3.88 4.145 5.997.264.44.617 1.234.44 1.499-.352.353-1.058.617-1.587.617-2.293.088-4.585 0-6.966.088-1.411 0-2.293-.617-2.998-1.763-.97-1.588-1.852-3.175-2.91-4.674-.353-.53-1.147-.794-1.676-1.146-.264.617-.706 1.234-.794 1.851a31.128 31.128 0 0 0 0 4.057c0 1.146-.44 1.764-1.587 1.764H21.43c-1.235 0-1.852-.53-1.764-1.764.088-2.116.088-4.321.088-6.526V24.78Zm10.141-4.85c-.176 2.469.53 3.615 2.381 3.791 1.852.177 3.263-.97 3.351-2.822.265-2.998-.793-4.585-2.998-4.761-1.94-.177-2.558.617-2.734 3.791Zm72.399 4.497c.088-2.293.176-4.586.352-6.878.353-3.792 2.558-6.35 6.085-7.584 5.291-1.764 10.582-1.676 15.609.97 2.733 1.41 4.321 3.527 4.673 6.525.706 5.291 1.059 10.582-.617 15.785-.97 2.91-2.822 4.762-5.644 5.82-4.321 1.588-8.818 1.323-13.139.177-4.85-1.323-7.055-4.321-7.319-9.789-.088-1.675 0-3.35 0-5.026.088 0 .088 0 0 0Zm10.494-.088c0 2.028-.089 4.056 0 6.173.088 1.675 1.587 2.91 3.086 2.821 1.587-.088 2.645-1.322 2.734-3.086 0-.882.088-1.852.088-2.734 0-2.91.176-5.996-.088-8.906-.177-2.029-1.147-2.646-3.087-2.558-1.675.089-2.557 1.059-2.645 2.91-.088 1.852-.088 3.616-.088 5.38Zm89.947-2.117c0-3.439.088-6.966 0-10.494 0-1.763.705-2.469 2.469-2.38 1.763.088 3.615 0 5.379 0 2.028 0 2.469.529 2.381 2.557-.088 5.996-.176 11.905-.176 17.99 0 2.204.705 3.086 2.469 3.174 2.028.088 3.262-1.058 3.351-3.175.088-3.263-.089-6.614-.089-9.876 0-2.999.089-5.997.177-8.995 0-1.323.97-1.676 2.028-1.676h6.614c1.323 0 1.675.706 1.675 1.852 0 6.614 0 13.14-.088 19.842 0 4.056-1.764 6.613-5.732 7.848-5.203 1.764-10.494 1.675-15.696-.177-3.44-1.234-4.762-3.174-4.762-6.966v-9.524ZM52.028 24.78V12.434c0-2.557.441-3.087 2.998-3.087h16.05c1.764 0 2.557.618 2.38 2.381-.087.53 0 1.147 0 1.676.089 1.675-.705 2.38-2.292 2.38h-6.173c-1.587 0-2.645.618-2.645 2.382 0 1.675.882 2.469 2.733 2.469h5.203c2.205 0 2.646.44 2.646 2.557 0 2.646-1.235 3.968-3.88 3.968H64.99c-1.852.089-2.557.882-2.645 2.646 0 1.852.705 2.822 2.557 2.91 2.116.088 4.233.088 6.35.088 2.116 0 2.733.617 2.733 2.734v1.675c0 1.5-.617 2.293-2.205 2.293H54.233c-1.676 0-2.293-.705-2.293-2.38.088-3.969 0-8.202.088-12.346ZM98.06 13.404v1.323c0 2.645-.353 2.998-2.998 2.645-2.822-.44-5.909 1.676-6.35 4.497-.264 1.588-.352 3.175-.176 4.762.441 2.999 2.998 5.115 6.173 5.203 3.35.088 3.35-.088 3.263 3.44v1.322c0 2.998-.353 3.351-3.44 3.263-3.615-.177-7.407-.265-10.581-2.381-4.41-2.91-6.173-7.32-6.35-12.346-.088-4.409.265-8.994 4.057-11.816 2.38-1.764 5.379-2.822 8.377-3.88 1.411-.53 2.999-.53 4.586-.53 2.998-.088 3.527.441 3.439 3.351v1.147Z"/><path fill="#5A9B37" d="M183.598 94.444v15.168c0 2.116-.088 2.116-3.263 2.116-1.675 0-1.94-.881-1.852-2.204a36.842 36.842 0 0 0 0-4.409c0-.441-.441-.794-.617-1.147-.353.265-.794.441-1.058.794-.529.794-.97 1.675-1.764 2.998-.882-1.234-1.499-2.204-2.204-2.998-.353-.353-.794-.617-1.235-.97-.353.441-.882.97-.882 1.411-.088 1.587 0 3.174-.088 4.85-.088 1.764-.529 1.94-3.175 1.852-1.499-.088-1.499-.882-1.411-2.117.177-2.91.089-5.996 0-8.906 0-1.852-.088-3.704-.176-5.644 0-.264.088-.617.265-.794 1.058-.97 4.585-.264 5.291.97.705 1.147 1.411 2.293 2.204 3.44.706 1.058 1.499 1.234 2.293 0 .441-.706.97-1.323 1.323-2.029 1.499-2.91 2.91-3.35 6.349-2.38Zm23.721 10.23c0 1.763-.088 3.527 0 5.203.177 1.94-.97 1.94-2.293 1.851-1.234-.088-2.733.353-2.645-1.763.176-4.409.176-8.995.264-13.404 0-.882-.529-2.028.882-2.47 1.764-.44 3.792.089 4.409 1.324.794 1.499 1.588 3.086 2.381 4.585.265.441.794.794 1.235 1.235.176-.529.617-1.059.617-1.5 0-1.234-.088-2.469-.176-3.703-.176-1.852 1.058-1.94 2.381-1.94 1.234 0 2.557-.177 2.557 1.764-.088 4.497-.088 9.082-.264 13.58 0 .882.529 2.204-1.059 2.292-1.499.089-3.262.706-4.232-1.234a69.388 69.388 0 0 0-2.293-4.409c-.265-.529-.706-.97-.97-1.411-.177-.177-.441-.088-.794 0Zm-167.372-.177c0 1.588.088 3.263 0 4.851-.088.793-.264 2.116-.617 2.204-1.235.265-2.557.088-3.792 0-.176 0-.441-.882-.441-1.323 0-4.497 0-9.083.088-13.58 0-.882-.352-2.028 1.058-2.38 2.029-.442 3.704 0 4.41 1.41.793 1.411 1.41 2.91 2.204 4.233.265.529.882.882 1.323 1.323.176-.529.44-1.059.44-1.588a21.276 21.276 0 0 0 0-3.35c-.175-1.94.97-2.205 2.47-2.205 1.587 0 2.38.353 2.38 2.204-.087 4.498-.087 9.083-.087 13.581 0 1.411-.441 1.94-1.852 1.94-2.734 0-3.263-.353-4.41-2.999-.705-1.499-1.587-2.998-2.292-4.497l-.882.176Zm101.676-3.351c0-1.41-.089-2.822 0-4.232.088-.794.176-2.205.529-2.293 1.146-.353 2.381-.265 3.615-.177.265 0 .706.97.706 1.5 0 2.557-.089 5.202-.177 7.848v7.76c-3.88.97-4.673.529-6.261-2.734-.705-1.587-1.675-2.998-2.557-4.497-.265.088-.441.088-.706.176 0 1.852-.176 3.704 0 5.644.177 1.94-.97 1.94-2.292 1.94-1.323 0-2.646.088-2.558-1.94.089-4.409.089-8.818.089-13.227 0-.97-.353-2.293 1.234-2.47 1.499-.176 3.175-.617 4.057 1.147a236.498 236.498 0 0 0 2.645 4.85c.176.353.617.617.882.97.264-.176.529-.176.794-.265Zm-23.545 3.351c0 1.676-.089 3.351 0 5.027.176 1.499-.089 2.293-1.852 2.293-2.469 0-2.822-.177-2.822-2.293 0-4.233 0-8.642.088-12.875 0-.97-.441-2.205 1.146-2.47 2.205-.44 3.528 0 4.321 1.5.794 1.5 1.588 3.086 2.381 4.586.177.44.53.705.794 1.146h.617c.089-.794.265-1.5.353-2.293.088-.705-.088-1.499-.088-2.204-.088-2.381.353-2.734 2.822-2.734 1.323 0 1.763.44 1.763 1.852-.088 4.409 0 8.818-.088 13.227 0 .882.529 2.028-.97 2.469-1.763.529-3.615 0-4.233-1.234-.881-1.587-1.675-3.175-2.557-4.762-.264-.529-.705-.882-1.058-1.323l-.617.088Zm-26.279 6.791c-3.968 1.146-4.762.793-6.614-2.381-.353-.618-1.146-1.059-1.763-1.588-.353.706-.794 1.499-.882 2.205-.265 2.381-.177 2.293-3.087 2.293-1.94 0-1.763-1.235-1.763-2.469 0-4.233.088-8.554-.089-12.875-.088-1.676.618-2.381 2.205-2.381h6.35c2.204 0 4.32.617 5.114 2.91.794 2.469 1.323 5.203-.882 7.407-1.41 1.323-1.41 2.381-.44 3.792.616.882 1.057 1.94 1.851 3.087Zm-9.348-10.759c-.088 1.235.442 2.117 1.852 2.205 1.852.088 2.029-1.411 2.117-2.646.176-1.41-.794-2.557-2.028-2.469-2.117 0-1.676 1.676-1.94 2.91Zm26.985 2.381c-.177 1.852-.265 3.704-.618 5.467-.352 1.676-1.499 2.734-3.262 3.263-2.47.706-4.851.441-7.32-.352-1.675-.618-2.645-2.029-2.733-3.704a89.018 89.018 0 0 1 0-9.7c.088-2.205 1.852-3.175 3.703-3.704 2.646-.794 5.291-.617 7.76.882 1.588.97 2.205 2.469 2.293 4.233.088 1.146 0 2.381 0 3.527 0 .088.088.088.177.088Zm-5.291.265c-.089-1.323.088-2.646-.177-3.88-.176-.618-.97-1.411-1.675-1.588-.441-.176-1.676.53-1.676.882-.264 2.822-.441 5.732-.264 8.466 0 .529 1.411 1.322 2.204 1.322.529 0 1.323-1.146 1.499-1.851.265-1.147.089-2.293.089-3.351Zm-44.885 8.642h-2.03c-1.146 0-1.852-.529-2.028-1.676-1.058-4.762-2.117-9.612-3.175-14.374-.264-1.146.177-1.587 1.323-1.587 3.351-.176 3.44-.176 3.968 3.174.353 2.117.441 4.322.882 6.526.088.617.706 1.146 1.058 1.676.265-.53.706-1.059.794-1.676.44-2.645.794-5.203 1.146-7.936.177-1.235.618-1.852 1.852-1.676.53.088.97 0 1.5 0 1.41-.088 1.851.441 1.587 1.852-.882 4.056-1.588 8.201-2.381 12.257-.882 3.44-.97 3.44-4.498 3.44Zm128.482-9.171v-6.79c0-1.323.53-1.94 1.852-1.94h7.32c1.146 0 1.763.352 1.675 1.587 0 1.234-.705 1.587-1.764 1.587h-2.204c-1.147 0-1.852.617-1.676 1.764.177.705.882 1.411 1.499 1.852.441.264 1.235.088 1.852.088 1.147 0 2.117.088 2.117 1.587 0 1.411-.794 1.764-2.029 1.675-.529-.088-1.146 0-1.675.089-1.411.088-1.94.882-1.852 2.204.088 1.323.794 1.852 2.028 1.852h2.381c1.147 0 1.764.441 1.764 1.676 0 1.146-.529 1.763-1.676 1.763h-8.024c-1.147 0-1.676-.529-1.676-1.675 0-2.381 0-4.85.088-7.319Zm-31.657 9.171h-3.88c-1.235 0-1.764-.529-1.764-1.764.088-4.762.088-9.7.264-14.462 0-.441.97-1.323 1.5-1.323 2.645-.088 5.291-.088 8.024 0 .529 0 1.058.882 1.499 1.411-.529.53-.97 1.323-1.587 1.587-.794.265-1.675.089-2.557.177-1.058.088-1.94.529-1.94 1.852 0 1.322.882 1.851 2.116 1.851h2.028c1.323 0 1.499.794 1.499 1.852 0 1.147-.617 1.499-1.587 1.499-.529 0-1.146-.088-1.675-.088-1.411 0-2.205.618-2.205 2.117 0 1.411.794 2.028 2.117 2.028h2.028c1.146 0 2.028.264 2.028 1.764-.088 1.41-.882 1.587-2.028 1.587-1.323 0-2.646 0-3.88-.088ZM20.37 102.91v-7.143c0-1.058.353-1.587 1.5-1.587 2.557 0 5.202-.088 7.848-.088 1.146 0 1.41.617 1.41 1.587s-.352 1.5-1.41 1.5c-.97 0-2.028-.089-2.91.176-.617.176-1.5.97-1.5 1.499.089.705.706 1.499 1.323 1.852.618.352 1.588.264 2.381.264 1.235 0 1.764.353 1.764 1.676 0 1.411-.794 1.587-1.94 1.587-.705 0-1.323 0-2.028.088-1.147.176-1.676.882-1.676 2.116 0 1.235.706 1.852 1.852 1.941.97.088 2.028-.089 2.91.088.618.176 1.5.705 1.588 1.234.176.882 0 2.117-1.411 2.117-2.822 0-5.732 0-8.642-.089-1.147 0-1.411-.793-1.323-1.763.088-2.381 0-4.674 0-7.143.088.088.176.088.264.088Zm202.558 1.94V100c0-1.323-.441-2.204-1.852-2.293-1.587-.088-1.411-1.322-1.411-2.292 0-1.235.882-1.323 1.764-1.323 2.557 0 5.026-.088 7.672.088.617 0 1.675.705 1.851 1.234.265.97.265 2.117-1.322 2.293-1.5.265-1.852 1.323-1.852 2.734.088 3.263.176 6.614.176 9.876 0 .441-.705 1.059-1.234 1.411-.441.265-1.059 0-1.676.089-1.411.176-2.028-.441-2.028-1.852-.088-1.676-.088-3.439-.088-5.115Zm-149.295-2.028v7.319c0 2.117-1.499 1.676-2.733 1.676-1.323.088-2.293-.089-2.293-1.852v-14.11c0-2.028 1.41-1.675 2.557-1.675 1.235 0 2.557-.176 2.47 1.764v6.878Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        labelrouge
                        <code>[[svg_include:svg/labels/labelrouge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Label Rouge" width="323" height="250" fill="none" viewBox="0 0 323 250" class="label-label-rouge"><path fill="#E20613" d="M17.991 131.305c0 51.411 44.356 91.005 116.314 91.005s170.018-36.243 170.018-115.784c0-79.542-96.561-86.95-117.108-86.95-84.215 0-169.224 41.8-169.224 111.729Z" clip-rule="evenodd"/><path fill="#E20613" d="M132.806 229.189c-36.773 0-68.166-9.7-90.653-27.954C20.637 183.774 8.82 159.171 8.82 131.922c0-17.989 5.291-34.92 15.608-50.264 9.613-14.286 23.37-26.808 40.918-37.478 33.157-20.018 78.042-31.482 123.368-31.482 3.88 0 38.448.441 70.371 14.55 16.049 7.143 28.836 16.491 37.83 27.955 10.935 13.933 16.491 30.864 16.491 50.529 0 48.413-33.686 77.69-61.905 93.651-32.716 18.695-77.161 29.806-118.695 29.806Zm55.908-214.11c-44.885 0-89.418 11.376-122.134 31.13-25.308 15.255-55.467 42.504-55.467 85.713 0 55.909 50 94.974 121.693 94.974 41.182 0 85.097-11.023 117.725-29.453 27.689-15.697 60.67-44.357 60.67-91.623 0-89.682-117.46-90.74-122.487-90.74Z"/><path fill="#fff" d="M27.78 116.578c.176 0 .264 0 .44.089 3.263.441 4.85 1.94 4.586 3.88-.265 1.852-2.205 2.91-5.291 2.469-3.086-.441-4.674-1.94-4.41-3.88.177-1.323 1.147-2.205 2.823-2.469l.529 1.763c-.97 0-1.5.353-1.588.97-.176.97.794 1.499 2.822 1.852 2.029.265 3.087-.088 3.263-.97.088-.793-.529-1.411-1.852-1.587l-.264 1.587-1.676-.264.617-3.44Zm2.91-2.469a49.412 49.412 0 0 0-4.145-1.587c1.499.176 2.998.353 4.41.441l-.265 1.146Zm2.469 3.087.44-1.764-1.587-.705.441-1.764 1.676.088.44-1.764-9.788-.264-.44 1.852 8.818 4.321Zm-2.91-9.789-2.47-.881c0-.089 0-.177.089-.265.264-.794.793-.97 1.587-.705.882.264 1.146.793.882 1.587-.088.176-.088.264-.088.264Zm4.497 3.44.53-1.676-3.793-1.235 4.233-.176.617-1.852-4.673.265c0-1.058-.618-1.764-1.94-2.205-1.852-.617-2.822.088-3.528 1.94l-.617 1.764 9.171 3.175Z" clip-rule="evenodd"/><path fill="#fff" d="M34.481 102.646c-1.322-.794-2.557-1.588-3.791-2.293 1.41.441 2.91.882 4.232 1.234l-.44 1.059Zm1.852 3.527.706-1.676-1.411-.881.705-1.676 1.676.353.705-1.676-9.524-1.94-.793 1.764 7.936 5.732ZM30.69 95.59l.881-1.586 5.38.793c.264.088.97.177 2.028.441a21.385 21.385 0 0 1-3.175-1.41l-3.174-1.764.793-1.5 8.378 4.586-.794 1.5-5.644-.794c-.176 0-.705-.177-1.587-.353a36.89 36.89 0 0 1 2.645 1.323l3.528 1.94-.794 1.499-8.465-4.674Zm5.732-6.437-.706 1.235-1.5-.97 2.558-3.88 1.5.97-.794 1.146 6.525 4.233-1.058 1.5-6.526-4.234Zm1.146-4.761 1.146-1.5 7.672 5.644-1.146 1.5-7.672-5.644Zm2.292-2.999 2.47-2.998 1.323 1.146-1.323 1.588 1.499 1.234 1.234-1.499 1.323 1.146-1.146 1.411 1.675 1.411 1.323-1.587 1.5 1.146-2.47 2.999-7.407-5.997Zm12.082-4.673-.088 1.322 1.499.088c-.089.089-.089.177-.177.177-.617.617-1.675.264-3.086-1.058-1.587-1.5-2.028-2.558-1.323-3.263.617-.617 1.764-.265 3.175 1.146.529.53.97 1.058 1.322 1.676l-1.322-.089Zm4.585.264-1.41-.088c-.089-.882-.706-1.852-1.764-2.998-2.293-2.293-4.41-2.646-5.82-1.235-1.411 1.411-1.059 3.528 1.058 5.644 2.293 2.204 4.409 2.645 5.82 1.234.44-.44.705-.793.794-1.322l1.322.088v-1.323Zm2.823-6.79c.705.794 1.146 1.323 1.322 1.94.265.97-.088 1.852-1.058 2.734-.97.882-1.94 1.146-2.822.705-.53-.264-1.058-.793-1.764-1.587l-3.968-4.498 1.41-1.234 4.057 4.585c.794.882 1.235 1.323 2.029.706.705-.617.44-1.146-.441-2.028l-4.057-4.586 1.411-1.234 3.88 4.497Zm2.733-1.675c-.706-1.323-1.5-2.646-2.205-3.792 1.059 1.058 2.117 2.116 3.175 3.086l-.97.706Zm0 3.968 1.499-1.147-.794-1.499 1.5-1.146 1.234 1.146 1.5-1.146-7.497-6.261-1.499 1.146 4.057 8.907Zm-.176-11.729 1.499-1.058 4.409 6.173 1.675-1.146 1.059 1.499-3.175 2.204-5.467-7.672Zm4.056-2.821 1.587-1.059 5.203 7.937-1.587.97-5.203-7.848Zm4.674-.97-1.147.705-.97-1.411 3.969-2.47.97 1.5-1.235.706 4.145 6.525-1.588.97-4.144-6.525Zm4.056-5.38-.705.441-.177-2.645 1.323-.794-.44 2.998Zm-1.146 1.588 3.35-1.94.882 1.499-1.851 1.058.97 1.675 1.675-.97.882 1.5-1.675.97 1.146 1.94 1.852-1.059.882 1.588-3.351 1.94-4.762-8.201Zm10.405 2.557c.618.176 1.058.176 1.5-.088.529-.265.705-.794.44-1.323-.264-.617-.882-.617-1.587-.794-1.235-.352-2.028-.793-2.557-1.852-.706-1.499-.353-2.91.97-3.527.44-.264.97-.353 1.587-.264l.794 1.499c-.618 0-.97 0-1.323.176-.441.265-.617.706-.353 1.235.265.617.882.705 1.676.97 1.146.264 1.94.529 2.557 1.763.794 1.5.353 2.91-1.146 3.704-.53.265-1.059.353-1.588.265l-.97-1.764Zm9.348-5.82c.44.97.705 1.587.705 2.205 0 1.058-.617 1.763-1.763 2.292-1.147.53-2.117.53-2.91-.176-.441-.353-.794-1.058-1.235-1.94l-2.557-5.468 1.675-.793 2.557 5.555c.53 1.147.882 1.676 1.764 1.235.882-.353.706-.97.177-2.117l-2.558-5.555 1.676-.794 2.469 5.556Zm2.293-2.998-.97-2.47c.088 0 .088-.088.176-.088.794-.352 1.234-.088 1.587.794.353.794.088 1.41-.617 1.675-.088.089-.088.089-.176.089Zm.44 5.643 1.676-.705-1.5-3.616c.177 0 .265-.088.354-.176 1.587-.617 2.116-1.94 1.41-3.616-.705-1.763-1.94-2.204-3.88-1.41l-1.763.705 3.704 8.818Zm3.351-12.434-.793.265.264-2.645 1.411-.53-.882 2.91Zm-1.41 1.411 3.615-1.41.617 1.675-1.94.705.706 1.764 1.763-.705.618 1.587-1.764.705.794 2.029 1.94-.706.617 1.764-3.616 1.41-3.35-8.818Zm8.112 1.411-.881-2.469c.088 0 .176-.088.264-.088.794-.264 1.235 0 1.499.882.265.882.088 1.41-.705 1.675h-.177Zm.089 5.644 1.675-.617-1.323-3.704 2.734 3.175 1.852-.617-3.087-3.528c.794-.617.97-1.587.529-2.822-.617-1.763-1.763-2.204-3.703-1.499l-1.852.617 3.175 8.995Zm2.733-10.935 1.852-.617 2.91 9.083-1.763.53-2.999-8.996Zm3.528-1.058 3.703-1.146.529 1.675-2.028.617.529 1.852 1.852-.617.529 1.676-1.852.529.618 2.116 2.028-.53.529 1.765-3.704 1.058-2.733-8.995Zm12.169 2.734c.264.97.441 1.763.353 2.293-.177.97-.882 1.587-2.205 1.94-1.235.352-2.205.176-2.91-.618-.353-.44-.617-1.146-.882-2.116l-1.587-5.732 1.764-.44 1.587 5.907c.353 1.147.529 1.764 1.499 1.5.882-.265.882-.794.529-2.029l-1.587-5.908 1.763-.441 1.676 5.644Zm2.734-2.557-.618-2.558c.088 0 .177-.088.265-.088.793-.176 1.234.088 1.411.97.176.882-.088 1.411-.882 1.587-.088.089-.176.089-.176.089Zm-.53 5.643 1.764-.44-.882-3.792 2.381 3.439 1.852-.441-2.734-3.792c.882-.53 1.147-1.5.882-2.734-.441-1.852-1.587-2.38-3.527-1.94l-1.852.441 2.116 9.26Zm3.881-10.582 3.791-.793.353 1.675-2.028.44.353 1.853 1.852-.353.352 1.675-1.852.353.53 2.205 2.028-.441.352 1.764-3.791.881-1.94-9.259Z" clip-rule="evenodd"/><path fill="#E20613" d="M161.907 238.801v-5.203h.44c1.94 0 2.822.705 2.822 2.645 0 1.852-.882 2.646-2.822 2.646h-.44v-.088Zm-2.47 2.116h2.558c1.587 0 2.822-.088 3.968-.882 1.146-.882 1.764-2.204 1.764-3.88 0-1.675-.618-2.998-1.764-3.88-1.235-.882-2.646-.882-4.321-.882h-2.205v9.524Zm12.699-10.494h-.97l1.146-2.293h1.764l-1.94 2.293Zm-2.822.97h5.644v2.117h-3.175v1.675h2.998v2.028h-2.998v1.588h3.175v2.116h-5.644v-9.524Zm14.109 3.263c-.705-.793-1.323-1.146-2.116-1.146-1.499 0-2.469 1.146-2.469 2.733 0 1.5.97 2.646 2.469 2.646.793 0 1.499-.353 2.116-1.146v2.821a4.797 4.797 0 0 1-2.381.618c-2.733 0-4.673-2.117-4.673-4.939 0-2.821 1.94-4.938 4.673-4.938.794 0 1.588.177 2.381.617v2.734Zm3.792 1.235v-2.47h.529c1.058 0 1.499.353 1.499 1.323 0 .794-.529 1.147-1.587 1.147h-.441Zm-2.381 5.026h2.381v-3.704l2.117 3.704h2.821l-2.557-3.792c1.323-.264 2.116-1.234 2.116-2.734 0-.97-.352-1.763-1.058-2.292-.793-.618-1.763-.618-3.086-.618h-2.822v9.436h.088Zm8.289-9.524h5.732v2.117h-3.262v1.675h3.086v2.028h-3.086v1.588h3.262v2.116h-5.732v-9.524Zm8.731 2.293h-2.117v-2.293h6.702v2.293h-2.116v7.231h-2.469v-7.231Zm12.345 5.115v-5.203h.441c1.94 0 2.822.705 2.822 2.645 0 1.852-.882 2.646-2.822 2.646h-.441v-.088Zm-2.469 2.116h2.557c1.5 0 2.822-.088 3.969-.882 1.146-.882 1.763-2.204 1.763-3.88 0-1.675-.617-2.998-1.763-3.88-1.235-.882-2.646-.882-4.321-.882h-2.205v9.524Zm12.434-9.524v5.115c0 1.676.265 2.381 1.587 2.381 1.499 0 1.588-.97 1.588-2.998v-4.586h2.557v5.644c0 2.822-1.146 4.056-4.145 4.056-1.587 0-2.645-.352-3.351-1.146-.705-.882-.793-1.94-.793-3.439v-5.115h2.557v.088Zm13.757 2.293h-1.94l1.058-2.116h3.263v9.347h-2.381v-7.231Zm5.291 7.231 4.144-5.026c.529-.618.706-1.058.706-1.499 0-.706-.441-1.147-1.147-1.147-.793 0-1.234.529-1.234 1.499v.089h-2.205v-.089c0-2.116 1.323-3.439 3.439-3.439 2.117 0 3.439 1.235 3.439 2.998 0 .97-.44 1.764-1.234 2.646l-1.676 1.852h2.822v2.028h-7.054v.088Zm9.876-2.381c.706 0 1.323.617 1.323 1.323 0 .705-.529 1.323-1.323 1.323-.705 0-1.234-.618-1.234-1.323-.089-.706.529-1.323 1.234-1.323Zm4.85-2.293c0-2.028.353-2.998 1.147-2.998.793 0 1.146.97 1.146 2.998 0 2.029-.353 2.999-1.146 2.999-.794 0-1.147-.97-1.147-2.999Zm4.762.089c0-3.263-1.323-5.027-3.527-5.027-2.117 0-3.528 1.764-3.528 4.938 0 3.087 1.411 4.939 3.528 4.939 2.116 0 3.527-1.764 3.527-4.85Zm3.351 1.411v.176c0 .794.353 1.235 1.147 1.235.793 0 1.234-.441 1.234-1.235 0-.882-.441-1.235-1.411-1.235h-.264v-1.499h.088c.882 0 1.323-.441 1.323-1.146 0-.617-.441-.97-1.059-.97-.617 0-1.058.353-1.058 1.058h-2.204c0-1.764 1.234-2.822 3.351-2.822 1.94 0 3.086.97 3.086 2.469 0 .97-.529 1.676-1.499 1.94 1.146.177 1.852 1.059 1.852 2.293 0 1.852-1.411 3.087-3.439 3.087-2.117 0-3.528-1.235-3.528-3.263v-.177h2.381v.089Zm7.319.793c.706 0 1.323.617 1.323 1.323 0 .705-.529 1.323-1.323 1.323-.705 0-1.234-.618-1.234-1.323-.088-.706.441-1.323 1.234-1.323Zm6.085-2.381c-.882 0-1.411-.529-1.411-1.411 0-.881.529-1.499 1.411-1.499s1.411.529 1.411 1.499c0 .794-.529 1.411-1.411 1.411Zm.176 1.499-2.204 3.263h2.557l1.323-2.028c.97-1.587 1.675-2.822 1.675-4.145 0-2.028-1.322-3.439-3.527-3.439s-3.527 1.411-3.527 3.439c0 1.764 1.234 2.999 2.733 2.999.265 0 .618 0 .97-.089Zm7.849-1.234c.882 0 1.411.529 1.411 1.499 0 .882-.529 1.411-1.411 1.411s-1.411-.529-1.411-1.411c.088-.97.617-1.499 1.411-1.499Zm-.089-1.588 2.205-3.351h-2.557l-1.323 2.029c-.882 1.499-1.675 2.733-1.675 4.144 0 2.029 1.322 3.439 3.527 3.439 2.204 0 3.527-1.41 3.527-3.439 0-1.763-1.234-2.998-2.733-2.998-.353.088-.618.088-.971.176Z" clip-rule="evenodd"/><path fill="#fff" d="M197.268 111.993c27.778-10.67 49.03-27.072 51.323-53.704 2.204-26.631-34.392-32.451-70.106-31.746l-.353-16.578-29.541.176c-2.646 100.882-34.833 153.616-106.79 216.931l47.971.177c27.514-27.073 63.14-29.983 82.099-29.365l21.782-23.634c11.904 18.431 27.425 37.037 47.971 52.558l48.501.176c-40.388-31.834-72.487-63.227-92.857-114.991Zm-19.929-52.822c17.372-.529 30.423-1.587 29.982 8.025-.529 9.524-22.399 21.957-36.684 22.928 0 0 5.379-21.43 6.702-30.953Zm-40.653 110.582c13.492-20.106 22.31-41.358 26.984-56.349 4.762 12.346 11.464 29.1 21.517 47.002-14.462-.089-32.893 2.91-48.501 9.347Z" clip-rule="evenodd"/><path fill="#E20613" d="m90.213 228.483-48.412-.176-.794-2.028c66.931-58.907 103.704-110.759 106.437-216.138V8.995l31.746-.177.265 16.579c32.716-.53 54.321 4.497 64.198 15.08 4.585 4.85 6.613 10.934 5.996 17.9-2.028 23.81-18.695 41.623-50.97 54.233 19.753 49.471 49.824 80.159 91.975 113.492l-.705 2.029-48.854-.177-.264-.264c-17.902-13.492-33.863-30.776-47.443-51.588l-21.076 22.928h-.529c-18.607-.705-53.968 2.205-81.217 29.012l-.353.441Zm-45.326-2.469 44.445.176c27.601-26.807 62.962-29.982 82.098-29.365l22.399-24.338.794 1.234c13.492 20.988 29.453 38.448 47.354 52.029l44.797.176c-41.358-32.981-71.076-63.845-90.564-113.492l-.441-1.058 1.058-.441c32.099-12.346 48.589-29.63 50.529-52.734.529-6.35-1.234-11.816-5.379-16.138-9.347-9.964-31.393-14.903-63.58-14.285h-1.147l-.264-16.667-27.249.176c-1.411 49.56-10.141 88.36-27.513 121.958-15.961 30.953-39.154 58.818-77.337 92.769Zm92.24-55.203-1.411-1.675c14.991-22.399 23.28-44.709 26.896-55.997l2.205-.088c5.291 13.669 11.904 29.894 21.428 46.826l.97 1.763h-2.645c-15.609-.088-33.246 3.351-47.443 9.171Zm26.72-53.968c-3.881 11.552-11.464 30.776-24.163 50.441 13.316-4.938 29.189-7.937 43.563-8.113-8.378-15.167-14.462-29.718-19.4-42.328Zm5.291-25.485.352-1.587c.088-.177 5.379-21.429 6.702-30.776l.177-.97 3.968-.088c12.346-.441 22.046-.706 26.102 3.439 1.411 1.499 2.117 3.439 2.028 5.908-.529 10.141-22.927 23.016-37.742 23.986l-1.587.088Zm9.171-31.04c-1.323 8.289-4.939 23.456-6.173 28.483 13.404-1.676 33.509-13.14 33.95-21.693.089-1.764-.352-3.087-1.322-4.145-3.351-3.44-13.14-3.086-24.427-2.734l-2.028.089Z"/><path fill="#fff" d="M39.243 169.488c-.617-2.204-.793-8.994-.352-16.754 4.497-5.203 7.76-10.935 12.08-23.898 6.703-20.106 3.704-28.042 2.558-28.571-1.235-.441-9.171 4.32-16.755 29.541-2.91 9.436-4.056 17.46-4.409 23.986-1.852 2.028-3.88 4.233-6.085 6.437 0 0-.793.794.882 1.852 1.676 1.058 1.676.441 2.734-.264l2.469-2.47c.265 6.967 1.587 11.817 2.734 14.374.264.618.44 1.588 1.499.97 1.058-.705 2.645-2.381 3.263-4.232-.089.176-.353.176-.618-.971Zm1.411-34.215c2.205-12.963 8.29-24.603 8.995-24.603 1.058.088.617 7.143-1.94 17.46-1.411 5.821-4.056 11.288-8.378 17.284.353-3.527.794-6.966 1.323-10.141Zm20.811 9.348-1.675-1.235s.265-.97 1.146-2.028c.882-1.058 1.235-2.734.441-2.91-.793-.176-2.822-.705-5.555 1.411-2.734 2.116-9.083 8.377-11.64 17.019-2.558 8.642-.97 14.639 1.94 15.08 2.998.441 4.938-2.558 5.996-4.498-.705 3.616.53 3.44 2.734 2.822 2.204-.617 2.116-1.499 2.469-2.645.97-3.439 4.145-18.872 4.586-20.988.44-2.028-.441-2.028-.441-2.028Zm-9.347 18.783c-2.38 4.674-4.056 1.499-3.88-.706.97-8.818 4.938-14.021 6.261-15.343 1.675-1.94 2.205-.089 2.116 1.499-.176 4.673-2.116 9.876-4.497 14.55Zm27.778-27.601c-1.94.617-4.674 1.234-4.674 1.234 1.764-7.76 4.145-18.783 4.145-18.783.264-1.852.529-2.645-2.558-2.205-3.086.441-3.086.882-3.527 2.558-1.675 8.289-8.642 39.77-9.788 44.709-1.147 4.938.529 4.85 1.587 4.938 1.058.088 11.023.882 16.314-14.727 5.467-15.784 2.91-19.312-1.5-17.724Zm-8.113 26.543c-1.675 1.499-1.94-.97-1.764-1.588.177-.617 3.792-16.931 4.145-18.606 0 0 .353-1.147 1.234-1.235.794-.088 2.382.265 2.293 2.734-.176 6.437-4.233 17.196-5.908 18.695Z" clip-rule="evenodd"/><path fill="#E20613" d="M115.081 181.129c-1.234 0-2.557-.529-3.263-1.499-2.733-3.351-8.113-10.141-9.524-23.898-2.821 3.351-5.82 6.349-8.818 8.818-1.675 1.411-4.409 1.94-6.437 1.323-1.5-.441-2.558-1.499-2.999-2.998-1.058-3.528-.705-10.935.794-16.226 1.5-5.467 5.82-12.081 8.29-14.815.44-.529 4.232-5.114 7.407-3.792 3.527 1.411 2.381 6.702.793 11.729-1.851 5.996-7.76 11.552-11.022 13.58-.441 2.381-.089 3.792.529 4.056.529.265 2.116.089 4.673-2.645 2.734-2.91 4.41-5.467 6.526-9.171.176-4.586.705-9.612 1.587-14.815 5.379-31.393 15.168-42.063 20.018-41.358.882.088 2.116.617 3.086 2.293 2.205 3.792 2.293 13.139-3.88 28.218-3.88 9.524-8.113 17.902-12.522 24.868.177 10.141 2.91 17.461 9.436 24.956 2.645 2.998 1.587 5.291-.177 8.466-1.322 2.293-2.998 2.91-4.144 2.998-.177-.176-.265-.088-.353-.088Z"/><path fill="#fff" d="M123.37 90.564c-4.056-.529-13.315 10.053-18.518 40.212a114.482 114.482 0 0 0-1.587 14.991c-2.205 3.88-3.969 6.614-6.879 9.7-5.29 5.556-8.906 3.351-7.319-3.262 3.086-1.676 9.083-7.32 10.935-13.051 1.94-6.262 1.852-9.26 0-10.053-1.852-.794-4.938 2.204-5.908 3.439-2.293 2.645-6.526 9.083-8.025 14.374-1.5 5.291-1.764 12.434-.794 15.52.882 3.086 5.38 2.557 7.32.97 3.88-3.175 7.495-7.055 10.846-11.288.794 14.992 5.996 22.223 9.524 26.544.882 1.058 3.527 1.94 5.467-1.323 1.852-3.263 2.293-4.674.353-6.878-6.526-7.584-9.612-15.168-9.789-26.279 4.851-7.672 8.995-16.226 12.611-25.044 7.143-17.372 5.82-27.954 1.763-28.572Zm-27.954 45.062c2.646-3.704 3.263-2.91 1.94 1.235-1.234 4.056-2.645 6.349-3.439 6.966-.617.529-1.675 1.499-2.645.706 1.234-3.528 2.557-6.702 4.144-8.907Zm14.727-1.852-.794 1.323c.441-3.88 1.058-8.025 1.94-12.698 1.94-10.053 4.145-15.785 5.997-19.753.793-1.676 3.527-3.88 3.351 1.058-.265 8.113-3.704 18.606-10.494 30.07Z" clip-rule="evenodd"/><path fill="#E20613" d="M197.444 147.266c-.441 0-.881-.088-1.322-.264-1.5-.618-3.616-3.087-3.44-5.203.089-.617.441-2.205 2.646-2.646 2.381-.529 5.82-2.733 7.407-4.673-.088-3.528.706-7.76 2.47-12.611 3.968-10.846 7.407-12.786 10.493-13.315 2.117-3.175 5.291-4.762 7.76-3.88 1.588.529 2.822 1.94 3.44 4.056 2.469-1.234 6.349-3.704 7.583-5.026l.441-.529 6.438.705-.529 1.587c-1.499 4.498-4.939 16.843-5.38 18.872-.264 1.322-.352 2.91-.264 3.703.617-.529 2.028-2.116 4.409-6.261 1.323-4.585 4.85-18.342 4.938-18.518l.265-.882.97-.088c2.734-.265 6.349-.706 6.437-.706l1.94-.264-.441 1.94c-.881 3.792-3.527 12.698-4.938 17.548-.441 1.499-.794 2.558-.882 2.999-.529 2.028-.529 4.938-.088 5.467l.706.705-.441.882c-1.147 2.293-3.88 5.027-7.143 5.556-2.293.352-3.704-.265-4.498-.97-2.469 2.028-7.848 5.908-10.67 3.439-1.94-1.764-1.852-5.467-1.234-8.73-1.588 4.673-4.057 9.083-7.76 11.111-2.822 1.499-6.967 2.822-10.847.617-3.527 3.616-6.349 5.379-8.466 5.379Zm30.071-32.187c-.088 1.147-.353 4.498-1.235 8.378.882-2.822 2.117-6.438 2.91-8.907-.529.177-1.146.353-1.675.529Zm-14.374 21.87h-.441c-.529-.088-1.411-.441-2.028-1.499-1.323-2.117-1.323-6.349-.088-10.494 1.322-4.497 4.144-9.965 6.613-11.199.882-.441 1.588-.353 2.029-.177h.088c4.233 1.764 2.381 9.436 1.852 11.993-1.676 6.614-5.027 11.376-8.025 11.376Zm5.203-20.723c-1.147.529-3.704 4.673-5.203 9.524-1.411 4.761-.617 8.112 0 8.465.705 0 3.704-2.734 5.203-9.259 1.675-6.702.617-8.378 0-8.73Z"/><path fill="#fff" d="M240.654 135.097c2.646-.353 5.027-2.645 6.085-4.762-1.146-1.058-.794-5.026-.265-6.79.529-1.764 4.674-15.608 5.82-20.459 0 0-3.615.441-6.437.706 0 0-3.704 14.286-4.938 18.695-7.937 13.58-7.408 4.762-6.702 1.675.441-2.028 3.88-14.374 5.467-18.959l-4.056-.441c-1.587 1.675-7.231 5.291-9.524 5.996-.441-2.645-1.587-4.144-2.998-4.673-1.94-.706-4.762.97-6.526 3.88-2.469.264-5.82.882-10.053 12.522-2.116 5.732-2.557 9.788-2.381 12.61-1.499 2.205-5.555 4.938-8.553 5.644-3.351.705-.353 4.673 1.058 5.203 1.411.529 4.144-.265 9.083-5.644l.352.353c.529.264 3.792 2.998 10.053-.353 7.672-4.145 9.789-20.459 10.141-25.485v-.617c1.499-.353 4.233-1.059 5.291-1.588 0 0-3.968 11.64-4.85 14.815-.882 3.175-1.94 8.818.088 10.67 2.029 1.852 7.584-2.116 10.053-4.497.089.97 1.147 1.852 3.792 1.499Zm-20.899-9.877c-1.588 6.879-4.938 10.671-6.879 10.318-1.851-.353-2.557-5.027-1.058-10.229 1.588-5.291 4.939-11.2 6.879-10.494 1.851.793 2.645 3.615 1.058 10.405Z" clip-rule="evenodd"/><path fill="#fff" d="M289.596 139.683c-3.527-.706-11.199-6.35-11.552-17.196 6.437-5.468 11.199-10.935 14.198-15.785 5.643-9.083 7.054-14.727 4.497-16.402-3.616-2.381-12.61 4.32-17.725 11.111-4.585 6.085-7.407 13.227-8.289 21.605-2.91 1.764-5.82 3.263-8.819 5.026-3.703-4.938-4.32-11.464-2.645-14.991 1.675-3.704 4.233-5.732 5.291-6.437 1.058-.706 3.175-1.499 2.822 3.086a1432.61 1432.61 0 0 1 5.555-2.734c1.147-3.615 1.059-8.641-1.499-9.611-2.469-.97-8.73 1.41-14.021 8.201-5.291 6.79-8.818 14.285-5.291 21.869.882 1.852 1.676 3.439 2.469 5.027-8.73 5.379-17.901 12.081-23.457 24.779-6.437 14.815 13.228 14.55 20.547 7.848 14.727-13.492 15.168-25.926 12.61-32.716 2.117-1.322 4.233-2.645 6.173-3.968.794 8.818 8.73 16.755 12.875 18.43 4.586 1.852 6.878-.352 8.377-2.028 1.5-1.763 1.676-4.409-2.116-5.114Zm-3.263-40.565c3.616-3.88 5.027-2.998 5.379-2.733.353.264 2.381 2.733-4.85 12.169-2.91 3.792-5.732 6.702-8.642 9.171 1.059-10.141 4.762-14.991 8.113-18.607Zm-29.365 47.531c-2.645 6.173-13.58 23.016-19.576 17.549-5.909-5.38 3.439-19.313 19.135-27.602 1.411 3.527 1.94 6.614.441 10.053Z" clip-rule="evenodd"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        maitreartisan
                        <code>[[svg_include:svg/labels/maitreartisan.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Maitre Artisan" width="360" height="250" fill="none" viewBox="0 0 360 250" class="label-maitre-artisan"><path fill="#BC1C2B" d="M249.607 133.862v-92.68s1.94-30.07-31.394-30.07h.794-37.037s15.873 15.167 16.049 38.27c0 0 2.117 26.456-29.277 40.036 0 0-35.449 12.258-47.09 40.212L9.219 173.898l170.811 67.195 170.811-67.195-101.234-40.036Z"/><path fill="#fff" d="M249.607 139.594v5.556l73.015 28.748-142.504 56.084-142.593-56.084 80.6-31.835c.176-2.116.617-4.232 1.147-6.172l-95.944 37.918L180.03 235.45l156.702-61.641-87.125-34.215Z"/><path fill="#B7BACB" d="m180.03 230.071 142.504-56.085-73.016-28.748v10.494H118.125c-.617-4.762-.794-9.171-.176-13.404l-80.423 31.57 142.504 56.173Z"/><path fill="#BC1C2B" d="M107.896 48.06c0 21.87 17.989 39.418 40.035 39.418 22.222 0 40.212-17.637 40.212-39.418 0-21.605-17.99-39.242-40.212-39.242-22.046 0-40.035 17.46-40.035 39.242Z"/><path fill="#BC1C2B" stroke="currentColor" stroke-width=".424" d="M128.707 169.312c0-1.764-.176-3.792-.176-5.379-.353 1.323-.97 3.086-1.499 4.762l-2.117 5.908h-1.146l-2.117-5.908c-.617-1.764-1.146-3.263-1.322-4.762 0 1.499-.177 3.615-.177 5.556l-.352 5.379h-1.5l.971-12.434h2.116l2.116 5.908c.618 1.499.97 2.91 1.323 4.233.353-1.323.794-2.646 1.323-4.233l2.293-5.908h2.116l.794 12.434h-1.499l-1.147-5.556Zm20.106 1.588-1.323 3.791h-1.763l4.232-12.433h1.94l4.233 12.433h-1.763l-1.323-3.791h-4.233Zm4.056-1.411-1.146-3.616a22.133 22.133 0 0 0-.617-2.293 22.14 22.14 0 0 1-.618 2.293l-1.146 3.616h3.527Zm22.046-7.231v12.433h-1.499v-12.433h1.499Zm20.282 1.499h-3.791v-1.323h9.171v1.323h-3.792v11.111h-1.499v-11.111h-.089Zm22.046-1.323c.794-.176 1.94-.176 3.087-.176 1.763 0 2.91.352 3.615.97.618.617.97 1.322.97 2.292 0 1.499-.97 2.646-2.293 3.087.97.353 1.5 1.146 1.941 2.469.352 1.764.793 2.91.97 3.439h-1.764c-.176-.353-.353-1.323-.794-2.91-.353-1.764-.97-2.293-2.469-2.469h-1.499v5.379h-1.499v-12.081h-.265Zm1.676 5.732h1.763c1.764 0 2.911-.97 2.911-2.293 0-1.499-1.147-2.293-2.911-2.293-.793 0-1.322 0-1.499.177v4.409h-.264Zm29.894.794h-4.762v4.409h5.379v1.322h-6.878v-12.433h6.702v1.322h-5.203v3.792h4.762v1.588Zm-127.954 22.045-1.323 3.792h-1.764l4.233-12.434h1.94l4.233 12.434h-1.764l-1.322-3.792h-4.233Zm4.056-1.146-1.146-3.616a22.37 22.37 0 0 0-.617-2.292 22.123 22.123 0 0 1-.618 2.292l-1.146 3.616h3.527Zm16.667-7.143c.794-.176 1.94-.176 3.086-.176 1.764 0 2.91.352 3.616.97.617.617.97 1.322.97 2.292 0 1.5-.97 2.646-2.293 3.087.97.353 1.499 1.146 1.94 2.469.353 1.764.794 2.91.97 3.439h-1.764c-.176-.353-.352-1.323-.793-2.91-.353-1.764-.97-2.293-2.469-2.469h-1.588v5.379h-1.499v-12.081h-.176Zm1.499 5.556h1.764c1.763 0 2.91-.97 2.91-2.293 0-1.499-1.147-2.293-2.91-2.293-.794 0-1.323 0-1.499.176v4.41h-.265Zm22.663-4.41h-3.792v-1.322h9.171v1.322h-3.792v11.112h-1.499v-11.112h-.088Zm20.282-1.322v12.434h-1.499V182.54h1.499Zm13.581 10.493c.793.353 1.763.794 2.91.794 1.763 0 2.645-.794 2.645-2.116 0-1.147-.617-1.94-2.293-2.469-2.116-.794-3.262-1.764-3.262-3.44 0-1.94 1.499-3.439 4.056-3.439 1.323 0 2.116.353 2.646.618l-.353 1.322c-.353-.176-1.147-.617-2.293-.617-1.764 0-2.293.97-2.293 1.94 0 1.146.794 1.764 2.469 2.293 2.117.793 3.087 1.94 3.087 3.615 0 1.94-1.323 3.616-4.409 3.616-1.147 0-2.469-.353-3.263-.794l.353-1.323Zm22.045-2.028-1.322 3.792h-1.764l4.233-12.434h1.94l4.233 12.434h-1.764l-1.323-3.792h-4.233Zm3.969-1.146-1.147-3.616a21.867 21.867 0 0 0-.617-2.292 22.115 22.115 0 0 1-.617 2.292l-1.147 3.616h3.528Zm14.374 5.115V182.54h1.763l4.057 6.349c.97 1.499 1.763 2.645 2.292 4.056-.176-1.763-.176-3.262-.176-5.203v-5.202h1.499v12.434h-1.499l-4.056-6.35c-.97-1.322-1.764-2.91-2.293-4.232 0 1.499.176 3.086.176 5.202v5.38h-1.763Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        maprimerenov
                        <code>[[svg_include:svg/labels/maprimerenov.svg]]</code>
                    </td>
                    <td>
                        <svg role="img" aria-label="Logo Ma prime rénov" width="383" height="250" viewBox="0 0 383 250" fill="none" xmlns="http://www.w3.org/2000/svg" class="label-ma-prime-renov"><path d="M241.208 85.4655C232.746 72.0457 217.479 64.2051 202.231 63.8659C186.983 63.5265 172 70.1986 160.427 80.7157L161.463 80.1315C162.179 79.6414 162.952 79.189 163.782 78.8311L161.463 80.1315C155.545 84.2027 153.058 92.6842 151.511 100.28C149.853 108.366 148.402 116.64 149.042 124.895C149.664 133.151 152.624 141.5 158.505 146.967C164.63 152.639 173.13 154.524 181.273 154.995C193.052 155.693 204.946 153.921 216.085 149.775C226.054 146.081 235.686 140.218 241.698 131.04C250.369 117.771 249.671 98.9039 241.208 85.4655Z" fill="#AFD9CA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M225.981 101.015C225.923 99.5259 226.546 98.0747 227.376 96.8872C228.222 95.6999 229.242 94.6254 230.409 93.7396C232.765 92.0057 235.686 90.9691 238.702 90.9879C240.21 90.9879 241.756 91.1576 243.245 91.6098C244.734 92.0812 246.091 92.9103 247.221 94.0035C248.353 95.0968 249.258 96.3973 249.86 97.8297C250.463 99.2622 250.802 100.808 250.652 102.334L250.275 102.447C248.484 100.148 246.768 98.4329 244.79 97.1324C244.67 97.0558 244.551 96.9787 244.432 96.9013L244.187 96.7427C242.446 95.6114 240.677 94.4624 238.515 94.192C237.345 94.0413 236.119 94.06 234.914 94.3052C233.707 94.5124 232.502 94.9083 231.37 95.4737C230.24 96.0203 229.183 96.793 228.241 97.6978C227.336 98.6213 226.565 99.7144 226.319 101.053H225.942L225.981 101.015Z M210.543 102.485C210.222 100.958 209.28 99.7143 208.206 98.6965C207.093 97.6787 205.851 96.8494 204.531 96.2463C203.211 95.6431 201.817 95.2285 200.422 95.04C199.027 94.8328 197.614 94.8328 196.256 95.059C193.774 95.4669 191.766 96.8722 189.778 98.2643C189.562 98.4153 189.347 98.5661 189.131 98.7155C186.908 100.317 184.986 102.372 183.006 105.086L182.572 104.973C182.347 103.22 182.668 101.411 183.327 99.752C183.967 98.0556 184.965 96.5289 186.229 95.2285C187.492 93.928 189.037 92.9102 190.734 92.3071C192.431 91.7039 194.22 91.459 195.935 91.3835C199.423 91.2515 202.815 92.326 205.605 94.2296C206.999 95.1909 208.206 96.3972 209.205 97.7354C210.204 99.0734 210.996 100.713 210.977 102.428L210.543 102.466V102.485Z" fill="#29312E" /><path fill-rule="evenodd" clip-rule="evenodd" d="M201.195 9.41429L280.651 90.0281L201.554 9C206.088 13.278 210.59 17.6112 215.091 21.9435C217.551 24.3108 220.01 26.6778 222.475 29.0353L243.226 49.2779C245.633 51.6644 248.083 54.0022 250.534 56.3401C255.07 60.6677 259.607 64.9957 263.866 69.6335C270.403 76.7531 276.716 84.0975 282.56 91.9652L282.637 92.0433L282.712 92.1187L281.543 93.2307C273.948 87.2182 266.843 80.6781 259.944 73.9305C255.425 69.4851 251.188 64.7405 246.954 59.9987C244.725 57.503 242.497 55.0072 240.229 52.5571L220.627 31.0893C218.779 29.0313 216.927 26.9763 215.076 24.9213L215.062 24.9062C210.424 19.7585 205.785 14.61 201.195 9.41429Z M198.858 10.6205C195.145 12.9765 191.639 15.6152 188.228 18.3292L198.858 10.6205Z M188.228 18.3292C187.022 19.283 185.844 20.2746 184.668 21.2636C184.171 21.6818 183.674 22.0995 183.176 22.5139L178.256 26.8678C173.272 31.3336 168.772 36.35 164.277 41.3615L164.276 41.363C162.891 42.9073 161.505 44.4525 160.106 45.9796C154.188 52.5008 148.346 59.0976 142.578 65.7508C136.886 72.4796 131.213 79.227 125.728 86.1254L126.124 86.5212C126.941 85.684 127.758 84.8464 128.575 84.0089L128.577 84.0063C133.882 78.5663 139.184 73.1292 144.556 67.8053C150.702 61.5854 156.921 55.4222 163.198 49.3532C165.472 47.1335 167.796 44.9761 170.118 42.8203C174.185 39.0452 178.247 35.2749 182.026 31.1839C185.005 27.9798 187.982 24.7567 190.846 21.4207C193.732 18.1036 196.577 14.7108 199.234 11.0733L188.228 18.3292Z M262.3 177.142L267.276 168.152H260.716L257.23 177.142H262.3Z M254.893 196.932H272.515V196.951C272.628 196.046 272.703 195.085 272.703 194.105C272.703 189.732 271.667 186.358 269.595 184.002C267.52 181.647 264.712 180.458 260.716 180.458C256.721 180.458 253.629 181.665 251.443 184.078C249.258 186.49 248.163 189.865 248.163 194.199C248.163 198.533 249.295 201.909 251.557 204.321C253.8 206.733 257.003 207.94 261.112 207.94C263.939 207.94 266.295 207.392 268.162 206.28C270.047 205.169 271.384 203.547 272.176 201.437L266.597 199.269C266.219 200.324 265.579 201.135 264.656 201.7C263.713 202.265 262.544 202.549 261.112 202.549C257.663 202.549 255.589 200.664 254.893 196.932ZM254.818 191.843C255.081 189.846 255.704 188.318 256.684 187.301H256.702C257.682 186.264 259.077 185.756 260.659 185.756C262.244 185.756 263.545 186.283 264.543 187.319C265.523 188.356 266.163 189.865 266.428 191.843H254.818Z M132.214 207.392H139.035V180.949H132.214V207.392Z M135.662 169.376C132.835 169.376 131.422 170.677 131.422 173.277C131.422 175.86 132.854 177.142 135.662 177.142C138.47 177.142 139.884 175.878 139.884 173.277C139.884 170.677 138.489 169.376 135.662 169.376Z M48.7544 207.392H42.5722V189.204L42.8738 178.989H42.7796L33.676 207.392H28.0406L18.9748 178.989H18.8805L19.2197 189.204V207.392H13V172.486H22.9517L28.8887 191.522L30.9808 199.401H31.075L33.2238 191.579L39.0854 172.486H48.7544V207.392Z M79.3834 202.795L78.8747 207.185C77.9512 207.675 76.8774 207.921 75.6329 207.921C72.4474 207.921 70.5438 206.602 69.9029 203.962C69.1678 205.263 68.037 206.262 66.5103 206.923C64.9837 207.6 63.1743 207.921 61.0822 207.921C58.6507 207.921 56.7659 207.336 55.4089 206.168C54.0519 204.999 53.3733 203.341 53.3733 201.154C53.3733 196.857 56.6151 194.068 63.08 192.805L69.0548 191.579V190.317C69.0548 188.904 68.6779 187.791 67.9428 186.961C67.1887 186.133 66.1522 185.718 64.8329 185.718C63.3062 185.718 62.0622 186.077 61.101 186.773C60.1397 187.472 59.4801 188.62 59.1031 190.203L53.675 187.772C54.2026 185.473 55.4089 183.682 57.256 182.383C59.1219 181.082 61.5344 180.421 64.5313 180.421C68.0935 180.421 70.8642 181.232 72.8434 182.873C74.8407 184.511 75.8206 186.924 75.8206 190.147V200.985C75.8206 201.7 75.9727 202.19 76.273 202.511C76.5752 202.832 77.0464 202.983 77.6677 202.983C78.366 202.983 78.931 202.907 79.3646 202.776L79.3834 202.795ZM67.2642 201.871C68.4704 201.117 69.0736 200.08 69.0736 198.78V196.028L63.7397 197.291C62.6089 197.573 61.7796 197.95 61.2329 198.421C60.6863 198.892 60.4036 199.553 60.4036 200.4C60.4036 201.248 60.6486 201.89 61.1575 202.342C61.6476 202.776 62.3449 203.001 63.2495 203.001C64.7009 203.001 66.0392 202.624 67.2642 201.871Z M108.616 183.719C108.616 180.158 107.559 177.406 105.431 175.445C103.3 173.485 100.342 172.505 96.5142 172.505H82.7191V207.411H89.5969V194.708H96.5142C100.342 194.708 103.3 193.747 105.431 191.806C107.559 189.865 108.616 187.282 108.616 183.719ZM101.641 183.663C101.641 185.454 101.151 186.792 100.152 187.697V187.716C99.1723 188.62 97.6086 189.073 95.478 189.073H89.5969V178.33H95.478C97.5898 178.33 99.1535 178.764 100.152 179.648C101.151 180.534 101.641 181.872 101.641 183.663Z M129.479 181.005L129.476 181.022C128.837 180.627 127.951 180.44 126.785 180.44C123.014 180.44 120.433 182.343 119.076 186.15L118.623 180.967H112.705V207.411H119.528V193.709C119.528 191.447 120.131 189.713 121.3 188.45C122.468 187.188 123.881 186.565 125.503 186.565C126.823 186.565 127.859 186.83 128.632 187.357L129.476 181.022L129.479 181.024V181.005Z M182.29 182.91C183.967 184.568 184.796 186.942 184.796 190.053V207.394H177.973V191.485C177.973 189.657 177.598 188.3 176.824 187.432C176.07 186.567 175.015 186.133 173.695 186.133C172.094 186.133 170.793 186.755 169.757 187.98C168.719 189.204 168.21 190.939 168.21 193.163V207.394H161.388V191.485C161.388 189.657 161.011 188.3 160.238 187.432C159.483 186.567 158.409 186.133 157.052 186.133C155.564 186.133 154.282 186.736 153.189 187.962C152.115 189.167 151.567 190.976 151.567 193.388V207.394H144.746V180.949H150.871L151.077 185.662C151.907 183.928 153.037 182.627 154.49 181.741C155.941 180.855 157.561 180.421 159.352 180.421C161.143 180.421 162.858 180.874 164.309 181.797C165.76 182.721 166.796 184.04 167.476 185.756C168.266 184.021 169.436 182.702 170.962 181.797C172.488 180.874 174.147 180.421 175.938 180.421C178.5 180.421 180.612 181.251 182.29 182.91Z M195.785 196.914H213.37C213.502 195.99 213.558 195.029 213.558 194.049C213.558 189.675 212.522 186.302 210.449 183.946C208.394 181.591 205.548 180.402 201.571 180.402C197.595 180.402 194.503 181.609 192.316 184.021C190.131 186.434 189.037 189.788 189.037 194.143C189.037 198.496 190.169 201.869 192.431 204.283C194.672 206.696 197.876 207.901 201.985 207.901C204.812 207.901 207.168 207.354 209.034 206.243C210.921 205.13 212.257 203.51 213.049 201.398L207.47 199.232C207.112 200.287 206.453 201.098 205.529 201.663C204.606 202.228 203.436 202.511 202.004 202.511C198.556 202.511 196.482 200.645 195.785 196.914ZM195.71 191.844C195.973 189.844 196.596 188.318 197.576 187.301L197.595 187.282C198.575 186.265 199.951 185.756 201.552 185.756C203.155 185.756 204.456 186.283 205.436 187.32C206.415 188.356 207.056 189.863 207.32 191.844H195.71Z M231.276 193.991H225.093V207.373H218.328V172.468H232.821C236.572 172.468 239.495 173.41 241.604 175.295C243.716 177.179 244.771 179.837 244.771 183.248C244.771 185.756 244.187 187.847 243.018 189.544C241.85 191.241 240.191 192.446 238.042 193.201L246.712 207.373H238.984L231.276 193.991ZM225.093 188.451H231.917C233.914 188.451 235.386 188.037 236.328 187.207C237.27 186.377 237.741 185.095 237.741 183.381C237.741 181.666 237.27 180.383 236.328 179.554C235.386 178.726 233.914 178.311 231.917 178.311H225.093V188.451Z M298.261 182.91C299.901 184.568 300.731 186.942 300.731 190.053V207.394H293.907V192.165C293.907 188.149 292.419 186.133 289.477 186.133C287.895 186.133 286.538 186.736 285.427 187.924C284.313 189.129 283.767 190.958 283.767 193.426V207.394H276.944V180.949H283.071L283.277 185.662C284.107 183.928 285.256 182.627 286.707 181.741C288.178 180.855 289.855 180.421 291.796 180.421C294.491 180.421 296.659 181.251 298.298 182.91H298.261Z M330.455 194.181C330.455 189.884 329.344 186.509 327.101 184.078C324.858 181.628 321.729 180.421 317.715 180.421C313.7 180.421 310.571 181.647 308.328 184.078C306.084 186.509 304.973 189.884 304.973 194.181C304.973 198.477 306.084 201.853 308.328 204.283C310.571 206.714 313.7 207.94 317.715 207.94C321.729 207.94 324.858 206.714 327.101 204.283C329.344 201.853 330.455 198.477 330.455 194.181ZM311.778 194.162C311.778 191.391 312.287 189.298 313.304 187.903C314.321 186.509 315.791 185.812 317.715 185.812C319.637 185.812 321.107 186.509 322.125 187.903C323.142 189.298 323.651 191.372 323.651 194.162C323.651 196.951 323.142 199.044 322.125 200.439C321.107 201.834 319.637 202.53 317.715 202.53C315.791 202.53 314.321 201.834 313.304 200.439C312.287 199.044 311.778 196.932 311.778 194.162Z M357.897 180.949L348.435 207.392H340.575L331.114 180.949H338.428L344.553 202.322L350.828 180.949H357.897Z M369.658 176.877C369.658 175.048 369.243 173.56 368.413 172.411L368.432 172.43C367.583 171.279 366.416 170.714 364.89 170.714C363.626 170.714 362.59 171.11 361.779 171.921C360.95 172.73 360.554 173.843 360.554 175.142C360.554 176.443 360.912 177.461 361.648 178.159C362.382 178.857 363.23 179.214 364.191 179.214C364.775 179.214 365.286 179.045 365.68 178.686L365.888 178.837C365.549 180.025 364.89 181.117 363.87 182.078C362.853 183.041 361.61 183.813 360.157 184.378L363.287 186.923C365.38 185.943 366.962 184.549 368.036 182.777C369.111 180.986 369.658 179.026 369.658 176.877Z M25.6078 236.927H24.1564V228.54L24.3261 225.016H24.3073L20.1797 236.927H18.8792L14.7513 225.016H14.7326L14.9023 228.54V236.927H13.4508V223.582H15.8069L18.5588 231.688L19.5198 235.023H19.5576L20.5189 231.706L23.2706 223.582H25.6078V236.927Z M29.2483 236.927H30.775V226.824H29.2483V236.927Z M28.8714 223.657C28.8714 224.034 28.9844 224.318 29.1918 224.543C29.3991 224.77 29.6818 224.883 30.0212 224.883C30.3604 224.883 30.6431 224.77 30.8505 224.543C31.0577 224.318 31.1707 224.034 31.1707 223.657C31.1707 223.282 31.0577 222.998 30.8505 222.771C30.6431 222.546 30.3604 222.433 30.0212 222.433C29.6818 222.433 29.3991 222.546 29.1918 222.771C28.9657 222.998 28.8714 223.282 28.8714 223.657Z M42.2129 232.48H42.1967C42.2511 232.109 42.2694 231.738 42.2694 231.367C42.2694 230.462 42.1185 229.67 41.7793 228.955C41.4401 228.237 40.9499 227.672 40.3091 227.258C39.6684 226.843 38.8956 226.636 38.0098 226.636C36.5773 226.636 35.4653 227.107 34.6925 228.031C33.9197 228.973 33.524 230.237 33.524 231.894C33.524 233.554 33.9386 234.836 34.749 235.759C35.5595 236.683 36.6903 237.154 38.1228 237.154C39.1028 237.154 39.9134 236.964 40.5542 236.587C41.1951 236.212 41.704 235.663 42.0809 234.948L40.818 234.231C40.6485 234.721 40.3468 235.08 39.8756 235.344C39.4233 235.588 38.8391 235.722 38.1417 235.722C37.2559 235.722 36.5396 235.438 35.993 234.873C35.4463 234.306 35.1261 233.516 35.0317 232.48H42.1967L42.1939 232.499L42.2129 232.48ZM35.993 228.823C35.4841 229.351 35.1636 230.085 35.0506 231.046H40.818C40.7237 230.103 40.4223 229.369 39.9511 228.842C39.461 228.314 38.8201 228.031 38.0285 228.031C37.1804 228.031 36.5208 228.296 35.993 228.823Z M53.2385 236.927V226.824H51.7307V232.328C51.7307 233.458 51.4481 234.306 50.8637 234.871C50.2793 235.438 49.5444 235.72 48.6774 235.72C47.9423 235.72 47.3769 235.513 47 235.099C46.623 234.684 46.4344 233.985 46.4344 233.006V226.824H44.9077V233.439C44.9077 234.703 45.2281 235.626 45.888 236.229C46.5286 236.833 47.3769 237.133 48.3947 237.133C50.0344 237.133 51.1653 236.55 51.806 235.401L51.9003 236.927H53.2385Z M62.4771 236.927L59.8384 233.024L57.1432 236.927H55.3716L59.028 231.838L55.5977 226.824H57.5014L60.0081 230.556L62.4959 226.824H64.2865L60.8374 231.782L64.343 236.927H62.4771Z M80.4177 229.313C80.0611 228.446 79.5505 227.785 78.8916 227.314L78.9104 227.295C78.2515 226.824 77.4406 226.599 76.4983 226.599C75.066 226.599 73.9341 227.07 73.125 227.993C72.3141 228.936 71.8992 230.199 71.8992 231.857C71.8992 233.516 72.2953 234.798 73.125 235.722C73.9341 236.664 75.066 237.116 76.4983 237.116C77.4781 237.116 78.3266 236.87 79.0042 236.343C79.6838 235.834 80.1925 235.098 80.5322 234.156L79.1187 233.629C78.9855 234.308 78.6851 234.817 78.2327 235.173C77.7803 235.532 77.1759 235.722 76.4419 235.722C75.4808 235.722 74.745 235.382 74.1987 234.702C73.6525 234.006 73.3878 233.082 73.3878 231.875C73.3878 230.67 73.6525 229.728 74.1987 229.048C74.745 228.371 75.4996 228.031 76.4419 228.031C77.724 228.031 78.5518 228.69 78.9667 230.028L80.4177 229.313Z M90.3141 227.616C91.0105 228.275 91.369 229.218 91.369 230.462V236.927H89.8429V231.027C89.8429 229.972 89.6345 229.218 89.2009 228.746C88.7673 228.275 88.2023 228.031 87.504 228.031C87.014 228.031 86.5429 228.144 86.0905 228.408C85.6381 228.653 85.2627 229.03 84.9792 229.576C84.6958 230.104 84.5456 230.783 84.5456 231.594V236.946H83.0195V222.188H84.5456V228.352C84.8666 227.767 85.3002 227.333 85.8277 227.051C86.3739 226.768 86.9765 226.618 87.6373 226.618C88.711 226.618 89.597 226.957 90.2934 227.616H90.3141Z M95.5137 232.48H102.696V232.499C102.752 232.121 102.771 231.744 102.771 231.367C102.771 230.462 102.621 229.67 102.281 228.955C101.941 228.237 101.451 227.672 100.811 227.258C100.169 226.843 99.3975 226.636 98.5115 226.636C97.0793 226.636 95.9661 227.107 95.1946 228.031C94.4212 228.973 94.0251 230.237 94.0251 231.894C94.0251 233.554 94.44 234.836 95.2509 235.759C96.06 236.683 97.1919 237.154 98.6241 237.154C99.604 237.154 100.415 236.964 101.055 236.587C101.697 236.212 102.206 235.663 102.583 234.948L101.301 234.231C101.13 234.721 100.83 235.08 100.359 235.344C99.9062 235.588 99.3206 235.722 98.6241 235.722C97.7381 235.722 97.0229 235.438 96.4748 234.873C95.9286 234.306 95.6076 233.516 95.5137 232.48ZM95.5325 231.046C95.647 230.085 95.9661 229.351 96.4748 228.823C97.0023 228.296 97.7194 228.031 98.5115 228.031C99.3018 228.031 99.9438 228.314 100.434 228.842C100.905 229.369 101.207 230.103 101.301 231.046H95.5325Z M104.789 235.701L109.784 229.482L110.991 228.181L109.294 228.219H104.866V226.824H112.686V228.05L107.693 234.269L106.504 235.57L108.352 235.532H112.838V236.927H104.789V235.701Z M135.946 228.314C135.606 227.729 135.153 227.314 134.607 227.032L134.588 227.014C134.042 226.73 133.477 226.599 132.816 226.599C132.157 226.599 131.517 226.768 130.875 227.107C130.235 227.447 129.783 227.956 129.499 228.596C129.199 227.937 128.747 227.447 128.161 227.107C127.558 226.768 126.918 226.599 126.22 226.599C125.599 226.599 125.034 226.749 124.486 227.051C123.958 227.353 123.524 227.806 123.187 228.389L123.091 226.824H121.754V236.927H123.28V231.537C123.28 230.745 123.412 230.103 123.695 229.576C123.977 229.048 124.335 228.652 124.769 228.408C125.203 228.162 125.655 228.031 126.107 228.031C126.766 228.031 127.314 228.237 127.727 228.671C128.142 229.105 128.351 229.765 128.351 230.633V236.927H129.877V231.385C129.877 230.689 130.008 230.085 130.273 229.576C130.517 229.067 130.857 228.69 131.29 228.427C131.705 228.162 132.176 228.031 132.685 228.031C133.346 228.031 133.892 228.237 134.307 228.671C134.722 229.105 134.928 229.765 134.928 230.633V236.927H136.454V230.462C136.454 229.613 136.285 228.898 135.946 228.314Z M147.122 228.012C147.933 228.936 148.348 230.237 148.348 231.875C148.348 233.516 147.933 234.796 147.122 235.739C146.313 236.662 145.181 237.133 143.749 237.133C142.317 237.133 141.187 236.662 140.376 235.739C139.565 234.815 139.15 233.535 139.15 231.875C139.15 230.216 139.565 228.936 140.376 228.012C141.187 227.089 142.317 226.617 143.749 226.617C145.181 226.617 146.313 227.089 147.122 228.012ZM141.468 229.048C140.922 229.726 140.657 230.668 140.657 231.875C140.657 233.082 140.941 234.025 141.468 234.702C142.014 235.382 142.769 235.739 143.73 235.739C144.691 235.739 145.446 235.401 145.992 234.702C146.538 234.025 146.822 233.064 146.822 231.875C146.822 230.687 146.538 229.726 145.992 229.048C145.446 228.35 144.691 228.012 143.73 228.012C142.769 228.012 142.014 228.35 141.468 229.048Z M151.098 236.927H152.624V226.824H151.098V236.927Z M150.721 223.657C150.721 224.034 150.833 224.318 151.042 224.543C151.248 224.77 151.531 224.883 151.871 224.883C152.209 224.883 152.493 224.77 152.699 224.543C152.889 224.318 153.001 224.034 153.001 223.657C153.001 223.282 152.907 222.998 152.699 222.771C152.493 222.546 152.209 222.433 151.871 222.433C151.531 222.433 151.248 222.546 151.042 222.771C150.833 222.998 150.721 223.282 150.721 223.657Z M157.788 235.061C158.034 235.419 158.165 235.891 158.165 236.474C158.165 237.19 157.995 237.85 157.657 238.453C157.317 239.057 156.789 239.529 156.091 239.885L155.301 239.095C155.791 238.924 156.206 238.642 156.543 238.265C156.864 237.888 157.092 237.473 157.167 237.039L157.092 237.002C156.977 237.096 156.808 237.152 156.562 237.152C156.299 237.152 156.054 237.039 155.847 236.814C155.639 236.587 155.526 236.268 155.526 235.872C155.526 235.495 155.639 235.192 155.885 234.911C156.129 234.646 156.412 234.515 156.771 234.515C157.223 234.515 157.563 234.702 157.826 235.061H157.788Z M181.331 228.314C180.991 227.729 180.539 227.314 179.993 227.032L179.974 227.014C179.428 226.73 178.863 226.599 178.202 226.599C177.543 226.599 176.901 226.768 176.261 227.107C175.621 227.447 175.169 227.956 174.885 228.596C174.583 227.937 174.131 227.447 173.547 227.107C172.944 226.768 172.302 226.599 171.606 226.599C170.984 226.599 170.418 226.749 169.871 227.051C169.344 227.353 168.891 227.806 168.57 228.389L168.477 226.824H167.138V236.927H168.666V231.537C168.666 230.745 168.798 230.103 169.079 229.576C169.344 229.048 169.702 228.652 170.136 228.408C170.57 228.162 171.022 228.031 171.474 228.031C172.133 228.031 172.679 228.237 173.094 228.671C173.509 229.105 173.716 229.765 173.716 230.633V236.927H175.244V231.385C175.244 230.689 175.375 230.085 175.64 229.576C175.903 229.067 176.242 228.69 176.676 228.427C177.091 228.162 177.562 228.031 178.071 228.031C178.73 228.031 179.276 228.237 179.691 228.671C180.105 229.105 180.314 229.765 180.314 230.633V236.927H181.84V230.462C181.84 229.613 181.671 228.898 181.331 228.314Z M186.627 236.927H185.099V226.824H186.627V236.927Z M185.042 224.543C184.836 224.318 184.721 224.034 184.721 223.657C184.721 223.282 184.817 222.998 185.042 222.771C185.251 222.546 185.532 222.433 185.872 222.433C186.212 222.433 186.493 222.546 186.702 222.771C186.908 222.998 187.021 223.282 187.021 223.657C187.021 224.034 186.908 224.318 186.702 224.543C186.493 224.77 186.212 224.883 185.872 224.883C185.532 224.883 185.251 224.77 185.042 224.543Z M198.069 232.48H198.085L198.066 232.499L198.069 232.48Z M198.143 231.367C198.143 231.738 198.125 232.109 198.069 232.48H190.905C190.999 233.516 191.32 234.306 191.866 234.873C192.412 235.438 193.129 235.722 194.015 235.722C194.712 235.722 195.295 235.588 195.748 235.344C196.219 235.08 196.521 234.721 196.69 234.231L197.953 234.948C197.576 235.663 197.067 236.212 196.427 236.587C195.787 236.964 194.976 237.154 193.996 237.154C192.564 237.154 191.432 236.683 190.621 235.759C189.812 234.836 189.397 233.554 189.397 231.894C189.397 230.237 189.793 228.973 190.565 228.031C191.357 227.107 192.45 226.636 193.882 226.636C194.768 226.636 195.541 226.843 196.181 227.258C196.823 227.672 197.313 228.237 197.653 228.955C197.972 229.67 198.143 230.462 198.143 231.367ZM190.923 231.046C191.036 230.085 191.357 229.351 191.866 228.823C192.374 228.296 193.073 228.031 193.882 228.031C194.693 228.031 195.314 228.314 195.806 228.842C196.296 229.369 196.596 230.103 196.69 231.046H190.923Z M209.094 226.824V236.927H207.756L207.662 235.401C207.02 236.55 205.89 237.133 204.249 237.133C203.232 237.133 202.383 236.833 201.724 236.229C201.064 235.626 200.745 234.703 200.745 233.439V226.824H202.271V233.006C202.271 233.985 202.458 234.684 202.836 235.099C203.213 235.513 203.778 235.72 204.514 235.72C205.381 235.72 206.115 235.438 206.699 234.871C207.266 234.306 207.566 233.458 207.566 232.328V226.824H209.094Z M215.707 233.024L218.328 236.927H220.194L216.687 231.782L220.137 226.824H218.347L215.878 230.556L213.37 226.824H211.467L214.898 231.838L211.223 236.927H212.993L215.707 233.024Z M236.178 228.05C236.949 228.992 237.345 230.274 237.345 231.894C237.345 233.516 236.949 234.817 236.178 235.74C235.385 236.683 234.349 237.154 233.011 237.154C232.313 237.154 231.691 237.002 231.145 236.664C230.599 236.343 230.165 235.909 229.863 235.363V241.186H228.337V226.824H229.675L229.769 228.577C230.052 227.993 230.465 227.503 231.051 227.145C231.635 226.786 232.294 226.599 233.03 226.599C234.368 226.599 235.423 227.07 236.196 228.012L236.178 228.05ZM235.027 234.684C235.554 233.987 235.819 233.064 235.819 231.875C235.819 230.689 235.554 229.765 235.027 229.086C234.499 228.389 233.765 228.031 232.842 228.031C231.918 228.031 231.201 228.371 230.655 229.048C230.109 229.728 229.844 230.633 229.844 231.763V232.009C229.844 233.139 230.109 234.043 230.655 234.721C231.201 235.401 231.918 235.74 232.842 235.74C233.765 235.74 234.499 235.401 235.027 234.702V234.684Z M248.768 231.875C248.768 230.237 248.353 228.936 247.542 228.012C246.733 227.089 245.601 226.617 244.169 226.617C242.736 226.617 241.606 227.089 240.795 228.012C239.984 228.936 239.57 230.216 239.57 231.875C239.57 233.535 239.984 234.815 240.795 235.739C241.606 236.662 242.736 237.133 244.169 237.133C245.601 237.133 246.733 236.662 247.542 235.739C248.353 234.796 248.768 233.516 248.768 231.875ZM241.077 231.875C241.077 230.668 241.342 229.726 241.888 229.048C242.434 228.35 243.189 228.012 244.15 228.012C245.111 228.012 245.866 228.35 246.412 229.048C246.958 229.726 247.241 230.687 247.241 231.875C247.241 233.064 246.958 234.025 246.412 234.702C245.866 235.401 245.111 235.739 244.15 235.739C243.189 235.739 242.434 235.382 241.888 234.702C241.36 234.025 241.077 233.082 241.077 231.875Z M259.777 226.824V236.927H258.439L258.345 235.401C257.703 236.55 256.573 237.133 254.932 237.133C253.915 237.133 253.066 236.833 252.407 236.229C251.747 235.626 251.428 234.703 251.428 233.439V226.824H252.954V233.006C252.954 233.985 253.141 234.684 253.519 235.099C253.896 235.513 254.461 235.72 255.197 235.72C256.064 235.72 256.798 235.438 257.382 234.871C257.968 234.306 258.249 233.458 258.249 232.328V226.824H259.777Z M268.352 228.408L268.652 226.824L268.633 226.843C268.408 226.693 268.05 226.636 267.597 226.636C266.09 226.636 265.071 227.258 264.543 228.502L264.337 226.843H263.111V236.946H264.639V231.479C264.639 230.764 264.77 230.162 265.014 229.651C265.26 229.142 265.581 228.767 265.957 228.521C266.334 228.256 266.749 228.144 267.145 228.144C267.654 228.144 268.05 228.237 268.352 228.408Z M278.002 234.231C278.002 234.74 278.077 235.099 278.228 235.288C278.378 235.476 278.642 235.57 279.039 235.57C279.301 235.57 279.547 235.57 279.735 235.513C279.925 235.476 280.169 235.401 280.433 235.288L280.187 236.852C279.774 237.04 279.301 237.135 278.774 237.135C278.002 237.135 277.417 236.908 277.041 236.475C276.664 236.041 276.474 235.345 276.474 234.44V222.188H278.002V234.231Z M290.684 236.946L290.778 235.663L290.722 235.682C290.476 235.74 290.213 235.778 289.967 235.778C289.723 235.778 289.534 235.703 289.421 235.588C289.308 235.476 289.252 235.288 289.252 235.042V230.066C289.252 228.936 288.894 228.087 288.214 227.503C287.536 226.92 286.632 226.636 285.5 226.636C284.576 226.636 283.767 226.843 283.069 227.295C282.391 227.747 281.901 228.352 281.655 229.105L282.787 229.972C283.031 229.351 283.409 228.861 283.861 228.54C284.332 228.219 284.878 228.05 285.518 228.05C286.217 228.05 286.763 228.256 287.159 228.652C287.555 229.067 287.762 229.595 287.762 230.274V230.839L285.237 231.273C284.03 231.498 283.125 231.875 282.485 232.44C281.845 233.007 281.524 233.666 281.524 234.44C281.524 235.326 281.845 235.984 282.447 236.456C283.05 236.927 283.823 237.154 284.766 237.154C285.406 237.154 285.99 237.021 286.557 236.758C287.122 236.493 287.555 236.135 287.837 235.663C287.914 236.212 288.101 236.587 288.385 236.814C288.666 237.039 289.063 237.154 289.552 237.154C289.949 237.154 290.326 237.077 290.684 236.946ZM287.762 233.535C287.762 234.194 287.48 234.721 286.894 235.117H286.913C286.329 235.513 285.633 235.722 284.841 235.722C284.295 235.722 283.861 235.607 283.559 235.382C283.258 235.155 283.106 234.836 283.106 234.421C283.106 233.95 283.315 233.554 283.73 233.251C284.143 232.951 284.785 232.724 285.633 232.555L287.762 232.14V233.535Z M306.497 228.05C307.271 228.992 307.665 230.274 307.665 231.894C307.665 233.516 307.271 234.817 306.497 235.74C305.705 236.683 304.669 237.154 303.331 237.154C302.634 237.154 302.011 237.002 301.446 236.664C300.9 236.343 300.466 235.909 300.164 235.363V241.186H298.638V226.824H299.976L300.07 228.577C300.354 227.993 300.787 227.503 301.352 227.145C301.936 226.786 302.597 226.599 303.331 226.599C304.669 226.599 305.724 227.07 306.497 228.012V228.05ZM305.347 234.684C305.876 233.987 306.139 233.064 306.139 231.875C306.139 230.689 305.876 229.765 305.347 229.086C304.819 228.389 304.085 228.031 303.162 228.031C302.238 228.031 301.521 228.371 300.975 229.048C300.429 229.728 300.164 230.633 300.164 231.763V232.009C300.164 233.139 300.429 234.043 300.975 234.721C301.521 235.401 302.238 235.74 303.162 235.74C304.085 235.74 304.819 235.401 305.347 234.702V234.684Z M312.116 235.288C311.966 235.099 311.889 234.74 311.889 234.231V222.188H310.362V234.44C310.362 235.345 310.552 236.041 310.927 236.475C311.305 236.908 311.889 237.135 312.662 237.135C313.189 237.135 313.661 237.04 314.075 236.852L314.321 235.288C314.057 235.401 313.813 235.476 313.623 235.513C313.435 235.57 313.189 235.57 312.927 235.57C312.531 235.57 312.266 235.476 312.116 235.288Z M324.67 235.663L324.574 236.946C324.218 237.077 323.84 237.154 323.426 237.154C322.936 237.154 322.54 237.039 322.256 236.814C321.975 236.587 321.785 236.212 321.71 235.663C321.426 236.135 320.995 236.493 320.428 236.758C319.863 237.021 319.279 237.154 318.658 237.154C317.713 237.154 316.942 236.927 316.339 236.456C315.735 235.984 315.416 235.326 315.416 234.44C315.416 233.666 315.735 233.007 316.377 232.44C317.017 231.875 317.922 231.498 319.129 231.273L321.654 230.839V230.274C321.654 229.595 321.447 229.067 321.051 228.652C320.655 228.256 320.109 228.05 319.41 228.05C318.77 228.05 318.224 228.219 317.753 228.54C317.3 228.861 316.923 229.351 316.677 229.972L315.566 229.105C315.81 228.352 316.281 227.747 316.979 227.295C317.676 226.843 318.487 226.636 319.41 226.636C320.542 226.636 321.447 226.92 322.125 227.503C322.802 228.087 323.161 228.936 323.161 230.066V235.042C323.161 235.288 323.217 235.476 323.332 235.588C323.444 235.703 323.632 235.778 323.878 235.778C324.122 235.778 324.387 235.74 324.631 235.682L324.67 235.663ZM320.786 235.117C321.37 234.721 321.654 234.194 321.654 233.535V232.14L319.523 232.555C318.676 232.724 318.034 232.951 317.62 233.251C317.205 233.554 316.998 233.95 316.998 234.421C316.998 234.836 317.148 235.155 317.451 235.382C317.753 235.607 318.186 235.722 318.733 235.722C319.523 235.722 320.221 235.513 320.805 235.117H320.786Z M335.017 230.462C335.017 229.219 334.658 228.275 333.96 227.616V227.635C333.282 226.976 332.378 226.636 331.304 226.636C330.606 226.636 329.984 226.786 329.419 227.07C328.852 227.351 328.419 227.804 328.1 228.408L328.006 226.824H326.667V236.927H328.194V231.556C328.194 230.745 328.344 230.066 328.627 229.538C328.911 229.011 329.267 228.633 329.72 228.389C330.172 228.144 330.643 228.031 331.152 228.031C331.85 228.031 332.415 228.275 332.849 228.746C333.282 229.219 333.489 229.972 333.489 231.027V236.927H335.017V230.462Z M342.912 225.148H341.668L339.802 221.775H341.461L342.912 225.148Z M346.361 232.48H339.18C339.256 233.516 339.595 234.29 340.142 234.873C340.688 235.438 341.405 235.722 342.291 235.722C342.987 235.722 343.571 235.589 344.023 235.326C344.495 235.061 344.797 234.704 344.966 234.213L346.248 234.911C345.871 235.628 345.362 236.174 344.722 236.552C344.08 236.927 343.271 237.117 342.291 237.117C340.859 237.117 339.727 236.664 338.916 235.722C338.107 234.798 337.692 233.516 337.692 231.857C337.692 230.199 338.088 228.936 338.859 227.994C339.633 227.07 340.744 226.599 342.176 226.599C343.062 226.599 343.836 226.805 344.476 227.22C345.118 227.635 345.608 228.2 345.948 228.917C346.285 229.634 346.438 230.425 346.438 231.311C346.438 231.688 346.419 232.065 346.361 232.443V232.48ZM340.142 228.823C339.633 229.351 339.312 230.087 339.199 231.048H344.966C344.872 230.105 344.572 229.37 344.08 228.823C343.59 228.296 342.95 228.031 342.158 228.031C341.367 228.031 340.65 228.296 340.142 228.823Z M352.225 237.135C353.223 237.135 354.053 236.833 354.674 236.23H354.693L354.166 234.873C353.694 235.382 353.148 235.626 352.544 235.626C352.112 235.626 351.772 235.494 351.508 235.25C351.245 234.986 351.111 234.627 351.111 234.137V228.219H354.637V226.824H351.111V223.959L349.585 224.412V226.843H347.682V228.237H349.585V234.439C349.604 235.344 349.85 236.022 350.34 236.474C350.811 236.908 351.451 237.135 352.225 237.135Z M364.736 232.48H357.556C357.65 233.516 357.971 234.306 358.517 234.873C359.063 235.438 359.78 235.722 360.666 235.722C361.363 235.722 361.946 235.588 362.399 235.344C362.87 235.08 363.172 234.721 363.341 234.231L364.623 234.948C364.246 235.663 363.737 236.212 363.097 236.587C362.457 236.964 361.646 237.154 360.666 237.154C359.234 237.154 358.102 236.683 357.291 235.759C356.482 234.836 356.067 233.554 356.067 231.894C356.067 230.237 356.463 228.973 357.235 228.031C358.008 227.107 359.119 226.636 360.552 226.636C361.438 226.636 362.211 226.843 362.851 227.258C363.493 227.672 363.983 228.237 364.323 228.955C364.661 229.67 364.813 230.462 364.813 231.367C364.813 231.744 364.794 232.121 364.736 232.499V232.48ZM358.517 228.823C358.008 229.351 357.687 230.085 357.575 231.046H363.341C363.247 230.103 362.947 229.369 362.476 228.842C361.986 228.314 361.344 228.031 360.552 228.031C359.761 228.031 359.044 228.296 358.517 228.823Z" fill="#29312E" class="contrast-color"/></svg> 
                    </td>
                </tr>
        
                <tr>
                    <td>
                        mastercard
                        <code>[[svg_include:svg/labels/mastercard.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Mastercard" width="317" height="250" fill="none" viewBox="0 0 317 250" class="label-mastercard"><path fill="#000" d="M63.051 240.653V225.22c0-5.908-3.615-9.788-9.788-9.788-3.087 0-6.438 1.058-8.73 4.409-1.764-2.822-4.41-4.409-8.201-4.409-2.558 0-5.115.794-7.143 3.616v-3.087h-5.38v24.692h5.292v-13.581c0-4.409 2.292-6.437 5.908-6.437 3.615 0 5.38 2.293 5.38 6.437v13.581h5.378v-13.581c0-4.409 2.558-6.437 5.908-6.437 3.616 0 5.38 2.293 5.38 6.437v13.581h5.996Zm79.894-24.692h-8.73v-7.495h-5.379v7.495h-4.85v4.85h4.85v11.288c0 5.644 2.293 8.994 8.466 8.994 2.292 0 4.85-.793 6.702-1.763l-1.588-4.674c-1.587 1.058-3.351 1.323-4.673 1.323-2.558 0-3.616-1.587-3.616-4.145v-11.023h8.73l.088-4.85Zm45.768-.529c-3.087 0-5.115 1.587-6.438 3.616v-3.087h-5.379v24.692h5.379V226.72c0-4.145 1.764-6.438 5.115-6.438 1.058 0 2.293.265 3.351.529l1.587-5.114c-1.058-.265-2.557-.265-3.615-.265Zm-69.136 2.557c-2.558-1.763-6.173-2.557-10.053-2.557-6.173 0-10.23 3.087-10.23 7.937 0 4.144 3.087 6.437 8.466 7.142l2.558.265c2.821.529 4.409 1.323 4.409 2.557 0 1.764-2.029 3.087-5.644 3.087a14.338 14.338 0 0 1-8.201-2.558l-2.557 4.145c2.821 2.028 6.702 3.086 10.582 3.086 7.142 0 11.287-3.35 11.287-7.936 0-4.409-3.351-6.702-8.466-7.496l-2.557-.264c-2.293-.265-4.145-.794-4.145-2.293 0-1.764 1.764-2.822 4.674-2.822 3.087 0 6.173 1.323 7.76 2.028l2.117-4.321Zm143.386-2.557c-3.086 0-5.115 1.587-6.437 3.616v-3.087h-5.38v24.692h5.38V226.72c0-4.145 1.763-6.438 5.114-6.438 1.058 0 2.293.265 3.351.529l1.588-5.114c-.971-.265-2.558-.265-3.616-.265Zm-68.871 12.875c0 7.495 5.114 12.875 13.139 12.875 3.616 0 6.173-.794 8.73-2.822l-2.557-4.409c-2.028 1.587-4.145 2.292-6.437 2.292-4.41 0-7.496-3.086-7.496-7.936 0-4.674 3.086-7.76 7.496-7.937 2.292 0 4.409.794 6.437 2.293l2.557-4.409c-2.557-2.028-5.114-2.822-8.73-2.822-7.936 0-13.139 5.467-13.139 12.875Zm49.912 0v-12.346h-5.38v3.087c-1.763-2.293-4.409-3.616-7.76-3.616-6.966 0-12.345 5.379-12.345 12.875 0 7.495 5.379 12.875 12.345 12.875 3.616 0 6.173-1.323 7.76-3.616v3.087h5.38v-12.346Zm-19.842 0c0-4.409 2.822-7.937 7.496-7.937 4.409 0 7.495 3.351 7.495 7.937 0 4.409-3.086 7.936-7.495 7.936-4.586-.264-7.496-3.615-7.496-7.936ZM159.7 215.432c-7.143 0-12.345 5.115-12.345 12.875s5.114 12.875 12.61 12.875c3.615 0 7.143-1.059 10.053-3.351l-2.558-3.88c-2.028 1.587-4.673 2.557-7.142 2.557-3.351 0-6.702-1.587-7.496-5.908h18.254v-2.029c.176-7.936-4.497-13.139-11.376-13.139Zm0 4.674c3.351 0 5.644 2.028 6.173 5.908h-12.875c.529-3.351 2.822-5.908 6.702-5.908Zm133.863 8.201v-22.134h-5.38v12.875c-1.763-2.293-4.409-3.616-7.76-3.616-6.966 0-12.345 5.379-12.345 12.875 0 7.495 5.379 12.875 12.345 12.875 3.616 0 6.173-1.323 7.76-3.616v3.087h5.38v-12.346Zm-19.753 0c0-4.409 2.821-7.937 7.495-7.937 4.409 0 7.496 3.351 7.496 7.937 0 4.409-3.087 7.936-7.496 7.936-4.674-.264-7.495-3.615-7.495-7.936Zm-180.424 0v-12.346h-5.379v3.087c-1.764-2.293-4.41-3.616-7.76-3.616-6.966 0-12.346 5.379-12.346 12.875 0 7.495 5.38 12.875 12.346 12.875 3.615 0 6.173-1.323 7.76-3.616v3.087h5.38v-12.346Zm-20.017 0c0-4.409 2.822-7.937 7.495-7.937 4.41 0 7.496 3.351 7.496 7.937 0 4.409-3.087 7.936-7.496 7.936-4.674-.264-7.495-3.615-7.495-7.936Z"/><path fill="#FF5A00" d="M198.765 28.572h-80.952v145.414h80.952V28.572Z"/><path fill="#EB001B" d="M123.192 101.323c0-29.542 13.933-55.82 35.185-72.752-15.696-12.345-35.449-19.753-57.054-19.753-51.147 0-92.505 41.358-92.505 92.505 0 51.146 41.358 92.504 92.505 92.504 21.605 0 41.358-7.495 57.054-19.753-21.34-16.755-35.185-43.21-35.185-72.751Z"/><path fill="#F79E1B" d="M308.025 101.323c0 51.146-41.358 92.504-92.505 92.504-21.605 0-41.358-7.495-57.054-19.753 21.605-17.019 35.185-43.21 35.185-72.751 0-29.542-13.933-55.82-35.185-72.752 15.696-12.345 35.449-19.753 57.054-19.753 51.058 0 92.505 41.623 92.505 92.505Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        nf
                        <code>[[svg_include:svg/labels/nf.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo NF" width="338" height="250" fill="none" viewBox="0 0 338 250" class="label-nf"><path fill="#004C7A" d="M197.397 230.335c86.772-27.072 144.621-95.943 129.277-154.233-15.432-58.2-98.589-83.51-185.362-56.437C54.54 46.737-3.308 115.785 12.035 173.898c15.432 58.201 98.413 83.421 185.362 56.437Z"/><path fill="#fff" d="m145.104 80.247-5.997 68.166c-.44 4.232-.881 9.612 0 15.873-.705-1.323-6.966-9.348-8.906-11.817 0 0-27.249-33.51-37.125-43.827-5.997-6.526-17.637-7.584-25.485-7.848H59.3l-7.583 84.744H75.88l4.233-47.443c.44-4.233.882-11.199.264-15.873l10.318 12.787s22.575 27.954 36.243 42.24c5.556 5.82 11.64 8.289 18.342 8.289h14.992l8.994-105.291h-24.162Zm93.915-16.049c-21.693 0-49.647 0-51.411 20.105-.441 3.792-8.906 101.323-8.906 101.323h24.162l4.497-50.529c.706-6.702 7.408-8.73 19.048-9.171h29.982c4.674-1.764 8.731-14.991 9.172-18.078h-33.069c-9.612.265-16.755.706-22.575 1.323l1.587-17.637c.882-9.876 13.404-9.612 27.69-9.612h52.116c4.674-1.763 8.907-14.99 9.171-18.077h-61.287v.353h-.177Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        nfhqe
                        <code>[[svg_include:svg/labels/nfhqe.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo NF HQE" width="633" height="250" fill="none" viewBox="0 0 633 250" class="label-nf-hqe"><path fill="#004C7A" d="M197.61 230.335c86.773-27.072 144.621-95.943 129.277-154.233-15.432-58.2-98.589-83.51-185.361-56.437C54.753 46.737-3.095 115.785 12.249 173.898c15.432 58.201 98.412 83.421 185.361 56.437Z"/><path fill="#fff" d="m145.317 80.247-5.996 68.166c-.441 4.232-.882 9.612 0 15.873-.706-1.323-6.967-9.348-8.907-11.817 0 0-27.248-33.51-37.125-43.827-5.996-6.526-17.636-7.584-25.485-7.848h-8.29l-7.583 84.744h24.162l4.233-47.443c.441-4.233.882-11.199.265-15.873l10.317 12.787s22.575 27.954 36.244 42.24c5.555 5.82 11.64 8.289 18.342 8.289h14.991l8.995-105.291h-24.163Zm93.916-16.049c-21.693 0-49.648 0-51.411 20.105-.441 3.792-8.907 101.323-8.907 101.323h24.163l4.497-50.529c.705-6.702 7.407-8.73 19.048-9.171h29.982c4.674-1.764 8.73-14.991 9.171-18.078h-33.069c-9.612.265-16.755.706-22.575 1.323l1.588-17.637c.881-9.876 13.403-9.612 27.689-9.612h52.117c4.673-1.763 8.906-14.99 9.171-18.077h-61.288v.353h-.176Z"/><path fill="#18171C" d="M572.125 79.63V64.198h-51.234v77.513h51.234v-15.344h-33.333V110.67h32.01V95.238h-32.01V79.63h33.333Zm-161.64-15.432v31.04h-35.979v-31.04h-17.901v77.513h17.901V110.67h35.979v31.041h17.901V64.197h-17.901Zm107.584 38.888c0-22.84-19.224-41.181-42.681-41.181-23.457 0-42.681 18.518-42.681 41.181 0 20.106 14.991 37.126 34.921 40.477v7.407h15.432v-7.407c19.753-3.616 35.009-20.371 35.009-40.477Zm-35.185 24.604v-10.935h-15.433v10.935c-11.199-3.087-19.488-12.963-19.488-24.78 0-14.286 12.257-25.926 27.249-25.926 14.991 0 27.248 11.64 27.248 25.926.177 11.817-8.113 21.605-19.576 24.78Z"/><path fill="#004C7A" d="M603.43 87.478c11.007 0 19.93-8.015 19.93-17.901 0-9.887-8.923-17.902-19.93-17.902-11.006 0-19.929 8.015-19.929 17.902 0 9.886 8.923 17.9 19.929 17.9Z"/><path fill="#fff" d="M592.936 68.166c-.705 0-1.322-.265-1.763-.882-.706-.882-.441-2.47.441-3.087l12.257-8.73 12.258 8.73c.881.706 1.322 2.029.441 3.087-.706.882-2.029 1.323-3.087.44l-9.612-6.878-9.612 6.967c-.441.353-.882.353-1.323.353Zm10.935 14.374c-4.674 0-9.171-2.205-12.081-5.997-.705-.882-.441-2.469.441-3.086.882-.706 2.469-.441 3.086.44 2.029 2.646 5.115 4.233 8.466 4.233 3.351 0 6.526-1.587 8.466-4.232.705-.882 2.204-1.147 3.086-.441.882.705 1.146 2.204.441 3.086-2.734 3.704-7.231 5.997-11.905 5.997Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        paypal
                        <code>[[svg_include:svg/labels/paypal.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo paypal" width="968" height="250" fill="none" viewBox="0 0 968 250" class="label-paypal"><path fill="#179BD7" d="M739.216 59.952h-52.652a7.315 7.315 0 0 0-7.22 6.173L658.052 201.12a4.378 4.378 0 0 0 2.492 4.663 4.382 4.382 0 0 0 1.834.402h27.019a5.12 5.12 0 0 0 5.05-4.326l6.042-38.265a7.313 7.313 0 0 1 7.221-6.181h16.657c34.686 0 54.692-16.781 59.927-50.035 2.363-14.549.092-25.98-6.72-33.985-7.475-8.791-20.738-13.44-38.358-13.44Zm6.074 49.303c-2.872 18.89-17.305 18.89-31.268 18.89h-7.937l5.581-35.278a4.37 4.37 0 0 1 4.326-3.703h3.641c9.499 0 18.475 0 23.109 5.42 2.763 3.232 3.602 8.036 2.548 14.671Zm151.282-.608h-25.195a4.361 4.361 0 0 0-4.326 3.703l-1.116 7.051-1.77-2.556c-5.458-7.921-17.62-10.569-29.767-10.569-27.858 0-51.644 21.099-56.278 50.697-2.402 14.764 1.009 28.881 9.384 38.727 7.697 9.052 18.674 12.824 31.752 12.824 22.447 0 34.894-14.433 34.894-14.433l-1.124 7.005a4.395 4.395 0 0 0 .997 3.543 4.388 4.388 0 0 0 3.345 1.537h22.7a7.31 7.31 0 0 0 7.22-6.181l13.633-86.283a4.393 4.393 0 0 0-2.512-4.665 4.394 4.394 0 0 0-1.837-.4Zm-35.14 49.065c-2.417 14.402-13.864 24.07-28.443 24.07-7.305 0-13.171-2.347-16.927-6.797-3.726-4.418-5.127-10.707-3.957-17.712 2.286-14.279 13.895-24.263 28.251-24.263 7.159 0 12.978 2.379 16.811 6.866 3.857 4.534 5.381 10.862 4.265 17.836Zm64.86-94.058L904.685 201.12a4.378 4.378 0 0 0 2.492 4.663 4.382 4.382 0 0 0 1.834.402h21.723a7.302 7.302 0 0 0 7.228-6.181l21.307-134.986a4.392 4.392 0 0 0-4.326-5.073h-24.324a4.393 4.393 0 0 0-4.327 3.71Zm-740.876 3.364a127.79 127.79 0 0 1-.739 4.234c-9.522 48.887-42.099 65.776-83.705 65.776H79.788c-5.088 0-9.375 3.695-10.168 8.714l-10.846 68.786-3.072 19.498a5.42 5.42 0 0 0 5.35 6.266h37.573a9.042 9.042 0 0 0 8.929-7.62l.369-1.909 7.074-44.893.455-2.463a9.036 9.036 0 0 1 8.929-7.637H130c36.402 0 64.899-14.779 73.228-57.547 3.479-17.866 1.678-32.785-7.528-43.276a35.93 35.93 0 0 0-10.284-7.93Z"/><path fill="#222D65" d="M175.455 63.046a75.093 75.093 0 0 0-9.26-2.055 117.655 117.655 0 0 0-18.675-1.363H90.927a9.022 9.022 0 0 0-8.922 7.636l-12.039 76.253-.346 2.225a10.285 10.285 0 0 1 10.168-8.714h21.184c41.606 0 74.183-16.896 83.705-65.776.284-1.447.523-2.856.739-4.234a50.786 50.786 0 0 0-7.829-3.302 69.801 69.801 0 0 0-2.132-.67Z"/><path fill="#253B80" d="M363.717 59.952h-52.645a7.314 7.314 0 0 0-7.228 6.173l-21.292 134.994a4.403 4.403 0 0 0 1.004 3.533 4.394 4.394 0 0 0 3.338 1.532h25.133a7.313 7.313 0 0 0 7.228-6.181l5.742-36.41a7.315 7.315 0 0 1 7.221-6.181h16.665c34.678 0 54.692-16.781 59.919-50.035 2.355-14.549.1-25.98-6.713-33.985-7.482-8.791-20.752-13.44-38.372-13.44Zm6.073 49.303c-2.879 18.89-17.312 18.89-31.268 18.89h-7.944l5.573-35.278a4.39 4.39 0 0 1 4.334-3.703h3.641c9.507 0 18.474 0 23.108 5.42 2.764 3.232 3.611 8.036 2.556 14.671Zm151.29-.608h-25.21a4.385 4.385 0 0 0-4.334 3.702l-1.116 7.052-1.763-2.556c-5.457-7.921-17.627-10.569-29.774-10.569-27.858 0-51.652 21.099-56.286 50.697-2.409 14.764 1.017 28.881 9.392 38.727 7.682 9.052 18.674 12.824 31.752 12.824 22.447 0 34.894-14.433 34.894-14.433l-1.124 7.005a4.391 4.391 0 0 0 2.49 4.674 4.377 4.377 0 0 0 1.836.406h22.708a7.307 7.307 0 0 0 4.756-1.755 7.304 7.304 0 0 0 2.472-4.426l13.625-86.283a4.378 4.378 0 0 0-.99-3.53 4.366 4.366 0 0 0-3.328-1.535Zm-35.14 49.065c-2.432 14.402-13.863 24.07-28.443 24.07-7.32 0-13.171-2.347-16.927-6.797-3.726-4.418-5.142-10.707-3.957-17.712 2.271-14.279 13.895-24.263 28.251-24.263 7.159 0 12.978 2.379 16.812 6.866 3.841 4.534 5.365 10.862 4.264 17.836Zm169.402-49.065h-25.333a7.338 7.338 0 0 0-6.058 3.21l-34.939 51.466-14.811-49.457a7.335 7.335 0 0 0-7.02-5.219h-24.894a4.388 4.388 0 0 0-4.165 5.804l27.904 81.888-26.233 37.033a4.386 4.386 0 0 0 1.296 6.288 4.39 4.39 0 0 0 2.283.64h25.302a7.3 7.3 0 0 0 6.012-3.141l84.259-121.623a4.39 4.39 0 0 0-1.331-6.254 4.386 4.386 0 0 0-2.272-.635ZM82.005 67.264a8.999 8.999 0 0 1 8.921-7.628h56.593c6.705 0 12.963.439 18.675 1.362a75.087 75.087 0 0 1 11.4 2.718c2.81.931 5.419 2.032 7.829 3.302 2.832-18.066-.023-30.367-9.792-41.506C164.862 13.25 145.426 8 120.554 8H48.35a10.32 10.32 0 0 0-10.199 8.721L8.076 207.354a6.202 6.202 0 0 0 6.12 7.174h44.577L82.005 67.264Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pefc
                        <code>[[svg_include:svg/labels/pefc.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo PEFC" width="221" height="250" fill="none" viewBox="0 0 221 250" class="label-pefc"><path fill="#006B4A" d="M30.757 208.648H8v-9.795h23.41c10.284 0 17.043 6.432 17.043 14.692 0 8.326-6.759 14.823-17.043 14.823H19.297v12.145H8v-22.005h22.757c4.897 0 6.366-2.188 6.366-4.963 0-2.742-1.436-4.897-6.366-4.897Zm28.437 31.865V198.82h37.547v9.828h-26.25v5.648h17.827v9.795H70.49v6.595h26.22v9.794H59.194v.033Zm49.856 0V198.82h37.547v9.828H120.38v5.648h17.826v9.795H120.38v16.422h-11.33Zm86.26-6.823a25.64 25.64 0 0 1-18.643 7.607c-13.68 0-24.617-9.403-24.617-21.614s10.937-21.646 24.617-21.646c6.857 0 13.713 2.449 18.741 7.705l-9.142 6.301a12.44 12.44 0 0 0-9.599-4.179c-6.758 0-12.929 5.224-12.929 11.819 0 6.53 6.171 11.786 12.929 11.786 3.722 0 7.118-1.371 9.469-3.656l9.174 5.877Zm-49.366-111.268h-26.838v18.969h-17.859v-18.969H73.234l.653-.228A38.531 38.531 0 0 0 93.41 81.186l16.782-31.898 35.751 73.134Z M20.57 88.957c0-17.957 14.79-32.485 33.041-32.485 18.284 0 33.107 14.56 33.107 32.485a32.65 32.65 0 0 1-24.748 31.474v21.548H44.078v-21.875A32.583 32.583 0 0 1 20.57 88.957Z M12.538 96.303c.327-1.306.653-2.612 1.045-3.918 0 0 .066-.13.196-.13.261 0 .229.163.229.163a40.68 40.68 0 0 0 1.404 7.51c-5.975 37.709 18.838 67.354 57.887 67.354 37.874 0 75.91-27.85 89.46-63.927l17.728-16.52 10.22 11.362c-12.57 47.341-61.414 85.409-110.094 85.409-49.334 0-79.828-39.08-68.075-87.303Zm154.204-7.346c6.856-38.362-18.088-68.726-57.626-68.726-25.01 0-50.117 12.178-68.173 30.82a35.45 35.45 0 0 0-5.583 2.384s-.228.13-.424-.098c-.196-.196-.065-.392-.065-.392C56.68 26.695 89.95 9 123.122 9c45.742 0 75.29 33.628 69.968 76.954L182.544 74.2l-15.802 14.757Zm32.38 102.213h5.694v1.508h-1.914v4.535h-1.867v-4.544h-1.913v-1.499Zm6.514 0h2.47l.924 3.677.943-3.677h2.451v6.043h-1.527v-4.61l-1.169 4.619h-1.396l-1.159-4.619v4.619h-1.537v-6.052Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pginstall
                        <code>[[svg_include:svg/labels/pginstall.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Professionnel du gaz - Installation" width="218" height="250" fill="none" viewBox="0 0 218 250" class="label-pg-installation"><path fill="url(#gradient-label-pg-installation)" d="M89.153 62.258c-4.232 1.94-8.024 4.85-11.023 8.289a42.786 42.786 0 0 0-7.671 13.492c-2.029 5.908-2.999 12.17-2.91 18.43-.089 6.173.881 12.346 2.821 18.342a41.19 41.19 0 0 0 7.584 13.404c2.998 3.616 6.79 6.349 11.023 8.289 4.145 1.94 8.73 2.91 13.228 2.91 10.052 0 17.901-2.821 23.456-8.289V99.03h-25.132v12.081h11.905v19.048c-2.381 1.763-5.644 2.645-9.789 2.645-2.821 0-5.643-.705-8.112-2.028-2.734-1.411-4.939-3.439-6.79-5.908-2.029-2.822-3.616-5.997-4.586-9.26-1.146-4.056-1.764-8.201-1.764-12.433-.088-4.41.441-8.819 1.764-13.14a28.01 28.01 0 0 1 4.762-9.435c1.852-2.381 4.32-4.41 7.143-5.732 2.822-1.323 5.82-1.94 8.818-1.94 2.998 0 5.997.44 8.907 1.587 2.645.97 5.026 2.205 7.231 3.792l2.381-12.787c-2.646-1.851-5.468-3.262-8.642-4.144-3.88-1.147-7.849-1.764-11.905-1.676-4.321-.176-8.642.706-12.699 2.557Z"/><path fill="#4197CB" d="M173.369 113.757c-1.676-39.771-20.459-71.517-20.723-71.958-.265.353-19.048 32.099-20.724 71.958-.881 21.869 1.323 37.919 3.616 48.06.794 3.88 1.94 7.672 3.175 11.287-1.059-11.64-1.323-23.28-1.059-35.009a218.86 218.86 0 0 1 14.903-71.957 218.835 218.835 0 0 1 14.903 71.957c.265 8.113.177 15.432-.088 21.958 1.147-1.323 2.381-2.734 3.439-4.145a181.982 181.982 0 0 0 2.558-42.151Z"/><path fill="#6BA43A" d="M103.439 8.818a95.319 95.319 0 0 0-46.296 11.993c-14.11 7.937-26.102 19.224-34.656 32.98h11.287a87.54 87.54 0 0 1 24.691-23.28C68.254 24.516 79.1 20.46 90.388 18.608c11.287-1.852 22.928-1.323 34.039 1.41 11.111 2.734 21.516 7.673 30.776 14.463 9.171 6.878 16.931 15.432 22.663 25.308 5.82 9.877 9.436 20.812 11.023 32.1 1.411 11.287.705 22.839-2.381 33.862-3.087 11.023-8.289 21.252-15.432 30.158-1.147 1.411-2.293 2.822-3.439 4.145-2.91 3.263-6.085 6.261-9.436 9.083 1.675-8.201 2.381-16.667 2.205-24.956a94.795 94.795 0 0 0-.794-10.053c-1.411-10.582-3.792-20.988-6.878-31.217-3.087 10.229-5.291 20.723-6.879 31.305-.352 3.263-.705 6.702-.793 10.053-.265 8.907 1.675 22.751 3.351 31.834-18.783 11.641-41.27 15.432-62.875 10.935-21.605-4.497-40.564-17.108-52.998-35.361H21.605c8.465 14.285 20.635 26.102 35.009 34.215a96.083 96.083 0 0 0 47.442 12.257c16.667-.088 32.981-4.674 47.267-12.963 14.374-8.377 26.278-20.37 34.479-34.832 8.201-14.374 12.611-30.776 12.434-47.267-.176-16.49-4.409-32.892-12.875-47.178-8.289-14.285-20.282-26.19-34.832-34.48-14.109-8.289-30.423-12.61-47.09-12.61Z"/><path fill="url(#gradient-label-pg-installation2)" d="M34.215 73.28h7.32c1.234 0 2.38.265 3.439.794 1.058.441 2.116 1.235 2.91 2.117 1.94 1.94 2.91 4.938 2.91 8.906 0 3.968-.97 6.878-2.91 8.818-.794.882-1.852 1.676-2.91 2.117-1.059.44-2.293.794-3.616.794h-7.32V73.28h.177Zm-13.58-12.257v83.245h13.668v-35.361h9.26c2.821 0 5.467-.618 8.024-1.676 2.558-1.058 4.85-2.734 6.702-4.762 2.028-2.204 3.704-4.762 4.762-7.584 1.235-3.174 1.852-6.613 1.852-10.053.088-3.35-.617-6.878-1.852-10.052-1.058-2.822-2.734-5.291-4.762-7.408-1.94-2.028-4.233-3.615-6.79-4.762-2.557-1.058-5.203-1.675-8.025-1.675 0 .088-22.84.088-22.84.088Z"/><path fill="#0F4291" d="M11.552 218.342v-4.409c.353-.088.794-.088 1.146-.088 1.323 0 2.117.882 2.117 2.204 0 1.588-.882 2.381-2.293 2.381-.44 0-.705 0-.97-.088Zm-2.734-6.966v14.991h2.734v-5.379c.265.088.617.088.97.088 1.675 0 2.998-.441 3.968-1.676.794-.882 1.147-2.116 1.147-3.615 0-.706-.088-1.235-.265-1.94-.176-.618-.617-1.147-.97-1.676-.794-.793-2.028-1.234-3.704-1.234-1.499.176-2.645.264-3.88.441Zm13.228 2.381c.353-.089.882-.089 1.234-.089 1.235 0 2.029.794 2.029 2.117s-.794 2.204-2.205 2.204h-1.058v-4.232Zm-2.822-2.293v14.991h2.734v-5.996h.793c1.147 0 1.676.441 2.029 2.381.176 1.146.44 2.38.881 3.615h2.822c-.176-.617-.617-2.645-.97-4.321-.264-1.323-.793-2.381-1.675-2.822v-.088c1.058-.441 2.116-1.852 2.116-3.704 0-1.322-.353-2.557-1.146-3.174-.882-.882-2.117-1.147-3.968-1.147-1.059-.088-2.293 0-3.616.265Zm12.963 7.319c0-2.998 1.058-5.115 2.998-5.115 1.852 0 2.91 2.293 2.91 5.115 0 2.998-1.058 5.115-2.91 5.115s-2.998-2.117-2.998-5.115Zm-2.91.088c0 4.321 2.116 7.76 5.732 7.76 3.615 0 5.996-2.998 5.996-8.024 0-4.233-2.028-7.76-5.82-7.76-3.439.176-5.908 3.527-5.908 8.024Zm13.58-7.584v15.168h2.734v-6.085h4.32v-2.822h-4.32v-3.439h4.674v-2.822h-7.408Zm9.524.001v15.167h7.76v-2.822h-5.026v-3.615h4.409v-2.822h-4.41v-3.175h4.763v-2.822l-7.496.089Zm9.347 4.232c0 2.205 1.323 3.616 3.351 4.586 1.411.705 2.029 1.146 2.029 2.116 0 .97-.706 1.676-1.94 1.676-1.059 0-2.117-.353-3.087-.97l-.617 2.822c1.058.617 2.205.97 3.439.97 3.351 0 4.938-2.117 4.938-4.762 0-2.117-.97-3.616-3.086-4.586-1.587-.793-2.205-1.146-2.205-2.116 0-.794.618-1.411 1.764-1.411.882 0 1.764.264 2.557.705l.618-2.733c-.97-.618-2.029-.794-3.087-.794-2.998 0-4.674 1.852-4.674 4.497Zm9.701 0c0 2.205 1.322 3.616 3.35 4.586 1.412.705 2.029 1.146 2.029 2.116 0 .97-.706 1.676-1.94 1.676-1.058 0-2.117-.353-3.087-.97l-.617 2.822c1.058.617 2.205.97 3.44.97 3.35 0 4.938-2.117 4.938-4.762 0-2.117-.97-3.616-3.087-4.586-1.587-.793-2.204-1.146-2.204-2.116 0-.794.617-1.411 1.763-1.411.882 0 1.764.264 2.558.705l.617-2.733c-.97-.618-2.028-.794-3.087-.794-2.91 0-4.673 1.852-4.673 4.497Zm12.786-4.233h-2.734v15.168h2.734v-15.168Zm4.762 7.496c0-2.998 1.058-5.115 2.998-5.115 1.852 0 2.91 2.293 2.91 5.115 0 2.998-1.058 5.115-2.91 5.115-1.851 0-2.998-2.117-2.998-5.115Zm-2.91.088c0 4.321 2.116 7.76 5.732 7.76 3.615 0 5.996-2.998 5.996-8.024 0-4.233-2.028-7.76-5.82-7.76-3.527.176-5.908 3.527-5.908 8.024Zm21.076-7.583v4.409c0 2.292.088 4.321.176 6.349-.617-1.764-1.234-3.439-2.028-5.203l-2.557-5.644h-3.087v15.168h2.558v-4.586c0-2.557 0-4.673-.089-6.702h.089c.617 1.764 1.322 3.792 2.116 5.38l2.646 5.908h2.91v-15.168h-2.646v.089h-.088Zm12.434 0v4.409c0 2.292.088 4.321.176 6.349-.617-1.764-1.235-3.439-2.028-5.203l-2.557-5.644h-3.175v15.168h2.557v-4.586c0-2.557 0-4.673-.088-6.702h.088c.618 1.764 1.323 3.792 2.117 5.38l2.645 5.908h2.91v-15.168h-2.645v.089Zm4.938 0v15.167h7.76v-2.822h-5.026v-3.615h4.409v-2.822h-4.409v-3.175h4.762v-2.822l-7.496.089Zm9.7-.001v15.168h7.584v-2.91h-4.85v-12.258h-2.734Zm16.579 12.611c-.265 0-.706 0-.97-.088v-9.965c.352-.088.881-.177 1.234-.088 2.381 0 3.88 1.675 3.88 4.85 0 3.615-1.675 5.291-4.144 5.291Zm-3.792-12.434v14.903c1.058.176 2.028.176 3.086.176 2.381 0 4.321-.705 5.644-1.94 1.146-1.234 2.028-3.263 2.028-6.173 0-2.733-.794-4.585-2.028-5.732-1.147-1.058-2.734-1.675-5.027-1.675-1.234.088-2.469.176-3.703.441Zm19.841-.177v8.731c0 2.733-.794 3.968-2.204 3.968-1.323 0-2.205-1.323-2.205-3.968v-8.731h-2.822v8.466c0 4.85 1.764 6.967 4.85 6.967 3.175 0 5.027-2.205 5.027-6.967v-8.466h-2.646Zm8.201 7.761c0 2.204.617 4.232 1.764 5.467 1.058 1.323 2.733 2.028 4.938 2.028 1.323 0 2.822-.264 4.056-.882v-8.024h-4.585v2.733h1.852v3.175c-.353.176-.882.176-1.323.176-2.205 0-3.88-1.852-3.88-5.026 0-3.263 1.764-4.938 4.056-4.938.97 0 1.94.176 2.822.705l.618-2.822c-1.059-.441-2.205-.793-3.351-.793-4.057.264-6.967 3.174-6.967 8.201Zm16.755-2.381c.176-.882.353-2.029.617-2.91.177.881.353 2.028.618 2.91l.793 3.174h-2.734l.706-3.174Zm-1.146-5.38-3.704 15.168h2.822l.882-3.88h3.439l.97 3.88h2.998l-3.792-15.168h-3.615Zm8.906 0v2.822h5.291v.089l-5.82 10.405v1.852h9.436v-2.822h-5.82v-.088l5.731-10.229v-2.029h-8.818Z"/><path fill="#6BA43A" d="M65.697 231.834h-1.94v9.083h1.94v-9.083Zm2.469 9.083v-9.083h2.204l1.764 3.351c.44.97.97 2.028 1.323 3.087-.088-1.147-.177-2.381-.177-3.792v-2.646h1.764v9.083h-2.028l-1.852-3.439a16.65 16.65 0 0 1-1.41-3.175h-.09c.09 1.235.09 2.558.09 3.969v2.733h-1.588v-.088Zm9.7-2.116c.706.353 1.323.617 2.116.617.882 0 1.323-.353 1.323-.97s-.353-.882-1.41-1.235c-1.412-.617-2.294-1.322-2.294-2.733 0-1.588 1.235-2.734 3.175-2.734.794 0 1.587.088 2.205.441l-.353 1.676c-.617-.265-1.147-.441-1.764-.353-.882 0-1.234.352-1.234.882 0 .617.44.881 1.587 1.234 1.587.617 2.204 1.411 2.204 2.734 0 1.587-1.058 2.822-3.35 2.822-.882 0-1.676-.177-2.381-.618l.176-1.763Zm9.259-5.291h-2.293v-1.676h6.614v1.764h-2.38v7.319h-1.94v-7.407Zm7.143 5.114-.617 2.293h-1.94l2.645-9.083h2.558l2.645 9.083h-2.116l-.706-2.293h-2.469Zm2.205-1.499-.441-1.94c-.177-.617-.265-1.234-.353-1.763-.088.617-.265 1.234-.353 1.763l-.44 1.94h1.587Zm5.026-5.291h1.94v7.319h3.351v1.764h-5.291v-9.083Zm7.319 0h1.94v7.319h3.351v1.764h-5.291v-9.083Zm9.348 6.79-.618 2.293h-2.028l2.646-9.083h2.557l2.646 9.083h-2.117l-.705-2.293h-2.381Zm2.204-1.499-.441-1.94c-.176-.617-.264-1.234-.352-1.763-.088.617-.265 1.234-.353 1.763l-.441 1.94h1.587Zm5.644-3.615h-2.293v-1.676h6.614v1.764h-2.293v7.319h-1.94l-.088-7.407Zm8.025-1.676h-1.94v9.083h1.94v-9.083Zm10.317 4.498c0 2.998-1.675 4.85-4.144 4.85-2.47 0-4.057-2.029-4.057-4.674 0-2.734 1.676-4.762 4.145-4.762 2.645-.088 4.056 2.028 4.056 4.586Zm-6.173.088c0 1.852.794 3.086 2.029 3.086 1.234 0 2.028-1.323 2.028-3.086 0-1.676-.794-3.087-2.028-3.087-1.235 0-2.029 1.235-2.029 3.087Zm8.29 4.497v-9.083h2.204l1.764 3.351c.441.97.97 2.028 1.323 3.087-.089-1.147-.177-2.381-.177-3.792v-2.646h1.764v9.083h-2.028l-1.852-3.439a16.688 16.688 0 0 1-1.411-3.175h-.088c.088 1.235.088 2.558.088 3.969v2.733h-1.587v-.088Z"/><defs><linearGradient id="gradient-label-pg-installation" x1="91.06" x2="111.534" y1="120.104" y2="89.165" gradientUnits="userSpaceOnUse"><stop stop-color="#004EA3"/><stop offset=".523" stop-color="#3860A5"/><stop offset="1" stop-color="#0F4291"/></linearGradient><linearGradient id="gradient-label-pg-installation2" x1="38.776" x2="59.251" y1="85.504" y2="54.566" gradientUnits="userSpaceOnUse"><stop stop-color="#004EA3"/><stop offset=".523" stop-color="#3860A5"/><stop offset="1" stop-color="#0F4291"/></linearGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pginstall2
                        <code>[[svg_include:svg/labels/pginstall2.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Professionnel du gaz - Installation" width="924" height="250" fill="none" viewBox="0 0 924 250" class="label-pg-installation2"><path fill="url(#gradient-label-pg-installation2)" d="M93 75.6c-5.2 2.4-9.8 6-13.5 10.2-4.1 4.9-7.3 10.5-9.4 16.6-2.5 7.3-3.7 14.9-3.6 22.6-.1 7.6 1.1 15.2 3.5 22.5 2 6 5.2 11.6 9.3 16.5 3.7 4.4 8.3 7.8 13.5 10.2 5.1 2.4 10.7 3.6 16.2 3.6 12.3 0 22-3.5 28.8-10.2v-46.8H107v14.8h14.6V159c-2.9 2.2-6.9 3.2-12 3.2-3.5 0-6.9-.9-10-2.5-3.4-1.7-6.1-4.2-8.3-7.3-2.5-3.5-4.4-7.4-5.6-11.4-1.4-5-2.2-10.1-2.2-15.3-.1-5.4.5-10.8 2.2-16.1 1.2-4.2 3.2-8.1 5.8-11.6 2.3-2.9 5.3-5.4 8.8-7 3.5-1.6 7.1-2.4 10.8-2.4 3.7 0 7.4.5 10.9 1.9 3.2 1.2 6.2 2.7 8.9 4.7l2.9-15.7c-3.2-2.3-6.7-4-10.6-5.1-4.8-1.4-9.6-2.2-14.6-2.1-5.3-.1-10.6 1-15.6 3.3Z"/><path fill="#4197CB" d="M196.4 138.8C194.3 90 171.2 51 170.9 50.5c-.3.4-23.4 39.4-25.4 88.3-1.1 26.8 1.6 46.5 4.4 59 1 4.8 2.4 9.4 3.9 13.9-1.3-14.3-1.6-28.6-1.3-43 1.1-30.3 7.3-60.1 18.3-88.3 11 28.2 17.2 58.1 18.3 88.3.3 10 .2 18.9-.1 26.9 1.4-1.6 2.9-3.4 4.2-5.1 3.1-17 4.1-34.4 3.2-51.7Z"/><path fill="#6BA43A" d="M110.5 10c-19.9 0-39.4 5.1-56.8 14.7-17.3 9.7-32 23.6-42.5 40.5H25c8.1-11.4 18.4-21.1 30.3-28.6 12-7.4 25.3-12.3 39.2-14.6 13.9-2.3 28.1-1.6 41.8 1.7 13.6 3.4 26.4 9.4 37.8 17.8 11.3 8.4 20.8 18.9 27.8 31.1 7.1 12.1 11.6 25.5 13.5 39.4 1.7 13.9.9 28-2.9 41.6-3.8 13.5-10.2 26.1-18.9 37-1.4 1.7-2.8 3.5-4.2 5.1-3.6 4-7.5 7.7-11.6 11.1 2.1-10.1 2.9-20.5 2.7-30.6-.1-4.1-.4-8.2-1-12.3-1.7-13-4.7-25.8-8.4-38.3-3.8 12.6-6.5 25.4-8.4 38.4-.4 4-.9 8.2-1 12.3-.3 10.9 2.1 27.9 4.1 39.1-23.1 14.3-50.6 18.9-77.2 13.4-26.5-5.5-49.8-21-65-43.4H10.1c10.4 17.5 25.3 32 43 42 17.8 10 37.8 15.1 58.2 15 20.5-.1 40.5-5.7 58-15.9 17.6-10.3 32.3-25 42.3-42.7 10.1-17.6 15.5-37.8 15.3-58-.2-20.2-5.4-40.4-15.8-57.9-10.2-17.5-24.9-32.1-42.7-42.3C151 15.3 131 10 110.5 10Z"/><path fill="url(#gradient-label-pg-installation22)" d="M25.6 89.1h9c1.5 0 2.9.3 4.2 1 1.3.5 2.6 1.5 3.6 2.6 2.4 2.4 3.6 6.1 3.6 10.9 0 4.9-1.2 8.4-3.6 10.8-1 1.1-2.3 2.1-3.6 2.6-1.3.5-2.8 1-4.4 1h-9V89.1h.2Zm-16.7-15v102.2h16.8v-43.4H37c3.5 0 6.7-.8 9.8-2.1 3.1-1.3 6-3.4 8.2-5.8 2.5-2.7 4.5-5.8 5.8-9.3 1.5-3.9 2.3-8.1 2.3-12.3.1-4.1-.8-8.4-2.3-12.3-1.3-3.5-3.4-6.5-5.8-9.1-2.4-2.5-5.2-4.4-8.3-5.8-3.1-1.3-6.4-2.1-9.8-2.1h-28Z"/><path fill="#0F4291" d="M260.2 100.7V86c1.2-.3 2.6-.3 3.8-.3 4.4 0 7 2.9 7 7.3 0 5.3-2.9 7.9-7.6 7.9-1.4.1-2.3.1-3.2-.2Zm-9.1-23.2v49.9h9.1v-17.9c.9.3 2.1.3 3.2.3 5.6 0 10-1.5 13.2-5.6 2.6-2.9 3.8-7 3.8-12 0-2.3-.3-4.1-.9-6.5-.6-2.1-2.1-3.8-3.2-5.6-2.6-2.6-6.7-4.1-12.3-4.1-4.9.6-8.8.9-12.9 1.5Zm44 7.9c1.2-.3 2.9-.3 4.1-.3 4.1 0 6.7 2.6 6.7 7s-2.6 7.3-7.3 7.3h-3.5v-14Zm-9.4-7.6v49.9h9.1v-19.9h2.6c3.8 0 5.6 1.5 6.7 7.9.6 3.8 1.5 7.9 2.9 12h9.4c-.6-2.1-2.1-8.8-3.2-14.4-.9-4.4-2.6-7.9-5.6-9.4v-.3c3.5-1.5 7-6.2 7-12.3 0-4.4-1.2-8.5-3.8-10.6-2.9-2.9-7-3.8-13.2-3.8-3.4-.3-7.5 0-11.9.9Zm43.1 24.3c0-10 3.5-17 10-17 6.2 0 9.7 7.6 9.7 17 0 10-3.5 17-9.7 17-6.1 0-10-7-10-17Zm-9.6.3c0 14.4 7 25.8 19.1 25.8 12 0 19.9-10 19.9-26.7 0-14.1-6.7-25.8-19.4-25.8-11.4.6-19.6 11.8-19.6 26.7Zm45.1-25.2v50.4h9.1v-20.2h14.4V98h-14.4V86.6H389v-9.4h-24.7Zm31.7 0v50.4h25.8v-9.4h-16.7v-12h14.7v-9.4h-14.7V86.3h15.8v-9.4l-24.9.3Zm31.1 14.1c0 7.3 4.4 12 11.1 15.3 4.7 2.3 6.7 3.8 6.7 7s-2.3 5.6-6.5 5.6c-3.5 0-7-1.2-10.3-3.2l-2.1 9.4c3.5 2.1 7.3 3.2 11.4 3.2 11.1 0 16.4-7 16.4-15.8 0-7-3.2-12-10.3-15.3-5.3-2.6-7.3-3.8-7.3-7 0-2.6 2.1-4.7 5.9-4.7 2.9 0 5.9.9 8.5 2.3l2.1-9.1c-3.2-2.1-6.7-2.6-10.3-2.6-9.7-.1-15.3 6.1-15.3 14.9Zm32.3 0c0 7.3 4.4 12 11.1 15.3 4.7 2.3 6.7 3.8 6.7 7s-2.3 5.6-6.5 5.6c-3.5 0-7-1.2-10.3-3.2l-2.1 9.4c3.5 2.1 7.3 3.2 11.4 3.2 11.1 0 16.4-7 16.4-15.8 0-7-3.2-12-10.3-15.3-5.3-2.6-7.3-3.8-7.3-7 0-2.6 2.1-4.7 5.9-4.7 2.9 0 5.9.9 8.5 2.3L485 79c-3.2-2.1-6.7-2.6-10.3-2.6-9.5-.1-15.3 6.1-15.3 14.9Zm42.5-14.1h-9.1v50.4h9.1V77.2Zm15.8 24.9c0-10 3.5-17 10-17 6.2 0 9.7 7.6 9.7 17 0 10-3.5 17-9.7 17-6.2 0-10-7-10-17Zm-9.7.3c0 14.4 7 25.8 19.1 25.8 12 0 19.9-10 19.9-26.7 0-14.1-6.7-25.8-19.4-25.8-11.6.6-19.6 11.8-19.6 26.7Zm70.1-25.2v14.7c0 7.6.3 14.4.6 21.1-2.1-5.9-4.1-11.4-6.7-17.3l-8.5-18.8h-10.3v50.4h8.5V112c0-8.5 0-15.5-.3-22.3h.3c2.1 5.9 4.4 12.6 7 17.9l8.8 19.6h9.7V76.9h-8.8v.3h-.3Zm41.4 0v14.7c0 7.6.3 14.4.6 21.1-2.1-5.9-4.1-11.4-6.7-17.3l-8.5-18.8h-10.6v50.4h8.5V112c0-8.5 0-15.5-.3-22.3h.3c2.1 5.9 4.4 12.6 7 17.9l8.8 19.6h9.7V76.9h-8.8v.3Zm16.4 0v50.4h25.8v-9.4H645v-12h14.7v-9.4H645V86.3h15.8v-9.4l-24.9.3Zm32.3 0v50.4h25.2V118h-16.1V77.2h-9.1Zm55.1 41.9c-.9 0-2.3 0-3.2-.3V85.7c1.2-.3 2.9-.6 4.1-.3 7.9 0 12.9 5.6 12.9 16.1 0 12.1-5.6 17.6-13.8 17.6Zm-12.6-41.3v49.6c3.5.6 6.7.6 10.3.6 7.9 0 14.4-2.3 18.8-6.5 3.8-4.1 6.7-10.9 6.7-20.5 0-9.1-2.6-15.2-6.7-19.1-3.8-3.5-9.1-5.6-16.7-5.6-4.2.3-8.3.6-12.4 1.5Zm66-.6v29c0 9.1-2.6 13.2-7.3 13.2-4.4 0-7.3-4.4-7.3-13.2v-29h-9.4v28.2c0 16.1 5.9 23.2 16.1 23.2 10.6 0 16.7-7.3 16.7-23.2V77.2h-8.8Zm27.2 25.8c0 7.3 2.1 14.1 5.9 18.2 3.5 4.4 9.1 6.7 16.4 6.7 4.4 0 9.4-.9 13.5-2.9V98.3h-15.2v9.1h6.2V118c-1.2.6-2.9.6-4.4.6-7.3 0-12.9-6.2-12.9-16.7 0-10.9 5.9-16.4 13.5-16.4 3.2 0 6.5.6 9.4 2.3l2.1-9.4c-3.5-1.5-7.3-2.6-11.1-2.6-13.7.8-23.4 10.5-23.4 27.2Zm55.8-7.9c.6-2.9 1.2-6.7 2.1-9.7.6 2.9 1.2 6.7 2.1 9.7l2.6 10.6h-9.1l2.3-10.6Zm-3.8-17.9-12.3 50.4h9.4l2.9-12.9h11.4l3.2 12.9h10l-12.6-50.4h-12Zm29.6 0v9.4h17.6v.3l-19.4 34.6v6.2h31.4v-9.4h-19.4v-.3l19.1-34v-6.7h-29.3v-.1Z"/><path fill="#6BA43A" d="M257.6 145.5h-6.5v30.2h6.5v-30.2Zm8.2 30.2v-30.2h7.3l5.9 11.1c1.5 3.2 3.2 6.7 4.4 10.3-.3-3.8-.6-7.9-.6-12.6v-8.8h5.9v30.2H282l-6.2-11.4c-1.9-3.3-3.5-6.9-4.7-10.6h-.3c.3 4.1.3 8.5.3 13.2v9.1h-5.3v-.3Zm32.3-7c2.3 1.2 4.4 2.1 7 2.1 2.9 0 4.4-1.2 4.4-3.2s-1.2-2.9-4.7-4.1c-4.7-2.1-7.6-4.4-7.6-9.1 0-5.3 4.1-9.1 10.6-9.1 2.6 0 5.3.3 7.3 1.5l-1.2 5.6c-2.1-.9-3.8-1.5-5.9-1.2-2.9 0-4.1 1.2-4.1 2.9 0 2.1 1.5 2.9 5.3 4.1 5.3 2.1 7.3 4.7 7.3 9.1 0 5.3-3.5 9.4-11.1 9.4-2.9 0-5.6-.6-7.9-2.1l.6-5.9Zm30.7-17.6h-7.6v-5.6h22v5.9h-7.9v24.3h-6.5v-24.6Zm23.8 17-2.1 7.6H344l8.8-30.2h8.5l8.8 30.2h-7l-2.3-7.6h-8.2Zm7.3-5-1.5-6.5c-.6-2.1-.9-4.1-1.2-5.9-.3 2.1-.9 4.1-1.2 5.9l-1.5 6.5h5.4Zm16.7-17.6h6.5v24.3h11.1v5.9h-17.6v-30.2Zm24.4 0h6.5v24.3h11.1v5.9H401v-30.2Zm31.1 22.6-2.1 7.6h-6.7l8.8-30.2h8.5l8.8 30.2h-7l-2.3-7.6h-8Zm7.3-5-1.5-6.5c-.6-2.1-.9-4.1-1.2-5.9-.3 2.1-.9 4.1-1.2 5.9l-1.5 6.5h5.4Zm18.8-12h-7.6v-5.6h22v5.9H465v24.3h-6.5l-.3-24.6Zm26.7-5.6h-6.5v30.2h6.5v-30.2Zm34.3 15c0 10-5.6 16.1-13.8 16.1-8.2 0-13.5-6.7-13.5-15.5 0-9.1 5.6-15.8 13.8-15.8 8.8-.3 13.5 6.7 13.5 15.2Zm-20.6.3c0 6.2 2.6 10.3 6.7 10.3s6.7-4.4 6.7-10.3c0-5.6-2.6-10.3-6.7-10.3-4 0-6.7 4.1-6.7 10.3Zm27.6 14.9v-30.2h7.3l5.9 11.1c1.5 3.2 3.2 6.7 4.4 10.3-.3-3.8-.6-7.9-.6-12.6v-8.8h5.9v30.2h-6.7l-6.2-11.4c-1.9-3.3-3.5-6.9-4.7-10.6h-.3c.3 4.1.3 8.5.3 13.2v9.1h-5.3v-.3Z"/><defs><linearGradient id="gradient-label-pg-installation2" x1="95.257" x2="120.384" y1="146.524" y2="108.553" gradientUnits="userSpaceOnUse"><stop stop-color="#004EA3"/><stop offset=".523" stop-color="#3860A5"/><stop offset="1" stop-color="#0F4291"/></linearGradient><linearGradient id="gradient-label-pg-installation22" x1="31.205" x2="56.334" y1="104.136" y2="66.166" gradientUnits="userSpaceOnUse"><stop stop-color="#004EA3"/><stop offset=".523" stop-color="#3860A5"/><stop offset="1" stop-color="#0F4291"/></linearGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pgmaintenance
                        <code>[[svg_include:svg/labels/pgmaintenance.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Professionnel du gaz - Maintenance" width="218" height="250" fill="none" viewBox="0 0 218 250" class="label-pg-maintenance"><path fill="url(#gradient-label-pg-maintenance)" d="M89.525 62.346c-4.232 1.94-8.024 4.85-11.022 8.289a42.252 42.252 0 0 0-7.672 13.58c-2.029 5.908-2.999 12.17-2.91 18.43-.089 6.173.881 12.346 2.821 18.343a41.212 41.212 0 0 0 7.584 13.404c2.998 3.615 6.79 6.349 11.023 8.289 4.145 1.94 8.73 2.91 13.228 2.91 10.053 0 17.901-2.822 23.545-8.289V99.206h-25.133v11.905h11.905v19.048c-2.381 1.763-5.644 2.645-9.788 2.645-2.822 0-5.644-.705-8.113-2.028-2.734-1.411-4.938-3.439-6.79-5.908-2.029-2.822-3.616-5.997-4.586-9.26-1.146-4.056-1.764-8.201-1.764-12.433-.088-4.41.442-8.819 1.764-13.14A28.01 28.01 0 0 1 88.38 80.6c1.852-2.381 4.321-4.41 7.143-5.732 2.822-1.323 5.82-1.94 8.818-1.94 2.999 0 5.997.44 8.907 1.587 2.645.97 5.026 2.205 7.231 3.792l2.381-12.787a28.953 28.953 0 0 0-8.642-4.144c-3.88-1.147-7.848-1.764-11.905-1.676-4.32-.176-8.642.794-12.787 2.646Z"/><path fill="#4197CB" d="M173.829 113.757c-1.676-39.771-20.547-71.605-20.723-71.958-.265.353-19.048 32.099-20.723 71.958-.882 21.869 1.322 37.919 3.615 48.06.794 3.88 1.94 7.672 3.175 11.287-1.058-11.64-1.323-23.28-1.058-35.009a218.809 218.809 0 0 1 14.903-71.957 218.86 218.86 0 0 1 14.903 71.957c.264 8.113.176 15.432-.089 21.958 1.147-1.323 2.381-2.734 3.439-4.145a181.927 181.927 0 0 0 2.558-42.151Z"/><path fill="#6BA43A" d="M103.899 8.818c-16.225 0-32.187 4.145-46.384 11.993-14.11 7.937-26.102 19.224-34.656 32.98h11.287a87.54 87.54 0 0 1 24.692-23.28c9.788-5.996 20.634-10.052 31.922-11.904 11.287-1.852 22.928-1.323 34.039 1.41 11.111 2.734 21.605 7.673 30.776 14.55 9.171 6.88 16.931 15.433 22.663 25.31 5.82 9.876 9.436 20.81 11.023 32.098 1.411 11.288.705 22.84-2.381 33.863s-8.289 21.252-15.432 30.158c-1.147 1.411-2.293 2.822-3.439 4.145-2.91 3.263-6.085 6.261-9.436 9.083 1.676-8.201 2.381-16.667 2.205-24.956a94.795 94.795 0 0 0-.794-10.053c-1.411-10.582-3.792-20.987-6.878-31.217-3.087 10.23-5.291 20.723-6.879 31.305-.352 3.263-.705 6.702-.793 10.053-.265 8.907 1.675 22.752 3.351 31.834-18.783 11.641-41.358 15.521-62.875 11.023-21.605-4.585-40.564-17.195-52.998-35.361H21.977c8.554 14.286 20.635 26.102 35.009 34.215 14.55 8.113 30.864 12.346 47.531 12.258 16.666-.089 32.98-4.674 47.266-12.963a94.906 94.906 0 0 0 34.568-34.833c8.201-14.374 12.61-30.776 12.434-47.266-.177-16.49-4.409-32.893-12.875-47.178-8.289-14.286-20.282-26.19-34.833-34.568-14.197-8.378-30.599-12.699-47.178-12.699Z"/><path fill="url(#gradient-label-pg-maintenance2)" d="M34.587 73.369h7.32c1.234 0 2.38.264 3.439.793 1.058.441 2.116 1.235 2.91 2.117 1.94 1.94 2.91 4.938 2.91 8.906 0 3.968-.97 6.879-2.91 8.819-.794.881-1.852 1.675-2.91 2.116-1.059.44-2.293.794-3.616.794h-7.32V73.369h.177Zm-13.58-12.346v83.245h13.668v-35.361h9.26c2.822 0 5.555-.618 8.024-1.676 2.558-1.058 4.85-2.734 6.702-4.762 2.029-2.204 3.704-4.762 4.762-7.584 1.235-3.174 1.852-6.613 1.852-10.053.088-3.35-.617-6.878-1.852-10.052-1.058-2.822-2.733-5.291-4.762-7.408-1.94-2.028-4.233-3.615-6.79-4.762-2.557-1.058-5.203-1.675-8.025-1.675 0 .088-22.839.088-22.839.088Z"/><path fill="#0F4291" d="M11.924 218.43v-4.409c.353-.088.794-.088 1.146-.088 1.323 0 2.117.882 2.117 2.205 0 1.587-.882 2.381-2.293 2.381-.44 0-.705 0-.97-.089Zm-2.734-6.966v14.991h2.734v-5.379c.265.088.617.088.97.088 1.676 0 2.998-.441 3.968-1.675.794-.882 1.147-2.117 1.147-3.616 0-.705-.088-1.235-.265-1.94-.176-.617-.617-1.146-.97-1.675-.793-.794-2.028-1.235-3.704-1.235-1.499.176-2.645.264-3.88.441Zm13.228 2.381c.353-.088.882-.088 1.235-.088 1.234 0 2.028.793 2.028 2.116s-.794 2.205-2.205 2.205h-1.058v-4.233Zm-2.822-2.293v14.991h2.734v-5.996h.793c1.147 0 1.676.441 2.029 2.381.176 1.146.44 2.381.881 3.615h2.822c-.176-.617-.617-2.645-.97-4.321-.264-1.322-.793-2.381-1.675-2.822v-.088c1.058-.441 2.116-1.852 2.116-3.703 0-1.323-.352-2.558-1.146-3.175-.882-.882-2.117-1.146-3.968-1.146-1.059-.089-2.293 0-3.616.264Zm12.964 7.319c0-2.998 1.057-5.114 2.997-5.114 1.852 0 2.91 2.292 2.91 5.114 0 2.999-1.058 5.115-2.91 5.115s-2.998-2.116-2.998-5.115Zm-2.823.089c0 4.32 2.117 7.76 5.732 7.76 3.616 0 5.997-2.999 5.997-8.025 0-4.233-2.029-7.76-5.82-7.76-3.528.176-5.909 3.527-5.909 8.025Zm13.493-7.584v15.167h2.733v-6.084h4.32v-2.822h-4.32v-3.439h4.674v-2.822h-7.408Zm9.611 0v15.167h7.76v-2.822h-5.026v-3.615h4.409v-2.822h-4.41v-3.175h4.763v-2.821l-7.496.088Zm9.259 4.233c0 2.204 1.323 3.615 3.351 4.585 1.411.706 2.029 1.146 2.029 2.117 0 .97-.706 1.675-1.94 1.675-1.059 0-2.117-.353-3.087-.97l-.617 2.822c1.058.617 2.204.97 3.44.97 3.35 0 4.937-2.117 4.937-4.762 0-2.116-.97-3.616-3.086-4.586-1.587-.793-2.205-1.146-2.205-2.116 0-.794.618-1.411 1.764-1.411.882 0 1.764.265 2.557.706l.618-2.734c-.97-.617-2.029-.794-3.087-.794-2.91 0-4.674 1.852-4.674 4.498Zm9.789 0c0 2.204 1.323 3.615 3.35 4.585 1.412.706 2.029 1.146 2.029 2.117 0 .97-.706 1.675-1.94 1.675-1.058 0-2.116-.353-3.087-.97l-.617 2.822c1.059.617 2.205.97 3.44.97 3.35 0 4.938-2.117 4.938-4.762 0-2.116-.97-3.616-3.087-4.586-1.587-.793-2.204-1.146-2.204-2.116 0-.794.617-1.411 1.763-1.411.882 0 1.764.265 2.558.706l.617-2.734c-.97-.617-2.028-.794-3.087-.794-2.91 0-4.673 1.852-4.673 4.498Zm12.786-4.233h-2.733v15.167h2.734v-15.167Zm4.675 7.495c0-2.998 1.057-5.114 2.997-5.114 1.852 0 2.91 2.292 2.91 5.114 0 2.999-1.058 5.115-2.91 5.115-1.851 0-2.998-2.116-2.998-5.115Zm-2.91.089c0 4.32 2.115 7.76 5.731 7.76 3.615 0 5.996-2.999 5.996-8.025 0-4.233-2.028-7.76-5.82-7.76-3.439.176-5.908 3.527-5.908 8.025Zm21.075-7.584v4.409c0 2.293.088 4.321.176 6.349-.617-1.764-1.234-3.439-2.028-5.203l-2.557-5.643h-3.087v15.167h2.558v-4.585c0-2.558 0-4.674-.088-6.702h.088c.617 1.763 1.322 3.792 2.116 5.379l2.646 5.908h2.91v-15.167h-2.646v.088h-.088Zm12.522 0v4.409c0 2.293.088 4.321.176 6.349-.617-1.764-1.234-3.439-2.028-5.203l-2.557-5.643h-3.175v15.167h2.558v-4.585c0-2.558 0-4.674-.089-6.702h.089c.617 1.763 1.322 3.792 2.116 5.379l2.645 5.908h2.911v-15.167h-2.646v.088Zm4.938 0v15.167h7.76v-2.822h-5.026v-3.615h4.409v-2.822h-4.409v-3.175h4.762v-2.821l-7.496.088Zm9.7 0v15.167h7.584v-2.91h-4.85v-12.257h-2.734Zm16.491 12.61c-.265 0-.706 0-.97-.088v-9.965c.353-.088.882-.176 1.234-.088 2.381 0 3.88 1.675 3.88 4.85 0 3.616-1.587 5.291-4.144 5.291Zm-3.792-12.434v14.903c1.058.176 2.028.176 3.086.176 2.381 0 4.321-.705 5.644-1.94 1.146-1.234 2.028-3.262 2.028-6.172 0-2.734-.793-4.586-2.028-5.732-1.146-1.059-2.734-1.676-5.026-1.676-1.147.088-2.381.177-3.704.441Zm19.841-.176v8.73c0 2.734-.794 3.968-2.204 3.968-1.323 0-2.205-1.323-2.205-3.968v-8.73h-2.734v8.554c0 4.85 1.764 6.966 4.85 6.966 3.175 0 5.027-2.205 5.027-6.966v-8.554h-2.734Zm8.201 7.76c0 2.204.617 4.233 1.764 5.555 1.058 1.323 2.733 2.029 4.938 2.029 1.323 0 2.822-.265 4.057-.882v-8.025h-4.586v2.734h1.852v3.174c-.353.177-.882.177-1.323.177-2.205 0-3.88-1.852-3.88-5.027 0-3.263 1.764-4.938 4.056-4.938.97 0 1.94.176 2.822.705l.618-2.821c-1.059-.441-2.205-.794-3.351-.794-4.057.176-6.967 3.086-6.967 8.113Zm16.843-2.381c.177-.882.353-2.028.618-2.91.176.882.352 2.028.617 2.91l.793 3.175h-2.733l.705-3.175Zm-1.146-5.379-3.704 15.167h2.822l.882-3.88h3.439l.97 3.88h2.998l-3.792-15.167h-3.615Zm8.906 0v2.822h5.291v.088l-5.82 10.405v1.852h9.436v-2.822h-5.732v-.088l5.732-10.229v-2.028h-8.907Z"/><path fill="#6BA43A" d="M70.213 237.566c0-1.058-.088-2.381-.088-3.792-.264 1.147-.705 2.381-.97 3.439l-1.058 3.616h-1.411l-.882-3.439c-.264-1.058-.617-2.381-.794-3.616 0 1.235-.088 2.646-.088 3.792l-.176 3.439h-1.94l.617-9.083h2.646l.882 2.999c.264 1.058.44 2.204.793 3.262a22 22 0 0 1 .794-3.262l.882-2.999h2.38l.442 9.083H70.39l-.177-3.439Zm6.261 1.146-.617 2.293H73.83l2.645-9.083h2.558l2.645 9.083h-2.116l-.706-2.293h-2.38Zm2.205-1.499-.441-1.94c-.176-.617-.264-1.234-.353-1.763-.088.617-.264 1.234-.352 1.763l-.441 1.94h1.587Zm6.966-5.291h-1.94v9.083h1.94v-9.083Zm2.47 9.171v-9.171h2.204l1.764 3.351c.44.97.97 2.029 1.323 3.087-.089-1.147-.177-2.381-.177-3.792v-2.646h1.764v9.083h-2.028l-1.852-3.439a16.656 16.656 0 0 1-1.411-3.175h.176c.088 1.235.088 2.558.088 3.969v2.733h-1.851Zm11.287-7.407h-2.293v-1.764h6.614v1.764h-2.293v7.319h-1.94v-7.319h-.088Zm11.111 3.527h-3.086v2.117h3.439v1.675h-5.379v-9.083h5.203v1.676h-3.263v1.94h3.086v1.675Zm2.646 3.88v-9.171h2.204l1.764 3.351c.441.97.97 2.029 1.323 3.087-.088-1.147-.177-2.381-.177-3.792v-2.646h1.764v9.083h-2.028l-1.852-3.439a16.688 16.688 0 0 1-1.411-3.175c.088 1.235.088 2.558.088 3.969v2.733h-1.675Zm11.552-2.381-.618 2.293h-2.028l2.646-9.083h2.557l2.646 9.083h-2.117l-.705-2.293h-2.381Zm2.204-1.499-.441-1.94c-.176-.617-.264-1.234-.352-1.763-.089.617-.265 1.234-.353 1.763l-.441 1.94h1.587Zm4.939 3.88v-9.171h2.204l1.764 3.351c.441.97.97 2.029 1.323 3.087-.089-1.147-.177-2.381-.177-3.792v-2.646h1.764v9.083h-2.028l-1.852-3.439a16.625 16.625 0 0 1-1.411-3.175h-.088c.088 1.235.088 2.558.088 3.969v2.733h-1.587Zm15.873-.352c-.706.264-1.411.352-2.205.352-2.91 0-4.409-1.94-4.409-4.585 0-3.086 2.028-4.85 4.674-4.85.705 0 1.41.088 2.116.353l-.353 1.675c-.441-.176-1.058-.353-1.675-.353-1.588 0-2.734.97-2.734 2.999 0 1.851.97 2.998 2.734 2.998.617 0 1.058-.088 1.675-.265l.177 1.676Zm7.231-3.528h-3.175v2.117h3.439v1.675h-5.379v-9.083h5.203v1.676h-3.263v1.94h3.086v1.675h.089Z"/><defs><linearGradient id="gradient-label-pg-maintenance" x1="91.466" x2="111.949" y1="120.15" y2="89.198" gradientUnits="userSpaceOnUse"><stop stop-color="#004EA3"/><stop offset=".523" stop-color="#3860A5"/><stop offset="1" stop-color="#0F4291"/></linearGradient><linearGradient id="gradient-label-pg-maintenance2" x1="39.161" x2="59.644" y1="85.536" y2="54.585" gradientUnits="userSpaceOnUse"><stop stop-color="#004EA3"/><stop offset=".523" stop-color="#3860A5"/><stop offset="1" stop-color="#0F4291"/></linearGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        pgmaintenance2
                        <code>[[svg_include:svg/labels/pgmaintenance2.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Professionnel du gaz - Maintenance" width="922" height="250" fill="none" viewBox="0 0 922 250" class="label-pg-maintenance2"><path fill="url(#gradient-label-pg-maintenance2)" d="M93.2 74.5c-5.2 2.4-9.8 5.9-13.5 10.2-4.1 4.9-7.4 10.6-9.4 16.7-2.5 7.2-3.7 14.9-3.6 22.6-.1 7.6 1.1 15.1 3.5 22.5 2.1 6.1 5.2 11.6 9.3 16.4 3.7 4.4 8.3 7.8 13.5 10.2 5.1 2.4 10.7 3.6 16.2 3.6 12.3 0 21.9-3.5 28.9-10.2v-46.7h-30.8v14.6h14.6v23.4c-2.9 2.2-6.9 3.2-12 3.2-3.5 0-6.9-.9-9.9-2.5-3.4-1.7-6.1-4.2-8.3-7.2-2.5-3.5-4.4-7.4-5.6-11.4-1.4-5-2.2-10.1-2.2-15.2-.1-5.4.5-10.8 2.2-16.1 1.2-4.2 3.2-8.2 5.8-11.6 2.3-2.9 5.3-5.4 8.8-7 3.5-1.6 7.1-2.4 10.8-2.4 3.7 0 7.4.5 10.9 1.9 3.2 1.2 6.2 2.7 8.9 4.6l2.9-15.7c-3.2-2.3-6.8-4-10.6-5.1-4.8-1.4-9.6-2.2-14.6-2.1-5.4-.2-10.7 1-15.8 3.3Z"/><path fill="#4197CB" d="M196.6 137.5c-2.1-48.8-25.2-87.8-25.4-88.2-.3.4-23.4 39.4-25.4 88.2-1.1 26.8 1.6 46.5 4.4 58.9 1 4.8 2.4 9.4 3.9 13.8-1.3-14.3-1.6-28.5-1.3-42.9 1.1-30.3 7.2-60 18.3-88.2 11 28.2 17.2 58 18.3 88.2.3 9.9.2 18.9-.1 26.9 1.4-1.6 2.9-3.4 4.2-5.1 3-16.9 4.1-34.2 3.1-51.6Z"/><path fill="#6BA43A" d="M110.9 8.8C91 8.8 71.4 13.9 54 23.5 36.7 33.3 22 47.1 11.5 64h13.8c8.1-11.4 18.4-21.1 30.3-28.5 12-7.4 25.3-12.3 39.1-14.6 13.8-2.3 28.1-1.6 41.7 1.7C150 25.9 163 32 174.2 40.4c11.2 8.4 20.8 18.9 27.8 31 7.1 12.1 11.6 25.5 13.5 39.4 1.7 13.8.9 28-2.9 41.5s-10.2 26.1-18.9 37c-1.4 1.7-2.8 3.5-4.2 5.1-3.6 4-7.5 7.7-11.6 11.1 2.1-10.1 2.9-20.4 2.7-30.6-.1-4.1-.4-8.3-1-12.3-1.7-13-4.6-25.7-8.4-38.3-3.8 12.5-6.5 25.4-8.4 38.4-.4 4-.9 8.2-1 12.3-.3 10.9 2.1 27.9 4.1 39-23 14.3-50.7 19-77.1 13.5-26.5-5.6-49.7-21.1-65-43.4H10.4c10.5 17.5 25.3 32 42.9 42 17.8 9.9 37.8 15.1 58.3 15 20.5-.1 40.4-5.7 58-15.9 17.6-10.3 32.2-25 42.4-42.7 10.1-17.6 15.5-37.7 15.2-58-.3-20.3-5.4-40.3-15.8-57.8-10.2-17.5-24.9-32.1-42.7-42.4-17.4-10.2-37.5-15.5-57.8-15.5Z"/><path fill="url(#gradient-label-pg-maintenance22)" d="M25.9 88h9c1.5 0 2.9.3 4.2 1 1.3.5 2.6 1.5 3.6 2.6 2.4 2.4 3.6 6.1 3.6 10.9 0 4.9-1.2 8.4-3.6 10.8-1 1.1-2.3 2.1-3.6 2.6-1.3.5-2.8 1-4.4 1h-9V88h.2ZM9.2 72.8v102.1H26v-43.4h11.4c3.5 0 6.8-.8 9.8-2.1 3.1-1.3 5.9-3.4 8.2-5.8 2.5-2.7 4.5-5.8 5.8-9.3 1.5-3.9 2.3-8.1 2.3-12.3.1-4.1-.8-8.4-2.3-12.3-1.3-3.5-3.4-6.5-5.8-9.1-2.4-2.5-5.2-4.4-8.3-5.8-3.1-1.3-6.4-2.1-9.8-2.1-.1.1-28.1.1-28.1.1Z"/><path fill="#0F4291" d="M261.2 105.6V91c1.2-.3 2.6-.3 3.8-.3 4.4 0 7 2.9 7 7.3 0 5.2-2.9 7.9-7.6 7.9-1.4 0-2.3 0-3.2-.3Zm-9-23v49.6h9v-17.8c.9.3 2 .3 3.2.3 5.5 0 9.9-1.5 13.1-5.5 2.6-2.9 3.8-7 3.8-12 0-2.3-.3-4.1-.9-6.4-.6-2-2-3.8-3.2-5.5-2.6-2.6-6.7-4.1-12.2-4.1-4.9.5-8.7.8-12.8 1.4Zm43.8 7.8c1.2-.3 2.9-.3 4.1-.3 4.1 0 6.7 2.6 6.7 7s-2.6 7.3-7.3 7.3H296v-14Zm-9.4-7.5v49.6h9v-19.8h2.6c3.8 0 5.5 1.5 6.7 7.9.6 3.8 1.5 7.9 2.9 12h9.3c-.6-2-2-8.7-3.2-14.3-.9-4.4-2.6-7.9-5.5-9.3v-.3c3.5-1.5 7-6.1 7-12.2 0-4.4-1.2-8.5-3.8-10.5-2.9-2.9-7-3.8-13.1-3.8-3.4-.5-7.5-.2-11.9.7Zm42.9 24.2c0-9.9 3.5-16.9 9.9-16.9 6.1 0 9.6 7.6 9.6 16.9 0 9.9-3.5 16.9-9.6 16.9s-9.9-7-9.9-16.9Zm-9.3.3c0 14.3 7 25.7 19 25.7s19.8-9.9 19.8-26.5c0-14-6.7-25.7-19.2-25.7-11.8.5-19.6 11.6-19.6 26.5Zm44.6-25.1v50.2h9v-20.1h14.3V103h-14.3V91.6h15.5v-9.3h-24.5Zm31.8 0v50.2h25.7v-9.3h-16.6v-12h14.6v-9.3h-14.6V91.3h15.7V82l-24.8.3Zm30.6 14c0 7.3 4.4 12 11.1 15.2 4.7 2.3 6.7 3.8 6.7 7s-2.3 5.5-6.4 5.5c-3.5 0-7-1.2-10.2-3.2l-2 9.3c3.5 2 7.3 3.2 11.4 3.2 11.1 0 16.3-7 16.3-15.7 0-7-3.2-12-10.2-15.2-5.2-2.6-7.3-3.8-7.3-7 0-2.6 2-4.7 5.8-4.7 2.9 0 5.8.9 8.5 2.3l2-9c-3.2-2-6.7-2.6-10.2-2.6-9.7 0-15.5 6.1-15.5 14.9Zm32.4 0c0 7.3 4.4 12 11.1 15.2 4.7 2.3 6.7 3.8 6.7 7s-2.3 5.5-6.4 5.5c-3.5 0-7-1.2-10.2-3.2l-2 9.3c3.5 2 7.3 3.2 11.4 3.2 11.1 0 16.3-7 16.3-15.7 0-7-3.2-12-10.2-15.2-5.2-2.6-7.3-3.8-7.3-7 0-2.6 2-4.7 5.8-4.7 2.9 0 5.8.9 8.5 2.3l2-9c-3.2-2-6.7-2.6-10.2-2.6-9.7 0-15.5 6.1-15.5 14.9Zm42.3-14h-9v50.2h9V82.3Zm15.4 24.8c0-9.9 3.5-16.9 9.9-16.9 6.1 0 9.6 7.6 9.6 16.9 0 9.9-3.5 16.9-9.6 16.9s-9.9-7-9.9-16.9Zm-9.6.3c0 14.3 7 25.7 19 25.7s19.8-9.9 19.8-26.5c0-14-6.7-25.7-19.2-25.7-11.4.5-19.6 11.6-19.6 26.5Zm69.7-25.1v14.6c0 7.6.3 14.3.6 21-2-5.8-4.1-11.4-6.7-17.2L562.8 82h-10.2v50.2h8.5V117c0-8.5 0-15.5-.3-22.2h.3c2 5.8 4.4 12.5 7 17.8l8.7 19.5h9.6V82h-8.7v.3h-.3Zm41.4 0v14.6c0 7.6.3 14.3.6 21-2-5.8-4.1-11.4-6.7-17.2L604.2 82h-10.5v50.2h8.5V117c0-8.5 0-15.5-.3-22.2h.3c2 5.8 4.4 12.5 7 17.8l8.7 19.5h9.6V82h-8.7v.3Zm16.3 0v50.2h25.7v-9.3h-16.6v-12h14.6v-9.3h-14.6V91.3h15.7V82l-24.8.3Zm32.1 0v50.2h25.1v-9.6h-16V82.3h-9.1Zm54.6 41.7c-.9 0-2.3 0-3.2-.3v-33c1.2-.3 2.9-.6 4.1-.3 7.9 0 12.8 5.5 12.8 16 0 12-5.3 17.6-13.7 17.6Zm-12.6-41.1v49.3c3.5.6 6.7.6 10.2.6 7.9 0 14.3-2.3 18.7-6.4 3.8-4.1 6.7-10.8 6.7-20.4 0-9-2.6-15.2-6.7-19-3.8-3.5-9-5.5-16.6-5.5-3.8.2-7.9.5-12.3 1.4Zm65.6-.6v28.9c0 9-2.6 13.1-7.3 13.1-4.4 0-7.3-4.4-7.3-13.1V82.3h-9v28.3c0 16 5.8 23 16 23 10.5 0 16.6-7.3 16.6-23V82.3h-9Zm27.2 25.6c0 7.3 2 14 5.8 18.4 3.5 4.4 9 6.7 16.3 6.7 4.4 0 9.3-.9 13.4-2.9v-26.5h-15.2v9h6.1v10.5c-1.2.6-2.9.6-4.4.6-7.3 0-12.8-6.1-12.8-16.6 0-10.8 5.8-16.3 13.4-16.3 3.2 0 6.4.6 9.3 2.3l2-9.3c-3.5-1.5-7.3-2.6-11.1-2.6-13.2.5-22.8 10.1-22.8 26.7Zm55.7-7.8c.6-2.9 1.2-6.7 2-9.6.6 2.9 1.2 6.7 2 9.6l2.6 10.5h-9l2.4-10.5Zm-3.8-17.8-12.2 50.2h9.3l2.9-12.8h11.4l3.2 12.8h9.9l-12.5-50.2h-12Zm29.4 0v9.3h17.5v.3l-19.2 34.4v6.1h31.2v-9.3h-19v-.3l19-33.8v-6.7h-29.5Z"/><path fill="#6BA43A" d="M276.8 170c0-3.5-.3-7.9-.3-12.6-.9 3.8-2.3 7.9-3.2 11.4l-3.5 12h-4.7l-2.9-11.4c-.9-3.5-2.1-7.9-2.6-12 0 4.1-.3 8.8-.3 12.6l-.6 11.4h-6.5l2.1-30.2h8.8l2.9 10c.9 3.5 1.5 7.3 2.6 10.9.6-3.5 1.5-7.3 2.6-10.9l2.9-10h7.9l1.5 30.2h-6.2l-.5-11.4Zm20.9 3.8-2.1 7.6h-6.7l8.8-30.2h8.5l8.8 30.2h-7l-2.3-7.6h-8Zm7.3-5-1.5-6.5c-.6-2.1-.9-4.1-1.2-5.9-.3 2.1-.9 4.1-1.2 5.9l-1.5 6.5h5.4Zm23.2-17.6h-6.5v30.2h6.5v-30.2Zm8.2 30.5v-30.5h7.3l5.9 11.1c1.5 3.2 3.2 6.7 4.4 10.3-.3-3.8-.6-7.9-.6-12.6v-8.8h5.9v30.2h-6.7l-6.2-11.4c-2.1-3.5-3.5-7-4.7-10.6h.6c.3 4.1.3 8.5.3 13.2v9.1h-6.2Zm37.5-24.6h-7.6v-5.9h22v5.9h-7.6v24.3h-6.5v-24.3h-.3Zm37 11.7h-10.3v7H412v5.6h-17.9v-30.2h17.3v5.6h-10.9v6.5h10.3c.1-.1.1 5.5.1 5.5Zm8.8 12.9v-30.5h7.3l5.9 11.1c1.5 3.2 3.2 6.7 4.4 10.3-.3-3.8-.6-7.9-.6-12.6v-8.8h5.9v30.2h-6.7l-6.2-11.4c-2.1-3.5-3.5-7-4.7-10.6.3 4.1.3 8.5.3 13.2v9.1h-5.6Zm38.4-7.9-2.1 7.6h-6.7l8.8-30.2h8.5l8.8 30.2h-7l-2.3-7.6h-8Zm7.4-5-1.5-6.5c-.6-2.1-.9-4.1-1.2-5.9-.3 2.1-.9 4.1-1.2 5.9l-1.5 6.5h5.4Zm16.4 12.9v-30.5h7.3l5.9 11.1c1.5 3.2 3.2 6.7 4.4 10.3-.3-3.8-.6-7.9-.6-12.6v-8.8h5.9v30.2H498l-6.2-11.4c-2.1-3.5-3.5-7-4.7-10.6h-.3c.3 4.1.3 8.5.3 13.2v9.1h-5.2Zm52.8-1.2c-2.3.9-4.7 1.2-7.3 1.2-9.7 0-14.7-6.5-14.7-15.3 0-10.3 6.7-16.1 15.5-16.1 2.3 0 4.7.3 7 1.2l-1.2 5.6c-1.5-.6-3.5-1.2-5.6-1.2-5.3 0-9.1 3.2-9.1 10 0 6.2 3.2 10 9.1 10 2.1 0 3.5-.3 5.6-.9l.7 5.5Zm24.1-11.7h-10.6v7h11.4v5.6h-17.9v-30.2H559v5.6h-10.9v6.5h10.3v5.6h.4v-.1Z"/><defs><linearGradient id="gradient-label-pg-maintenance2" x1="95.582" x2="120.697" y1="145.309" y2="107.358" gradientUnits="userSpaceOnUse"><stop stop-color="#004EA3"/><stop offset=".523" stop-color="#3860A5"/><stop offset="1" stop-color="#0F4291"/></linearGradient><linearGradient id="gradient-label-pg-maintenance22" x1="31.477" x2="56.592" y1="102.887" y2="64.936" gradientUnits="userSpaceOnUse"><stop stop-color="#004EA3"/><stop offset=".523" stop-color="#3860A5"/><stop offset="1" stop-color="#0F4291"/></linearGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        proenerrge
                        <code>[[svg_include:svg/labels/proenerrge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Les pros de la performance Energetique RGE" width="284" height="250" fill="none" viewBox="0 0 284 250" class="label-ppe-rge"><path fill="#3C88C5" d="M258.328 227.337c-1.764 0-2.469-.882-2.469-2.469v-10.494c0-1.676.882-2.469 2.469-2.469h8.466c1.763 0 2.469.882 2.469 2.469v.088c0 1.676-.882 2.381-2.469 2.381h-9.26v5.379h9.26c5.291 0 8.024-2.645 8.024-7.848v-.088c0-5.291-2.733-7.849-8.024-7.849h-8.466c-5.291 0-8.025 2.734-8.025 7.849v10.493c0 5.291 2.734 8.025 8.025 8.025h14.286v-5.379l-14.286-.088Zm-28.66 0c-1.763 0-2.469-.882-2.469-2.469v-18.342h-5.467v18.342c0 5.291 2.734 8.024 8.025 8.024h8.465c5.291 0 8.025-2.645 8.025-7.848v-18.43h-5.556v18.43c0 1.676-.881 2.381-2.469 2.381l-8.554-.088Zm-17.901 13.845h5.468v-26.808c0-5.291-2.734-7.848-8.025-7.848h-8.466c-5.291 0-8.024 2.733-8.024 7.848v10.494c0 5.291 2.733 8.024 8.024 8.024h9.26v-5.379h-9.26c-1.763 0-2.469-.882-2.469-2.469V214.55c0-1.675.882-2.469 2.469-2.469h8.466c1.764 0 2.469.882 2.469 2.469l.088 26.632Zm-29.365-8.378h5.467v-26.367h-5.467v26.367Zm-.617-29.982h6.702v-6.79h-6.702v6.79Zm-14.903 8.995h2.028v20.811h5.203v-20.811h4.497v-5.38h-4.497v-10.493h-5.203v10.493h-2.028v5.38Zm-8.73-18.343-11.817 5.732v6.173l11.817-5.82v-6.085Zm-9.965 33.863c-1.764 0-2.469-.882-2.469-2.469v-10.494c0-1.676.882-2.469 2.469-2.469h8.466c1.763 0 2.469.882 2.469 2.469v.088c0 1.676-.882 2.381-2.469 2.381h-9.26v5.379h9.26c5.291 0 8.024-2.645 8.024-7.848v-.088c0-5.291-2.733-7.849-8.024-7.849h-8.466c-5.291 0-8.025 2.734-8.025 7.849v10.493c0 5.291 2.734 8.025 8.025 8.025h14.286v-5.379l-14.286-.088ZM116 235.714v5.379h10.053c5.291 0 8.025-2.733 8.025-8.024v-18.783c0-5.291-2.734-7.849-8.025-7.849h-8.466c-5.291 0-8.024 2.734-8.024 7.849v10.582c0 5.291 2.733 8.024 8.024 8.024h9.348v-5.379h-9.26c-1.763 0-2.469-.882-2.469-2.469V214.55c0-1.675.882-2.469 2.469-2.469h8.466c1.764 0 2.469.882 2.469 2.469v18.783c0 1.676-.882 2.469-2.469 2.469H116v-.088Zm-16.138-21.34c0-1.676.882-2.469 2.47-2.469h3.791v-5.379h-3.791c-5.291 0-8.025 2.733-8.025 7.848v18.342h5.467l.088-18.342Zm-25.75 12.963c-1.763 0-2.468-.882-2.468-2.469v-10.494c0-1.676.881-2.469 2.469-2.469h8.465c1.764 0 2.47.882 2.47 2.469v.088c0 1.676-.882 2.381-2.47 2.381h-9.435v5.379h9.26c5.29 0 8.024-2.645 8.024-7.848v-.088c0-5.291-2.734-7.849-8.025-7.849h-8.377c-5.291 0-8.025 2.734-8.025 7.849v10.493c0 5.291 2.734 8.025 8.025 8.025H88.31v-5.379l-14.197-.088Zm-12.521-12.963c0-5.291-2.734-7.848-8.025-7.848H37.252v26.366h5.467v-20.987h10.935c1.764 0 2.47.882 2.47 2.469v18.342h5.467v-18.342Zm-33.334-20.9-11.816 5.732v6.173l11.817-5.82v-6.085Zm-10.052 33.863c-1.764 0-2.47-.882-2.47-2.469v-10.494c0-1.676.882-2.469 2.47-2.469h8.465c1.764 0 2.47.882 2.47 2.469v.088c0 1.676-.883 2.381-2.47 2.381h-9.347v5.379h9.259c5.291 0 8.025-2.645 8.025-7.848v-.088c0-5.291-2.734-7.849-8.025-7.849h-8.466c-5.29 0-8.024 2.734-8.024 7.849v10.493c0 5.291 2.733 8.025 8.024 8.025h14.286v-5.379l-14.197-.088Zm245.238-41.975c-1.059 0-1.764-.618-1.764-1.764v-7.143c0-1.146.617-1.764 1.764-1.764h5.643c1.059 0 1.764.618 1.764 1.764v.088c0 1.058-.617 1.676-1.764 1.676h-6.172v3.703h6.172c3.528 0 5.291-1.763 5.291-5.379v-.088c0-3.704-1.763-5.379-5.291-5.379h-5.643c-3.528 0-5.291 1.763-5.291 5.379v7.143c0 3.704 1.763 5.379 5.291 5.379h9.523v-3.704l-9.523.089Zm-16.491 0c-1.058 0-1.763-.618-1.763-1.764v-7.143c0-1.146.617-1.764 1.763-1.764h8.113v-3.792h-8.113c-3.527 0-5.291 1.764-5.291 5.38v7.142c0 3.704 1.764 5.38 5.291 5.38h8.113v-3.704l-8.113.265Zm-9.083-8.907c0-3.704-1.763-5.379-5.291-5.379h-10.934v17.989h3.703v-14.374h7.231c1.059 0 1.764.618 1.764 1.764v12.61h3.704l-.177-12.61Zm-25.132-1.764c1.058 0 1.764.618 1.764 1.764v7.143c0 1.146-.617 1.764-1.764 1.764h-5.555c-1.059 0-1.764-.618-1.764-1.764v-.088c0-1.059.617-1.676 1.764-1.676h6.172v-3.704h-6.172c-3.528 0-5.291 1.764-5.291 5.38v.088c0 3.704 1.763 5.379 5.291 5.379h5.643c3.528 0 5.291-1.764 5.291-5.379v-7.143c0-3.704-1.763-5.379-5.291-5.379h-9.523v3.792h9.523l-.088-.177Zm-26.19 14.374h3.703v-14.374h3.087c1.058 0 1.764.618 1.764 1.764v12.61h3.703v-12.61c0-3.704-1.763-5.379-5.291-5.379h-15.167v17.989h3.703v-14.374h4.762v14.374h-.264Zm-15.697-12.61c0-1.146.617-1.764 1.764-1.764h2.469v-3.792h-2.469c-3.528 0-5.291 1.764-5.291 5.38v12.61h3.703l-.176-12.434Zm-23.545 7.231c0 3.704 1.764 5.379 5.291 5.379h5.644c3.527 0 5.291-1.763 5.291-5.379v-7.231c0-3.704-1.764-5.379-5.291-5.379h-5.644c-3.527 0-5.291 1.763-5.291 5.379v7.231Zm5.379 1.676c-1.058 0-1.763-.618-1.763-1.764v-7.143c0-1.146.617-1.764 1.763-1.764h5.644c1.058 0 1.764.618 1.764 1.764v7.231c0 1.058-.618 1.676-1.764 1.676h-5.644Zm-10.934 3.703v-14.374h2.821v-3.792h-2.821v-1.763c0-1.147.97-1.764 2.821-1.764v-3.792c-4.321 0-6.437 1.764-6.437 5.379v19.753h3.704v.353h-.088Zm-10.847-12.61c0-1.146.617-1.764 1.764-1.764h2.469v-3.792h-2.469c-3.528 0-5.291 1.764-5.291 5.38v12.61h3.703l-.176-12.434Zm-17.989 8.907c-1.059 0-1.764-.618-1.764-1.764v-7.143c0-1.146.617-1.764 1.764-1.764h5.643c1.058 0 1.764.618 1.764 1.764v.088c0 1.058-.617 1.676-1.764 1.676h-6.173v3.703h6.173c3.528 0 5.291-1.763 5.291-5.379v-.088c0-3.704-1.763-5.379-5.291-5.379h-5.643c-3.528 0-5.291 1.763-5.291 5.379v7.143c0 3.704 1.763 5.379 5.291 5.379h9.523v-3.704l-9.523.089Zm-21.429-8.907c0-1.146.617-1.764 1.764-1.764h5.643c1.059 0 1.764.618 1.764 1.764v7.143c0 1.146-.617 1.764-1.764 1.764H92.72v3.703h6.172c3.528 0 5.291-1.763 5.291-5.379v-7.143c0-3.704-1.763-5.379-5.29-5.379h-5.644c-3.528 0-5.291 1.764-5.291 5.379v16.931h3.703l-.176-17.019Zm-18.519-1.764c1.059 0 1.764.618 1.764 1.764v7.143c0 1.146-.617 1.764-1.764 1.764h-5.643c-1.058 0-1.764-.618-1.764-1.764v-.088c0-1.059.617-1.676 1.764-1.676h6.173v-3.704h-6.173c-3.528 0-5.291 1.764-5.291 5.38v.088c0 3.704 1.763 5.379 5.29 5.379h5.644c3.528 0 5.291-1.764 5.291-5.379v-7.143c0-3.704-1.763-5.379-5.29-5.379h-9.524v3.792h9.523v-.177Zm-17.9 14.374h3.703v-25.22h-3.704v25.22Zm-20.195-3.703c-1.058 0-1.764-.618-1.764-1.764v-7.143c0-1.146.618-1.764 1.764-1.764h5.644c1.058 0 1.764.618 1.764 1.764v.088c0 1.058-.618 1.676-1.764 1.676h-6.173v3.703h6.173c3.527 0 5.291-1.763 5.291-5.379v-.088c0-3.704-1.764-5.379-5.291-5.379h-5.644c-3.527 0-5.29 1.763-5.29 5.379v7.143c0 3.704 1.763 5.379 5.29 5.379h9.524v-3.704l-9.524.089Zm-12.61-1.676c0 1.146-.617 1.764-1.764 1.764h-5.643c-1.059 0-1.764-.618-1.764-1.764v-7.143c0-1.146.617-1.764 1.764-1.764h6.26v-3.791h-6.172c-3.528 0-5.291 1.763-5.291 5.379v7.143c0 3.703 1.763 5.379 5.29 5.379h5.644c3.528 0 5.291-1.764 5.291-5.379v-19.753h-3.703v19.929h.088Zm237.566-29.277h-29.189c-4.056 0-6.79-2.822-6.79-6.79 0-3.704 2.734-6.526 6.79-6.526h30.776v-14.285h-22.486c-4.41 0-8.113-1.499-11.023-4.409-2.734-2.734-4.057-6.262-4.057-10.671v-10.582c0-4.32 1.499-8.024 4.321-10.934 2.998-2.999 6.526-4.41 10.847-4.41h29.189c4.056 0 6.79 2.822 6.79 6.79 0 3.88-2.822 6.703-6.79 6.703h-30.776v14.285h22.31c4.321 0 7.848 1.499 10.846 4.321 2.999 2.91 4.41 6.438 4.41 10.67v11.817c0 3.704-1.499 7.055-4.41 10.053-2.91 2.469-6.525 3.968-10.758 3.968Zm-114.021-41.093.088-14.286h-23.898v14.286h23.81Zm13.668 14.991v18.695c0 4.762-3.086 7.495-6.702 7.495-3.703 0-6.79-2.822-6.79-7.495v-20.283h-23.986v20.988c0 4.321-3.086 6.79-6.702 6.79-3.703 0-6.79-2.469-6.79-6.79v-62.17h35.891c4.145 0 7.76 1.5 10.67 4.322 2.998 2.91 4.498 6.437 4.498 10.67v10.935c0 3.086-1.764 6.79-4.057 8.289 2.646 2.293 3.968 5.115 3.968 8.554Zm-94.62-14.991h23.81v-14.55h-23.81v14.55Zm22.134 13.492H64.854v21.076c0 4.056-2.91 6.701-6.79 6.701-4.057 0-6.79-2.821-6.79-6.701v-47.267c0-4.144 1.498-7.76 4.408-10.582 2.999-2.91 6.526-4.32 10.67-4.32h20.636c4.32 0 7.848 1.498 10.846 4.32 2.998 2.91 4.409 6.35 4.409 10.582v11.111c0 4.321-1.499 7.849-4.409 10.671-2.91 2.821-6.437 4.409-10.846 4.409Zm119.841-27.425h-29.542v43.298h29.542V99.383Zm-4.586 55.291h-20.811c-4.321 0-7.848-1.499-10.935-4.498-2.91-2.998-4.409-6.525-4.409-10.934v-38.625c0-4.32 1.499-7.848 4.409-10.846 2.999-2.999 6.526-4.498 10.935-4.498h20.811c4.321 0 7.849 1.5 10.935 4.498 2.998 2.91 4.497 6.437 4.497 10.846v38.713c0 4.321-1.499 7.848-4.497 10.934-2.998 2.822-6.614 4.41-10.935 4.41Z"/><path fill="#98C01E" d="M12.914 148.589h19.753v-10.141c0-1.676 1.058-2.734 2.733-2.734 1.764 0 2.646.97 2.646 2.734v9.788c0 3.88-1.94 5.732-5.732 5.732H13.09c-2.117 0-3.263-.97-3.263-2.91.088-1.323 1.323-2.469 3.087-2.469Zm18.783-15.873H15.912c-1.764 0-3.087-.617-4.321-1.764-1.147-1.146-1.764-2.733-1.764-4.409v-11.905c0-1.675 1.058-2.733 2.734-2.733 1.675 0 2.733 1.058 2.733 2.733v12.522h5.82v-12.522c0-1.675 1.059-2.733 2.734-2.733 1.764 0 2.734.97 2.734 2.733v12.522h5.82v-12.522c0-1.675 1.058-2.733 2.734-2.733 1.675 0 2.733 1.058 2.733 2.733v11.905c0 1.764-.617 3.263-1.763 4.409-1.235 1.058-2.646 1.764-4.41 1.764ZM37.87 92.68v11.905c0 1.676-1.059 2.734-2.822 2.734-1.5 0-2.734-1.058-2.734-2.734V92.063h-5.82v9.172c0 1.763-.617 3.35-1.764 4.497-1.058 1.058-2.645 1.675-4.32 1.675h-4.322c-1.764 0-3.263-.617-4.409-1.763-1.146-1.147-1.764-2.734-1.764-4.409V89.33c0-1.676 1.059-2.734 2.734-2.734 1.676 0 2.734 1.058 2.734 2.734v12.522h5.82v-9.083c0-1.764.617-3.263 1.763-4.41 1.147-1.146 2.646-1.763 4.321-1.763h4.674c1.5 0 2.91.617 4.057 1.764 1.146 1.234 1.851 2.645 1.851 4.32Z"/><path stroke="currentColor" stroke-miterlimit="10" stroke-width="2.479" d="M180.462 109.171h8.025a104.932 104.932 0 0 0 2.645-3.263 106.065 106.065 0 0 1-2.645-3.262h-8.025v6.525Z"/><path fill="#98C01E" d="M179.316 128.307h19.224l3.527-4.233-3.527-4.233v-.088h-19.224v8.554Zm0-9.965h14.462v-.088l3.439-4.233-3.439-4.145v-.176h-14.462v8.642Zm0 20.194h22.575v-.088l3.351-4.233-3.351-4.321h-22.575v8.642Zm18.871-34.656 6.349 4.321v-8.554l-6.349 4.233Z"/><g filter="url(#gradient-label-ppe-rge)"><path fill="#fff" d="M122.878 52.91c-.088-.353-.264-.794-.352-1.41-.089-.706-.265-1.324-.353-1.765-.706-3.262-3.439-5.114-6.173-5.29.97-.794 1.764-2.029 2.116-3.969.353-1.146.089-2.38-.088-3.175a25.42 25.42 0 0 0-.529-1.763c-.088-.53-.264-.794-.353-.97 0-.265-.088-.706-.264-1.146a8.863 8.863 0 0 0-.353-1.588c-.617-2.645-2.028-4.497-4.056-5.203 1.763-1.675 2.381-4.056 1.851-6.702a8.013 8.013 0 0 1-.352-1.41c-.088-.353-.265-.706-.265-.706-.088-.353-.264-.97-.353-1.675-.264-1.147-.264-1.676-.352-2.029-.794-3.703-4.233-5.82-7.76-5.026-.265 0-.706.264-1.147.353-.353.088-.705.264-.793.264l-1.411.353c-.265.088-.97.264-1.676.529-.529.088-.705.264-.794.264-.529.089-1.675.353-2.733.618-1.147.264-2.381.529-2.91.617l-3.263.706c-.353.088-.97.088-1.676.264l-.088-.088c-.529.088-.793.264-1.146.264-.353.089-.706.089-.706.089-3.527.793-5.202 2.733-5.908 4.762-1.587-2.029-4.144-2.91-6.702-2.381-.529.088-1.41.352-2.469.617-1.058.264-2.116.529-2.645.617-2.205.617-10.053 2.646-14.55 6.614-2.029 1.852-4.322 5.026-5.38 7.495-.264.618-.617 1.412-.794 2.646-1.763-3.527-6.878-10.317-19.4-7.672-.705.265-2.469.706-4.497 1.058-1.588.53-3.263.794-3.792.97-.353.088-1.323.353-2.205.53-.793.264-1.763.352-2.028.529-5.203 1.058-7.672 4.938-6.614 9.523.089.353.353 1.147.618 2.029.264.705.529 1.41.529 1.763.088.53.529 1.852.705 3.175.353 1.41.617 2.733.706 3.174.088.53.529 1.852.705 3.175.353 1.146.617 2.205.705 2.734.089.705.618 2.733.97 4.585.53 2.028.706 3.792.794 4.498.265.705.706 2.733 1.147 4.762.529 1.675.97 3.527 1.058 4.144.264.794.617 2.47 1.058 5.82 0 .617.088.97.264 1.323.794 3.704 4.322 5.908 8.025 5.115.53-.089 1.147-.353 2.646-.706.705-.264 1.675-.529 1.852-.617.705-.088 2.116-.53 2.645-.53.265 0 .617 0 .794-.087 1.852-.53 3.439-1.764 4.232-3.44 1.676 1.323 3.44 1.676 5.82 1.147.353-.088.706-.265.97-.353.089 0 .089 0 .265-.088l.353-.088c.617-.265 2.91-.706 3.704-.97a7.264 7.264 0 0 1 1.587-.353c.705-.088 1.675-.353 2.028-.353 3.263-.705 5.38-3.968 4.586-7.23l-.794-2.117c.088.088.265.264.353.264 2.91 2.47 4.762 4.057 9.876 4.586 2.117.353 5.027.617 8.025 0h.088c.265-.088 2.028-.53 3.175-.706.617-.088.97-.264.97-.264 7.23-1.676 9.524-3.263 10.758-4.586.53-.617.794-.97 1.147-1.587 1.675 1.323 3.968 2.028 6.172 1.41.265 0 .706-.264 1.411-.352.529-.088.794-.264 1.059-.352.352-.089 1.146-.353 2.028-.618.882-.264 1.675-.529 2.028-.529.265 0 .617-.088.97-.264.617-.089 1.058-.265 1.323-.265.264 0 .793-.265 1.411-.353.529-.088.705-.264.97-.264.705-.088 1.146-.265 1.852-.353.705-.088 1.587-.265 2.204-.53.265 0 .706-.264 1.323-.352.353-.088.705-.264.705-.264.265 0 .618-.089.97-.089.706-.088 1.323-.264 1.411-.264 3.263-.706 6.173-4.057 5.115-8.554-.088-.264-.265-.97-.529-1.675.353.264.264 0 .176-.265Z"/></g><path fill="url(#gradient-label-ppe-rge2)" d="M29.668 50.617c-.264-.705-.705-3.968-.793-4.585-.265-1.058-.706-3.263 1.852-3.968 2.116-.618 3.968 1.587 4.497 3.968.088.705.705 3.263.705 3.792 0 1.41-.705 2.733-2.645 3.174-.265 0-.53.088-.706.088-1.587.177-2.557-1.146-2.91-2.469Zm.353-19.753c-1.323.353-7.143 1.852-8.29 2.028-.705.265-3.703.706-4.32.794-2.028.53-3.263 1.764-2.91 4.056.088.618.793 3.175.97 3.792.264.97 1.058 5.38 1.323 6.35.264.793 1.322 4.85 1.41 5.82.353 1.41 1.588 7.672 1.852 8.994.353 1.411 2.029 7.496 2.205 8.819.265 1.058.706 3.086 1.146 6.349 0 .264 0 .529.089.705.264 1.147 1.322 2.029 2.645 1.764.706-.088 3.968-1.146 4.586-1.323.705-.088 2.469-.617 3.174-.617.265-.088.53 0 .706-.088.529-.088 1.587-.706 1.146-2.028-.088-.53-.705-2.205-.705-2.646-.089-.529-.53-2.204-.618-2.733-.088-.618-.793-3.175-.97-3.528-.088-.529-.352-1.587.618-1.764.705-.088 1.851 1.323 2.91 2.734.352.53.705.794.793 1.147.706 1.058 1.764 2.028 2.47 3.086.352.529 1.675 2.204 2.028 2.645.617.618.97.794 2.204.618.53-.088.794-.265 1.147-.353.705-.265 3.262-.794 4.144-1.058.617-.088 2.91-.618 3.44-.706.97-.264 1.587-.97 1.322-1.763-.088-.618-.353-.97-2.91-4.057-.529-.529-.705-.97-1.146-1.41-.353-.53-.706-.97-1.058-1.588-.706-.794-4.233-4.586-4.498-5.556-.088-.617.088-.793.706-1.675 1.41-1.852 2.028-4.056 2.116-4.586.794-3.439.706-6.349 0-9.259-.265-.705-1.41-6.084-2.91-8.29-2.028-3.085-4.762-6.084-10.582-6.084-.97.882-2.557.882-4.233 1.411Z"/><path fill="url(#gradient-label-ppe-rge3)" d="M75.436 20.106c-.706.264-4.321.793-5.115.97-1.587.353-8.73 2.116-12.522 5.555-1.764 1.588-3.527 4.233-4.321 5.909-.617 1.146-1.764 5.82-1.676 8.553 0 .97.265 2.029.353 3.175 0 .617.088 1.146.088 1.764.088 1.146.265 2.645.706 4.233.705 3.262 2.645 8.289 3.263 9.788.793 1.764 2.204 3.527 3.527 4.762.617.617 1.058.97 1.587 1.41 2.205 2.029 3.528 3.175 7.496 3.705 2.116.352 4.32.529 6.437 0 .353-.089 4.057-.794 4.057-.794 1.852-.53 6.702-1.676 8.553-3.263 1.059-1.146 1.059-2.028.706-3.263l-.53-1.852c-.264-.705-.97-4.32-1.057-5.114-.265-.706-1.059-4.145-1.147-4.762-.088-.706-.705-3.704-.793-4.233-.089-.617-.706-3.086-.706-3.527-.088-.618-.705-3.175-.705-3.704-.265-.617-.53-1.764-2.117-2.028a3.34 3.34 0 0 0-1.322 0c-.265.088-1.588.529-1.764.705-.706.265-3.175.706-4.057.97-.617.089-2.91.618-3.439.706-1.41.088-2.469 1.322-2.204 2.645 0 .265 1.322 6.702 1.41 7.143.353 1.323 1.764 1.411 2.029 1.411.264 0 .97-.53 1.058-.53.617-.087 2.116 0 2.645 1.765.089.529.353 2.116.53 2.469.088.264.617 1.587.617 1.852.353 1.587-1.323 1.851-2.028 2.028-3.175.705-4.586-1.147-5.556-2.91-.705-.794-1.323-1.676-1.852-2.47-.705-.97-.705-1.587-.793-2.116-.089-.617-.706-2.91-.706-3.263-.529-2.028-.617-3.174-.529-4.585-.088-.617 0-1.058-.088-1.676-.265-1.763-.265-2.028 0-3.174.617-2.117 1.763-4.233 6.35-5.291.704-.088 1.322-.265 2.027-.353.706-.088 1.588-.353 2.205-.264.529 0 .794.264 1.146.264.353.088.706 0 .97 0 .794-.264 2.029-1.323 2.029-2.204 0-.53-.089-1.323-.353-2.205l-1.411-4.674c-.088-.353-.353-1.587-.353-1.764-.264-1.146-1.058-1.763-2.028-1.763h-.617Z"/><path fill="url(#gradient-label-ppe-rge4)" d="M106.741 13.58c-.353.088-1.764.53-2.029.617l-1.41.353c-.53.088-2.117.706-2.47.706-.793.264-4.761.97-5.555 1.058l-3.263.705c-.264.089-1.058.265-2.028.353-.794.265-1.676.353-2.028.53-3.263.705-2.91 2.645-2.117 5.82.265.705 1.058 4.232 1.147 5.026.617 2.204.97 4.585 1.41 6.966.265.97 1.411 5.38 1.588 6.35.264.793 1.058 4.85 1.146 5.643.088.53.706 2.47.706 3.087.088.529.529 2.645.617 3.174.088.617.794 3.44.97 4.057.264 1.058.705 2.733.705 4.144.089.265 0 .618.089.706.352 1.41 1.763 2.204 3.262 2.028.53-.088 2.029-.617 2.47-.706.617-.088 3.439-.793 4.056-.97.353-.088 2.028-.352 2.205-.529.529-.088 2.028-.617 2.381-.705 1.41-.353 2.91-.617 4.144-.706.529-.088 1.852-.617 2.117-.617.352-.088 2.028-.352 2.204-.529.706-.264 2.205-.97 1.764-3.174-.088-.53-.706-2.381-.706-2.91-.088-.53-.264-1.147-.352-2.029 0-.529-.089-.705-.265-1.146-.529-1.852-2.028-2.028-2.91-1.852-.529.088-.794.264-1.323.53-.529.264-.97.352-1.587.528-.529.088-.794.265-1.411.265-.705.088-1.323.088-2.028.264-.794.265-1.852.53-2.646.53-1.763-.089-2.028-1.323-2.204-2.646-.529-1.852-.706-2.91-.529-3.44.529-1.322 1.763-1.763 2.91-2.028.705-.264 4.585-.705 5.291-.97.97-.264 2.028-.529 2.204-2.028a1.758 1.758 0 0 0-.088-1.146c-.088-.53-.705-2.205-.705-2.734-.089-.529-.53-2.38-.618-2.91-.529-1.852-1.146-2.469-3.174-2.028-.353.088-1.852.529-2.029.617-.529.088-2.204.53-2.733.53-.353.088-1.676.617-2.028.617-2.205.617-2.91-2.029-3.087-2.734-.529-1.852-.529-2.028-.353-2.47.265-.705.794-1.41 3.263-2.027.529-.089 2.381-.353 2.91-.53.353-.088 1.764-.617 2.028-.617.265 0 .97-.088 1.059-.264 2.116-.706 2.028-2.205 1.763-3.175-.088-.53-.617-2.028-.617-2.116-.088-.618-.617-3.175-.705-3.528-.265-1.058-.97-1.675-1.852-1.675.793-.353.529-.353.441-.265Z"/><defs><linearGradient id="gradient-label-ppe-rge2" x1="37.412" x2="72.138" y1="55.133" y2="55.133" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-ppe-rge3" x1="70.167" x2="103.067" y1="45.192" y2="45.192" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-ppe-rge4" x1="98.058" x2="128.163" y1="39.204" y2="39.204" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><filter id="gradient-label-ppe-rge" width="121.778" height="84.165" x="5.674" y="8.917" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1743_2286"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_1743_2286" result="shape"/></filter></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualibat
                        <code>[[svg_include:svg/labels/qualibat.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Qualibat" width="239" height="250" fill="none" viewBox="0 0 239 250" class="label-qualibat"><path fill="#008BD0" d="M238.732 250H.902V0h237.83v250Z"/><path fill="#fff" d="M69.243 182.716h6.614c.176.353.176.705.176 1.146v17.549c0 1.675-.088 3.439-.529 5.115-1.058 3.615-3.35 6.084-6.878 7.142-3.88 1.323-7.848 1.323-11.728 0-4.41-1.411-6.702-4.497-7.231-8.906-.177-1.058-.177-2.117-.177-3.175v-18.959h6.702c.265.353.176.793.176 1.234v17.284c0 .97 0 1.852.089 2.822.264 2.646 1.852 4.409 4.497 4.762 1.5.176 2.998.176 4.41-.088 1.763-.353 2.998-1.499 3.438-3.263.265-1.146.353-2.204.353-3.351v-18.166c0-.352-.088-.793.088-1.146Zm145.062 5.82h-8.377c-.177-.794-.265-4.497-.089-5.732h23.81v5.644h-8.466v25.397h-6.878v-25.309Zm-101.587-5.82h6.79v25.397h12.875v5.732h-19.665v-31.129Zm24.779 0h6.702v31.129h-6.702v-31.129Zm38.272 19.841c-.529-2.645-2.028-4.409-4.586-5.379-.176-.088-.441-.088-.617-.353.441-.264.794-.529 1.323-.793 1.411-1.059 2.204-2.293 2.469-3.969.176-.705.176-1.587.088-2.292-.176-3.351-1.94-5.556-5.203-6.438a17.561 17.561 0 0 0-4.321-.529h-14.197c-.265 1.323-.177 30.512.088 31.129h14.374c1.234 0 2.381-.177 3.615-.441 2.117-.529 3.969-1.499 5.291-3.263 1.94-2.381 2.293-4.938 1.676-7.672Zm-18.078-14.638c2.469.088 4.939-.177 7.32.176 2.645.441 3.791 3.263 2.38 5.467-.529.97-1.499 1.323-2.469 1.5-.441.088-1.058.088-1.499.088h-4.938c-.265 0-.529 0-.794-.088v-7.143Zm11.376 17.725c-.176 1.146-.97 1.851-1.94 2.381a5.156 5.156 0 0 1-2.293.529h-6.878c-.088 0-.177-.089-.353-.089v-8.289c.176-.176.441-.176.617-.176h6.085c.97 0 1.764.176 2.646.441 1.146.441 1.851 1.323 2.116 2.469.088.97.176 1.852 0 2.734ZM42.436 207.76c3.439-6.261 3.439-12.522.088-18.695-1.764-3.351-4.762-5.467-8.378-6.525-1.94-.53-3.968-.618-6.084-.441-5.203.441-9.26 2.822-11.729 7.495-2.733 5.027-2.822 10.318-.97 15.609.97 2.469 2.381 4.762 4.586 6.349 5.026 3.704 10.494 3.968 16.314 1.764.264-.089.529-.353 1.058-.353 1.41 1.323 2.822 2.469 4.32 3.88 1.147-1.146 2.117-2.205 3.175-3.351-1.322-1.235-2.469-2.293-3.791-3.527.44-.794.97-1.499 1.41-2.205Zm-4.762-5.644c-.265 1.235-.706 2.381-1.588 3.439a114.739 114.739 0 0 0-3.527-3.174c-1.146 1.146-2.116 2.204-3.175 3.351.97.793 1.852 1.675 2.822 2.645-.176.353-.529.353-.97.441-1.146.088-2.204.177-3.35-.088-2.91-.529-4.85-2.293-5.82-4.938-1.412-3.616-1.412-7.408.087-11.111 1.94-4.939 8.113-6.614 12.258-3.528 1.587 1.147 2.469 2.734 2.998 4.586.794 2.734.882 5.555.265 8.377Zm58.818-19.929h-6.261c-4.938 10.141-8.642 20.723-11.905 31.746h7.055c.97-2.91 1.764-5.644 2.645-8.378h10.935c.794 2.822 1.676 5.556 2.646 8.378h6.966c-3.351-10.935-7.143-21.517-12.081-31.746Zm-6.878 17.901c1.146-3.615 2.204-7.231 3.703-10.935 1.588 3.616 2.47 7.32 3.792 10.935h-7.495Zm106.349-17.813h-6.438c-4.938 10.141-8.641 20.723-11.816 31.658h6.966c.794-2.822 1.676-5.467 2.47-8.289.705-.177 9.964-.265 10.934 0 .794 2.822 1.676 5.467 2.469 8.289h6.967c-2.91-10.935-6.526-21.605-11.552-31.658Zm-6.878 17.813c1.146-3.615 2.204-7.231 3.703-10.67 1.588 3.439 2.646 7.055 3.704 10.67h-7.407ZM14.04 228.219c.353-.177.618-.177 1.059 0 1.41 3.88 2.822 7.936 4.32 12.081 1.5-4.145 2.91-8.201 4.145-12.081.353-.177.53-.177 1.058 0-1.499 4.144-2.998 8.377-4.497 12.61-.44.176-.97.088-1.587.088-1.411-4.233-2.998-8.466-4.498-12.698Zm146.65 4.321c-.353-.089-.618-.089-.794-.177-.176-.176-.176-.353-.088-.529.176-.264.529-.088.97-.441-.177-1.852.441-3.263 2.645-3.351.265.265.177.441.088.706-.44.176-1.234.176-1.587.705-.353.529-.353 1.235-.176 2.028h4.762v9.083c-.265.177-.441.177-.794 0v-8.289c-1.411-.088-2.645 0-3.88 0v8.201c-.265.353-.529.265-.97.176-.176-2.645-.176-5.379-.176-8.112Zm52.645-.265c-.176-.265-.176-.441 0-.617.353-.177.706 0 1.235-.177.176-.617 0-1.411.088-2.028.176-.176.441-.264.793-.176.265.617 0 1.499.177 2.204.441.265 1.146 0 1.675.177.177.176.177.352.089.617-.53.265-1.147 0-1.764.265v5.555c0 1.235.264 1.587 1.499 1.94.088 0 .176.088.265.088a.756.756 0 0 1 0 .618c-.089 0-.177.088-.265.088-1.587 0-2.469-.97-2.469-2.469v-5.909c-.529-.264-.882 0-1.323-.176Zm-172.928-2.91c.265-.176.441-.265.794-.088.176.705-.088 1.499.176 2.116.53.265 1.235 0 1.764.265.088.176.088.352-.088.529-.441.176-1.146-.088-1.587.176-.265.265-.177.529-.177.97v4.498c0 1.675.177 1.94 1.852 2.292a.755.755 0 0 1 0 .618c-.088 0-.176.088-.264.088-1.5-.088-2.381-.97-2.47-2.381v-4.85c0-.353.089-.706-.088-1.147-.352-.264-.793 0-1.234-.264-.177-.177-.177-.353-.089-.529.353-.265.794 0 1.235-.265.176-.617 0-1.323.176-2.028Zm79.63 11.376c-1.146.088-1.764-.265-2.116-1.323-.177-.353-.177-.794-.177-1.235v-9.612c0-.176 0-.352.088-.529.265-.176.441-.088.706 0 .176.353.088.706.088 1.147v8.906c0 1.323.176 1.499 1.411 1.94a.977.977 0 0 1 0 .706Zm84.039-.618c0 .265.088.441-.088.618-1.323 0-1.94-.441-2.205-1.676-.088-.264-.088-.617-.088-.97v-10.053c.264-.264.529-.176.705-.088.177.176.177.353.177.529v9.436c.088 1.587.176 1.763 1.499 2.204Zm-127.337.618c-1.323 0-1.852-.353-2.205-1.5-.088-.352-.088-.617-.088-1.058v-9.435c0-.265 0-.441.088-.706.265-.088.53-.088.706 0 .176.353.088.706.088 1.147v8.818c0 1.411.176 1.587 1.41 2.028v.706Zm-28.219-.089c-.353.177-.529.177-.793.089-.177-.706-.265-7.143-.089-8.995.177-.177.353-.088.53-.088.352.176.088.529.352.793 1.235-1.146 2.646-1.322 4.057-.617.088.265 0 .441-.177.617-.264.089-.529-.088-.793-.088-1.323-.176-3.087.617-3.087 2.469v5.82Zm148.148 0c-.264.089-.529.177-.793 0v-8.906c.088-.176.264-.176.441-.176.088 0 .264.088.352.088v8.994Zm11.817-8.994c.265-.177.529-.177.794 0v8.994c-.265.265-.529.177-.794.089v-9.083Zm-42.945-3.528c.264-.176.617-.088.97-.088.176.441.088.794.088 1.235-.265.264-.529.176-.97.088-.265-.353-.177-.794-.088-1.235Zm31.128 1.235c-.352.088-.617.088-.97-.088a2.153 2.153 0 0 1 0-1.058c.265-.265.53-.177.794-.089.265.353.265.706.176 1.235Zm12.699-1.235c.088.441.088.794 0 1.147-.265.176-.529.176-.97.088-.088-.353-.088-.705 0-1.146.353-.265.617-.177.97-.089Zm-19.489 4.586a4.504 4.504 0 0 0-2.292-1.235c-1.059-.176-2.029.089-3.087.706v-4.057c-.353-.176-.617-.176-.97 0v12.611c.265.088.441.088.617-.089.177-.176 0-.44.265-.617.088 0 .176.088.264.088 1.764 1.147 3.881.794 5.291-.617 1.676-1.764 1.588-5.026-.088-6.79Zm-.352 5.82c-1.147 1.764-3.881 2.116-5.115.176v-5.202c1.323-1.676 3.88-1.499 5.115.264.97 1.411.97 3.351 0 4.762Zm-88.889-3.175c-.441-3.174-3.44-4.762-6.261-3.262-.089.088-.177.088-.265 0-.176-1.323.088-2.734-.088-3.969a1.226 1.226 0 0 0-.794 0v12.611c.265.176.441.088.618 0 .176-.177 0-.441.264-.618 2.47 1.852 5.997.441 6.614-2.733 0-.706 0-1.323-.088-2.029Zm-1.5 3.087c-1.234 2.028-4.056 2.204-5.202.264v-5.202c1.499-1.588 3.968-1.411 5.114.352.97 1.411.97 2.998.088 4.586Zm37.038-10.318v3.88c-.265.089-.353 0-.53-.088-2.292-1.234-4.85-.176-5.82 2.117-.352.97-.441 1.94-.264 2.91.264 1.763 1.234 3.174 3.086 3.615 1.323.353 2.469.177 3.528-.705.264.176.088.529.44.705.177 0 .353.088.53-.088v-12.522c-.441 0-.618 0-.97.176Zm0 10.582c-1.147 1.94-3.969 1.676-5.115-.264-.97-1.499-.97-3.087 0-4.586 1.146-1.852 3.615-2.028 5.203-.441-.088 1.764-.088 3.528-.088 5.291Zm42.328-4.321c0-.97-.441-1.675-1.235-2.204-1.499-1.147-4.585-.706-5.555.353.088.088.088.264.176.352.088.089.176.088.176.177 1.499-.618 2.028-.794 3.087-.706 1.763.088 2.645 1.147 2.292 3.087-.352 0-.705-.177-1.058-.265-1.411-.441-2.822-.353-4.056.353-1.147.617-1.676 1.587-1.499 2.91.088 1.323 1.058 2.204 2.381 2.645 1.499.353 2.821.177 3.968-.705.088-.088.176-.088.264 0 .177.176 0 .529.265.617.176.088.353.088.529-.176.353-2.293.353-4.409.265-6.438Zm-.882 4.498c-1.235 1.234-2.734 1.499-4.321 1.058-1.058-.265-1.499-1.058-1.499-1.94 0-.882.441-1.676 1.411-2.028 1.499-.529 2.998-.353 4.321.352.176.794.088 1.676.088 2.558Zm-89.683-4.586c0-1.058-.529-1.94-1.587-2.381-1.852-.793-3.527-.617-5.203.441.088.265.177.529.441.618 1.058-.618 2.205-.971 3.44-.618 1.675.265 2.204 1.323 1.94 2.998-.353.089-.53-.176-.794-.264-1.235-.441-2.381-.353-3.616 0-1.5.529-2.204 1.587-2.116 3.086.088 1.411 1.058 2.381 2.469 2.822 1.41.353 2.733.088 3.88-.705.088-.088.176-.088.353 0 .176.088 0 .441.264.617.176.088.353.088.617-.088.089-2.293.089-4.409-.088-6.526Zm-.793 4.498c-1.235 1.322-3.087 1.675-4.586.97-.794-.353-1.323-1.059-1.323-1.94 0-.882.441-1.5 1.235-1.852 1.587-.618 3.086-.529 4.585.264.089.97.089 1.852.089 2.558Zm-25.75-7.231c-2.116-.618-4.41.264-5.291 2.292-.794 1.764-.617 3.528.353 5.203 1.587 2.381 5.29 2.469 6.966.265-.088-.088-.088-.177-.176-.177-.088-.088-.265-.088-.353-.176-1.41 1.235-2.91 1.587-4.585.617-1.147-.617-1.764-1.675-1.764-3.086h7.76c.353-2.293-.882-4.321-2.91-4.938Zm-4.762 3.968c0-1.852 1.411-3.263 3.351-3.351 1.94 0 3.351 1.323 3.44 3.351h-6.79Zm53.263-4.057c-2.028-.441-4.145.618-5.027 2.646-.617 1.675-.529 3.263.441 4.85 1.764 2.822 5.644 2.293 6.967.529v-.176c-.088-.177-.265-.265-.529-.353-1.323 1.146-2.734 1.499-4.321.705-1.323-.529-1.852-1.675-2.028-3.262h7.76c.088-.177.088-.265.088-.353.176-2.205-1.147-4.145-3.351-4.586Zm2.469 4.057h-6.702c-.176-1.676 1.411-3.351 3.439-3.351 1.852.088 3.351 1.587 3.263 3.351Zm35.538-3.704c-1.676-.705-3.616-.353-4.938.794-1.411 1.411-1.764 3.615-.97 5.555 1.499 3.44 5.643 3.263 7.319 1.411.088-.088.088-.176.088-.264-.088-.265-.353-.353-.529-.353-1.411 1.235-2.91 1.499-4.586.617-1.146-.617-1.675-1.675-1.763-3.086h7.672c.088-.176.176-.265.176-.353.088-1.852-.882-3.615-2.469-4.321Zm-5.203 3.792c-.264-1.764 1.499-3.263 3.175-3.351 1.94-.088 3.527 1.323 3.527 3.351H142.7Zm84.921-3.792c-1.676-.794-3.704-.441-5.027.794-1.94 2.028-1.675 5.643.529 7.407 1.676 1.323 4.939 1.058 5.997-.705-.088-.265-.353-.353-.617-.441-1.323 1.146-2.734 1.499-4.321.705-1.323-.529-1.852-1.675-2.029-3.263h7.761c.176-1.851-.618-3.703-2.293-4.497Zm-5.291 3.792c-.088-1.764 1.323-3.263 3.174-3.351 1.94-.088 3.616 1.323 3.616 3.351h-6.79Zm-188.89-3.704c-1.498-.793-2.997-.793-4.496 0-2.999 1.764-3.087 6.438-.177 8.29 1.5.97 3.087 1.058 4.586.176 1.675-.97 2.292-2.381 2.38-4.145.089-1.852-.617-3.351-2.292-4.321Zm.354 7.231c-1.588 1.588-3.969 1.499-5.38-.264-1.058-1.323-1.146-3.439-.176-4.85.706-1.235 2.293-1.94 3.704-1.676 1.499.265 2.645 1.499 2.91 2.998.088.265.088.618.088.97 0 .882-.353 1.94-1.146 2.822Zm-3.704-107.76 87.213 32.804V20.899L30.09 131.393Z"/><path fill="#82D0F5" d="m212.982 133.598-95.679 30.599V20.899l95.679 112.699Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualibatrge
                        <code>[[svg_include:svg/labels/qualibatrge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Qualibat RGE" width="239" height="250" fill="none" viewBox="0 0 239 250" class="label-qualibat-rge"><g clip-path="url(#gradient-label-qualibat-rge)"><path fill="#008BD0" d="M238.563 250H.732V0h237.831v250Z"/><path fill="#fff" d="M69.074 182.716h6.614c.176.353.176.705.176 1.146v17.549c0 1.675-.088 3.439-.529 5.115-1.058 3.615-3.35 6.084-6.878 7.142-3.88 1.323-7.849 1.323-11.729 0-4.409-1.411-6.702-4.497-7.23-8.906-.177-1.058-.177-2.117-.177-3.175v-18.959h6.702c.264.353.176.793.176 1.234v17.284c0 .97 0 1.852.088 2.822.265 2.646 1.852 4.409 4.498 4.762 1.499.176 2.998.176 4.409-.088 1.764-.353 2.998-1.499 3.44-3.263.264-1.146.352-2.204.352-3.351v-18.166c0-.352-.088-.793.088-1.146Zm145.062 5.82h-8.378c-.176-.794-.264-4.497-.088-5.732h23.81v5.644h-8.466v25.397h-6.878v-25.309Zm-101.588-5.82h6.791v25.397h12.874v5.732h-19.665v-31.129Zm24.78 0h6.702v31.129h-6.702v-31.129Zm38.272 19.841c-.529-2.645-2.029-4.409-4.586-5.379-.176-.088-.441-.088-.617-.353.441-.264.793-.529 1.323-.793 1.41-1.059 2.204-2.293 2.469-3.969.176-.705.176-1.587.088-2.292-.176-3.351-1.94-5.556-5.203-6.438a17.561 17.561 0 0 0-4.321-.529h-14.197c-.265 1.323-.177 30.512.088 31.129h14.374c1.234 0 2.381-.177 3.615-.441 2.117-.529 3.968-1.499 5.291-3.263 1.94-2.381 2.293-4.938 1.676-7.672Zm-18.078-14.638c2.469.088 4.938-.177 7.319.176 2.646.441 3.792 3.263 2.381 5.467-.529.97-1.499 1.323-2.469 1.5-.441.088-1.058.088-1.499.088h-4.938c-.265 0-.529 0-.794-.088v-7.143Zm11.376 17.725c-.177 1.146-.97 1.851-1.94 2.381a5.156 5.156 0 0 1-2.293.529h-6.878c-.089 0-.177-.089-.353-.089v-8.289c.176-.176.441-.176.617-.176h6.085c.97 0 1.763.176 2.645.441 1.147.441 1.852 1.323 2.117 2.469.088.97.176 1.852 0 2.734ZM42.266 207.76c3.44-6.261 3.44-12.522.089-18.695-1.764-3.351-4.762-5.467-8.378-6.525-1.94-.53-3.968-.618-6.085-.441-5.202.441-9.259 2.822-11.728 7.495-2.734 5.027-2.822 10.318-.97 15.609.97 2.469 2.38 4.762 4.585 6.349 5.027 3.704 10.494 3.968 16.314 1.764.265-.089.53-.353 1.059-.353 1.41 1.323 2.822 2.469 4.32 3.88 1.147-1.146 2.117-2.205 3.175-3.351-1.322-1.235-2.469-2.293-3.792-3.527.441-.794.97-1.499 1.411-2.205Zm-4.762-5.644c-.264 1.235-.705 2.381-1.587 3.439a114.739 114.739 0 0 0-3.527-3.174c-1.147 1.146-2.117 2.204-3.175 3.351.97.793 1.852 1.675 2.822 2.645-.176.353-.53.353-.97.441-1.146.088-2.205.177-3.351-.088-2.91-.529-4.85-2.293-5.82-4.938-1.411-3.616-1.411-7.408.088-11.111 1.94-4.939 8.113-6.614 12.258-3.528 1.587 1.147 2.469 2.734 2.998 4.586.793 2.734.882 5.555.264 8.377Zm58.819-19.929h-6.261c-4.939 10.141-8.642 20.723-11.905 31.746h7.055c.97-2.91 1.763-5.644 2.645-8.378h10.935c.793 2.822 1.675 5.556 2.645 8.378h6.967c-3.351-10.935-7.143-21.517-12.081-31.746Zm-6.879 17.901c1.147-3.615 2.205-7.231 3.704-10.935 1.587 3.616 2.47 7.32 3.792 10.935h-7.496Zm106.35-17.813h-6.438c-4.938 10.141-8.642 20.723-11.816 31.658h6.966c.794-2.822 1.676-5.467 2.469-8.289.706-.177 9.965-.265 10.935 0 .794 2.822 1.676 5.467 2.469 8.289h6.967c-2.91-10.935-6.526-21.605-11.552-31.658Zm-6.879 17.813c1.147-3.615 2.205-7.231 3.704-10.67 1.587 3.439 2.646 7.055 3.704 10.67h-7.408ZM13.871 228.219c.353-.177.617-.177 1.058 0 1.411 3.88 2.822 7.936 4.321 12.081 1.5-4.145 2.91-8.201 4.145-12.081.353-.177.53-.177 1.058 0-1.499 4.144-2.998 8.377-4.497 12.61-.441.176-.97.088-1.587.088-1.411-4.233-2.999-8.466-4.498-12.698Zm146.649 4.321c-.352-.089-.617-.089-.793-.177-.177-.176-.177-.353-.089-.529.177-.264.53-.088.97-.441-.176-1.852.441-3.263 2.646-3.351.264.265.176.441.088.706-.441.176-1.234.176-1.587.705-.353.529-.353 1.235-.177 2.028h4.762v9.083c-.264.177-.441.177-.793 0v-8.289c-1.411-.088-2.646 0-3.88 0v8.201c-.265.353-.529.265-.97.176-.177-2.645-.177-5.379-.177-8.112Zm52.646-.265c-.177-.265-.177-.441 0-.617.352-.177.705 0 1.234-.177.177-.617 0-1.411.089-2.028.176-.176.44-.264.793-.176.265.617 0 1.499.177 2.204.44.265 1.146 0 1.675.177.176.176.176.352.088.617-.529.265-1.146 0-1.763.265v5.555c0 1.235.264 1.587 1.499 1.94.088 0 .176.088.264.088a.756.756 0 0 1 0 .618c-.088 0-.176.088-.264.088-1.588 0-2.469-.97-2.469-2.469v-5.909c-.53-.264-.882 0-1.323-.176Zm-172.928-2.91c.265-.176.441-.265.794-.088.176.705-.088 1.499.176 2.116.53.265 1.235 0 1.764.265.088.176.088.352-.088.529-.441.176-1.147-.088-1.588.176-.264.265-.176.529-.176.97v4.498c0 1.675.176 1.94 1.852 2.292a.755.755 0 0 1 0 .618c-.088 0-.177.088-.265.088-1.499-.088-2.38-.97-2.469-2.381v-4.85c0-.353.088-.706-.088-1.147-.353-.264-.794 0-1.235-.264-.176-.177-.176-.353-.088-.529.353-.265.794 0 1.235-.265.176-.617 0-1.323.176-2.028Zm79.63 11.376c-1.147.088-1.764-.265-2.117-1.323-.176-.353-.176-.794-.176-1.235v-9.612c0-.176 0-.352.088-.529.265-.176.441-.088.706 0 .176.353.088.706.088 1.147v8.906c0 1.323.176 1.499 1.411 1.94a.977.977 0 0 1 0 .706Zm84.038-.618c0 .265.089.441-.088.618-1.322 0-1.94-.441-2.204-1.676-.088-.264-.088-.617-.088-.97v-10.053c.264-.264.529-.176.705-.088.176.176.176.353.176.529v9.436c.089 1.587.177 1.763 1.499 2.204Zm-127.336.618c-1.323 0-1.852-.353-2.205-1.5-.088-.352-.088-.617-.088-1.058v-9.435c0-.265 0-.441.088-.706.265-.088.53-.088.706 0 .176.353.088.706.088 1.147v8.818c0 1.411.176 1.587 1.41 2.028v.706Zm-28.22-.089c-.352.177-.528.177-.793.089-.176-.706-.264-7.143-.088-8.995.176-.177.353-.088.53-.088.352.176.087.529.352.793 1.235-1.146 2.645-1.322 4.056-.617.089.265 0 .441-.176.617-.265.089-.53-.088-.794-.088-1.322-.176-3.086.617-3.086 2.469v5.82Zm148.149 0c-.264.089-.529.177-.794 0v-8.906c.089-.176.265-.176.441-.176.089 0 .265.088.353.088v8.994Zm11.817-8.994a.659.659 0 0 1 .793 0v8.994c-.264.265-.529.177-.793.089v-9.083Zm-42.946-3.528c.265-.176.618-.088.97-.088.177.441.089.794.089 1.235-.265.264-.53.176-.97.088-.265-.353-.177-.794-.089-1.235Zm31.129 1.235c-.353.088-.617.088-.97-.088a2.153 2.153 0 0 1 0-1.058c.265-.265.529-.177.794-.089.264.353.264.706.176 1.235Zm12.699-1.235c.088.441.088.794 0 1.147-.265.176-.53.176-.971.088-.088-.353-.088-.705 0-1.146.353-.265.618-.177.971-.089Zm-19.489 4.586a4.503 4.503 0 0 0-2.293-1.235c-1.058-.176-2.028.089-3.086.706v-4.057c-.353-.176-.617-.176-.97 0v12.611c.264.088.441.088.617-.089.176-.176 0-.44.265-.617.088 0 .176.088.264.088 1.764 1.147 3.88.794 5.291-.617 1.676-1.764 1.587-5.026-.088-6.79Zm-.353 5.82c-1.146 1.764-3.88 2.116-5.114.176v-5.202c1.322-1.676 3.88-1.499 5.114.264.97 1.411.97 3.351 0 4.762Zm-88.889-3.175c-.441-3.174-3.439-4.762-6.26-3.262-.089.088-.177.088-.265 0-.177-1.323.088-2.734-.088-3.969a1.226 1.226 0 0 0-.794 0v12.611c.264.176.44.088.617 0 .177-.177 0-.441.265-.618 2.469 1.852 5.996.441 6.614-2.733 0-.706 0-1.323-.089-2.029Zm-1.499 3.087c-1.234 2.028-4.056 2.204-5.203.264v-5.202c1.5-1.588 3.969-1.411 5.115.352.97 1.411.97 2.998.088 4.586Zm37.037-10.318v3.88c-.264.089-.352 0-.529-.088-2.293-1.234-4.85-.176-5.82 2.117a5.5 5.5 0 0 0-.265 2.91c.265 1.763 1.235 3.174 3.087 3.615 1.323.353 2.469.177 3.527-.705.265.176.088.529.441.705.177 0 .353.088.529-.088v-12.522c-.441 0-.617 0-.97.176Zm0 10.582c-1.146 1.94-3.968 1.676-5.114-.264-.97-1.499-.97-3.087 0-4.586 1.146-1.852 3.615-2.028 5.202-.441-.088 1.764-.088 3.528-.088 5.291Zm42.328-4.321c0-.97-.441-1.675-1.234-2.204-1.499-1.147-4.586-.706-5.556.353.088.088.088.264.177.352.088.089.176.088.176.177 1.499-.618 2.028-.794 3.086-.706 1.764.088 2.646 1.147 2.293 3.087-.353 0-.705-.177-1.058-.265-1.411-.441-2.822-.353-4.057.353-1.146.617-1.675 1.587-1.499 2.91.089 1.323 1.059 2.204 2.381 2.645 1.499.353 2.822.177 3.969-.705.088-.088.176-.088.264 0 .176.176 0 .529.265.617.176.088.352.088.529-.176.352-2.293.352-4.409.264-6.438Zm-.882 4.498c-1.234 1.234-2.733 1.499-4.321 1.058-1.058-.265-1.499-1.058-1.499-1.94 0-.882.441-1.676 1.411-2.028 1.499-.529 2.999-.353 4.321.352.177.794.088 1.676.088 2.558Zm-89.682-4.586c0-1.058-.53-1.94-1.587-2.381-1.852-.793-3.528-.617-5.203.441.088.265.176.529.44.618 1.059-.618 2.205-.971 3.44-.618 1.675.265 2.205 1.323 1.94 2.998-.353.089-.53-.176-.794-.264-1.234-.441-2.38-.353-3.615 0-1.5.529-2.205 1.587-2.117 3.086.089 1.411 1.059 2.381 2.47 2.822 1.41.353 2.733.088 3.88-.705.088-.088.176-.088.352 0 .177.088 0 .441.265.617.176.088.353.088.617-.088.088-2.293.088-4.409-.088-6.526Zm-.794 4.498c-1.234 1.322-3.086 1.675-4.585.97-.794-.353-1.323-1.059-1.323-1.94 0-.882.44-1.5 1.235-1.852 1.587-.618 3.086-.529 4.585.264.088.97.088 1.852.088 2.558Zm-25.749-7.231c-2.117-.618-4.41.264-5.291 2.292-.794 1.764-.618 3.528.352 5.203 1.588 2.381 5.291 2.469 6.967.265-.088-.088-.088-.177-.176-.177-.089-.088-.265-.088-.353-.176-1.411 1.235-2.91 1.587-4.586.617-1.146-.617-1.763-1.675-1.763-3.086h7.76c.353-2.293-.882-4.321-2.91-4.938Zm-4.762 3.968c0-1.852 1.41-3.263 3.35-3.351 1.94 0 3.352 1.323 3.44 3.351h-6.79Zm53.263-4.057c-2.029-.441-4.145.618-5.027 2.646-.617 1.675-.529 3.263.441 4.85 1.764 2.822 5.644 2.293 6.967.529v-.176c-.089-.177-.265-.265-.53-.353-1.322 1.146-2.733 1.499-4.321.705-1.322-.529-1.851-1.675-2.028-3.262h7.76c.089-.177.089-.265.089-.353.176-2.205-1.147-4.145-3.351-4.586Zm2.469 4.057h-6.702c-.177-1.676 1.411-3.351 3.439-3.351 1.852.088 3.351 1.587 3.263 3.351Zm35.538-3.704c-1.676-.705-3.616-.353-4.939.794-1.411 1.411-1.763 3.615-.97 5.555 1.499 3.44 5.644 3.263 7.32 1.411.088-.088.088-.176.088-.264-.088-.265-.353-.353-.529-.353-1.411 1.235-2.91 1.499-4.586.617-1.146-.617-1.675-1.675-1.764-3.086h7.672c.089-.176.177-.265.177-.353.088-1.852-.882-3.615-2.469-4.321Zm-5.203 3.792c-.265-1.764 1.499-3.263 3.174-3.351 1.94-.088 3.528 1.323 3.528 3.351h-6.702Zm84.92-3.792c-1.675-.794-3.703-.441-5.026.794-1.94 2.028-1.675 5.643.529 7.407 1.676 1.323 4.938 1.058 5.997-.705-.089-.265-.353-.353-.618-.441-1.322 1.146-2.733 1.499-4.321.705-1.322-.529-1.852-1.675-2.028-3.263h7.76c.177-1.851-.617-3.703-2.293-4.497Zm-5.291 3.792c-.088-1.764 1.323-3.263 3.175-3.351 1.94-.088 3.616 1.323 3.616 3.351h-6.791Zm-188.888-3.704c-1.5-.793-2.999-.793-4.498 0-2.998 1.764-3.086 6.438-.176 8.29 1.499.97 3.086 1.058 4.585.176 1.676-.97 2.293-2.381 2.381-4.145.089-1.852-.617-3.351-2.292-4.321Zm.352 7.231c-1.587 1.588-3.968 1.499-5.379-.264-1.058-1.323-1.146-3.439-.176-4.85.705-1.235 2.293-1.94 3.704-1.676 1.499.265 2.645 1.499 2.91 2.998.088.265.088.618.088.97 0 .882-.353 1.94-1.147 2.822Zm-3.704-107.76 87.214 32.804V20.899L29.921 131.393Z"/><path fill="#82D0F5" d="m212.813 133.598-95.679 30.599V20.899l95.679 112.699Z"/><g filter="url(#gradient-label-qualibat-rge2)"><path fill="#fff" d="M98.527 43.386a7.553 7.553 0 0 1-.264-1.146 20.902 20.902 0 0 0-.265-1.411c-.529-2.646-2.734-3.968-4.85-4.145.706-.617 1.411-1.587 1.676-3.086.264-.97.088-1.852-.089-2.47-.088-.264-.176-.705-.352-1.41-.088-.353-.177-.617-.265-.706 0-.176-.088-.529-.176-.97-.088-.529-.177-1.058-.265-1.234-.44-2.029-1.587-3.528-3.174-4.057 1.41-1.322 1.852-3.174 1.499-5.29-.088-.177-.177-.618-.265-1.147l-.176-.53c-.088-.264-.177-.705-.265-1.322-.176-.97-.176-1.323-.264-1.587-.618-2.91-3.351-4.586-6.173-3.88-.176 0-.53.176-.97.264-.265.088-.53.177-.617.177l-1.235.264c-.176.088-.706.177-1.323.353-.352.088-.529.176-.617.176-.353.088-1.323.265-2.116.441a47.82 47.82 0 0 0-2.205.441l-2.645.53c-.265.087-.706.087-1.323.176l-.089-.089c-.352.089-.617.177-.97.177-.264.088-.529.088-.529.088-2.822.617-4.056 2.116-4.673 3.704-1.235-1.588-3.263-2.293-5.291-1.852-.353.088-1.147.264-1.94.44-.794.177-1.676.353-2.029.442-1.763.44-7.936 2.028-11.463 5.202-1.588 1.5-3.44 3.88-4.321 5.82a11.463 11.463 0 0 0-.618 2.029c-1.587-2.381-5.643-7.849-15.432-5.644-.529.176-1.94.53-3.527.794-1.235.352-2.646.617-2.998.705-.265.088-1.059.265-1.764.353-.617.176-1.411.264-1.587.353-3.704.793-5.644 3.792-4.85 7.407.088.265.264.97.44 1.587.177.53.353 1.147.353 1.411.088.353.353 1.5.53 2.47.264 1.146.44 2.116.528 2.468.089.353.353 1.5.53 2.47.264.97.44 1.763.529 2.116.088.53.44 2.117.705 3.616.353 1.587.53 2.998.617 3.527.177.529.53 2.116.97 3.704.353 1.322.706 2.822.794 3.262.176.618.441 1.94.794 4.586 0 .44.088.705.176 1.058.617 2.91 3.44 4.674 6.35 3.968.352-.088.97-.264 2.027-.529.53-.176 1.323-.352 1.5-.44.529-.089 1.675-.353 2.028-.353.176 0 .44 0 .617-.088a5.007 5.007 0 0 0 3.351-2.734c1.323 1.058 2.734 1.323 4.586.97.264-.088.529-.177.705-.265.088 0 .088 0 .176-.088l.265-.088c.44-.176 2.293-.53 2.91-.706.176-.088.617-.176 1.235-.264.529-.088 1.322-.265 1.587-.265 2.645-.529 4.32-3.086 3.615-5.643-.176-.53-.352-1.147-.617-1.676.088.088.177.176.265.176 2.204 1.94 3.703 3.175 7.76 3.616 1.675.264 3.88.44 6.35 0h.087c.177-.088 1.588-.353 2.47-.53.44-.087.705-.175.705-.175 5.644-1.323 7.407-2.646 8.465-3.616.353-.44.618-.705.97-1.235 1.323 1.059 3.087 1.588 4.85 1.147.177 0 .53-.177 1.147-.265a4.1 4.1 0 0 0 .794-.264c.264-.088.97-.265 1.587-.441.617-.177 1.323-.353 1.587-.353.177 0 .441-.088.706-.176.44-.089.793-.177 1.058-.177.264 0 .617-.176 1.146-.264.353-.088.53-.177.706-.177.529-.088.97-.176 1.499-.264.529-.088 1.234-.177 1.763-.353.177 0 .53-.176 1.059-.264l.529-.177c.176 0 .44-.088.705-.088.53-.088 1.058-.176 1.147-.176 2.645-.53 4.85-3.175 3.968-6.702-.088-.177-.176-.706-.353-1.323.706.088.617-.176.53-.353Z"/></g><path fill="url(#gradient-label-qualibat-rge3)" d="M25.335 41.623c-.176-.53-.529-3.087-.617-3.616-.177-.794-.53-2.645 1.499-3.086 1.675-.441 3.086 1.234 3.527 3.086.088.53.53 2.646.53 2.998 0 1.147-.53 2.117-2.029 2.47-.176 0-.353.088-.529.088-1.41.088-2.116-.97-2.38-1.94Zm.265-15.52c-1.059.264-5.556 1.498-6.526 1.587-.53.176-2.91.529-3.44.617-1.586.353-2.645 1.41-2.204 3.175.088.44.618 2.469.706 2.998.176.705.793 4.32 1.058 5.026.176.617 1.058 3.792 1.146 4.586.265 1.146 1.235 6.084 1.5 7.054.264 1.147 1.587 5.997 1.763 6.967.176.794.53 2.38.97 5.026 0 .177 0 .353.088.53.177.97 1.058 1.587 2.029 1.41.529-.088 3.086-.97 3.615-1.058.53-.088 1.94-.44 2.47-.44.176-.089.352 0 .528-.089.353-.088 1.235-.53.97-1.587-.088-.353-.529-1.764-.529-2.029-.088-.352-.352-1.763-.44-2.116-.089-.44-.618-2.469-.706-2.822-.088-.352-.265-1.234.44-1.41.53-.089 1.5 1.058 2.205 2.116.265.352.53.617.618.97.529.793 1.41 1.587 1.94 2.38.264.353 1.322 1.764 1.587 2.029.44.44.705.617 1.764.44.352-.087.617-.175.97-.264.529-.176 2.645-.617 3.262-.793.441-.089 2.293-.441 2.734-.53.706-.176 1.235-.705 1.058-1.41-.088-.441-.264-.706-2.292-3.175-.353-.353-.53-.705-.97-1.146-.265-.353-.53-.706-.794-1.235-.53-.617-3.351-3.615-3.527-4.41-.089-.44.088-.616.529-1.322 1.146-1.499 1.587-3.174 1.675-3.615.617-2.734.53-4.939 0-7.232-.176-.529-1.146-4.761-2.293-6.525-1.587-2.381-3.703-4.762-8.289-4.762-1.146.53-2.38.617-3.615 1.058Z"/><path fill="url(#gradient-label-qualibat-rge4)" d="M61.314 17.637c-.53.176-3.44.617-3.968.705-1.235.265-6.879 1.676-9.877 4.41-1.41 1.234-2.822 3.35-3.44 4.673-.44.97-1.41 4.585-1.322 6.702 0 .705.177 1.587.265 2.47 0 .44.088.97.088 1.41.088.97.176 2.028.529 3.351.53 2.646 2.028 6.526 2.645 7.76.618 1.411 1.764 2.822 2.822 3.704.441.44.794.705 1.235 1.146 1.764 1.587 2.822 2.47 5.82 2.91 1.676.265 3.44.353 5.115 0 .264-.088 3.174-.617 3.174-.617 1.5-.353 5.291-1.323 6.702-2.646.794-.97.794-1.587.53-2.645l-.353-1.587c-.177-.53-.706-3.44-.794-3.969-.176-.529-.794-3.262-.97-3.703-.088-.53-.53-2.91-.617-3.351-.088-.441-.53-2.381-.53-2.822-.088-.441-.528-2.47-.528-2.91-.177-.441-.353-1.411-1.676-1.587-.353-.089-.617-.089-1.058 0-.177.088-1.235.352-1.411.529-.53.176-2.47.529-3.175.705-.44.088-2.293.441-2.734.53-1.234.264-2.028 1.234-1.851 2.204 0 .176 1.058 5.29 1.146 5.555.265 1.059 1.411 1.147 1.587 1.147.177 0 .706-.353.794-.353.441-.088 1.675 0 2.028 1.41.088.354.265 1.676.353 1.941.088.176.44 1.234.44 1.5.265 1.234-1.057 1.498-1.586 1.586-2.47.53-3.616-.97-4.41-2.204a28.74 28.74 0 0 1-1.499-1.94c-.529-.706-.529-1.235-.617-1.676-.088-.44-.53-2.204-.53-2.645-.352-1.587-.44-2.47-.352-3.616-.088-.44 0-.793-.088-1.322-.176-1.411-.176-1.588 0-2.47.44-1.675 1.41-3.35 4.938-4.144l1.588-.265c.529-.088 1.234-.264 1.763-.176.353 0 .617.176.97.176.265.088.53 0 .706 0 .617-.176 1.587-1.058 1.587-1.764 0-.352-.088-1.058-.264-1.763l-.794-3.616c-.088-.264-.265-1.234-.265-1.41-.176-.97-.793-1.412-1.587-1.412-.265.089-.44.089-.53.089Z"/><path fill="url(#gradient-label-qualibat-rge5)" d="M85.829 12.522c-.265.088-1.411.353-1.587.441l-1.059.264c-.352.089-1.675.53-1.94.53-.617.176-3.703.705-4.409.793l-2.645.53c-.177.088-.794.176-1.588.264-.617.176-1.322.264-1.587.353-2.645.529-2.293 2.028-1.675 4.585.176.53.793 3.351.97 3.88.44 1.764.705 3.616 1.146 5.468.176.705 1.146 4.32 1.235 4.938.176.617.793 3.792.97 4.497.088.353.529 1.94.529 2.381.088.353.352 2.029.44 2.47.089.44.618 2.733.706 3.174.176.794.53 2.116.53 3.263.087.176 0 .44.087.529.265 1.146 1.411 1.764 2.646 1.587.353-.088 1.587-.44 1.94-.529.44-.088 2.734-.617 3.175-.705.264-.089 1.587-.265 1.763-.353a51.176 51.176 0 0 0 1.852-.53 22.762 22.762 0 0 1 3.263-.528c.353-.088 1.499-.441 1.675-.441.265-.088 1.588-.265 1.764-.353.53-.176 1.764-.706 1.41-2.47-.087-.352-.528-1.851-.528-2.204-.088-.352-.177-.97-.265-1.587 0-.353-.088-.53-.176-.97-.353-1.5-1.587-1.587-2.293-1.5a7.405 7.405 0 0 0-1.058.354c-.353.176-.706.264-1.235.352-.352.088-.617.177-1.146.177-.53.088-1.058.088-1.587.176-.618.176-1.5.353-2.029.353-1.41-.088-1.587-1.058-1.763-2.028-.353-1.5-.53-2.205-.353-2.734.353-1.058 1.411-1.411 2.205-1.587.529-.177 3.615-.53 4.144-.706.706-.176 1.588-.353 1.764-1.587.088-.265.088-.53-.088-.97-.088-.353-.53-1.764-.53-2.117-.088-.352-.352-1.851-.44-2.204-.353-1.5-.97-1.94-2.47-1.587-.264.088-1.499.352-1.587.44-.352.089-1.763.353-2.116.353-.265.088-1.323.441-1.587.441-1.764.441-2.205-1.587-2.381-2.116-.353-1.5-.353-1.588-.265-1.94.176-.53.617-1.147 2.646-1.588.352-.088 1.851-.264 2.204-.352.265-.089 1.411-.441 1.587-.441.177 0 .706-.088.794-.177 1.676-.529 1.587-1.763 1.411-2.469-.088-.353-.44-1.587-.44-1.675-.09-.441-.442-2.47-.53-2.822-.176-.794-.706-1.323-1.5-1.323.265-.088.09-.088 0 0Z"/></g><defs><linearGradient id="gradient-label-qualibat-rge3" x1="31.376" x2="58.659" y1="45.077" y2="45.077" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualibat-rge4" x1="57.111" x2="82.959" y1="37.33" y2="37.33" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualibat-rge5" x1="79.023" x2="102.675" y1="32.477" y2="32.477" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><clipPath id="gradient-label-qualibat-rge"><path fill="#fff" d="M.732 0h237.831v250H.732z"/></clipPath><filter id="gradient-label-qualibat-rge2" width="97.035" height="67.311" x="5.551" y="8.834" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1743_2350"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_1743_2350" result="shape"/></filter></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualiboisrge
                        <code>[[svg_include:svg/labels/qualiboisrge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Qualibois RGE" width="377" height="250" fill="none" viewBox="0 0 377 250" class="label-qualibois-rge"><path fill="#596C26" d="M367.317 93.386H195.272v147.796h172.045V93.386Z"/><path fill="#C4CF8C" d="M365.289 95.414H195.272v143.563h170.017V95.414Z"/><path fill="#AF1923" d="M195.272 50.53v44.796h19.664s2.029 24.163-20.105 24.692l-.177 15.167s42.769 2.293 42.769-43.827V50.441l-42.151.088Z"/><path fill="#596C26" d="M304.443 171.34h-48.766v68.431h48.766V171.34Zm-93.034-28.924c0-4.233 3.175-6.525 6.526-6.525h15.344c9.876 0 16.049 6.084 16.049 14.903 0 5.82-4.056 9.259-6.79 10.846 6.966 1.323 11.464 6.967 11.464 14.021 0 9.083-5.82 17.196-19.842 17.196h-16.049c-3.351 0-6.525-2.293-6.525-6.525v-43.916h-.177Zm13.051 15.697h5.909c3.615 0 5.908-1.852 5.908-5.379 0-3.44-2.205-5.38-5.908-5.38h-5.909v10.759Zm0 23.28h8.201c4.321 0 7.849-1.411 7.849-5.82 0-4.321-4.057-5.82-7.849-5.82h-8.201v11.64Zm88.625-50.176c4.056 0 7.495 3.351 7.495 7.496 0 4.232-3.351 7.495-7.495 7.495-4.057 0-7.408-3.351-7.408-7.495 0-4.145 3.351-7.496 7.408-7.496Zm-6.261 25.22c0-3.615 2.645-6.525 6.261-6.525 3.792 0 6.261 2.91 6.261 6.525v30.688c0 3.616-2.646 6.526-6.261 6.526-3.616 0-6.261-2.91-6.261-6.526v-30.688Zm20.987 23.104c3.88 0 6.614 3.616 11.993 3.616 2.646 0 3.439-1.146 3.439-2.469 0-2.646-2.733-2.734-9.7-5.644-6.349-2.645-9.876-5.026-9.876-11.728 0-7.055 6.084-14.198 16.049-14.198 5.026 0 14.462 2.469 14.462 8.819 0 3.174-2.204 5.379-5.203 5.379-2.469 0-6.261-3.175-9.964-3.175-1.764 0-3.351.882-3.351 2.646 0 4.938 19.488 3.791 19.488 17.46 0 8.818-7.495 14.021-16.049 14.021-7.849 0-16.667-3.175-16.667-8.642.353-3.615 2.646-6.085 5.379-6.085Z"/><mask id="gradient-label-qualibois-rge" width="58" height="68" x="251" y="95" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M308.764 95.414h-57.143v67.108h57.143V95.414Z"/></mask><g mask="url(#gradient-label-qualibois-rge)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="bevel" stroke-miterlimit="17" stroke-width="2.843" d="M295.624 158.995c-11.993-32.54 16.755-27.778-1.411-69.665"/></g><mask id="gradient-label-qualibois-rge2" width="58" height="68" x="251" y="95" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M308.764 95.414h-57.143v67.108h57.143V95.414Z"/></mask><g mask="url(#gradient-label-qualibois-rge2)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.843" d="M279.928 158.025c-11.993-32.54 16.755-27.778-1.411-69.665"/></g><mask id="gradient-label-qualibois-rge3" width="58" height="68" x="251" y="95" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M308.764 95.414h-57.143v67.108h57.143V95.414Z"/></mask><g mask="url(#gradient-label-qualibois-rge3)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.843" d="M264.496 157.407c-11.993-32.539 16.754-27.777-1.411-69.665"/></g><path fill="#C4CF8C" d="M304.972 171.34c0 13.757-11.111 25.044-25.044 25.044-13.757 0-25.044-11.111-25.044-25.044 0-13.756 11.111-25.044 25.044-25.044 13.756 0 25.044 11.111 25.044 25.044Z"/><path fill="#596C26" d="M302.503 171.34c0 12.434-10.142 22.575-22.575 22.575-12.434 0-22.575-10.141-22.575-22.575s10.141-22.575 22.575-22.575c12.433 0 22.575 10.141 22.575 22.575Z"/><path fill="#AF1923" d="M291.656 171.781c0 6.526-5.379 11.817-11.817 11.817-6.525 0-11.816-5.379-11.816-11.817 0-6.437 5.379-11.816 11.816-11.816 6.614-.088 11.817 5.114 11.817 11.816Z"/><path fill="#596C26" d="M195.183 92.945H23.137v147.796h172.046V92.945Z"/><path fill="#fff" d="M53.56 133.862c-16.225 0-29.188 13.052-29.188 29.189 0 16.138 13.14 29.189 29.189 29.189 16.226 0 29.188-13.139 29.188-29.189 0-16.049-13.139-29.189-29.188-29.189Zm-.176 48.766a19.758 19.758 0 0 1-19.84-19.841 19.76 19.76 0 0 1 19.84-19.842 19.76 19.76 0 0 1 19.842 19.842 19.758 19.758 0 0 1-19.842 19.841Z"/><path fill="#AF1923" d="m56.344 160.257-6.237 6.234 32.228 32.246 6.238-6.233-32.228-32.247Z"/><path fill="#fff" d="M124.108 190.388h-8.995v-5.026c-2.734 2.733-6.79 6.261-14.903 6.261-8.201 0-15.432-3.44-15.432-15.609v-25.309h9.083v22.135c0 7.848 2.292 11.111 8.553 11.111 7.408 0 10.23-2.999 12.611-5.82v-27.514h9.083v39.771Zm41.887-6.526c0 2.646.176 5.38.705 6.526h-8.995c-.264-1.323-.44-2.645-.44-4.056-3.792 2.204-9.083 5.379-16.667 5.379-5.027 0-14.727-2.205-14.727-11.993 0-13.404 19.224-15.344 31.482-16.05v-1.763c0-2.998-2.646-5.203-9.877-5.203-8.113 0-9.876 2.998-10.229 5.203h-9.083c2.205-10.847 12.257-12.61 19.4-12.61 18.342 0 18.783 9.259 18.783 14.726v19.841h-.352Zm-8.642-13.58c-5.027.265-9.524.97-13.757 2.028-5.467 1.323-8.113 3.175-8.113 6.614s2.028 5.468 6.349 5.468c6.614 0 11.993-2.999 15.433-5.203v-8.907h.088Zm21.781-34.832h-9.083v54.938h9.083V135.45Zm3.792-.177h9.083v8.113h-9.083v-8.113Zm0 15.344h9.083v39.771h-9.083v-39.771Z"/><g filter="url(#gradient-label-qualibois-rge4)"><path fill="#fff" d="M161.145 67.46c-.177-.44-.265-1.146-.441-1.852-.177-.97-.265-1.763-.441-2.292-.97-4.498-4.586-6.79-8.201-7.055 1.322-1.146 2.292-2.734 2.91-5.203.441-1.587.176-3.174-.177-4.32-.176-.442-.264-1.324-.617-2.294-.176-.617-.264-1.146-.441-1.322 0-.265-.176-.97-.264-1.588-.177-.97-.265-1.763-.441-2.028-.706-3.439-2.734-6.084-5.379-6.966 2.292-2.205 3.174-5.38 2.645-8.995-.176-.265-.265-1.146-.441-1.852a5.454 5.454 0 0 1-.264-.97c-.177-.44-.265-1.323-.441-2.204-.265-1.588-.265-2.205-.441-2.734-1.147-4.938-5.644-7.849-10.406-6.614-.264 0-.97.265-1.587.441-.441.176-.97.265-1.147.265l-1.851.44c-.265.177-1.323.265-2.205.618-.617.176-.97.264-1.146.264-.618.177-2.205.441-3.616.706-1.587.264-3.175.617-3.792.705l-4.497.97c-.441.177-1.323.177-2.205.265l-.882-.177c-.617.177-1.146.265-1.587.265-.441.176-.97.176-.97.176-4.762 1.147-6.966 3.616-7.936 6.35-2.029-2.734-5.468-3.88-8.995-3.175-.617.176-1.852.44-3.351.705-1.5.265-2.91.618-3.44.706-2.998.705-13.403 3.439-19.488 8.818-2.734 2.646-5.908 6.614-7.23 9.965-.265.705-.706 1.852-1.147 3.44-2.734-4.057-9.7-13.317-26.279-9.701-.97.265-3.35.97-6.085 1.41-2.028.618-4.497 1.147-5.026 1.324-.44.176-1.764.44-2.998.617-1.147.264-2.293.44-2.734.617-6.35 1.411-9.7 6.526-8.201 12.699.176.44.44 1.587.706 2.733.264.97.617 1.852.617 2.293.176.617.617 2.646.97 4.321.44 1.852.705 3.615.97 4.321.176.617.617 2.646.97 4.321.44 1.587.705 2.998.97 3.615.176.97.705 3.616 1.323 6.261.617 2.734.97 5.027 1.146 6.085.264.97.97 3.616 1.587 6.35.618 2.204 1.323 4.761 1.411 5.467.265 1.146.706 3.35 1.411 7.848 0 .706.177 1.323.265 1.764 1.146 4.938 5.908 7.936 10.846 6.79.617-.176 1.588-.441 3.44-.97.97-.265 2.204-.617 2.645-.706.97-.176 2.91-.617 3.44-.617.264 0 .704 0 1.145-.176 2.646-.618 4.586-2.293 5.644-4.586 2.205 1.764 4.586 2.205 7.849 1.588.44-.177.97-.265 1.322-.441.177 0 .177 0 .265-.177l.44-.176c.706-.265 3.88-.97 4.939-1.323.265-.176 1.146-.264 2.028-.441.97-.176 2.205-.441 2.734-.441 4.497-.97 7.23-5.203 6.26-9.7-.264-.97-.616-1.852-1.145-2.91.176.176.264.265.44.265 3.792 3.35 6.35 5.379 13.14 6.26 2.91.442 6.614.706 10.846 0h.177c.264-.176 2.733-.617 4.321-.97a14.692 14.692 0 0 1 1.322-.264c9.701-2.204 12.699-4.497 14.463-6.261.617-.705 1.146-1.323 1.587-2.028 2.204 1.764 5.203 2.734 8.201 1.852.264 0 .97-.265 1.852-.441.617-.177 1.146-.265 1.411-.441.441-.177 1.587-.441 2.733-.706 1.147-.264 2.205-.617 2.734-.617.265 0 .706-.176 1.323-.264.705-.177 1.411-.265 1.763-.265.353 0 1.147-.265 1.852-.44.618-.177.97-.266 1.323-.266.97-.176 1.587-.264 2.646-.44.97-.177 2.028-.265 2.998-.618.264 0 .97-.264 1.763-.44.441-.177.97-.265.97-.265.265 0 .706-.177 1.323-.177.97-.176 1.764-.264 1.852-.264 4.497-.97 8.201-5.38 6.79-11.464-.176-.264-.264-1.323-.617-2.204.088-.265-.088-.706-.176-1.059Z"/></g><path fill="url(#gradient-label-qualibois-rge5)" d="M36.365 64.462c-.265-.97-.97-5.203-1.146-6.261-.265-1.411-.97-4.497 2.645-5.203 2.91-.705 5.203 2.028 6.085 5.203.176.97.97 4.497.97 5.026 0 1.852-.97 3.616-3.44 4.321-.264 0-.617.177-.97.177-2.468.176-3.791-1.5-4.144-3.263Zm.353-26.455c-1.764.44-9.524 2.646-11.111 2.734-.97.264-4.939.97-5.909 1.146-2.733.617-4.497 2.293-3.792 5.38.177.705 1.147 4.32 1.323 5.026.265 1.322 1.411 7.23 1.764 8.553.265 1.147 1.764 6.526 1.852 7.849.44 1.852 2.028 10.23 2.645 11.993.441 1.852 2.734 10.14 2.998 11.816.265 1.411.97 4.057 1.588 8.554 0 .265 0 .617.176.97.265 1.587 1.764 2.734 3.44 2.293.97-.176 5.202-1.587 6.26-1.764.97-.176 3.351-.705 4.321-.705.265-.177.618 0 .97-.177.618-.176 2.029-.97 1.588-2.733-.177-.618-.97-2.998-.97-3.44-.177-.617-.618-2.998-.706-3.615-.176-.705-1.146-4.32-1.323-4.762-.176-.617-.44-2.028.706-2.293.97-.176 2.645 1.764 3.792 3.616.44.617.97 1.146 1.146 1.587.97 1.411 2.293 2.734 3.351 4.057.441.617 2.205 2.998 2.734 3.439.705.705 1.323 1.146 2.998.705.617-.176 1.146-.264 1.587-.44.97-.265 4.498-1.147 5.468-1.412.705-.176 3.88-.705 4.585-.97 1.323-.264 2.029-1.322 1.764-2.292-.176-.706-.441-1.323-3.88-5.38-.617-.617-.97-1.322-1.587-1.851-.441-.618-.97-1.323-1.411-2.029-.97-1.146-5.644-6.26-6.085-7.495-.176-.706.176-1.147.97-2.205 1.852-2.645 2.734-5.379 2.91-6.26 1.146-4.586.97-8.378 0-12.258-.265-.97-1.852-8.113-3.88-11.111-2.734-4.057-6.35-8.113-14.198-8.113-1.675.705-3.703.881-6.084 1.587Z"/><path fill="url(#gradient-label-qualibois-rge6)" d="M97.653 23.545c-.97.264-5.909 1.146-6.79 1.323-2.029.44-11.729 2.91-16.755 7.495-2.293 2.029-4.762 5.644-5.909 7.937-.705 1.587-2.293 7.848-2.204 11.464 0 1.322.264 2.733.44 4.32 0 .706.177 1.588.177 2.293.176 1.588.264 3.44.97 5.644.97 4.498 3.44 11.111 4.497 13.14 1.147 2.292 2.999 4.761 4.762 6.349a35.474 35.474 0 0 0 2.028 1.852c2.999 2.733 4.762 4.32 9.965 4.938 2.91.44 5.909.617 8.642 0 .441-.176 5.379-1.147 5.379-1.147 2.646-.617 8.995-2.204 11.464-4.497 1.411-1.587 1.411-2.734.97-4.497l-.617-2.646c-.265-.97-1.323-5.908-1.411-6.79-.265-.97-1.411-5.467-1.587-6.35-.177-.97-.97-4.937-1.147-5.643-.176-.705-.97-4.056-.97-4.762-.176-.705-.97-4.32-.97-4.938-.264-.706-.617-2.293-2.91-2.734a3.003 3.003 0 0 0-1.763 0c-.265.177-2.029.618-2.293.97-.97.265-4.321.97-5.38 1.323-.705.176-3.88.706-4.585.97-2.028.441-3.44 2.028-3.175 3.792 0 .264 1.764 8.995 1.852 9.524.441 1.763 2.293 1.852 2.734 1.852.44 0 1.323-.618 1.41-.618.706-.176 2.911 0 3.44 2.293.176.617.441 2.91.617 3.351.177.265.706 2.028.706 2.646.44 2.028-1.764 2.645-2.734 2.733-4.32.97-6.26-1.587-7.496-3.792-.97-1.146-1.763-2.204-2.645-3.35-.97-1.323-.97-2.029-1.146-2.91-.177-.882-.97-3.792-.97-4.498-.618-2.734-.706-4.321-.618-6.261-.176-.706 0-1.411-.176-2.205-.265-2.292-.265-2.733 0-4.32.706-2.91 2.293-5.644 8.377-7.055.97-.177 1.764-.265 2.734-.441s2.028-.441 2.998-.265c.618 0 1.147.265 1.588.265.44.176.97 0 1.322 0 1.147-.265 2.734-1.764 2.734-2.998 0-.618-.176-1.764-.441-2.999l-1.411-6.26c-.176-.442-.441-2.029-.441-2.293-.264-1.588-1.41-2.293-2.733-2.293-.089.088-.441.088-.53.088Z"/><path fill="url(#gradient-label-qualibois-rge7)" d="M139.451 14.815c-.44.176-2.292.617-2.733.705l-1.852.441c-.617.177-2.91.97-3.351.97-1.146.265-6.349 1.323-7.496 1.411l-4.497.97c-.265.176-1.411.265-2.734.441-1.146.265-2.204.441-2.733.617-4.498.97-3.88 3.44-2.91 7.849.264.97 1.411 5.643 1.587 6.614.705 2.998 1.323 6.26 1.852 9.435.264 1.323 1.852 7.231 2.028 8.377.265 1.147 1.411 6.526 1.587 7.672.177.618.97 3.351.97 4.057.177.617.618 3.44.706 4.32.176.706 1.146 4.586 1.322 5.38.265 1.411.971 3.616.971 5.467.176.265 0 .706.176.97.441 1.852 2.293 2.999 4.497 2.734.618-.176 2.734-.705 3.351-.97.706-.176 4.586-1.146 5.379-1.323.441-.176 2.734-.44 2.999-.617.617-.176 2.733-.705 3.174-.97 1.852-.44 3.792-.705 5.468-.97.617-.176 2.645-.705 2.91-.705.441-.177 2.733-.441 2.998-.618.97-.264 2.998-1.322 2.293-4.32-.177-.618-.97-3.175-.97-3.793-.177-.617-.265-1.587-.441-2.733 0-.617-.177-.97-.265-1.588-.617-2.645-2.734-2.733-3.88-2.645-.617.176-1.146.264-1.764.617-.617.265-1.322.441-2.028.617a6.263 6.263 0 0 1-1.852.265c-.97.176-1.763.176-2.733.265-1.147.264-2.646.617-3.439.617-2.293-.176-2.734-1.764-2.999-3.44-.617-2.645-.97-3.791-.617-4.585.617-1.763 2.293-2.293 3.792-2.733.97-.265 6.261-.97 7.055-1.323 1.322-.265 2.733-.617 2.998-2.734.176-.44.176-.97-.177-1.587-.176-.617-.97-2.998-.97-3.616-.176-.617-.617-3.174-.705-3.792-.617-2.645-1.587-3.35-4.321-2.733-.441.176-2.646.617-2.734.705-.617.176-2.998.617-3.615.617-.441.177-2.205.706-2.734.706-2.998.705-3.792-2.734-4.056-3.616-.618-2.645-.618-2.733-.441-3.35.264-.97 1.146-1.852 4.497-2.734.617-.177 3.175-.441 3.792-.617.441-.177 2.293-.706 2.734-.706.441 0 1.322-.176 1.411-.265 2.91-.97 2.733-2.998 2.292-4.32-.176-.618-.705-2.734-.705-2.91-.176-.706-.706-4.322-.97-4.763-.265-1.41-1.323-2.204-2.646-2.204 1.059.353.794.353.529.44Z"/><defs><linearGradient id="gradient-label-qualibois-rge5" x1="46.68" x2="93.157" y1="70.418" y2="70.418" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualibois-rge6" x1="90.519" x2="134.551" y1="57.078" y2="57.078" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualibois-rge7" x1="127.848" x2="168.139" y1="48.828" y2="48.828" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><filter id="gradient-label-qualibois-rge4" width="160.687" height="109.409" x="5.555" y="8.888" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1743_2402"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_1743_2402" result="shape"/></filter></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualifelec
                        <code>[[svg_include:svg/labels/qualifelec.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Qualifelec" width="217" height="250" fill="none" viewBox="0 0 217 250" class="label-qualifelec"><path fill="#0B8ACA" d="M42.945 214.374v13.58c0 4.145 1.676 6.085 4.586 6.085 3.086 0 4.585-2.028 4.585-6.085v-13.58h5.644v13.316c0 7.319-3.968 10.67-10.582 10.67-6.437 0-10.053-3.351-10.053-10.847v-13.139h5.82Zm30.071 13.58-2.293-6.614-2.293 6.614h4.586Zm-6.526 5.379-1.675 4.762h-5.82l9.17-23.545h5.203l8.995 23.545H76.28l-1.5-4.762h-8.29Zm18.078-18.959h5.29v19.136h10.407l-2.558 4.585h-13.14v-23.721Zm23.809 0h-5.379v23.545h5.379v-23.545Zm5.38 0h14.373v4.409h-9.082v5.379h8.024v4.409h-8.024v9.524h-5.291v-23.721Zm31.481 13.58h-8.73v5.732h10.229l-2.557 4.409h-12.963v-23.721h14.462v4.409h-9.171v4.938h8.73v4.233Zm4.586-13.58h5.202v19.136h11.023l-2.733 4.409-13.492.176v-23.721Zm31.657 13.58h-8.73v5.732h11.023l-2.469 4.409H167.46v-23.721h14.462v4.409h-9.171v4.938h8.73v4.233Zm21.87 9.789c-.882.44-1.852.617-4.586.617-8.113 0-12.345-5.027-12.345-11.905 0-8.113 5.82-12.522 12.874-12.522 2.734 0 4.939.617 5.821 1.058v4.762c-1.059-.441-3.704-1.411-5.644-1.411-4.145 0-7.496 2.557-7.496 7.76 0 4.762 2.734 7.672 7.496 7.672 1.675 0 5.644-.441 6.702-1.058l-2.822 5.027Zm-182.187-3.351c-3.968 0-6.261-3.528-6.261-7.937 0-4.409 2.293-8.113 6.261-8.113s6.261 3.704 6.261 7.937c.088 4.585-2.205 8.113-6.261 8.113Zm13.051 3.262-3.086-3.351c1.675-2.116 2.557-4.938 2.557-8.289 0-6.614-4.321-12.081-12.258-12.081-7.671 0-12.698 5.379-12.698 12.522 0 6.702 4.586 12.081 12.258 12.081 2.116 0 4.144-.441 5.82-1.058l3.703 3.704 3.704-3.528Z"/><path fill="url(#gradient-label-qualifelec)" d="M55.026 13.845c-19.576 7.76-35.361 24.162-42.24 44.18-7.054 20.635-4.409 43.915 7.232 62.434 11.287 18.077 30.246 30.599 51.234 33.862 3.704.617 7.32.617 11.023.794 3.087.176 4.321 2.292 8.113 7.319 3.704 5.026 10.229 14.815 16.402 23.369 6.085 8.73 10.053 10.229 15.609 10.229h20.37c5.996 0 5.996-2.91 3.527-6.702-2.469-3.792-42.24-59.524-44.973-63.139-2.91-3.704-7.32-2.911-8.995-2.558-3.968 1.235-5.38 1.499-9.612 1.499-23.721 0-42.945-19.312-42.945-42.945S58.2 39.859 82.099 39.859c23.721 0 42.857 17.108 42.857 40.829 0 12.875-5.203 20.018-12.699 30.423-1.234 1.411-2.91 7.055.618 12.081 3.527 4.939 11.464 16.226 15.432 21.429 3.968 5.203 9.524 7.495 14.991 7.495h55.026c4.939 0 9.524-2.91 9.524-8.906v-13.139c0-5.38-3.527-8.378-8.906-8.378h-34.127c-5.468 0-8.113-3.351-8.113-7.231V103.88c0-4.32 2.91-7.055 7.936-7.055h33.334c6.261 0 8.906-1.851 8.906-6.701v-15.52c0-6.085-4.762-8.995-8.994-8.995h-33.51c-5.203 0-7.496-3.528-7.496-6.879v-9.964c0-3.969 2.293-7.232 7.231-7.232h34.392c6.437 0 8.289-3.968 8.289-7.936V18.783c0-3.968-1.675-7.936-6.878-7.936h-72.84c-5.379 0-5.643 3.35-5.82 5.202-.264 1.676-1.675 2.293-2.293 2.293-.617 0-1.234-.264-1.234-.264-11.023-6.173-23.369-9.26-35.803-9.26-8.994-.176-18.165 1.5-26.896 5.027Z"/><defs><radialGradient id="gradient-label-qualifelec" cx="0" cy="0" r="1" gradientTransform="translate(45.194 41.11) scale(111.253)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset=".164" stop-color="#fff"/><stop offset=".685" stop-color="#87B2DE"/><stop offset="1" stop-color="#0B8ACA"/></radialGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualifelecrge
                        <code>[[svg_include:svg/labels/qualifelecrge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Qualifelec RGE" width="146" height="250" fill="none" viewBox="0 0 146 250" class="label-qualifelec-rge"><path fill="#0B8ACA" d="M39.996 176.896v7.937c0 2.38.97 3.615 2.646 3.615 1.764 0 2.645-1.146 2.645-3.615v-7.937h3.352v7.76c0 4.321-2.293 6.261-6.173 6.261-3.792 0-5.909-1.94-5.909-6.349v-7.672h3.44Zm17.549 7.936-1.323-3.88-1.323 3.88h2.646Zm-3.792 2.999-.97 2.733h-3.44l5.38-13.756h3.087l5.29 13.756h-3.615l-.882-2.733h-4.85Zm10.582-10.935h3.087v11.199h6.084l-1.499 2.558h-7.672v-13.757Zm14.021 0h-3.174v13.757h3.174v-13.757Zm3.087 0h8.377v2.557h-5.29v3.175h4.674v2.469H84.53v5.556h-3.086v-13.757Zm18.43 7.937h-5.115v3.35h5.997l-1.5 2.47h-7.671v-13.757h8.554v2.557h-5.38v2.91h5.115v2.47Zm2.557-7.937h3.175v11.199l6.437-.088-1.587 2.646h-8.025v-13.757Zm18.607 7.937h-5.026v3.35h6.437l-1.499 2.47h-8.113v-13.757h8.554v2.557h-5.379v2.91h5.026v2.47Zm12.875 5.643c-.529.265-1.058.353-2.646.353-4.762 0-7.231-2.998-7.231-6.967 0-4.761 3.439-7.319 7.496-7.319 1.587 0 2.822.353 3.439.617v2.734c-.617-.264-2.116-.793-3.351-.793-2.381 0-4.409 1.499-4.409 4.585 0 2.734 1.587 4.497 4.409 4.497.97 0 3.351-.264 3.968-.617l-1.675 2.91Zm-106.702-1.94c-2.293 0-3.704-2.028-3.704-4.674 0-2.645 1.323-4.762 3.704-4.762 2.38 0 3.704 2.117 3.704 4.674 0 2.734-1.323 4.762-3.704 4.762Zm7.672 1.94-1.764-1.94c.97-1.234 1.5-2.822 1.5-4.85 0-3.88-2.47-7.055-7.144-7.055-4.497 0-7.407 3.175-7.407 7.32 0 3.968 2.645 7.054 7.143 7.054 1.234 0 2.38-.264 3.439-.617l2.116 2.116 2.117-2.028Z"/><path fill="#97BB3A" d="M20.86 221.252v-13.668a6.135 6.135 0 0 1 6.174-6.173h102.469a6.135 6.135 0 0 1 6.173 6.173v13.668"/><path fill="#EC6A39" d="M135.764 221.252v13.669a6.134 6.134 0 0 1-6.173 6.172H27.034a6.134 6.134 0 0 1-6.173-6.172v-13.669"/><path fill="#fff" d="M30.296 216.402h-4.409c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h4.41c.087 0 .087 0 .087.088v1.058c0 .089 0 .089-.088.089h-2.998c-.088 0-.088 0-.088.088v1.675c0 .088 0 .088.088.088h2.381c.088 0 .088 0 .088.089v1.058c0 .088 0 .088-.088.088h-2.38c-.09 0-.09 0-.09.088v1.764c0 .088 0 .088.09.088h2.997c.088 0 .088 0 .088.088v1.058c.089.353 0 .353-.088.353Zm-1.763-8.554h-.97c-.089 0-.177 0-.177-.088v-.088l1.235-1.852.088-.088h1.587c.088 0 .177.088.177.088s0 .088-.088.088l-1.852 1.94Zm8.377 8.554h-1.058l-.088-.088-2.558-5.026.089 4.938c0 .088-.089.088-.089.088H32.06c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h1.058l.088.088 2.558 5.115-.089-5.027c0-.088 0-.088.089-.088h1.146c.088 0 .088 0 .088.088v7.584c0 .088 0 .088-.088.088Zm6.261 0h-4.41c-.087 0-.087 0-.087-.088v-7.584c0-.088 0-.088.088-.088h4.41c.087 0 .087 0 .087.088v1.058c0 .089 0 .089-.088.089h-2.91c-.088 0-.088 0-.088.088v1.675c0 .088 0 .088.088.088h2.381c.088 0 .088 0 .088.089v1.058c0 .088 0 .176-.088.176h-2.381c-.088 0-.088 0-.088.088v1.764c0 .088 0 .088.088.088h2.998c.088 0 .088 0 .088.088v1.059c0 .264-.088.264-.176.264Zm6.879-.088c0 .088 0 .088-.089.088h-1.234s-.088 0-.088-.088l-1.059-3.263-.088-.088h-1.058c-.088 0-.088 0-.088.088v3.175c0 .088 0 .088-.088.088h-1.411c-.089 0-.089 0-.089-.088v-7.584c0-.088 0-.088.089-.088h2.733c1.411 0 2.293.882 2.293 2.293v.088c0 .617-.264 1.058-.529 1.323-.265.176-.53.352-.53.44l1.235 3.616Zm-1.5-5.556c0-.44-.44-.881-.881-.881h-1.323c-.088 0-.088 0-.088.088v1.675c0 .088 0 .088.088.088h1.323c.44 0 .881-.44.881-.881v-.089Zm7.32-1.94c.44.353.793.882.793 1.059 0 0 0 .088-.088.088l-1.058.529h-.088c-.089 0-.089-.088-.177-.177-.176-.352-.44-.617-.794-.617h-.793a.884.884 0 0 0-.882.882v3.704c0 .529.441.882.882.882h.617c.53 0 .882-.353.882-.882v-.618c0-.088-.088-.088-.088-.088h-1.147c-.088 0-.088 0-.088-.088v-1.058c0-.088 0-.088.088-.088h2.47c.088 0 .088 0 .088.088v1.852c0 1.322-.882 2.204-2.293 2.204h-.617c-1.411 0-2.293-.882-2.293-2.204v-3.704c0-1.323.882-2.205 2.293-2.205h.793c.618.089 1.059.177 1.5.441Zm3.527 7.584H58.25c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h1.147c.088 0 .088 0 .088.088v7.584c0 .088 0 .088-.088.088Zm6.261 0h-4.41c-.087 0-.087 0-.087-.088v-7.584c0-.088 0-.088.088-.088h4.409c.088 0 .088 0 .088.088v1.058c0 .089 0 .089-.088.089H62.66c-.088 0-.088 0-.088.088v1.675c0 .088 0 .088.088.088h2.38c.089 0 .177 0 .177.089v1.058c0 .088 0 .176-.176.176H62.66c-.088 0-.088 0-.088.088v1.764c0 .088 0 .088.088.088h2.998c.088 0 .088 0 .088.088v1.059c.088.264 0 .264-.088.264Zm2.822-5.82c0 .617.529.794 1.41 1.146 1.323.618 1.94 1.323 1.94 2.47 0 1.322-.881 2.204-2.292 2.204h-.53c-.705 0-1.234-.176-1.586-.617-.441-.441-.53-.794-.53-.882 0 0 0-.088.089-.088l1.058-.529h.088c.088 0 .088.088.265.353.176.264.44.44.705.44h.53a.883.883 0 0 0 .881-.881c0-.618-.53-.882-1.323-1.235-1.323-.617-2.028-1.235-2.028-2.469 0-1.323.882-2.205 2.293-2.205h.176c.53 0 .97.088 1.411.441.441.353.794.882.794 1.058 0 .089 0 .089-.088.089l-1.059.529h-.088c-.088 0-.088-.088-.176-.177-.265-.352-.441-.617-.794-.617h-.176c-.53.088-.97.529-.97.97Zm11.816 5.82h-1.058l-.088-.088-2.557-5.026.088 4.938c0 .088-.088.088-.088.088h-1.147c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h1.058l.089.088 2.469 5.115v-5.027c0-.088 0-.088.088-.088h1.146c.088 0 .088 0 .088.088v7.584c.177.088.089.088-.088.088Zm4.674.176h-.617c-1.411 0-2.293-.881-2.293-2.204v-3.704c0-1.323.882-2.204 2.293-2.204h.617c1.41 0 2.293.881 2.293 2.204v3.704c.088 1.323-.882 2.204-2.293 2.204Zm.794-5.996c0-.529-.353-.882-.882-.882h-.618a.884.884 0 0 0-.881.882v3.704c0 .529.352.882.882.882h.617c.529 0 .882-.353.882-.882v-3.704Zm5.82 5.996h-.618c-1.41 0-2.292-.881-2.292-2.204v-5.644c0-.088 0-.088.088-.088h1.146c.088 0 .088 0 .088.088v5.644c0 .529.441.882.882.882h.618c.529 0 .881-.353.881-.882v-5.644c0-.088 0-.088.089-.088h1.146c.088 0 .088 0 .088.088v5.644c.265 1.323-.617 2.204-2.116 2.204Zm6.966-.264c0 .088-.088.088-.088.088h-.882c-.088 0-.088 0-.088-.088L95.2 208.73c0-.088 0-.088.088-.088h1.235c.088 0 .088 0 .088.088l1.411 5.115 1.323-5.115c0-.088.088-.088.088-.088h1.235c.088 0 .176 0 .176.088l-2.293 7.584Zm7.937.088h-4.409c-.089 0-.089 0-.089-.088v-7.584c0-.088 0-.088.089-.088h4.409c.088 0 .088 0 .088.088v1.058c0 .089 0 .089-.088.089h-2.999c-.088 0-.088 0-.088.088v1.675c0 .088 0 .088.088.088h2.381c.089 0 .089 0 .089.089v1.058c0 .088 0 .176-.089.176h-2.381c-.088 0-.088 0-.088.088v1.764c0 .088 0 .088.088.088h2.999c.088 0 .088 0 .088.088v1.059c0 .264 0 .264-.088.264Zm5.996 0h-4.409c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h1.146c.089 0 .089 0 .089.088v6.349c0 .089 0 .089.088.089h2.998c.088 0 .088 0 .088.088v1.146c.088 0 .177 0 0 0Zm5.909 0h-4.41c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h1.147c.088 0 .088 0 .088.088v6.349c0 .089 0 .089.088.089h2.998c.089 0 .089 0 .089.088v1.146c.176 0 .088 0 0 0Zm5.908 0h-4.409c-.089 0-.089 0-.089-.088v-7.584c0-.088 0-.088.089-.088h4.409c.088 0 .088 0 .088.088v1.058c0 .089 0 .089-.088.089h-2.91c-.088 0-.177 0-.177.088v1.675c0 .088 0 .088.177.088h2.381c.088 0 .176 0 .176.089v1.058c0 .088 0 .176-.176.176h-2.381c-.088 0-.177 0-.177.088v1.764c0 .088 0 .088.177.088h2.998c.088 0 .088 0 .088.088v1.059c0 .264-.088.264-.176.264Zm2.91-5.82c0 .617.529.794 1.411 1.146 1.323.618 1.94 1.323 1.94 2.47 0 1.322-.882 2.204-2.293 2.204h-.529c-.706 0-1.235-.176-1.587-.617-.441-.441-.529-.794-.529-.882 0 0 0-.088.088-.088l1.058-.529h.088c.088 0 .088.088.265.353.088.264.441.44.705.44h.529a.883.883 0 0 0 .882-.881c0-.618-.529-.882-1.323-1.235-1.322-.617-2.028-1.235-2.028-2.469 0-1.323.882-2.205 2.293-2.205h.176c.529 0 .97.088 1.411.441.441.353.794.882.794 1.058 0 .089 0 .089-.088.089l-1.059.529h-.088c-.088 0-.088-.088-.176-.177-.265-.352-.441-.617-.794-.617h-.264c-.529.088-.882.529-.882.97Zm-96.65 24.427h-4.408c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h4.409c.088 0 .088 0 .088.088v1.058c0 .088 0 .088-.088.088h-2.998c-.089 0-.089 0-.089.088v1.676c0 .088 0 .088.089.088h2.38c.089 0 .089 0 .089.088v1.058c0 .089 0 .089-.088.089h-2.381c-.089 0-.089 0-.089.088v1.764c0 .088 0 .088.089.088h2.998c.088 0 .088 0 .088.088v1.058c.088.265 0 .353-.088.353Zm-1.763-8.73h-.97c-.088 0-.176 0-.176-.089v-.088l1.234-1.852.088-.088h1.588c.088 0 .088.088.088.088s0 .089-.088.089l-1.764 1.94Zm8.113 7.231c0 .088-.176.441-.617.881-.353.353-.882.53-1.587.53h-.618c-1.41 0-2.293-.882-2.293-2.205v-3.704c0-1.322.882-2.204 2.293-2.204h.617c.53 0 1.059.088 1.411.441.53.352.794.881.794 1.058 0 .088 0 .088-.088.088l-1.058.529h-.089c-.088 0-.088-.088-.176-.176-.176-.353-.44-.618-.794-.618h-.617c-.529 0-.882.353-.882.882v3.704c0 .529.353.882.882.882h.617c.353 0 .618-.177.794-.617.088-.177.088-.265.176-.265h.089l1.146.794Zm3.968 1.587h-.529c-1.41 0-2.293-.882-2.293-2.205v-3.703c0-1.323.882-2.205 2.293-2.205h.617c1.411 0 2.293.882 2.293 2.205v3.703c-.088 1.235-.97 2.205-2.38 2.205Zm.882-5.908c0-.529-.353-.882-.882-.882h-.529c-.529 0-.882.353-.882.882v3.703c0 .53.441.882.882.882h.617c.53 0 .882-.352.882-.882v-3.703h-.088Zm7.848 5.82H48.55l-.088-.088-2.557-5.027.088 5.027c0 .088 0 .088-.088.088H44.67c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h1.058l.089.088 2.557 5.114-.088-5.026c0-.088 0-.088.088-.088h1.146c.088 0 .088 0 .088.088v7.584c.177-.088.089 0 0 0Zm4.498.088h-.617c-1.411 0-2.293-.882-2.293-2.205v-3.703c0-1.323.882-2.205 2.293-2.205h.617c1.41 0 2.293.882 2.293 2.205v3.703c0 1.235-.97 2.205-2.293 2.205Zm.794-5.908c0-.529-.353-.882-.882-.882H53.4c-.529 0-.881.353-.881.882v3.703c0 .53.352.882.881.882h.618c.529 0 .882-.352.882-.882v-3.703Zm8.994 5.82h-1.146c-.088 0-.088 0-.088-.088l.088-4.939-1.411 3.88-.088.089h-.706c-.088 0-.088 0-.088-.089l-1.411-3.88.088 4.939c0 .088 0 .088-.088.088h-1.146c-.089 0-.089 0-.089-.088v-7.584c0-.088 0-.088.089-.088h1.058s.088 0 .088.088l1.764 4.938 1.763-4.938.089-.088h1.058c.088 0 .088 0 .088.088v7.584c.264 0 .176.088.088.088Zm2.91 0h-1.146c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h1.146c.088 0 .088 0 .088.088v7.584s0 .088-.088.088Zm6.173 0h-4.41c-.087 0-.087 0-.087-.088v-7.584c0-.088 0-.088.088-.088h4.41c.087 0 .087 0 .087.088v1.058c0 .088 0 .088-.088.088H69.98c-.088 0-.088 0-.088.088v1.676c0 .088 0 .088.088.088h2.38c.089 0 .089 0 .089.088v1.058c0 .089 0 .089-.088.089H69.98c-.088 0-.088 0-.088.088v1.763c0 .089 0 .089.088.089h2.998c.088 0 .088 0 .088.088v1.058c0 .265-.088.353-.088.353Zm2.646-5.82c0 .617.529.793 1.41 1.146 1.323.617 1.94 1.323 1.94 2.469 0 1.323-.881 2.205-2.292 2.205h-.53c-.705 0-1.234-.177-1.587-.529-.44-.441-.529-.794-.529-.882 0 0 0-.088.089-.088l1.058-.529h.088c.088 0 .088.088.264.352.177.265.441.441.706.441h.529c.44 0 .882-.352.882-.882 0-.617-.53-.793-1.323-1.234-1.323-.617-2.028-1.235-2.028-2.469 0-1.323.882-2.205 2.293-2.205h.176c.53 0 .97.088 1.41.441.442.353.794.882.794 1.058 0 .088 0 .088-.088.088l-1.058.53h-.088c-.088 0-.088-.089-.176-.177-.265-.441-.441-.617-.794-.617h-.176c-.53-.088-.97.264-.97.882Zm9.347 5.82h-2.734c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h2.734c1.41 0 2.293.881 2.293 2.292v3.263c.088 1.235-.794 2.205-2.293 2.205Zm.882-5.732a.884.884 0 0 0-.882-.882h-1.323c-.088 0-.088 0-.088.088v5.027c0 .088 0 .088.088.088h1.323a.884.884 0 0 0 .882-.882v-3.439Zm3.615.176c0 .088-.088.088-.088.088h-.617c-.088 0-.088 0-.088-.088l-.265-2.204c0-.088.088-.088.088-.088h1.147c.088 0 .088 0 .088.088l-.265 2.204Zm5.997 5.556h-4.41c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.089-.088h4.409c.088 0 .088 0 .088.088v1.058c0 .088 0 .088-.088.088h-2.998c-.089 0-.089 0-.089.088v1.676c0 .088 0 .088.089.088h2.38c.089 0 .089 0 .089.088v1.058c0 .089 0 .089-.088.089h-2.381c-.089 0-.089 0-.089.088v1.764c0 .088 0 .088.089.088h2.998c.088 0 .088 0 .088.088v1.058c.088.265.088.353-.088.353Zm-1.676-8.73h-.97c-.088 0-.176 0-.176-.089v-.088l1.234-1.852.089-.088h1.587c.088 0 .176.088.176.088v.089l-1.94 1.94Zm8.113 8.73h-1.058l-.088-.088-2.557-5.027.088 5.027c0 .088 0 .088-.088.088H97.05c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h1.058l.089.088 2.557 5.114-.088-5.026c0-.088 0-.088.088-.088h1.146c.088 0 .088 0 .088.088l-.088 7.584c.177-.088.088 0 0 0Zm6.173 0h-4.409c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h4.409c.088 0 .088 0 .088.088v1.058c0 .088 0 .088-.088.088h-2.998c-.088 0-.088 0-.088.088v1.676c0 .088 0 .088.088.088h2.381c.088 0 .176 0 .176.088v1.058c0 .089 0 .089-.176.089h-2.381c-.088 0-.088 0-.088.088v1.763c0 .089 0 .089.088.089h2.998c.088 0 .088 0 .088.088v1.058c0 .265 0 .353-.088.353Zm6.702-.177c0 .089 0 .089-.088.089h-1.235c-.088 0-.088 0-.088-.089l-1.058-3.174-.088-.088h-1.059c-.088 0-.088 0-.088.088v3.174c0 .089 0 .089-.088.089h-1.146c-.088 0-.088 0-.088-.089v-7.583c0-.088 0-.088.088-.088h2.733c1.411 0 2.293.881 2.293 2.292v.088a1.84 1.84 0 0 1-.529 1.323c-.265.177-.529.353-.529.441l.97 3.527Zm-1.499-5.555a.884.884 0 0 0-.882-.882h-1.323c-.088 0-.088 0-.088.088v1.676c0 .088 0 .088.088.088h1.323a.884.884 0 0 0 .882-.882v-.088Zm7.143-1.94c.441.353.793.882.793 1.058 0 0 0 .088-.088.088l-1.058.529h-.088c-.088 0-.088-.088-.177-.176-.176-.353-.44-.617-.793-.617h-.794c-.529 0-.882.352-.882.881v3.704c0 .529.441.882.882.882h.617c.53 0 .882-.353.882-.882v-.617c0-.088-.088-.088-.088-.088h-1.146c-.089 0-.088 0-.088-.088v-1.059c0-.088-.001-.088.088-.088h2.557c.088 0 .088 0 .088.088v1.852c0 1.323-.882 2.205-2.293 2.205h-.617c-1.411 0-2.293-.882-2.293-2.205V229.1c0-1.322.882-2.204 2.293-2.204h.794c.529 0 .97.176 1.411.441Zm3.351 7.672h-1.147c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h1.147c.088 0 .088 0 .088.088v7.584c.088 0 0 .088-.088.088Zm6.173 0h-4.41c-.088 0-.088 0-.088-.088v-7.584c0-.088 0-.088.088-.088h4.41c.088 0 .088 0 .088.088v1.058c0 .088 0 .088-.088.088h-2.999c-.088 0-.088 0-.088.088v1.676c0 .088 0 .088.088.088h2.381c.088 0 .088 0 .088.088v1.058c0 .089 0 .089-.088.089h-2.381c-.088 0-.088 0-.088.088v1.763c0 .089 0 .089.088.089h2.999c.088 0 .088 0 .088.088v1.058c0 .265 0 .353-.088.353Z"/><path fill="url(#gradient-label-qualifelec-rge)" d="M47.051 59.347c-11.464 4.586-20.723 14.11-24.691 25.838-4.145 12.081-2.558 25.662 4.144 36.508 6.614 10.582 17.725 17.901 29.983 19.753 2.116.353 4.32.353 6.437.441 1.764.088 2.47 1.323 4.762 4.321 2.116 2.998 5.996 8.642 9.612 13.669 3.615 5.114 5.908 5.996 9.171 5.996h11.905c3.527 0 3.527-1.675 2.028-3.968-1.5-2.293-24.691-34.833-26.367-36.949-1.675-2.116-4.32-1.676-5.29-1.499-2.294.705-3.175.882-5.645.882-13.844 0-25.132-11.288-25.132-25.133 0-13.844 10.935-24.691 24.868-24.691 13.845.088 25.044 10.141 25.044 23.986 0 7.496-3.086 11.728-7.407 17.813-.706.794-1.676 4.145.352 7.055 2.029 2.822 6.702 9.523 9.083 12.522 2.293 3.086 5.556 4.409 8.819 4.409h32.275c2.822 0 5.555-1.676 5.555-5.203v-7.672c0-3.175-2.028-4.938-5.203-4.938h-19.929c-3.263 0-4.762-1.94-4.762-4.233v-6.173c0-2.469 1.676-4.144 4.674-4.144h19.488c3.704 0 5.203-1.059 5.203-3.969v-9.083c0-3.615-2.734-5.29-5.291-5.29H111.16c-3.086 0-4.409-2.029-4.409-4.057v-5.82c0-2.293 1.323-4.233 4.233-4.233h20.106c3.792 0 4.85-2.293 4.85-4.674V62.17c0-2.292-.97-4.673-4.056-4.673H89.732c-3.175 0-3.351 1.94-3.44 3.086-.176.97-.97 1.323-1.322 1.323-.353 0-.706-.177-.706-.177-6.437-3.615-13.668-5.379-20.987-5.379-5.732.088-11.2 1.058-16.226 2.998Z"/><g filter="url(#gradient-label-qualifelec-rge2)"><path fill="#fff" d="M103.224 45.15c-.088-.265-.176-.706-.265-1.146a13.866 13.866 0 0 0-.264-1.411c-.617-2.734-2.822-4.233-5.115-4.41.794-.705 1.411-1.675 1.764-3.262.265-.97.088-1.94-.088-2.646-.088-.264-.177-.793-.353-1.41-.088-.353-.176-.706-.265-.794 0-.177-.088-.618-.176-.97-.088-.618-.176-1.059-.264-1.235-.441-2.116-1.676-3.792-3.351-4.321 1.41-1.323 1.94-3.351 1.587-5.556-.088-.176-.177-.705-.265-1.146a10.197 10.197 0 0 1-.176-.617c-.088-.265-.176-.794-.265-1.323-.176-.97-.176-1.323-.264-1.676-.706-3.086-3.528-4.85-6.438-4.144-.176 0-.617.176-.97.264-.264.089-.617.177-.705.177l-1.5.176c-.175.088-.793.177-1.322.353-.353.088-.617.176-.705.176-.353.089-1.323.265-2.205.441-.97.177-1.94.353-2.293.441l-2.733.617c-.265.089-.794.089-1.323.177l-.088-.088c-.353.088-.706.176-.97.176-.265.088-.618.088-.618.088-2.998.706-4.32 2.205-4.938 3.968-1.235-1.675-3.439-2.38-5.555-1.94-.353.089-1.147.265-2.029.441-.882.177-1.763.353-2.116.441-1.852.441-8.29 2.117-12.081 5.468-1.676 1.587-3.704 4.144-4.498 6.172-.176.441-.44 1.147-.705 2.117-1.675-2.47-5.996-8.201-16.314-5.997-.617.177-2.028.618-3.792.882a53.649 53.649 0 0 1-3.174.794c-.265.088-1.059.264-1.852.353-.706.176-1.411.264-1.676.352-3.968.882-5.996 4.057-5.114 7.849.088.264.264.97.44 1.675.177.617.353 1.147.353 1.411.088.353.353 1.587.618 2.645.264 1.147.44 2.205.617 2.646.088.353.352 1.587.617 2.646.265.97.441 1.851.617 2.204.089.617.441 2.205.794 3.88.353 1.676.617 3.175.706 3.792.176.617.617 2.205.97 3.968.352 1.323.793 2.999.881 3.44.177.705.441 2.028.882 4.85 0 .44.088.793.177 1.058.705 3.086 3.703 4.938 6.701 4.233.353-.089.97-.265 2.117-.618.617-.176 1.323-.352 1.587-.44.617-.089 1.764-.353 2.117-.353.176 0 .44 0 .705-.088 1.587-.353 2.822-1.412 3.527-2.822 1.323 1.058 2.822 1.322 4.85.97.265-.089.618-.177.794-.265.088 0 .088 0 .176-.088l.265-.088c.441-.177 2.381-.618 3.086-.794.177-.088.706-.176 1.235-.264.617-.089 1.323-.265 1.675-.265 2.734-.617 4.498-3.263 3.88-5.996-.176-.618-.352-1.147-.705-1.764.088.088.176.176.265.176 2.292 2.028 3.968 3.351 8.112 3.88 1.764.265 4.145.441 6.703 0h.088c.176-.088 1.675-.352 2.645-.617.441-.088.794-.176.794-.176 5.996-1.323 7.848-2.734 8.995-3.88.352-.441.705-.794.97-1.235 1.322 1.058 3.262 1.675 5.114 1.146.177 0 .618-.176 1.147-.264.352-.088.705-.177.881-.265.265-.088.97-.264 1.676-.44.705-.177 1.323-.353 1.675-.353.177 0 .441-.089.794-.177.44-.088.882-.176 1.058-.176.177 0 .706-.177 1.147-.265.352-.088.617-.176.793-.176.617-.088.97-.176 1.588-.265.617-.088 1.234-.176 1.851-.352.177 0 .618-.177 1.059-.265.264-.088.617-.176.617-.176.176 0 .44-.088.794-.088.617-.089 1.058-.177 1.146-.177 2.734-.617 5.115-3.35 4.233-7.054-.088-.177-.177-.794-.353-1.323a1.012 1.012 0 0 0 0-.882Z"/></g><path fill="url(#gradient-label-qualifelec-rge3)" d="M25.975 43.298c-.176-.617-.617-3.263-.705-3.88-.177-.882-.617-2.734 1.587-3.263 1.764-.44 3.263 1.235 3.792 3.263.088.617.617 2.734.617 3.175 0 1.146-.617 2.204-2.116 2.645-.176 0-.353.088-.617.088-1.5.088-2.205-.97-2.558-2.028Zm.353-16.402c-1.058.264-5.908 1.587-6.878 1.675-.617.177-3.087.618-3.704.706-1.675.353-2.734 1.41-2.293 3.35.088.442.706 2.646.794 3.175.176.794.882 4.498 1.058 5.291.177.706 1.058 4.057 1.146 4.85.265 1.147 1.235 6.35 1.588 7.408.264 1.146 1.675 6.261 1.852 7.32.176.881.617 2.468.97 5.29 0 .177 0 .353.088.618.176.97 1.058 1.675 2.116 1.41.618-.088 3.263-.97 3.88-1.058.618-.088 2.029-.44 2.646-.44.176-.089.353 0 .617-.089.353-.088 1.235-.617.97-1.675-.088-.353-.617-1.852-.617-2.117-.088-.352-.353-1.852-.441-2.204-.088-.441-.706-2.646-.794-2.999-.088-.352-.264-1.234.441-1.41.617-.089 1.588 1.058 2.293 2.204.264.353.617.706.706.97.617.882 1.41 1.675 2.028 2.47.264.352 1.322 1.851 1.675 2.116.441.44.794.705 1.852.44.353-.088.706-.176.97-.264.617-.176 2.734-.706 3.44-.882.44-.088 2.38-.44 2.821-.617.794-.176 1.235-.794 1.058-1.411-.088-.441-.264-.794-2.38-3.351-.353-.353-.618-.794-.97-1.146-.265-.353-.618-.794-.883-1.235-.617-.705-3.527-3.88-3.791-4.674-.089-.44.088-.705.617-1.322 1.146-1.588 1.675-3.352 1.764-3.88.705-2.822.617-5.203 0-7.584-.177-.618-1.147-5.027-2.381-6.879-1.676-2.469-3.969-5.026-8.819-5.026-.793.529-2.116.617-3.439.97Z"/><path fill="url(#gradient-label-qualifelec-rge4)" d="M63.982 17.99c-.617.176-3.703.705-4.232.793-1.235.265-7.231 1.764-10.406 4.674-1.411 1.234-2.998 3.527-3.704 4.938-.44.882-1.41 4.674-1.322 6.966 0 .794.176 1.676.264 2.646 0 .44.088.97.088 1.411.088.97.177 2.116.617 3.527.618 2.734 2.117 6.879 2.734 8.113.706 1.411 1.852 2.998 2.998 3.968.441.441.882.794 1.235 1.147 1.852 1.675 2.998 2.645 6.173 3.086 1.764.265 3.704.353 5.38 0 .264-.088 3.35-.705 3.35-.705 1.587-.353 5.556-1.323 7.055-2.734.882-.97.882-1.675.617-2.734l-.353-1.587c-.176-.617-.793-3.704-.882-4.233-.176-.617-.881-3.439-.97-3.968-.088-.617-.617-3.086-.705-3.527-.088-.441-.617-2.47-.617-2.999-.089-.44-.618-2.645-.618-3.086-.176-.44-.352-1.41-1.763-1.675a2.151 2.151 0 0 0-1.059 0c-.176.088-1.234.352-1.41.617-.618.176-2.646.617-3.351.794-.441.088-2.381.44-2.822.617-1.235.264-2.117 1.234-1.94 2.292 0 .177 1.058 5.556 1.146 5.909.265 1.058 1.411 1.146 1.676 1.146.264 0 .793-.353.881-.353.441-.088 1.764 0 2.117 1.411.088.353.264 1.764.352 2.029.089.176.441 1.234.441 1.587.265 1.234-1.058 1.587-1.675 1.675-2.645.618-3.88-.97-4.674-2.292-.617-.706-1.058-1.323-1.587-2.029-.617-.793-.617-1.234-.706-1.763-.088-.441-.617-2.293-.617-2.734-.353-1.675-.44-2.645-.353-3.88-.088-.44 0-.882-.088-1.323-.176-1.41-.176-1.675 0-2.645.441-1.764 1.411-3.528 5.203-4.41.617-.088 1.058-.176 1.676-.264.617-.088 1.234-.264 1.851-.176.353 0 .706.176.97.176.265.088.618 0 .794 0 .706-.176 1.676-1.058 1.676-1.852 0-.353-.089-1.058-.265-1.852l-.882-3.88c-.088-.264-.264-1.234-.264-1.41-.177-.97-.882-1.412-1.676-1.412h-.353Z"/><path fill="url(#gradient-label-qualifelec-rge5)" d="M89.908 12.522c-.264.088-1.41.353-1.675.44l-1.147.265c-.352.089-1.763.618-2.028.618-.705.176-3.968.793-4.674.882l-2.733.617c-.177.088-.882.176-1.676.264-.705.177-1.322.265-1.675.353-2.734.617-2.381 2.117-1.764 4.85.177.617.882 3.528.97 4.145.441 1.852.794 3.88 1.147 5.82.176.794 1.146 4.497 1.234 5.203.176.705.882 4.056.97 4.762.088.352.617 2.028.617 2.469.089.353.353 2.116.441 2.645.088.441.706 2.822.794 3.351.176.882.617 2.205.617 3.44.088.176 0 .44.088.617.265 1.146 1.411 1.852 2.734 1.675.353-.088 1.676-.44 2.028-.617.441-.088 2.822-.706 3.351-.794.265-.088 1.676-.264 1.852-.352.353-.089 1.676-.441 1.94-.618 1.147-.264 2.293-.44 3.44-.617.352-.088 1.587-.44 1.763-.44.265-.09 1.675-.266 1.852-.354.617-.176 1.852-.793 1.41-2.645-.087-.353-.617-1.94-.617-2.293-.088-.353-.176-.97-.264-1.675 0-.353-.088-.618-.176-.97-.353-1.588-1.676-1.676-2.381-1.588-.353.088-.706.177-1.059.353-.352.176-.793.265-1.234.353-.353.088-.706.176-1.147.176-.617.088-1.058.088-1.675.176-.706.177-1.587.353-2.116.353-1.411-.088-1.676-1.058-1.852-2.116-.353-1.588-.618-2.293-.353-2.822.353-1.058 1.41-1.411 2.293-1.675.617-.177 3.88-.618 4.409-.794.794-.177 1.675-.353 1.852-1.676a1.277 1.277 0 0 0-.088-.97c-.089-.352-.618-1.852-.618-2.204-.088-.353-.352-1.94-.44-2.293-.353-1.587-.97-2.028-2.646-1.675-.265.088-1.587.352-1.676.44-.352.089-1.851.353-2.204.353-.265.088-1.323.441-1.676.441-1.852.44-2.292-1.675-2.469-2.205-.353-1.587-.353-1.675-.264-2.028.176-.617.705-1.146 2.733-1.675.353-.088 1.94-.265 2.293-.353.265-.088 1.411-.44 1.676-.44.264 0 .793-.09.881-.177 1.764-.618 1.676-1.852 1.411-2.646-.088-.352-.44-1.675-.44-1.763-.089-.441-.441-2.646-.618-2.999-.176-.882-.794-1.322-1.587-1.322.44-.353.264-.353.176-.265Z"/><defs><linearGradient id="gradient-label-qualifelec-rge3" x1="32.432" x2="61.212" y1="46.968" y2="46.968" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualifelec-rge4" x1="59.579" x2="86.845" y1="38.776" y2="38.776" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualifelec-rge5" x1="82.694" x2="107.644" y1="33.657" y2="33.657" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><radialGradient id="gradient-label-qualifelec-rge" cx="0" cy="0" r="1" gradientTransform="translate(41.31 75.415) scale(65.1287)" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset=".164" stop-color="#fff"/><stop offset=".685" stop-color="#87B2DE"/><stop offset="1" stop-color="#0B8ACA"/></radialGradient><filter id="gradient-label-qualifelec-rge2" width="102.218" height="70.65" x="5.546" y="8.928" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1743_2471"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_1743_2471" result="shape"/></filter></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualigaz
                        <code>[[svg_include:svg/labels/qualigaz.svg]]</code>
                    </td>
                    <td>
                        
<svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo qualigaz" width="518" height="250" fill="none" viewBox="0 0 518 250" class="label-qualigaz"><path fill="#84C1EB" d="M36.47 67.205c.618.177.883.706 1.325 1.235 5.21 8.73 10.331 17.549 14.923 26.543 3.091 6.085 6.005 12.258 8.036 18.783.883 2.822 1.501 5.732 1.413 8.642-.177 4.674-1.943 8.907-4.68 12.61-2.473 3.351-5.652 6.085-9.096 8.378-.264.176-.794.794-1.06.353-.264-.441.266-.706.619-.882 2.649-2.117 4.68-4.762 6.181-7.76 1.325-2.646 2.031-5.468 2.208-8.378.177-2.822-.618-5.555-1.501-8.113-2.12-6.172-5.122-12.081-8.39-17.901-2.648-5.026-5.563-9.788-8.83-14.197-.088-.089-.088-.177-.177-.177-1.06-1.41-1.766-1.41-2.914 0-2.296 3.087-4.503 6.35-6.446 9.7-3.885 6.438-7.506 13.14-10.155 20.283-1.06 2.821-2.031 5.732-2.12 8.642-.176 2.91.619 5.82 1.679 8.553 1.412 3.704 3.885 6.791 6.799 9.348.177.176.53.353.353.705-.176.353-.441.088-.706-.088-4.857-3.263-8.92-7.055-11.657-12.257-2.737-5.203-3.09-10.671-1.412-16.314 1.412-5.027 3.444-9.789 5.74-14.462 5.21-10.935 11.39-21.517 17.66-32.1.265-.528.795-.793 1.237-1.146h.971Z"/><path fill="#85C1EB" d="M258.912 152.655H10.773c-.971-.088-1.5-.529-1.59-1.411-.088-1.058.266-1.675 1.325-2.028.177-.088.53-.088.795-.176h495.659c1.324.176 1.766.705 1.678 1.94 0 .97-.619 1.499-1.855 1.587h-1.413c-82.124.088-164.248.088-246.46.088Z"/><path fill="#84C1EB" d="M46.537 141.72c1.325-3.439 1.06-6.878.706-10.405-.53-4.674-1.942-9.083-4.062-13.228-1.412-2.645-3.267-5.114-5.298-7.319-1.413-1.499-2.296-1.411-3.797.176-4.15 4.498-6.623 9.877-8.036 15.873-.795 3.087-1.148 6.261-1.236 9.436 0 1.852 0 3.792.883 5.556-.442 0-.707-.177-.883-.441-3.797-3.263-6.093-7.32-6.711-12.346-.619-4.409.618-8.466 2.207-12.346 2.385-5.82 5.564-11.287 8.83-16.578 1.679-2.646 3.356-5.38 5.21-7.937.09-.176.177-.176.177-.352 1.148-1.588 1.678-1.588 2.738.088 4.504 6.702 8.742 13.404 12.274 20.635 1.678 3.439 3.268 6.966 4.062 10.846 1.06 5.644-.353 10.67-3.797 15.168-.706 1.058-1.854 2.293-3.267 3.174Z"/><path fill="#385FA8" d="M395.785 117.382v9.7c0 .617-.176 1.235-.353 1.764-2.826 5.996-7.506 9.876-13.776 11.993-8.3 2.733-16.513 2.469-24.549-.706-5.828-2.204-9.36-6.702-11.656-12.257-2.031-5.203-2.826-10.582-3.002-16.138-.177-5.115-.265-10.317.088-15.432.442-6.702 2.384-12.787 7.064-17.813 3.886-4.145 8.566-6.438 14.129-7.32 6.093-.97 12.01-.705 17.838 1.5 4.68 1.852 8.654 4.585 11.303 8.995 2.296 3.88 2.914 8.112 2.914 12.521 0 .442-.176.53-.618.53h-11.833c-.53 0-.53-.177-.618-.706 0-1.41-.177-2.822-.706-4.233-.883-2.645-2.65-4.673-5.299-5.82-3.355-1.322-6.799-1.587-10.42-.705-4.945 1.323-7.506 4.497-8.477 9.435-1.413 7.496-.883 15.08-.618 22.752.176 3.263.971 6.084 2.472 8.906.618 1.235 1.413 2.293 2.649 3.087 4.769 2.822 9.802 3.351 15.012 1.411 2.826-1.059 4.769-3.263 6.093-5.82.177-.177.177-.53.177-.794v-3.616c0-.617-.177-.705-.706-.705h-6.976c-.707 0-.795-.176-.795-.794v-9.876c0-.618.176-.794.795-.794h18.897c.706 0 .795.176.795.794.088 3.439.176 6.878.176 10.141ZM154.093 96.218v-23.81c0-.793.177-1.058 1.06-1.058 3.885.088 7.859.088 11.744 0 .883 0 1.06.265 1.06 1.058V116.5c0 1.587.088 3.175.353 4.762.883 4.409 3.621 7.231 7.948 8.466 3.444 1.058 6.976.97 10.42-.177 4.68-1.587 7.417-5.291 7.771-10.229.088-1.147.088-2.293.088-3.439V72.585c0-.794.177-1.147 1.06-1.147 3.885.088 7.859.088 11.744 0 .707 0 .795.177.795.794v46.12c0 6.525-2.031 12.257-6.888 16.843-4.062 3.88-8.919 6.085-14.482 6.966-6.27.97-12.451.618-18.279-2.028-9.184-4.144-14.306-11.199-14.482-21.428.088-7.496.176-14.992.088-22.487.088 0 .088 0 0 0Zm338.21-12.434c-.441-.177-.795-.177-1.059-.177h-26.757c-.795 0-.971-.176-.971-.97.088-3.527 0-7.054 0-10.582 0-.617.176-.793.794-.793h43.535c.706 0 .883.176.883.793-.088 3.175 0 6.261 0 9.436 0 .53-.177.97-.442 1.411-10.331 15.08-20.486 30.071-30.818 45.15-.265.441-.53.794-.795 1.323.353.176.707.176.971.176h18.545c6.358 0 11.303 4.145 12.451 10.406.353 2.028.353 2.028-1.59 2.028h-34.262c-2.208 0-4.504-.265-6.535-1.411-3.797-1.94-5.475-5.996-4.415-10.582.53-2.469 1.678-4.586 3.09-6.614 7.683-11.111 15.454-22.31 23.137-33.421 1.324-1.94 2.737-4.057 4.238-6.173ZM271.628 98.775V72.32c0-.794.176-1.058.971-.97 3.974.088 7.948.088 11.921 0 .795 0 .972.176.972.97v50.176c0 .794.088 1.588.176 2.47.442 2.292 1.766 3.703 3.974 4.232 1.413.353 2.914.441 4.415.441h20.222c.795 0 .972.177.972.97 0 3.439 0 6.967.088 10.406 0 .794-.177.882-.883.882h-21.105c-3.886 0-7.771-.441-11.568-1.764-5.387-1.94-8.477-5.82-9.625-11.287-.442-2.029-.619-4.145-.619-6.261.089-7.849.089-15.873.089-23.81Zm63.668 7.937v34.127c0 .881-.177 1.146-1.148 1.058a269.181 269.181 0 0 0-11.921 0c-.795 0-.883-.177-.883-.882v-68.96c0-.705.176-.881.883-.881 3.974 0 7.947.088 12.009 0 .795 0 .972.176.972.97.088 11.64.088 23.104.088 34.568Zm-183.587 24.515c0-.794-.177-.794-.795-.706-3.885.882-7.947 1.235-12.009 1.411 1.677-1.499 3.09-3.175 4.238-5.115 2.649-4.673 3.532-9.788 3.797-15.079.177-5.291.177-10.494-.176-15.785-.177-2.998-.353-6.085-1.413-8.995-1.943-5.908-6.093-9.876-11.48-12.61-5.916-3.086-12.274-3.968-18.809-3.263-4.857.53-9.449 1.852-13.599 4.498-5.387 3.439-8.919 8.113-9.89 14.638-.618 3.88-.795 7.76-.883 11.729-.088 6.966-.177 13.844.794 20.811.795 5.556 3.268 10.053 7.507 13.492 5.298 4.321 11.479 6.261 18.102 6.349 11.303.177 22.606.088 33.909.088.619 0 .707-.176.707-.793 0-3.616-.088-7.143 0-10.67Zm-18.633-23.369c0 3.88-.088 7.936-.794 11.817a17.808 17.808 0 0 1-2.12 5.82c-1.413 2.381-3.62 3.703-6.181 4.321-3.267.793-6.446.793-9.714.088-4.945-1.058-7.771-4.145-8.83-8.995-.795-3.615-.883-7.319-.972-11.111 0-4.145-.176-8.377.177-12.522.177-2.028.442-4.233.971-6.173.972-3.527 3.356-5.82 6.8-6.966 3.885-1.323 7.947-1.323 12.009-.177 4.504 1.323 6.712 4.498 7.683 8.995.707 3.35.795 6.79.883 10.317.177 1.411.088 2.999.088 4.586Zm135.903 33.069c-6.27-17.901-12.54-35.714-18.81-53.616a428.61 428.61 0 0 0-4.062-11.375c-.529-1.411-1.236-2.646-2.472-3.44-3.091-2.116-7.948-1.41-10.332 1.5-.971 1.322-1.678 2.645-2.207 4.232-6.712 19.224-13.511 38.448-20.222 57.761-.707 2.028-1.413 3.968-2.031 5.996.176 0 .176.088.264.088h13.423c.618 0 .706-.264.795-.705a492.93 492.93 0 0 0 3.355-10.67c.177-.706.442-.882 1.148-.882h21.9c.706 0 .971.176 1.236.793 1.06 3.439 2.208 6.879 3.268 10.406.176.794.529 1.058 1.412.97 4.151-.088 8.213 0 12.363 0 1.236 0 1.236 0 .972-1.058Zm-25.344-22.84h-12.363c-.441 0-.795.088-.618-.617 2.826-8.995 5.652-17.901 8.477-26.896h.177c2.737 9.171 5.475 18.254 8.212 27.513h-3.885Zm211.933 18.431c-6.358-18.166-12.716-36.332-19.162-54.586-.795-2.47-1.501-5.026-2.738-7.32-.794-1.41-1.854-2.556-3.444-2.997-2.914-.794-7.064-.53-9.272 3.262-.529.882-1.059 1.852-1.413 2.91-6.976 19.842-13.952 39.771-20.928 59.612-.53 1.411-.971 2.999-1.501 4.498h13.599c.706 0 .883-.177 1.148-.794 1.06-3.527 2.208-7.055 3.267-10.582.177-.705.53-.794 1.236-.794h21.724c.794 0 1.148.177 1.412.97 1.06 3.528 2.208 6.967 3.356 10.406.177.353.177.794.795.794h13.864c-.707-1.852-1.325-3.616-1.943-5.379Zm-20.752-18.343c-5.121-.088-10.243 0-15.277 0-.618 0-.794-.176-.529-.793 2.737-8.73 5.475-17.549 8.212-26.279a4.07 4.07 0 0 0 .265-.793c1.06 3.615 2.119 7.054 3.179 10.581 1.589 5.468 3.267 10.847 4.857 16.314.176.706.176.97-.707.97Zm-26.845 55.115v8.113c0 .705-.176.794-.794.794-2.031 0-2.031 0-2.031-2.029V168.44c0-.794.176-.882.971-.97 1.413-.176 2.208.353 2.914 1.587 1.501 2.646 3.179 5.115 4.769 7.672.264-.176.176-.529.176-.793v-7.584c0-.529.088-.794.795-.794 2.119 0 2.119-.088 2.119 2.117v10.493c0 .882-.088 1.852-1.148 2.117-.795.176-1.766-.265-2.384-1.235-1.678-2.645-3.356-5.291-5.122-7.936-.088.176-.176.176-.265.176Zm56.869 1.411c0-.794-.088-1.587 0-2.381.53-3.439 3.267-5.291 6.8-4.585 2.472.44 3.885 1.94 4.062 4.144.088.529 0 .794-.618.794-.265-.088-.53 0-.795 0-.795.088-1.236-.088-1.413-.97-.177-.882-.971-1.411-2.031-1.411-1.06-.088-2.119.176-2.561 1.323-.795 2.292-.706 4.585 0 6.878.265 1.146 1.413 1.411 2.384 1.411.883.088 1.766-.177 2.385-1.058.176-.353.264-.794.176-1.147-.176-.441-.618-.176-.795-.176-.794.088-.794-.265-.794-.882 0-1.499 0-1.499 1.501-1.499h2.207c.354 0 .53.176.53.529 0 1.235.089 2.469-.088 3.704-.177 1.323-1.148 2.028-2.208 2.645-4.327 2.117-8.477-.264-8.742-5.203-.088-.881-.088-1.587 0-2.116Zm-76.031-1.058v-5.203c0-.529.088-.794.795-.794h8.212c.618 0 .795.177.795.794 0 1.852 0 1.852-1.766 1.852h-4.327c-.53 0-.707.176-.707.705.089.706 0 1.411 0 2.117 0 .441.177.617.619.617h3.267c.53 0 .795.088.795.705-.177 1.852-.089 1.852-2.031 1.852h-.795c-.618.089-1.59-.264-1.855.177-.353.705-.176 1.587-.088 2.469.177.793.795.882 1.501.882h4.504c.618 0 .795.176.795.793 0 1.852 0 1.852-1.855 1.852h-4.15c-2.649-.088-3.709-1.234-3.797-3.88.088-1.675.088-3.351.088-4.938Zm51.482.176v-5.379c0-.529.088-.794.707-.794h8.389c.529 0 .706.177.706.706.088 1.94.088 1.94-1.854 1.94h-4.327c-.442 0-.707.176-.618.617.088.794-.265 2.028.176 2.646.353.617 1.59.176 2.473.176h.176c2.031 0 2.031 0 1.855 2.028-.089.441-.177.618-.707.618H444c-.442 0-.618.176-.618.617-.088 2.645.088 2.91 2.737 2.91h3.268c.529 0 .794.088.794.705 0 1.94.089 1.94-1.854 1.94-1.766 0-3.532.177-5.21-.176-1.59-.265-2.296-.97-2.561-2.646-.441-2.204-.176-4.232-.265-5.908Zm-77.885-.176v.176c-.177.794.088 1.764-.442 2.205-.53.441-1.501.176-2.296.176-1.942 0-1.942 0-1.942 1.94 0 1.147.353 1.499 1.501 1.499h4.503c.53 0 .707.177.707.706 0 1.852 0 1.852-1.855 1.852h-3.709c-2.825-.089-4.15-1.323-4.15-4.145v-8.73c0-1.676 0-1.676 1.678-1.676h7.241c.618 0 .795.089.795.794 0 1.852 0 1.852-1.855 1.852h-4.238c-.53 0-.795.176-.795.705.088.794-.177 1.94.177 2.469.441.618 1.589.177 2.472.177h2.208Zm-40.356-.088v-5.115c0-.529.177-.706.707-.706h8.389c.441 0 .618.177.706.618.088 2.028.177 2.028-1.854 2.028h-4.239c-.53 0-.706.176-.706.705v2.117c0 .441.176.617.618.617h3.532c.53 0 .618.177.53.617-.177 2.029-.177 2.029-2.12 2.029-.618 0-1.148.088-1.766 0-.706-.089-.794.176-.794.793 0 2.646.088 2.646 2.649 2.646h3.355c.442 0 .707.088.707.617.088 1.94.088 1.94-1.943 1.94h-3.885c-2.65-.088-3.886-1.411-3.886-3.968v-4.938Zm103.671 1.763c.088 1.058.088 1.94.265 2.734.353 1.146 1.148 1.675 2.384 1.764 1.325 0 2.031-.441 2.384-1.676.177-.441.089-1.234.353-1.411.442-.352 1.148-.088 1.767-.176.706-.088.794.176.794.794-.176 2.91-1.854 4.761-4.857 5.114-3.09.265-5.298-1.234-5.828-4.056-.441-2.469-.53-5.027.177-7.408.618-1.94 2.031-2.998 3.885-3.262 2.031-.177 4.062 0 5.564 1.763.176.177.265.441.441.706.353.705.795 1.675.353 2.204-.441.529-1.413.177-2.296.177-.353 0-.353-.265-.441-.529-.618-1.5-1.413-2.029-2.914-1.852-1.325.176-2.031.97-2.12 2.469.177.882.089 1.94.089 2.645Zm79.563-5.026h-5.122c-.706 0-.794-.177-.794-.794 0-1.764 0-1.764 1.766-1.764h6.799c.618 0 .795.177.795.794 0 .97-.177 1.852-.795 2.734-2.031 2.734-3.885 5.644-5.828 8.554h5.298c.442 0 1.06-.177 1.237.176.176.705.088 1.411 0 2.116 0 .177-.354.177-.53.177h-7.065c-1.677 0-2.472-1.323-1.942-2.822.176-.441.441-.794.706-1.323 1.59-2.293 3.267-4.585 4.769-6.966.265-.177.353-.529.706-.882Zm-166.632 5.555v-5.555c0-1.764.706-2.558 2.472-2.646 2.208-.176 4.415 0 6.623-.088.353 0 .53.176.53.529.176 2.028.176 2.028-1.943 2.028h-3.355c-1.06.089-1.413.353-1.413 1.411-.089 2.029-.089 2.029 2.031 2.029h2.737c.353 0 .53.088.442.529 0 2.028 0 2.028-2.031 2.028h-2.65c-.529 0-.706.176-.706.705v4.498c0 .529-.177.705-.706.793-2.208 0-2.208.089-2.208-2.116.177-1.235.177-2.646.177-4.145Zm-72.676-2.469v4.762c0 1.146.353 1.499 1.501 1.587h3.974c.442 0 .618.177.618.618.089 2.028.089 2.028-1.854 2.028-1.413 0-2.649.176-4.062-.088-2.12-.353-3.091-1.411-3.179-3.616-.089-3.351 0-6.79 0-10.229 0-.529.176-.706.706-.706 2.208-.088 2.208-.088 2.208 2.117.088 1.146.088 2.293.088 3.527Z"/><path fill="#3A60A9" d="M329.909 162.62c-.706.97-1.236 1.764-1.854 2.645-.177.265-.442.441-.795.529-.265.089-.706.177-.883-.088-.176-.176-.176-.529-.088-.793.618-2.117.618-2.117 2.826-2.117.176-.176.441-.176.794-.176Z"/><path fill="#3A5FA9" d="M362.671 162.62c-.707.882-1.237 1.675-1.766 2.469-.177.265-.619.617-.972.705-.795.177-1.06-.088-.883-.793.177-.706.442-1.323.707-2.028.088-.265.264-.265.529-.265.619-.088 1.413-.088 2.385-.088Z"/><path fill="#385FA8" d="M312.778 177.082c-.177-.441-.353-.705.177-.97 1.677-.97 2.384-2.91 1.942-4.938-.441-1.94-1.942-3.263-3.885-3.351-1.148-.088-2.296-.177-3.356-.088-2.384.176-3.179.97-3.179 3.35v9.083c0 2.205 0 2.205 2.296 2.117.53 0 .707-.177.618-.706v-3.262c0-1.5 0-1.5 1.502-1.411.353 0 .618.176.794.529.354.793.883 1.411 1.148 2.292.795 2.293 2.208 3.175 4.681 2.381-.884-1.587-1.767-3.262-2.738-5.026Zm-2.914-2.646h-.53c-1.854 0-1.854 0-1.854-1.851 0-2.293.176-2.558 2.561-2.381 1.413.088 2.207.793 2.119 2.116-.088 1.411-.883 2.116-2.296 2.116Zm72.41 7.584c-.883-1.587-1.766-3.263-2.649-4.85-.265-.529-.353-.794.265-1.234 1.59-.97 2.208-2.91 1.766-4.939-.441-1.94-1.942-3.174-3.797-3.351a13.093 13.093 0 0 0-3.709 0c-2.119.177-2.914.97-2.914 3.087v9.259c0 2.293 0 2.293 2.296 2.205.53 0 .618-.177.618-.706v-3.88c0-.176-.088-.529.089-.705.265-.265 1.942 0 2.119.352.795 1.411 1.501 2.822 2.296 4.321.177.265.265.618.795.618.883-.089 1.854 0 2.737 0 .088 0 .088-.089.088-.177Zm-3.443-9.171c-.177.882-.707 1.411-1.59 1.587-.441.089-.883 0-1.413 0-1.589 0-1.589 0-1.589-1.499v-.352c.088-.706-.265-1.676.529-2.029.972-.352 2.12-.352 3.268.089.795.352.971 1.234.795 2.204Zm-89.807 7.848c-1.413-3.88-2.649-7.76-4.062-11.64-.353-1.146-1.148-1.587-2.12-1.234-.706.176-.883.793-1.147 1.411l-2.385 6.878c-.706 2.028-1.413 3.968-2.119 6.085h2.649c.265 0 .442-.177.618-.441.265-.706.177-1.676.795-2.029.618-.264 1.501-.088 2.296-.088h.265c2.031 0 2.031 0 2.737 1.94.089.265.089.618.53.618h2.649c-.353-.618-.53-1.147-.706-1.5Zm-4.504-3.351h-2.914c.618-1.94 1.148-3.703 1.766-5.643.53 1.852 1.06 3.439 1.502 5.114.176.353.176.529-.354.529Zm208.578 2.734c-1.325-3.704-2.649-7.319-3.886-11.111-.353-1.146-1.412-1.587-2.384-1.058-.53.264-.795.794-.883 1.411-1.413 3.968-2.737 7.936-4.239 11.993-.176.793-.264.97.707.97 2.031-.088 2.031 0 2.649-1.94.177-.441.265-.706.795-.706 1.148.088 2.296 0 3.532 0 .442 0 .706.088.795.618.706 2.028.795 2.028 2.826 2.028h.794c-.176-.794-.353-1.588-.706-2.205Zm-4.15-2.734h-2.915c.619-1.851 1.148-3.615 1.767-5.643.529 1.852 1.059 3.439 1.501 5.114.176.353 0 .529-.353.529Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualigazpro
                        <code>[[svg_include:svg/labels/qualigazpro.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo qualigazpro" width="518" height="250" fill="none" viewBox="0 0 518 250" class="label-qualigazpro"><path fill="#375EA8" d="M147.224 105.185v4.056c0 11.288-2.914 19.048-8.477 23.369 3.709-.265 10.067-.794 13.246-1.675v12.257h-32.85c-4.062 0-8.036-.617-11.833-2.116a26.465 26.465 0 0 1-9.802-6.173c-2.649-2.646-4.68-6.173-5.298-9.965-.795-3.88-1.236-9.171-1.236-16.049v-3.792c0-6.79.353-12.081 1.236-15.961a20.293 20.293 0 0 1 5.298-9.965c2.738-2.734 6.182-4.762 9.802-6.173 7.594-2.645 15.984-2.645 23.754 0a26.449 26.449 0 0 1 9.802 6.173c2.649 2.645 4.68 5.996 5.387 9.7.618 4.056.971 9.348.971 16.314Zm-13.864 3.527v-4.673c0-8.201-1.148-13.757-3.444-16.226-2.207-2.734-5.916-4.057-10.861-4.057s-8.742 1.411-11.127 4.145c-1.677 2.116-2.649 5.644-3.002 10.758-.177 1.676-.265 3.88-.265 6.791v3.703c.088 7.055.618 11.817 1.59 14.374 1.854 4.938 6.093 7.408 12.716 7.408 5.739 0 9.625-1.676 11.568-4.939a17.558 17.558 0 0 0 2.296-6.966c.529-3.528.618-6.967.529-10.318Zm75.237-36.86v46.472c0 7.672-2.65 13.757-7.86 18.166-5.21 4.409-11.568 6.702-19.338 6.702-7.595 0-14.129-2.205-19.339-6.702-5.21-4.409-7.86-10.494-7.86-18.166V71.852h13.864v46.031c0 4.409 1.237 7.672 3.621 9.789 2.384 2.116 5.651 3.174 9.625 3.174s7.241-1.146 9.714-3.174c2.472-2.029 3.709-5.468 3.709-9.789V71.852h13.864Zm60.93 70.723h-14.393l-3.974-12.258h-23.754l-3.886 12.258h-14.394l22.695-64.727c.971-2.204 2.119-3.88 3.267-4.674 1.325-.881 2.914-1.322 4.504-1.322 1.501-.089 3.002.352 4.327 1.234 1.148.794 2.119 2.381 2.914 4.762l22.694 64.727Zm-21.634-23.81-8.389-28.042-8.743 28.042h17.132Zm67.73 23.81H294.43c-8.036 0-13.776-1.499-17.308-4.674-3.533-2.998-5.299-8.201-5.299-15.079V71.763h13.864v51.059c0 2.733.618 4.673 1.943 5.732 1.236 1.146 3.532 1.587 6.8 1.587h21.193v12.434Zm19.957 0h-13.864V71.763h13.864v70.812Zm7.153-33.245v-8.731c0-9.17 2.384-16.402 7.329-21.516 4.769-5.203 11.568-7.76 20.222-7.76 8.477 0 15.453 2.645 20.575 7.76 3.709 3.703 5.475 9.082 5.475 16.402h-12.981c0-7.937-4.15-11.817-12.628-11.817-2.207-.088-4.415.353-6.446 1.411-1.501.794-2.914 1.94-3.885 3.263a17.214 17.214 0 0 0-2.031 5.644 69.158 69.158 0 0 0-.795 6.172c-.088 1.676-.088 3.881-.088 6.702 0 2.734 0 4.674.088 5.644 0 .97.177 2.557.353 4.674.088 1.499.353 3.174.795 4.674.353.881.883 2.116 1.589 3.615.53 1.323 1.413 2.381 2.65 2.998 2.737 1.764 6.004 2.646 9.183 2.646 5.74 0 9.802-2.381 12.275-7.319v-4.762h-8.477v-11.552h20.31v21.428c-1.943 4.674-5.387 8.466-9.802 10.935-4.68 2.557-9.802 3.792-15.1 3.704-9.979 0-17.308-2.734-21.724-8.378-4.68-5.908-6.887-14.462-6.887-25.837Zm114.973 33.245h-14.393l-3.974-12.258h-23.754l-3.886 12.258h-14.394L420 77.848c.971-2.204 2.119-3.88 3.267-4.674 1.325-.881 2.914-1.322 4.504-1.322 1.501-.089 3.002.352 4.327 1.234 1.148.794 2.119 2.381 2.914 4.762l22.694 64.727Zm-21.634-23.81-8.213-28.042-8.742 28.042h16.955Zm73.028 23.81h-36.028c-3.621 0-6.447-.882-8.389-2.646a8.455 8.455 0 0 1-2.915-6.702c0-2.733.972-5.643 3.003-8.73l27.904-40.388h-29.052V71.763h45.301v10.935l-32.32 47.531h19.957c6.976 0 12.539 5.556 12.539 12.346Z"/><path fill="#80BA27" d="M506.628 149.894H11.852c-1.413 0-2.384.353-2.384 1.764s1.148 1.763 2.384 1.763h494.687c1.413 0 2.385-.352 2.385-1.763.176-1.5-.972-1.764-2.296-1.764ZM401.191 10.476h100.05c4.327 0 7.859 3.44 7.859 7.76v35.89a7.815 7.815 0 0 1-7.859 7.85h-100.05c-4.327 0-7.771-3.44-7.771-7.85v-35.89c0-4.233 3.444-7.76 7.771-7.76Z"/><path fill="#fff" d="M431.833 23.174c1.854 1.852 2.737 4.498 2.737 8.201 0 3.616-.883 6.261-2.737 8.202-1.855 1.94-4.415 2.733-7.859 2.733h-6.182v10.23h-6.269V20.351h12.451c3.355 0 5.916.882 7.859 2.822Zm-3.532 8.113c0-3.527-1.502-5.29-4.681-5.29h-5.828v10.581h5.828c1.325.088 2.561-.352 3.444-1.234.883-.794 1.237-2.205 1.237-4.057Zm34.174 21.076h-7.329l-6.182-11.816h-4.415V52.45h-6.182V27.23c0-2.381.53-4.145 1.678-5.203 1.148-1.146 3.003-1.587 5.652-1.587h5.298c3.179 0 5.652.97 7.594 2.91 1.943 2.028 2.915 4.673 2.915 7.319.088 2.028-.53 3.968-1.678 5.644a8.07 8.07 0 0 1-4.151 3.263l6.8 12.786Zm-8.742-18.43c.883-.882 1.324-2.117 1.324-3.44.089-1.234-.353-2.38-1.236-3.262-.883-.882-2.119-1.323-3.267-1.235h-3.003c-1.854 0-2.737.882-2.737 2.91v6.438h5.916c.883 0 2.12-.53 3.003-1.411Zm36.735.97v2.38c0 5.38-.972 9.26-3.003 11.73-2.119 2.38-5.298 3.615-9.802 3.615-4.503 0-7.77-1.235-9.801-3.704-2.032-2.381-3.003-6.438-3.003-11.817v-2.292c0-4.939.971-8.73 3.003-11.111 2.031-2.381 5.298-3.704 9.713-3.704 4.415 0 7.683 1.234 9.802 3.703 2.119 2.558 3.091 6.262 3.091 11.2Zm-6.27 2.293V35.52c.088-2.38-.353-4.674-1.148-6.967-.883-2.028-2.649-2.998-5.387-2.998-2.737 0-4.503.97-5.475 2.998a16.705 16.705 0 0 0-.971 6.967v1.675c0 3.88.53 6.438 1.59 7.849.529.617 1.148 1.146 1.854 1.41 1.943.794 4.062.794 5.917 0 .794-.352 1.412-.881 1.942-1.41.53-.617.883-1.411.972-2.205.529-1.852.706-3.703.706-5.643Z"/><path fill="#80BA27" d="M37.814 68.589c-.442-.882-1.413-1.147-2.208-.617-.353.176-.53.352-.618.617-6.623 10.494-24.814 41.093-24.814 53.351 0 10.141 7.065 17.725 14.306 22.487.353.264.618-.265.353-.53-5.387-4.321-8.566-10.67-8.919-17.548-.265-9.7 13.07-32.187 19.339-40.212.353-.529 1.236-.617 1.766-.264l.265.264c5.387 6.967 19.339 30.512 19.339 40.124 0 7.054-3.886 13.492-8.919 17.548-.53.353-.177.882.353.529 7.418-4.673 14.394-12.257 14.394-22.398-.088-12.258-18.633-43.298-24.637-53.351Zm16.601 58.113c0-8.995-11.568-26.455-16.866-34.568-.971-1.5-1.501-1.411-2.65 0-5.65 8.024-16.866 25.573-16.866 34.568-.088 6.173 2.65 11.904 7.506 15.608.265.177.353-.176.177-.353-1.59-1.675-1.766-19.135 7.947-29.894 2.296-2.645 2.738-2.645 5.034 0 10.596 11.817 9.625 28.131 7.947 29.894-.265.177 0 .353.089.353 4.945-3.615 7.859-9.524 7.682-15.608Z"/><path fill="#375EA8" d="M102.188 182.61h-6.093c-1.942 0-3.267-.353-4.062-1.146-.794-.618-1.148-1.94-1.148-3.704v-13.316H102.1v3.175h-7.947v4.144h5.563l-.265 3.175h-5.298v2.557c-.089.529.088 1.147.441 1.411.442.353 1.148.441 1.678.353h5.828l.088 3.351Zm14.747-5.291c.089 1.499-.618 2.998-1.766 3.968-1.324.97-2.914 1.499-4.503 1.411-1.413 0-3.003-.441-4.151-1.234a5.39 5.39 0 0 1-1.589-1.852c-.442-.882-.618-1.764-.618-2.734l3.002-.176c0 .882.353 1.675 1.148 2.116.618.529 1.501.794 2.384.794 2.031 0 3.003-.794 3.003-2.205 0-1.234-.618-1.94-2.031-2.116l-2.738-.353c-1.236-.176-2.384-.617-3.267-1.499-1.854-2.205-1.59-5.467.53-7.407 1.236-1.147 2.914-1.588 4.415-1.5 1.501-.088 3.002.441 4.327 1.411 1.148.882 1.678 2.293 1.59 3.704l-3.003.176c-.176-1.411-1.413-2.381-2.737-2.204-.883-.088-1.59.176-2.296.617-.53.353-.795.882-.883 1.499 0 .529.265 1.147.618 1.411.353.353.883.617 1.413.617l2.737.353c2.914.353 4.415 2.117 4.415 5.203Zm13.423-11.199c.971.97 1.413 2.557 1.413 4.673a5.896 5.896 0 0 1-1.413 4.498c-1.148 1.146-2.649 1.587-4.15 1.499h-3.268v5.732h-3.267v-17.99h6.535c1.589 0 3.09.529 4.15 1.588Zm-1.854 4.585c0-2.028-.884-2.998-2.385-2.998h-3.09v5.908h3.179c.618.088 1.412-.264 1.854-.617.353-.617.53-1.411.442-2.293Zm19.074 11.905h-3.444l-.972-3.175h-5.74l-.883 3.175h-3.444l5.475-16.49c.177-.441.442-.882.883-1.235.354-.264.619-.353 1.148-.353.354 0 .795.089 1.148.353.354.353.618.794.618 1.235l5.211 16.49Zm-5.299-6.085-2.031-7.143-2.119 7.143h4.15Zm16.337-.881h3.002c0 2.292-.53 4.056-1.589 5.291-1.148 1.322-2.914 1.94-4.681 1.851-4.415 0-6.446-2.645-6.446-8.201v-1.499c0-4.321 1.148-6.966 3.444-8.024.971-.441 2.119-.618 3.179-.618a5.964 5.964 0 0 1 4.415 1.588c1.237 1.234 1.855 2.91 1.678 4.497h-3.179c-.088-.882-.441-1.587-.883-2.205-.53-.529-1.325-.882-2.119-.793-.972-.089-1.943.352-2.385 1.146a5.807 5.807 0 0 0-.618 2.646c0 .352-.088.881-.088 1.587v1.587c0 1.94.265 3.263.795 3.968.618.794 1.501 1.147 2.384 1.147.883.088 1.766-.265 2.296-.97.441-.97.706-1.94.795-2.998Zm17.131 6.966h-6.093c-1.943 0-3.267-.353-4.062-1.146-.795-.618-1.148-1.94-1.148-3.704v-13.316h11.303v3.175h-7.948v4.144h5.564l-.265 3.175h-5.299v2.557c-.088.529.089 1.147.442 1.411.442.353 1.148.441 1.589.353h5.829l.088 3.351Zm21.723-9.171v1.94c-.088.97-.177 2.116-.441 2.998-.265.882-.619 1.676-1.325 2.293-1.148 1.146-2.649 1.675-4.769 1.675-2.384 0-4.15-.352-5.033-.97-.883-.617-1.413-1.94-1.413-3.703v-13.316h6.535c1.678-.088 3.267.529 4.503 1.675.883.882 1.413 2.117 1.502 3.44.353 1.499.441 2.733.441 3.968Zm-3.444 3.351c.088-1.147.177-2.117.177-3.175 0-1.058 0-2.116-.177-3.174-.088-.529-.265-1.147-.618-1.499-.618-.794-1.501-1.147-2.384-1.147h-3.003v9.965c-.088.529.265 1.146.619 1.411.618.353 1.501.441 2.295.353.972.088 1.943-.353 2.561-1.147.265-.441.442-1.058.53-1.587Zm17.573 5.82h-5.74c-1.943 0-3.267-.353-4.15-1.146-.883-.794-1.325-2.117-1.325-3.88v-12.963h11.215v3.174h-7.947v4.145h5.563l-.442 3.174h-5.033v2.558c-.088.529.088 1.146.441 1.411.442.352 1.148.441 1.678.352h5.74v3.175Zm-2.119-24.25-1.766 2.645c-.354.617-1.148 1.147-1.855 1.235-.353.088-.618-.177-.618-.529v-.177c0-.176 0-.353.088-.529l.883-2.645h3.268Zm18.367 15.079v1.94c-.088.97-.176 2.116-.441 2.998-.265.882-.618 1.676-1.325 2.293-1.148 1.146-2.649 1.675-4.768 1.675-2.385 0-4.151-.352-4.946-.97-.883-.617-1.412-1.94-1.412-3.703v-13.316h6.534c1.678-.088 3.268.529 4.504 1.675.883.882 1.413 2.117 1.501 3.44a21.97 21.97 0 0 1 .353 3.968Zm-3.532 3.351c.088-1.147.177-2.117.177-3.175 0-1.058 0-2.116-.177-3.174-.088-.529-.265-1.147-.618-1.499-.618-.794-1.501-1.147-2.561-1.147h-3.002v9.965c-.089.529.176 1.146.618 1.411.618.353 1.501.441 2.296.353.971.088 1.942-.353 2.561-1.147.529-.441.618-1.058.706-1.587Zm9.714 5.82h-3.268v-17.989h3.268v17.989Zm15.188 0h-5.828c-1.943 0-3.267-.353-4.15-1.146-.883-.794-1.325-2.117-1.325-3.88v-12.963h11.215v3.174h-7.948v4.145h5.564l-.442 3.174h-5.033v2.558c-.089.529.088 1.146.441 1.411.442.352 1.148.441 1.678.352h5.74v3.175h.088Zm-2.119-24.25-1.766 2.645c-.354.617-1.148 1.147-1.855 1.235a.481.481 0 0 1-.618-.441v-.177c0-.176 0-.352.088-.529l.883-2.645 3.268-.088Zm23.931 24.25h-3.444l-.972-3.175h-5.828l-.883 3.175h-3.444l5.475-16.49c.177-.441.353-.882.795-1.235.353-.264.618-.353 1.148-.353.441 0 .795.089 1.148.353.353.353.618.794.618 1.235l5.387 16.49Zm-5.122-6.085-2.031-7.143-2.119 7.143h4.15Zm20.045-11.904v11.728c.089 1.764-.618 3.439-1.943 4.674-2.649 2.204-6.534 2.204-9.272 0-1.324-1.147-2.031-2.91-1.942-4.674v-11.817h3.267v11.729c-.177 1.763 1.236 3.263 3.002 3.439 1.767.176 3.268-1.235 3.444-2.998v-12.17l3.444.089Zm16.955 17.989h-4.15l-3.533-6.261-3.532 6.261h-4.15l5.74-9.171-5.387-8.73h4.062l3.179 5.82 3.179-5.82h4.062l-5.387 8.73 5.917 9.171Zm18.279-16.49c.971.97 1.413 2.557 1.413 4.673a5.892 5.892 0 0 1-1.413 4.498c-1.148 1.146-2.649 1.587-4.15 1.499h-3.268v5.732h-3.267v-17.99h6.535c1.501 0 3.002.529 4.15 1.588Zm-1.854 4.585c0-2.028-.883-2.998-2.385-2.998h-3.179v5.908h3.179c.619.088 1.413-.264 1.855-.617.353-.617.618-1.411.53-2.293Zm19.074 11.905h-3.886l-3.267-6.702h-2.384v6.702h-3.356v-14.198a4.105 4.105 0 0 1 .883-2.91c.883-.617 1.943-.97 3.003-.881h2.914c1.501-.089 3.002.529 4.062 1.587.971 1.146 1.589 2.645 1.501 4.145 0 1.146-.353 2.204-.883 3.174-.53.882-1.325 1.411-2.208 1.852l3.621 7.231Zm-4.857-10.406c.441-.529.618-1.234.618-1.94 0-.705-.265-1.411-.618-1.852-.442-.44-1.148-.793-1.766-.617h-1.59c-.971 0-1.413.529-1.413 1.588v3.703h3.179c.707-.088 1.237-.353 1.59-.882Zm20.134.529v1.411c0 2.999-.53 5.203-1.59 6.526-1.148 1.411-2.914 2.116-5.21 2.116-2.384 0-4.062-.617-5.21-2.116-1.148-1.411-1.59-3.616-1.59-6.702v-1.323c0-2.733.53-4.938 1.59-6.173 1.148-1.322 2.737-2.116 5.21-2.116 2.384 0 4.062.617 5.21 2.116 1.06 1.499 1.59 3.44 1.59 6.261Zm-3.444 1.411v-.882c.088-1.322-.177-2.645-.619-3.88-.441-1.146-1.412-1.675-2.914-1.675-1.501 0-2.384.529-2.914 1.675-.353 1.235-.618 2.558-.53 3.88v.882c0 2.117.354 3.616.884 4.409.264.353.618.618.971.882.441.265.971.353 1.589.353.53 0 1.148-.088 1.502-.353.353-.176.794-.441.971-.882.353-.352.441-.881.53-1.234.441-1.058.53-2.205.53-3.175Zm17.572-6.437h-6.004c-.53-.088-1.148.088-1.413.441-.354.441-.442.882-.353 1.411v2.557h6.181l-.265 3.175h-6.005v7.319h-3.267v-14.286c-.088-.97.265-2.028.883-2.91.795-.617 1.854-.882 2.914-.882h7.594l-.265 3.175Zm14.129 14.903h-6.093c-1.943 0-3.267-.353-4.062-1.146-.795-.618-1.148-1.94-1.148-3.704v-13.316h11.215v3.175h-7.859v4.144h5.563l-.265 3.175h-5.298v2.557c-.089.529.088 1.147.441 1.411.442.353 1.148.441 1.59.353h5.828l.088 3.351Zm14.747-5.291c.089 1.499-.618 2.998-1.766 3.968-1.324.97-2.914 1.499-4.503 1.411-1.502 0-3.003-.441-4.151-1.234a5.39 5.39 0 0 1-1.589-1.852c-.442-.882-.618-1.764-.618-2.734l3.002-.176c0 .882.353 1.675 1.148 2.116.618.529 1.501.794 2.384.794 2.031 0 3.003-.794 3.003-2.205 0-1.234-.619-1.94-2.12-2.116l-2.737-.353c-1.236-.176-2.384-.617-3.267-1.499-1.855-2.205-1.59-5.467.529-7.407 1.237-1.147 2.914-1.588 4.416-1.5 1.501-.088 3.002.441 4.327 1.411 1.148.882 1.677 2.293 1.589 3.704l-3.002.176c-.265-1.411-1.237-2.204-2.914-2.204-.883-.088-1.59.176-2.296.617-.53.353-.883.882-.883 1.499 0 .529.265 1.147.618 1.411.441.353.883.617 1.413.617l2.737.353c3.179.353 4.68 2.117 4.68 5.203Zm14.129 0c.088 1.499-.618 2.998-1.766 3.968-1.325.97-2.914 1.499-4.504 1.411-1.501 0-3.002-.441-4.15-1.234-.618-.441-1.236-1.147-1.678-1.852-.441-.882-.618-1.764-.618-2.734l3.003-.176c0 .882.353 1.675 1.148 2.116.618.529 1.501.794 2.384.794 2.031 0 3.002-.794 3.002-2.205 0-1.234-.618-1.94-2.119-2.116l-2.738-.353c-1.236-.176-2.384-.617-3.267-1.499-1.854-2.205-1.589-5.467.53-7.407 1.236-1.147 2.914-1.588 4.415-1.5 1.501-.088 3.003.441 4.327 1.411 1.148.882 1.678 2.293 1.59 3.704l-3.003.176c-.353-1.411-1.236-2.204-2.914-2.204-.883-.088-1.589.176-2.296.617-.53.353-.883.882-.883 1.499 0 .529.265 1.147.618 1.411.442.353.883.617 1.413.617l2.738.353c3.267.353 4.768 2.117 4.768 5.203Zm6.093 5.291h-3.267v-17.989h3.267v17.989Zm16.513-9.877v1.411c0 2.999-.529 5.203-1.589 6.526-1.148 1.411-2.914 2.116-5.21 2.116-2.384 0-4.062-.617-5.21-2.116-1.148-1.411-1.59-3.616-1.59-6.702v-1.323c0-2.733.53-4.938 1.59-6.173 1.148-1.322 2.737-2.116 5.21-2.116 2.384 0 4.062.617 5.21 2.116 1.06 1.499 1.589 3.44 1.589 6.261Zm-3.355 1.411v-.882c.088-1.322-.177-2.645-.618-3.88-.442-1.146-1.413-1.675-2.914-1.675-1.413 0-2.385.529-2.915 1.675-.353 1.235-.618 2.558-.529 3.88v.882c0 2.117.353 3.616.883 4.409.265.353.618.618.971.882.442.265.971.353 1.59.353.529 0 1.148-.088 1.501-.353.353-.176.794-.441.971-.882.265-.352.442-.881.53-1.234.353-1.058.618-2.205.53-3.175Zm19.515-9.523v16.137c0 .529-.176.97-.441 1.411-.265.353-.618.617-1.148.617-1.148 0-2.031-.617-2.649-2.028l-5.917-9.788v11.552h-3.267v-17.901h3.179l6.976 11.816v-11.816h3.267Zm16.778 0v16.137c0 .529-.176.97-.441 1.411-.265.353-.618.617-1.148.617-1.148 0-2.031-.617-2.649-2.028l-5.917-9.788v11.552h-3.267v-17.901h3.179l6.976 11.816v-11.816h3.267Zm14.747 17.989h-6.093c-1.942 0-3.267-.353-4.062-1.146-.795-.794-1.148-1.94-1.148-3.704v-13.316h11.215v3.175h-7.947v4.144h5.563l-.265 3.175h-5.298v2.557c-.089.529.088 1.147.441 1.411.442.353 1.148.441 1.678.353h5.828l.088 3.351Zm13.776 0h-5.033c-1.943 0-3.268-.353-4.151-1.146-.883-.794-1.324-2.117-1.324-3.88v-12.963h3.267v12.963c-.088.529.088 1.146.441 1.411.442.352 1.148.44 1.678.352h5.034v3.263h.088Zm14.217-5.291c.088 1.499-.618 2.998-1.766 3.968-1.325.97-2.914 1.499-4.504 1.411-1.412 0-3.002-.441-4.15-1.234-.618-.441-1.324-1.147-1.678-1.852-.441-.882-.618-1.764-.618-2.734l3.003-.176c0 .882.353 1.675 1.148 2.116.618.529 1.501.794 2.384.794 2.031 0 3.002-.794 3.002-2.205 0-1.234-.618-1.94-2.119-2.116l-2.738-.353c-1.236-.176-2.384-.617-3.267-1.499-1.854-2.205-1.589-5.467.53-7.407 1.236-1.147 2.914-1.588 4.415-1.5 1.501-.088 3.003.441 4.327 1.411 1.148.882 1.678 2.293 1.59 3.704l-3.003.176c-.265-1.411-1.236-2.204-2.914-2.204-.883-.088-1.589.176-2.296.617-.53.353-.883.882-.883 1.499 0 .529.265 1.147.618 1.411.442.353.883.617 1.413.617l2.738.353c3.179.353 4.768 2.117 4.768 5.203Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualigazrefgaz
                        <code>[[svg_include:svg/labels/qualigazrefgaz.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Qualigaz - La référence gaz" width="245" height="250" fill="none" viewBox="0 0 245 250" class="label-qualigaz-referencegaz"><path fill="#221E1F" d="M172.032 213.404v5.644c0 .705-.177 1.146-.882 1.322-4.674 1.411-9.436 1.94-14.109.177-2.999-1.147-5.291-3.175-6.614-6.173-3.704-8.201-.794-20.811 12.875-21.341 2.292-.088 4.497.177 6.702.706 1.675.441.881 1.323.705 2.204-.176 1.059-.617 1.235-1.587.794-2.381-.97-4.939-1.058-7.408-.617-6.084 1.058-9.612 5.996-8.906 12.434.705 6.437 4.85 10.141 11.199 10.053 4.409-.089 4.497-.177 4.409-4.41 0-1.499.618-3.439-.264-4.409-.882-.97-2.734-.352-4.233-.264-1.323 0-1.323-.618-1.323-1.588 0-.97.177-1.41 1.323-1.41 2.293.088 4.497.088 6.79 0 .97 0 1.411.264 1.323 1.322-.088 1.94 0 3.704 0 5.556Z"/><path fill="#221E20" d="M60.039 203.263c0-2.734.088-5.468 0-8.201-.088-1.499.44-1.852 1.852-1.764 1.322 0 1.94.088 1.94 1.764-.089 5.202 0 10.317 0 15.52 0 1.323.176 2.557.529 3.792.882 2.822 2.998 4.409 5.732 4.497 3.086.088 5.203-1.411 6.26-4.233.53-1.411.706-2.91.706-4.497 0-5.026.088-10.141-.088-15.168-.088-1.763.882-1.587 2.028-1.587 1.323-.088 1.764.177 1.764 1.676-.088 5.026 0 9.964-.088 14.991 0 .97-.088 1.94-.177 2.91-1.322 8.906-8.818 10.053-14.285 8.377-4.233-1.322-5.732-4.85-5.997-8.906-.176-2.998 0-5.997 0-8.907-.088-.264-.176-.264-.176-.264Z"/><path fill="#231F20" d="M210.744 218.342c4.85 0 9.436.088 13.933-.088 1.852-.088 1.94.705 1.852 2.116-.088.706-.264.97-.97.97h-18.607c-1.146 0-1.41-1.411-.44-2.733l5.291-7.672c2.998-4.41 5.996-8.731 8.994-13.14.265-.352.706-.705.618-1.411h-11.993c-1.059 0-2.029.177-1.94-1.499 0-1.587.705-1.587 1.851-1.587 5.027.088 10.141 0 15.168 0 .617 0 1.499-.441 1.764.353a2.972 2.972 0 0 1-.353 2.557l-7.408 10.847c-2.645 3.703-5.114 7.319-7.76 11.287Z"/><path fill="#272324" d="M115.947 207.143c0-4.145.088-8.289 0-12.434-.088-1.764.97-1.411 1.94-1.499.97 0 1.852-.265 1.764 1.411-.088 7.319 0 14.638-.088 21.957 0 1.235.176 1.852 1.675 1.764 2.998-.176 6.085 0 9.171-.088 1.235 0 1.235.529 1.235 1.411 0 .793.176 1.675-1.235 1.587a326.982 326.982 0 0 0-13.139 0c-1.147 0-1.323-.441-1.323-1.411v-12.698Z"/><path fill="#232021" d="M137.993 207.231c0-4.233.088-8.377 0-12.61 0-1.147.265-1.588 1.499-1.499 2.557.088 2.557 0 2.557 2.469 0 8.024-.088 16.049.089 24.074 0 1.852-.882 1.675-2.117 1.675-1.323.089-2.116 0-2.028-1.763.088-4.057 0-8.201 0-12.346Z"/><path fill="#221E20" d="M51.838 222.134c-2.205-.441-4.41-.97-6.526-1.411 3.969-2.116 6.261-5.291 7.143-9.436.617-2.733.617-5.555 0-8.377-1.146-5.644-5.203-9.436-10.582-10.141-5.38-.706-10.494 1.94-12.875 6.79-2.293 4.674-2.469 9.524-.617 14.374 1.587 4.233 4.762 6.878 9.171 7.496 2.822.44 5.38 1.322 8.113 2.116 1.852.529 3.616 1.058 5.38 1.587 1.763.529 1.322-1.146 1.763-1.852.529-.881-.353-.97-.97-1.146Zm-18.695-7.143c-1.323-2.028-2.117-4.762-2.117-7.584.089-2.733.53-5.291 2.029-7.672 3.439-5.379 11.023-5.291 14.11.353 2.556 4.674 2.556 9.612 0 14.374-3 5.644-10.407 5.908-14.022.529Z"/><path fill="#221E1F" d="M192.138 194.18c-.265-.706-.618-.97-1.323-.97a9.241 9.241 0 0 1-2.205 0c-.97-.088-1.411.264-1.675 1.234-.529 1.852-1.235 3.704-1.852 5.556-2.293 6.614-4.497 13.227-6.79 19.841-.177.441-.617.882-.177 1.323.618.705 3.528-.176 3.881-1.058.705-2.117 1.499-4.233 2.116-6.438.264-.97.794-1.322 1.764-1.234 1.675.088 3.262 0 4.938 0 3.527 0 3.527 0 4.762 3.439.264.705.529 1.499.793 2.205 1.147 3.351 1.147 3.351 4.674 2.998.088 0 .088-.088.265-.177a1562.769 1562.769 0 0 1-9.171-26.719Zm-6.79 15.344c1.41-4.321 2.998-8.378 4.144-13.14 1.147 4.762 2.822 8.907 4.145 13.14h-8.289Z"/><path fill="#221E20" d="M108.892 219.665c-2.998-8.378-5.731-16.755-8.642-25.221-.793-2.204-2.557-.793-3.88-1.146-.705-.176-1.058.176-1.322.882-2.91 8.73-5.909 17.372-8.819 26.102-.088.353-.352.706 0 .97.882.706 3.528-.176 3.88-1.323.706-2.116 1.411-4.144 2.029-6.261.264-.882.705-1.234 1.675-1.234 2.47.088 5.026.088 7.496 0 .97 0 1.411.352 1.675 1.234.617 1.94 1.323 3.88 1.94 5.909.353 1.234.882 2.116 2.205 1.763 1.146-.088 2.469.529 1.763-1.675Zm-8.465-10.053c-2.293-.088-4.586 0-7.055 0 1.323-4.321 2.998-8.378 4.145-12.699 1.058 3.969 2.469 7.672 3.792 11.464.352.882.264 1.323-.882 1.235Z"/><path fill="#2FADDE" d="M139.58 234.039v-2.028c0-.97-.264-2.381 1.499-1.147.353.265.618-.264.97-.353 2.205-.881 3.88.089 4.057 2.558.088 1.322 0 2.645 0 3.968 0 .617-.265.97-.882.882-.617 0-.617-.529-.617-.882v-3.439c-.088-.97-.265-2.028-1.588-2.028-1.322-.089-1.851.881-1.94 1.94-.088 1.146 0 2.292 0 3.439 0 .529 0 1.058-.705 1.058-.617 0-.794-.441-.794-.97v-2.998Z"/><path fill="#32ACDB" d="M214.183 236.684h2.558c.529 0 1.411-.264 1.411.618.088.97-.794.705-1.323.705h-3.087c-.529 0-1.146.176-1.499-.353-.352-.617.265-1.058.529-1.411a318.894 318.894 0 0 0 3.528-4.673h-2.91c-.441 0-.97 0-.97-.529 0-.618.529-.618.882-.618h3.615c1.323 0 1.499.529.706 1.499-.97 1.499-2.117 2.999-3.44 4.762Z"/><path fill="#3DAFDD" d="M37.552 232.716v-4.233c0-.529.088-.97.794-.97.705 0 .705.529.705.97v6.614c0 1.146.265 1.764 1.5 1.587.617-.088 1.234 0 1.851 0 .53 0 1.235-.264 1.146.706-.088.793-.705.705-1.234.705-4.762.265-4.762.265-4.762-4.409v-.97Z"/><path fill="#2DACDE" d="M96.988 226.808c.44.088 1.058-.088 1.146.617 0 .617-.529.617-.97.617-1.058 0-1.323.794-1.41 1.588-.177.97.616.793 1.234.881.352 0 .529.265.529.618 0 .352-.353.529-.617.529-1.235-.088-1.147.793-1.147 1.587v3.968c0 .441 0 .882-.617.882s-.882-.353-.882-.882v-3.792c0-.705.353-1.499-.706-1.851-.088 0-.176-.177-.176-.265-.44-1.323 2.293-4.497 3.616-4.497Z"/><path fill="#30ACDC" d="M156.6 238.095c-1.499-.088-2.734-.529-3.351-2.028-.706-1.587-.618-3.263.617-4.586 1.058-1.234 2.469-1.499 3.968-1.146.441.088.882.176.794.706-.088.617-.617.44-.97.44-2.293.089-3.175.706-3.263 2.47-.088 1.587.882 2.557 2.469 2.733.618.088 1.764-.705 1.764.441-.176 1.147-1.323.882-2.028.97Z"/><path fill="#3CAEDC" d="M117.358 230.423c.705 1.058 1.499 0 2.293-.088.353-.088.617-.088.705.265.088.352.177.793-.264.881-2.381.529-2.029 2.381-2.117 4.057v1.234c0 .529.089 1.235-.793 1.147-.618 0-.706-.529-.706-1.058v-5.644c.088-.441.177-.794.882-.794Z"/><path fill="#2FADDB" d="M71.062 234.127v-1.852c0-1.411 0-1.323 1.41-1.323.442 0 .97-.441 1.412-.617.264-.088.617-.176.793.176.177.353.177.882-.176.97-2.381.53-1.852 2.47-1.94 4.057v1.675c0 .53-.265.794-.794.794s-.705-.353-.705-.794v-3.086Z"/><path fill="#27AADC" d="M193.02 231.481c0-.352-.089-1.234-.441-.97-1.235.794-2.117-.529-3.263-.352-2.028.264-3.528 2.293-3.175 4.585.353 2.293 1.94 3.439 4.321 2.999.353-.089.794-.618 1.058 0 .177.352.089.881-.176 1.234-.882 1.235-2.028 1.146-3.263.794-.441-.177-.882-.265-1.058.352-.176.618.265.706.705.882 2.734 1.147 5.203-.441 5.38-3.439v-2.734c-.089-1.146-.088-2.292-.088-3.351Zm-3.44 5.203c-1.499 0-1.94-1.146-2.028-2.381-.176-1.675.882-2.822 2.205-2.822 1.675.089 1.852 1.235 1.852 2.734 0 1.235-.265 2.469-2.029 2.469Z"/><path fill="#2EACDE" d="M86.67 231.305c-.705-.882-1.675-1.235-2.734-1.058-1.587.264-2.645 1.146-2.998 2.734-.353 1.587-.353 3.174 1.147 4.321 1.322 1.058 2.822.97 4.32.529.353-.089.53-.265.53-.618-.088-.529-.441-.441-.794-.441-.617 0-1.235.353-1.94.089-.97-.265-1.852-.97-1.675-1.852.088-.97 1.234-.265 1.851-.441.177-.088.353 0 .706 0 .705-.265 1.852.529 2.38-.441.177-.97-.175-2.028-.793-2.822Zm-1.852 2.028h-2.645c.264-1.234.793-1.94 1.852-2.116.529-.088 1.058.176 1.41.705.442.794.706 1.411-.617 1.411Z"/><path fill="#2AACDC" d="M205.718 236.684v-3.086c-.088-2.822-1.676-4.057-4.498-3.175-.44.177-.881.265-.793.794.088.617.529.441.97.353.529-.089 1.058-.089 1.587-.089.617 0 1.058.441 1.058 1.059 0 .617-.617.441-.97.529-.441.088-.97.176-1.411.353-1.499.44-2.292 1.851-1.851 3.262.352 1.235 1.675 1.676 3.174 1.323.441-.088.882-.705 1.323-.353 1.499.882 1.499 0 1.411-.97Zm-3.087.353c-.97-.088-1.411-.529-1.322-1.323.176-1.234 1.146-1.411 2.116-1.499.706-.088.794.353.794.882.088 1.146-.706 1.587-1.588 1.94Z"/><path fill="#2DACDD" d="M55.365 236.949v-3.263c.088-3.439-2.116-3.704-4.585-3.175-.441.089-.882.353-.618.882.177.441.53.265.882.265.53-.088 1.058-.088 1.587-.088.618 0 1.059.44 1.147 1.058.088.793-.706.441-1.058.617-.353.176-.794.176-1.235.353-1.675.529-2.47 1.852-1.852 3.351.617 1.411 1.852 1.499 3.263 1.146.44-.088.706-.617 1.323-.176.882.529 1.234 0 1.146-.97Zm-3.175.088c-.881-.088-1.322-.529-1.234-1.323.088-1.146.97-1.411 1.94-1.499.617-.088 1.058.176.97.882 0 1.146-.706 1.675-1.675 1.94Z"/><path fill="#2EACDD" d="M167.887 230.247c-2.116.353-3.351 2.293-3.086 4.762.264 2.116 1.94 3.351 4.409 2.998.617-.088 1.764.088 1.675-.882-.176-.97-1.058-.264-1.675-.264-.265 0-.617 0-.882-.089-.97-.264-2.028-.793-1.94-1.851.088-1.147 1.323-.353 1.94-.53h2.205c.617 0 .793-.264.881-.881.177-1.852-1.675-3.616-3.527-3.263Zm.265 3.263c-.529-.529-1.676.529-1.676-.706 0-.882.882-1.499 1.764-1.499s1.587.529 1.587 1.411c-.088 1.235-1.234.265-1.675.794Z"/><path fill="#32ACDD" d="M106.247 230.247c-1.587.264-2.557 1.235-2.822 2.734-.264 1.587-.441 3.174 1.058 4.321 1.323.97 2.822.97 4.321.529.265-.088.618-.265.529-.618-.088-.44-.441-.617-.881-.44-.882.264-1.676.264-2.47-.089-.793-.352-1.234-.882-1.146-1.675.088-.97.97-.353 1.499-.529.265-.088.617 0 .882 0h1.675c.618 0 .97-.177 1.059-.97.088-1.94-1.764-3.616-3.704-3.263Zm.353 3.263c-.618-.353-1.676.352-1.676-.706 0-.97.882-1.499 1.764-1.499.794 0 1.675.529 1.675 1.411-.088 1.323-1.322.176-1.763.794Z"/><path fill="#2AACDC" d="M131.997 234.48c.617 0 .97-.177.881-.794-.088-1.499-.441-2.822-2.116-3.263-1.587-.441-2.91-.088-3.792 1.323-1.058 1.499-.882 4.056.265 5.291.97 1.058 3.527 1.499 4.762.794.264-.177.529-.353.352-.706-.088-.353-.352-.441-.705-.441-.706 0-1.411.353-2.205.088-.882-.264-1.675-.705-1.587-1.675.088-1.146 1.146-.441 1.764-.617.264-.088.44 0 .705 0h1.676Zm-2.381-.97c-.53-.353-1.676.441-1.676-.706 0-.882.882-1.499 1.764-1.411.793.088 1.675.529 1.587 1.411 0 1.323-1.146.177-1.675.706Z"/><path fill="url(#gradient-label-qualigaz-referencegaz)" d="M228.293 24.162h-79.189c-2.116 0-3.792-1.764-3.792-3.792 0-2.116 1.764-3.792 3.792-3.792h79.189c2.116 0 3.792 1.764 3.792 3.792 0 2.028-1.676 3.792-3.792 3.792Z"/><path fill="url(#gradient-label-qualigaz-referencegaz2)" d="M222.737 36.067H154.66c-2.117 0-3.792-1.764-3.792-3.792 0-2.116 1.763-3.792 3.792-3.792h68.077c2.117 0 3.792 1.764 3.792 3.792.088 2.116-1.675 3.792-3.792 3.792Z"/><path fill="url(#gradient-label-qualigaz-referencegaz3)" d="M219.298 47.972h-61.199c-2.117 0-3.792-1.764-3.792-3.792 0-2.117 1.764-3.792 3.792-3.792h61.199c2.117 0 3.792 1.764 3.792 3.792a3.764 3.764 0 0 1-3.792 3.792Z"/><path fill="url(#gradient-label-qualigaz-referencegaz4)" d="M217.534 59.876h-57.671c-2.117 0-3.792-1.763-3.792-3.791 0-2.117 1.763-3.792 3.792-3.792h57.671c2.117 0 3.792 1.763 3.792 3.791a3.764 3.764 0 0 1-3.792 3.792Z"/><path fill="url(#gradient-label-qualigaz-referencegaz5)" d="M216.124 71.781h-54.939c-2.116 0-3.792-1.764-3.792-3.792 0-2.116 1.764-3.792 3.792-3.792h54.939c2.116 0 3.791 1.764 3.791 3.792.089 2.117-1.675 3.792-3.791 3.792Z"/><path fill="url(#gradient-label-qualigaz-referencegaz6)" d="M217.182 83.686h-56.967c-2.116 0-3.792-1.764-3.792-3.792 0-2.116 1.764-3.792 3.792-3.792h56.967c2.116 0 3.792 1.764 3.792 3.792.088 2.116-1.676 3.792-3.792 3.792Z"/><path fill="url(#gradient-label-qualigaz-referencegaz7)" d="M219.475 95.59h-61.641c-2.116 0-3.792-1.763-3.792-3.791 0-2.117 1.764-3.792 3.792-3.792h61.641c2.116 0 3.791 1.764 3.791 3.792.089 2.116-1.675 3.792-3.791 3.792Z"/><path fill="url(#gradient-label-qualigaz-referencegaz8)" d="M224.765 107.496H152.72c-2.117 0-3.792-1.764-3.792-3.792 0-2.117 1.763-3.792 3.792-3.792h72.045c2.117 0 3.792 1.763 3.792 3.792a3.764 3.764 0 0 1-3.792 3.792Z"/><path fill="url(#gradient-label-qualigaz-referencegaz9)" d="M232.085 119.4H145.4c-2.116 0-3.791-1.763-3.791-3.792 0-2.116 1.763-3.792 3.791-3.792h86.685c2.116 0 3.792 1.764 3.792 3.792 0 2.117-1.764 3.792-3.792 3.792Z"/><path fill="url(#gradient-label-qualigaz-referencegaz10)" d="M233.231 129.718c.882 3.351 1.058 6.702.441 9.964-5.026 26.367-58.377 39.066-119.224 28.307-56.085-9.876-98.942-36.243-101.41-61.023-1.853 25.926 42.68 54.674 102.027 65.168 61.2 10.847 114.903-1.94 119.93-28.483.882-4.586.264-9.26-1.764-13.933Z"/><path fill="url(#gradient-label-qualigaz-referencegaz11)" d="M77.058 48.765C74.59 62.17 58.098 72.84 54.66 84.127c-5.115 16.843-2.822 28.748 12.08 46.296 0 0-11.728-20.987-6.79-37.037 4.939-16.05 17.108-19.047 17.108-44.62Z"/><path fill="url(#gradient-label-qualigaz-referencegaz12)" d="M96.194 127.778c23.104-9.171 39.418-31.394 39.418-57.231 0-34.127-28.395-61.817-63.404-61.817C37.2 8.818 8.804 36.508 8.804 70.635c0 26.014 16.49 48.324 39.86 57.407 3.526 1.323 7.142 2.469 10.934 3.175-2.381-4.233-4.41-8.113-6.085-11.817-13.933-30.423-5.643-44.091 5.38-58.377 12.786-16.49 17.989-25.485 17.019-39.947C64.889 54.409 37.64 72.575 40.198 93.827c.881 7.584 2.557 14.903 4.32 21.341-15.432-9.083-25.749-25.662-25.749-44.533 0-28.748 23.898-52.028 53.351-52.028s53.351 23.28 53.351 52.028c0 22.222-14.286 41.093-34.303 48.589 1.763-6.173 4.761-19.312 1.41-28.572 0 0 0 12.787-5.908 19.93-4.32 5.115-8.995 8.377-10.494 11.905-.617 1.322-.705 2.733-.264 4.321.44 1.499 2.028 3.351 4.585 5.026 7.055 5.027 21.517 9.612 38.801 5.997-15.079-.089-20.9-5.468-23.104-10.053Z"/><defs><linearGradient id="gradient-label-qualigaz-referencegaz" x1="145.306" x2="232.113" y1="20.335" y2="20.335" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz2" x1="150.842" x2="226.578" y1="32.242" y2="32.242" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz3" x1="154.288" x2="223.131" y1="44.149" y2="44.149" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz4" x1="156.064" x2="221.355" y1="56.056" y2="56.056" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz5" x1="157.422" x2="219.997" y1="67.963" y2="67.963" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz6" x1="156.377" x2="221.042" y1="79.87" y2="79.87" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz7" x1="154.079" x2="223.34" y1="91.777" y2="91.777" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz8" x1="148.857" x2="228.562" y1="103.684" y2="103.684" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz9" x1="141.546" x2="235.873" y1="115.591" y2="115.591" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz10" x1="13.018" x2="235.374" y1="141.512" y2="141.512" gradientUnits="userSpaceOnUse"><stop stop-color="#B0D3E6"/><stop offset=".504" stop-color="#27AADC"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz11" x1="55.456" x2="95.958" y1="122.55" y2="4.192" gradientUnits="userSpaceOnUse"><stop stop-color="#FFD203"/><stop offset=".744" stop-color="#F49423"/></linearGradient><linearGradient id="gradient-label-qualigaz-referencegaz12" x1="56.072" x2="96.573" y1="122.761" y2="4.403" gradientUnits="userSpaceOnUse"><stop stop-color="#FFD203"/><stop offset=".744" stop-color="#F49423"/></linearGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualipacrge
                        <code>[[svg_include:svg/labels/qualipacrge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Qualipac RGE" width="377" height="250" fill="none" viewBox="0 0 377 250" class="label-qualipac-rge"><path fill="#77227D" d="M367.891 92.945H195.492v148.237h172.399V92.945Z"/><path fill="#C5BCD9" d="M365.686 95.15H195.492v143.739h170.194V95.149Z"/><path fill="#AF1923" d="M195.492 50.176V95.15h19.665s2.028 24.162-20.106 24.691l-.176 15.168s42.945 2.293 42.945-43.827l.177-41.094-42.505.088Z"/><path fill="#77227D" d="M195.492 92.945H23.27v148.237h172.222V92.945Z"/><path fill="#fff" d="M53.693 133.598c-16.225 0-29.188 13.051-29.188 29.188 0 16.138 13.139 29.189 29.188 29.189 16.226 0 29.189-13.139 29.189-29.189 0-16.225-13.051-29.188-29.189-29.188Zm0 48.677a19.758 19.758 0 0 1-19.841-19.841 19.76 19.76 0 0 1 19.841-19.842 19.76 19.76 0 0 1 19.841 19.842c-.088 11.023-8.994 19.841-19.84 19.841Z"/><path fill="#C5BCD9" d="m56.486 159.99-6.237 6.233 32.228 32.247 6.237-6.234-32.228-32.246Z"/><path fill="#fff" d="M124.328 190.123h-9.083v-4.938c-2.733 2.734-6.79 6.349-14.903 6.349-8.2 0-15.432-3.439-15.432-15.608v-25.485h9.26v21.869c0 7.849 2.292 11.111 8.553 11.111 7.408 0 10.229-2.998 12.61-5.82v-27.336h9.26l-.265 39.858Zm41.975-6.525c0 2.645.177 5.379.706 6.525h-8.995c-.264-1.322-.441-2.645-.441-4.056-3.792 2.205-9.083 5.379-16.755 5.379-5.026 0-14.726-2.204-14.726-11.993 0-13.404 19.224-15.344 31.481-16.049v-1.764c0-2.998-2.645-5.203-9.876-5.203-8.113 0-9.877 2.999-10.23 5.203h-9.082c2.204-10.846 12.257-12.698 19.4-12.698 18.342 0 18.783 9.435 18.783 14.726v19.93h-.265Zm-8.818-13.58c-5.026.264-9.524.97-13.757 2.028-5.467 1.323-8.112 3.351-8.112 6.79-.177 3.351 2.028 5.467 6.349 5.467 6.614 0 11.993-2.998 15.432-5.202v-9.083h.088Zm21.958-35.009h-9.083v54.938h9.083v-54.938Zm3.792-.177h9.259v8.113h-9.259v-8.113Zm0 15.521h9.259v39.77h-9.259v-39.77Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4.205" d="M254.399 137.654s10.229-7.848 20.987-7.848c11.288 0 18.078 8.642 35.097 8.642 13.051 0 22.134-7.055 22.134-7.055m-78.218-4.938s10.229-7.848 20.987-7.848c11.288 0 18.078 8.642 35.097 8.642 13.051 0 22.134-7.055 22.134-7.055m-78.218-5.379s10.229-7.849 20.987-7.849c11.288 0 18.078 8.642 35.097 8.642 13.051 0 22.134-7.054 22.134-7.054"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="7.61" d="M290.466 187.037s-4.762 5.644-4.762 11.552c0 6.261 5.203 9.965 5.203 19.4 0 7.055-4.321 12.17-4.321 12.17m-10.671-42.681s-4.761 5.644-4.761 11.552c0 6.261 5.202 9.965 5.202 19.4 0 7.231-4.321 12.17-4.321 12.17m-11.023-43.563s-4.762 5.644-4.762 11.552c0 6.261 5.203 9.965 5.203 19.4 0 7.055-4.321 12.17-4.321 12.17"/><path fill="#77227D" d="M212.688 141.27c0-3.616 2.204-5.909 5.908-5.909h13.58c11.288 0 19.665 7.408 19.665 18.343 0 11.287-8.642 18.254-19.224 18.254h-8.553v12.61c0 3.88-2.47 5.908-5.821 5.908-3.351 0-5.82-2.204-5.82-5.908l.265-43.298Zm11.64 20.458h7.848c4.939 0 7.937-3.615 7.937-8.113 0-4.585-2.998-8.112-7.937-8.112h-7.848v16.225Zm47.531 30.247c-11.288 0-19.4-9.435-19.4-22.398 0-12.611 8.553-22.575 19.4-22.575 4.056 0 7.496 1.411 10.141 3.88.97-2.205 3.175-3.439 5.82-3.439 6.349 0 6.349 5.643 6.349 8.201v27.337c0 2.733 0 8.201-6.349 8.201-3.351 0-4.938-1.764-5.82-3.792-2.91 3.174-6.261 4.585-10.141 4.585Zm1.587-32.539c-5.379 0-7.672 5.379-7.672 10.229 0 4.938 2.469 10.141 7.672 10.141 4.939 0 7.496-5.027 7.496-10.141-.088-4.145-2.028-10.229-7.496-10.229Z"/><path fill="#C8B9D8" d="M271.859 148.148c4.056 0 8.113 1.587 10.582 5.027.264-2.734 2.645-4.586 5.379-4.586 5.379 0 5.379 4.321 5.379 7.231v27.337c0 2.91 0 7.231-5.379 7.231-3.174 0-4.497-1.764-5.379-4.586-2.91 3.351-6.349 5.203-10.582 5.203-10.406 0-18.342-8.818-18.342-21.252 0-12.169 8.201-21.605 18.342-21.605Zm1.587 32.716c5.82 0 8.554-5.82 8.554-11.111s-2.734-11.287-8.554-11.287c-6.084 0-8.818 5.908-8.818 11.287 0 5.203 2.734 11.111 8.818 11.111Zm-1.587-34.744c-11.464 0-20.37 10.406-20.37 23.545 0 6.525 2.028 12.434 5.82 16.667 3.792 4.321 8.994 6.613 14.638 6.613 3.616 0 6.967-1.146 9.877-3.615.97 1.763 2.91 2.998 6.084 2.998 7.408 0 7.408-6.79 7.408-9.436v-27.337c0-2.645 0-9.435-7.408-9.435-2.469 0-4.585 1.146-5.908 2.91-2.91-1.764-6.349-2.91-10.141-2.91Zm1.587 32.54c-5.203 0-6.614-5.909-6.614-9.083 0-3.175 1.411-9.26 6.614-9.26 4.762 0 6.526 5.468 6.526 9.26-.177 3.792-1.94 9.083-6.526 9.083Z"/><path fill="#77227D" d="M326.797 160.494c-2.734 0-5.203-2.205-8.818-2.205-6.349 0-9.259 5.644-9.259 11.288 0 5.467 3.351 11.111 9.259 11.111 2.733 0 6.966-2.293 8.201-2.293 2.645 0 4.762 2.205 4.762 4.938 0 5.644-9.524 7.672-13.58 7.672-11.817 0-19.842-9.876-19.842-21.252 0-11.287 8.113-21.429 19.842-21.429 4.321 0 13.58 1.588 13.58 6.967.176 2.293-1.499 5.203-4.145 5.203Zm-131.305 78.659c16.755-9.523 49.471-16.049 86.332-16.049 36.86 0 68.959 6.526 85.714 16.049"/><g filter="url(#gradient-label-qualipac-rge)"><path fill="#fff" d="M161.277 67.46c-.176-.44-.265-1.146-.441-1.852-.176-.97-.264-1.763-.441-2.292-.97-4.498-4.585-6.79-8.201-7.055 1.323-1.146 2.293-2.734 2.91-5.203.441-1.587.177-3.174-.176-4.32-.177-.442-.265-1.324-.618-2.294-.176-.617-.264-1.146-.44-1.322 0-.265-.177-.97-.265-1.588-.176-.97-.265-1.763-.441-2.028-.705-3.439-2.734-6.084-5.379-6.966 2.293-2.205 3.175-5.38 2.645-8.995-.176-.265-.264-1.146-.44-1.852a5.406 5.406 0 0 1-.265-.97c-.176-.44-.265-1.323-.441-2.204-.265-1.588-.265-2.205-.441-2.734-1.146-4.938-5.644-7.849-10.406-6.614-.264 0-.97.265-1.587.441-.441.176-.97.265-1.146.265l-1.852.44c-.265.177-1.323.265-2.205.618-.617.176-.97.264-1.146.264-.617.177-2.205.441-3.616.706-1.587.264-3.174.617-3.791.705l-4.498.97c-.441.177-1.323.177-2.204.265l-.882-.177c-.617.177-1.147.265-1.588.265-.44.176-.97.176-.97.176-4.761 1.147-6.966 3.616-7.936 6.35-2.028-2.734-5.467-3.88-8.995-3.175-.617.176-1.852.44-3.35.705-1.5.265-2.91.618-3.44.706-2.998.705-13.404 3.439-19.488 8.818-2.734 2.646-5.909 6.614-7.231 9.965-.265.705-.706 1.852-1.147 3.44-2.733-4.234-9.7-13.317-26.279-9.701-.97.265-3.35.97-6.084 1.41-2.028.618-4.497 1.147-5.027 1.324-.44.176-1.763.44-2.998.617-1.146.264-2.293.44-2.733.617-6.35 1.411-9.7 6.526-8.202 12.699.177.44.441 1.587.706 2.733.264.97.617 1.852.617 2.293.176.617.617 2.646.97 4.321.441 1.852.706 3.615.97 4.321.177.617.617 2.646.97 4.321.441 1.587.706 2.998.97 3.615.177.97.706 3.616 1.323 6.261.617 2.734.97 5.027 1.146 6.085.265.97.97 3.616 1.588 6.35.617 2.204 1.322 4.761 1.41 5.467.265 1.146.706 3.35 1.412 7.848 0 .706.176 1.323.264 1.764 1.146 4.938 5.908 7.936 10.847 6.79.617-.176 1.587-.441 3.439-.97.97-.265 2.204-.617 2.645-.706.97-.176 2.91-.617 3.44-.617.264 0 .705 0 1.146-.176 2.645-.618 4.585-2.293 5.644-4.586 2.204 1.764 4.585 2.205 7.848 1.588.44-.177.97-.265 1.323-.441.176 0 .176 0 .264-.177l.441-.176c.706-.265 3.88-.97 4.938-1.323.265-.176 1.147-.264 2.029-.441.97-.176 2.204-.441 2.733-.441 4.498-.97 7.231-5.203 6.261-9.7-.264-.97-.617-1.852-1.146-2.91.176.176.264.265.44.265 3.793 3.35 6.35 5.379 13.14 6.26 2.91.442 6.614.706 10.847 0h.176c.265-.176 2.734-.617 4.321-.97.706-.176 1.323-.264 1.323-.264 9.7-2.204 12.698-4.497 14.462-6.261.617-.705 1.146-1.323 1.587-2.028 2.205 1.764 5.203 2.734 8.201 1.852.265 0 .97-.265 1.852-.441.617-.177 1.147-.265 1.411-.441.441-.177 1.587-.441 2.734-.706 1.146-.264 2.204-.617 2.733-.617.265 0 .706-.176 1.323-.264.706-.177 1.411-.265 1.764-.265s1.146-.265 1.852-.44c.617-.177.97-.266 1.322-.266.97-.176 1.588-.264 2.646-.44.97-.177 2.028-.265 2.998-.618.265 0 .97-.264 1.764-.44.441-.177.97-.265.97-.265.264 0 .705-.177 1.323-.177.97-.176 1.763-.264 1.852-.264 4.497-.97 8.201-5.38 6.79-11.464-.177-.264-.265-1.323-.618-2.204.089-.265-.088-.706-.176-1.059Z"/></g><path fill="url(#gradient-label-qualipac-rge2)" d="M36.498 64.462c-.265-.97-.97-5.203-1.147-6.261-.264-1.411-.97-4.497 2.646-5.203 2.91-.705 5.202 2.028 6.084 5.203.177.97.97 4.497.97 5.026 0 1.852-.97 3.616-3.439 4.321-.264 0-.617.177-.97.177-2.47.176-3.792-1.5-4.145-3.263Zm.352-26.455c-1.764.44-9.524 2.646-11.11 2.734-.97.264-4.94.97-5.91 1.146-2.733.617-4.497 2.293-3.791 5.38.176.705 1.146 4.32 1.323 5.026.264 1.322 1.41 7.23 1.763 8.553.265 1.147 1.764 6.526 1.852 7.849.441 1.852 2.028 10.23 2.646 11.993.44 1.852 2.733 10.14 2.998 11.816.265 1.411.97 4.233 1.587 8.554 0 .265 0 .617.177.97.264 1.587 1.763 2.734 3.439 2.293.97-.176 5.203-1.587 6.26-1.764.97-.176 3.352-.705 4.322-.705.264-.177.617 0 .97-.177.617-.176 2.028-.97 1.587-2.733-.176-.618-.97-2.998-.97-3.44-.176-.617-.617-2.998-.705-3.615-.177-.705-1.147-4.32-1.323-4.762-.177-.617-.441-2.028.705-2.293.97-.176 2.646 1.764 3.792 3.616.441.617.97 1.146 1.147 1.587.97 1.411 2.292 2.734 3.35 4.233.441.617 2.205 2.998 2.734 3.44.706.705 1.323 1.145 2.998.705.618-.177 1.147-.265 1.588-.441.97-.265 4.497-1.147 5.467-1.411.706-.177 3.88-.706 4.586-.97 1.322-.265 2.028-1.323 1.763-2.293-.176-.706-.44-1.323-3.88-5.38-.617-.617-.97-1.322-1.587-1.851-.44-.617-.97-1.323-1.411-2.028-.97-1.147-5.644-6.261-6.085-7.496-.176-.705.177-1.146.97-2.204 1.852-2.646 2.734-5.38 2.91-6.261 1.147-4.586.97-8.378 0-12.434-.264-.97-1.851-8.113-3.88-11.111C54.4 40.3 50.783 36.42 42.935 36.42c-1.676.705-3.704.97-6.085 1.587Z"/><path fill="url(#gradient-label-qualipac-rge3)" d="M97.785 23.545c-.97.264-5.908 1.146-6.79 1.323-2.028.44-11.729 2.91-16.755 7.495-2.293 2.029-4.762 5.644-5.908 7.937-.706 1.587-2.293 7.848-2.205 11.464 0 1.322.265 2.733.441 4.32 0 .706.176 1.588.176 2.293.177 1.588.265 3.44.97 5.644.97 4.498 3.44 11.111 4.498 13.14 1.146 2.292 2.998 4.761 4.762 6.349a35.474 35.474 0 0 0 2.028 1.852c2.998 2.733 4.762 4.32 9.965 4.938 2.91.44 5.908.617 8.642 0 .44-.176 5.379-1.147 5.379-1.147 2.645-.617 8.994-2.204 11.464-4.497 1.411-1.587 1.411-2.734.97-4.497l-.618-2.646c-.264-.97-1.322-5.908-1.411-6.79-.264-.97-1.411-5.467-1.587-6.35-.176-.97-.97-4.937-1.146-5.643-.177-.705-.97-4.233-.97-4.762-.177-.705-.97-4.32-.97-4.938-.265-.706-.618-2.293-2.91-2.734a3.006 3.006 0 0 0-1.764 0c-.265.177-2.028.618-2.293.97-.97.265-4.32.97-5.379 1.323-.706.176-3.88.706-4.586.97-2.028.441-3.439 2.028-3.174 3.792 0 .264 1.763 8.995 1.852 9.524.44 1.763 2.293 1.852 2.733 1.852.441 0 1.323-.618 1.411-.618.706-.176 2.91 0 3.44 2.293.176.617.44 2.91.617 3.351.176.265.705 2.028.705 2.646.441 2.028-1.763 2.645-2.734 2.733-4.32.97-6.26-1.587-7.495-3.792-.97-1.146-1.764-2.204-2.646-3.35-.97-1.323-.97-2.029-1.146-2.91-.176-.706-.97-3.792-.97-4.498-.617-2.734-.705-4.321-.617-6.261-.177-.706 0-1.411-.177-2.205-.264-2.292-.264-2.733 0-4.32.706-2.91 2.293-5.644 8.378-7.055.97-.177 1.763-.265 2.733-.441.97-.176 2.029-.441 2.999-.265.617 0 1.146.265 1.587.265.441.176.97 0 1.323 0 1.146-.265 2.733-1.764 2.733-2.998 0-.618-.176-1.764-.44-2.999l-1.411-6.26c-.177-.442-.441-2.029-.441-2.293-.265-1.588-1.411-2.293-2.734-2.293 0 .088-.44.088-.53.088Z"/><path fill="url(#gradient-label-qualipac-rge4)" d="M139.672 14.815c-.441.176-2.293.617-2.734.705l-1.852.441c-.617.177-2.91.97-3.35.97-1.147.265-6.35 1.323-7.496 1.411l-4.321.97c-.265.177-1.411.265-2.734.441-1.146.265-2.204.441-2.733.617-4.498.97-3.88 3.44-2.91 7.849.264.97 1.41 5.643 1.587 6.614.705 2.998 1.323 6.26 1.852 9.435.264 1.323 1.852 7.231 2.028 8.377.264 1.147 1.411 6.526 1.587 7.672.177.618.97 3.352.97 4.233.177.618.618 3.44.706 4.321.176.706 1.146 4.586 1.322 5.38.265 1.41.97 3.615.97 5.467.177.264 0 .705.177.97.441 1.852 2.293 2.998 4.497 2.733.617-.176 2.734-.705 3.351-.97.706-.176 4.586-1.146 5.379-1.322.441-.177 2.734-.441 2.999-.618.617-.176 2.733-.705 3.174-.97 1.852-.44 3.792-.705 5.468-.97.617-.176 2.645-.705 2.91-.705.441-.176 2.733-.44 2.998-.617.97-.265 2.998-1.323 2.293-4.321-.177-.618-.97-3.175-.97-3.792-.177-.617-.265-1.587-.441-2.734 0-.617-.177-.97-.265-1.587-.617-2.646-2.734-2.734-3.88-2.646-.617.177-1.146.265-1.764.618-.617.264-1.322.44-2.028.617a6.263 6.263 0 0 1-1.852.264c-.97.177-1.763.177-2.733.265-1.147.265-2.646.617-3.44.617-2.292-.176-2.733-1.763-2.998-3.439-.617-2.645-.97-3.792-.617-4.585.617-1.764 2.293-2.293 3.792-2.734.97-.265 6.261-.97 7.055-1.323 1.322-.264 2.733-.617 2.998-2.733.176-.441.176-.97-.177-1.588-.176-.617-.97-2.998-.97-3.615-.176-.618-.617-3.175-.705-3.792-.617-2.646-1.587-3.351-4.321-2.734-.441.177-2.646.617-2.734.706-.617.176-2.998.617-3.615.617-.441.176-2.205.705-2.734.705-2.998.706-3.792-2.733-4.233-3.615-.617-2.646-.617-2.734-.441-3.351.265-.97 1.147-1.852 4.498-2.734.617-.176 3.174-.44 3.792-.617.44-.177 2.292-.706 2.733-.706.441 0 1.323-.176 1.411-.264 2.91-.97 2.734-2.998 2.293-4.321-.176-.617-.706-2.734-.706-2.91-.176-.706-.705-4.321-.97-4.762-.264-1.411-1.322-2.205-2.645-2.205.97.177.705.177.529.265Z"/><defs><linearGradient id="gradient-label-qualipac-rge2" x1="46.821" x2="93.309" y1="70.418" y2="70.418" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualipac-rge3" x1="90.671" x2="134.713" y1="57.078" y2="57.078" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualipac-rge4" x1="128.008" x2="168.309" y1="49.005" y2="49.005" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><filter id="gradient-label-qualipac-rge" width="160.687" height="109.409" x="5.688" y="8.888" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1743_2650"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_1743_2650" result="shape"/></filter></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualipvrge
                        <code>[[svg_include:svg/labels/qualipvrge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Qualipv RGE" width="376" height="250" fill="none" viewBox="0 0 376 250" class="label-qualipv-rge"><path fill="#004A83" d="M366.755 93.21H194.709v147.795h172.046V93.21Z"/><path fill="#D9DBDB" d="M364.727 95.415H194.709v143.562h170.018V95.415Z"/><path fill="#AF1923" d="M194.709 50.44v44.975h19.665s2.028 23.985-20.106 24.691l-.176 15.167s42.769 2.293 42.769-43.65V50.529l-42.152-.088Z"/><path fill="#004A83" d="M194.621 93.386H22.575v147.796h172.046V93.386Z"/><path fill="#fff" d="M52.998 133.686c-16.225 0-29.188 13.139-29.188 29.189 0 16.049 13.139 29.188 29.188 29.188 16.226 0 29.189-13.051 29.189-29.188 0-15.961-13.14-29.189-29.189-29.189Zm-.176 48.942a19.76 19.76 0 0 1-19.841-19.841 19.76 19.76 0 0 1 19.84-19.842 19.76 19.76 0 0 1 19.842 19.842c0 10.846-8.818 19.841-19.841 19.841Z"/><path fill="#F59C08" d="m49.647 166.402 6.173-6.261 32.275 32.099-6.349 6.437-32.099-32.275Zm263.845-70.987h35.185l-27.954 46.296h34.48L330.6 182.275h34.127l-68.695 57.76 29.806-48.765h-34.745l23.986-40.388h-33.245l31.658-55.467Z" clip-rule="evenodd"/><path fill="#004A83" d="M212.346 140.829c0-4.233 3.174-6.526 6.525-6.526h15.873c9.965 0 19.489 6.526 19.489 19.401 0 11.111-6.79 19.4-19.048 19.4h-9.876v11.993c0 4.586-2.734 6.967-6.526 6.967s-6.526-2.293-6.526-6.967l.089-44.268Zm12.963 20.635h6.966c5.467 0 8.554-3.792 8.554-7.848 0-5.027-3.439-7.849-8.554-7.849h-6.966v15.697Zm70.987-3.439c-2.998-2.029-6.79-1.147-8.818 1.852l-10.406 15.608-10.582-15.608c-2.028-2.999-5.82-3.881-8.818-1.852-2.998 2.028-3.616 5.908-1.587 8.818l15.344 22.84c1.322 2.028 3.439 2.998 5.643 2.998 2.205.176 4.233-.97 5.468-2.998l15.344-22.84c2.028-2.91 1.499-6.702-1.588-8.818Z"/><path fill="#fff" d="M123.545 190.388h-8.995v-4.938c-2.733 2.733-6.79 6.261-14.903 6.261-8.2 0-15.432-3.439-15.432-15.609v-25.485h8.995v21.958c0 7.848 2.293 11.111 8.554 11.111 7.407 0 10.229-2.998 12.61-5.82v-27.337h9.259l-.088 39.859Zm41.887-6.349c0 2.645.176 5.379.706 6.349h-8.995c-.265-1.323-.441-2.646-.441-4.057-3.792 2.205-9.083 5.38-16.667 5.38-5.026 0-14.726-2.205-14.726-11.993 0-13.404 19.224-15.344 31.481-16.05v-1.763c0-2.999-2.645-5.203-9.876-5.203-8.113 0-9.877 2.998-10.23 5.203h-9.083c2.205-10.847 12.258-12.611 19.401-12.611 18.342 0 18.783 9.26 18.783 14.727v19.93l-.353.088Zm-8.818-13.757c-5.027.265-9.524.97-13.757 2.028-5.467 1.323-8.113 3.175-8.113 6.79 0 3.44 2.028 5.468 6.349 5.468 6.614 0 11.993-2.998 15.433-5.203v-9.083h.088Zm21.957-34.832h-9.082v54.938h9.082V135.45Zm3.704-.177h9.083v8.113h-9.083v-8.113Zm0 15.344h9.083v39.771h-9.083v-39.771Z"/><g filter="url(#gradient-label-qualipv-rge)"><path fill="#fff" d="M160.582 67.46c-.176-.44-.265-1.146-.441-1.851-.176-.97-.264-1.764-.441-2.293-.97-4.498-4.585-6.79-8.201-7.055 1.323-1.146 2.293-2.734 2.91-5.203.441-1.587.177-3.174-.176-4.32-.177-.442-.265-1.323-.617-2.294-.177-.617-.265-1.146-.441-1.322 0-.265-.177-.97-.265-1.587-.176-.97-.264-1.764-.441-2.029-.705-3.439-2.734-6.084-5.379-6.966 2.293-2.205 3.175-5.38 2.645-8.995-.176-.265-.264-1.146-.44-1.852a5.406 5.406 0 0 1-.265-.97c-.176-.44-.265-1.323-.441-2.204-.264-1.588-.264-2.205-.441-2.734-1.146-4.938-5.644-7.848-10.405-6.614-.265 0-.97.265-1.588.441-.441.176-.97.265-1.146.265l-1.852.44c-.265.177-1.323.265-2.205.618-.617.176-.97.264-1.146.264-.617.177-2.205.441-3.615.706-1.588.264-3.175.617-3.792.705l-4.498.97c-.441.177-1.322.177-2.204.265l-.882-.177c-.617.177-1.147.265-1.587.265-.441.176-.97.176-.97.176-4.762 1.147-6.967 3.616-7.937 6.35-2.028-2.734-5.467-3.88-8.995-3.175-.617.176-1.851.441-3.35.706-1.5.264-2.91.617-3.44.705-2.998.705-13.404 3.44-19.488 8.818-2.734 2.646-5.909 6.614-7.231 9.965-.265.706-.706 1.852-1.147 3.44-2.733-4.234-9.7-13.316-26.278-9.701-.97.265-3.351.97-6.085 1.411-2.028.617-4.497 1.146-5.026 1.323-.441.176-1.764.44-2.999.617-1.146.265-2.293.44-2.733.617-6.35 1.411-9.7 6.526-8.202 12.699.177.44.441 1.587.706 2.733.264.97.617 1.852.617 2.293.177.617.617 2.646.97 4.321.441 1.852.706 3.616.97 4.321.177.617.617 2.646.97 4.321.441 1.587.706 2.998.97 3.616.177.97.706 3.615 1.323 6.26.617 2.734.97 5.027 1.146 6.085.265.97.97 3.616 1.588 6.35.617 2.204 1.323 4.761 1.41 5.467.265 1.146.706 3.35 1.412 7.848 0 .706.176 1.323.264 1.764 1.146 4.938 5.908 7.936 10.847 6.79.617-.176 1.587-.441 3.439-.97.97-.265 2.205-.617 2.645-.705.97-.177 2.91-.618 3.44-.618.264 0 .705 0 1.146-.176 2.645-.617 4.585-2.293 5.644-4.586 2.204 1.764 4.585 2.205 7.848 1.588.44-.177.97-.265 1.323-.441.176 0 .176 0 .264-.177l.441-.176c.706-.265 3.88-.97 4.939-1.323.264-.176 1.146-.264 2.028-.441.97-.176 2.204-.441 2.733-.441 4.498-.97 7.231-5.202 6.261-9.7-.264-.97-.617-1.852-1.146-2.91.176.176.265.265.44.265 3.793 3.35 6.35 5.379 13.14 6.26 2.91.442 6.614.706 10.847 0h.176c.265-.176 2.734-.617 4.321-.97a14.737 14.737 0 0 1 1.323-.264c9.7-2.204 12.698-4.497 14.462-6.26.617-.706 1.146-1.324 1.587-2.03 2.205 1.765 5.203 2.735 8.201 1.853.265 0 .97-.265 1.852-.441.617-.177 1.147-.265 1.411-.441.441-.176 1.587-.441 2.734-.706 1.146-.264 2.204-.617 2.734-.617.264 0 .705-.176 1.322-.264.706-.177 1.411-.265 1.764-.265s1.146-.264 1.852-.44c.617-.177.97-.265 1.323-.265.97-.177 1.587-.265 2.645-.441.97-.177 2.028-.265 2.998-.618.265 0 .97-.264 1.764-.44.441-.177.97-.265.97-.265.265 0 .705-.176 1.323-.176.97-.177 1.763-.265 1.852-.265 4.497-.97 8.201-5.38 6.79-11.464-.177-.264-.265-1.323-.618-2.204.089-.265-.088-.706-.176-1.059Z"/></g><path fill="url(#gradient-label-qualipv-rge2)" d="M35.803 64.462c-.265-.97-.97-5.203-1.147-6.26-.264-1.412-.97-4.498 2.646-5.204 2.91-.705 5.203 2.029 6.084 5.203.177.97.97 4.498.97 5.027 0 1.851-.97 3.615-3.439 4.32-.264 0-.617.177-.97.177-2.469.176-3.792-1.5-4.145-3.263Zm.352-26.455c-1.763.441-9.524 2.646-11.11 2.734-.97.264-4.94.97-5.91 1.146-2.733.618-4.497 2.293-3.791 5.38.176.705 1.146 4.32 1.323 5.026.264 1.323 1.41 7.231 1.763 8.554.265 1.146 1.764 6.525 1.852 7.848.441 1.852 2.029 10.23 2.646 11.993.44 1.852 2.733 10.141 2.998 11.817.265 1.41.97 4.232 1.587 8.553 0 .265 0 .618.177.97.264 1.588 1.763 2.734 3.439 2.293.97-.176 5.203-1.587 6.26-1.764 1.059-.176 3.352-.705 4.322-.705.264-.176.617 0 .97-.176.617-.177 2.028-.97 1.587-2.734-.176-.617-.97-2.998-.97-3.44-.176-.617-.617-2.997-.705-3.615-.177-.705-1.147-4.32-1.323-4.762-.177-.617-.441-2.028.705-2.292.97-.177 2.646 1.763 3.792 3.615.441.617.97 1.147 1.147 1.587.97 1.411 2.292 2.734 3.35 4.233.441.617 2.205 2.998 2.734 3.44.706.705 1.323 1.146 2.998.705.618-.176 1.147-.265 1.588-.441.97-.265 4.497-1.146 5.467-1.411.706-.176 3.88-.705 4.586-.97 1.323-.264 2.028-1.323 1.763-2.293-.176-.705-.44-1.323-3.88-5.379-.617-.617-.97-1.323-1.587-1.852-.44-.617-.97-1.323-1.41-2.028-.97-1.146-5.645-6.261-6.086-7.496-.176-.705.177-1.146.97-2.204 1.852-2.646 2.734-5.38 2.91-6.261 1.147-4.586.97-8.378 0-12.434-.264-.97-1.851-8.113-3.88-11.111-2.733-4.233-6.349-8.113-14.197-8.113-1.676.705-3.704.97-6.085 1.587Z"/><path fill="url(#gradient-label-qualipv-rge3)" d="M97.09 23.545c-.97.264-5.908 1.146-6.79 1.323-2.028.44-11.728 2.91-16.755 7.495-2.293 2.029-4.762 5.644-5.908 7.937-.706 1.587-2.293 7.848-2.205 11.464 0 1.322.265 2.733.441 4.32 0 .706.176 1.588.176 2.293.177 1.588.265 3.44.97 5.644.97 4.498 3.44 11.111 4.498 13.14 1.146 2.292 2.998 4.761 4.762 6.349a35.56 35.56 0 0 0 2.028 1.852c2.998 2.733 4.762 4.32 9.965 4.938 2.91.44 5.908.617 8.642 0 .44-.176 5.379-1.147 5.379-1.147 2.645-.617 8.994-2.204 11.464-4.497 1.411-1.587 1.411-2.734.97-4.497l-.618-2.646c-.264-.97-1.322-5.908-1.411-6.79-.264-.97-1.411-5.467-1.587-6.35-.176-.97-.97-4.937-1.146-5.643-.177-.705-.97-4.233-.97-4.762-.177-.705-.97-4.32-.97-4.938-.265-.706-.618-2.293-2.91-2.734a3.006 3.006 0 0 0-1.764 0c-.265.177-2.028.618-2.293.97-.97.265-4.32.97-5.379 1.323-.705.176-3.88.706-4.585.97-2.029.441-3.44 2.028-3.175 3.792 0 .264 1.764 8.995 1.852 9.524.44 1.763 2.293 1.852 2.733 1.852.441 0 1.323-.618 1.411-.618.706-.176 2.91 0 3.44 2.293.176.617.44 2.91.617 3.351.176.265.705 2.028.705 2.646.441 2.028-1.763 2.645-2.733 2.733-4.321.97-6.261-1.587-7.496-3.792-.97-1.146-1.764-2.204-2.645-3.35-.97-1.323-.97-2.029-1.147-2.91-.176-.706-.97-3.792-.97-4.498-.617-2.734-.705-4.321-.617-6.261-.177-.706 0-1.411-.177-2.205-.264-2.292-.264-2.733 0-4.32.706-2.91 2.293-5.644 8.378-7.055.97-.177 1.764-.265 2.734-.441s2.028-.441 2.998-.265c.617 0 1.146.265 1.587.265.441.176.97 0 1.323 0 1.146-.265 2.734-1.764 2.734-2.998 0-.618-.177-1.764-.441-2.999l-1.411-6.26c-.177-.442-.441-2.029-.441-2.293-.265-1.588-1.411-2.293-2.734-2.293 0 .088-.44.088-.529.088Z"/><path fill="url(#gradient-label-qualipv-rge4)" d="M138.977 14.815c-.441.176-2.293.617-2.734.705l-1.851.441c-.618.177-2.91.97-3.351.97-1.147.265-6.35 1.323-7.496 1.411l-4.321.97c-.265.177-1.411.265-2.734.441-1.146.265-2.204.441-2.733.617-4.498.97-3.88 3.44-2.91 7.849.264.97 1.411 5.643 1.587 6.614.705 2.998 1.323 6.26 1.852 9.435.264 1.323 1.852 7.231 2.028 8.377.264 1.147 1.411 6.526 1.587 7.672.177.618.97 3.352.97 4.233.177.618.618 3.44.706 4.321.176.706 1.146 4.586 1.322 5.38.265 1.41.971 3.615.971 5.467.176.264 0 .705.176.97.441 1.852 2.293 2.998 4.497 2.733.618-.176 2.734-.705 3.351-.97.706-.176 4.586-1.146 5.379-1.322.441-.177 2.734-.441 2.999-.618.617-.176 2.733-.705 3.174-.97 1.852-.44 3.792-.705 5.468-.97.617-.176 2.645-.705 2.91-.705.441-.176 2.733-.44 2.998-.617.97-.265 2.998-1.323 2.293-4.321-.177-.618-.97-3.175-.97-3.792-.177-.617-.265-1.587-.441-2.734 0-.617-.177-.97-.265-1.587-.617-2.646-2.734-2.734-3.88-2.646-.617.177-1.146.265-1.764.618-.617.264-1.322.44-2.028.617a6.263 6.263 0 0 1-1.852.264c-.97.177-1.763.177-2.733.265-1.147.265-2.646.617-3.439.617-2.293-.176-2.734-1.763-2.999-3.439-.617-2.645-.97-3.792-.617-4.585.617-1.764 2.293-2.293 3.792-2.734.97-.265 6.261-.97 7.055-1.323 1.322-.264 2.733-.617 2.998-2.733.176-.441.176-.97-.177-1.588-.176-.617-.97-2.998-.97-3.615-.176-.618-.617-3.175-.705-3.792-.617-2.646-1.587-3.351-4.321-2.734-.441.177-2.646.617-2.734.706-.617.176-2.998.617-3.615.617-.441.176-2.205.705-2.734.705-2.998.706-3.792-2.733-4.233-3.615-.617-2.646-.617-2.734-.441-3.351.265-.97 1.147-1.852 4.498-2.734.617-.176 3.174-.44 3.792-.617.441-.177 2.292-.706 2.733-.706.441 0 1.323-.176 1.411-.264 2.91-.97 2.734-2.998 2.293-4.321-.176-.617-.705-2.734-.705-2.91-.177-.706-.706-4.321-.971-4.762-.264-1.411-1.322-2.205-2.645-2.205.97.177.705.177.529.265Z"/><defs><linearGradient id="gradient-label-qualipv-rge2" x1="46.126" x2="92.614" y1="70.418" y2="70.418" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualipv-rge3" x1="89.976" x2="134.018" y1="57.078" y2="57.078" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualipv-rge4" x1="127.313" x2="167.614" y1="49.005" y2="49.005" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><filter id="gradient-label-qualipv-rge" width="160.687" height="109.409" x="4.993" y="8.888" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1743_2681"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_1743_2681" result="shape"/></filter></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        qualisolrge
                        <code>[[svg_include:svg/labels/qualisolrge.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Qualisol RGE" width="377" height="250" fill="none" viewBox="0 0 377 250" class="label-qualisol-rge"><path fill="#DF6710" d="m195.106 241.182 172.222-.177V93.122l-172.222.088v147.972Z"/><path fill="#FEE3BD" d="M365.3 95.238H195.106v143.739H365.3V95.238Z"/><path fill="#F6A625" d="M359.215 170.459v-2.293l-44.797-7.936c-.617-1.588-1.323-3.175-2.205-4.498l25.044-46.737-2.469-1.587-35.538 37.301c-.176 0-.264-.176-.44-.176L290.873 100h-2.293l-7.936 44.357c-.265.176-.618.176-.882.264l-35.273-37.478-2.47 1.587 25.045 46.738c-.706 1.322-1.411 2.645-2.029 4.056l-51.322 8.554v2.293l51.41 8.642c.265.705.706 1.411.97 2.204l-24.25 45.415 2.469 1.587 33.863-35.45c.97.441 2.028.882 2.998 1.323l7.495 41.623h2.293l7.496-41.799c.882-.265 1.763-.706 2.645-1.147l33.863 35.45 2.469-1.587-24.251-45.415c.441-.882.882-1.763 1.147-2.645l44.885-8.113Z" clip-rule="evenodd"/><path fill="#AF1923" d="M195.37 50.177v45.061h19.401s2.028 23.281-20.106 24.603l-.176 15.168s42.769 2.293 42.769-43.827l.176-41.094h-42.328"/><path fill="#DF6710" d="M195.37 93.21H23.148v147.884H195.37V93.21Z"/><path fill="#fff" d="M124.206 190.212h-8.994v-4.938c-2.734 2.733-6.79 6.349-14.903 6.349-8.201 0-15.432-3.439-15.432-15.609v-25.485h9.17v22.134c0 7.849 2.293 11.111 8.554 11.111 7.408 0 10.23-2.998 12.611-5.82v-27.513h9.259v39.595h-.265v.176Zm41.976-6.438c0 2.646.176 5.38.705 6.35h-8.995c-.264-1.323-.44-2.646-.44-4.057-3.792 2.205-9.083 5.379-16.667 5.379-5.027 0-14.727-2.204-14.727-11.993 0-13.404 19.224-15.344 31.482-16.049v-1.764c0-2.998-2.646-5.203-9.877-5.203-8.113 0-9.876 3.175-10.229 5.203h-8.995c2.205-10.846 12.258-12.698 19.401-12.698 18.342 0 18.783 9.259 18.783 14.727v20.105h-.441Zm-8.819-13.58c-5.026.265-9.523.97-13.756 2.028-5.468 1.323-8.113 3.175-8.113 6.614-.177 3.439 2.028 5.467 6.349 5.467 6.614 0 11.993-2.998 15.432-5.202v-8.907h.088Zm21.958-34.921h-9.083v54.939h9.083v-54.939Zm3.616-.088h9.082v8.113h-9.082v-8.113Zm0 15.344h9.082V190.3h-9.082v-39.771ZM53.572 133.686c-16.226 0-29.19 13.14-29.19 29.189 0 16.226 13.14 29.189 29.19 29.189 16.225 0 29.188-13.14 29.188-29.189s-13.05-29.189-29.189-29.189Zm-.177 48.942a19.758 19.758 0 0 1-19.841-19.841 19.758 19.758 0 0 1 19.841-19.841 19.758 19.758 0 0 1 19.841 19.841c0 10.846-8.818 19.841-19.84 19.841Z"/><path fill="#F7B044" d="m50.22 166.402 6.173-6.349 32.275 32.187-6.349 6.261-32.099-32.099Z" clip-rule="evenodd"/><path fill="#DF6710" d="M289.638 142.505c-14.638 0-26.455 11.816-26.455 26.455 0 14.638 11.817 26.455 26.455 26.455 14.639 0 26.456-11.817 26.456-26.455-.089-14.551-11.993-26.455-26.456-26.455Zm-.088 40.829c-7.672 0-13.844-6.261-13.844-13.845 0-7.672 6.261-13.845 13.844-13.845 7.584 0 13.845 6.261 13.845 13.845 0 7.584-6.173 13.845-13.845 13.845Zm-66.666-4.057c3.174 0 7.231 3.175 13.756 3.175 4.939 0 6.79-2.47 6.79-5.38 0-4.232-4.938-5.026-12.169-7.495-6.614-2.205-13.404-4.938-13.404-15.168 0-12.257 9.524-17.901 20.282-17.901 10.23 0 15.873 3.439 15.873 8.377 0 3.44-2.292 5.909-5.643 5.909-4.057 0-5.468-2.205-10.847-2.205-3.439 0-5.82 1.764-5.82 4.586 0 3.174 3.175 3.615 11.993 6.525 6.966 2.293 13.58 5.82 13.58 16.491 0 13.051-9.524 18.783-21.428 18.783-7.496 0-18.96-2.91-18.96-9.26.088-3.086 2.028-6.437 5.997-6.437Zm103.262-39.594c0-3.616 2.646-6.35 6.261-6.35 3.616 0 6.261 2.911 6.261 6.35v48.412c0 3.616-2.645 6.35-6.261 6.35-3.615 0-6.261-2.91-6.261-6.35v-48.412Z"/><g filter="url(#gradient-label-qualisol-rge)"><path fill="#fff" d="M161.155 67.46c-.176-.44-.264-1.146-.441-1.851-.176-.97-.264-1.764-.441-2.293-.97-4.498-4.585-6.79-8.201-7.055 1.323-1.146 2.293-2.734 2.91-5.203.441-1.587.177-3.174-.176-4.32-.176-.442-.264-1.323-.617-2.294-.177-.617-.265-1.146-.441-1.322 0-.265-.176-.97-.265-1.587-.176-.97-.264-1.764-.441-2.029-.705-3.439-2.733-6.084-5.379-6.966 2.293-2.205 3.175-5.38 2.646-8.995-.177-.265-.265-1.146-.441-1.852a5.406 5.406 0 0 1-.265-.97c-.176-.44-.264-1.323-.441-2.204-.264-1.588-.264-2.205-.441-2.734-1.146-4.938-5.643-7.848-10.405-6.614-.265 0-.97.265-1.588.441-.44.176-.97.265-1.146.265l-1.852.44c-.264.177-1.323.265-2.204.618-.618.176-.97.264-1.147.264-.617.177-2.204.441-3.615.706-1.588.264-3.175.617-3.792.705l-4.497.97c-.441.177-1.323.177-2.205.265l-.882-.177c-.617.177-1.146.265-1.587.265-.441.176-.97.176-.97.176-4.762 1.147-6.967 3.616-7.937 6.35-2.028-2.734-5.467-3.88-8.994-3.175-.618.176-1.852.441-3.351.706-1.411.264-2.91.617-3.44.705-2.998.705-13.403 3.44-19.488 8.818-2.734 2.646-5.908 6.614-7.231 9.965-.265.706-.706 1.852-1.147 3.44-2.733-4.234-9.7-13.316-26.278-9.701-.97.265-3.351.97-6.085 1.411-2.028.617-4.497 1.146-5.026 1.323-.441.176-1.764.44-2.998.617-1.147.265-2.293.44-2.734.617-6.35 1.411-9.7 6.526-8.201 12.699.176.44.44 1.587.705 2.733.265.97.617 1.852.617 2.293.177.617.618 2.646.97 4.321.441 1.852.706 3.616.97 4.321.177.617.618 2.646.97 4.321.441 1.587.706 2.998.97 3.616.177.97.706 3.615 1.323 6.26.618 2.734.97 5.027 1.147 6.085.264.97.97 3.616 1.587 6.35.617 2.204 1.323 4.761 1.41 5.467.265 1.146.706 3.35 1.412 7.848 0 .706.176 1.323.264 1.764 1.147 4.938 5.909 7.936 10.847 6.79.617-.176 1.587-.441 3.44-.97.97-.265 2.204-.617 2.645-.705.97-.177 2.91-.618 3.439-.618.264 0 .705 0 1.146-.176 2.646-.617 4.586-2.293 5.644-4.586 2.205 1.764 4.585 2.205 7.848 1.588.441-.177.97-.265 1.323-.441.176 0 .176 0 .264-.177l.441-.176c.706-.265 3.88-.97 4.939-1.323.264-.176 1.146-.264 2.028-.441.97-.176 2.205-.441 2.734-.441 4.497-.97 7.23-5.202 6.26-9.7-.264-.97-.617-1.852-1.146-2.91.177.176.265.265.441.265 3.792 3.35 6.35 5.379 13.14 6.26 2.91.442 6.613.706 10.846 0h.176c.265-.176 2.734-.617 4.321-.97a14.737 14.737 0 0 1 1.323-.264c9.7-2.204 12.699-4.497 14.462-6.26.618-.706 1.147-1.324 1.588-2.03 2.204 1.765 5.202 2.735 8.201 1.853.264 0 .97-.265 1.851-.441.618-.177 1.147-.265 1.411-.441.441-.176 1.588-.441 2.734-.706 1.146-.264 2.205-.617 2.734-.617.264 0 .705-.176 1.323-.264.705-.177 1.41-.265 1.763-.265.265 0 1.147-.264 1.852-.44.617-.177.97-.265 1.323-.265.97-.177 1.587-.265 2.645-.441.97-.177 2.029-.265 2.999-.618.264 0 .97-.264 1.763-.44.441-.177.97-.265.97-.265.265 0 .706-.176 1.323-.176.97-.177 1.764-.265 1.852-.265 4.497-.97 8.201-5.38 6.79-11.464-.176-.264-.265-1.323-.617-2.204.088-.265-.089-.706-.177-1.059Z"/></g><path fill="url(#gradient-label-qualisol-rge2)" d="M36.376 64.462c-.265-.97-.97-5.203-1.147-6.26-.264-1.412-.97-4.498 2.646-5.204 2.91-.705 5.203 2.029 6.084 5.203.177.97.97 4.498.97 5.027 0 1.851-.97 3.615-3.439 4.32-.264 0-.617.177-.97.177-2.469.176-3.792-1.5-4.144-3.263Zm.352-26.455c-1.763.441-9.523 2.646-11.11 2.734-.97.264-4.939.97-5.909 1.146-2.734.618-4.497 2.293-3.792 5.38.177.705 1.147 4.32 1.323 5.026.265 1.323 1.41 7.231 1.764 8.554.264 1.146 1.763 6.525 1.851 7.848.441 1.852 2.029 10.23 2.646 11.993.44 1.852 2.734 10.141 2.998 11.817.265 1.41.97 4.232 1.588 8.553 0 .265 0 .618.176.97.264 1.588 1.764 2.734 3.439 2.293.97-.176 5.203-1.587 6.261-1.764.97-.176 3.351-.705 4.321-.705.265-.176.617 0 .97-.176.617-.177 2.028-.97 1.587-2.734-.176-.617-.97-2.998-.97-3.44-.176-.617-.617-2.997-.705-3.615-.176-.705-1.146-4.32-1.323-4.762-.176-.617-.44-2.028.706-2.292.97-.177 2.645 1.763 3.791 3.615.441.617.97 1.147 1.147 1.587.97 1.411 2.293 2.734 3.35 4.233.442.617 2.205 2.998 2.734 3.44.706.705 1.323 1.146 2.999.705.617-.176 1.146-.265 1.587-.441.97-.265 4.497-1.146 5.467-1.411.706-.176 3.88-.705 4.586-.97 1.323-.264 2.028-1.323 1.764-2.293-.177-.705-.441-1.323-3.88-5.379-.618-.617-.97-1.323-1.588-1.852-.44-.617-.97-1.323-1.41-2.028-.97-1.146-5.644-6.261-6.085-7.496-.177-.705.176-1.146.97-2.204 1.852-2.646 2.733-5.38 2.91-6.261 1.146-4.586.97-8.378 0-12.434-.265-.97-1.852-8.113-3.88-11.111-2.734-4.233-6.35-8.113-14.198-8.113-1.675.705-3.704.97-6.085 1.587Z"/><path fill="url(#gradient-label-qualisol-rge3)" d="M97.663 23.545c-.97.264-5.908 1.146-6.79 1.323-2.028.44-11.728 2.91-16.755 7.495-2.292 2.029-4.762 5.644-5.908 7.937-.706 1.587-2.293 7.848-2.205 11.464 0 1.322.265 2.733.441 4.32 0 .706.177 1.588.177 2.293.176 1.588.264 3.44.97 5.644.97 4.498 3.439 11.111 4.497 13.14 1.146 2.292 2.998 4.761 4.762 6.349a35.474 35.474 0 0 0 2.028 1.852c2.998 2.733 4.762 4.32 9.965 4.938 2.91.44 5.908.617 8.642 0 .44-.176 5.379-1.147 5.379-1.147 2.646-.617 8.995-2.204 11.464-4.497 1.411-1.587 1.411-2.734.97-4.497l-.617-2.646c-.265-.97-1.323-5.908-1.411-6.79-.265-.97-1.411-5.467-1.588-6.35-.176-.97-.97-4.937-1.146-5.643-.176-.705-.97-4.233-.97-4.762-.176-.705-.97-4.32-.97-4.938-.265-.706-.617-2.293-2.91-2.734a3.006 3.006 0 0 0-1.764 0c-.264.177-2.028.618-2.293.97-.97.265-4.32.97-5.379 1.323-.705.176-3.88.706-4.585.97-2.029.441-3.44 2.028-3.175 3.792 0 .264 1.764 8.995 1.852 9.524.44 1.763 2.293 1.852 2.734 1.852.44 0 1.322-.618 1.41-.618.706-.176 2.91 0 3.44 2.293.176.617.44 2.91.617 3.351.176.265.706 2.028.706 2.646.44 2.028-1.764 2.645-2.734 2.733-4.321.97-6.261-1.587-7.496-3.792-.97-1.146-1.763-2.204-2.645-3.35-.97-1.323-.97-2.029-1.147-2.91-.176-.706-.97-3.792-.97-4.498-.617-2.734-.705-4.321-.617-6.261-.176-.706 0-1.411-.176-2.205-.265-2.292-.265-2.733 0-4.32.705-2.91 2.292-5.644 8.377-7.055.97-.177 1.764-.265 2.734-.441s2.028-.441 2.998-.265c.617 0 1.146.265 1.587.265.441.176.97 0 1.323 0 1.146-.265 2.734-1.764 2.734-2.998 0-.618-.177-1.764-.441-2.999l-1.411-6.26c-.176-.442-.441-2.029-.441-2.293-.265-1.588-1.41-2.293-2.734-2.293 0 .088-.44.088-.529.088Z"/><path fill="url(#gradient-label-qualisol-rge4)" d="M139.55 14.815c-.441.176-2.292.617-2.733.705l-1.852.441c-.617.177-2.91.97-3.351.97-1.147.265-6.349 1.323-7.496 1.411l-4.321.97c-.264.177-1.411.265-2.733.441-1.147.265-2.205.441-2.734.617-4.497.97-3.88 3.44-2.91 7.849.264.97 1.411 5.643 1.587 6.614.706 2.998 1.323 6.26 1.852 9.435.265 1.323 1.852 7.231 2.028 8.377.265 1.147 1.411 6.526 1.587 7.672.177.618.971 3.352.971 4.233.176.618.617 3.44.705 4.321.176.706 1.146 4.586 1.323 5.38.264 1.41.97 3.615.97 5.467.176.264 0 .705.176.97.441 1.852 2.293 2.998 4.497 2.733.618-.176 2.734-.705 3.351-.97.706-.176 4.586-1.146 5.38-1.322.441-.177 2.733-.441 2.998-.618.617-.176 2.734-.705 3.174-.97 1.852-.44 3.792-.705 5.468-.97.617-.176 2.645-.705 2.91-.705.441-.176 2.734-.44 2.998-.617.97-.265 2.998-1.323 2.293-4.321-.176-.618-.97-3.175-.97-3.792-.176-.617-.265-1.587-.441-2.734 0-.617-.176-.97-.265-1.587-.617-2.646-2.733-2.734-3.88-2.646-.617.177-1.146.265-1.763.618-.618.352-1.323.44-2.029.617a6.26 6.26 0 0 1-1.851.264c-.97.177-1.764.177-2.734.265-1.146.265-2.646.617-3.439.617-2.293-.176-2.734-1.763-2.998-3.439-.618-2.645-.97-3.792-.618-4.585.618-1.764 2.293-2.293 3.792-2.734.97-.265 6.261-.97 7.055-1.323 1.323-.264 2.733-.617 2.998-2.733.176-.441.176-.97-.176-1.588-.177-.617-.97-2.998-.97-3.615-.177-.618-.618-3.175-.706-3.792-.617-2.646-1.587-3.351-4.321-2.734-.441.177-2.645.617-2.733.706-.618.176-2.999.617-3.616.617-.441.176-2.205.705-2.734.705-2.998.706-3.792-2.733-4.232-3.615-.618-2.646-.618-2.734-.441-3.351.264-.97 1.146-1.852 4.497-2.734.617-.176 3.175-.44 3.792-.617.441-.177 2.293-.706 2.734-.706.44 0 1.322-.176 1.41-.264 2.911-.97 2.734-2.998 2.293-4.321-.176-.617-.705-2.734-.705-2.91-.177-.706-.706-4.321-.97-4.762-.265-1.411-1.323-2.205-2.646-2.205.97.177.706.177.529.265Z"/><defs><linearGradient id="gradient-label-qualisol-rge2" x1="46.7" x2="93.187" y1="70.418" y2="70.418" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualisol-rge3" x1="90.549" x2="134.592" y1="57.078" y2="57.078" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-qualisol-rge4" x1="127.886" x2="168.187" y1="49.005" y2="49.005" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><filter id="gradient-label-qualisol-rge" width="160.687" height="109.409" x="5.566" y="8.888" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1743_2708"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_1743_2708" result="shape"/></filter></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        stripe
                        <code>[[svg_include:svg/labels/stripe.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo stripe" width="600" height="250" fill="none" viewBox="0 0 600 250" class="label-stripe"><path fill="#6058F7" fill-rule="evenodd" d="M78.234 113.402c-12.069-4.464-18.683-7.936-18.683-13.392 0-4.63 3.803-7.275 10.582-7.275 12.4 0 25.13 4.795 33.894 9.093l4.96-30.587c-6.944-3.307-21.163-8.763-40.838-8.763-13.888 0-25.463 3.637-33.729 10.416-8.598 7.11-13.062 17.36-13.062 29.761 0 22.486 13.723 32.076 36.044 40.177 14.384 5.125 19.18 8.764 19.18 14.385 0 5.456-4.63 8.597-13.063 8.597-10.416 0-27.61-5.125-38.854-11.738l-4.96 30.917c9.589 5.457 27.445 11.078 45.964 11.078 14.714 0 26.95-3.472 35.217-10.086 9.258-7.275 14.054-18.021 14.054-31.909 0-22.983-14.054-32.572-36.706-40.674ZM195.687 95.38l4.96-30.422h-26.186V28.027l-35.207 5.793-5.084 31.138-12.383 2.009-4.635 28.413h16.967v59.688c0 15.541 3.968 26.288 12.069 32.902 6.78 5.456 16.534 8.101 30.257 8.101 10.582 0 17.03-1.818 21.494-2.976v-32.241c-2.48.662-8.101 1.819-11.904 1.819-8.102 0-11.574-4.133-11.574-13.558V95.38h21.226Zm78.638-32.2c-11.573 0-20.832 6.077-24.469 16.99l-2.48-15.212h-35.878V193.59h41.003v-83.496c5.126-6.283 12.4-8.555 22.32-8.555 2.151 0 4.464 0 7.276.496V64.173c-2.812-.661-5.292-.992-7.772-.992Zm38.36-10.954c11.904 0 21.493-9.754 21.493-21.658 0-12.07-9.589-21.66-21.493-21.66-12.071 0-21.66 9.59-21.66 21.66 0 11.904 9.589 21.658 21.66 21.658Zm-20.668 12.732h41.169V193.59h-41.169V64.958ZM449.853 76.53c-7.276-9.424-17.361-14.053-30.257-14.053-11.905 0-22.321 4.96-32.076 15.376l-2.149-12.896h-36.044v176.25l41.004-6.778v-41.335c6.282 1.984 12.73 2.976 18.517 2.976 10.252 0 25.132-2.645 36.705-15.211 11.078-12.07 16.7-30.753 16.7-55.388 0-21.825-4.134-38.358-12.4-48.94Zm-34.06 79.362c-3.308 6.284-8.433 9.591-14.385 9.591-4.133 0-7.771-.827-11.077-2.48v-61.176c6.944-7.274 13.226-8.101 15.541-8.101 10.417 0 15.542 11.243 15.542 33.233 0 12.565-1.818 22.32-5.621 28.933Zm164.016-27.776c0-20.502-4.465-36.705-13.228-48.114-8.928-11.573-22.321-17.525-39.35-17.525-34.887 0-56.546 25.792-56.546 67.127 0 23.147 5.786 40.508 17.195 51.585 10.251 9.921 24.967 14.881 43.98 14.881 17.526 0 33.729-4.133 43.981-10.913l-4.465-28.106c-10.086 5.456-21.824 8.432-35.052 8.432-7.936 0-13.392-1.654-17.36-5.126-4.3-3.637-6.78-9.59-7.605-18.022h67.954c.165-1.984.496-11.243.496-14.219Zm-68.782-10.913c1.157-18.352 6.118-26.95 15.542-26.95 9.259 0 14.054 8.764 14.715 26.95h-30.257Z" clip-rule="evenodd"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        traccord
                        <code>[[svg_include:svg/labels/traccord.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Ticket restaurant Accor services" width="613" height="250" fill="none" viewBox="0 0 613 250" class="label-ticket-restaurant"><g clip-rule="evenodd"><g fill="#2B74B8"><path d="M54.91 142.681c-.44 2.557-1.675 3.351-4.674 3.351H39.742l-7.142 32.01-.441 5.027h-16.05l1.235-5.027 6.702-32.01H9.407l2.117-10.141h44.62l-1.234 6.79Zm15.961-.882c-.882 2.91-1.675 4.233-4.233 4.233H56.585l1.235-5.909c.882-2.91 1.675-4.232 4.233-4.232h9.7l-.882 5.908Zm-8.024 36.243-.882 5.027H48.56l1.234-5.027 5.468-26.102c.882-3.351 1.234-3.792 5.026-3.792h8.819l-6.262 29.894Zm40.828-27.337-2.91 5.468c-2.557-1.235-4.232-1.676-6.702-1.676-3.35 0-6.349 1.235-8.818 4.233-2.116 2.91-3.35 6.349-3.35 9.7 0 4.674 2.556 7.584 7.142 7.584 2.91 0 7.143-1.234 9.7-2.91l.441.441-2.116 6.349c-.441 1.676-.882 2.117-2.91 2.91-2.117 1.235-5.909 1.676-9.7 1.676-10.142 0-15.962-5.468-15.962-14.286 0-6.349 3.792-13.933 10.141-18.078 4.674-3.351 10.141-5.026 16.843-5.026 5.027 0 8.819.882 8.819 2.557-.177.177-.618.618-.618 1.058Zm24.868 10.935 9.259 15.609c2.117 3.792 2.117 3.792 3.351 5.467l-.441.441h-11.375c-2.91 0-2.91-.441-5.027-4.233l-7.143-14.726h-.44v1.675l-2.558 12.169-.882 5.027H99.795l1.235-5.027 8.025-37.919c.881-3.351 1.675-4.232 5.026-4.232h8.818l-4.585 22.31-.882 2.116h.441l10.141-10.141c2.116-1.675 2.557-2.116 4.674-2.116h11.375v.441l-15.52 13.139Z"/><path d="M176.956 166.667c-.441.882-1.235 1.234-2.91 1.234h-21.429c.441 5.027 3.792 8.378 9.259 8.378 4.233 0 8.819-1.235 13.845-3.351l-1.675 5.467c-.441 1.235-1.235 2.557-2.558 2.91-3.35 1.676-9.259 2.91-13.492 2.91-11.375 0-18.959-5.908-18.959-15.608 0-11.817 10.935-21.87 23.545-21.87 9.7 0 15.167 5.027 15.167 14.286 0 2.293-.352 4.762-.793 5.644Zm-14.374-13.492c-4.233 0-7.584 2.91-8.818 8.377h11.375c2.117 0 2.117-.441 2.117-3.351 0-3.351-1.676-5.026-4.674-5.026Zm45.062 1.322c-.882 1.676-1.676 2.117-3.351 2.117h-6.35l-2.91 13.492c-.44 1.234-.881 2.91-.881 3.792 0 1.675 1.234 2.557 2.91 2.557 2.557 0 5.026-.882 8.024-2.116l.441.441-2.91 5.908c-.441 1.675-.441 1.675-1.234 2.116-2.558.882-6.35 1.676-9.701 1.676-6.701 0-10.934-2.91-10.934-7.584 0-.882 0-1.235.441-4.233l3.792-15.961h-6.35l2.117-6.349 19.4-11.817 1.235.882-2.117 9.259h10.935l-2.557 5.82Zm52.204 7.143 12.17 19.753 1.234 1.235v.441h-13.845c-3.351 0-4.232-.882-5.908-4.233l-8.025-15.961-3.351 15.167-.441 5.027H225.28l1.676-5.027 8.818-42.063h21.076c11.817 0 18.078 3.792 18.078 10.494.088 7.583-5.38 13.051-15.08 15.167Zm-7.584-17.284h-2.91l-2.91 13.933c4.586 0 5.468 0 7.584-.882 4.233-2.116 6.349-4.673 6.349-7.583-.088-3.792-3.086-5.468-8.113-5.468Z"/><path d="M309.936 166.667c-.441.882-1.234 1.234-2.557 1.234h-21.428c0 5.027 3.35 8.378 8.818 8.378 4.233 0 8.818-1.235 13.845-3.351h.441l-1.676 5.467c-.882 1.235-1.675 2.557-2.91 2.91-3.351 1.676-9.259 2.91-13.492 2.91-11.376 0-18.519-5.908-18.519-15.608 0-11.817 10.494-21.87 23.545-21.87 9.26 0 14.727 5.027 14.727 14.286.088 2.293-.353 4.762-.794 5.644Zm-14.285-13.492c-4.233 0-7.143 2.91-8.819 8.377h11.376c2.116 0 2.116-.441 2.116-3.351-.088-3.351-1.763-5.026-4.673-5.026Zm48.853-2.47-1.234 5.909c-3.351-1.676-6.349-2.117-10.141-2.117-4.233 0-6.702.882-6.702 2.558 0 1.675.882 2.116 6.702 4.232 8.818 2.911 11.375 5.027 11.375 10.142 0 2.91-1.675 6.349-4.585 8.818-3.351 2.91-8.378 4.233-15.168 4.233-5.026 0-9.7-.882-13.492-2.117-1.234-.441-1.675-1.234-1.675-1.675 0-.441 0-.441.441-1.676l1.675-5.467.441-.441c5.467 2.91 8.818 3.792 13.051 3.792 3.792 0 6.349-1.235 6.349-2.91 0-1.676-.881-2.117-4.673-3.351-7.143-2.116-8.819-2.91-10.141-4.233-2.117-1.234-3.351-4.233-3.351-6.702 0-7.143 8.377-12.61 18.959-12.61 3.792 0 6.702.441 10.141 1.235 1.676.44 2.557.881 2.557 2.116l-.529.264Zm30.688 3.792c-.882 1.676-1.234 2.117-2.91 2.117h-6.702l-2.91 13.492c0 1.234-.441 2.91-.441 3.792 0 1.675.882 2.557 2.557 2.557 2.911 0 5.468-.882 8.378-2.116l.441.441-2.91 5.908c-.882 1.675-.882 1.675-1.676 2.116-2.116.882-5.908 1.676-9.7 1.676-6.702 0-10.935-2.91-10.935-7.584 0-.882 0-1.235.882-4.233l3.351-15.961h-5.908l2.116-6.349 19.401-11.817.881.882-1.675 9.259h10.935l-3.175 5.82Z"/><path d="m410.995 178.042-.882 5.027h-8.378c-1.675 0-2.116-.882-2.557-2.117l-.441-2.557h-.441c-2.91 3.792-7.584 5.908-11.816 5.908-7.584 0-12.611-5.026-12.611-13.492 0-5.467 2.91-11.816 6.702-16.402 4.586-4.674 10.494-6.702 17.284-6.702 2.558 0 5.909 0 9.26.441 1.234.265 2.557.441 3.791.441 2.558 0 4.233-.441 6.35-1.675h.441l-6.702 31.128Zm-10.935-23.986c-4.233 0-7.143 2.558-9.7 7.143-1.676 2.91-2.558 6.261-2.558 9.7 0 3.792 1.235 5.468 4.586 5.468 1.675 0 3.792-1.235 5.026-3.351 1.676-2.117 2.558-5.027 3.351-10.935.882-4.233 1.235-5.026 2.117-7.143-.706-.441-1.147-.882-2.822-.882Zm51.764 23.986-.882 5.027h-8.025c-2.116 0-2.557-.441-2.91-1.676l-.441-2.91h-.441c-4.233 4.233-8.025 5.909-13.492 5.909-5.467 0-8.818-3.792-8.818-8.819 0-1.234 0-2.91.882-6.349l3.791-17.284c.441-2.91 1.235-3.792 4.233-3.792h9.7l-4.673 20.194c0 1.235-.441 2.91-.441 4.233 0 1.235 1.234 2.557 3.351 2.557 1.675 0 3.351-.882 5.908-2.557l4.674-20.635c.882-3.351 1.234-3.792 4.585-3.792h9.26l-6.261 29.894Zm39.947-28.659c-2.558 2.116-5.468 5.026-6.702 7.583-1.676-.44-2.558-.44-3.351-.44-4.586 0-7.584 2.91-8.819 8.818l-2.91 12.61-.441 5.027h-13.933l1.235-5.027 5.467-26.102c.882-3.351 1.676-3.792 5.027-3.792h8.025l-1.235 6.349h.441c2.91-5.026 6.702-7.584 11.816-7.584 1.676 0 2.911.441 4.674 1.235.882 0 .882.441.882.882-.176.088-.176.088-.176.441Zm28.659 28.659-.441 5.027h-8.818c-1.235 0-1.676-.882-2.116-2.117l-.441-2.557h-.441c-2.91 3.792-7.584 5.908-11.817 5.908-7.584 0-12.61-5.026-12.61-13.492 0-5.467 2.91-11.816 6.702-16.402 4.674-4.674 10.494-6.702 17.284-6.702 2.557 0 5.908 0 9.259.441 1.676.441 3.351.441 3.792.441 2.557 0 4.233-.441 5.908-1.675h.441l-6.702 31.128Zm-10.582-23.986c-4.233 0-7.584 2.558-9.7 7.143-1.675 2.91-2.557 6.261-2.557 9.7 0 3.792 1.234 5.468 4.233 5.468 1.675 0 3.791-1.235 5.467-3.351 1.234-2.117 2.557-5.027 3.351-10.935.882-4.233 1.234-5.026 2.116-7.143-.793-.441-1.146-.882-2.91-.882Zm54.321 12.17c-1.675 6.702-2.557 12.169-2.557 13.845 0 .881 0 1.675.441 2.91h-8.819c-2.91 0-4.232-1.676-4.232-4.674 0-1.676 0-2.557.441-5.467.881-2.558.44-1.676 1.675-8.025.882-2.558 1.235-4.674 1.235-5.908 0-1.676-.882-2.911-2.91-2.911-1.676 0-3.792.882-6.35 2.558l-4.232 19.4-.882 5.027h-13.492l1.234-5.027 5.468-26.102c.881-3.351 1.234-3.792 5.026-3.792h8.025l-.882 4.674h.441c3.792-3.792 8.025-5.909 12.61-5.909 5.908 0 9.7 3.351 9.7 8.378.177 2.204-.264 3.88-1.94 11.023Zm32.893-11.729c-.441 1.676-1.235 2.117-2.91 2.117h-6.35l-2.91 13.492c-.441 1.234-.882 2.91-.882 3.792 0 1.675 1.235 2.557 2.911 2.557 2.557 0 5.026-.882 8.024-2.116l.441.441-2.91 5.908c-.441 1.675-.441 1.675-1.234 2.116-2.558.882-6.35 1.676-9.701 1.676-6.702 0-10.934-2.91-10.934-7.584 0-.882 0-1.235.441-4.233l3.791-15.961h-6.349l2.117-6.349 19.4-11.817 1.235.882-2.117 9.259h10.935l-2.998 5.82Zm.793 29.454a3.765 3.765 0 0 1-3.792-3.792c0-2.91 2.558-5.909 5.468-5.909a3.765 3.765 0 0 1 3.792 3.792c0 2.91-2.558 5.909-5.468 5.909Zm1.676-8.466c-2.117 0-3.792 1.675-4.233 3.792v.882c0 1.675.882 2.557 2.557 2.557 2.117 0 3.792-1.675 4.233-3.351v-1.234c0-1.323-1.323-2.646-2.557-2.646Zm0 3.792.882 1.234v.441h-.882c-.441 0-.441-.441-.882-.441l-.441-1.234c-.441.441-.441.882-.441 1.234v.441h-1.675l.441-.441.881-3.351h1.676c.441 0 1.675 0 1.675.882 0 .794-.793.794-1.234 1.235Zm-1.235-1.235v.882h.882s.441-.441.441-.882h-1.323Zm-350.617-64.021c0 5.908 23.986 10.494 53.439 10.494 29.894 0 53.88-4.674 53.88-10.494 0-5.908-23.986-10.935-53.88-10.935-29.453 0-53.439 5.115-53.439 10.935ZM177.397 240.3h-5.468s7.143-7.584 10.935-10.935c-8.818-.441-12.61.441-12.61.441v-.441c2.91-1.234 5.467-2.116 8.025-2.557 2.557-.882 5.026-.882 8.377-.882 1.235 0 3.351 0 5.908.441 2.117.441 3.792.882 5.468.882l2.116-10.494-8.377 8.377c-2.117 0-3.792-.441-4.586-.441l15.609-15.961h5.467s-2.91 16.843-3.351 18.96h5.467c2.117-6.702 8.025-11.376 15.609-11.376 2.116 0 4.585.441 5.908 1.235-.882.881-1.234 1.675-2.116 2.557-1.676-.882-2.91-1.235-4.233-1.235-7.143 0-8.025 8.378-8.025 8.378l-.882.441c-4.673 2.557-10.141 3.351-15.961 3.351-1.675 0-3.792 0-5.908-.441l-3.792-.441-2.557-.441h-.882L177.397 240.3Zm25.22 0h-6.702l1.235-8.025h6.702l-1.235 8.025Zm26.103-4.145.44 1.235c-2.91 2.557-6.349 3.792-9.7 3.792-8.024-.441-9.7-6.702-9.259-10.141 2.469-.882 4.938-2.029 7.143-3.351-.441 2.116-.441 13.933 11.376 8.465Zm22.751-18.518-2.557 2.557a6.465 6.465 0 0 0-3.792-1.235c-2.558 0-4.586.882-5.909 2.91-1.675 1.676-2.557 4.233-2.557 7.584 0 5.468 2.116 8.025 6.349 8.025 1.235 0 3.351-.441 5.027-1.235l.882 1.235c-9.26 6.702-19.401 3.792-19.401-6.349.441-10.494 8.818-14.727 15.609-14.727 2.91-.088 5.026.353 6.349 1.235Z"/><path d="M267.873 227.249c0 9.7-4.233 11.816-6.349 11.375-1.676 0-5.027-.441-5.027-8.818 0-9.259 4.233-11.376 6.702-11.376 3.351 0 4.674 2.999 4.674 8.819Zm-18.959 3.792c.44 8.377 7.583 10.141 10.934 10.141 9.7 0 15.609-7.584 15.609-15.168 0-2.91-.882-5.467-2.91-7.143-2.117-1.675-4.586-2.557-8.025-2.557-8.201-.353-15.168 5.996-15.52 14.197-.088.177-.088.353-.088.53Zm38.271-11.729c.617-.529 1.323-.793 2.117-.882 3.35 0 3.791 2.117 3.791 3.351 0 3.792-2.116 5.909-6.349 5.909h-1.675l.882-5.468c.44-1.675.881-2.557 1.234-2.91Zm-2.028 10.053c.441.441 1.234.882 2.116 2.116l3.792 5.468c1.235 1.234 2.117 2.116 2.91 2.557.441.441 1.676.441 2.91.441h3.792c-1.234-.882-2.557-2.91-4.233-5.467 0 0-2.91-4.233-3.351-4.586-.441-.441-.881-.882-1.234-.882v-.441c2.557 0 7.584-1.234 7.584-6.349 0-3.792-2.91-5.467-8.378-5.467h-10.494l-3.792 23.545h6.35l2.028-10.935Zm48.765 2.116c.441-2.116 2.558-5.908 5.027-5.908.882 0 1.675.882 1.675 1.676.088 2.998-4.144 4.232-6.702 4.232Zm9.7 3.792c-2.116 1.235-4.673 2.558-6.701 2.558-2.558 0-3.351-2.117-3.351-3.792 4.232-.441 10.141-2.558 10.141-7.584 0-2.116-1.676-2.91-3.351-2.91-7.143 0-9.7 7.143-9.7 11.376 0 3.351 1.675 5.026 5.026 5.026 2.557 0 5.026-.441 7.143-1.675l.793-2.999Zm8.378-5.026c1.675-2.557 4.674-6.702 8.025-6.702h.881l-.881 2.91h-.882c-1.676 0-3.351 1.676-4.233 2.91l-3.792 4.586-.882 5.908h-2.91l2.91-15.961h2.91L352 230.247Zm11.376-6.349h2.557l1.675 12.169 8.025-12.169h2.557l-9.7 15.961h-2.91l-2.204-15.961Zm18.959 0h2.91l-2.91 15.961h-2.91l2.91-15.961Zm1.235-5.909h2.91l-.882 2.91h-2.558l.53-2.91Zm18.165 8.466c-1.234-.441-2.557-.882-3.351-.882-4.673 0-6.702 4.586-6.702 8.819 0 1.675.882 3.351 2.91 3.351 1.676 0 4.233-.882 5.468-1.676l-.441 2.557c-2.116.882-3.792 1.235-5.908 1.235-3.351 0-5.027-2.117-5.027-5.467 0-5.468 4.233-10.935 9.7-10.935 1.235 0 2.558 0 3.792.441l-.441 2.557Zm5.909 5.026c.441-2.116 2.557-5.908 5.026-5.908.882 0 1.676.882 1.676 1.676 0 2.998-4.233 4.232-6.702 4.232Zm9.612 3.792c-2.117 1.235-4.674 2.558-6.702 2.558-2.558 0-3.351-2.117-3.351-3.792 4.233-.441 10.141-2.558 10.141-7.584 0-2.116-1.676-2.91-3.351-2.91-7.143 0-9.7 7.143-9.7 11.376 0 3.351 1.675 5.026 5.026 5.026 2.557 0 5.027-.441 7.143-1.675l.794-2.999Zm3.439 1.235c1.587.794 3.263 1.235 5.026 1.235 1.235 0 2.558-.441 2.558-2.117 0-2.557-5.027-4.233-5.027-8.025 0-1.675 1.235-4.232 5.468-4.232 1.675 0 2.91.441 4.232.881l-.441 2.558a6.46 6.46 0 0 0-3.791-1.235c-1.235 0-2.558.441-2.558 1.676 0 2.557 5.027 4.673 5.027 8.377 0 3.351-2.91 4.233-5.468 4.233-2.116 0-3.792-.441-5.467-.882l.441-2.469Zm-105.291 0c1.234.882 2.91 1.235 4.674 1.235 1.234 0 2.91-.441 2.91-2.117 0-2.557-5.468-4.233-5.468-8.025 0-1.675 1.676-4.232 5.468-4.232 1.675 0 2.91.441 4.673.881l-.882 2.558a6.46 6.46 0 0 0-3.791-1.235c-1.235 0-2.558.441-2.558 1.676 0 2.557 5.027 4.673 5.027 8.377 0 3.351-2.91 4.233-5.468 4.233-2.116 0-3.351-.441-5.467-.882l.882-2.469Z"/></g><path fill="#CD5241" d="M301.559 113.668c28.66 0 52.205-23.544 52.205-52.645 0-28.66-23.545-52.205-52.205-52.205-29.012 0-52.205 23.545-52.205 52.205 0 29.012 23.104 52.645 52.205 52.645Z"/><path fill="#CD5241" d="M311.171 79.1c-20.723 12.082-46.561 6.879-61.376-10.934-.352-2.381-.441-4.762-.441-7.143 0-28.66 23.193-52.205 52.205-52.205 10.847 0 21.429 3.44 30.247 9.789 9.083 22.398.617 48.148-20.635 60.493Z"/><path fill="#D88B71" d="M304.469 68.607c-17.284 10.053-39.594 4.233-49.647-13.051-1.499-2.646-2.734-5.556-3.528-8.554 6.085-21.958 26.191-38.184 50.265-38.184 2.998 0 5.908.265 8.818.794 2.999 2.646 5.556 5.82 7.584 9.347 10.053 17.196 3.792 39.507-13.492 49.648Z"/><path fill="#E9C0AC" d="M299.002 58.025c-11.376 6.702-26.103 2.91-32.805-8.819-6.261-10.934-3.439-24.338 6.261-31.57 1.5-.97 2.999-1.94 4.586-2.733 11.111-5.203 24.868-1.146 30.776 9.877 6.79 11.816 2.998 26.543-8.818 33.245Z"/><path fill="#F6F2EF" d="M293.093 47.53c-5.908 3.352-13.051 1.235-16.402-4.232-3.351-5.908-1.675-13.492 4.233-16.843 5.908-3.351 13.492-1.235 16.402 4.586 3.351 5.555 1.676 13.139-4.233 16.49Z"/></g></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        tredenred
                        <code>[[svg_include:svg/labels/tredenred.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Ticket restaurant Edenred" width="906" height="250" fill="none" viewBox="0 0 906 250" class="label-ticket-restaurant-edenred"><g fill="#D52B1E"><path d="M625.975 8.995c-20.37 1.234-40.035 7.583-57.231 18.695-6.878 4.673-12.522 9.083-18.43 15.255-9.348 9.083-16.226 18.695-21.87 30.16-1.499 2.91-3.703 7.583-3.703 7.847 0 0 9.347.265 20.635.265 20.37 0 20.37 0 20.37.265 0 .529-.529 3.439-.97 6.878-.529 3.439-.97 6.35-.97 6.35 0 .264-5.115.264-16.226.264h-16.226v14.991h14.727c11.817 0 14.727 0 14.727.264-.265.265-.706 3.175-1.235 6.614l-1.234 6.349h-26.985v5.115c0 6.349.265 7.584 1.94 9.347 1.676 1.676 1.5 1.676 17.902 1.676 9.083 0 14.197.264 14.197.264 0 .265-.529 3.175-.97 6.879a901.718 901.718 0 0 0-1.234 6.613c0 .265-7.584.265-16.932.265-14.991-.265-17.46-.265-18.871-.529-4.144-1.235-7.584-3.968-9.347-7.584l-.265-1.234v1.234c.529 2.91 1.676 8.554 3.175 13.757 6.878 22.31 20.635 42.504 39.241 57.407 16.226 12.787 36.332 21.341 56.967 23.81 7.143.97 17.637 1.234 24.074.705 24.78-2.204 46.649-11.023 65.785-26.719 3.704-3.175 11.816-11.288 14.726-14.992 11.288-13.492 18.872-28.483 23.281-44.885l.264-.97h15.697v-16.667l.265-16.931.529-1.499c1.234-3.439 3.174-5.115 6.878-5.644 1.676-.529 5.115-.264 6.878.529.529.265 1.235.265 1.235.265.265-.265 2.91-13.228 2.734-13.492 0 0-1.5-.265-3.44-.53-2.91-.528-4.144-.528-7.583-.528-7.849.264-13.051 2.204-17.196 6.173-2.734 2.733-3.968 5.379-5.115 9.612l-.529 2.204v-1.94c-1.675-15.697-5.379-28.748-11.816-41.975-5.38-11.288-12.258-21.076-21.076-30.159-15.961-16.402-35.626-26.984-57.672-31.658-9.171-1.94-20.018-2.645-29.101-2.116Zm1.058 95.943c0 25.75.001 25.044-1.499 29.983-2.469 8.377-8.553 14.726-16.931 17.636-6.614 1.94-15.432 2.205-21.869.265-10.582-2.91-18.166-11.552-19.665-22.31-.529-4.145 0-9.789 1.234-13.757 2.91-8.818 9.612-14.727 18.872-17.196 3.439-.705 10.053-.97 13.227-.264 4.145.705 7.848 2.469 10.053 4.673l.97.97v-23.81h15.697l-.089 23.81Zm40.477-5.643c5.908.97 10.317 2.91 14.021 6.878 5.379 4.938 8.377 12.786 8.377 21.605v2.734h-40.476l.265.705c.97 4.938 5.379 8.818 11.287 10.582 1.676.529 2.469.529 5.644.529 3.439 0 4.144 0 6.349-.529 1.235-.529 3.175-.97 4.409-1.499.97-.529 1.94-.97 1.94-.97.265.264-1.234 12.257-1.234 12.522 0 0-3.969 1.234-5.644 1.499-4.674.97-12.522 1.235-16.931.265-14.727-2.734-23.281-13.052-23.281-27.778 0-4.674.97-8.554 2.91-12.522 1.94-4.145 4.939-7.408 8.819-9.789 3.174-2.204 6.878-3.703 11.023-4.409 2.91-.529 9.347-.529 12.522.177Zm60.141.264c5.644 1.235 9.347 3.175 12.786 6.614 1.94 2.204 3.44 5.115 4.41 8.377.529 1.94.529 2.205.705 20.371v18.43h-15.697v-16.226c0-15.432-.264-16.225-.529-17.636-1.499-4.939-4.673-7.143-9.788-7.143-5.908 0-9.083 2.469-10.318 8.377-.264.706-.264 6.878-.529 16.931v15.697h-15.696l.264-18.166c0-16.225 0-18.166.529-19.841 1.94-8.113 7.584-13.492 16.226-15.432 3.704-.97 4.674-.97 10.318-.97 3.88.088 5.555.088 7.319.617Z"/><path d="M594.582 112.522c-4.674.706-8.113 3.175-9.788 6.878-3.175 6.879-1.235 14.992 4.409 18.872 5.114 3.703 13.756 2.91 18.166-1.499 1.675-1.676 2.91-3.969 3.703-6.614.265-1.676.265-5.644 0-7.584-1.234-4.938-4.673-8.554-9.612-9.788-1.675-.441-5.114-.706-6.878-.265Zm63.051-2.469c-3.704.97-6.614 3.968-7.848 7.584-.265.529-.706 1.499-.706 1.675v.529h11.817c6.614 0 11.993 0 11.993-.264 0 0 0-.706-.265-1.499-.97-4.145-3.968-6.879-7.848-8.113-1.676-.088-5.379-.088-7.143.088ZM881.266 92.68c0 6.615 0 11.817-.264 11.817l-.529-.529c-.97-.705-3.704-2.469-5.909-3.439-2.91-1.234-6.172-1.675-9.788-1.675-15.256 0-26.014 8.818-27.954 23.104-.265 3.174 0 8.818.529 11.287 2.734 10.582 10.582 17.901 21.869 20.371 3.44.705 10.759.705 14.727 0 6.349-1.235 11.023-3.704 14.991-7.849 3.968-3.968 6.173-8.554 7.408-15.432.529-1.675.529-4.938.705-25.485V81.129h-15.697V92.68h-.088Zm-10.053 20.107c3.704.97 6.614 3.439 8.378 6.613.97 1.94 1.499 4.145 1.499 7.143 0 4.145-1.235 7.584-3.968 10.318-2.469 2.469-5.115 3.703-9.348 3.968-8.554.529-14.726-5.644-14.726-14.198 0-2.91.529-4.938 1.499-7.142 1.94-3.704 5.643-6.35 10.053-7.143 1.234-.265 5.379.176 6.613.441ZM800.314 99.03c-12.787 2.205-21.076 10.582-22.84 23.104-.97 7.319.97 15.697 5.115 21.076 3.968 5.379 10.317 9.083 17.901 10.317 6.349 1.235 16.226.529 21.341-1.499l1.234-.529.529-4.938c.265-2.734.706-5.644.706-6.173l.264-1.234-2.204.97c-4.674 1.763-10.053 2.733-14.198 1.94-6.878-.97-11.816-4.939-13.227-10.318-.265-.529-.529-1.234-.529-1.234 0-.265 9.082-.265 20.105-.265 20.106 0 20.106 0 20.371-.529.264-.97-.265-6.878-.97-9.348-2.469-12.257-10.053-19.664-22.134-21.605-2.91 0-9.083-.176-11.464.265Zm10.053 11.288c1.94.529 3.174 1.499 4.673 2.91 1.5 1.499 1.941 2.469 2.47 4.409.705 2.469 2.204 2.204-11.552 2.204h-11.993l.264-.97c1.235-3.968 5.115-7.848 8.819-8.818 1.675-.441 5.555-.176 7.319.265Z"/></g><g fill="#162056" clip-rule="evenodd"><path d="M9.661 127.778c.53 0 .97.088 1.5.088h34.92c3.263 0 6.614.265 9.7 1.499 7.496 2.822 11.729 8.289 13.051 15.961 1.147 6.349-.088 12.346-4.056 17.549-2.293 2.998-5.29 5.203-8.995 6.349-.352.088-.617.265-1.146.441 5.908 2.734 8.201 7.936 10.141 13.404 1.94 5.467 4.321 10.67 7.937 15.344-.353 0-.618.088-.882.088H58.074c-.793 0-1.41-.265-1.764-.882-1.41-2.822-2.821-5.556-4.056-8.377-1.323-2.999-2.293-6.173-3.615-9.171-2.205-4.939-6.173-7.408-11.64-7.408-2.47 0-4.85-.088-7.32-.088-2.47 0-4.762-.353-6.79-2.381v28.395H9.573c.088-23.633.088-47.178.088-70.811Zm13.228 11.375v16.314c0 3.351 1.587 5.291 4.85 5.909.794.176 1.675.264 2.47.264 4.497 0 8.994.088 13.491 0 2.646 0 5.115-.529 7.32-2.204 3.439-2.558 4.232-6.261 3.968-10.23-.441-6.261-3.175-9.523-9.436-9.876-7.495-.441-14.991-.177-22.663-.177Zm227.866 59.348h-12.081v-6.702c-.353.264-.618.441-.794.617-6.085 5.732-13.316 7.584-21.428 6.79-5.732-.529-10.847-2.645-15.168-6.525-4.497-4.145-7.055-9.348-7.936-15.344-1.059-6.967-.089-13.58 3.703-19.665 4.409-7.055 10.935-11.023 19.048-12.346 6.261-1.058 12.434-.617 18.342 1.764 9.083 3.615 14.197 10.582 15.873 20.106.353 2.116.441 4.321.441 6.525.088 7.76 0 15.609 0 23.369v1.411Zm-13.051-26.367c-.088-5.996-2.117-11.287-7.672-14.286-5.644-3.086-11.464-2.998-17.02.353-7.407 4.497-9.612 15.785-4.673 23.457 4.497 6.966 15.079 9.083 22.31 4.321 5.115-3.175 6.967-8.025 7.055-13.845Zm162.522 26.367h-12.081v-6.702c-.618.529-.97.794-1.323 1.146-4.762 4.233-10.318 6.261-16.579 6.438-4.321.088-8.553-.529-12.61-2.293-6.084-2.734-10.494-7.143-12.963-13.316-2.733-6.702-2.998-13.668-.617-20.546 2.822-8.378 8.642-13.845 16.931-16.667 7.672-2.557 15.432-2.381 23.016.617 8.995 3.527 14.109 10.318 15.785 19.753.353 2.117.529 4.321.529 6.438.088 7.936 0 15.784 0 23.721-.088.353-.088.794-.088 1.411Zm-44.886-26.279c0 2.998.618 5.908 2.029 8.554 4.762 8.907 17.107 9.524 23.633 4.674 4.056-2.999 5.908-7.143 6.173-12.081.793-12.346-8.554-19.489-19.489-17.284-7.584 1.587-12.346 7.936-12.346 16.137Zm51.852-54.497h-13.051c-.705 0-1.146-.176-1.411-.882-1.587-4.497-3.263-8.995-4.938-13.58-.617-1.676-1.146-3.351-1.852-4.939-.705-1.763-2.116-2.821-4.056-2.91-2.999-.088-5.909 0-9.083 0v22.223h-12.434v-70.37h12.346v37.918l.264 1.058c.353-.176.794-.352.97-.617 1.323-1.499 2.557-3.086 3.792-4.674 4.145-5.114 8.201-10.229 12.346-15.343.264-.353.705-.618 1.146-.618h13.492c-5.996 7.32-11.905 14.374-17.901 21.693a89.17 89.17 0 0 1 2.645.265c3.528.44 5.909 2.557 7.231 5.732a96.214 96.214 0 0 1 2.822 8.024c2.029 5.821 4.145 11.552 7.672 17.02Z"/><path d="M458.691 94.356h-41.005c.353 3.44 1.587 6.438 3.968 8.907 3.087 3.263 6.967 4.674 11.288 5.026 4.85.441 9.524-.352 13.756-2.91.089-.088.265-.088.618-.264-.088 1.851-.177 3.527-.353 5.202-.088 1.588-.353 3.087-.353 4.674 0 .882-.441 1.235-1.146 1.499-3.527 1.411-7.231 1.94-11.023 2.117-5.82.176-11.376-.706-16.578-3.528-6.173-3.351-10.318-8.465-12.258-15.167-2.116-7.408-1.852-14.639 1.587-21.605 4.057-8.025 10.759-12.346 19.489-13.845 5.203-.882 10.405-.529 15.432 1.235 8.377 2.998 13.139 9.082 15.432 17.46a33.639 33.639 0 0 1 1.146 11.2Zm-40.74-9.612h27.513c-.617-2.998-1.676-5.732-3.968-7.76-3.439-3.086-7.672-3.704-12.081-3.086-5.556.882-10.494 5.379-11.464 10.846Zm-291.27 90.388H85.587c.53 4.233 2.117 7.672 5.468 10.318 3.703 2.998 8.113 3.88 12.786 3.792 4.057-.089 7.76-1.147 11.464-3.44-.088 1.852-.176 3.528-.353 5.203-.088 1.676-.352 3.263-.352 4.939 0 .793-.353 1.058-.97 1.322-4.321 1.764-8.907 2.293-13.581 2.205-5.026-.088-9.876-1.146-14.285-3.616-8.025-4.497-12.17-11.463-13.14-20.458-.705-5.908.089-11.552 2.999-16.843 4.056-7.496 10.582-11.817 18.87-13.228 5.468-.97 10.847-.617 16.05 1.323 8.201 2.998 12.875 9.171 15.08 17.46.793 3.44 1.146 7.143 1.058 11.023Zm-13.404-9.524c-.529-2.821-1.499-5.202-3.439-7.231-6.085-6.261-17.901-4.673-22.399 3.087-.705 1.234-1.234 2.645-1.94 4.144h27.778ZM293.7 145.767h12.258c0 .441.088.794.088 1.235v29.982c0 3.175-.265 6.261-1.323 9.259-1.94 5.291-5.467 9.083-10.67 11.111-7.937 3.087-16.049 3.175-23.898-.088-7.143-2.998-10.758-8.73-11.552-16.225-.176-1.852-.176-3.704-.176-5.468v-29.541h12.346v30.511c0 1.588.176 3.175.617 4.674 1.234 4.674 4.762 7.319 9.876 7.496 1.411 0 2.91 0 4.321-.353 4.674-.97 7.496-4.409 8.025-9.348.088-1.058.176-2.204.176-3.262v-28.043c-.088-.793-.088-1.323-.088-1.94Zm-35.538-87.213h-22.134V47.266h57.76c-.264 1.94-.529 3.969-.793 5.909-.177 1.499-.529 2.91-.617 4.409-.089.97-.618.97-1.323.97H271.39v59.083h-13.228V58.554Zm197.267 139.947h-12.17v-30.688c0-1.411-.176-2.91-.529-4.321-1.146-4.674-4.585-7.407-9.435-7.672a23.2 23.2 0 0 0-4.939.265c-4.497.97-7.319 4.232-7.848 9.083-.176 1.146-.176 2.381-.176 3.527v29.718h-12.258c0-.441-.088-.794-.088-1.235 0-10.494-.088-20.988 0-31.481.088-7.937 3.175-14.286 10.494-18.078 3.174-1.675 6.614-2.469 10.141-2.734 4.233-.264 8.377-.088 12.434 1.059 9.083 2.733 14.462 9.7 14.55 19.224.088 10.758 0 21.428 0 32.186-.088.441-.088.706-.176 1.147ZM165.57 149.118c-1.499 3.351-2.91 6.702-4.321 10.053-2.91-1.94-5.997-3.263-9.348-3.968-2.822-.529-5.643-.706-8.465.176-2.029.617-2.999 1.94-2.91 3.704.088 1.323.881 2.204 1.851 2.822 1.147.793 2.47 1.411 3.704 2.028 4.057 2.028 8.113 3.88 12.081 5.996 3.616 1.94 6.438 4.762 7.76 8.819 2.205 7.054 0 16.402-10.67 19.488-6.702 1.94-13.492 1.411-20.194-.352-2.557-.706-5.026-1.676-7.672-2.558 1.411-3.527 2.734-6.966 4.145-10.317 1.587.705 3.175 1.499 4.674 2.204 3.968 1.676 8.024 2.558 12.345 2.029 2.293-.265 4.321-1.147 5.027-3.616.705-2.469 0-4.585-2.117-6.085-1.587-1.146-3.262-2.028-4.938-2.91-3.527-1.763-7.231-3.439-10.758-5.291-2.734-1.499-5.115-3.439-6.614-6.261-3.704-7.054-.441-15.255 7.231-18.342 3.968-1.587 8.201-2.028 12.434-1.852a43.031 43.031 0 0 1 15.52 3.704c.353.088.706.265 1.235.529Zm189.418-44.621c-.265 3.88-.529 7.408-.882 11.023 0 .353-.529.794-.97.97-4.145 1.764-8.554 2.293-12.963 2.029-4.674-.265-9.083-1.411-13.139-3.881-5.468-3.351-9.083-8.112-10.847-14.197-1.94-6.702-1.94-13.404.529-19.93 3.439-9.347 10.406-14.55 20.106-16.137 6.878-1.146 13.492-.353 19.753 2.734.353.176.794.352 1.235.617-1.411 3.35-2.734 6.614-4.233 9.965-.353-.177-.706-.353-1.058-.618-3.969-2.293-8.201-3.174-12.787-2.204-6.878 1.499-11.552 7.143-11.905 14.462-.176 2.645 0 5.29.794 7.936 1.852 6.085 6.79 10.053 13.139 10.494 4.674.441 9.083-.441 13.228-3.263ZM182.854 146.12h10.67c-.617 3.439-1.235 6.702-1.852 10.141h-8.554l-.176.176c.088 7.231-.706 14.551.617 21.782 1.058 6.084 3.88 11.375 7.319 16.402.882 1.234 1.676 2.469 2.646 3.792-.353.088-.706.088-.97.088h-11.993c-.441 0-1.058-.176-1.235-.529-3.527-5.115-6.525-10.582-7.76-16.755-.617-2.91-1.058-5.997-1.058-8.907-.088-12.963-.088-25.926-.088-38.888v-.882c4.056-1.588 8.113-3.175 12.345-4.85.089 6.172.089 12.169.089 18.43Zm302.645 0c-.617 3.439-1.234 6.79-1.852 10.141h-8.642c0 .353-.088.529-.088.794 0 5.291-.088 10.67 0 15.961.176 6.79 2.469 12.963 6.085 18.783 1.234 1.94 2.557 3.792 3.792 5.644.176.352.441.617.705 1.146h-12.963c-.441 0-1.058-.176-1.234-.529-4.233-6.085-7.408-12.522-8.378-19.929-.264-2.029-.441-4.057-.441-6.085 0-12.699 0-25.397-.088-38.095 0-1.059.353-1.588 1.323-1.94 3.263-1.235 6.525-2.558 9.788-3.88.353-.177.706-.265 1.235-.441v18.43h10.758Zm-10.582-99.206v18.43h10.582c-.617 3.44-1.234 6.79-1.852 10.141h-8.642c-.088.264-.088.53-.088.706 0 5.555-.088 11.11.088 16.666.265 7.231 2.999 13.669 6.967 19.665a571.985 571.985 0 0 0 3.527 5.115c-.353 0-.705.088-.97.088h-11.993c-.441 0-1.058-.265-1.234-.529-3.616-5.291-6.614-10.847-7.849-17.196-.529-2.734-.882-5.556-.882-8.377-.088-12.875 0-25.662-.088-38.537 0-.97.265-1.41 1.235-1.763 3.615-1.411 7.231-2.91 11.199-4.41Zm-130.599 99.559c-.882 3.615-1.764 7.054-2.646 10.493-1.764-.352-3.527-.881-5.291-1.146-1.323-.176-2.645 0-3.968.176-3.263.618-5.027 2.734-5.644 5.821-.441 2.204-.705 4.585-.705 6.878-.089 9.436 0 18.783 0 28.219v1.411h-12.258v-31.747c0-3.262.265-6.437 1.235-9.523 1.851-5.732 5.555-9.612 11.375-11.288 5.909-1.587 11.905-1.323 17.902.706Zm-46.65-81.57h12.258v52.734h-12.258V64.903Zm12.258-6.966h-12.258V47.178h12.258v10.759Z"/></g></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        tvareduite10
                        <code>[[svg_include:svg/labels/tvareduite10.svg]]</code>
                    </td>
                    <td>
                        <svg role="img" aria-label="Logo TVA réduite à 10%" width="250" height="250" viewBox="0 0 250 250" fill="none" xmlns="http://www.w3.org/2000/svg" class="label-tva-reduite-10"><path fill-rule="evenodd" clip-rule="evenodd" d="M116.366 83.8109C120.017 83.8109 123.257 84.6986 126.094 86.4833C128.932 88.268 131.174 90.849 132.831 94.2262C134.487 97.6034 135.32 101.731 135.32 106.6C135.32 111.469 134.487 115.597 132.831 118.974C131.174 122.351 128.932 124.932 126.094 126.717C123.257 128.502 119.972 129.389 116.366 129.389C112.76 129.389 109.538 128.502 106.701 126.717C103.864 124.932 101.621 122.351 99.9647 118.974C98.3081 115.597 97.4752 111.469 97.4752 106.6C97.4752 101.731 98.3081 97.6034 99.9647 94.2262C101.621 90.849 103.864 88.268 106.701 86.4833C109.538 84.7078 112.714 83.8109 116.366 83.8109ZM120.878 119.349C122.159 118.361 123.166 116.814 123.898 114.718C124.63 112.622 124.996 109.913 124.996 106.6C124.996 103.287 124.63 100.578 123.898 98.482C123.166 96.377 122.159 94.8394 120.878 93.8509C119.596 92.8625 118.095 92.3683 116.375 92.3683C114.736 92.3683 113.263 92.8625 111.963 93.8509C110.664 94.8394 109.639 96.3861 108.879 98.482C108.119 100.578 107.744 103.287 107.744 106.6C107.744 109.913 108.119 112.622 108.879 114.718C109.629 116.823 110.664 118.361 111.963 119.349C113.272 120.338 114.654 120.832 116.375 120.832C118.095 120.832 119.596 120.338 120.878 119.349Z" fill="#9EBB1D"/><path d="M79.6008 92.7435H70.7872V84.5613H89.7965V128.63H79.6008V92.7435Z" fill="#9EBB1D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M177.183 114.947C176.487 113.565 175.517 112.503 174.281 111.762C173.046 111.021 171.6 110.645 169.952 110.645C168.305 110.645 166.941 111.021 165.696 111.762C164.443 112.503 163.472 113.574 162.795 114.947C162.109 116.329 161.77 117.958 161.77 119.825C161.77 121.692 162.109 123.321 162.795 124.703C163.482 126.085 164.443 127.147 165.696 127.888C166.95 128.63 168.369 129.005 169.952 129.005C171.536 129.005 173.046 128.63 174.281 127.888C175.517 127.147 176.487 126.076 177.183 124.703C177.878 123.33 178.226 121.701 178.226 119.825C178.226 117.949 177.878 116.329 177.183 114.947ZM172.497 123.779C171.847 124.667 170.996 125.115 169.952 125.115C168.909 125.115 168.104 124.676 167.454 123.806C166.804 122.937 166.474 121.61 166.474 119.834C166.474 118.059 166.795 116.732 167.454 115.862C168.104 114.993 168.936 114.553 169.952 114.553C170.968 114.553 171.847 115.002 172.497 115.89C173.146 116.777 173.476 118.095 173.476 119.843C173.476 121.592 173.146 122.909 172.497 123.797V123.779Z" fill="#9EBB1D"/><path d="M144.436 128.63L167.188 95.3153H172.854L150.101 128.63H144.436Z" fill="#9EBB1D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M151.629 112.192C152.865 111.451 153.835 110.38 154.531 109.007C155.226 107.625 155.574 106.005 155.574 104.129C155.574 102.253 155.226 100.587 154.531 99.2233C153.835 97.8596 152.865 96.8071 151.629 96.0566C150.394 95.3153 148.948 94.94 147.3 94.94C145.653 94.94 144.298 95.3153 143.063 96.0566C141.827 96.798 140.857 97.8688 140.162 99.2416C139.466 100.624 139.118 102.244 139.118 104.12C139.118 105.996 139.466 107.616 140.162 108.998C140.857 110.38 141.827 111.442 143.063 112.183C144.298 112.924 145.708 113.3 147.3 113.3C148.893 113.3 150.394 112.924 151.629 112.183V112.192ZM144.82 108.074C144.189 107.186 143.868 105.868 143.868 104.12C143.868 102.372 144.189 101.054 144.82 100.166C145.452 99.2782 146.294 98.8298 147.346 98.8298C148.399 98.8298 149.222 99.2691 149.845 100.139C150.467 101.008 150.769 102.335 150.769 104.111C150.769 105.886 150.458 107.213 149.845 108.083C149.222 108.952 148.389 109.392 147.346 109.392C146.303 109.392 145.461 108.943 144.82 108.055V108.074Z" fill="#9EBB1D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9 125.225C9 61.0357 61.0357 9 125.225 9C189.414 9 241.45 61.0357 241.45 125.225C241.45 189.414 189.414 241.45 125.225 241.45C61.0357 241.45 9 189.414 9 125.225ZM125.225 48.3549C82.7708 48.3549 48.3549 82.7708 48.3549 125.225C48.3549 145.477 56.1869 163.901 68.9874 177.631H69.817V160.57L77.9626 155.811V149.982H84.781V152.034L91.1932 147.854L111.936 160.59V173.906H124.795V132.831H155.373V149.982H167.6V177.631H181.463C194.263 163.901 202.095 145.477 202.095 125.225C202.095 82.7708 167.679 48.3549 125.225 48.3549ZM178.772 180.377H164.854V152.728H152.627V135.576H127.541V176.652H109.19V162.126L91.237 151.103L82.0353 157.101V152.728H80.7082V157.387L72.5627 162.146V180.377H71.6778C85.52 193.819 104.406 202.095 125.225 202.095C146.044 202.095 164.93 193.819 178.772 180.377Z" fill="#9EBB1D"/><path d="M106.765 17.1547L87.9019 22.1336L89.1466 26.8562L95.6173 25.1538L99.9189 41.4907L105.877 39.9165L101.575 23.5796L108.01 21.8865L106.765 17.1547Z" fill="white"/><path d="M129.362 15.9466L123.587 30.27L117.391 16.1754L110.755 16.3036L120.475 37.903L126.543 37.784L135.466 15.8276L129.362 15.9466Z" fill="white"/><path d="M153.744 19.7723L147.84 18.3537L133.398 37.2898L139.512 38.7541L142.175 35.0108L151.135 37.1616L151.803 41.7103L158.036 43.2113L153.744 19.7814V19.7723ZM144.994 31.0479L149.341 24.925L150.43 32.3475L144.994 31.0388V31.0479Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M177.3 43.8888C178.008 42.8418 179.43 42.5666 180.477 43.2741C202.171 57.9334 217.745 80.9888 222.515 107.782C222.737 109.027 221.908 110.215 220.663 110.436C219.419 110.658 218.231 109.829 218.01 108.585C213.463 83.0452 198.614 61.053 177.915 47.0657C176.868 46.3582 176.593 44.9359 177.3 43.8888Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M73.1315 43.889C73.8389 44.936 73.5636 46.3584 72.5165 47.0658C51.9071 60.9901 37.1121 82.8479 32.4936 108.245C32.2675 109.488 31.0764 110.313 29.8331 110.087C28.5898 109.861 27.7652 108.67 27.9913 107.426C32.8363 80.7835 48.3537 57.8682 69.9546 43.274C71.0017 42.5665 72.4241 42.8419 73.1315 43.889Z" fill="white"/><path d="M79.1615 196.759C78.3835 195.377 77.1937 194.087 75.6012 192.897L67.6479 186.957L54.6242 204.42L59.5664 208.108L63.026 203.468L65.6984 205.463L65.4056 212.465L70.6956 216.409L71.0251 208.099C72.462 208.392 73.8165 208.328 75.0704 207.87C76.3975 207.385 77.569 206.47 78.5757 205.125C79.555 203.807 80.095 202.434 80.1957 200.997C80.2964 199.56 79.9577 198.151 79.1798 196.769L79.1615 196.759ZM73.5877 201.418C72.9837 202.232 72.2515 202.672 71.4003 202.736C70.5492 202.8 69.6065 202.452 68.5814 201.674L65.8632 199.642L69.6797 194.526L72.3979 196.558C73.4321 197.327 74.0362 198.132 74.2101 198.974C74.384 199.816 74.1826 200.631 73.5969 201.409L73.5877 201.418Z" fill="white"/><path d="M96.2213 210.113C95.2146 208.959 93.9424 208.081 92.4048 207.458C90.7483 206.79 89.1283 206.552 87.5541 206.717C85.9799 206.882 84.5705 207.44 83.3441 208.364C82.1085 209.289 81.175 210.543 80.5435 212.117C79.9303 213.654 79.7472 215.192 80.0218 216.721C80.2872 218.249 80.9736 219.64 82.0719 220.894C83.1702 222.148 84.6437 223.155 86.5199 223.896C88.0026 224.491 89.3754 224.793 90.6476 224.802C91.9198 224.802 93.0821 224.555 94.1346 224.042L92.4964 219.86C91.7733 220.107 91.0961 220.235 90.4646 220.235C89.833 220.235 89.1283 220.089 88.3412 219.768C87.5084 219.439 86.8586 218.999 86.3826 218.459C85.9067 217.919 85.623 217.306 85.5223 216.62C85.4857 216.327 85.4857 216.025 85.5223 215.714L96.8803 220.272C96.981 220.07 97.1 219.841 97.2189 219.603C97.3379 219.366 97.4386 219.146 97.5118 218.954C98.2074 217.224 98.4179 215.604 98.1342 214.094C97.8596 212.584 97.2189 211.257 96.2122 210.103L96.2213 210.113ZM88.9544 211.138C89.5676 211.046 90.2174 211.138 90.8856 211.412C91.5354 211.678 92.0479 212.044 92.414 212.529C92.7801 213.014 92.9906 213.572 93.0638 214.213C93.1004 214.588 93.0638 214.982 92.9814 215.375L86.584 212.812C86.7945 212.465 87.0324 212.163 87.3162 211.916C87.7921 211.495 88.3321 211.229 88.9453 211.147L88.9544 211.138Z" fill="white"/><path d="M90.1625 204.713L94.0248 206.269L101.264 204.109L95.7454 201.894L90.1625 204.713Z" fill="white"/><path d="M116.594 215.165C116.338 214.817 116.045 214.487 115.716 214.213C114.791 213.453 113.611 212.986 112.192 212.803C110.691 212.611 109.263 212.785 107.918 213.334C106.573 213.883 105.447 214.753 104.559 215.943C103.662 217.132 103.104 218.624 102.866 220.418C102.637 222.184 102.802 223.759 103.369 225.141C103.937 226.523 104.797 227.648 105.959 228.518C107.122 229.387 108.458 229.918 109.959 230.119C111.46 230.312 112.75 230.165 113.83 229.68C114.306 229.47 114.727 229.168 115.121 228.811L114.91 230.476L120.493 231.199L123.44 208.3L117.574 207.541L116.594 215.174V215.165ZM113.629 225.379C113.062 225.617 112.448 225.699 111.799 225.617C111.121 225.525 110.536 225.296 110.05 224.921C109.565 224.546 109.208 224.033 108.98 223.383C108.751 222.734 108.687 222.001 108.797 221.178C108.906 220.29 109.163 219.585 109.538 219.045C109.913 218.505 110.398 218.121 110.957 217.883C111.524 217.645 112.146 217.563 112.824 217.654C113.483 217.736 114.05 217.965 114.535 218.35C115.02 218.725 115.377 219.219 115.615 219.841C115.853 220.455 115.908 221.205 115.798 222.093C115.688 222.917 115.45 223.612 115.057 224.18C114.672 224.747 114.196 225.15 113.629 225.397V225.379Z" fill="white"/><path d="M139.722 212.895L140.784 221.013C140.903 221.919 140.866 222.679 140.674 223.301C140.482 223.923 140.162 224.399 139.713 224.729C139.265 225.058 138.752 225.26 138.175 225.342C137.288 225.461 136.574 225.26 136.016 224.756C135.457 224.253 135.091 223.356 134.926 222.056L133.828 213.664L127.962 214.423L129.179 223.777C129.408 225.543 129.902 226.962 130.661 228.024C131.421 229.085 132.373 229.817 133.517 230.211C134.661 230.605 135.915 230.714 137.279 230.54C138.551 230.376 139.695 229.918 140.692 229.168C141.196 228.792 141.617 228.353 141.974 227.841L142.202 229.616L147.758 228.893L145.571 212.135L139.704 212.895H139.722Z" fill="white"/><path d="M155.917 208.61L150.303 210.467L155.608 226.507L161.222 224.651L155.917 208.61Z" fill="white"/><path d="M152.535 207.815C153.579 207.468 154.311 206.9 154.741 206.104C155.162 205.308 155.235 204.466 154.942 203.578C154.668 202.754 154.128 202.178 153.323 201.848C152.517 201.528 151.602 201.537 150.577 201.876C149.533 202.223 148.792 202.772 148.362 203.541C147.923 204.31 147.849 205.115 148.133 205.957C148.417 206.799 148.957 207.413 149.771 207.779C150.577 208.145 151.51 208.154 152.554 207.806L152.535 207.815Z" fill="white"/><path d="M173.43 214.515C172.945 214.753 172.487 214.799 172.048 214.643C171.609 214.487 171.252 214.121 170.968 213.554L168.479 208.566L171.929 206.845L169.952 202.891L166.502 204.612L164.525 200.658L159.235 203.303L161.212 207.257L159.015 208.355L160.992 212.309L163.189 211.211L165.715 216.281C166.676 218.212 167.939 219.384 169.495 219.805C171.051 220.226 172.789 219.951 174.721 218.99C175.425 218.643 176.066 218.231 176.633 217.773C177.201 217.315 177.649 216.803 177.979 216.245L174.812 213.233C174.51 213.783 174.043 214.204 173.43 214.515Z" fill="white"/><path d="M190.38 201.226C190.225 201.976 189.996 202.626 189.685 203.166C189.373 203.706 188.879 204.246 188.211 204.768C187.506 205.317 186.802 205.665 186.097 205.802C185.392 205.939 184.724 205.884 184.083 205.619C183.809 205.509 183.553 205.344 183.296 205.161L192.961 197.647C192.842 197.455 192.705 197.244 192.549 197.016C192.403 196.787 192.266 196.595 192.137 196.43C190.993 194.956 189.694 193.959 188.257 193.437C186.811 192.915 185.346 192.796 183.845 193.089C182.344 193.373 180.944 194.032 179.635 195.048C178.226 196.146 177.201 197.418 176.551 198.864C175.901 200.31 175.672 201.802 175.846 203.331C176.02 204.859 176.633 206.296 177.677 207.641C178.693 208.95 179.937 209.875 181.393 210.415C182.848 210.955 184.395 211.064 186.033 210.753C187.671 210.442 189.282 209.664 190.865 208.429C192.128 207.449 193.08 206.406 193.73 205.317C194.38 204.218 194.746 203.093 194.828 201.921L190.389 201.235L190.38 201.226ZM181.063 199.889C181.301 199.313 181.704 198.8 182.271 198.352C182.83 197.922 183.406 197.665 184.01 197.592C184.614 197.519 185.2 197.62 185.795 197.885C186.143 198.041 186.463 198.26 186.756 198.535L181.319 202.763C181.127 202.406 180.99 202.049 180.908 201.683C180.779 201.061 180.834 200.466 181.063 199.889Z" fill="white"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        tvareduite55
                        <code>[[svg_include:svg/labels/tvareduite55.svg]]</code>
                    </td>
                    <td>
                        <svg role="img" aria-label="Logo TVA réduite à 5,5%" width="250" height="250" viewBox="0 0 250 250" fill="none" xmlns="http://www.w3.org/2000/svg" class="label-tva-reduite-5-5"><path d="M130.286 92.1577C133.133 92.1577 135.43 92.5421 137.16 93.3109C138.889 94.0797 140.152 95.1505 140.967 96.5051C141.781 97.8688 142.184 99.4247 142.184 101.1C142.184 102.774 141.754 104.339 140.903 105.795C140.052 107.259 138.743 108.421 136.967 109.3C135.201 110.179 132.94 110.618 130.195 110.618C128.19 110.618 126.204 110.343 124.246 109.813C122.287 109.282 120.603 108.504 119.203 107.488L121.839 102.417C122.909 103.214 124.172 103.854 125.609 104.33C127.055 104.815 128.529 105.053 130.039 105.053C131.714 105.053 133.041 104.724 134.011 104.047C134.99 103.369 135.476 102.445 135.476 101.264C135.476 100.495 135.274 99.8365 134.881 99.2874C134.478 98.7382 133.792 98.3081 132.821 97.9878C131.842 97.6674 130.478 97.5118 128.721 97.5118H121.39L122.836 81.2848H140.464V86.6389H128.401L127.888 92.1577H130.286Z" fill="#9EBB1D"/><path d="M92.9082 102.948C90.2632 101.777 86.7579 101.182 82.3922 101.182H78.7221L79.5001 92.7435H97.942V84.5613H70.9976L68.7919 109.364H80.0035C82.6851 109.364 84.781 109.602 86.2728 110.087C87.7646 110.572 88.808 111.231 89.4212 112.073C90.0252 112.915 90.3364 113.922 90.3364 115.093C90.3364 116.896 89.5951 118.315 88.1032 119.34C86.6114 120.365 84.5888 120.887 82.0261 120.887C79.7197 120.887 77.4591 120.521 75.2534 119.789C73.0477 119.056 71.1257 118.077 69.4966 116.86L65.4696 124.603C67.6113 126.159 70.183 127.339 73.185 128.163C76.187 128.977 79.2164 129.389 82.2824 129.389C86.4833 129.389 89.9337 128.721 92.6428 127.376C95.3519 126.03 97.3562 124.246 98.6558 122.022C99.9555 119.798 100.605 117.409 100.605 114.846C100.605 112.284 99.9829 109.904 98.7474 107.826C97.5118 105.749 95.5715 104.12 92.9265 102.948H92.9082Z" fill="#9EBB1D"/><path d="M110.6 98.3447C108.879 98.3447 107.433 98.903 106.252 100.01C105.081 101.127 104.486 102.619 104.486 104.513C104.486 106.408 105.062 107.753 106.216 108.824C106.682 109.263 107.222 109.584 107.79 109.84L105.044 119.807H111.341L114.929 110.737C115.432 109.565 115.798 108.614 116.027 107.9C116.256 107.186 116.411 106.563 116.503 106.042C116.585 105.52 116.631 105.008 116.631 104.495C116.631 102.646 116.064 101.154 114.929 100.029C113.794 98.903 112.348 98.3264 110.581 98.3264L110.6 98.3447Z" fill="#9EBB1D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M182.701 114.947C182.006 113.565 181.036 112.503 179.8 111.762C178.565 111.021 177.118 110.645 175.471 110.645C173.824 110.645 172.46 111.021 171.215 111.762C169.961 112.503 168.991 113.574 168.314 114.947C167.628 116.329 167.289 117.958 167.289 119.825C167.289 121.692 167.628 123.321 168.314 124.703C168.991 126.085 169.961 127.147 171.215 127.888C172.469 128.63 173.888 129.005 175.471 129.005C177.054 129.005 178.565 128.63 179.8 127.888C181.036 127.147 182.006 126.076 182.701 124.703C183.397 123.321 183.745 121.701 183.745 119.825C183.745 117.949 183.397 116.329 182.701 114.947ZM178.006 123.779C177.356 124.667 176.505 125.115 175.462 125.115C174.419 125.115 173.613 124.676 172.963 123.806C172.314 122.937 171.984 121.61 171.984 119.834C171.984 118.059 172.314 116.732 172.963 115.862C173.613 114.993 174.446 114.553 175.462 114.553C176.478 114.553 177.356 115.002 178.006 115.89C178.656 116.777 178.986 118.095 178.986 119.843C178.986 121.592 178.656 122.909 178.006 123.797V123.779Z" fill="#9EBB1D"/><path d="M149.954 128.63L172.707 95.3153H178.363L155.62 128.63H149.954Z" fill="#9EBB1D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M157.139 112.192C158.375 111.451 159.345 110.38 160.04 109.007C160.736 107.625 161.084 106.005 161.084 104.129C161.084 102.253 160.736 100.587 160.04 99.2233C159.345 97.8596 158.375 96.8071 157.139 96.0566C155.903 95.3153 154.457 94.94 152.81 94.94C151.163 94.94 149.808 95.3153 148.572 96.0566C147.337 96.798 146.367 97.8688 145.671 99.2416C144.976 100.624 144.628 102.244 144.628 104.12C144.628 105.996 144.976 107.616 145.671 108.998C146.367 110.38 147.337 111.442 148.572 112.183C149.808 112.924 151.217 113.3 152.81 113.3C154.402 113.3 155.903 112.924 157.139 112.183V112.192ZM150.339 108.074C149.707 107.186 149.387 105.868 149.387 104.12C149.387 102.372 149.707 101.054 150.339 100.166C150.97 99.2782 151.812 98.8298 152.865 98.8298C153.917 98.8298 154.741 99.2691 155.363 100.139C155.986 101.008 156.288 102.335 156.288 104.111C156.288 105.886 155.977 107.213 155.363 108.083C154.741 108.952 153.908 109.392 152.865 109.392C151.822 109.392 150.98 108.943 150.339 108.055V108.074Z" fill="#9EBB1D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9 125.225C9 61.0357 61.0357 9 125.225 9C189.414 9 241.45 61.0357 241.45 125.225C241.45 189.414 189.414 241.45 125.225 241.45C61.0357 241.45 9 189.414 9 125.225ZM125.225 48.3549C82.7708 48.3549 48.3549 82.7708 48.3549 125.225C48.3549 145.477 56.1869 163.901 68.9874 177.631H69.817V160.57L77.9626 155.811V149.982H84.781V152.034L91.1932 147.854L111.936 160.59V173.906H124.795V132.831H155.373V149.982H167.6V177.631H181.463C194.263 163.901 202.095 145.477 202.095 125.225C202.095 82.7708 167.679 48.3549 125.225 48.3549ZM178.772 180.377H164.854V152.728H152.627V135.576H127.541V176.652H109.19V162.126L91.237 151.103L82.0353 157.101V152.728H80.7082V157.387L72.5627 162.146V180.377H71.6778C85.52 193.819 104.406 202.095 125.225 202.095C146.044 202.095 164.93 193.819 178.772 180.377Z" fill="#9EBB1D"/><path d="M123.587 30.2697L129.362 15.9464L135.466 15.8274L126.543 37.7837L120.475 37.9027L110.755 16.3033L117.391 16.1752L123.587 30.2697Z" fill="white"/><path d="M87.9018 22.1333L106.765 17.1545L108.009 21.8862L101.575 23.5794L105.877 39.9162L99.9188 41.4904L95.6172 25.1536L89.1466 26.8559L87.9018 22.1333Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M151.803 41.7101L158.036 43.2111L153.743 19.7812L147.84 18.3626L133.398 37.2987L139.512 38.763L142.175 35.0198L151.135 37.1705L151.803 41.7192V41.7101ZM150.43 32.3473L144.999 31.0398L149.341 24.9248L150.43 32.3473Z" fill="white"/><path d="M72.5165 47.0656C73.5636 46.3582 73.8389 44.9359 73.1315 43.8888C72.4241 42.8417 71.0017 42.5664 69.9546 43.2738C48.3537 57.8681 32.8363 80.7833 27.9913 107.426C27.7652 108.669 28.5898 109.861 29.8331 110.087C31.0764 110.313 32.2675 109.488 32.4936 108.245C37.1121 82.8477 51.9071 60.9899 72.5165 47.0656Z" fill="white"/><path d="M180.477 43.2739C179.43 42.5664 178.008 42.8416 177.3 43.8886C176.593 44.9357 176.868 46.358 177.915 47.0655C198.614 61.0529 213.463 83.045 218.01 108.584C218.231 109.828 219.419 110.657 220.663 110.436C221.908 110.214 222.737 109.026 222.515 107.782C217.745 80.9887 202.171 57.9332 180.477 43.2739Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M67.6387 186.957L54.6149 204.42H54.6058L59.548 208.108L63.0102 203.466L65.6806 205.46L65.3872 212.455H65.378L70.6681 216.4L70.9997 208.102C72.4449 208.393 73.7926 208.318 75.0429 207.861C76.3791 207.376 77.5414 206.461 78.5482 205.115C79.5275 203.797 80.0675 202.424 80.1682 200.987C80.2688 199.551 79.9302 198.141 79.1522 196.759C78.3743 195.377 77.1845 194.087 75.592 192.897L67.6387 186.957ZM65.867 199.65L68.5905 201.683C69.6247 202.452 70.5582 202.809 71.4094 202.745C72.2606 202.681 72.9928 202.241 73.5968 201.427C74.1826 200.649 74.3839 199.834 74.21 198.992C74.0361 198.15 73.4321 197.345 72.3978 196.576L69.6774 194.546L65.867 199.65Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M86.5198 223.905C84.6528 223.154 83.1701 222.157 82.0718 220.903C80.9735 219.649 80.2963 218.258 80.0217 216.729C79.7471 215.201 79.921 213.663 80.5434 212.126C81.1749 210.542 82.1084 209.298 83.344 208.373C84.5796 207.449 85.9799 206.9 87.5541 206.726C89.1283 206.552 90.7482 206.799 92.4048 207.467C93.9424 208.08 95.2145 208.968 96.2213 210.121C97.2189 211.275 97.8595 212.602 98.1433 214.112C98.4178 215.622 98.2165 217.242 97.5209 218.972C97.4477 219.164 97.347 219.384 97.228 219.622C97.1978 219.682 97.1682 219.742 97.139 219.801C97.0534 219.974 96.9712 220.14 96.8894 220.29L85.5271 215.733C85.4928 216.046 85.4971 216.351 85.5405 216.647C85.6321 217.333 85.9158 217.947 86.4009 218.487C86.8768 219.027 87.5266 219.457 88.3595 219.795C89.1466 220.116 89.8604 220.271 90.4828 220.262C91.1143 220.262 91.7824 220.134 92.5146 219.887L94.162 224.07C93.1095 224.582 91.9472 224.838 90.675 224.829C89.4028 224.829 88.03 224.518 86.5473 223.923L86.5198 223.905ZM92.9965 215.37L86.5987 212.804C86.8105 212.454 87.0551 212.153 87.3344 211.906C87.8012 211.485 88.3503 211.229 88.9635 211.137C89.5767 211.046 90.2174 211.137 90.8946 211.412C91.5445 211.677 92.057 212.043 92.4231 212.529C92.7892 213.014 93.0088 213.572 93.0729 214.213C93.1108 214.591 93.0847 214.976 92.9965 215.37Z" fill="white"/><path d="M90.1625 204.712L95.7545 201.894L101.273 204.108L94.0339 206.268L90.1625 204.712Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M105.968 228.518C107.131 229.396 108.467 229.927 109.968 230.119H109.977C111.478 230.321 112.769 230.165 113.849 229.68C114.311 229.472 114.733 229.198 115.116 228.856L114.91 230.467L120.493 231.19L123.44 208.291L117.574 207.531L116.6 215.115C116.346 214.779 116.057 214.478 115.734 214.213C114.8 213.453 113.629 212.986 112.21 212.803C110.709 212.611 109.282 212.785 107.936 213.334C106.582 213.883 105.465 214.753 104.568 215.942C103.671 217.141 103.104 218.624 102.875 220.418C102.646 222.184 102.811 223.758 103.378 225.14C103.937 226.522 104.806 227.648 105.968 228.518ZM113.629 225.378C113.071 225.616 112.457 225.699 111.798 225.616V225.598C111.121 225.506 110.535 225.278 110.05 224.902C109.565 224.518 109.208 224.015 108.98 223.365C108.751 222.715 108.687 221.983 108.797 221.159C108.906 220.271 109.153 219.567 109.538 219.027C109.922 218.496 110.389 218.102 110.956 217.864C111.524 217.626 112.146 217.544 112.824 217.635C113.483 217.727 114.05 217.947 114.535 218.331C115.02 218.715 115.377 219.21 115.615 219.823C115.853 220.436 115.908 221.187 115.798 222.074C115.688 222.898 115.441 223.594 115.057 224.161C114.672 224.728 114.187 225.14 113.629 225.378Z" fill="white"/><path d="M137.278 230.531C135.924 230.705 134.67 230.604 133.517 230.202C132.364 229.799 131.412 229.076 130.661 228.014C129.911 226.953 129.417 225.534 129.179 223.768L127.961 214.414L133.819 213.654L134.917 222.047C135.091 223.347 135.448 224.243 136.006 224.747C136.565 225.25 137.278 225.442 138.166 225.333C138.743 225.259 139.255 225.058 139.704 224.719C140.152 224.39 140.473 223.914 140.665 223.292C140.857 222.669 140.894 221.91 140.775 221.004L139.713 212.885L145.58 212.126L147.767 228.884L142.212 229.607L141.982 227.836C141.625 228.35 141.198 228.794 140.701 229.167C139.704 229.918 138.56 230.375 137.288 230.54L137.278 230.531Z" fill="white"/><path d="M149.753 207.788C150.568 208.154 151.492 208.163 152.535 207.815L152.517 207.824C153.56 207.476 154.302 206.909 154.723 206.113C155.153 205.316 155.217 204.474 154.924 203.587C154.65 202.754 154.11 202.177 153.304 201.857C152.499 201.537 151.584 201.546 150.558 201.884C149.515 202.223 148.774 202.781 148.344 203.55C147.913 204.31 147.831 205.115 148.115 205.966C148.399 206.817 148.948 207.422 149.753 207.788Z" fill="white"/><path d="M150.293 210.478L155.601 226.522L161.212 224.664L155.903 208.62L150.293 210.478Z" fill="white"/><path d="M160.983 212.309L160.981 212.305L163.185 211.205L165.715 216.272C166.685 218.203 167.939 219.374 169.495 219.795C171.05 220.216 172.789 219.942 174.721 218.981L174.711 218.972C175.416 218.615 176.057 218.212 176.624 217.754C177.201 217.288 177.64 216.784 177.97 216.226L174.803 213.215C174.492 213.764 174.034 214.194 173.421 214.496C172.936 214.734 172.478 214.78 172.039 214.624C171.609 214.478 171.243 214.112 170.959 213.535L168.477 208.564L171.92 206.845L169.943 202.891L166.503 204.61L164.525 200.649L159.235 203.294L161.212 207.253L159.006 208.355L160.981 212.305L160.974 212.309H160.983Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M186.024 210.753C187.653 210.442 189.263 209.664 190.856 208.428L190.838 208.419C192.101 207.44 193.053 206.406 193.702 205.307C194.343 204.218 194.709 203.083 194.801 201.912L190.362 201.225C190.206 201.976 189.977 202.617 189.666 203.166C189.355 203.715 188.861 204.246 188.193 204.767C187.488 205.316 186.783 205.664 186.079 205.802C185.374 205.948 184.706 205.884 184.065 205.619C183.795 205.505 183.535 205.356 183.285 205.172L192.952 197.647C192.824 197.455 192.686 197.244 192.54 197.015C192.394 196.787 192.256 196.594 192.128 196.43C190.984 194.956 189.694 193.958 188.248 193.437C186.811 192.924 185.337 192.805 183.836 193.089C182.344 193.373 180.935 194.032 179.626 195.048C178.217 196.146 177.192 197.418 176.542 198.864C175.892 200.31 175.663 201.802 175.837 203.33C176.011 204.859 176.624 206.296 177.668 207.641C178.693 208.959 179.928 209.874 181.383 210.414C182.839 210.954 184.385 211.064 186.024 210.753ZM181.297 202.778L186.749 198.534C186.45 198.258 186.124 198.042 185.776 197.885C185.191 197.619 184.596 197.519 183.992 197.592C183.388 197.665 182.811 197.921 182.253 198.352C181.676 198.8 181.274 199.313 181.045 199.889C180.807 200.466 180.761 201.07 180.889 201.683C180.965 202.051 181.102 202.416 181.297 202.778Z" fill="white"/></svg> 
                    </td>
                </tr>
        
                <tr>
                    <td>
                        updejeuner
                        <code>[[svg_include:svg/labels/updejeuner.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Up déjeuner" width="828" height="250" fill="none" viewBox="0 0 828 250" class="label-up-dejeuner"><g fill="#F59100"><path d="M234.908 124.956c0-9.348 2.558-18.166 6.967-25.485V8.818H9.6v232.364h232.363v-90.741c-4.409-7.319-7.055-16.049-7.055-25.485Zm168.519 29.718c-9.083 6.261-20.194 9.788-31.129 9.788-21.869 0-41.182-17.108-41.182-39.418 0-22.399 19.313-39.418 41.182-39.418 15.344 0 28.748 9.171 35.362 22.928l-50.882 31.569c1.499 3.087 5.555 7.496 14.462 7.496 9.524 0 16.49-3.616 24.25-8.73l7.937 15.785Zm-19.136-48.854c-3.527-3.527-8.025-4.85-12.963-4.85-11.728 0-21.076 9.524-22.046 20.899 0 1.588 0 3.175.265 4.939l34.744-20.988Zm-24.956-29.806 13.668-21.34h22.664l-21.782 21.34h-14.55Z"/><path d="M434.908 86.155v78.924c0 15.785-10.053 25.75-26.631 25.75-2.381 0-4.497-.177-6.614-.265l-5.732-16.225c1.499.176 2.91.44 5.379.44 8.025 0 14.903-3.968 14.903-12.963V87.831l18.695-1.676Zm3.616-18.166-12.522 12.434L413.48 67.99l12.434-12.434 12.61 12.434Zm78.571 86.685c-9.083 6.261-20.194 9.788-31.129 9.788-21.869 0-41.181-17.108-41.181-39.418 0-22.399 19.312-39.418 41.181-39.418 15.344 0 28.748 9.171 35.362 22.928l-50.882 31.569c1.499 3.087 5.556 7.496 14.462 7.496 9.524 0 16.491-3.616 24.251-8.73l7.936 15.785Zm-19.136-48.854c-3.527-3.527-8.024-4.85-12.963-4.85-11.728 0-21.075 9.524-22.045 20.899 0 1.588 0 3.175.264 4.939l34.744-20.988Zm98.766 56.261-17.549 1.146v-9.612h-.264c-6.261 8.466-12.434 10.847-22.752 10.847-15.343 0-25.573-9.788-25.573-25.573V87.831l18.519-2.381v48.324c0 7.848 3.615 14.462 11.993 14.462 11.728 0 17.107-8.906 17.107-18.254V87.831l18.519-2.381v76.631Zm15.079-74.251 17.549-1.763v10.23h.264c6.349-8.466 12.434-10.76 22.84-10.76 15.344 0 25.573 9.79 25.573 25.574v50.97l-18.519 1.146v-47.178c0-7.848-3.615-14.462-11.993-14.462-11.728 0-17.107 8.907-17.107 18.254v42.24l-18.519 1.146-.088-75.396Zm149.03 66.844c-9.083 6.261-20.194 9.788-31.129 9.788-21.869 0-41.181-17.108-41.181-39.418 0-22.399 19.312-39.418 41.181-39.418 15.344 0 28.748 9.171 35.362 22.928l-50.882 31.569c1.499 3.087 5.556 7.496 14.462 7.496 9.524 0 16.491-3.616 24.251-8.73l7.936 15.785Zm-19.136-48.854c-3.527-3.527-8.024-4.85-12.963-4.85-11.728 0-21.075 9.524-22.046 20.899 0 1.588.001 3.175.265 4.939l34.744-20.988Zm49.119-6.261h.264c6.437-11.552 14.727-13.845 27.601-14.021l-6.437 19.753c-14.197 0-20.458 8.289-20.458 21.164v35.626l-18.519 1.146V87.831l17.549-1.764v13.492Zm-487.919 54.497c-7.76 7.76-12.875 10.406-23.104 10.406-21.164 0-36.685-18.871-36.685-39.418 0-20.635 15.521-39.418 36.685-39.418 7.495 0 15.167 2.205 22.045 7.848v-31.57l18.519-2.38V162.08l-17.549 1.764v-9.789h.089Zm-20.723-6.613c12.433 0 21.516-10.406 21.516-22.487 0-12.17-9.083-22.487-21.516-22.487-12.434 0-21.429 10.406-21.429 22.487-.088 12.169 8.995 22.487 21.429 22.487Z"/></g><path fill="#fff" d="M101.839 124.691c0 11.993-2.645 21.164-16.049 21.164-15.08 0-16.667-10.846-16.667-19.576V57.672l-19.312 4.233V129.1c0 25.574 17.813 35.362 35.01 35.362 22.486 0 36.242-14.462 36.242-32.54v-74.25l-19.312 4.233c.088 0 .088 62.786.088 62.786Zm66.755 22.84c-12.434 0-21.428-10.406-21.428-22.487 0-12.081 9.083-22.487 21.428-22.487 12.434 0 21.517 10.406 21.517 22.487 0 12.081-9.083 22.487-21.517 22.487Zm1.147-61.905c-7.76 0-14.815 2.381-20.812 6.526V81.217l-18.606 4.497V188.36l18.518-4.233v-26.279c5.997 4.145 13.14 6.526 20.9 6.526 20.899 0 37.83-17.637 37.83-39.418s-16.931-39.33-37.83-39.33Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        ventilationplusrge
                        <code>[[svg_include:svg/labels/ventilationplusrge.svg]]</code>
                    </td>
                    <td>
                        <svg role="img" aria-label="Logo Ventilation plus RGE" width="604" height="250" viewBox="0 0 604 250" fill="none" xmlns="http://www.w3.org/2000/svg" class="label-ventilation-plus-rge"><path d="M574.801 86H36.3762C25.675 86 17 94.675 17 105.376V219.624C17 230.325 25.675 239 36.3762 239H574.801C585.502 239 594.177 230.325 594.177 219.624V105.376C594.177 94.675 585.502 86 574.801 86Z" fill="#A48B7C"/><path d="M569.239 146.503H557.827V135.091C557.827 129.958 553.626 125.757 548.494 125.757C543.361 125.757 539.16 129.958 539.16 135.091V146.503H527.748C522.616 146.503 518.415 150.703 518.415 155.836C518.415 160.969 522.616 165.17 527.748 165.17H539.16V176.582C539.16 181.714 543.361 185.915 548.494 185.915C553.626 185.915 557.827 181.714 557.827 176.582V165.17H569.239C574.372 165.17 578.573 160.969 578.573 155.836C578.573 150.703 574.372 146.503 569.239 146.503Z" fill="#FCFCFC"/><path d="M76.5707 137.12H86.1231L91.4948 138.016L98.6571 140.402L104.329 143.387L108.509 146.373L112.09 149.654L114.476 152.04L117.462 155.921L120.148 160.697L122.238 165.174L124.029 171.441L124.924 178.008V182.484L124.329 187.856L123.133 192.932L121.043 198.603L118.657 203.08L115.076 208.156L111.195 212.336L107.914 215.022L104.033 217.708L98.9568 220.394L93.8809 222.184L89.1047 223.379L84.0287 223.975H78.657L72.0903 223.08L66.7186 221.589L61.3469 219.203L57.1662 216.817L53.2853 213.831L49.4044 210.25L46.7186 206.969L43.7329 202.492L41.3469 198.016L38.9608 190.853L38.0655 186.077L37.7657 183.092V177.72L38.661 171.453L40.4516 165.186L42.5419 160.41L45.8233 155.038L49.4044 150.857L52.9855 147.276L57.4619 143.995L61.6426 141.609L67.0143 139.223L72.6858 137.732L76.5667 137.137L76.5707 137.12ZM80.4517 140.406L74.1847 141.001L68.5132 142.492L62.2462 145.178L58.0656 147.864L54.7842 150.55L52.3981 152.64L49.7123 155.921L47.0264 159.802L44.6404 164.279L42.55 170.25L41.6548 174.726L41.355 177.412V183.383L42.2503 189.355L43.741 194.431L45.8314 199.207L49.1127 204.283L52.3941 208.164L54.4844 210.254L58.6651 213.535L63.7411 216.521L70.008 218.907L75.3797 220.102L78.0656 220.402H84.6323L90.3038 219.507L96.275 217.716L102.246 214.73L106.427 211.745L110.308 208.164L112.994 205.178L115.979 200.702L118.965 194.435L120.456 189.359L121.351 183.092V178.016L120.456 171.749L118.665 165.777L116.279 160.702L113.294 156.225L110.012 152.644L107.027 149.658L102.846 146.673L99.2647 144.582L93.2935 142.196L88.2175 141.001L82.2463 140.406H80.4557H80.4517Z" fill="#F9F9F9"/><path d="M174.476 118.915L177.758 119.215L185.22 121.005L186.115 121.601L185.52 123.391L182.238 127.572L179.552 130.258L177.462 130.558L176.267 129.962H173.281L166.415 131.753L157.162 134.738L149.7 136.529L144.029 137.424L140.148 137.724H136.567L130.3 137.128L122.838 135.338L104.332 130.262L95.9751 128.171L88.5131 126.976L84.932 126.677H81.3509L75.0839 127.272L67.3221 128.763L56.5746 131.749L47.6218 134.434L44.936 135.03H41.9504L41.3549 134.434V130.853L42.8456 129.362L45.5315 128.167L52.9935 126.077L64.0367 123.091L70.0079 121.601L74.1886 121.005H88.2174L97.1702 122.2L105.528 123.991L113.289 126.081L122.242 128.767L128.509 130.258L132.39 130.853H140.747L148.805 129.958L157.462 128.167L165.224 125.781L170 123.691L172.986 121.9L173.881 119.215L174.476 118.915Z" fill="#FAFAFA"/><path d="M109.109 166.673L110.304 167.268L112.69 172.044L113.885 175.925L114.48 179.207V186.073L113.285 191.745L111.495 196.521L109.109 200.701L106.423 203.983L103.737 206.073L101.051 207.268H96.5747L92.9936 205.478L90.9033 203.092L89.7082 200.705L89.1127 198.615L88.5172 194.139L87.3221 191.753V190.558L89.7082 188.467L91.199 186.081L92.0943 183.096L92.3941 179.215H99.5563L98.0655 173.843L98.3653 172.352L99.8561 173.843L101.647 177.424L102.542 179.514H104.333L104.928 178.619L104.628 175.338L103.433 170.861V169.666L104.628 169.966L106.419 172.952L108.209 178.028L109.105 181.609H110L110.3 181.013V174.147L109.404 169.67L108.809 166.985L109.109 166.685V166.673Z" fill="#FBFBFB"/><path d="M78.9608 146.972H83.737L87.6179 147.568L90.8992 148.763L93.2853 150.553L95.0759 152.644L95.9711 155.629V158.015L94.7761 161.896L92.6857 164.582L89.7001 166.968L87.9095 168.459L86.4188 171.145L82.5379 169.95H78.9567L75.3756 171.145L74.1805 172.04L72.9855 171.74L70.2996 166.664V166.069L67.9136 167.86L65.5275 170.545L64.6322 170.246L64.932 168.755L67.3181 165.174L68.5131 163.683L68.2134 161.892L66.7226 161.593L64.0367 163.383L60.1558 167.264L59.2605 166.964L59.856 165.174L62.8417 160.993L66.4228 157.412H67.0183V155.921L65.2277 156.221L61.6466 158.011L57.4659 161.293L55.0799 163.979L54.1846 163.679L54.7801 161.888L57.4659 158.007L59.852 155.322L64.0327 152.04L69.1086 149.354L73.585 147.864L76.2709 147.268L78.9567 146.968L78.9608 146.972Z" fill="#FBFBFB"/><path d="M55.3796 178.911H60.4556L65.8273 181.001L69.4084 181.301L70.0039 183.391L71.199 186.673L73.2893 189.359L76.8704 191.745L76.275 193.535L73.5891 197.716L74.4844 198.311L79.2606 199.506L79.5603 200.701H71.203L70.6075 202.192L72.0983 203.683L76.8745 205.174L79.5603 206.069L79.2606 206.964H74.1846L68.8129 205.769L66.4268 205.174V206.369L69.1127 208.459L73.5891 210.55L78.9608 212.04L79.2606 213.235H74.1846L69.4084 212.34L64.932 210.55L61.6507 208.759L58.9648 206.669L55.9792 203.983L53.5931 201.297L50.9073 197.116L49.1167 193.235L48.2214 190.25V185.773L49.4165 182.788L51.8026 180.402L55.3837 178.911H55.3796Z" fill="#FBFBFB"/><path d="M176.267 151.149L179.253 151.449L184.029 152.644L185.519 153.539L185.819 155.03L184.624 157.12L181.343 160.702L178.957 162.492L178.062 162.192V161.597H175.675L170.599 163.387L163.137 166.073L155.376 168.164L148.213 169.359L144.632 169.658H141.647L137.466 169.063L134.185 167.868L132.094 166.077L131.199 164.287V161.901L131.794 161.601L136.271 162.496L144.328 163.391H148.805L153.881 162.496L160.747 160.406L170.3 156.825L174.181 154.734L175.076 154.435L175.376 151.749L176.271 151.153L176.267 151.149Z" fill="#FAFAFA"/><path d="M175.671 181.297H178.357L183.433 182.492L185.819 183.983L185.52 186.073L182.834 189.354L180.448 191.74L179.552 192.336H175.076L169.404 193.827L157.166 197.708L152.09 198.903L147.614 199.498H141.047L135.971 198.603L133.585 197.408L132.99 196.213V194.122L134.185 192.927L144.333 193.523L150.004 192.927L156.871 191.437L167.618 187.855L173.289 185.469L175.38 183.979V181.593L175.68 181.293L175.671 181.297Z" fill="#FAFAFA"/><path d="M79.2606 173.239H82.8418L85.8274 174.73L88.2134 177.416L88.8089 179.206V183.087L87.3182 186.073L84.9321 188.163L82.546 189.059H79.5604L76.5748 187.864L74.7842 186.373L73.2934 183.687L72.9937 182.196V179.81L74.1887 176.824L75.9793 174.734L78.0696 173.539L79.2647 173.239H79.2606Z" fill="#FBFBFB"/><path d="M214.468 129.257H222.724L233.342 159.231L244.11 129.257H252.358L237.158 171.449H229.413L214.468 129.257Z" fill="white"/><path d="M289.259 158.109H264.106C264.47 160.329 265.439 162.091 267.019 163.399C268.594 164.708 270.608 165.364 273.055 165.364C275.979 165.364 278.495 164.343 280.598 162.293L287.193 165.392C285.548 167.726 283.579 169.452 281.286 170.57C278.993 171.688 276.267 172.247 273.111 172.247C268.218 172.247 264.231 170.703 261.153 167.616C258.074 164.53 256.534 160.661 256.534 156.014C256.534 151.368 258.07 147.3 261.136 144.153C264.207 141.009 268.052 139.433 272.682 139.433C277.596 139.433 281.594 141.005 284.669 144.153C287.748 147.296 289.287 151.453 289.287 156.614L289.259 158.105V158.109ZM281.428 151.943C280.91 150.205 279.893 148.787 278.37 147.697C276.846 146.608 275.08 146.061 273.071 146.061C270.887 146.061 268.971 146.673 267.326 147.896C266.293 148.662 265.333 150.011 264.454 151.939H281.432L281.428 151.943Z" fill="white"/><path d="M295.655 140.24H303.486V143.436C305.26 141.937 306.869 140.9 308.311 140.312C309.753 139.729 311.228 139.433 312.735 139.433C315.83 139.433 318.455 140.515 320.61 142.674C322.425 144.509 323.332 147.224 323.332 150.821V171.445H315.587V157.781C315.587 154.058 315.42 151.582 315.084 150.359C314.752 149.136 314.169 148.204 313.338 147.564C312.508 146.924 311.483 146.604 310.264 146.604C308.68 146.604 307.322 147.134 306.188 148.192C305.054 149.253 304.264 150.72 303.826 152.591C303.595 153.563 303.482 155.674 303.482 158.923V171.441H295.651V140.235L295.655 140.24Z" fill="white"/><path d="M331.908 128.739H339.739V140.239H344.386V146.98H339.739V171.445H331.908V146.98H327.894V140.239H331.908V128.739Z" fill="white"/><path d="M351.685 127.394C353.059 127.394 354.234 127.892 355.218 128.884C356.198 129.881 356.693 131.084 356.693 132.498C356.693 133.912 356.206 135.083 355.234 136.067C354.262 137.051 353.099 137.546 351.746 137.546C350.393 137.546 349.166 137.043 348.185 136.039C347.205 135.034 346.715 133.815 346.715 132.381C346.715 130.946 347.201 129.828 348.173 128.852C349.145 127.876 350.316 127.39 351.69 127.39L351.685 127.394ZM347.772 140.24H355.603V171.445H347.772V140.24Z" fill="white"/><path d="M361.914 128.196H369.745V171.449H361.914V128.196Z" fill="white"/><path d="M399.946 140.24H407.776V171.445H399.946V168.147C398.418 169.602 396.883 170.647 395.348 171.287C393.808 171.927 392.143 172.247 390.349 172.247C386.318 172.247 382.834 170.683 379.893 167.556C376.952 164.428 375.481 160.543 375.481 155.897C375.481 151.25 376.903 147.13 379.751 144.052C382.595 140.973 386.055 139.433 390.122 139.433C391.993 139.433 393.752 139.786 395.392 140.495C397.033 141.204 398.552 142.265 399.95 143.679V140.235L399.946 140.24ZM391.714 146.664C389.295 146.664 387.282 147.519 385.682 149.233C384.082 150.942 383.28 153.138 383.28 155.816C383.28 158.494 384.094 160.73 385.722 162.472C387.351 164.214 389.356 165.081 391.738 165.081C394.12 165.081 396.235 164.226 397.855 162.512C399.476 160.803 400.286 158.558 400.286 155.787C400.286 153.017 399.476 150.874 397.855 149.192C396.235 147.511 394.189 146.669 391.71 146.669L391.714 146.664Z" fill="white"/><path d="M416.697 128.739H424.527V140.239H429.174V146.98H424.527V171.445H416.697V146.98H412.682V140.239H416.697V128.739Z" fill="white"/><path d="M436.474 127.394C437.847 127.394 439.022 127.892 440.006 128.884C440.987 129.881 441.481 131.084 441.481 132.498C441.481 133.912 440.995 135.083 440.023 136.067C439.05 137.051 437.888 137.546 436.535 137.546C435.182 137.546 433.954 137.043 432.974 136.039C431.993 135.034 431.503 133.815 431.503 132.381C431.503 130.946 431.989 129.828 432.962 128.852C433.934 127.876 435.105 127.39 436.478 127.39L436.474 127.394ZM432.561 140.24H440.391V171.445H432.561V140.24Z" fill="white"/><path d="M462.218 139.438C465.163 139.438 467.93 140.175 470.523 141.645C473.116 143.12 475.137 145.117 476.587 147.641C478.042 150.165 478.767 152.891 478.767 155.816C478.767 158.741 478.034 161.516 476.571 164.076C475.109 166.64 473.116 168.642 470.592 170.084C468.068 171.526 465.285 172.251 462.247 172.251C457.774 172.251 453.954 170.659 450.786 167.475C447.622 164.291 446.038 160.422 446.038 155.873C446.038 150.995 447.825 146.932 451.402 143.683C454.538 140.851 458.143 139.438 462.214 139.438H462.218ZM462.348 146.81C459.917 146.81 457.892 147.657 456.271 149.35C454.651 151.044 453.845 153.207 453.845 155.848C453.845 158.49 454.643 160.762 456.243 162.443C457.843 164.125 459.869 164.967 462.32 164.967C464.771 164.967 466.812 164.116 468.441 162.415C470.069 160.714 470.884 158.526 470.884 155.848C470.884 153.171 470.081 150.995 468.485 149.322C466.885 147.649 464.839 146.81 462.352 146.81H462.348Z" fill="white"/><path d="M485.224 140.24H493.055V143.436C494.829 141.937 496.438 140.9 497.88 140.312C499.322 139.729 500.796 139.433 502.303 139.433C505.398 139.433 508.024 140.515 510.179 142.674C511.994 144.509 512.901 147.224 512.901 150.821V171.445H505.155V157.781C505.155 154.058 504.989 151.582 504.653 150.359C504.321 149.136 503.738 148.204 502.907 147.564C502.077 146.924 501.052 146.604 499.832 146.604C498.248 146.604 496.891 147.134 495.757 148.192C494.623 149.253 493.833 150.72 493.395 152.591C493.164 153.563 493.051 155.674 493.051 158.923V171.441H485.22V140.235L485.224 140.24Z" fill="white"/><path d="M189.83 113.029H205.123L205.382 113.288V129.877L204.863 133.247L203.826 136.359L202.271 138.951L199.937 141.285L196.826 143.099L192.937 144.137L189.567 144.396V138.692L192.678 137.914L194.233 136.877L195.53 135.321L196.567 132.47L196.826 129.877L189.826 129.618V113.029H189.83Z" fill="#B01823"/><path d="M370.693 187.645H219.54C217.952 187.645 216.664 188.933 216.664 190.521C216.664 192.11 217.952 193.397 219.54 193.397H370.693C372.282 193.397 373.569 192.11 373.569 190.521C373.569 188.933 372.282 187.645 370.693 187.645Z" fill="#009640"/><path d="M344.539 198.141H219.54C217.952 198.141 216.664 199.429 216.664 201.017C216.664 202.606 217.952 203.894 219.54 203.894H344.539C346.128 203.894 347.416 202.606 347.416 201.017C347.416 199.429 346.128 198.141 344.539 198.141Z" fill="#94C11F"/><path d="M292.5 208.978H219.54C217.952 208.978 216.664 210.266 216.664 211.854C216.664 213.443 217.952 214.73 219.54 214.73H292.5C294.088 214.73 295.376 213.443 295.376 211.854C295.376 210.266 294.088 208.978 292.5 208.978Z" fill="#F8EA1B"/><path d="M265.828 219.81H219.54C217.952 219.81 216.664 221.098 216.664 222.686C216.664 224.275 217.952 225.563 219.54 225.563H265.828C267.416 225.563 268.704 224.275 268.704 222.686C268.704 221.098 267.416 219.81 265.828 219.81Z" fill="#E94E1A"/><g filter="url(#filter-label-ventilationplus-rge)"><path d="M160.582 67.4604C160.406 67.0195 160.317 66.314 160.141 65.6086C159.965 64.6385 159.877 63.8449 159.7 63.3158C158.73 58.8184 155.115 56.5257 151.499 56.2611C152.822 55.1147 153.792 53.5274 154.409 51.0583C154.85 49.471 154.586 47.8837 154.233 46.7373C154.056 46.2964 153.968 45.4146 153.616 44.4445C153.439 43.8273 153.351 43.2982 153.175 43.1218C153.175 42.8572 152.998 42.1518 152.91 41.5345C152.734 40.5645 152.646 39.7708 152.469 39.5063C151.764 36.0671 149.735 33.4216 147.09 32.5398C149.383 30.3352 150.265 27.1606 149.735 23.5451C149.559 23.2805 149.471 22.3987 149.295 21.6932C149.118 21.2523 149.03 20.7232 149.03 20.7232C148.854 20.2823 148.765 19.4004 148.589 18.5186C148.325 16.9313 148.325 16.314 148.148 15.7849C147.002 10.8467 142.504 7.9366 137.743 9.17117C137.478 9.17117 136.773 9.43572 136.155 9.61209C135.714 9.78846 135.185 9.87664 135.009 9.87664L133.157 10.3176C132.892 10.4939 131.834 10.5821 130.952 10.9348C130.335 11.1112 129.982 11.1994 129.806 11.1994C129.189 11.3758 127.601 11.6403 126.191 11.9049C124.603 12.1694 123.016 12.5221 122.399 12.6103L117.901 13.5803C117.46 13.7567 116.579 13.7567 115.697 13.8449L114.815 13.6685C114.198 13.8449 113.668 13.9331 113.228 13.9331C112.787 14.1094 112.258 14.1094 112.258 14.1094C107.496 15.2558 105.291 17.725 104.321 20.4587C102.293 17.725 98.8537 16.5786 95.3263 17.284C94.709 17.4604 93.4745 17.725 91.9753 17.9895C90.4762 18.2541 89.0653 18.6068 88.5362 18.695C85.538 19.4004 75.1323 22.1341 69.0477 27.5133C66.314 30.1588 63.1394 34.1271 61.8166 37.478C61.5521 38.1835 61.1111 39.3299 60.6702 40.9172C57.9365 36.6844 50.9701 27.6015 34.3916 31.217C33.4216 31.4816 31.0406 32.187 28.3069 32.628C26.2787 33.2452 23.8096 33.7743 23.2805 33.9507C22.8395 34.1271 21.5168 34.3916 20.2822 34.568C19.1358 34.8325 17.9895 35.0089 17.5485 35.1853C11.1993 36.5962 7.84836 41.7109 9.34748 47.8837C9.52384 48.3246 9.78839 49.471 10.0529 50.6174C10.3175 51.5874 10.6702 52.4692 10.6702 52.9101C10.8466 53.5274 11.2875 55.5557 11.6402 57.2311C12.0812 59.083 12.3457 60.8467 12.6103 61.5521C12.7866 62.1694 13.2275 64.1976 13.5803 65.8731C14.0212 67.4604 14.2857 68.8714 14.5503 69.4886C14.7267 70.4587 15.2558 73.1042 15.8731 75.7497C16.4903 78.4833 16.8431 80.7761 17.0194 81.8343C17.284 82.8043 17.9895 85.4498 18.6067 88.1835C19.224 90.3881 19.9295 92.9454 20.0177 93.6509C20.2822 94.7973 20.7231 97.0019 21.4286 101.499C21.4286 102.205 21.605 102.822 21.6932 103.263C22.8395 108.201 27.6014 111.199 32.5397 110.053C33.157 109.877 34.127 109.612 35.9789 109.083C36.9489 108.818 38.1835 108.466 38.6244 108.378C39.5944 108.201 41.5344 107.76 42.0635 107.76C42.3281 107.76 42.769 107.76 43.2099 107.584C45.8554 106.967 47.7955 105.291 48.8537 102.998C51.0582 104.762 53.4392 105.203 56.702 104.586C57.1429 104.409 57.672 104.321 58.0247 104.145C58.2011 104.145 58.2011 104.145 58.2893 103.968L58.7302 103.792C59.4357 103.527 62.6103 102.822 63.6685 102.469C63.933 102.293 64.8148 102.205 65.6967 102.028C66.6667 101.852 67.9013 101.587 68.4304 101.587C72.9277 100.617 75.6614 96.3846 74.6914 91.8872C74.4268 90.9172 74.0741 90.0354 73.545 88.9772C73.7214 89.1535 73.8096 89.2417 73.9859 89.2417C77.7778 92.5927 80.3351 94.6209 87.1253 95.5027C90.0353 95.9437 93.739 96.2082 97.9718 95.5027H98.1482C98.4127 95.3264 100.882 94.8855 102.469 94.5327C103.175 94.3564 103.792 94.2682 103.792 94.2682C113.492 92.0636 116.49 89.7708 118.254 88.0072C118.871 87.3017 119.4 86.6844 119.841 85.9789C122.046 87.7426 125.044 88.7126 128.042 87.8308C128.307 87.8308 129.012 87.5662 129.894 87.3899C130.511 87.2135 131.041 87.1253 131.305 86.949C131.746 86.7726 132.892 86.508 134.039 86.2435C135.185 85.9789 136.243 85.6262 136.773 85.6262C137.037 85.6262 137.478 85.4498 138.095 85.3617C138.801 85.1853 139.506 85.0971 139.859 85.0971C140.212 85.0971 141.005 84.8326 141.711 84.6562C142.328 84.4798 142.681 84.3916 143.034 84.3916C144.004 84.2153 144.621 84.1271 145.679 83.9507C146.649 83.7743 147.707 83.6862 148.677 83.3334C148.942 83.3334 149.647 83.0689 150.441 82.8925C150.882 82.7161 151.411 82.628 151.411 82.628C151.676 82.628 152.116 82.4516 152.734 82.4516C153.704 82.2752 154.497 82.187 154.586 82.187C159.083 81.217 162.787 76.8079 161.376 70.7232C161.199 70.4586 161.111 69.4004 160.758 68.5186C160.847 68.2541 160.67 67.8131 160.582 67.4604Z" fill="white"/></g><path d="M35.8025 64.4623C35.538 63.4922 34.8325 59.2594 34.6561 58.2012C34.3916 56.7903 33.6861 53.7039 37.3016 52.9984C40.2117 52.2929 42.5045 55.0266 43.3863 58.2012C43.5627 59.1712 44.3563 62.6986 44.3563 63.2277C44.3563 65.0795 43.3863 66.8432 40.9172 67.5487C40.6526 67.5487 40.2999 67.725 39.9471 67.725C37.478 67.9014 36.1553 66.2259 35.8025 64.4623ZM36.1553 38.0072C34.3916 38.4481 26.6314 40.6527 25.0441 40.7409C24.0741 41.0055 20.1059 41.7109 19.1359 41.8873C16.4022 42.5046 14.6385 44.1801 15.344 47.2665C15.5203 47.972 16.4903 51.5875 16.6667 52.2929C16.9313 53.6157 18.0777 59.524 18.4304 60.8467C18.6949 61.9931 20.1941 67.3723 20.2822 68.6951C20.7232 70.5469 22.3105 78.9243 22.9277 80.688C23.3687 82.5399 25.6614 90.8291 25.926 92.5046C26.1905 93.9155 26.896 96.7374 27.5133 101.058C27.5133 101.323 27.5133 101.676 27.6896 102.028C27.9542 103.616 29.4533 104.762 31.1288 104.321C32.0988 104.145 36.3316 102.734 37.3898 102.557C38.3598 102.381 40.7408 101.852 41.7108 101.852C41.9754 101.676 42.3281 101.852 42.6808 101.676C43.2981 101.499 44.709 100.706 44.2681 98.942C44.0918 98.3247 43.2981 95.9437 43.2981 95.5028C43.1217 94.8855 42.6808 92.5046 42.5926 91.8873C42.4163 91.1818 41.4463 87.5663 41.2699 87.1254C41.0935 86.5081 40.829 85.0972 41.9754 84.8326C42.9454 84.6563 44.6209 86.5963 45.7672 88.4481C46.2082 89.0654 46.7373 89.5945 46.9136 90.0354C47.8836 91.4464 49.2064 92.7691 50.2646 94.2683C50.7055 94.8855 52.4692 97.2665 52.9983 97.7074C53.7038 98.4129 54.321 98.8538 55.9965 98.4129C56.6138 98.2365 57.1429 98.1483 57.5838 97.972C58.5538 97.7074 62.0812 96.8256 63.0512 96.561C63.7567 96.3847 66.9313 95.8556 67.6367 95.591C68.9595 95.3265 69.6649 94.2682 69.4004 93.2982C69.224 92.5928 68.9595 91.9755 65.5203 87.919C64.903 87.3018 64.5503 86.5963 63.933 86.0672C63.4921 85.4499 62.963 84.7444 62.5221 84.039C61.5521 82.8926 56.8784 77.778 56.4374 76.5434C56.2611 75.8379 56.6138 75.397 57.4075 74.3388C59.2593 71.6933 60.1411 68.9596 60.3175 68.0778C61.4639 63.4922 61.2875 59.7003 60.3175 55.6439C60.053 54.6739 58.4657 47.531 56.4374 44.5328C53.7038 40.3 50.0882 36.4199 42.2399 36.4199C40.5644 37.1254 38.5362 37.3899 36.1553 38.0072Z" fill="url(#gradient-label-ventilationplus-rge)"/><path d="M97.09 23.545C96.1199 23.8095 91.1817 24.6914 90.2998 24.8677C88.2716 25.3086 78.5715 27.7778 73.545 32.3633C71.2522 34.3915 68.7831 38.0071 67.6367 40.2998C66.9312 41.8871 65.3439 48.1481 65.4321 51.7637C65.4321 53.0864 65.6967 54.4974 65.873 56.0847C65.873 56.7901 66.0494 57.672 66.0494 58.3774C66.2258 59.9647 66.314 61.8166 67.0194 64.0212C67.9894 68.5185 70.4586 75.1323 71.5168 77.1605C72.6632 79.4533 74.515 81.9224 76.2787 83.5097C76.9841 84.2152 77.6896 84.8325 78.3069 85.3616C81.3051 88.0952 83.0688 89.6825 88.2716 90.2998C91.1817 90.7407 94.1799 90.9171 96.9136 90.2998C97.3545 90.1235 102.293 89.1534 102.293 89.1534C104.938 88.5361 111.287 86.9489 113.757 84.6561C115.168 83.0688 115.168 81.9224 114.727 80.1587L114.109 77.5132C113.845 76.5432 112.787 71.6049 112.698 70.7231C112.434 69.7531 111.287 65.2557 111.111 64.3739C110.935 63.4039 110.141 59.4356 109.965 58.7302C109.788 58.0247 108.995 54.4974 108.995 53.9683C108.818 53.2628 108.025 49.6473 108.025 49.03C107.76 48.3245 107.407 46.7372 105.115 46.2963C104.497 46.1199 103.968 46.1199 103.351 46.2963C103.086 46.4727 101.323 46.9136 101.058 47.2663C100.088 47.5309 96.7372 48.2363 95.679 48.5891C94.9736 48.7654 91.799 49.2945 91.0935 49.5591C89.0653 50 87.6543 51.5873 87.9189 53.351C87.9189 53.6155 89.6826 62.3457 89.7707 62.8748C90.2117 64.6384 92.0635 64.7266 92.5044 64.7266C92.9453 64.7266 93.8272 64.1093 93.9154 64.1093C94.6208 63.933 96.8254 64.1093 97.3545 66.4021C97.5309 67.0194 97.7954 69.3122 97.9718 69.7531C98.1482 70.0176 98.6773 71.7813 98.6773 72.3986C99.1182 74.4268 96.9136 75.0441 95.9436 75.1323C91.6226 76.1023 89.6826 73.545 88.448 71.3404C87.478 70.194 86.6843 69.1358 85.8025 67.9894C84.8325 66.6667 84.8325 65.9612 84.6561 65.0794C84.4797 64.3739 83.6861 61.2875 83.6861 60.582C83.0688 57.8483 82.9806 56.261 83.0688 54.321C82.8924 53.6155 83.0688 52.91 82.8924 52.1164C82.6279 49.8236 82.6279 49.3827 82.8924 47.7954C83.5979 44.8854 85.1852 42.1517 91.2699 40.7407C92.2399 40.5644 93.0335 40.4762 94.0035 40.2998C94.9736 40.1235 96.0318 39.8589 97.0018 40.0353C97.6191 40.0353 98.1482 40.2998 98.5891 40.2998C99.03 40.4762 99.5591 40.2998 99.9118 40.2998C101.058 40.0353 102.646 38.5362 102.646 37.3016C102.646 36.6843 102.469 35.5379 102.205 34.3033L100.794 28.0423C100.617 27.6014 100.353 26.0141 100.353 25.7496C100.088 24.1623 98.9418 23.4568 97.6191 23.4568C97.6191 23.545 97.1782 23.545 97.09 23.545Z" fill="url(#gradient-label-ventilationplus-rge2)"/><path d="M138.977 14.8148C138.536 14.9912 136.684 15.4321 136.243 15.5203L134.392 15.9612C133.774 16.1376 131.482 16.9312 131.041 16.9312C129.894 17.1958 124.691 18.254 123.545 18.3422L119.224 19.3122C118.959 19.4886 117.813 19.5767 116.49 19.7531C115.344 20.0177 114.286 20.194 113.757 20.3704C109.259 21.3404 109.877 23.8096 110.847 28.2187C111.111 29.1887 112.258 33.8625 112.434 34.8325C113.139 37.8307 113.757 41.0935 114.286 44.2681C114.55 45.5909 116.138 51.4991 116.314 52.6455C116.578 53.7919 117.725 59.1711 117.901 60.3175C118.078 60.9348 118.871 63.6685 118.871 64.5503C119.048 65.1676 119.489 67.9894 119.577 68.8713C119.753 69.5768 120.723 73.4568 120.899 74.2505C121.164 75.6614 121.87 77.866 121.87 79.7178C122.046 79.9824 121.87 80.4233 122.046 80.6879C122.487 82.5397 124.339 83.6861 126.543 83.4215C127.161 83.2452 129.277 82.7161 129.894 82.4515C130.6 82.2752 134.48 81.3051 135.273 81.1288C135.714 80.9524 138.007 80.6879 138.272 80.5115C138.889 80.3351 141.005 79.806 141.446 79.5415C143.298 79.1006 145.238 78.836 146.914 78.5715C147.531 78.3951 149.559 77.866 149.824 77.866C150.265 77.6896 152.557 77.4251 152.822 77.2487C153.792 76.9842 155.82 75.926 155.115 72.9277C154.938 72.3104 154.145 69.7531 154.145 69.1358C153.968 68.5186 153.88 67.5485 153.704 66.4021C153.704 65.7849 153.527 65.4321 153.439 64.8148C152.822 62.1693 150.705 62.0812 149.559 62.1693C148.942 62.3457 148.413 62.4339 147.795 62.7866C147.178 63.0512 146.473 63.2275 145.767 63.4039C145.15 63.5803 144.621 63.6685 143.915 63.6685C142.945 63.8448 142.152 63.8448 141.182 63.933C140.035 64.1976 138.536 64.5503 137.743 64.5503C135.45 64.3739 135.009 62.7866 134.744 61.1111C134.127 58.4656 133.774 57.3193 134.127 56.5256C134.744 54.7619 136.42 54.2328 137.919 53.7919C138.889 53.5274 144.18 52.8219 144.974 52.4692C146.296 52.2046 147.707 51.8519 147.972 49.7355C148.148 49.2946 148.148 48.7655 147.795 48.1482C147.619 47.5309 146.825 45.1499 146.825 44.5327C146.649 43.9154 146.208 41.3581 146.12 40.7408C145.503 38.0953 144.533 37.3898 141.799 38.0071C141.358 38.1835 139.153 38.6244 139.065 38.7126C138.448 38.8889 136.067 39.3298 135.45 39.3298C135.009 39.5062 133.245 40.0353 132.716 40.0353C129.718 40.7408 128.924 37.3016 128.483 36.4198C127.866 33.7743 127.866 33.6861 128.042 33.0688C128.307 32.0988 129.189 31.217 132.54 30.3351C133.157 30.1588 135.714 29.8942 136.332 29.7178C136.773 29.5415 138.624 29.0124 139.065 29.0124C139.506 29.0124 140.388 28.836 140.476 28.7478C143.386 27.7778 143.21 25.7496 142.769 24.4268C142.593 23.8096 142.064 21.6932 142.064 21.5168C141.887 20.8113 141.358 17.1958 141.093 16.7549C140.829 15.3439 139.771 14.5503 138.448 14.5503C139.418 14.7267 139.153 14.7267 138.977 14.8148Z" fill="url(#gradient-label-ventilationplus-rge3)"/><defs><filter id="filter-label-ventilationplus-rge" x="4.9928" y="8.88794" width="160.687" height="109.409" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2232_92"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2232_92" result="shape"/></filter><linearGradient id="gradient-label-ventilationplus-rge" x1="46.1262" y1="70.4182" x2="92.6141" y2="70.4182" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-ventilationplus-rge2" x1="89.9762" y1="57.0781" x2="134.018" y2="57.0781" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient><linearGradient id="gradient-label-ventilationplus-rge3" x1="127.313" y1="49.0049" x2="167.614" y2="49.0049" gradientUnits="userSpaceOnUse"><stop stop-color="#4C3188"/><stop offset="1" stop-color="#80378A"/></linearGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        viandefrance
                        <code>[[svg_include:svg/labels/viandefrance.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo Viandes de france" width="247" height="250" fill="none" viewBox="0 0 247 250" class="label-viande-de-france"><path fill="#fff" d="M237.007 102.557s.706-.529 1.058-.881l-.441-.089C135.861 65.256 132.686 8.818 132.686 8.818 81.099 74.338 31.804 87.302 15.138 89.858c-.618.09-1.147.09-1.764.177-1.058.089-2.116.177-2.998.177-.882.088-1.411.088-1.411.088a99.77 99.77 0 0 1 8.113 8.025l.088.088c3.439 3.792 9.347 11.904 9.347 11.904l-.088-.088s-.529-.705-.882-1.058c0 0 2.646 3.616 6.438 10.229v.089c26.72 49.647 11.816 112.522 11.816 112.522 9.171-5.291 18.43-9.083 27.778-11.641-.617.265-1.235.529-1.764.794 0 0 6.967-2.293 18.342-4.056 56.526-7.408 108.202 24.074 108.202 24.074-14.992-79.718 33.509-131.57 40.652-138.625Z"/><path fill="url(#gradient-label-viande-de-france)" d="M91.152 109.788c-1.764-8.906-4.762-23.545-4.586-35.537-.264.264-.617.44-.882.705-.793.617-1.587 1.146-2.38 1.675-6.614 4.586-13.14 8.466-19.401 11.64-.088 0-.176.089-.176.089-1.235.617-2.381 1.234-3.616 1.764-.793.352-1.499.705-2.204 1.058a332.727 332.727 0 0 1-9.789 4.233 74.087 74.087 0 0 1-5.555 2.028c-1.676.617-3.351 1.146-4.674 1.587-1.852.617-3.44 1.058-4.674 1.411-1.764.529-2.822.794-2.822.794 2.822 2.645 17.02 19.4 23.016 37.301 0-.088 12.61-15.256 37.743-28.748Z"/><path fill="url(#gradient-label-viande-de-france2)" d="M124.485 98.59c.617-.177 1.146-.265 1.764-.442.176-.088.441-.088.617-.176.441-.088.794-.176 1.235-.265.264-.088.529-.088.793-.176.441-.088.794-.176 1.235-.265.264-.088.529-.088.882-.176.441-.088.793-.176 1.234-.176.265-.088.617-.088.882-.177.441-.088.794-.088 1.235-.176.352-.088.617-.088.97-.176.441-.089.881-.089 1.322-.177.353-.088.706-.088.97-.088.441-.088.882-.088 1.323-.176.353 0 .706-.089 1.058-.089.441-.088.882-.088 1.411-.176.353 0 .706-.088 1.058-.088.441-.088.97-.088 1.411-.176.353 0 .706-.089 1.059-.089.441 0 .97-.088 1.499-.088.352 0 .705-.088 1.058-.088.529 0 .97-.088 1.499-.088.353 0 .705-.088 1.058-.088.529 0 1.058-.089 1.588-.089.352 0 .705 0 1.058-.088.617 0 1.146-.088 1.763-.088h.97c.706 0 1.411-.088 2.117-.088h.617c.882 0 1.852 0 2.646-.088h3.262c1.588 0 3.087 0 4.586.088h.088c1.587 0 3.087.088 4.586.176h.441c1.499.088 2.91.177 4.409.265.176 0 .441 0 .617.088 1.499.088 2.822.264 4.321.353.265 0 .529.088.705.088l4.233.529c.265 0 .441.088.706.088 1.411.177 2.733.441 4.144.618.177 0 .353.088.618.088 1.411.264 2.733.529 4.144.793.088 0 .265.089.353.089 1.499.352 2.822.617 4.233 1.058-47.531-17.99-78.836-63.58-78.836-63.58-.088.088-.177.264-.177.352-5.291 17.372-4.232 44.268 1.235 62.963Z"/><path fill="#E20613" d="m188.33 233.774-.882-10.67s-57.319-27.866-115.873-2.645a34.53 34.53 0 0 0-1.764.793s6.967-2.293 18.342-4.056c23.281-3.88 64.551-5.997 100.177 16.578Z"/><path fill="#212C54" d="M177.395 157.937c-3.527-.794-3.968-1.235-3.968-2.205 0-1.146.882-2.028 3.527-2.028 2.028 0 4.321.882 5.644 1.763h-.088v-1.763c0-2.117-1.764-4.233-6.526-4.233-4.938 0-7.936 3.175-7.936 6.702 0 2.998 1.675 4.585 5.908 5.467 2.91.618 3.968 1.058 3.968 2.293 0 1.323-.793 2.116-3.174 2.116-2.293 0-4.762-.97-5.997-1.851h-.088v1.587c0 2.822 2.293 4.497 6.526 4.497 5.202 0 8.112-2.645 8.112-6.79-.088-3.086-1.94-4.674-5.908-5.555Zm-75.397 10.141c.353 1.851 1.411 2.204 3.263 2.204h2.381c-.882-6.966-3.792-14.638-5.644-17.813-.617-1.146-1.94-2.116-3.703-2.116h-2.029c-3.35 3.439-6.966 14.55-6.966 17.372 0 1.499.794 2.469 2.469 2.469h2.205c.264-.882.617-3.439.97-4.321h6.702c.088.882.264 1.499.352 2.205Zm-6.084-6.526c.529-2.557 1.41-4.233 2.292-5.908.794 1.587 1.676 3.263 2.205 5.908h-4.497Zm-20.9-11.199H72.37c-.618 3.439-2.293 9.259-3.792 12.522-1.5-3.175-2.734-7.408-3.263-10.053-.265-1.235-1.323-2.469-3.086-2.469h-2.91c.97 6.084 3.527 13.404 6.701 18.254.794 1.322 1.588 1.675 2.734 1.675h1.323c1.94-2.557 5.026-9.524 6.35-13.404.705-2.204 1.234-3.527 1.234-4.321-.353-1.499-1.323-2.204-2.646-2.204Zm5.379 0v16.49c0 2.028 1.147 3.351 2.293 3.351h2.822v-17.548c0-1.676-1.323-2.293-2.293-2.293h-2.822Zm81.658 4.321c2.293 0 3.087-1.323 3.087-3.175v-1.146h-10.494c-1.94 0-3.439.705-3.792 3.174a32.879 32.879 0 0 0-.441 5.291v3.263c0 5.468 2.998 8.113 8.025 8.113h2.204c3.439 0 4.409-1.146 4.409-2.91v-2.116c-1.763.44-2.821.705-4.409.705h-1.411c-2.645 0-3.615-.882-3.615-2.998v-.441h4.85c1.94 0 2.91-1.058 2.91-2.469v-1.852h-7.496c0-.882.089-2.557.177-3.439h5.996Zm-34.127 15.52V152.91c0-1.675-1.763-2.557-2.998-2.557h-2.205v11.375l-1.322-2.381-2.381-4.761c-1.323-2.646-3.175-4.057-6.085-4.057h-2.293v16.755c0 2.028 1.323 3.086 2.734 3.086h2.381v-12.169s.264.794.882 1.94l3.174 6.173c1.764 3.175 3.44 4.233 5.644 4.233h2.381v-.353h.088Zm19.93-8.995c.617-4.673-2.029-8.994-6.173-10.582-2.205-.617-9.259-.441-10.053-.441-.088.177-.176.177-.176.177v17.636c0 1.059.793 2.029 1.763 2.117.441.088.794.088 1.235.088h.088c1.235.088 3.704 0 4.85 0 4.497-.265 7.848-3.792 8.466-8.995Zm-8.29 4.321c-1.058.265-2.028.353-2.91.177v-10.935c.706-.088 1.411-.088 2.117-.088 2.381.264 4.144 2.293 4.409 5.114 0 2.822-1.323 5.027-3.616 5.732Zm-41.887 14.198v10.229c0 1.411 1.235 1.94 2.469 1.94h1.852v-5.203h3.616c.97 0 1.852-.882 1.852-2.028v-1.499h-5.468V180.6h4.145c1.499 0 1.94-1.323 1.94-2.205v-1.323h-7.055c-2.028.089-3.35.882-3.35 2.646Zm23.104 7.672c-.617-1.235-.97-1.764-1.675-2.117 1.499-.352 2.734-1.851 2.734-3.791 0-2.646-2.293-4.321-5.556-4.321h-1.675c-1.147 0-3.175-.089-4.939.352v12.17c0 1.411 1.323 2.292 2.91 2.292h1.411v-5.467c.882 0 .529.088.794.088.97.177 1.499.353 2.116 1.676l1.147 2.381c.441.97 1.234 1.587 2.557 1.587.882 0 2.116-.176 2.116-.441v-.088c0-.265-.529-.97-.97-1.852l-.97-2.469Zm-4.938-3.88c-.617 0-.882 0-1.764-.088v-3.263c.882 0 .882-.441 1.059-.441h.881c1.235 0 1.764.793 1.764 1.94-.088.794-.705 1.852-1.94 1.852Zm15.344-6.349h-1.675c-2.558 2.557-5.468 10.846-5.468 12.962 0 1.147.617 1.764 1.94 1.764h1.676c.176-.882.441-2.557.793-3.439h5.203c.177.882.353 1.235.441 1.764.265 1.411 1.058 1.763 2.557 1.763h1.94c-.705-5.202-2.91-10.934-4.409-13.227-.617-.97-1.675-1.587-2.998-1.587Zm-1.94 7.76c.441-.882 1.146-3.175 1.764-4.498.617 1.235 1.322 3.616 1.763 4.498h-3.527Zm22.399-7.76h-2.117v8.377l-.882-1.852-1.852-3.527c-1.058-2.028-2.38-2.998-4.673-2.998h-2.205v12.522c0 1.587 1.499 2.204 2.557 2.204h1.764v-9.083s.265.618.706 1.499l2.469 4.498c1.411 2.381 2.733 3.086 4.409 3.086h1.852v-12.875c.264-1.234-1.058-1.851-2.028-1.851Zm19.664 2.38c-.176 1.147-.088 2.558-.088 3.969v2.469c0 4.144 1.852 5.82 5.82 5.82h1.764c2.646 0 3.792-.529 3.792-1.852v-1.675c-1.764.352-2.469.881-3.792.881h-1.146c-2.117 0-2.91-1.058-2.91-2.557v-.882h3.792c1.499 0 2.292-.264 2.292-1.411v-1.234h-5.82c0-.882.088-1.764.177-2.558h4.585c1.764 0 2.734-1.234 2.734-2.557v-.882h-8.466c-1.499.089-2.469.618-2.734 2.469Zm-93.121 0c-.177 1.147-.441 2.558-.441 3.969v2.469c0 4.144 2.557 5.82 6.614 5.82h1.763c2.646 0 3.88-.441 3.88-1.852v-1.587c-1.763.353-2.557.793-3.88.793H84.98c-2.117 0-2.822-.97-2.822-2.557v-.882h3.792c1.499 0 2.293-.264 2.293-1.322v-1.323h-5.909c0-.882.089-1.764.177-2.558h4.585c1.764 0 2.822-1.146 2.822-2.557v-.882h-8.642c-1.41.089-2.734.618-3.086 2.469Zm-6.967-2.028c-1.763-.441-4.585-.441-5.732-.352h-2.116c-.088.088-.088.176-.088.176v13.316c0 .793.617 1.499 1.323 1.587h.97c.97.088 2.821 0 3.791 0 3.528-.176 6.173-2.822 6.702-6.878.353-3.44-1.587-6.791-4.85-7.849Zm-1.763 11.111c-.794.177-1.588.265-2.293.177V180.6a4.752 4.752 0 0 1 1.587 0c1.94.176 3.263 1.763 3.44 3.88.176 2.028-.882 3.703-2.734 4.144Zm94.532-12.081c-5.203 0-8.289 3.704-8.289 8.113 0 4.057 2.734 6.878 6.261 7.584 0 0 .705.264 2.381.176h.176c2.558-.264 4.145-1.675 4.145-3.439v-1.499h.265c-.794.882-2.558 1.411-4.321 1.411-2.47 0-4.498-1.499-4.498-4.586 0-2.469 1.852-4.232 4.409-4.232 1.764 0 3.616.529 4.41 1.411h-.265v-1.323c0-2.117-1.587-3.616-4.674-3.616Zm55.291-80.688s-65.432-20.987-89.153-79.1l-5.556 9.171c.088 0 31.129 57.143 94.709 69.93ZM47.06 226.455l9.965-3.792s10.582-63.139-30.512-112.434c-.264-.352-.529-.705-.882-1.058 0 0 2.646 3.616 6.438 10.229 10.23 18.431 28.042 59.612 14.991 107.055Zm141.358-16.402s.97-67.725 48.589-107.496c.353-.264.706-.529 1.058-.881l-.441-.089-9.964-2.469s-45.503 46.385-39.242 110.935ZM113.55 33.333S73.603 85.185 13.374 90.035c-1.058.089-2.116.177-2.998.177-.882.088-1.411.088-1.411.088a99.769 99.769 0 0 1 8.113 8.025h.088c9.788-1.852 65.785-14.463 96.384-64.992Z"/><defs><linearGradient id="gradient-label-viande-de-france" x1="72.821" x2="49.045" y1="69.563" y2="140.368" gradientUnits="userSpaceOnUse"><stop stop-color="#0555A2"/><stop offset="1" stop-color="#202F58"/></linearGradient><linearGradient id="gradient-label-viande-de-france2" x1="122.491" x2="171.349" y1="46.635" y2="109.34" gradientUnits="userSpaceOnUse"><stop stop-color="#E20613"/><stop offset="1" stop-color="#A01715"/></linearGradient></defs></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        visa
                        <code>[[svg_include:svg/labels/visa.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo VISA" width="387" height="250" fill="none" viewBox="0 0 387 250" class="label-visa"><path fill="#2566AF" d="M167.286 174.074h-25.573l15.961-98.148h25.573l-15.961 98.148Zm-47.09-98.148-24.339 67.549-2.91-14.551-8.642-44.18s-1.058-8.818-12.081-8.818h-40.3l-.44 1.675s12.345 2.558 26.719 11.2l22.222 85.273h26.631l40.653-98.148h-27.513Zm201.058 98.148h23.457l-20.459-98.148h-20.547c-9.523 0-11.816 7.32-11.816 7.32l-38.095 90.828h26.631l5.291-14.55h32.452l3.086 14.55Zm-28.131-34.656 13.404-36.772 7.584 36.772h-20.988Zm-37.301-39.859 3.615-21.076s-11.287-4.32-23.015-4.32c-12.699 0-42.769 5.555-42.769 32.539 0 25.397 35.361 25.661 35.361 38.977 0 13.316-31.746 10.935-42.152 2.557l-3.791 22.046s11.375 5.556 28.836 5.556c17.46 0 43.738-8.995 43.738-33.598 0-25.485-35.714-27.866-35.714-38.977 0-11.2 24.956-9.788 35.891-3.704Z"/><path fill="#E6A540" d="m92.947 128.924-8.642-44.18s-1.058-8.818-12.081-8.818h-40.3l-.44 1.675s19.4 4.057 37.918 19.048c17.725 14.374 23.545 32.275 23.545 32.275Z"/></svg>
                    </td>
                </tr>
        
                <tr>
                    <td>
                        visa2
                        <code>[[svg_include:svg/labels/visa2.svg]]</code>
                    </td>
                    <td>
                        <svg xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Logo VISA" width="386" height="250" fill="none" viewBox="0 0 386 250" class="label-visa2"><path fill="#1A1F71" d="M358.358 241.182H27.582c-10.141 0-18.519-8.29-18.519-18.519V27.337c0-10.141 8.29-18.519 18.519-18.519h330.776c10.141 0 18.519 8.29 18.519 18.519V222.75c-.089 10.141-8.378 18.431-18.519 18.431Z"/><path fill="#fff" d="M166.647 174.074h-25.573l15.961-98.148h25.573l-15.961 98.148Zm-47.09-98.148-24.338 67.549-2.91-14.551-8.642-44.18s-1.058-8.818-12.082-8.818h-40.3l-.44 1.675s12.346 2.558 26.72 11.2l22.222 85.273h26.631l40.653-98.148h-27.514Zm201.058 98.148h23.457l-20.458-98.148h-20.547c-9.524 0-11.817 7.32-11.817 7.32l-38.095 90.828h26.632l5.291-14.55h32.451l3.086 14.55Zm-28.13-34.656 13.404-36.772 7.584 36.772h-20.988Zm-37.302-39.859 3.616-21.076s-11.288-4.32-23.016-4.32c-12.698 0-42.769 5.555-42.769 32.539 0 25.397 35.362 25.661 35.362 38.977 0 13.316-31.746 10.935-42.152 2.557l-3.792 22.046s11.376 5.556 28.836 5.556 43.739-8.995 43.739-33.598c0-25.485-35.714-27.866-35.714-38.977 0-11.2 24.956-9.788 35.89-3.704Z"/></svg>
                    </td>
                </tr>
        
            </tbody>
        </table>
    </div>
</div>
    
Source: src/cssframework_v2/less/doc.less, line 1522