.site-footer {
  display: none;
}

.published-container {
  --graph-height: 700px;
  --logo-width: 300px; /* Set your desired width */
  --logo-height: 165px; /* Height will adjust automatically */
  --logo-max-height: 165px;
  --logo-max-width: 250px;
  --site-menu-icon-size: 160px;
  --sidebar-left-width: 300px;
  --page-width: 1000px;
  --sidebar-right-width: 400px;
}























/**─────────────────────────────────────────────────────────────────────────────────────────────────────────**/
/** ─██████──██████──██████████──██████████████──██████████──██████████████──██████──██████──██████████████─**/
/** ─██░░██──██░░██──██░░░░░░██──██░░░░░░░░░░██──██░░░░░░██──██░░░░░░░░░░██──██░░██──██░░██──██░░░░░░░░░░██─**/
/** ─██░░██──██░░██──████░░████──██░░██████████──████░░████──██░░██████░░██──██░░██──██░░██──██░░██████████─**/
/** ─██░░██──██░░██────██░░██────██░░██────────────██░░██────██░░██──██░░██──██░░██──██░░██──██░░██─────────**/
/** ─██░░██──██░░██────██░░██────██░░██────────────██░░██────██░░██──██░░██──██░░██──██░░██──██░░██████████─**/
/** ─██░░██──██░░██────██░░██────██░░██────────────██░░██────██░░██──██░░██──██░░██──██░░██──██░░░░░░░░░░██─**/
/** ─██░░██──██░░██────██░░██────██░░██────────────██░░██────██░░██──██░░██──██░░██──██░░██──██████████░░██─**/
/** ─██░░░░██░░░░██────██░░██────██░░██────────────██░░██────██░░██──██░░██──██░░██──██░░██──────────██░░██─**/
/** ─████░░░░░░████──████░░████──██░░██████████──████░░████──██░░██████░░██──██░░██████░░██──██████████░░██─**/
/** ───████░░████────██░░░░░░██──██░░░░░░░░░░██──██░░░░░░██──██░░░░░░░░░░██──██░░░░░░░░░░██──██░░░░░░░░░░██─**/
/** ─────██████──────██████████──██████████████──██████████──██████████████──██████████████──██████████████─**/
/** ────────────────────────────────────────────────────────────────────────────────────────────────────────**/

/* @settings

name: Vicious
id: vicious
settings:
    - 
        id: generalSettings
        title: General Settings
        type: heading
        level: 2
    - 
        title: Disable Scrollbar
        id: scrollbar-hide
        type: class-toggle
		default: true
		description: Turn on if you want to hide the scrollbar

    - 
        title: Disable Vibrant Indent
        id: vibrant-indents
        type: class-toggle
		default: false
		description: Turn on if you want to hide the vibrant indent
	-
		title: Disable Alternative Checkboxes
		id: disable-alternative-checkboxes
		description: Turn on if you are using your own implementation via a CSS Snippet.
		default: false
		type: class-toggle
    - 
        title: Disable Vibrant Folders
        id: vibrant-folders
        type: class-toggle		
		default: false
		description: Turn on if you want to hide the vibrant folders
    - 
		id: callout Style
		title: Callout Style
		description: Select your preferred callout style
		type: class-select
		allowEmpty: false
		default: callout-style-01
		options:
		- 
			label: Default
			value: callout-style-01
		-
			label: Static
			value: callout-style-04 
		-
			label: Vibrant
			value: callout-style-02
		- 
			label: One Color
			value: callout-style-03
    - 
        id: colors
        title: Colors
        type: heading
        level: 2
    - 
		id: boldcolors
		title: Bold Color
		description: Select your preferred **BOLD** color
		type: class-select
		allowEmpty: false
		default: bold-C002
		options:
		- 
			label: Red
			value: bold-C001
		- 
			label: Beach
			value: bold-C002
		- 
			label: Gold
			value: bold-C003
		- 
			label: Yellow
			value: bold-C004
		- 
			label: Lime
			value: bold-C005
		- 
			label: Green
			value: bold-C006
		- 
			label: Turquoise
			value: bold-C007
		- 
			label: Cyan
			value: bold-C008
		- 
			label: Purple
			value: bold-C009
		- 
			label: Violet
			value: bold-C010
		- 
			label: Pink
			value: bold-C011
	-
		id: italicscolors
		title: Italics Color
		description: Select your preferred _ITALIC_ color
		type: class-select
		allowEmpty: false
		default: itl-C003
		options:
		- 
			label: Red
			value: itl-C001
		- 
			label: Beach
			value: itl-C002
		- 
			label: Gold
			value: itl-C003
		- 
			label: Yellow
			value: itl-C004
		- 
			label: Lime
			value: itl-C005
		- 
			label: Green
			value: itl-C006
		- 
			label: Turquoise
			value: itl-C007
		- 
			label: Cyan
			value: itl-C008
		- 
			label: Purple
			value: itl-C009
		- 
			label: Violet
			value: itl-C010
		- 
			label: Pink
			value: itl-C011
	-
		id: bold-italicscolors
		title: Bold + Italics Color
		description: Select your preferred **_BOLD+ITALIC_** color
		type: class-select
		allowEmpty: false
		default: bld-itl-C001
		options:
		- 
			label: Red
			value: bld-itl-C001
		- 
			label: Beach
			value: bld-itl-C002
		- 
			label: Gold
			value: bld-itl-C003
		- 
			label: Yellow
			value: bld-itl-C004
		- 
			label: Lime
			value: bld-itl-C005
		- 
			label: Green
			value: bld-itl-C006
		- 
			label: Turquoise
			value: bld-itl-C007
		- 
			label: Cyan
			value: bld-itl-C008
		- 
			label: Purple
			value: bld-itl-C009
		- 
			label: Violet
			value: bld-itl-C010
		- 
			label: Pink
			value: bld-itl-C011
	-
		id: highlightcolors
		title: Highlight Color
		description: Select your preferred highlight color
		type: class-select
		allowEmpty: false
		default: highlight-C003
		options:
		- 
			label: Red
			value: highlight-C001
		- 
			label: Beach
			value: highlight-C002
		- 
			label: Gold
			value: highlight-C003
		- 
			label: Yellow
			value: highlight-C004
		- 
			label: Lime
			value: highlight-C005
		- 
			label: Green
			value: highlight-C006
		- 
			label: Turquoise
			value: highlight-C007
		- 
			label: Cyan
			value: highlight-C008
		- 
			label: Purple
			value: highlight-C009
		- 
			label: Violet
			value: highlight-C010
		- 
			label: Pink
			value: highlight-C011
	*/

/*================================================*/
/* Root Colors
/*================================================*/

:root {
	--800: #08090e;
	--800-RGB: 8, 9, 14;
	--700: #17181e;
	--700-RGB: 23, 24, 30;
	--600: #292a2f;
	--600-RGB: 41, 42, 47;
	--500: #4f5053;
	--500-RGB: 79, 80, 83;
	--400: #68696c;
	--400-RGB: 104, 105, 108;
	--300: #818184;
	--300-RGB: 129, 129, 132;
	--200: #e1e2e9;
	--200-RGB: 225, 226, 233;
	--100: #f1f2f5;
	--100-RGB: 241, 242, 245;
	--000: #fbfcfc;
	--000-RGB: 251, 252, 252;
	--C001: #f18196;
	--C001-RGB: 241, 129, 150;
	--C002: #f19a81;
	--C002-RGB: 241, 154, 129;
	--C003: #ebcb8b;
	--C003-RGB: 241, 201, 129;
	--C004: #e3eb8b;
	--C004-RGB: 227, 235, 139;
	--C005: #bcf181;
	--C005-RGB: 188, 241, 129;
	--C006: #8df181;
	--C006-RGB: 141, 241, 129;
	--C007: #81f1a4;
	--C007-RGB: 129, 241, 164;
	--C008: #8be3eb;
	--C008-RGB: 139, 227, 235;
	--C009: #ab8beb;
	--C009-RGB: 171, 139, 235;
	--C010: #ee81f1;
	--C010-RGB: 238, 129, 241;
	--C011: #f181c5;
	--C011-RGB: 241, 129, 197;
}

/*================================================*/
/* Both Theme
/*================================================*/

.theme-dark,
.theme-light {
	--text-on-accent: var(--800);
	--tab-outline-width: 0px;
	--radius-xl: 16px;
	--h1-size: 1.8em;
	--h2-size: 1.8em;
	--h3-size: 1.8em;
	--h4-size: 1.8em;
	--h5-size: 1.8em;
	--h6-size: 1.8em;
	--hr-thickness: 3px;
	--file-line-width: 960px;
	--ribbon-width: 48px;
	--ribbon-padding: 24px 0px;
	--callout-title-padding: 4px 12px;
	--callout-padding: 0;
	--link-decoration-hover: none;
	--link-decoration: none;
	--divider-width: 4px;
	--divider-width-hover: 4px;
	--ribbon-padding: 16px 0 0px 0;
	--tab-stacked-pane-width: 800px;
	--tab-radius-active: 0 0 0 0;
	--checklist-done-decoration: none;
	--tag-border-width: 1px;
	--tag-border-color: transparent;
	--tag-padding-x: 0.56em;
	--tag-padding-y: 0.16em;
	--tag-radius: var(--radius-xl);
	--callout-radius: var(--radius-m);
	--code-radius: var(--radius-m);
	--font-use-default: var(--default-font);
	--font-size-use-default: var(--editor-font-size);
	--indent-use-default: 3.5ch;
	--vicious-indent-font-family: var(--font-use-default);
	--vicious-indent-font-size: var(--font-size-use-default);
	--vicious-indent-width: 4.2ch;
	--vicious-left-offset: 2ch;
	--vicious-line-width: 3px;
	--vicious-color-count: 11;
	--vicious-indent-11: var(--C011);
	--vicious-indent-10: var(--C010);
	--vicious-indent-9: var(--C009);
	--vicious-indent-8: var(--C008);
	--vicious-indent-7: var(--C007);
	--vicious-indent-6: var(--C006);
	--vicious-indent-5: var(--C005);
	--vicious-indent-4: var(--C004);
	--vicious-indent-3: var(--C003);
	--vicious-indent-2: var(--C002);
	--vicious-indent-1: var(--C001);
	--link-color: var(--C001);
	--link-unresolved-color: var(--C008);
	--indentation-guide-width: 0px;
	--vicious-indent-bg-size: calc(
			var(--vicious-color-count) * var(--vicious-indent-width)
		)
		1px;
	--vicious-indent-colorful-bg: linear-gradient(
		to right,
		var(--vicious-indent-1) 0 var(--vicious-line-width),
		transparent var(--vicious-line-width)
			calc(1 * var(--vicious-indent-width)),
		var(--vicious-indent-2) calc(1 * var(--vicious-indent-width))
			calc(1 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(1 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(2 * var(--vicious-indent-width)),
		var(--vicious-indent-3) calc(2 * var(--vicious-indent-width))
			calc(2 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(2 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(3 * var(--vicious-indent-width)),
		var(--vicious-indent-4) calc(3 * var(--vicious-indent-width))
			calc(3 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(3 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(4 * var(--vicious-indent-width)),
		var(--vicious-indent-5) calc(4 * var(--vicious-indent-width))
			calc(4 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(4 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(5 * var(--vicious-indent-width)),
		var(--vicious-indent-6) calc(5 * var(--vicious-indent-width))
			calc(5 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(5 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(6 * var(--vicious-indent-width)),
		var(--vicious-indent-7) calc(6 * var(--vicious-indent-width))
			calc(6 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(6 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(7 * var(--vicious-indent-width)),
		var(--vicious-indent-8) calc(7 * var(--vicious-indent-width))
			calc(7 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(7 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(8 * var(--vicious-indent-width)),
		var(--vicious-indent-9) calc(8 * var(--vicious-indent-width))
			calc(8 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(8 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(9 * var(--vicious-indent-width)),
		var(--vicious-indent-10) calc(9 * var(--vicious-indent-width))
			calc(9 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(9 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(10 * var(--vicious-indent-width)),
		var(--vicious-indent-11) calc(10 * var(--vicious-indent-width))
			calc(10 * var(--vicious-indent-width) + var(--vicious-line-width)),
		transparent
			calc(7 * var(--vicious-indent-width) + var(--vicious-line-width))
			calc(8 * var(--vicious-indent-width))
	);
}

/*================================================*/
/* Dark Theme
/*================================================*/

.theme-dark {
	--background-secondary-alt: var(--800);
	--background-primary: var(--800);
	--ribbon-background: var(--800);
	--background-secondary: var(--800);
	--callout-content-background: var(--800);
	--interactive-normal: var(--800);
	--modal-Color: var(--800-RGB);
	--input-color: var(--800);
	--shadow-open-tabs: var(--800);
	--metadata-background-color: var(--800);
	--tab-container-background: var(--800);
	--tab-outline-color: var(--800);
	--mono-rgb-0: var(--800-RGB);
	--color-base-00: var(--800);
	--color-base-05: var(--800);
	--color-base-10: var(--700);
	--color-base-20: var(--700);
	--blockquote-background-color: var(--700);
	--th-bg: var(--700);
	--file-color-RGB: var(--700-RGB);
	--nav-color: var(--800-RGB);
	--card-color: var(--700);
	--side-dock-color: var(--700);
	--pill-background: var(--700);
	--text-selection: var(--500);
	--code-background: var(--700);
	--hr-color: var(--700);
	--background-modifier-cover: rgba(var(--800-RGB), 1);
	--background-modifier-hover: var(--700);
	--line-highlight-color: rgba(var(--700-RGB), 0);
	--heading-count-bg-color: var(--700);
	--table-border-color: var(--600);
	--color-base-25: var(--600);
	--color-base-30: var(--600);
	--interactive-hover: var(--600);
	--tab-outline-color: var(--600);
	--select-color: var(--600);
	--collapse-icon-color: var(--500);
	--color-base-35: var(--500);
	--color-base-40: var(--500);
	--text-faint: var(--400);
	--color-base-50: var(--400);
	--text-highlight-bg-rgb: var(--400-RGB);
	--color-base-60: var(--300);
	--text-muted: var(--300);
	--color-base-70: var(--200);
	--color-base-100: var(--100);
	--text-normal: var(--000);
	--metadata-label-text-color: var(--000);
	--checklist-textColor: var(--000);
	--list-marker-color: var(--000);
	--collapse-icon-color-collapsed: var(--000);
	--checklist-textColor1: var(--000) !important;
	--mono-rgb-100: var(--000-RGB);
	--callout-default: var(--000-RGB);
	--callout-error: var(--C001-RGB);
	--callout-warning: var(--C001-RGB);
	--color-red-rgb: var(--C001-RGB);
	--color-red: var(--C001);
	--callout-help: var(--C002-RGB);
	--callout-faq: var(--C002-RGB);
	--callout-question: var(--C002-RGB);
	--color-orange-rgb: var(--C002-RGB);
	--color-orange: var(--C002);
	--callout-tip: var(--C003-RGB);
	--callout-hint: var(--C003-RGB);
	--callout-bug: var(--C003-RGB);
	--color-yellow-rgb: var(--C003-RGB);
	--color-yellow: var(--C003);
	--callout-abstract: var(--C004-RGB);
	--callout-summary: var(--C004-RGB);
	--callout-tldr: var(--C004-RGB);
	--callout-info: var(--C005-RGB);
	--color-blue-rgb: var(--C005-RGB);
	--color-blue: var(--C005);
	--callout-important: var(--C006-RGB);
	--callout-success: var(--C007-RGB);
	--color-green-rgb: var(--C007-RGB);
	--color-green: var(--C007);
	--callout-todo: var(--C008-RGB);
	--callout-quote: var(--C008-RGB);
	--color-cyan-rgb: var(--C008-RGB);
	--color-cyan: var(--C008);
	--color-purple-rgb: var(--C009-RGB);
	--color-purple: var(--C009);
	--callout-example: var(--C009-RGB);
	--color-pink-rgb: var(--C010-RGB);
	--color-pink: var(--C010);
	--callout-fail: var(--C011-RGB);
	--divider-color: transparent;
	--metadata-label-background-active: transparent;
	--tab-outline-color: transparent;
	--accent-h: 39;
	--accent-s: 80%;
	--accent-l: 73%;
	--heading-count-color: var(--text-muted);
	--list-marker-color: var(--text-muted);
	--checkbox-border-color: var(--text-muted);
	--icon-color: var(--000);
	--callout-RGB: var(--600-RGB);
	--nav-item-color: var(--000);
}

/*================================================*/
/* Light Theme
/*================================================*/

.theme-light {
	--background-secondary-alt: var(--000);
	--background-primary: var(--000);
	--ribbon-background: var(--000);
	--background-secondary: var(--000);
	--callout-content-background: var(--000);
	--interactive-normal: var(--000);
	--modal-Color: var(--000-RGB);
	--input-color: var(--000);
	--shadow-open-tabs: var(--000);
	--metadata-background-color: var(--000);
	--tab-container-background: var(--000);
	--tab-outline-color: var(--000);
	--mono-rgb-0: var(--000-RGB);
	--color-base-00: var(--000);
	--color-base-05: var(--000);
	--color-base-10: var(--100);
	--color-base-20: var(--100);
	--blockquote-background-color: var(--100);
	--th-bg: var(--100);
	--file-color-RGB: var(--100-RGB);
	--card-color: var(--100);
	--side-dock-color: var(--100);
	--pill-background: var(--100);
	--text-selection: var(--200);
	--code-background: var(--100);
	--hr-color: var(--100);
	--background-modifier-cover: rgba(var(--000-RGB), 1);
	--background-modifier-hover: var(--100);
	--line-highlight-color: rgba(var(--100-RGB), 0);
	--heading-count-bg-color: var(--100);
	--table-border-color: var(--200);
	--color-base-25: var(--300);
	--color-base-30: var(--300);
	--interactive-hover: var(--200);
	--tab-outline-color: var(--300);
	--select-color: var(--200);
	--collapse-icon-color: var(--400);
	--color-base-35: var(--400);
	--color-base-40: var(--400);
	--text-faint: var(--300);
	--color-base-50: var(--500);
	--text-highlight-bg-rgb: var(--300-RGB);
	--color-base-60: var(--600);
	--nav-color: var(--000-RGB);
	--text-muted: var(--300);
	--color-base-70: var(--700);
	--color-base-100: var(--800);
	--text-normal: var(--800);
	--metadata-label-text-color: var(--800);
	--checklist-textColor: var(--800);
	--list-marker-color: var(--800);
	--collapse-icon-color-collapsed: var(--800);
	--checklist-textColor1: var(--800) !important;
	--mono-rgb-100: var(--800-RGB);
	--callout-default: var(--800-RGB);
	--callout-error: var(--C001-RGB);
	--callout-warning: var(--C001-RGB);
	--color-red-rgb: var(--C001-RGB);
	--color-red: var(--C001-RGB);
	--callout-help: var(--C002-RGB);
	--callout-faq: var(--C002-RGB);
	--callout-question: var(--C002-RGB);
	--color-orange-rgb: var(--C002-RGB);
	--color-orange: var(--C002);
	--callout-tip: var(--C003-RGB);
	--callout-hint: var(--C003-RGB);
	--callout-bug: var(--C003-RGB);
	--color-yellow-rgb: var(--C003-RGB);
	--color-yellow: var(--C003);
	--callout-abstract: var(--C004-RGB);
	--callout-summary: var(--C004-RGB);
	--callout-tldr: var(--C004-RGB);
	--callout-info: var(--C005-RGB);
	--color-blue-rgb: var(--C005-RGB);
	--color-blue: var(--C005);
	--callout-important: var(--C006-RGB);
	--callout-success: var(--C007-RGB);
	--color-green-rgb: var(--C007-RGB);
	--color-green: var(--C007);
	--callout-todo: var(--C008-RGB);
	--callout-quote: var(--C008-RGB);
	--color-cyan-rgb: var(--C008-RGB);
	--color-cyan: var(--C008);
	--color-purple-rgb: var(--C009-RGB);
	--color-purple: var(--C009);
	--callout-example: var(--C009-RGB);
	--color-pink-rgb: var(--C010-RGB);
	--color-pink: var(--C010);
	--callout-fail: var(--C011-RGB);
	--divider-color: transparent;
	--metadata-label-background-active: transparent;
	--tab-outline-color: transparent;
	--accent-h: 39;
	--accent-s: 80%;
	--accent-l: 73%;
	--heading-count-color: var(--text-muted);
	--list-marker-color: var(--text-muted);
	--checkbox-border-color: var(--text-muted);
	--icon-color: var(--800);
	--callout-RGB: var(--200-RGB);
	--nav-item-color: var(--800);
}

/*================================================*/
/* Bold
/*================================================*/

.bold-C001 .cm-strong,
.bold-C001 strong {
	color: rgb(var(--C001-RGB)) !important;
}
.bold-C002 .cm-strong,
.bold-C002 strong {
	color: rgb(var(--C002-RGB)) !important;
}
.bold-C003 .cm-strong,
.bold-C003 strong {
	color: rgb(var(--C003-RGB)) !important;
}
.bold-C004 .cm-strong,
.bold-C004 strong {
	color: rgb(var(--C004-RGB)) !important;
}
.bold-C005 .cm-strong,
.bold-C005 strong {
	color: rgb(var(--C005-RGB)) !important;
}
.bold-C006 .cm-strong,
.bold-C006 strong {
	color: rgb(var(--C006-RGB)) !important;
}
.bold-C007 .cm-strong,
.bold-C007 strong {
	color: rgb(var(--C007-RGB)) !important;
}
.bold-C008 .cm-strong,
.bold-C008 strong {
	color: rgb(var(--C008-RGB)) !important;
}
.bold-C009 .cm-strong,
.bold-C009 strong {
	color: rgb(var(--C009-RGB)) !important;
}
.bold-C010 .cm-strong,
.bold-C010 strong {
	color: rgb(var(--C010-RGB)) !important;
}
.bold-C011 .cm-strong,
.bold-C011 strong {
	color: rgb(var(--C011-RGB)) !important;
}

/*================================================*/
/* Italics
/*================================================*/

.itl-C001 .cm-em,
.itl-C001 em {
	color: rgb(var(--C001-RGB)) !important;
}
.itl-C002 .cm-em,
.itl-C002 em {
	color: rgb(var(--C002-RGB)) !important;
}
.itl-C003 .cm-em,
.itl-C003 em {
	color: rgb(var(--C003-RGB)) !important;
}
.itl-C004 .cm-em,
.itl-C004 em {
	color: rgb(var(--C004-RGB)) !important;
}
.itl-C005 .cm-em,
.itl-C005 em {
	color: rgb(var(--C005-RGB)) !important;
}
.itl-C006 .cm-em,
.itl-C006 em {
	color: rgb(var(--C006-RGB)) !important;
}
.itl-C007 .cm-em,
.itl-C007 em {
	color: rgb(var(--C007-RGB)) !important;
}
.itl-C008 .cm-em,
.itl-C008 em {
	color: rgb(var(--C008-RGB)) !important;
}
.itl-C009 .cm-em,
.itl-C009 em {
	color: rgb(var(--C009-RGB)) !important;
}
.itl-C010 .cm-em,
.itl-C010 em {
	color: rgb(var(--C010-RGB)) !important;
}
.itl-C011 .cm-em,
.itl-C011 em {
	color: rgb(var(--C011-RGB)) !important;
}

/*================================================*/
/* Bold+Italics
/*================================================*/

.bld-itl-C001 .cm-strong.cm-em,
.bld-itl-C001 strong > em {
	color: rgb(var(--C001-RGB)) !important;
}
.bld-itl-C002 .cm-strong.cm-em,
.bld-itl-C002 strong > em {
	color: rgb(var(--C002-RGB)) !important;
}
.bld-itl-C003 .cm-strong.cm-em,
.bld-itl-C003 strong > em {
	color: rgb(var(--C003-RGB)) !important;
}
.bld-itl-C004 .cm-strong.cm-em,
.bld-itl-C004 strong > em {
	color: rgb(var(--C004-RGB)) !important;
}
.bld-itl-C005 .cm-strong.cm-em,
.bld-itl-C005 strong > em {
	color: rgb(var(--C005-RGB)) !important;
}
.bld-itl-C006 .cm-strong.cm-em,
.bld-itl-C006 strong > em {
	color: rgb(var(--C006-RGB)) !important;
}
.bld-itl-C007 .cm-strong.cm-em,
.bld-itl-C007 strong > em {
	color: rgb(var(--C007-RGB)) !important;
}
.bld-itl-C008 .cm-strong.cm-em,
.bld-itl-C008 strong > em {
	color: rgb(var(--C008-RGB)) !important;
}
.bld-itl-C009 .cm-strong.cm-em,
.bld-itl-C009 strong > em {
	color: rgb(var(--C009-RGB)) !important;
}
.bld-itl-C010 .cm-strong.cm-em,
.bld-itl-C010 strong > em {
	color: rgb(var(--C010-RGB)) !important;
}
.bld-itl-C011 .cm-strong.cm-em,
.bld-itl-C011 strong > em {
	color: rgb(var(--C011-RGB)) !important;
}

/*================================================*/
/* Highlight
/*================================================*/

.cm-s-obsidian span.cm-formatting-highlight,
.cm-s-obsidian span.cm-highlight,
.markdown-preview-view mark {
	padding: 2px 4px;
	border-radius: 4px;
	color: var(--800);
}

.highlight-C001 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C001 .cm-s-obsidian span.cm-highlight,
.highlight-C001 .markdown-preview-view mark {
	background: rgb(var(--C001-RGB)) !important;
}
.highlight-C002 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C002 .cm-s-obsidian span.cm-highlight,
.highlight-C002 .markdown-preview-view mark {
	background: rgb(var(--C002-RGB)) !important;
}
.highlight-C003 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C003 .cm-s-obsidian span.cm-highlight,
.highlight-C003 .markdown-preview-view mark {
	background: rgb(var(--C003-RGB)) !important;
}
.highlight-C004 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C004 .cm-s-obsidian span.cm-highlight,
.highlight-C004 .markdown-preview-view mark {
	background: rgb(var(--C004-RGB)) !important;
}
.highlight-C005 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C005 .cm-s-obsidian span.cm-highlight,
.highlight-C005 .markdown-preview-view mark {
	background: rgb(var(--C005-RGB)) !important;
}
.highlight-C006 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C006 .cm-s-obsidian span.cm-highlight,
.highlight-C006 .markdown-preview-view mark {
	background: rgb(var(--C006-RGB)) !important;
}
.highlight-C007 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C007 .cm-s-obsidian span.cm-highlight,
.highlight-C007 .markdown-preview-view mark {
	background: rgb(var(--C007-RGB)) !important;
}
.highlight-C008 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C008 .cm-s-obsidian span.cm-highlight,
.highlight-C008 .markdown-preview-view mark {
	background: rgb(var(--C008-RGB)) !important;
}
.highlight-C009 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C009 .cm-s-obsidian span.cm-highlight,
.highlight-C009 .markdown-preview-view mark {
	background: rgb(var(--C009-RGB)) !important;
}
.highlight-C010 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C010 .cm-s-obsidian span.cm-highlight,
.highlight-C010 .markdown-preview-view mark {
	background: rgb(var(--C010-RGB)) !important;
}
.highlight-C011 .cm-s-obsidian span.cm-formatting-highlight,
.highlight-C011 .cm-s-obsidian span.cm-highlight,
.highlight-C011 .markdown-preview-view mark {
	background: rgb(var(--C011-RGB)) !important;
}

/*================================================*/
/* Workspace
/*================================================*/

.nav-file-title,
.nav-folder-title {
	margin-bottom: -1px;
}
.nav-folder.mod-root .nav-folder > .nav-folder-children,
[data-type="bookmarks"] .tree-item .tree-item-children {
	border-color: rgba(var(--colorful), 1) !important;
	border-width: 0px;
}
.tree-item-children {
	border-left: 1px solid var(--text-faint);
	margin-bottom: 1px;
}
.workspace-tab-header.is-active {
	box-shadow: none;
}

.workspace-tab-header::before,
.workspace-tab-header::after {
	display: none;
}

.workspace .mod-root .workspace-tab-header-inner::after {
	width: 0;
}

.workspace .mod-root .workspace-tab-header {
	border-radius: var(--radius-xl);
	background: var(--card-color);
	padding: 4px 16px;
}

.workspace-tab-header-container-inner {
	gap: 4px;
}

/* .view-header,
	.is-focused .workspace-leaf.mod-active .view-header {
	  background: var(--card-color);
	} */

.mod-fade:not(.mod-at-end):after {
	background: transparent;
}

.workspace-tab-header-container {
	margin: 0 0 8px 0;
}

.mod-root .workspace-tab-header-container-inner {
	padding: 0 0 0 8px;
}

.workspace-tab-header-new-tab {
	margin: 0 8px;
}

.mod-vertical .workspace-tabs {
	padding: 0 4px;
}
.modal-bg {
	background-color: rgba(var(--modal-Color), 1);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.modal-sidebar {
	background: var(--card-color);
}

.community-item {
	border-radius: var(--radius-xl);
}

.metadata-container .metadata-add-button {
	border-radius: var(--radius-xl);
	background: var(--card-color);
	padding: 0 16px 0 8px;
	margin-top: 1em;
}
input[type="search"] {
	background-color: var(--input-color);
	border-radius: var(--radius-xl);
}

.modal {
	border: 2px solid var(--card-color);
	border-radius: var(--radius-xl);
}

.vertical-tab-header {
	background-color: var(--card-color);
}

select,
.dropdown,
select:hover,
.dropdown:hover,
select:focus,
.dropdown:focus {
	background-color: var(--select-color);
	box-shadow: none;
}

.checkbox-container {
	background-color: var(--select-color);
}

.workspace-tab-container:not(:first-child)
	> .workspace-tab-header:not(:first-child) {
	margin: 0 0 0 8px;
}

.workspace
	.mod-root
	.workspace-tabs.mod-stacked
	.workspace-tab-container
	.workspace-tab-header {
	border-radius: var(--radius-xl) 0 0 var(--radius-xl);
	box-shadow: -24px 0px 56px var(--shadow-open-tabs);
	background: var(--card-color) !important;
	color: var(--text-normal);
	border: none;
}

.workspace-split.mod-root .view-content {
	background-color: var(--background-primary);
	border-radius: var(--radius-xl);
}

.view-header {
	border-radius: var(--radius-xl);
	margin: 0 0 8px 0;
}
.workspace-tabs.mod-top:has(.obsidian-banner-wrapper) {
	--file-header-border: none;
}
.is-focused,
.is-focused .sidebar-toggle-button,
.is-focused .workspace-tabs.mod-top {
	--tab-container-background: var(--background-primary);
}
.mod-left-split .workspace-tabs .workspace-leaf,
.mod-right-split .workspace-tabs .workspace-leaf,
.mod-left-split,
.mod-vertical .workspace-tab-container,
.mod-vertical,
.workspace-split.mod-vertical,
.workspace-fake-target-overlay:not(.is-in-sidebar)
	.workspace-tabs
	.workspace-leaf,
.mod-root .workspace-tabs .workspace-leaf,
.workspace-ribbon.mod-left,
.workspace-ribbon.mod-left:before {
	background-color: var(--background-primary);
}

.workspace-ribbon.mod-left {
	margin-right: 0px;
}

.side-dock-actions {
	margin-top: 0px;
}

.side-dock-actions {
	border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
	background: var(--side-dock-color);
	border-width: 0px;
	padding: 16px 0;
}

.workspace-ribbon.mod-left {
	margin-top: calc(var(--header-height) - 8px);
}

.workspace-tab-header-container,
.workspace-ribbon.mod-left:before {
	border-bottom: none;
}

.mod-vertical
	.workspace-tabs
	.workspace-tab-header-container
	.workspace-tab-header-container-inner {
	margin: 6px -5px calc(var(--tab-outline-width) * -1);
	z-index: 1;
}

.mod-left-split .workspace-tab-container,
.mod-right-split .workspace-tab-container {
	background-color: var(--background-primary);
	padding-left: 10px;
	padding-right: 10px;
}
.workspace-split .workspace-leaf-content:not([data-type="file-explorer"]),
.workspace-leaf-content[data-type="file-explorer"] {
	background-color: var(--card-color);
	border-radius: var(--radius-xl);
	border: none;
}
.is-mobile .workspace-leaf-content:is([data-type="file-explorer"]) {
	background-color: var(--800);
}

.workspace-split .workspace-leaf-content[data-type="bookmarks"],
.workspace-split .workspace-leaf-content[data-type="file-explorer"] {
	background-color: var(--background-primary);
	box-shadow: none;
	border: none;
}

.workspace-split .mod-stacked .workspace-leaf-content {
	margin-bottom: 0px;
	border-left: none;
	border-radius: 0;
	border: none;
}

.workspace-split.mod-horizontal > * {
	width: unset;
}

.workspace
	.workspace-tabs.mod-stacked
	.workspace-tab-container
	.workspace-tab-header {
	border-right: var(--tab-outline-width) dashed var(--tab-outline-color);
	border-radius: var(--radius-xl) 0px 0px var(--radius-xl);
	border-width: var(--tab-outline-width);
	border-color: var(--tab-outline-color);
	border-style: solid;
}

.workspace .workspace-tabs.mod-stacked .workspace-leaf {
	border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
}

.workspace-drop-overlay:before {
	height: calc(100% - 6px - 0 * 2);
	width: calc(100% - 6px - 0 * 2);
	margin: auto;
}

.horizontal-main-container {
	padding: 0 0 32px 0;
}

.mod-root .workspace-tabs .workspace-leaf {
	background-color: var(--card-color);
	border-radius: var(--radius-xl);
	padding: 8px;
}

.workspace-split.mod-vertical {
	gap: 4px;
}

.mod-left-split .workspace-tab-header-container-inner,
.mod-right-split .workspace-tab-header-container-inner {
	padding: 8px 12px 0px;
	margin: 0px 0 0 0;
	gap: 8px;
}

.mod-left-split .workspace-tab-header,
.mod-right-split .workspace-tab-header {
	border: 1px solid var(--table-border-color);
	border-radius: var(--radius-m);
}

/*================================================*/
/* General Styling
/*================================================*/

.scrollbar-hide *::-webkit-scrollbar {
	display: none;
}
.scrollbar-hide * {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.multi-select-pill {
	padding: var(--pill-padding-y) 4px;
}
.hover-popover .inline-title {
	display: block;
}

.inline-embed .inline-title {
	display: block;
}

.metadata-menu.fileclass-view
	.fv-fields
	.fields-container
	.type-container
	.chip {
	color: var(--text-on-accent);
}

.dataview.task-list-item:hover,
.dataview.task-list-basic-item:hover {
	box-shadow: none;
	background: none;
	color: currentColor;
}
.checklist-plugin-main {
	--checklist-textColor: var(--checklist-textColor1) !important;
}

pre.svelte-a9juqy {
	background-color: var(--card-color) !important;
	border-radius: var(--radius-xl) !important;
}

.markdown-source-view .cm-active.cm-line {
	background-color: var(--line-highlight-color);
}

.bwc-section-count {
	background-color: var(--heading-count-bg-color);
	color: var(--heading-count-color);
}

.nav-file .nav-file-title[data-path] {
	align-items: center;
}

.markdown-source-view.mod-cm6 .cm-embed-block:hover {
	box-shadow: none;
}

.markdown-source-view.mod-cm6 .edit-block-button {
	background-color: var(--background-secondary);
	border-radius: var(--radius-l);
	padding: 3px 4px;
	cursor: pointer;
	right: 2px;
	top: 2px;
}

.markdown-source-view.mod-cm6 .cm-embed-block:hover .edit-block-button:hover {
	border: 1px solid var(--background-modifer-border);
	background-color: var(--background-secondary);
	opacity: 1;
}
.dataview.task-list-item,
.dataview.task-list-basic-item {
	margin-bottom: 4px;
	transition: 0.4s;
	margin-top: 4px;
}
.markdown-source-view.mod-cm6 .task-list-item-checkbox {
	margin-right: 8px;
	top: -0.1em;
}

a.tag {
	margin-left: 4px;
}

body:not(.is-phone) .workspace-leaf.mod-active .tree-item-self.has-focus {
	box-shadow: none;
}

.embedded-backlinks,
.cm-sizer > .metadata-container {
	background-color: var(--metadata-background-color);
	border: 1px solid var(--table-border-color);
	border-radius: var(--radius-xl);
	margin-bottom: 32px;
	padding: 16px;
}

.metadata-property,
.metadata-property:hover,
.metadata-property input[type="text"]:focus {
	box-shadow: none !important;
	border: 0 !important;
}

.iconize-title-icon {
	display: none !important;
}

.metadata-property-value:focus-within {
	background-color: transparent;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-atom,
.theme-dark .cm-s-obsidian .cm-math.cm-atom,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-atom {
	color: var(--C001);
}

.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string,
.theme-dark .cm-s-obsidian .cm-math.cm-string,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string {
	color: var(--C008);
}

.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-def,
.theme-dark .cm-s-obsidian .cm-math.cm-def,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-def {
	color: var(--C009);
}

.tasksCalendar[view="month"] .wrappers:before,
.tasksCalendar[view="list"] .list:before {
	content: none !important;
}

textarea:active,
input.metadata-input-text:active,
input[type="date"]:active,
input[type="datetime-local"]:active,
input[type="text"]:active,
input[type="search"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="number"]:active,
textarea:focus,
input.metadata-input-text:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus-visible,
input.metadata-input-text:focus-visible,
input[type="date"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="text"]:focus-visible,
input[type="search"]:focus-visible,
input[type="email"]:focus-visible,
input[type="password"]:focus-visible,
input[type="number"]:focus-visible {
	box-shadow: none;
}
h1,
.markdown-rendered h1,
.cm-header-1 {
	color: var(--C001);
}
h2,
.markdown-rendered h2,
.cm-header-2 {
	color: var(--C002);
}
h3,
.markdown-rendered h3,
.cm-header-3 {
	color: var(--C003);
}
h4,
.markdown-rendered h4,
.cm-header-4 {
	color: var(--C005);
}
h5,
.markdown-rendered h5,
.cm-header-5 {
	color: var(--C008);
}
h6,
.markdown-rendered h6,
.cm-header-6 {
	color: var(--C009);
}

/*================================================*/
/* Table
/*================================================*/

.markdown-rendered table {
	margin-right: calc(50% - 100% / 2);
	margin-left: calc(50% - 100% / 2);
	border-radius: var(--radius-l);
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 0px 1px var(--table-border-color);
	-moz-box-shadow: inset 0px 0px 0px 1px var(--table-border-color);
	box-shadow: inset 0px 0px 0px 1px var(--table-border-color);
}

table,
table > tr > td,
table th,
table thead tr > th:first-child,
table thead tr > th,
table thead tr > th:last-child,
td,
th,
thead tr > th:first-child,
thead tr > th,
thead tr > th:last-child {
	text-align: center;
}

.table-view-table > thead > tr > th {
	border: 0;
}

table.table-view-table,
.table-view-table > tbody > tr > td {
	border: 1px solid var(--table-border-color);
}
.markdown-rendered th {
	-webkit-box-shadow: inset 0px 0px 0px 1px var(--table-border-color);
	-moz-box-shadow: inset 0px 0px 0px 1px var(--table-border-color);
	box-shadow: inset 0px 0px 0px 1px var(--table-border-color);
}
th,
.markdown-rendered thead tr > th:nth-child(2n + 2) {
	background-color: var(--th-bg);
	font-weight: 700;
	text-align: center;
	padding: 8px 0;
}

/*================================================*/
/* Distinctive Callouts
/*================================================*/

.callout {
	background-color: rgba(var(--callout-color), 1);
}

.callout-style-03 .callout {
	background: var(--metadata-label-text-color);
	color: var(--background-primary);
}

.callout-style-03 .callout-content {
	background: rgb(var(--metadata-label-text-color));
	color: var(--background-primary);
}

.callout-icon .svg-icon,
.callout-title-inner {
	color: var(--800);
}
.callout-style-03 .callout-icon .svg-icon,
.callout-style-03 .callout-title-inner {
	color: var(--background-primary);
}
.callout-content > p:last-child,
.callout-content > ul:last-child,
.callout-content > ol:last-child {
	margin-bottom: 0px;
}

.callout-content > p:first-child,
.callout-content > ul:first-child,
.callout-content > ol:first-child {
	margin-top: 0px;
}
.callout-style-02 .callout-content {
	background: transparent;
	color: var(--800);
}
.callout-style-04 .callout-content {
	background: rgba(var(--callout-RGB, 0.4));
	color: var(--text-color);
}

.callout-style-01 .callout-content,
.callout-style-04 .callout-content {
	border-top: 1px solid rgba(var(--callout-color), 0.64);
	padding: 8px 16px !important;
}
.callout-style-03 .callout-content {
	border-top: 1px solid var(--background-primary);
	padding: 8px 16px !important;
}
.callout-style-02 .callout-content {
	border-top: 1px solid var(--background-primary);
	padding: 8px 16px !important;
}

.callout-style-01 .callout {
	border: 1px solid rgb(var(--callout-color), 0.64);
}
.callout-style-01 .callout[data-callout="help"],
.callout-style-01 .callout[data-callout="faq"],
.callout-style-01 .callout[data-callout="question"] {
	border: 1px solid rgb(var(--callout-question), 0.64);
}

.callout-style-01 .callout[data-callout="tip"],
.callout-style-01 .callout[data-callout="hint"],
.callout-style-01 .callout[data-callout="bug"] {
	border: 1px solid rgb(var(--callout-bug), 0.64);
}

.callout-style-01 .callout[data-callout="error"],
.callout-style-01 .callout[data-callout="danger"],
.callout-style-01 .callout[data-callout="attention"],
.callout-style-01 .callout[data-callout="caution"],
.callout-style-01 .callout[data-callout="warning"] {
	border: 1px solid rgb(var(--callout-error), 0.64);
}

.callout-style-01 .callout[data-callout="example"] {
	border: 1px solid rgb(var(--callout-example), 0.64);
}

.callout-style-01 .callout[data-callout="failure"],
.callout-style-01 .callout[data-callout="missing"],
.callout-style-01 .callout[data-callout="fail"] {
	border: 1px solid rgb(var(--callout-fail), 0.64);
}

.callout-style-01 .callout[data-callout="important"] {
	border: 1px solid rgb(var(--callout-important), 0.64);
}

.callout-style-01 .callout[data-callout="info"] {
	border: 1px solid rgb(var(--callout-info), 0.64);
}

.callout-style-01 .callout[data-callout="success"],
.callout-style-01 .callout[data-callout="check"],
.callout-style-01 .callout[data-callout="done"] {
	border: 1px solid rgb(var(--callout-success), 0.64);
}

.callout-style-01 .callout[data-callout="abstract"],
.callout-style-01 .callout[data-callout="tldr"],
.callout-style-01 .callout[data-callout="summary"] {
	border: 1px solid rgb(var(--callout-summary), 0.64);
}

.callout-style-01 .callout[data-callout="todo"],
.callout-style-01 .callout[data-callout="cite"],
.callout-style-01 .callout[data-callout="quote"] {
	border: 1px solid rgb(var(--callout-todo), 0.64);
}

.callout-style-04 .callout {
	border: 1px solid rgb(var(--callout-color), 0.64);
}
.callout-style-04 .callout[data-callout="help"],
.callout-style-04 .callout[data-callout="faq"],
.callout-style-04 .callout[data-callout="question"] {
	border: 1px solid rgb(var(--callout-question), 0.64);
}

.callout-style-04 .callout[data-callout="tip"],
.callout-style-04 .callout[data-callout="hint"],
.callout-style-04 .callout[data-callout="bug"] {
	border: 1px solid rgb(var(--callout-bug), 0.64);
}

.callout-style-04 .callout[data-callout="error"],
.callout-style-04 .callout[data-callout="danger"],
.callout-style-04 .callout[data-callout="attention"],
.callout-style-04 .callout[data-callout="caution"],
.callout-style-04 .callout[data-callout="warning"] {
	border: 1px solid rgb(var(--callout-error), 0.64);
}

.callout-style-04 .callout[data-callout="example"] {
	border: 1px solid rgb(var(--callout-example), 0.64);
}

.callout-style-04 .callout[data-callout="failure"],
.callout-style-04 .callout[data-callout="missing"],
.callout-style-04 .callout[data-callout="fail"] {
	border: 1px solid rgb(var(--callout-fail), 0.64);
}

.callout-style-04 .callout[data-callout="important"] {
	border: 1px solid rgb(var(--callout-important), 0.64);
}

.callout-style-04 .callout[data-callout="info"] {
	border: 1px solid rgb(var(--callout-info), 0.64);
}

.callout-style-04 .callout[data-callout="success"],
.callout-style-04 .callout[data-callout="check"],
.callout-style-04 .callout[data-callout="done"] {
	border: 1px solid rgb(var(--callout-success), 0.64);
}

.callout-style-04 .callout[data-callout="abstract"],
.callout-style-04 .callout[data-callout="tldr"],
.callout-style-04 .callout[data-callout="summary"] {
	border: 1px solid rgb(var(--callout-summary), 0.64);
}

.callout-style-04 .callout[data-callout="todo"],
.callout-style-04 .callout[data-callout="cite"],
.callout-style-04 .callout[data-callout="quote"] {
	border: 1px solid rgb(var(--callout-todo), 0.64);
}

/*================================================*/
/* File Icon
/*================================================*/

.nav-file .nav-file-title[data-path]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5051)'%3E%3Cpath d='M53.1977 14.7639L43.9071 5.46788C42.1773 3.72958 40.12 2.35143 37.8543 1.4131C35.5886 0.474781 33.1594 -0.0050983 30.7071 0.0012135H18.6671C15.1322 0.00544779 11.7432 1.41157 9.24366 3.91113C6.74409 6.4107 5.33797 9.79963 5.33374 13.3345V50.6679C5.33797 54.2028 6.74409 57.5917 9.24366 60.0913C11.7432 62.5909 15.1322 63.997 18.6671 64.0012H45.3337C48.8687 63.997 52.2576 62.5909 54.7572 60.0913C57.2567 57.5917 58.6628 54.2028 58.6671 50.6679V27.9612C58.6737 25.509 58.1937 23.0799 57.2549 20.8145C56.316 18.5491 54.937 16.4925 53.1977 14.7639ZM49.4271 18.5345C50.2414 19.3723 50.9416 20.3137 51.5097 21.3345H40.0004C39.2932 21.3345 38.6149 21.0536 38.1148 20.5535C37.6147 20.0534 37.3337 19.3751 37.3337 18.6679V7.15855C38.3549 7.72634 39.2972 8.42564 40.1364 9.23855L49.4271 18.5345ZM53.3337 50.6679C53.3337 52.7896 52.4909 54.8244 50.9906 56.3247C49.4903 57.825 47.4555 58.6679 45.3337 58.6679H18.6671C16.5453 58.6679 14.5105 57.825 13.0102 56.3247C11.5099 54.8244 10.6671 52.7896 10.6671 50.6679V13.3345C10.6671 11.2128 11.5099 9.17798 13.0102 7.67769C14.5105 6.1774 16.5453 5.33455 18.6671 5.33455H30.7071C31.1444 5.33455 31.5684 5.41988 32.0004 5.45988V18.6679C32.0004 20.7896 32.8433 22.8244 34.3435 24.3247C35.8438 25.825 37.8787 26.6679 40.0004 26.6679H53.2084C53.2484 27.0999 53.3337 27.5212 53.3337 27.9612V50.6679Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5051'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	background-color: var(--icon-color);
	content: "";
	display: flex;
	width: 16px;
	height: 16px;
	margin-left: -20px;
	position: absolute;
}
.workspace-leaf-content:not([data-type="search"])
	.tree-item
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4904)'%3E%3Cpath d='M45.3337 37.3333C45.3337 38.0405 45.0528 38.7188 44.5527 39.2189C44.0526 39.719 43.3743 40 42.6671 40H21.3337C20.6265 40 19.9482 39.719 19.4481 39.2189C18.948 38.7188 18.6671 38.0405 18.6671 37.3333C18.6671 36.6261 18.948 35.9478 19.4481 35.4477C19.9482 34.9476 20.6265 34.6666 21.3337 34.6666H42.6671C43.3743 34.6666 44.0526 34.9476 44.5527 35.4477C45.0528 35.9478 45.3337 36.6261 45.3337 37.3333ZM34.6671 45.3333H21.3337C20.6265 45.3333 19.9482 45.6143 19.4481 46.1143C18.948 46.6144 18.6671 47.2927 18.6671 48C18.6671 48.7072 18.948 49.3855 19.4481 49.8856C19.9482 50.3857 20.6265 50.6666 21.3337 50.6666H34.6671C35.3743 50.6666 36.0526 50.3857 36.5527 49.8856C37.0528 49.3855 37.3337 48.7072 37.3337 48C37.3337 47.2927 37.0528 46.6144 36.5527 46.1143C36.0526 45.6143 35.3743 45.3333 34.6671 45.3333ZM58.6671 27.96V50.6666C58.6628 54.2016 57.2567 57.5905 54.7572 60.0901C52.2576 62.5896 48.8687 63.9957 45.3337 64H18.6671C15.1322 63.9957 11.7432 62.5896 9.24366 60.0901C6.74409 57.5905 5.33797 54.2016 5.33374 50.6666V13.3333C5.33797 9.79838 6.74409 6.40946 9.24366 3.90989C11.7432 1.41032 15.1322 0.0042042 18.6671 -3.00896e-05H30.7071C33.1594 -0.00634189 35.5886 0.473537 37.8543 1.41186C40.12 2.35019 42.1773 3.72834 43.9071 5.46664L53.1977 14.7626C54.937 16.4913 56.316 18.5479 57.2549 20.8132C58.1937 23.0786 58.6737 25.5078 58.6671 27.96ZM40.1364 9.2373C39.2972 8.4244 38.3549 7.7251 37.3337 7.1573V18.6666C37.3337 19.3739 37.6147 20.0522 38.1148 20.5523C38.6149 21.0524 39.2932 21.3333 40.0004 21.3333H51.5097C50.9416 20.3125 50.2414 19.371 49.4271 18.5333L40.1364 9.2373ZM53.3337 27.96C53.3337 27.52 53.2484 27.0986 53.2084 26.6666H40.0004C37.8787 26.6666 35.8438 25.8238 34.3435 24.3235C32.8433 22.8232 32.0004 20.7884 32.0004 18.6666V5.45864C31.5684 5.41864 31.1444 5.3333 30.7071 5.3333H18.6671C16.5453 5.3333 14.5105 6.17616 13.0102 7.67645C11.5099 9.17674 10.6671 11.2116 10.6671 13.3333V50.6666C10.6671 52.7884 11.5099 54.8232 13.0102 56.3235C14.5105 57.8238 16.5453 58.6666 18.6671 58.6666H45.3337C47.4555 58.6666 49.4903 57.8238 50.9906 56.3235C52.4909 54.8232 53.3337 52.7884 53.3337 50.6666V27.96Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4904'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	display: flex;
	flex-basis: 100%;
	height: 16px;
	width: 16px;
}

/*================================================*/
/* Folder Icon
/*================================================*/

.workspace-leaf-content:not([data-type="search"])
	.nav-folder.mod-root
	.nav-folder
	> .nav-folder-children
	:is(.nav-file, .nav-folder) {
	margin-left: var(--size-2-1);
}

.workspace-leaf-content:not([data-type="search"]) .tree-item .nav-folder-title {
	align-items: center;
}

.workspace-leaf-content:not([data-type="search"])
	.tree-item
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-folder {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M60.1 11.9C57.6 9.39995 54.2 7.99995 50.7 7.99995H33.3C32.9 7.99995 32.5 7.89995 32.1 7.69995L23.7 3.49995C22.6 2.89995 21.4 2.69995 20.1 2.69995H13.4C9.9 2.69995 6.5 4.09995 4 6.59995C1.5 9.09995 0 12.5 0 16V48C0 51.5 1.4 54.9 3.9 57.4C6.4 59.9 9.8 61.2999 13.3 61.2999H50.6C54.1 61.2999 57.5 59.9 60 57.4C62.5 54.9 63.9 51.5 63.9 48V21.2999C64 17.7999 62.6 14.4 60.1 11.9ZM58.7 48C58.7 50.0999 57.9 52.2 56.4 53.7C54.9 55.2 52.8 56 50.7 56H13.3C11.2 56 9.1 55.2 7.6 53.7C6.1 52.2 5.3 50.2 5.3 48V24V18.7V16C5.3 13.9 6.1 11.8 7.6 10.3C9.2 8.79995 11.2 7.99995 13.3 7.99995H20C20.4 7.99995 20.8 8.09995 21.2 8.29995L29.6 12.5C30.7 13.1 31.9 13.4 33.2 13.4H50.6C52.2 13.4 53.8 13.9 55.1 14.8C56.4 15.7 57.4 17 58 18.4C58.6 20.4 58.6 23.7 58.6 23.7V48H58.7Z' fill='%2308090E'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	display: flex;
	flex-basis: 100%;
	height: 16px;
	width: 16px;
}

.workspace-leaf-content:not([data-type="search"]) .tree-item .collapse-icon {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M60.1 11.9C57.6 9.39995 54.2 7.99995 50.7 7.99995H33.3C32.9 7.99995 32.5 7.89995 32.1 7.69995L23.7 3.49995C22.6 2.89995 21.4 2.69995 20.1 2.69995H13.4C9.9 2.69995 6.5 4.09995 4 6.59995C1.5 9.09995 0 12.5 0 16V48C0 51.5 1.4 54.9 3.9 57.4C6.4 59.9 9.8 61.2999 13.3 61.2999H50.6C54.1 61.2999 57.5 59.9 60 57.4C62.5 54.9 63.9 51.5 63.9 48V21.2999C64 17.7999 62.6 14.4 60.1 11.9ZM58.7 48C58.7 50.0999 57.9 52.2 56.4 53.7C54.9 55.2 52.8 56 50.7 56H13.3C11.2 56 9.1 55.2 7.6 53.7C6.1 52.2 5.3 50.2 5.3 48V24V18.7V16C5.3 13.9 6.1 11.8 7.6 10.3C9.2 8.79995 11.2 7.99995 13.3 7.99995H20C20.4 7.99995 20.8 8.09995 21.2 8.29995L29.6 12.5C30.7 13.1 31.9 13.4 33.2 13.4H50.6C52.2 13.4 53.8 13.9 55.1 14.8C56.4 15.7 57.4 17 58 18.4C58.6 20.4 58.6 23.7 58.6 23.7V48H58.7Z' fill='%2308090E'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	display: flex;
	flex-basis: 100%;
	height: 16px;
	width: 16px;
}

.workspace-leaf-content:not([data-type="search"])
	.tree-item.is-collapsed
	.collapse-icon {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5026)'%3E%3Cpath d='M50.6667 8.00081H33.2587C32.8462 8.00353 32.4386 7.91234 32.0667 7.73414L23.6507 3.51014C22.5397 2.95693 21.3157 2.6685 20.0747 2.66747H13.3333C9.79841 2.67171 6.40949 4.07782 3.90992 6.57739C1.41035 9.07696 0.00423429 12.4659 0 16.0008L0 48.0008C0.00423429 51.5357 1.41035 54.9247 3.90992 57.4242C6.40949 59.9238 9.79841 61.3299 13.3333 61.3341H50.6667C54.2016 61.3299 57.5905 59.9238 60.0901 57.4242C62.5897 54.9247 63.9958 51.5357 64 48.0008V21.3341C63.9958 17.7992 62.5897 14.4103 60.0901 11.9107C57.5905 9.41116 54.2016 8.00504 50.6667 8.00081ZM13.3333 8.00081H20.0747C20.4871 7.99808 20.8947 8.08928 21.2667 8.26747L29.6827 12.4781C30.7925 13.036 32.0165 13.329 33.2587 13.3341H50.6667C52.2614 13.3367 53.819 13.8159 55.1395 14.7102C56.46 15.6044 57.483 16.8729 58.0773 18.3528L5.33333 18.6515V16.0008C5.33333 13.8791 6.17619 11.8442 7.67648 10.344C9.17677 8.84366 11.2116 8.00081 13.3333 8.00081ZM50.6667 56.0008H13.3333C11.2116 56.0008 9.17677 55.158 7.67648 53.6577C6.17619 52.1574 5.33333 50.1225 5.33333 48.0008V23.9848L58.6667 23.6835V48.0008C58.6667 50.1225 57.8238 52.1574 56.3235 53.6577C54.8232 55.158 52.7884 56.0008 50.6667 56.0008Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5026'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.workspace-leaf-content:not([data-type="search"])
	.tree-item
	.collapse-icon
	svg {
	display: none;
}
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".mp3"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".wav"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".m4a"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".ogg"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".flac"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".3gp"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".mp4"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".ogv"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".mov"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".mkv"].is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".css"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".js"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".webm"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".svg"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".bmp"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".jpg"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".gif"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".webp"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".jpeg"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".png"]
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-file {
	display: none !important;
}

/*================================================*/
/* Canvas Icon
/*================================================*/

.nav-file .nav-file-title[data-path$=".canvas"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5169)'%3E%3Cpath d='M18.6667 0H10.6667C7.83769 0 5.12458 1.12381 3.12419 3.12419C1.12381 5.12458 0 7.83769 0 10.6667L0 18.6667C0 21.4956 1.12381 24.2088 3.12419 26.2091C5.12458 28.2095 7.83769 29.3333 10.6667 29.3333H18.6667C21.4956 29.3333 24.2088 28.2095 26.2091 26.2091C28.2095 24.2088 29.3333 21.4956 29.3333 18.6667V10.6667C29.3333 7.83769 28.2095 5.12458 26.2091 3.12419C24.2088 1.12381 21.4956 0 18.6667 0V0ZM24 18.6667C24 20.0812 23.4381 21.4377 22.4379 22.4379C21.4377 23.4381 20.0812 24 18.6667 24H10.6667C9.25218 24 7.89562 23.4381 6.89543 22.4379C5.89524 21.4377 5.33333 20.0812 5.33333 18.6667V10.6667C5.33333 9.25218 5.89524 7.89562 6.89543 6.89543C7.89562 5.89524 9.25218 5.33333 10.6667 5.33333H18.6667C20.0812 5.33333 21.4377 5.89524 22.4379 6.89543C23.4381 7.89562 24 9.25218 24 10.6667V18.6667Z' fill='%2308090E'/%3E%3Cpath d='M53.3329 0H45.3329C42.5039 0 39.7908 1.12381 37.7904 3.1242C35.7901 5.12459 34.6663 7.8377 34.6663 10.6667V18.6667C34.6663 21.4957 35.7901 24.2088 37.7904 26.2092C39.7908 28.2095 42.5039 29.3334 45.3329 29.3334H53.3329C56.1619 29.3334 58.875 28.2095 60.8754 26.2092C62.8757 24.2088 63.9996 21.4957 63.9996 18.6667V10.6667C63.9996 7.8377 62.8757 5.12459 60.8754 3.1242C58.875 1.12381 56.1619 0 53.3329 0V0ZM58.6662 18.6667C58.6662 20.0812 58.1043 21.4377 57.1041 22.4379C56.1039 23.4381 54.7474 24 53.3329 24H45.3329C43.9184 24 42.5619 23.4381 41.5617 22.4379C40.5615 21.4377 39.9996 20.0812 39.9996 18.6667V10.6667C39.9996 9.25218 40.5615 7.89563 41.5617 6.89543C42.5619 5.89524 43.9184 5.33334 45.3329 5.33334H53.3329C54.7474 5.33334 56.1039 5.89524 57.1041 6.89543C58.1043 7.89563 58.6662 9.25218 58.6662 10.6667V18.6667Z' fill='%2308090E'/%3E%3Cpath d='M18.6667 34.6667H10.6667C7.83769 34.6667 5.12458 35.7905 3.12419 37.7909C1.12381 39.7912 0 42.5044 0 45.3333L0 53.3333C0 56.1623 1.12381 58.8754 3.12419 60.8758C5.12458 62.8762 7.83769 64 10.6667 64H18.6667C21.4956 64 24.2088 62.8762 26.2091 60.8758C28.2095 58.8754 29.3333 56.1623 29.3333 53.3333V45.3333C29.3333 42.5044 28.2095 39.7912 26.2091 37.7909C24.2088 35.7905 21.4956 34.6667 18.6667 34.6667ZM24 53.3333C24 54.7478 23.4381 56.1044 22.4379 57.1046C21.4377 58.1048 20.0812 58.6667 18.6667 58.6667H10.6667C9.25218 58.6667 7.89562 58.1048 6.89543 57.1046C5.89524 56.1044 5.33333 54.7478 5.33333 53.3333V45.3333C5.33333 43.9188 5.89524 42.5623 6.89543 41.5621C7.89562 40.5619 9.25218 40 10.6667 40H18.6667C20.0812 40 21.4377 40.5619 22.4379 41.5621C23.4381 42.5623 24 43.9188 24 45.3333V53.3333Z' fill='%2308090E'/%3E%3Cpath d='M53.3329 34.6667H45.3329C42.5039 34.6667 39.7908 35.7905 37.7904 37.7909C35.7901 39.7912 34.6663 42.5044 34.6663 45.3333V53.3333C34.6663 56.1623 35.7901 58.8754 37.7904 60.8758C39.7908 62.8762 42.5039 64 45.3329 64H53.3329C56.1619 64 58.875 62.8762 60.8754 60.8758C62.8757 58.8754 63.9996 56.1623 63.9996 53.3333V45.3333C63.9996 42.5044 62.8757 39.7912 60.8754 37.7909C58.875 35.7905 56.1619 34.6667 53.3329 34.6667ZM58.6662 53.3333C58.6662 54.7478 58.1043 56.1044 57.1041 57.1046C56.1039 58.1048 54.7474 58.6667 53.3329 58.6667H45.3329C43.9184 58.6667 42.5619 58.1048 41.5617 57.1046C40.5615 56.1044 39.9996 54.7478 39.9996 53.3333V45.3333C39.9996 43.9188 40.5615 42.5623 41.5617 41.5621C42.5619 40.5619 43.9184 40 45.3329 40H53.3329C54.7474 40 56.1039 40.5619 57.1041 41.5621C58.1043 42.5623 58.6662 43.9188 58.6662 45.3333V53.3333Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5169'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
}

.workspace-leaf-content:not([data-type="search"])
	.tree-item
	.is-clickable
	> .tree-item-icon
	> svg.svg-icon.lucide-layout-dashboard {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5169)'%3E%3Cpath d='M18.6667 0H10.6667C7.83769 0 5.12458 1.12381 3.12419 3.12419C1.12381 5.12458 0 7.83769 0 10.6667L0 18.6667C0 21.4956 1.12381 24.2088 3.12419 26.2091C5.12458 28.2095 7.83769 29.3333 10.6667 29.3333H18.6667C21.4956 29.3333 24.2088 28.2095 26.2091 26.2091C28.2095 24.2088 29.3333 21.4956 29.3333 18.6667V10.6667C29.3333 7.83769 28.2095 5.12458 26.2091 3.12419C24.2088 1.12381 21.4956 0 18.6667 0V0ZM24 18.6667C24 20.0812 23.4381 21.4377 22.4379 22.4379C21.4377 23.4381 20.0812 24 18.6667 24H10.6667C9.25218 24 7.89562 23.4381 6.89543 22.4379C5.89524 21.4377 5.33333 20.0812 5.33333 18.6667V10.6667C5.33333 9.25218 5.89524 7.89562 6.89543 6.89543C7.89562 5.89524 9.25218 5.33333 10.6667 5.33333H18.6667C20.0812 5.33333 21.4377 5.89524 22.4379 6.89543C23.4381 7.89562 24 9.25218 24 10.6667V18.6667Z' fill='%2308090E'/%3E%3Cpath d='M53.3329 0H45.3329C42.5039 0 39.7908 1.12381 37.7904 3.1242C35.7901 5.12459 34.6663 7.8377 34.6663 10.6667V18.6667C34.6663 21.4957 35.7901 24.2088 37.7904 26.2092C39.7908 28.2095 42.5039 29.3334 45.3329 29.3334H53.3329C56.1619 29.3334 58.875 28.2095 60.8754 26.2092C62.8757 24.2088 63.9996 21.4957 63.9996 18.6667V10.6667C63.9996 7.8377 62.8757 5.12459 60.8754 3.1242C58.875 1.12381 56.1619 0 53.3329 0V0ZM58.6662 18.6667C58.6662 20.0812 58.1043 21.4377 57.1041 22.4379C56.1039 23.4381 54.7474 24 53.3329 24H45.3329C43.9184 24 42.5619 23.4381 41.5617 22.4379C40.5615 21.4377 39.9996 20.0812 39.9996 18.6667V10.6667C39.9996 9.25218 40.5615 7.89563 41.5617 6.89543C42.5619 5.89524 43.9184 5.33334 45.3329 5.33334H53.3329C54.7474 5.33334 56.1039 5.89524 57.1041 6.89543C58.1043 7.89563 58.6662 9.25218 58.6662 10.6667V18.6667Z' fill='%2308090E'/%3E%3Cpath d='M18.6667 34.6667H10.6667C7.83769 34.6667 5.12458 35.7905 3.12419 37.7909C1.12381 39.7912 0 42.5044 0 45.3333L0 53.3333C0 56.1623 1.12381 58.8754 3.12419 60.8758C5.12458 62.8762 7.83769 64 10.6667 64H18.6667C21.4956 64 24.2088 62.8762 26.2091 60.8758C28.2095 58.8754 29.3333 56.1623 29.3333 53.3333V45.3333C29.3333 42.5044 28.2095 39.7912 26.2091 37.7909C24.2088 35.7905 21.4956 34.6667 18.6667 34.6667ZM24 53.3333C24 54.7478 23.4381 56.1044 22.4379 57.1046C21.4377 58.1048 20.0812 58.6667 18.6667 58.6667H10.6667C9.25218 58.6667 7.89562 58.1048 6.89543 57.1046C5.89524 56.1044 5.33333 54.7478 5.33333 53.3333V45.3333C5.33333 43.9188 5.89524 42.5623 6.89543 41.5621C7.89562 40.5619 9.25218 40 10.6667 40H18.6667C20.0812 40 21.4377 40.5619 22.4379 41.5621C23.4381 42.5623 24 43.9188 24 45.3333V53.3333Z' fill='%2308090E'/%3E%3Cpath d='M53.3329 34.6667H45.3329C42.5039 34.6667 39.7908 35.7905 37.7904 37.7909C35.7901 39.7912 34.6663 42.5044 34.6663 45.3333V53.3333C34.6663 56.1623 35.7901 58.8754 37.7904 60.8758C39.7908 62.8762 42.5039 64 45.3329 64H53.3329C56.1619 64 58.875 62.8762 60.8754 60.8758C62.8757 58.8754 63.9996 56.1623 63.9996 53.3333V45.3333C63.9996 42.5044 62.8757 39.7912 60.8754 37.7909C58.875 35.7905 56.1619 34.6667 53.3329 34.6667ZM58.6662 53.3333C58.6662 54.7478 58.1043 56.1044 57.1041 57.1046C56.1039 58.1048 54.7474 58.6667 53.3329 58.6667H45.3329C43.9184 58.6667 42.5619 58.1048 41.5617 57.1046C40.5615 56.1044 39.9996 54.7478 39.9996 53.3333V45.3333C39.9996 43.9188 40.5615 42.5623 41.5617 41.5621C42.5619 40.5619 43.9184 40 45.3329 40H53.3329C54.7474 40 56.1039 40.5619 57.1041 41.5621C58.1043 42.5623 58.6662 43.9188 58.6662 45.3333V53.3333Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5169'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	display: flex;
	flex-basis: 100%;
	height: 16px;
	width: 16px;
}

/*================================================*/
/* Markdown Icon
/*================================================*/

.nav-file .nav-file-title[data-path$=".md"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4904)'%3E%3Cpath d='M45.3337 37.3333C45.3337 38.0405 45.0528 38.7188 44.5527 39.2189C44.0526 39.719 43.3743 40 42.6671 40H21.3337C20.6265 40 19.9482 39.719 19.4481 39.2189C18.948 38.7188 18.6671 38.0405 18.6671 37.3333C18.6671 36.6261 18.948 35.9478 19.4481 35.4477C19.9482 34.9476 20.6265 34.6666 21.3337 34.6666H42.6671C43.3743 34.6666 44.0526 34.9476 44.5527 35.4477C45.0528 35.9478 45.3337 36.6261 45.3337 37.3333ZM34.6671 45.3333H21.3337C20.6265 45.3333 19.9482 45.6143 19.4481 46.1143C18.948 46.6144 18.6671 47.2927 18.6671 48C18.6671 48.7072 18.948 49.3855 19.4481 49.8856C19.9482 50.3857 20.6265 50.6666 21.3337 50.6666H34.6671C35.3743 50.6666 36.0526 50.3857 36.5527 49.8856C37.0528 49.3855 37.3337 48.7072 37.3337 48C37.3337 47.2927 37.0528 46.6144 36.5527 46.1143C36.0526 45.6143 35.3743 45.3333 34.6671 45.3333ZM58.6671 27.96V50.6666C58.6628 54.2016 57.2567 57.5905 54.7572 60.0901C52.2576 62.5896 48.8687 63.9957 45.3337 64H18.6671C15.1322 63.9957 11.7432 62.5896 9.24366 60.0901C6.74409 57.5905 5.33797 54.2016 5.33374 50.6666V13.3333C5.33797 9.79838 6.74409 6.40946 9.24366 3.90989C11.7432 1.41032 15.1322 0.0042042 18.6671 -3.00896e-05H30.7071C33.1594 -0.00634189 35.5886 0.473537 37.8543 1.41186C40.12 2.35019 42.1773 3.72834 43.9071 5.46664L53.1977 14.7626C54.937 16.4913 56.316 18.5479 57.2549 20.8132C58.1937 23.0786 58.6737 25.5078 58.6671 27.96ZM40.1364 9.2373C39.2972 8.4244 38.3549 7.7251 37.3337 7.1573V18.6666C37.3337 19.3739 37.6147 20.0522 38.1148 20.5523C38.6149 21.0524 39.2932 21.3333 40.0004 21.3333H51.5097C50.9416 20.3125 50.2414 19.371 49.4271 18.5333L40.1364 9.2373ZM53.3337 27.96C53.3337 27.52 53.2484 27.0986 53.2084 26.6666H40.0004C37.8787 26.6666 35.8438 25.8238 34.3435 24.3235C32.8433 22.8232 32.0004 20.7884 32.0004 18.6666V5.45864C31.5684 5.41864 31.1444 5.3333 30.7071 5.3333H18.6671C16.5453 5.3333 14.5105 6.17616 13.0102 7.67645C11.5099 9.17674 10.6671 11.2116 10.6671 13.3333V50.6666C10.6671 52.7884 11.5099 54.8232 13.0102 56.3235C14.5105 57.8238 16.5453 58.6666 18.6671 58.6666H45.3337C47.4555 58.6666 49.4903 57.8238 50.9906 56.3235C52.4909 54.8232 53.3337 52.7884 53.3337 50.6666V27.96Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4904'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
}

/*================================================*/
/* Code Files
/*================================================*/

.nav-file .nav-file-title[data-path$=".js"]::before,
.nav-file .nav-file-title[data-path$=".css"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5110)'%3E%3Cpath d='M50.6667 2.66687H13.3333C9.79841 2.6711 6.40949 4.07722 3.90992 6.57679C1.41035 9.07636 0.00423429 12.4653 0 16.0002L0 48.0002C0.00423429 51.5351 1.41035 54.9241 3.90992 57.4236C6.40949 59.9232 9.79841 61.3293 13.3333 61.3335H50.6667C54.2016 61.3293 57.5905 59.9232 60.0901 57.4236C62.5897 54.9241 63.9958 51.5351 64 48.0002V16.0002C63.9958 12.4653 62.5897 9.07636 60.0901 6.57679C57.5905 4.07722 54.2016 2.6711 50.6667 2.66687ZM13.3333 8.0002H50.6667C52.7884 8.0002 54.8232 8.84306 56.3235 10.3433C57.8238 11.8436 58.6667 13.8785 58.6667 16.0002V18.6669H5.33333V16.0002C5.33333 13.8785 6.17619 11.8436 7.67648 10.3433C9.17677 8.84306 11.2116 8.0002 13.3333 8.0002ZM50.6667 56.0002H13.3333C11.2116 56.0002 9.17677 55.1574 7.67648 53.6571C6.17619 52.1568 5.33333 50.1219 5.33333 48.0002V24.0002H58.6667V48.0002C58.6667 50.1219 57.8238 52.1568 56.3235 53.6571C54.8232 55.1574 52.7884 56.0002 50.6667 56.0002ZM50.6667 34.6669C50.6667 35.3741 50.3857 36.0524 49.8856 36.5525C49.3855 37.0526 48.7072 37.3335 48 37.3335H16C15.2928 37.3335 14.6145 37.0526 14.1144 36.5525C13.6143 36.0524 13.3333 35.3741 13.3333 34.6669C13.3333 33.9596 13.6143 33.2814 14.1144 32.7813C14.6145 32.2812 15.2928 32.0002 16 32.0002H48C48.7072 32.0002 49.3855 32.2812 49.8856 32.7813C50.3857 33.2814 50.6667 33.9596 50.6667 34.6669ZM40 45.3335C40 46.0408 39.719 46.7191 39.219 47.2192C38.7189 47.7193 38.0406 48.0002 37.3333 48.0002H16C15.2928 48.0002 14.6145 47.7193 14.1144 47.2192C13.6143 46.7191 13.3333 46.0408 13.3333 45.3335C13.3333 44.6263 13.6143 43.948 14.1144 43.4479C14.6145 42.9478 15.2928 42.6669 16 42.6669H37.3333C38.0406 42.6669 38.7189 42.9478 39.219 43.4479C39.719 43.948 40 44.6263 40 45.3335ZM8 13.3335C8 12.8061 8.1564 12.2905 8.44942 11.852C8.74243 11.4135 9.15891 11.0717 9.64618 10.8699C10.1334 10.668 10.6696 10.6152 11.1869 10.7181C11.7042 10.821 12.1793 11.075 12.5523 11.4479C12.9252 11.8209 13.1792 12.296 13.2821 12.8133C13.385 13.3306 13.3322 13.8668 13.1303 14.354C12.9285 14.8413 12.5867 15.2578 12.1482 15.5508C11.7097 15.8438 11.1941 16.0002 10.6667 16.0002C9.95942 16.0002 9.28115 15.7193 8.78105 15.2192C8.28095 14.7191 8 14.0408 8 13.3335ZM16 13.3335C16 12.8061 16.1564 12.2905 16.4494 11.852C16.7424 11.4135 17.1589 11.0717 17.6462 10.8699C18.1334 10.668 18.6696 10.6152 19.1869 10.7181C19.7042 10.821 20.1793 11.075 20.5523 11.4479C20.9252 11.8209 21.1792 12.296 21.2821 12.8133C21.385 13.3306 21.3322 13.8668 21.1303 14.354C20.9285 14.8413 20.5867 15.2578 20.1482 15.5508C19.7097 15.8438 19.1941 16.0002 18.6667 16.0002C17.9594 16.0002 17.2811 15.7193 16.781 15.2192C16.281 14.7191 16 14.0408 16 13.3335ZM24 13.3335C24 12.8061 24.1564 12.2905 24.4494 11.852C24.7424 11.4135 25.1589 11.0717 25.6462 10.8699C26.1334 10.668 26.6696 10.6152 27.1869 10.7181C27.7042 10.821 28.1793 11.075 28.5523 11.4479C28.9252 11.8209 29.1792 12.296 29.2821 12.8133C29.385 13.3306 29.3322 13.8668 29.1303 14.354C28.9285 14.8413 28.5867 15.2578 28.1482 15.5508C27.7097 15.8438 27.1941 16.0002 26.6667 16.0002C25.9594 16.0002 25.2811 15.7193 24.781 15.2192C24.281 14.7191 24 14.0408 24 13.3335Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5110'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
}
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".js"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".css"]
	.is-clickable
	> .tree-item-icon::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5110)'%3E%3Cpath d='M50.6667 2.66687H13.3333C9.79841 2.6711 6.40949 4.07722 3.90992 6.57679C1.41035 9.07636 0.00423429 12.4653 0 16.0002L0 48.0002C0.00423429 51.5351 1.41035 54.9241 3.90992 57.4236C6.40949 59.9232 9.79841 61.3293 13.3333 61.3335H50.6667C54.2016 61.3293 57.5905 59.9232 60.0901 57.4236C62.5897 54.9241 63.9958 51.5351 64 48.0002V16.0002C63.9958 12.4653 62.5897 9.07636 60.0901 6.57679C57.5905 4.07722 54.2016 2.6711 50.6667 2.66687ZM13.3333 8.0002H50.6667C52.7884 8.0002 54.8232 8.84306 56.3235 10.3433C57.8238 11.8436 58.6667 13.8785 58.6667 16.0002V18.6669H5.33333V16.0002C5.33333 13.8785 6.17619 11.8436 7.67648 10.3433C9.17677 8.84306 11.2116 8.0002 13.3333 8.0002ZM50.6667 56.0002H13.3333C11.2116 56.0002 9.17677 55.1574 7.67648 53.6571C6.17619 52.1568 5.33333 50.1219 5.33333 48.0002V24.0002H58.6667V48.0002C58.6667 50.1219 57.8238 52.1568 56.3235 53.6571C54.8232 55.1574 52.7884 56.0002 50.6667 56.0002ZM50.6667 34.6669C50.6667 35.3741 50.3857 36.0524 49.8856 36.5525C49.3855 37.0526 48.7072 37.3335 48 37.3335H16C15.2928 37.3335 14.6145 37.0526 14.1144 36.5525C13.6143 36.0524 13.3333 35.3741 13.3333 34.6669C13.3333 33.9596 13.6143 33.2814 14.1144 32.7813C14.6145 32.2812 15.2928 32.0002 16 32.0002H48C48.7072 32.0002 49.3855 32.2812 49.8856 32.7813C50.3857 33.2814 50.6667 33.9596 50.6667 34.6669ZM40 45.3335C40 46.0408 39.719 46.7191 39.219 47.2192C38.7189 47.7193 38.0406 48.0002 37.3333 48.0002H16C15.2928 48.0002 14.6145 47.7193 14.1144 47.2192C13.6143 46.7191 13.3333 46.0408 13.3333 45.3335C13.3333 44.6263 13.6143 43.948 14.1144 43.4479C14.6145 42.9478 15.2928 42.6669 16 42.6669H37.3333C38.0406 42.6669 38.7189 42.9478 39.219 43.4479C39.719 43.948 40 44.6263 40 45.3335ZM8 13.3335C8 12.8061 8.1564 12.2905 8.44942 11.852C8.74243 11.4135 9.15891 11.0717 9.64618 10.8699C10.1334 10.668 10.6696 10.6152 11.1869 10.7181C11.7042 10.821 12.1793 11.075 12.5523 11.4479C12.9252 11.8209 13.1792 12.296 13.2821 12.8133C13.385 13.3306 13.3322 13.8668 13.1303 14.354C12.9285 14.8413 12.5867 15.2578 12.1482 15.5508C11.7097 15.8438 11.1941 16.0002 10.6667 16.0002C9.95942 16.0002 9.28115 15.7193 8.78105 15.2192C8.28095 14.7191 8 14.0408 8 13.3335ZM16 13.3335C16 12.8061 16.1564 12.2905 16.4494 11.852C16.7424 11.4135 17.1589 11.0717 17.6462 10.8699C18.1334 10.668 18.6696 10.6152 19.1869 10.7181C19.7042 10.821 20.1793 11.075 20.5523 11.4479C20.9252 11.8209 21.1792 12.296 21.2821 12.8133C21.385 13.3306 21.3322 13.8668 21.1303 14.354C20.9285 14.8413 20.5867 15.2578 20.1482 15.5508C19.7097 15.8438 19.1941 16.0002 18.6667 16.0002C17.9594 16.0002 17.2811 15.7193 16.781 15.2192C16.281 14.7191 16 14.0408 16 13.3335ZM24 13.3335C24 12.8061 24.1564 12.2905 24.4494 11.852C24.7424 11.4135 25.1589 11.0717 25.6462 10.8699C26.1334 10.668 26.6696 10.6152 27.1869 10.7181C27.7042 10.821 28.1793 11.075 28.5523 11.4479C28.9252 11.8209 29.1792 12.296 29.2821 12.8133C29.385 13.3306 29.3322 13.8668 29.1303 14.354C28.9285 14.8413 28.5867 15.2578 28.1482 15.5508C27.7097 15.8438 27.1941 16.0002 26.6667 16.0002C25.9594 16.0002 25.2811 15.7193 24.781 15.2192C24.281 14.7191 24 14.0408 24 13.3335Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5110'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	display: flex;
	flex-basis: 100%;
	height: 16px;
	width: 16px;
}

/*================================================*/
/* Photos Icon
/*================================================*/

.nav-file .nav-file-title[data-path$=".webm"]::before,
.nav-file .nav-file-title[data-path$=".svg"]::before,
.nav-file .nav-file-title[data-path$=".bmp"]::before,
.nav-file .nav-file-title[data-path$=".jpg"]::before,
.nav-file .nav-file-title[data-path$=".gif"]::before,
.nav-file .nav-file-title[data-path$=".webp"]::before,
.nav-file .nav-file-title[data-path$=".jpeg"]::before,
.nav-file .nav-file-title[data-path$=".png"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5099)'%3E%3Cpath d='M50.6667 0H13.3333C9.79841 0.00423429 6.40949 1.41035 3.90992 3.90992C1.41035 6.40949 0.00423429 9.79841 0 13.3333L0 50.6667C0.00423429 54.2016 1.41035 57.5905 3.90992 60.0901C6.40949 62.5897 9.79841 63.9958 13.3333 64H50.6667C54.2016 63.9958 57.5905 62.5897 60.0901 60.0901C62.5897 57.5905 63.9958 54.2016 64 50.6667V13.3333C63.9958 9.79841 62.5897 6.40949 60.0901 3.90992C57.5905 1.41035 54.2016 0.00423429 50.6667 0V0ZM13.3333 5.33333H50.6667C52.7884 5.33333 54.8232 6.17619 56.3235 7.67648C57.8238 9.17677 58.6667 11.2116 58.6667 13.3333V50.6667C58.6621 51.8546 58.3886 53.0261 57.8667 54.0933L33.432 29.6587C32.1938 28.4202 30.7238 27.4377 29.1059 26.7675C27.488 26.0972 25.7539 25.7522 24.0027 25.7522C22.2514 25.7522 20.5173 26.0972 18.8994 26.7675C17.2815 27.4377 15.8115 28.4202 14.5733 29.6587L5.33333 38.896V13.3333C5.33333 11.2116 6.17619 9.17677 7.67648 7.67648C9.17677 6.17619 11.2116 5.33333 13.3333 5.33333ZM13.3333 58.6667C11.2116 58.6667 9.17677 57.8238 7.67648 56.3235C6.17619 54.8232 5.33333 52.7884 5.33333 50.6667V46.4373L18.3413 33.4293C19.0843 32.6859 19.9664 32.0962 20.9373 31.6938C21.9083 31.2915 22.949 31.0844 24 31.0844C25.051 31.0844 26.0917 31.2915 27.0627 31.6938C28.0336 32.0962 28.9157 32.6859 29.6587 33.4293L54.0933 57.8667C53.0261 58.3886 51.8546 58.6621 50.6667 58.6667H13.3333Z' fill='%2308090E'/%3E%3Cpath d='M42.6671 27.9991C44.513 27.9991 46.3175 27.4517 47.8524 26.4261C49.3873 25.4006 50.5835 23.9429 51.2899 22.2374C51.9964 20.532 52.1812 18.6554 51.8211 16.8449C51.4609 15.0344 50.572 13.3714 49.2667 12.0661C47.9614 10.7608 46.2984 9.87187 44.4879 9.51174C42.6774 9.15161 40.8008 9.33644 39.0954 10.0429C37.3899 10.7493 35.9322 11.9456 34.9067 13.4804C33.8811 15.0153 33.3337 16.8198 33.3337 18.6657C33.3337 21.1411 34.3171 23.5151 36.0674 25.2654C37.8178 27.0157 40.1917 27.9991 42.6671 27.9991ZM42.6671 14.6657C43.4582 14.6657 44.2316 14.9003 44.8894 15.3399C45.5472 15.7794 46.0598 16.4041 46.3626 17.135C46.6653 17.8659 46.7446 18.6702 46.5902 19.4461C46.4359 20.222 46.0549 20.9348 45.4955 21.4942C44.9361 22.0536 44.2234 22.4345 43.4474 22.5889C42.6715 22.7432 41.8672 22.664 41.1363 22.3613C40.4054 22.0585 39.7807 21.5458 39.3412 20.888C38.9017 20.2302 38.6671 19.4569 38.6671 18.6657C38.6671 17.6049 39.0885 16.5875 39.8386 15.8373C40.5888 15.0872 41.6062 14.6657 42.6671 14.6657Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5099'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
}
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".webm"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".svg"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".bmp"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".jpg"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".gif"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".webp"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".jpeg"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".png"]
	.is-clickable
	> .tree-item-icon::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5099)'%3E%3Cpath d='M50.6667 0H13.3333C9.79841 0.00423429 6.40949 1.41035 3.90992 3.90992C1.41035 6.40949 0.00423429 9.79841 0 13.3333L0 50.6667C0.00423429 54.2016 1.41035 57.5905 3.90992 60.0901C6.40949 62.5897 9.79841 63.9958 13.3333 64H50.6667C54.2016 63.9958 57.5905 62.5897 60.0901 60.0901C62.5897 57.5905 63.9958 54.2016 64 50.6667V13.3333C63.9958 9.79841 62.5897 6.40949 60.0901 3.90992C57.5905 1.41035 54.2016 0.00423429 50.6667 0V0ZM13.3333 5.33333H50.6667C52.7884 5.33333 54.8232 6.17619 56.3235 7.67648C57.8238 9.17677 58.6667 11.2116 58.6667 13.3333V50.6667C58.6621 51.8546 58.3886 53.0261 57.8667 54.0933L33.432 29.6587C32.1938 28.4202 30.7238 27.4377 29.1059 26.7675C27.488 26.0972 25.7539 25.7522 24.0027 25.7522C22.2514 25.7522 20.5173 26.0972 18.8994 26.7675C17.2815 27.4377 15.8115 28.4202 14.5733 29.6587L5.33333 38.896V13.3333C5.33333 11.2116 6.17619 9.17677 7.67648 7.67648C9.17677 6.17619 11.2116 5.33333 13.3333 5.33333ZM13.3333 58.6667C11.2116 58.6667 9.17677 57.8238 7.67648 56.3235C6.17619 54.8232 5.33333 52.7884 5.33333 50.6667V46.4373L18.3413 33.4293C19.0843 32.6859 19.9664 32.0962 20.9373 31.6938C21.9083 31.2915 22.949 31.0844 24 31.0844C25.051 31.0844 26.0917 31.2915 27.0627 31.6938C28.0336 32.0962 28.9157 32.6859 29.6587 33.4293L54.0933 57.8667C53.0261 58.3886 51.8546 58.6621 50.6667 58.6667H13.3333Z' fill='%2308090E'/%3E%3Cpath d='M42.6671 27.9991C44.513 27.9991 46.3175 27.4517 47.8524 26.4261C49.3873 25.4006 50.5835 23.9429 51.2899 22.2374C51.9964 20.532 52.1812 18.6554 51.8211 16.8449C51.4609 15.0344 50.572 13.3714 49.2667 12.0661C47.9614 10.7608 46.2984 9.87187 44.4879 9.51174C42.6774 9.15161 40.8008 9.33644 39.0954 10.0429C37.3899 10.7493 35.9322 11.9456 34.9067 13.4804C33.8811 15.0153 33.3337 16.8198 33.3337 18.6657C33.3337 21.1411 34.3171 23.5151 36.0674 25.2654C37.8178 27.0157 40.1917 27.9991 42.6671 27.9991ZM42.6671 14.6657C43.4582 14.6657 44.2316 14.9003 44.8894 15.3399C45.5472 15.7794 46.0598 16.4041 46.3626 17.135C46.6653 17.8659 46.7446 18.6702 46.5902 19.4461C46.4359 20.222 46.0549 20.9348 45.4955 21.4942C44.9361 22.0536 44.2234 22.4345 43.4474 22.5889C42.6715 22.7432 41.8672 22.664 41.1363 22.3613C40.4054 22.0585 39.7807 21.5458 39.3412 20.888C38.9017 20.2302 38.6671 19.4569 38.6671 18.6657C38.6671 17.6049 39.0885 16.5875 39.8386 15.8373C40.5888 15.0872 41.6062 14.6657 42.6671 14.6657Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5099'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	display: flex;
	flex-basis: 100%;
	height: 16px;
	width: 16px;
}

/*================================================*/
/* Video Icon
/*================================================*/

.nav-file .nav-file-title[data-path$=".mp4"]::before,
.nav-file .nav-file-title[data-path$=".ogv"]::before,
.nav-file .nav-file-title[data-path$=".mov"]::before,
.nav-file .nav-file-title[data-path$=".mkv"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5045)'%3E%3Cpath d='M50.6667 0H13.3333C9.79841 0.00423429 6.40949 1.41035 3.90992 3.90992C1.41035 6.40949 0.00423429 9.79841 0 13.3333L0 50.6667C0.00423429 54.2016 1.41035 57.5905 3.90992 60.0901C6.40949 62.5897 9.79841 63.9958 13.3333 64H50.6667C54.2016 63.9958 57.5905 62.5897 60.0901 60.0901C62.5897 57.5905 63.9958 54.2016 64 50.6667V13.3333C63.9958 9.79841 62.5897 6.40949 60.0901 3.90992C57.5905 1.41035 54.2016 0.00423429 50.6667 0V0ZM53.3333 29.3333H58.6667V34.6667H53.3333V29.3333ZM53.3333 24V18.6667H58.6667V24H53.3333ZM48 29.3333H16V5.33333H48V29.3333ZM10.6667 34.6667H5.33333V29.3333H10.6667V34.6667ZM10.6667 24H5.33333V18.6667H10.6667V24ZM5.33333 40H10.6667V45.3333H5.33333V40ZM16 34.6667H48V58.6667H16V34.6667ZM53.3333 40H58.6667V45.3333H53.3333V40ZM58.6667 13.3333H53.3333V5.824C54.8878 6.37356 56.2344 7.38995 57.1891 8.73414C58.1438 10.0783 58.6598 11.6846 58.6667 13.3333ZM10.6667 5.824V13.3333H5.33333C5.34017 11.6846 5.85622 10.0783 6.8109 8.73414C7.76558 7.38995 9.11224 6.37356 10.6667 5.824ZM5.33333 50.6667H10.6667V58.176C9.11224 57.6264 7.76558 56.6101 6.8109 55.2659C5.85622 53.9217 5.34017 52.3154 5.33333 50.6667ZM53.3333 58.176V50.6667H58.6667C58.6598 52.3154 58.1438 53.9217 57.1891 55.2659C56.2344 56.6101 54.8878 57.6264 53.3333 58.176Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5045'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
}
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".mp4"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".ogv"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".mov"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".mkv"].is-clickable
	> .tree-item-icon::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5045)'%3E%3Cpath d='M50.6667 0H13.3333C9.79841 0.00423429 6.40949 1.41035 3.90992 3.90992C1.41035 6.40949 0.00423429 9.79841 0 13.3333L0 50.6667C0.00423429 54.2016 1.41035 57.5905 3.90992 60.0901C6.40949 62.5897 9.79841 63.9958 13.3333 64H50.6667C54.2016 63.9958 57.5905 62.5897 60.0901 60.0901C62.5897 57.5905 63.9958 54.2016 64 50.6667V13.3333C63.9958 9.79841 62.5897 6.40949 60.0901 3.90992C57.5905 1.41035 54.2016 0.00423429 50.6667 0V0ZM53.3333 29.3333H58.6667V34.6667H53.3333V29.3333ZM53.3333 24V18.6667H58.6667V24H53.3333ZM48 29.3333H16V5.33333H48V29.3333ZM10.6667 34.6667H5.33333V29.3333H10.6667V34.6667ZM10.6667 24H5.33333V18.6667H10.6667V24ZM5.33333 40H10.6667V45.3333H5.33333V40ZM16 34.6667H48V58.6667H16V34.6667ZM53.3333 40H58.6667V45.3333H53.3333V40ZM58.6667 13.3333H53.3333V5.824C54.8878 6.37356 56.2344 7.38995 57.1891 8.73414C58.1438 10.0783 58.6598 11.6846 58.6667 13.3333ZM10.6667 5.824V13.3333H5.33333C5.34017 11.6846 5.85622 10.0783 6.8109 8.73414C7.76558 7.38995 9.11224 6.37356 10.6667 5.824ZM5.33333 50.6667H10.6667V58.176C9.11224 57.6264 7.76558 56.6101 6.8109 55.2659C5.85622 53.9217 5.34017 52.3154 5.33333 50.6667ZM53.3333 58.176V50.6667H58.6667C58.6598 52.3154 58.1438 53.9217 57.1891 55.2659C56.2344 56.6101 54.8878 57.6264 53.3333 58.176Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5045'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	display: flex;
	flex-basis: 100%;
	height: 16px;
	width: 16px;
}

/*================================================*/
/* Audio Icon
/*================================================*/

.nav-file .nav-file-title[data-path$=".mp3"]::before,
.nav-file .nav-file-title[data-path$=".wav"]::before,
.nav-file .nav-file-title[data-path$=".m4a"]::before,
.nav-file .nav-file-title[data-path$=".ogg"]::before,
.nav-file .nav-file-title[data-path$=".flac"]::before,
.nav-file .nav-file-title[data-path$=".3gp"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5138)'%3E%3Cpath d='M55.4847 11.4414C55.237 11.1936 54.9428 10.9971 54.6191 10.863C54.2954 10.7289 53.9485 10.6599 53.5981 10.6599C53.2477 10.6599 52.9007 10.7289 52.577 10.863C52.2533 10.9971 51.9592 11.1936 51.7114 11.4414C51.4637 11.6892 51.2671 11.9833 51.133 12.307C50.9989 12.6307 50.9299 12.9777 50.9299 13.3281C50.9299 13.6784 50.9989 14.0254 51.133 14.3491C51.2671 14.6728 51.4637 14.967 51.7114 15.2147C56.1566 19.6705 58.6531 25.7074 58.6531 32.0014C58.6531 38.2953 56.1566 44.3323 51.7114 48.7881C51.211 49.2884 50.9299 49.9671 50.9299 50.6747C50.9299 51.3824 51.211 52.061 51.7114 52.5614C52.2118 53.0618 52.8904 53.3429 53.5981 53.3429C54.3057 53.3429 54.9844 53.0618 55.4847 52.5614C60.9295 47.1042 63.9873 39.7102 63.9873 32.0014C63.9873 24.2926 60.9295 16.8985 55.4847 11.4414Z' fill='%2308090E'/%3E%3Cpath d='M48.2671 19.4421C48.0194 19.1934 47.7251 18.996 47.401 18.8612C47.077 18.7263 46.7295 18.6565 46.3785 18.6559C46.0275 18.6553 45.6798 18.7238 45.3553 18.8575C45.0308 18.9913 44.7358 19.1877 44.4871 19.4354C44.2385 19.6832 44.0411 19.9775 43.9062 20.3015C43.7713 20.6256 43.7016 20.973 43.7009 21.324C43.7003 21.675 43.7688 22.0227 43.9026 22.3473C44.0363 22.6718 44.2327 22.9668 44.4805 23.2154C46.8078 25.5463 48.115 28.7055 48.115 31.9994C48.115 35.2933 46.8078 38.4525 44.4805 40.7834C44.2327 41.032 44.0363 41.327 43.9026 41.6515C43.7688 41.9761 43.7003 42.3238 43.7009 42.6748C43.7016 43.0258 43.7713 43.3732 43.9062 43.6973C44.0411 44.0213 44.2385 44.3156 44.4871 44.5634C44.9893 45.0638 45.6696 45.3442 46.3785 45.3429C46.7295 45.3423 47.077 45.2725 47.401 45.1376C47.7251 45.0028 48.0194 44.8053 48.2671 44.5567C51.5933 41.2241 53.4614 36.7079 53.4614 31.9994C53.4614 27.2909 51.5933 22.7747 48.2671 19.4421Z' fill='%2308090E'/%3E%3Cpath d='M36.8533 0.533915C28.7448 2.0573 21.5325 6.64018 16.7093 13.3339H13.3333C9.79885 13.3396 6.41074 14.7461 3.91147 17.2454C1.41221 19.7447 0.00564165 23.1328 0 26.6672L0 37.3339C0.00564165 40.8684 1.41221 44.2565 3.91147 46.7558C6.41074 49.255 9.79885 50.6616 13.3333 50.6672H16.7093C21.5334 57.36 28.7453 61.9426 36.8533 63.4672C37.0123 63.4983 37.174 63.5135 37.336 63.5126C38.0432 63.5126 38.7215 63.2316 39.2216 62.7315C39.7217 62.2314 40.0027 61.5532 40.0027 60.8459V3.16325C40.0037 2.77161 39.9184 2.38455 39.7529 2.0296C39.5873 1.67465 39.3457 1.36051 39.045 1.10951C38.7444 0.858509 38.3922 0.676812 38.0134 0.57733C37.6346 0.477849 37.2385 0.463026 36.8533 0.533915ZM34.6667 57.4272C28.785 55.5523 23.7277 51.7106 20.344 46.5472C20.1022 46.1753 19.7715 45.8696 19.3818 45.6577C18.992 45.4458 18.5556 45.3346 18.112 45.3339H13.3333C11.2116 45.3339 9.17677 44.4911 7.67648 42.9908C6.17619 41.4905 5.33333 39.4557 5.33333 37.3339V26.6672C5.33333 24.5455 6.17619 22.5107 7.67648 21.0104C9.17677 19.5101 11.2116 18.6672 13.3333 18.6672H18.1333C18.5764 18.6672 19.0126 18.5567 19.4023 18.3458C19.792 18.1349 20.123 17.8302 20.3653 17.4592C23.7421 12.2972 28.7917 8.45377 34.6667 6.57392V57.4272Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5138'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
}
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".mp3"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".wav"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".m4a"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".ogg"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".flac"].is-clickable
	> .tree-item-icon::before,
.workspace-leaf-content:not([data-type="search"])
	.tree-item[data-path$=".3gp"].is-clickable
	> .tree-item-icon::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5138)'%3E%3Cpath d='M55.4847 11.4414C55.237 11.1936 54.9428 10.9971 54.6191 10.863C54.2954 10.7289 53.9485 10.6599 53.5981 10.6599C53.2477 10.6599 52.9007 10.7289 52.577 10.863C52.2533 10.9971 51.9592 11.1936 51.7114 11.4414C51.4637 11.6892 51.2671 11.9833 51.133 12.307C50.9989 12.6307 50.9299 12.9777 50.9299 13.3281C50.9299 13.6784 50.9989 14.0254 51.133 14.3491C51.2671 14.6728 51.4637 14.967 51.7114 15.2147C56.1566 19.6705 58.6531 25.7074 58.6531 32.0014C58.6531 38.2953 56.1566 44.3323 51.7114 48.7881C51.211 49.2884 50.9299 49.9671 50.9299 50.6747C50.9299 51.3824 51.211 52.061 51.7114 52.5614C52.2118 53.0618 52.8904 53.3429 53.5981 53.3429C54.3057 53.3429 54.9844 53.0618 55.4847 52.5614C60.9295 47.1042 63.9873 39.7102 63.9873 32.0014C63.9873 24.2926 60.9295 16.8985 55.4847 11.4414Z' fill='%2308090E'/%3E%3Cpath d='M48.2671 19.4421C48.0194 19.1934 47.7251 18.996 47.401 18.8612C47.077 18.7263 46.7295 18.6565 46.3785 18.6559C46.0275 18.6553 45.6798 18.7238 45.3553 18.8575C45.0308 18.9913 44.7358 19.1877 44.4871 19.4354C44.2385 19.6832 44.0411 19.9775 43.9062 20.3015C43.7713 20.6256 43.7016 20.973 43.7009 21.324C43.7003 21.675 43.7688 22.0227 43.9026 22.3473C44.0363 22.6718 44.2327 22.9668 44.4805 23.2154C46.8078 25.5463 48.115 28.7055 48.115 31.9994C48.115 35.2933 46.8078 38.4525 44.4805 40.7834C44.2327 41.032 44.0363 41.327 43.9026 41.6515C43.7688 41.9761 43.7003 42.3238 43.7009 42.6748C43.7016 43.0258 43.7713 43.3732 43.9062 43.6973C44.0411 44.0213 44.2385 44.3156 44.4871 44.5634C44.9893 45.0638 45.6696 45.3442 46.3785 45.3429C46.7295 45.3423 47.077 45.2725 47.401 45.1376C47.7251 45.0028 48.0194 44.8053 48.2671 44.5567C51.5933 41.2241 53.4614 36.7079 53.4614 31.9994C53.4614 27.2909 51.5933 22.7747 48.2671 19.4421Z' fill='%2308090E'/%3E%3Cpath d='M36.8533 0.533915C28.7448 2.0573 21.5325 6.64018 16.7093 13.3339H13.3333C9.79885 13.3396 6.41074 14.7461 3.91147 17.2454C1.41221 19.7447 0.00564165 23.1328 0 26.6672L0 37.3339C0.00564165 40.8684 1.41221 44.2565 3.91147 46.7558C6.41074 49.255 9.79885 50.6616 13.3333 50.6672H16.7093C21.5334 57.36 28.7453 61.9426 36.8533 63.4672C37.0123 63.4983 37.174 63.5135 37.336 63.5126C38.0432 63.5126 38.7215 63.2316 39.2216 62.7315C39.7217 62.2314 40.0027 61.5532 40.0027 60.8459V3.16325C40.0037 2.77161 39.9184 2.38455 39.7529 2.0296C39.5873 1.67465 39.3457 1.36051 39.045 1.10951C38.7444 0.858509 38.3922 0.676812 38.0134 0.57733C37.6346 0.477849 37.2385 0.463026 36.8533 0.533915ZM34.6667 57.4272C28.785 55.5523 23.7277 51.7106 20.344 46.5472C20.1022 46.1753 19.7715 45.8696 19.3818 45.6577C18.992 45.4458 18.5556 45.3346 18.112 45.3339H13.3333C11.2116 45.3339 9.17677 44.4911 7.67648 42.9908C6.17619 41.4905 5.33333 39.4557 5.33333 37.3339V26.6672C5.33333 24.5455 6.17619 22.5107 7.67648 21.0104C9.17677 19.5101 11.2116 18.6672 13.3333 18.6672H18.1333C18.5764 18.6672 19.0126 18.5567 19.4023 18.3458C19.792 18.1349 20.123 17.8302 20.3653 17.4592C23.7421 12.2972 28.7917 8.45377 34.6667 6.57392V57.4272Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5138'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	display: flex;
	flex-basis: 100%;
	height: 16px;
	width: 16px;
}

/*================================================*/
/* Vault Box
/*================================================*/

.nav-folder.mod-root > .nav-folder-title > .nav-folder-title-content {
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	margin-left: 0px;
}

.nav-folder.mod-root > .nav-folder-title > .nav-folder-title-content:before {
	content: " ";
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5161)'%3E%3Cpath d='M45.3337 0H18.6671C15.1322 0.00423429 11.7432 1.41035 9.24366 3.90992C6.74409 6.40949 5.33797 9.79841 5.33374 13.3333V50.6666C5.33797 54.2016 6.74409 57.5905 9.24366 60.0901C11.7432 62.5896 15.1322 63.9957 18.6671 64H45.3337C48.8687 63.9957 52.2576 62.5896 54.7572 60.0901C57.2567 57.5905 58.6628 54.2016 58.6671 50.6666V13.3333C58.6628 9.79841 57.2567 6.40949 54.7572 3.90992C52.2576 1.41035 48.8687 0.00423429 45.3337 0V0ZM18.6671 5.33333H45.3337C47.4555 5.33333 49.4903 6.17619 50.9906 7.67648C52.4909 9.17677 53.3337 11.2116 53.3337 13.3333V29.3333H10.6671V13.3333C10.6671 11.2116 11.5099 9.17677 13.0102 7.67648C14.5105 6.17619 16.5453 5.33333 18.6671 5.33333ZM45.3337 58.6666H18.6671C16.5453 58.6666 14.5105 57.8238 13.0102 56.3235C11.5099 54.8232 10.6671 52.7884 10.6671 50.6666V34.6667H53.3337V50.6666C53.3337 52.7884 52.4909 54.8232 50.9906 56.3235C49.4903 57.8238 47.4555 58.6666 45.3337 58.6666Z' fill='%2308090E'/%3E%3Cpath d='M29.3329 18.6667H34.6662C35.3735 18.6667 36.0518 18.3857 36.5519 17.8856C37.052 17.3855 37.3329 16.7072 37.3329 16C37.3329 15.2928 37.052 14.6145 36.5519 14.1144C36.0518 13.6143 35.3735 13.3333 34.6662 13.3333H29.3329C28.6257 13.3333 27.9474 13.6143 27.4473 14.1144C26.9472 14.6145 26.6663 15.2928 26.6663 16C26.6663 16.7072 26.9472 17.3855 27.4473 17.8856C27.9474 18.3857 28.6257 18.6667 29.3329 18.6667Z' fill='%2308090E'/%3E%3Cpath d='M34.6662 45.3333H29.3329C28.6257 45.3333 27.9474 45.6143 27.4473 46.1144C26.9472 46.6145 26.6663 47.2928 26.6663 48C26.6663 48.7073 26.9472 49.3856 27.4473 49.8857C27.9474 50.3858 28.6257 50.6667 29.3329 50.6667H34.6662C35.3735 50.6667 36.0518 50.3858 36.5519 49.8857C37.052 49.3856 37.3329 48.7073 37.3329 48C37.3329 47.2928 37.052 46.6145 36.5519 46.1144C36.0518 45.6143 35.3735 45.3333 34.6662 45.3333Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5161'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' data-darkreader-inline-stroke='' style='--darkreader-inline-stroke:currentColor;'%3E%3Cpath d='m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: contain;
	background-size: contain;
	text-align: center;
	width: 16px;
	height: 16px;
	margin-left: -24px;
	margin-top: 2px;
	color: var(--text-normal);
	position: absolute;
	background-color: var(--text-normal);
}
.nav-folder.mod-root > .nav-folder-title::after {
	display: none;
}

.nav-folder.mod-root > .nav-folder-title,
.nav-folder.mod-root > .nav-folder-title:hover {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: var(--card-color);
	border-radius: var(--radius-m);
	margin-bottom: 4px;
}

/*================================================*/
/* Status Bar
/*================================================*/

.status-bar {
	bottom: 0px;
	right: 0px;
	width: 100%;
	justify-content: center;
	align-items: center;
	border-width: 0px 0px 0px 0px;
	border-color: var(--table-border-color);
	border-style: solid;
	padding: 4px;
}

/*================================================*/
/* Vibrant List Indents
/*================================================*/

body:not(.vibrant-indents)
	.mod-cm6.is-live-preview
	.HyperMD-list-line.cm-line:not(.HyperMD-list-line-1) {
	overflow: hidden;
}

body:not(.vibrant-indents)
	.mod-cm6.is-live-preview
	.HyperMD-list-line.cm-line
	.cm-hmd-list-indent {
	position: relative;
	font-family: var(--vicious-indent-font-family) !important;
	font-size: var(--vicious-indent-font-size) !important;
	vertical-align: top;
}

body:not(.vibrant-indents)
	.mod-cm6.is-live-preview
	.HyperMD-list-line.cm-line
	.cm-hmd-list-indent::before {
	content: "";
	font-family: var(--vicious-indent-font-family) !important;
	font-size: var(--vicious-indent-font-size) !important;
	display: block;
	position: absolute;
	width: 100%;
	top: -1em;
	padding-bottom: 999em;
	background-image: var(--vicious-indent-colorful-bg);
	background-size: var(--vicious-indent-bg-size);
	left: var(--vicious-left-offset);
}

body:not(.vibrant-indents)
	.markdown-source-view.mod-cm6.is-live-preview
	.HyperMD-list-line {
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}

/*================================================*/
/* Vibrant Folders
/*================================================*/

body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder
	.nav-folder-title,
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder
	.nav-file-title,
body:not(.vibrant-folders) .nav-files-container .collapse-icon svg.svg-icon,
body:not(.vibrant-folders)
	.nav-files-container
	+ .tree-item-self
	.tree-item-icon {
	color: var(--800) !important;
	--icon-color: var(--800);
}

body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder-children
	> .nav-file
	.nav-file-title {
	color: var(--800);
}

body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder
	.nav-folder-children {
	border-color: rgba(var(--800-RGB), 1);
}

body:is(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder-children
	> .nav-file
	.nav-file-title {
	color: var(--800);
}

body:is(.vibrant-folders.theme-light)
	.nav-files-container
	> div
	> .nav-folder
	.nav-folder-children {
	border-color: rgba(var(--800-RGB), 1);
}
body:is(.vibrant-folders.theme-dark)
	.nav-files-container
	> div
	> .nav-folder
	.nav-folder-children {
	border-color: rgba(var(--000-RGB), 1);
}

body:is(.vibrant-folders) .nav-folder-children > .nav-folder,
body:is(.vibrant-folders) .nav-files-container > div > .nav-folder,
body:is(.vibrant-folders) [data-type="bookmarks"] .tree-item {
	--colorful: var(--C000-RGB);
	--text-color: var(--000) !important;
	--icon-color: var(--000);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 2),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 2),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 2) {
	--colorful: var(--C001-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 3),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 3),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 3) {
	--colorful: var(--C002-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 4),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 4),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 4) {
	--colorful: var(--C003-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 5),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 5),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 5) {
	--colorful: var(--C004-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 6),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 6),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 6) {
	--colorful: var(--C005-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 7),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 7),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 7) {
	--colorful: var(--C006-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 8),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 8),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 8) {
	--colorful: var(--C007-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 9),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 9),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 9) {
	--colorful: var(--C008-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 10),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 10),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 10) {
	--colorful: var(--C009-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 11),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 11),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 11) {
	--colorful: var(--C010-RGB);
}

body:not(.vibrant-folders)
	.nav-folder-children
	> .nav-folder:nth-child(11n + 12),
body:not(.vibrant-folders)
	.nav-files-container
	> div
	> .nav-folder:nth-child(11n + 12),
body:not(.vibrant-folders)
	[data-type="bookmarks"]
	.tree-item:nth-child(11n + 12) {
	--colorful: var(--C011-RGB);
}
.nav-files-container .nav-folder.nav-folder .nav-folder,
[data-type="bookmarks"] .tree-item .tree-item {
	--colorful: inherit;
}
.nav-files-container > div > .nav-folder {
	transition: background-color 0.2s;
	background-color: rgba(var(--colorful), 1);
	margin-bottom: 4px;
	border-radius: 4px;
}
[data-type="bookmarks"] .tree-item {
	transition: background-color 0.2s;
	background-color: rgba(var(--colorful), 1);
	border: 1px solid rgba(var(--colorful), 0);
	border-radius: var(--radius-s);
}
.theme-dark .nav-folder.mod-root .nav-folder.nav-folder .nav-folder,
[data-type="bookmarks"] .tree-item .tree-item {
	--colorful: none;
}
.theme-light .nav-folder.mod-root .nav-folder.nav-folder .nav-folder,
[data-type="bookmarks"] .tree-item .tree-item {
	--colorful: none;
}

.theme-dark
	.nav-folder.mod-root
	> .nav-folder-children
	> .nav-folder
	.nav-folder-title,
.theme-dark
	.nav-folder.mod-root
	> .nav-folder-children
	> .nav-folder
	.nav-file-title,
.theme-dark .nav-folder.mod-root .collapse-icon svg.svg-icon,
.theme-dark
	.workspace-leaf-content[data-type="file-explorer"]
	.tree-item-self
	.tree-item-icon {
	color: rgba(var(--text-color));
}
.theme-light
	.nav-folder.mod-root
	> .nav-folder-children
	> .nav-folder
	.nav-folder-title,
.theme-light
	.nav-folder.mod-root
	> .nav-folder-children
	> .nav-folder
	.nav-file-title,
.theme-light .nav-folder.mod-root .collapse-icon svg.svg-icon,
.theme-light
	.workspace-leaf-content[data-type="file-explorer"]
	.tree-item-self
	.tree-item-icon {
	color: rgba(var(--600-RGB));
}

.nav-folder.mod-root > .nav-folder-children > .nav-file {
	background-color: rgb(var(--nav-color), 1);
}

.theme-dark
	.tree-item-children
	.nav-folder-children
	> .nav-file
	.nav-file-title[data-path]::before {
	background-color: rgba(var(--800-RGB));
}

.theme-light
	.tree-item-children
	.nav-folder-children
	> .nav-file
	.nav-file-title[data-path]::before {
	background-color: rgba(var(--600-RGB));
}
.nav-folder.mod-root > .nav-folder-children > .nav-file {
	border-radius: var(--radius-xl);
}
.is-mobile .nav-folder.mod-root > .nav-folder-children > .nav-file {
	border-radius: var(--radius-m);
}
.is-mobile .workspace-drawer-header-name-text {
	font-size: 90%;
}
.is-tablet .workspace-drawer-ribbon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
}

.nav-file {
	overflow-y: hidden;
}

.nav-folder.mod-root .nav-folder > .nav-folder-children {
	padding: 0 4px 0 4px;
}
.nav-folder.mod-root > .nav-folder-children {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
	gap: 3px;
	display: flex;
	flex-direction: column;
}

.theme-dark .nav-folder.mod-root > .nav-folder-children > .nav-folder {
	transition: background-color 0.4s;
	background-color: rgba(var(--colorful), 1);
	border: 1px solid rgba(var(--colorful), 0);
	border-radius: var(--radius-s);
}

.theme-light .nav-folder.mod-root > .nav-folder-children > .nav-folder {
	transition: background-color 0.4s;
	background-color: rgba(var(--colorful), 1);
	border: 0px solid rgba(var(--colorful), 1);
	border-radius: var(--radius-s);
}

.nav-folder.mod-root > .nav-folder-children > .nav-folder .nav-folder-children {
	border-color: rgba(var(--800-RGB), 1);
}

.nav-folder.mod-root > .nav-folder-children > .nav-file > .nav-file-title,
.nav-folder.mod-root
	> .nav-folder-children
	> .nav-file.has-focus
	> .nav-file-title {
	margin-bottom: 0;
}

.workspace-leaf.mod-active .nav-folder.has-focus > .nav-file-title,
.workspace-leaf.mod-active .nav-folder.has-focus > .nav-file-title:focus-within,
.workspace-leaf.mod-active .nav-folder.has-focus > .nav-folder-title,
.workspace-leaf.mod-active
	.nav-folder.has-focus
	> .nav-folder-title:focus-within {
	box-shadow: none;
}

.theme-dark .nav-file-tag {
	background-color: rgba(var(--000-RGB), 0);
	border-radius: var(--radius-m);
	color: var(--800);
}
.theme-light .nav-file-tag {
	background-color: rgba(var(--000-RGB), 0.4);
	border-radius: var(--radius-m);
	color: var(--600);
}
.theme-dark
	.nav-folder.mod-root
	> .nav-folder-children
	> .nav-file
	> .tree-item-self.is-clickable.nav-file-title
	> .nav-file-tag {
	color: var(--text-muted);
}

body:not(.is-grabbing) .tree-item-self.is-clickable:hover,
.nav-file-title.is-active {
	background-color: transparent;
	border-radius: inherit;
}

.nav-file-title-content,
.nav-folder-title-content {
	flex-grow: 1;
}

.nav-folder-title[data-count]::after {
	background-color: currentColor;
	width: 6px;
	height: 6px;
	padding: 0;
	content: "";
	margin: -1px 4px 0 0;
	border-radius: var(--radius-xl);
}
.nav-folder.mod-root > .nav-folder-children > .nav-file .nav-file-title:hover {
	color: var(--text-muted);
}
.nav-folder.mod-root
	> .nav-folder-children
	> .nav-file
	.nav-file-title.is-active:hover {
	color: var(--text-normal);
}

.workspace-leaf-content[data-type="bookmarks"] .tree-item-self {
	color: var(--800) !important;
}
body:not(.is-grabbing) .tree-item-self.is-active:hover,
.tree-item-self.is-active {
	background: none;
}

.theme-dark
	.workspace-leaf-content[data-type="bookmarks"]
	.tree-item-self
	.tree-item-icon {
	color: rgba(var(--800-RGB));
}

.theme-light
	.workspace-leaf-content[data-type="bookmarks"]
	.tree-item-self
	.tree-item-icon {
	color: rgba(var(--600-RGB));
}
.workspace-leaf-content[data-type="bookmarks"] > div.view-content > div {
	gap: 3px;
	display: flex;
	flex-direction: column;
}

/*================================================*/
/* Text Highlight
/*================================================*/

body:not(.disable-alternative-checkboxes) [data-task="0"],
body:not(.disable-alternative-checkboxes) [data-task="1"],
body:not(.disable-alternative-checkboxes) [data-task="2"],
body:not(.disable-alternative-checkboxes) [data-task="3"],
body:not(.disable-alternative-checkboxes) [data-task="4"],
body:not(.disable-alternative-checkboxes) [data-task="5"],
body:not(.disable-alternative-checkboxes) [data-task="6"],
body:not(.disable-alternative-checkboxes) [data-task="7"],
body:not(.disable-alternative-checkboxes) [data-task="8"],
body:not(.disable-alternative-checkboxes) [data-task="9"],
body:not(.disable-alternative-checkboxes) [data-task="§"] {
	margin-inline-start: -16px;
	padding: 4px 8px !important;
	border-radius: var(--radius-m);
	max-width: max-content;
	color: var(--background-primary);
	transition: background 0.4s;
}

body:not(.disable-alternative-checkboxes) [data-task="0"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="1"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="2"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="3"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="4"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="5"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="6"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="7"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="8"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="9"] .task-list-item-checkbox,
body:not(.disable-alternative-checkboxes) [data-task="§"] .task-list-item-checkbox {
	display: none;
}

body:not(.disable-alternative-checkboxes) [data-task="0"],
body:not(.disable-alternative-checkboxes) [data-task="1"],
body:not(.disable-alternative-checkboxes) [data-task="2"],
body:not(.disable-alternative-checkboxes) [data-task="3"],
body:not(.disable-alternative-checkboxes) [data-task="4"],
body:not(.disable-alternative-checkboxes) [data-task="5"],
body:not(.disable-alternative-checkboxes) [data-task="6"],
body:not(.disable-alternative-checkboxes) [data-task="7"],
body:not(.disable-alternative-checkboxes) [data-task="8"],
body:not(.disable-alternative-checkboxes) [data-task="9"],
body:not(.disable-alternative-checkboxes) [data-task="§"] {
	text-indent: 0px !important;
}

body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="0"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="1"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="2"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="3"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="4"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="5"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="6"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="7"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="8"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="9"].cm-active,
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="§"].cm-active {
	border-radius: var(--radius-xl);
	border: none;
	color: var(--text-normal);
}

body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="0"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="1"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="2"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="3"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="4"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="5"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="6"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="7"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="8"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="9"]:not(.cm-active),
body:not(.disable-alternative-checkboxes) .is-live-preview [data-task="§"]:not(.cm-active) {
	max-width: 100%;
}

body:not(.disable-alternative-checkboxes) [data-task="0"] {
	background-color: rgba(var(--C001-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="1"] {
	background-color: rgba(var(--C002-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="2"] {
	background-color: rgba(var(--C003-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="3"] {
	background-color: rgba(var(--C004-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="4"] {
	background-color: rgba(var(--C005-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="5"] {
	background-color: rgba(var(--C006-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="6"] {
	background-color: rgba(var(--C007-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="7"] {
	background-color: rgba(var(--C008-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="8"] {
	background-color: rgba(var(--C009-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="9"] {
	background-color: rgba(var(--C010-RGB), 1);
}

body:not(.disable-alternative-checkboxes) [data-task="§"] {
	background-color: rgba(var(--C011-RGB), 1);
}

/*================================================*/
/* Enhanced Checkboxes
/*================================================*/

body:not(.disable-alternative-checkboxes) [data-task="."] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="."] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="."][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=">"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=">"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=">"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="{"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="{"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="{"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="!"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="!"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="!"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="("] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="("] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="("][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="_"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="_"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="_"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="&"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="&"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="&"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="D"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="D"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="D"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="M"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="M"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="M"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C001);
}

body:not(.disable-alternative-checkboxes) [data-task="/"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="/"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="/"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="e"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="e"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="e"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="p"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="p"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="p"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C002);
}

body:not(.disable-alternative-checkboxes) [data-task="="] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="="] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="="][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="*"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="*"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="*"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=":"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=":"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=":"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="E"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="E"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="E"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="s"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="s"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="s"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="Z"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="Z"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="Z"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C003);
}

body:not(.disable-alternative-checkboxes) [data-task="f"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="f"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="f"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="S"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="S"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="S"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C004);
}

body:not(.disable-alternative-checkboxes) [data-task="?"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="?"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="?"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="'"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="'"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="'"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="F"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="F"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="F"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="P"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="P"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="P"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="u"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="u"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="u"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C005);
}

body:not(.disable-alternative-checkboxes) [data-task="<"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="<"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="<"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="}"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="}"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="}"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=")"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=")"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=")"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="+"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="+"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="+"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="g"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="g"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="g"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="v"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="v"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="v"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C006);
}

body:not(.disable-alternative-checkboxes) [data-task="a"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="a"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="a"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="G"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="G"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="G"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="w"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="w"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="w"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C007);
}

body:not(.disable-alternative-checkboxes) [data-task="#"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="#"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="#"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="%"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="%"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="%"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="A"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="A"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="A"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="B"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="B"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="B"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="h"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="h"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="h"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="i"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="i"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="i"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="W"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="W"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="W"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C008);
}

body:not(.disable-alternative-checkboxes) [data-task="@"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="@"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="@"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="c"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="c"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="c"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="H"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="H"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="H"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="z"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="z"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="z"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C009);
}

body:not(.disable-alternative-checkboxes) [data-task="b"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="b"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="b"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="C"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="C"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="C"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="I"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="I"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="I"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C010);
}

body:not(.disable-alternative-checkboxes) [data-task="d"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="d"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="d"][type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="m"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="m"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="m"][type="checkbox"]:checked:after {
	-webkit-mask-size: 100%;
	background: var(--C011);
}

body:not(.disable-alternative-checkboxes) [data-task="Z"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="Z"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="Z"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="z"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="z"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="z"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="W"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="W"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="W"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="w"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="w"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="w"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="v"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="v"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="v"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="u"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="u"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="u"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="S"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="S"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="S"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="s"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="s"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="s"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="P"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="P"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="P"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="p"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="p"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="p"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="M"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="M"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="M"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="m"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="m"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="m"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="I"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="I"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="I"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="i"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="i"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="i"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="H"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="H"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="H"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="h"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="h"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="h"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="G"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="G"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="G"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="g"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="g"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="g"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="F"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="F"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="F"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="f"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="f"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="f"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="E"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="E"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="E"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="e"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="e"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="e"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="D"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="D"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="D"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="d"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="d"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="d"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="C"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="C"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="C"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="c"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="c"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="c"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="B"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="B"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="B"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="b"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="b"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="b"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="A"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="A"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="A"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="a"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="a"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="a"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="&"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="&"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="&"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="_"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="_"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="_"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="+"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="+"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="+"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="%"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="%"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="%"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="'"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="'"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="'"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="."] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="."] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="."][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="<"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="<"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="<"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task=">"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task=">"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task=">"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="?"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="?"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="?"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="/"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="/"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="/"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="="] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="="] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="="][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="}"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="}"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="}"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="{"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="{"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="{"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="#"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="#"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="#"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="@"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="@"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="@"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="!"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="!"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="!"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="*"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="*"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="*"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task=":"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task=":"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task=":"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task=")"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task=")"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task=")"][type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="("] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="("] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="("][type="checkbox"]:checked {
	--checkbox-color: transparent;
	--checkbox-color-hover: transparent;
}

body:not(.disable-alternative-checkboxes) [data-task="x"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="x"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="x"][type="checkbox"]:checked {
	--checkbox-color: rgb(var(--600-RGB));
	--checkbox-color-hover: rgb(var(--600-RGB));
}

body:not(.disable-alternative-checkboxes) [data-task="-"] > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="-"] > p > input[type="checkbox"]:checked,
body:not(.disable-alternative-checkboxes) [data-task="-"][type="checkbox"]:checked {
	--checkbox-color: rgb(var(--C001-RGB));
	--checkbox-color-hover: rgb(var(--C001-RGB));
}

body:not(.disable-alternative-checkboxes) [data-task="-"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="-"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="-"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3E%3C/svg%3E");
	-webkit-mask-size: 50%;
}

body:not(.disable-alternative-checkboxes) [data-task="("] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="("] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="("][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4744)'%3E%3Cpath d='M63.8693 32.8L61.9893 19.4667C61.5272 16.2932 59.9421 13.3907 57.5219 11.2866C55.1016 9.18247 52.0069 8.01632 48.8 8H13.3333C9.79841 8.00423 6.40949 9.41035 3.90992 11.9099C1.41035 14.4095 0.00423429 17.7984 0 21.3333L0 34.6667C0.00423429 38.2016 1.41035 41.5905 3.90992 44.0901C6.40949 46.5897 9.79841 47.9958 13.3333 48H20.5653L25.6693 58.3413C26.5274 60.0843 27.9833 61.4607 29.7717 62.2195C31.56 62.9784 33.5615 63.0691 35.4112 62.4752C37.2609 61.8813 38.8354 60.6423 39.8476 58.9842C40.8599 57.326 41.2424 55.3593 40.9253 53.4427L40.0293 48H50.6667C52.5754 48.0001 54.4619 47.5904 56.1987 46.7985C57.9354 46.0067 59.4819 44.8512 60.7335 43.4102C61.9852 41.9691 62.9129 40.2762 63.4539 38.4457C63.9949 36.6152 64.1366 34.6899 63.8693 32.8ZM13.3333 13.3333H18.6667V42.6667H13.3333C11.2116 42.6667 9.17677 41.8238 7.67648 40.3235C6.17619 38.8232 5.33333 36.7884 5.33333 34.6667V21.3333C5.33333 19.2116 6.17619 17.1768 7.67648 15.6765C9.17677 14.1762 11.2116 13.3333 13.3333 13.3333ZM56.704 39.9147C55.9531 40.7786 55.0256 41.4713 53.9841 41.9461C52.9426 42.4208 51.8113 42.6666 50.6667 42.6667H36.888C36.5012 42.6666 36.119 42.7506 35.768 42.913C35.4169 43.0754 35.1054 43.3122 34.855 43.607C34.6046 43.9018 34.4213 44.2475 34.3179 44.6202C34.2145 44.9929 34.1933 45.3837 34.256 45.7653L35.664 54.2987C35.7316 54.6948 35.711 55.1009 35.6036 55.4881C35.4962 55.8753 35.3047 56.234 35.0427 56.5387C34.7355 56.8698 34.354 57.1233 33.9298 57.2783C33.5055 57.4333 33.0504 57.4853 32.6021 57.4301C32.1538 57.3749 31.725 57.2141 31.3509 56.9608C30.9769 56.7076 30.6684 56.3691 30.4507 55.9733L24.6133 44.1547C24.4593 43.8591 24.2513 43.5949 24 43.376V13.3333H48.8C50.726 13.3404 52.5854 14.0393 54.0392 15.3027C55.493 16.566 56.4444 18.3098 56.72 20.216L58.6027 33.5493C58.7606 34.6844 58.6728 35.8402 58.3452 36.9384C58.0176 38.0366 57.4579 39.0516 56.704 39.9147Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4744'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task=")"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=")"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=")"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4743)'%3E%3Cpath d='M60.728 20.5904C59.4776 19.1493 57.9321 17.9938 56.1962 17.202C54.4603 16.4102 52.5746 16.0006 50.6667 16.001H40.0293L40.9253 10.5584C41.2424 8.64175 40.8599 6.67501 39.8476 5.01689C38.8354 3.35876 37.2609 2.11975 35.4112 1.52583C33.5615 0.931903 31.56 1.02265 29.7717 1.78151C27.9833 2.54038 26.5274 3.9168 25.6693 5.65971L20.5653 16.001H13.3333C9.79841 16.0053 6.40949 17.4114 3.90992 19.911C1.41035 22.4105 0.00423429 25.7995 0 29.3344L0 42.6677C0.00423429 46.2026 1.41035 49.5916 3.90992 52.0911C6.40949 54.5907 9.79841 55.9968 13.3333 56.001H48.8C52.0092 55.9879 55.1071 54.8232 57.5301 52.7188C59.9531 50.6144 61.5402 47.7102 62.0027 44.5344L63.8827 31.201C64.1474 29.3097 64.0028 27.3835 63.4585 25.5529C62.9143 23.7222 61.9831 22.0299 60.728 20.5904ZM5.33333 42.6677V29.3344C5.33333 27.2127 6.17619 25.1778 7.67648 23.6775C9.17677 22.1772 11.2116 21.3344 13.3333 21.3344H18.6667V50.6677H13.3333C11.2116 50.6677 9.17677 49.8249 7.67648 48.3246C6.17619 46.8243 5.33333 44.7894 5.33333 42.6677ZM58.5893 30.4517L56.7067 43.785C56.4314 45.689 55.4819 47.431 54.0309 48.694C52.5799 49.9571 50.7237 50.6575 48.8 50.6677H24V20.625C24.2513 20.4061 24.4593 20.142 24.6133 19.8464L30.4507 8.01971C30.6696 7.62486 30.9791 7.28758 31.3537 7.03561C31.7283 6.78364 32.1574 6.62415 32.6056 6.57027C33.0539 6.51639 33.5085 6.56964 33.9322 6.72565C34.3558 6.88167 34.7364 7.13599 35.0427 7.46771C35.3047 7.77237 35.4962 8.1311 35.6036 8.5183C35.711 8.90549 35.7316 9.31163 35.664 9.70771L34.256 18.241C34.1942 18.6223 34.216 19.0125 34.3198 19.3845C34.4236 19.7566 34.607 20.1016 34.8573 20.3958C35.1076 20.69 35.4189 20.9263 35.7695 21.0883C36.1201 21.2504 36.5017 21.3343 36.888 21.3344H50.6667C51.8117 21.3342 52.9435 21.5799 53.9855 22.0548C55.0274 22.5296 55.9553 23.2227 56.7064 24.087C57.4575 24.9513 58.0142 25.9668 58.3391 27.0649C58.6639 28.1629 58.7493 29.3179 58.5893 30.4517Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4743'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task=":"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=":"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=":"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4742)'%3E%3Cpath d='M2.66646 64.0012C3.37365 64.001 4.05182 63.72 4.5518 63.2198L22.2025 45.5692L25.5305 49.0145C28.0388 51.6652 31.4959 53.213 35.1438 53.3185C36.3599 53.3222 37.5676 53.1175 38.7145 52.7132C40.4866 52.103 42.0435 50.9916 43.1961 49.5137C44.3488 48.0359 45.0476 46.2552 45.2078 44.3878C45.4972 41.6834 45.2966 38.9491 44.6158 36.3158L44.0451 33.5372C43.937 33.0928 43.945 32.6281 44.0683 32.1878C44.1915 31.7474 44.426 31.3461 44.7491 31.0225L48.9811 26.7878C49.1481 26.6202 49.3739 26.5245 49.6105 26.5212C49.6935 26.5057 49.7791 26.5138 49.8578 26.5444C49.9365 26.575 50.0051 26.627 50.0558 26.6945C51.3952 28.1149 53.1972 29.0112 55.1381 29.2223C57.079 29.4335 59.0316 28.9457 60.6451 27.8465C61.5919 27.1715 62.3802 26.2983 62.9551 25.2876C63.53 24.2769 63.8776 23.153 63.9738 21.9942C64.07 20.8355 63.9125 19.6696 63.5121 18.578C63.1118 17.4863 62.4783 16.495 61.6558 15.6732L48.5331 2.54516C47.1857 1.1641 45.3957 0.300587 43.4761 0.105604C41.5565 -0.0893793 39.6294 0.396572 38.0318 1.4785C37.0848 2.15325 36.2963 3.02633 35.7212 4.03693C35.1461 5.04753 34.7982 6.17135 34.7017 7.33013C34.6052 8.48891 34.7625 9.65479 35.1627 10.7466C35.5628 11.8384 36.1961 12.8298 37.0185 13.6518L37.2211 13.8545C37.3739 14.0084 37.4596 14.2164 37.4596 14.4332C37.4596 14.65 37.3739 14.858 37.2211 15.0118L32.9545 19.2785C32.6272 19.6051 32.2205 19.841 31.7745 19.963C31.3285 20.0851 30.8585 20.089 30.4105 19.9745L28.2318 19.4172C25.5519 18.7173 22.7678 18.5068 20.0131 18.7958C18.0594 18.9982 16.2043 19.7548 14.6664 20.9767C13.1285 22.1985 11.972 23.8345 11.3331 25.6918C10.636 27.6005 10.4985 29.6686 10.9369 31.6528C11.3753 33.6369 12.3713 35.4546 13.8078 36.8918L18.4958 41.7452L0.781131 59.4492C0.408306 59.8221 0.154422 60.2972 0.0515755 60.8144C-0.0512713 61.3316 0.00153663 61.8677 0.203323 62.3549C0.40511 62.8421 0.746816 63.2585 1.18524 63.5516C1.62367 63.8446 2.13913 64.001 2.66646 64.0012ZM16.3598 27.4678C16.6603 26.5593 17.2177 25.7574 17.9645 25.1592C18.7114 24.561 19.6156 24.1921 20.5678 24.0972C21.1817 24.0333 21.7986 24.0012 22.4158 24.0012C23.9286 24.0012 25.4352 24.1957 26.8985 24.5798L29.0931 25.1398C30.4377 25.48 31.8475 25.466 33.1851 25.0991C34.5226 24.7323 35.7423 24.0251 36.7251 23.0465L40.9918 18.7798C42.1431 17.6251 42.7896 16.0611 42.7896 14.4305C42.7896 12.7999 42.1431 11.2359 40.9918 10.0812L40.7891 9.8785C40.513 9.60303 40.3007 9.27036 40.1671 8.90393C40.0336 8.5375 39.982 8.14622 40.0161 7.7577C40.0501 7.36917 40.169 6.99285 40.3643 6.65526C40.5596 6.31767 40.8266 6.02703 41.1465 5.80383C41.7155 5.45936 42.3859 5.32167 43.0446 5.41396C43.7033 5.50626 44.31 5.82291 44.7625 6.31049L57.8931 19.4412C58.1692 19.7166 58.3816 20.0493 58.5151 20.4157C58.6487 20.7822 58.7003 21.1734 58.6662 21.562C58.6321 21.9505 58.5133 22.3268 58.3179 22.6644C58.1226 23.002 57.8556 23.2926 57.5358 23.5158C56.9606 23.865 56.2817 24.0028 55.6159 23.9054C54.95 23.8081 54.339 23.4817 53.8878 22.9825C53.3391 22.4168 52.6827 21.9667 51.9572 21.6589C51.2317 21.3512 50.4519 21.1919 49.6638 21.1905C48.0014 21.1981 46.4071 21.8522 45.2185 23.0145L40.9891 27.2465C40.0288 28.2075 39.329 29.3973 38.9557 30.7036C38.5825 32.01 38.5481 33.3898 38.8558 34.7132L39.4398 37.5345C39.9779 39.5916 40.1414 41.7288 39.9225 43.8438C39.8587 44.7064 39.5429 45.5313 39.0143 46.2159C38.4857 46.9005 37.7675 47.4146 36.9491 47.6945C35.585 48.0531 34.1472 48.0181 32.8021 47.5933C31.4571 47.1686 30.2599 46.3715 29.3491 45.2945L17.6158 33.1612C16.8842 32.4315 16.377 31.5074 16.1544 30.4984C15.9318 29.4893 16.0031 28.4376 16.3598 27.4678Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4742'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="*"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="*"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="*"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4760)'%3E%3Cpath d='M63.5622 23.4515C63.0167 21.7152 61.927 20.2006 60.4541 19.1316C58.9812 18.0626 57.2034 17.4959 55.3835 17.5155H43.7329L40.1942 6.48615C39.6377 4.75004 38.5443 3.23552 37.0715 2.16099C35.5987 1.08646 33.8227 0.507446 31.9995 0.507446C30.1764 0.507446 28.4004 1.08646 26.9276 2.16099C25.4548 3.23552 24.3613 4.75004 23.8049 6.48615L20.2662 17.5155H8.61554C6.80152 17.5181 5.03472 18.0938 3.56748 19.1606C2.10025 20.2273 1.00765 21.7304 0.445728 23.4552C-0.11619 25.18 -0.118677 27.0382 0.438622 28.7645C0.995921 30.4908 2.0845 31.9968 3.54887 33.0675L13.0315 40.0008L9.4262 51.1662C8.84357 52.8979 8.83619 54.7715 9.40516 56.5077C9.97414 58.244 11.089 59.7498 12.5835 60.8008C14.0525 61.8856 15.8326 62.4667 17.6586 62.4575C19.4846 62.4484 21.2589 61.8495 22.7169 60.7502L31.9995 53.9182L41.2849 60.7422C42.7512 61.8207 44.5217 62.4065 46.3419 62.4154C48.1621 62.4242 49.9382 61.8557 51.4149 60.7915C52.8916 59.7273 53.9929 58.2223 54.5603 56.4927C55.1277 54.7632 55.1321 52.8983 54.5729 51.1662L50.9675 40.0008L60.4609 33.0675C61.942 32.0103 63.0433 30.5043 63.6019 28.7724C64.1605 27.0405 64.1465 25.1748 63.5622 23.4515ZM57.3142 28.7608L46.2635 36.8382C45.8096 37.1693 45.4719 37.6353 45.2986 38.1697C45.1252 38.7041 45.1251 39.2797 45.2982 39.8142L49.4982 52.8008C49.7107 53.4595 49.7089 54.1686 49.493 54.8262C49.2771 55.4838 48.8583 56.056 48.2967 56.4605C47.7351 56.865 47.0597 57.081 46.3676 57.0775C45.6755 57.074 45.0023 56.8511 44.4449 56.4408L33.5782 48.4408C33.1205 48.1046 32.5674 47.9233 31.9995 47.9233C31.4316 47.9233 30.8786 48.1046 30.4209 48.4408L19.5542 56.4408C18.9971 56.8566 18.322 57.0841 17.6269 57.0904C16.9318 57.0967 16.2527 56.8815 15.6881 56.4759C15.1236 56.0703 14.7029 55.4954 14.487 54.8346C14.2711 54.1739 14.2713 53.4615 14.4875 52.8008L18.7009 39.8142C18.874 39.2797 18.8739 38.7041 18.7005 38.1697C18.5272 37.6353 18.1894 37.1693 17.7355 36.8382L6.68487 28.7608C6.12835 28.3533 5.71483 27.7804 5.50338 27.1239C5.29193 26.4673 5.29337 25.7608 5.5075 25.1051C5.72162 24.4494 6.13747 23.8782 6.69565 23.473C7.25383 23.0677 7.92579 22.8493 8.61554 22.8488H22.2155C22.7801 22.8488 23.3301 22.6696 23.7863 22.337C24.2426 22.0044 24.5814 21.5356 24.7542 20.9981L28.8875 8.11548C29.0997 7.45624 29.5156 6.88132 30.0753 6.47348C30.635 6.06563 31.3097 5.8459 32.0022 5.8459C32.6947 5.8459 33.3694 6.06563 33.9291 6.47348C34.4888 6.88132 34.9047 7.45624 35.1169 8.11548L39.2502 20.9981C39.423 21.5356 39.7619 22.0044 40.2181 22.337C40.6743 22.6696 41.2243 22.8488 41.7889 22.8488H55.3889C56.0786 22.8493 56.7506 23.0677 57.3088 23.473C57.8669 23.8782 58.2828 24.4494 58.4969 25.1051C58.711 25.7608 58.7125 26.4673 58.501 27.1239C58.2896 27.7804 57.8761 28.3533 57.3195 28.7608H57.3142Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4760'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="!"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="!"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="!"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5173)'%3E%3Cpath d='M32 0C25.671 0 19.4841 1.87677 14.2218 5.39297C8.95939 8.90918 4.85787 13.9069 2.43587 19.7541C0.0138652 25.6014 -0.619842 32.0355 0.614885 38.2429C1.84961 44.4503 4.89732 50.1521 9.3726 54.6274C13.8479 59.1027 19.5497 62.1504 25.7571 63.3851C31.9645 64.6199 38.3987 63.9862 44.2459 61.5642C50.0931 59.1421 55.0908 55.0406 58.607 49.7783C62.1232 44.5159 64 38.329 64 32C63.9908 23.5159 60.6165 15.3819 54.6173 9.38272C48.6181 3.38354 40.4841 0.00917622 32 0V0ZM32 58.6667C26.7258 58.6667 21.5701 57.1027 17.1848 54.1725C12.7995 51.2424 9.38156 47.0776 7.36323 42.2049C5.34489 37.3322 4.8168 31.9704 5.84574 26.7976C6.87468 21.6248 9.41443 16.8732 13.1438 13.1438C16.8732 9.41442 21.6248 6.87467 26.7976 5.84573C31.9704 4.81679 37.3322 5.34488 42.2049 7.36321C47.0776 9.38155 51.2424 12.7995 54.1725 17.1848C57.1027 21.5701 58.6667 26.7258 58.6667 32C58.6589 39.0701 55.8469 45.8483 50.8476 50.8476C45.8483 55.8469 39.0701 58.6589 32 58.6667Z' fill='%2308090E'/%3E%3Cpath d='M32.0004 13.3337C31.2932 13.3337 30.6149 13.6147 30.1148 14.1148C29.6147 14.6149 29.3337 15.2932 29.3337 16.0004V37.3337C29.3337 38.041 29.6147 38.7193 30.1148 39.2194C30.6149 39.7195 31.2932 40.0004 32.0004 40.0004C32.7077 40.0004 33.386 39.7195 33.8861 39.2194C34.3862 38.7193 34.6671 38.041 34.6671 37.3337V16.0004C34.6671 15.2932 34.3862 14.6149 33.8861 14.1148C33.386 13.6147 32.7077 13.3337 32.0004 13.3337Z' fill='%2308090E'/%3E%3Cpath d='M34.6671 48.0004C34.6671 46.5276 33.4732 45.3337 32.0004 45.3337C30.5277 45.3337 29.3337 46.5276 29.3337 48.0004C29.3337 49.4732 30.5277 50.6671 32.0004 50.6671C33.4732 50.6671 34.6671 49.4732 34.6671 48.0004Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5173'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="@"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="@"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="@"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5134)'%3E%3Cpath d='M32.0004 -3.05176e-05C23.5162 0.0091457 15.3822 3.38351 9.38307 9.38269C3.38389 15.3819 0.00952414 23.5159 0.00034792 32C-0.335652 57.528 29.7577 73.144 50.4004 58.1786C50.697 57.9813 50.9511 57.7266 51.1476 57.4294C51.3442 57.1322 51.4792 56.7987 51.5447 56.4485C51.6102 56.0983 51.6048 55.7385 51.5289 55.3904C51.4531 55.0423 51.3082 54.7129 51.1029 54.4217C50.8976 54.1306 50.6361 53.8835 50.3337 53.6951C50.0313 53.5066 49.6942 53.3807 49.3424 53.3248C48.9905 53.2688 48.631 53.2839 48.2851 53.3692C47.9392 53.4545 47.6139 53.6082 47.3284 53.8213C30.1337 66.2826 5.06702 53.2746 5.33368 32C6.79768 -3.37603 57.2084 -3.36803 58.667 32V37.3333C58.667 38.7478 58.1051 40.1043 57.1049 41.1045C56.1047 42.1047 54.7482 42.6666 53.3337 42.6666C51.9192 42.6666 50.5626 42.1047 49.5625 41.1045C48.5623 40.1043 48.0004 38.7478 48.0004 37.3333V32C47.3284 10.856 16.6697 10.8586 16.0004 32C16.0314 35.2426 17.0442 38.3998 18.9054 41.0553C20.7665 43.7109 23.3886 45.7402 26.4261 46.8757C29.4636 48.0113 32.7738 48.1999 35.9206 47.4166C39.0674 46.6333 41.903 44.915 44.0537 42.488C45.2105 44.5296 47.0083 46.1329 49.1686 47.0493C51.3288 47.9657 53.731 48.1442 56.003 47.557C58.275 46.9699 60.29 45.6499 61.7358 43.8016C63.1816 41.9533 63.9775 39.6798 64.0004 37.3333V32C63.9912 23.5159 60.6168 15.3819 54.6176 9.38269C48.6185 3.38351 40.4845 0.0091457 32.0004 -3.05176e-05V-3.05176e-05ZM32.0004 42.6666C29.1714 42.6666 26.4583 41.5428 24.4579 39.5424C22.4575 37.5421 21.3337 34.8289 21.3337 32C21.3337 29.171 22.4575 26.4579 24.4579 24.4575C26.4583 22.4571 29.1714 21.3333 32.0004 21.3333C34.8293 21.3333 37.5424 22.4571 39.5428 24.4575C41.5432 26.4579 42.667 29.171 42.667 32C42.667 34.8289 41.5432 37.5421 39.5428 39.5424C37.5424 41.5428 34.8293 42.6666 32.0004 42.6666Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5134'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="#"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="#"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="#"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4856)'%3E%3Cpath d='M61.3333 18.6658H48.5093L50.6427 3.02579C50.6899 2.67875 50.6684 2.3258 50.5793 1.98709C50.4901 1.64837 50.3352 1.33053 50.1232 1.0517C49.9112 0.772881 49.6464 0.538537 49.3439 0.362053C49.0414 0.18557 48.707 0.0704022 48.36 0.0231263C48.013 -0.0241496 47.66 -0.00260791 47.3213 0.0865213C46.9826 0.175651 46.6647 0.330622 46.3859 0.542587C46.1071 0.754552 45.8727 1.01936 45.6963 1.32189C45.5198 1.62442 45.4046 1.95875 45.3573 2.30579L43.128 18.6658H24.5093L26.6427 3.02579C26.6899 2.67875 26.6684 2.3258 26.5793 1.98709C26.4901 1.64837 26.3352 1.33053 26.1232 1.0517C25.9112 0.772881 25.6464 0.538537 25.3439 0.362053C25.0414 0.18557 24.707 0.0704023 24.36 0.0231264C24.013 -0.0241495 23.66 -0.00260784 23.3213 0.0865214C22.9826 0.175651 22.6647 0.330622 22.3859 0.542587C22.1071 0.754552 21.8727 1.01936 21.6963 1.32189C21.5198 1.62442 21.4046 1.95875 21.3573 2.30579L19.128 18.6658H5.33333C4.62609 18.6658 3.94781 18.9467 3.44772 19.4468C2.94762 19.9469 2.66667 20.6252 2.66667 21.3325C2.66667 22.0397 2.94762 22.718 3.44772 23.2181C3.94781 23.7182 4.62609 23.9991 5.33333 23.9991H18.4L16.2187 39.9991H2.66667C1.95942 39.9991 1.28115 40.2801 0.781049 40.7802C0.280952 41.2803 0 41.9585 0 42.6658C0 43.373 0.280952 44.0513 0.781049 44.5514C1.28115 45.0515 1.95942 45.3325 2.66667 45.3325H15.4907L13.3573 60.9725C13.2619 61.6733 13.4487 62.3834 13.8768 62.9465C14.3049 63.5097 14.9391 63.8796 15.64 63.9751C16.3409 64.0706 17.051 63.8837 17.6141 63.4557C18.1772 63.0276 18.5472 62.3933 18.6427 61.6925L20.872 45.3325H39.4907L37.3573 60.9725C37.2619 61.6733 37.4487 62.3834 37.8768 62.9465C38.3049 63.5097 38.9391 63.8796 39.64 63.9751C40.3409 64.0706 41.051 63.8837 41.6141 63.4557C42.1772 63.0276 42.5472 62.3933 42.6427 61.6925L44.872 45.3325H58.6667C59.3739 45.3325 60.0522 45.0515 60.5523 44.5514C61.0524 44.0513 61.3333 43.373 61.3333 42.6658C61.3333 41.9585 61.0524 41.2803 60.5523 40.7802C60.0522 40.2801 59.3739 39.9991 58.6667 39.9991H45.6L47.7813 23.9991H61.3333C62.0406 23.9991 62.7189 23.7182 63.219 23.2181C63.7191 22.718 64 22.0397 64 21.3325C64 20.6252 63.7191 19.9469 63.219 19.4468C62.7189 18.9467 62.0406 18.6658 61.3333 18.6658ZM40.2187 39.9991H21.6L23.7813 23.9991H42.4L40.2187 39.9991Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4856'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="{"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="{"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="{"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4769)'%3E%3Cpath d='M32 16C29.8783 16 27.8434 16.8429 26.3431 18.3431C24.8429 19.8434 24 21.8783 24 24V56C24 58.1217 24.8429 60.1566 26.3431 61.6569C27.8434 63.1571 29.8783 64 32 64C34.1217 64 36.1566 63.1571 37.6569 61.6569C39.1571 60.1566 40 58.1217 40 56V24C40 21.8783 39.1571 19.8434 37.6569 18.3431C36.1566 16.8429 34.1217 16 32 16ZM34.6667 56C34.6667 56.7072 34.3857 57.3855 33.8856 57.8856C33.3855 58.3857 32.7072 58.6667 32 58.6667C31.2928 58.6667 30.6145 58.3857 30.1144 57.8856C29.6143 57.3855 29.3333 56.7072 29.3333 56V24C29.3333 23.2928 29.6143 22.6145 30.1144 22.1144C30.6145 21.6143 31.2928 21.3333 32 21.3333C32.7072 21.3333 33.3855 21.6143 33.8856 22.1144C34.3857 22.6145 34.6667 23.2928 34.6667 24V56Z' fill='%2308090E'/%3E%3Cpath d='M56 0C53.8783 0 51.8434 0.842855 50.3431 2.34315C48.8429 3.84344 48 5.87827 48 8V56C48 58.1217 48.8429 60.1566 50.3431 61.6569C51.8434 63.1571 53.8783 64 56 64C58.1217 64 60.1566 63.1571 61.6569 61.6569C63.1571 60.1566 64 58.1217 64 56V8C64 5.87827 63.1571 3.84344 61.6569 2.34315C60.1566 0.842855 58.1217 0 56 0V0ZM58.6667 56C58.6667 56.7072 58.3857 57.3855 57.8856 57.8856C57.3855 58.3857 56.7072 58.6667 56 58.6667C55.2928 58.6667 54.6145 58.3857 54.1144 57.8856C53.6143 57.3855 53.3333 56.7072 53.3333 56V8C53.3333 7.29276 53.6143 6.61448 54.1144 6.11438C54.6145 5.61428 55.2928 5.33333 56 5.33333C56.7072 5.33333 57.3855 5.61428 57.8856 6.11438C58.3857 6.61448 58.6667 7.29276 58.6667 8V56Z' fill='%2308090E'/%3E%3Cpath d='M8 32C5.87827 32 3.84344 32.8429 2.34315 34.3431C0.842855 35.8434 0 37.8783 0 40L0 56C0 58.1217 0.842855 60.1566 2.34315 61.6569C3.84344 63.1571 5.87827 64 8 64C10.1217 64 12.1566 63.1571 13.6569 61.6569C15.1571 60.1566 16 58.1217 16 56V40C16 37.8783 15.1571 35.8434 13.6569 34.3431C12.1566 32.8429 10.1217 32 8 32Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4769'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="}"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="}"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="}"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4770)'%3E%3Cpath d='M32 16C29.8783 16 27.8434 16.8429 26.3431 18.3431C24.8429 19.8434 24 21.8783 24 24V56C24 58.1217 24.8429 60.1566 26.3431 61.6569C27.8434 63.1571 29.8783 64 32 64C34.1217 64 36.1566 63.1571 37.6569 61.6569C39.1571 60.1566 40 58.1217 40 56V24C40 21.8783 39.1571 19.8434 37.6569 18.3431C36.1566 16.8429 34.1217 16 32 16Z' fill='%2308090E'/%3E%3Cpath d='M56 0C53.8783 0 51.8434 0.842855 50.3431 2.34315C48.8429 3.84344 48 5.87827 48 8V56C48 58.1217 48.8429 60.1566 50.3431 61.6569C51.8434 63.1571 53.8783 64 56 64C58.1217 64 60.1566 63.1571 61.6569 61.6569C63.1571 60.1566 64 58.1217 64 56V8C64 5.87827 63.1571 3.84344 61.6569 2.34315C60.1566 0.842855 58.1217 0 56 0V0Z' fill='%2308090E'/%3E%3Cpath d='M8 32C5.87827 32 3.84344 32.8429 2.34315 34.3431C0.842855 35.8434 0 37.8783 0 40L0 56C0 58.1217 0.842855 60.1566 2.34315 61.6569C3.84344 63.1571 5.87827 64 8 64C10.1217 64 12.1566 63.1571 13.6569 61.6569C15.1571 60.1566 16 58.1217 16 56V40C16 37.8783 15.1571 35.8434 13.6569 34.3431C12.1566 32.8429 10.1217 32 8 32Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4770'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="="] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="="] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="="][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5042)'%3E%3Cpath d='M32 16C29.8783 16 27.8434 16.8429 26.3431 18.3431C24.8429 19.8434 24 21.8783 24 24V56C24 58.1217 24.8429 60.1566 26.3431 61.6569C27.8434 63.1571 29.8783 64 32 64C34.1217 64 36.1566 63.1571 37.6569 61.6569C39.1571 60.1566 40 58.1217 40 56V24C40 21.8783 39.1571 19.8434 37.6569 18.3431C36.1566 16.8429 34.1217 16 32 16Z' fill='%2308090E'/%3E%3Cpath d='M56 0C53.8783 0 51.8434 0.842855 50.3431 2.34315C48.8429 3.84344 48 5.87827 48 8V56C48 58.1217 48.8429 60.1566 50.3431 61.6569C51.8434 63.1571 53.8783 64 56 64C58.1217 64 60.1566 63.1571 61.6569 61.6569C63.1571 60.1566 64 58.1217 64 56V8C64 5.87827 63.1571 3.84344 61.6569 2.34315C60.1566 0.842855 58.1217 0 56 0V0ZM58.6667 56C58.6667 56.7072 58.3857 57.3855 57.8856 57.8856C57.3855 58.3857 56.7072 58.6667 56 58.6667C55.2928 58.6667 54.6145 58.3857 54.1144 57.8856C53.6143 57.3855 53.3333 56.7072 53.3333 56V8C53.3333 7.29276 53.6143 6.61448 54.1144 6.11438C54.6145 5.61428 55.2928 5.33333 56 5.33333C56.7072 5.33333 57.3855 5.61428 57.8856 6.11438C58.3857 6.61448 58.6667 7.29276 58.6667 8V56Z' fill='%2308090E'/%3E%3Cpath d='M8 32C5.87827 32 3.84344 32.8429 2.34315 34.3431C0.842855 35.8434 0 37.8783 0 40L0 56C0 58.1217 0.842855 60.1566 2.34315 61.6569C3.84344 63.1571 5.87827 64 8 64C10.1217 64 12.1566 63.1571 13.6569 61.6569C15.1571 60.1566 16 58.1217 16 56V40C16 37.8783 15.1571 35.8434 13.6569 34.3431C12.1566 32.8429 10.1217 32 8 32Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5042'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="/"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="/"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="/"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4805)'%3E%3Cpath d='M17.3333 0C14.858 0 12.484 0.98333 10.7337 2.73367C8.98333 4.48401 8 6.85798 8 9.33333V54.6667C8 57.142 8.98333 59.516 10.7337 61.2663C12.484 63.0167 14.858 64 17.3333 64C19.8087 64 22.1827 63.0167 23.933 61.2663C25.6833 59.516 26.6667 57.142 26.6667 54.6667V9.33333C26.6667 6.85798 25.6833 4.48401 23.933 2.73367C22.1827 0.98333 19.8087 0 17.3333 0ZM21.3333 54.6667C21.3333 55.7275 20.9119 56.7449 20.1618 57.4951C19.4116 58.2452 18.3942 58.6667 17.3333 58.6667C16.2725 58.6667 15.2551 58.2452 14.5049 57.4951C13.7548 56.7449 13.3333 55.7275 13.3333 54.6667V9.33333C13.3333 8.27247 13.7548 7.25505 14.5049 6.50491C15.2551 5.75476 16.2725 5.33333 17.3333 5.33333C18.3942 5.33333 19.4116 5.75476 20.1618 6.50491C20.9119 7.25505 21.3333 8.27247 21.3333 9.33333V54.6667Z' fill='%2308090E'/%3E%3Cpath d='M46.6671 0C44.1917 0 41.8177 0.98333 40.0674 2.73367C38.3171 4.48401 37.3337 6.85798 37.3337 9.33333V54.6667C37.3337 57.142 38.3171 59.516 40.0674 61.2663C41.8177 63.0167 44.1917 64 46.6671 64C49.1424 64 51.5164 63.0167 53.2667 61.2663C55.0171 59.516 56.0004 57.142 56.0004 54.6667V9.33333C56.0004 6.85798 55.0171 4.48401 53.2667 2.73367C51.5164 0.98333 49.1424 0 46.6671 0ZM50.6671 54.6667C50.6671 55.7275 50.2456 56.7449 49.4955 57.4951C48.7454 58.2452 47.7279 58.6667 46.6671 58.6667C45.6062 58.6667 44.5888 58.2452 43.8386 57.4951C43.0885 56.7449 42.6671 55.7275 42.6671 54.6667V9.33333C42.6671 8.27247 43.0885 7.25505 43.8386 6.50491C44.5888 5.75476 45.6062 5.33333 46.6671 5.33333C47.7279 5.33333 48.7454 5.75476 49.4955 6.50491C50.2456 7.25505 50.6671 8.27247 50.6671 9.33333V54.6667Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4805'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="?"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="?"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="?"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4841)'%3E%3Cpath d='M32 0C25.671 0 19.4841 1.87677 14.2218 5.39297C8.95939 8.90918 4.85787 13.9069 2.43587 19.7541C0.0138652 25.6014 -0.619842 32.0355 0.614885 38.2429C1.84961 44.4503 4.89732 50.1521 9.3726 54.6274C13.8479 59.1027 19.5497 62.1504 25.7571 63.3851C31.9645 64.6199 38.3987 63.9862 44.2459 61.5642C50.0931 59.1421 55.0908 55.0406 58.607 49.7783C62.1232 44.5159 64 38.329 64 32C63.9908 23.5159 60.6165 15.3819 54.6173 9.38272C48.6181 3.38354 40.4841 0.00917622 32 0V0ZM32 58.6667C26.7258 58.6667 21.5701 57.1027 17.1848 54.1725C12.7995 51.2424 9.38156 47.0776 7.36323 42.2049C5.34489 37.3322 4.8168 31.9704 5.84574 26.7976C6.87468 21.6248 9.41443 16.8732 13.1438 13.1438C16.8732 9.41442 21.6248 6.87467 26.7976 5.84573C31.9704 4.81679 37.3322 5.34488 42.2049 7.36321C47.0776 9.38155 51.2424 12.7995 54.1725 17.1848C57.1027 21.5701 58.6667 26.7258 58.6667 32C58.6589 39.0701 55.8469 45.8483 50.8476 50.8476C45.8483 55.8469 39.0701 58.6589 32 58.6667Z' fill='%2308090E'/%3E%3Cpath d='M33.9124 13.5005C32.3746 13.2203 30.794 13.2815 29.2825 13.6798C27.771 14.0781 26.3655 14.8037 25.1655 15.8053C23.9654 16.8069 23.0002 18.06 22.338 19.4759C21.6759 20.8919 21.333 22.436 21.3337 23.9991C21.3337 24.7064 21.6147 25.3846 22.1148 25.8847C22.6149 26.3848 23.2932 26.6658 24.0004 26.6658C24.7076 26.6658 25.3859 26.3848 25.886 25.8847C26.3861 25.3846 26.6671 24.7064 26.6671 23.9991C26.6664 23.2145 26.8388 22.4394 27.1721 21.7291C27.5054 21.0188 27.9913 20.3908 28.5951 19.8899C29.199 19.3889 29.9059 19.0274 30.6655 18.831C31.4251 18.6346 32.2187 18.6082 32.9897 18.7538C34.0432 18.9583 35.0117 19.4722 35.7717 20.2298C36.5317 20.9874 37.0486 21.9543 37.2564 23.0071C37.4662 24.1122 37.3213 25.2553 36.8424 26.2731C36.3634 27.2909 35.575 28.1311 34.5897 28.6738C32.9582 29.619 31.61 30.9845 30.6855 32.6279C29.7611 34.2714 29.2943 36.1326 29.3337 38.0178V39.9991C29.3337 40.7064 29.6147 41.3846 30.1148 41.8847C30.6149 42.3848 31.2931 42.6658 32.0004 42.6658C32.7076 42.6658 33.3859 42.3848 33.886 41.8847C34.3861 41.3846 34.6671 40.7064 34.6671 39.9991V38.0178C34.6336 37.0898 34.8452 36.1694 35.2806 35.3492C35.7159 34.5291 36.3597 33.8381 37.147 33.3458C39.0791 32.2846 40.6349 30.651 41.6006 28.6695C42.5663 26.6881 42.8944 24.4561 42.5398 22.2805C42.1852 20.105 41.1653 18.0927 39.6204 16.5204C38.0755 14.9482 36.0814 13.8932 33.9124 13.5005Z' fill='%2308090E'/%3E%3Cpath d='M34.6671 47.9992C34.6671 46.5264 33.4732 45.3325 32.0004 45.3325C30.5277 45.3325 29.3337 46.5264 29.3337 47.9992C29.3337 49.4719 30.5277 50.6659 32.0004 50.6659C33.4732 50.6659 34.6671 49.4719 34.6671 47.9992Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4841'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task=">"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=">"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task=">"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5023)'%3E%3Cpath d='M0 61.3315V42.6648C0.00705828 36.3018 2.53789 30.2014 7.03723 25.7021C11.5366 21.2027 17.637 18.6719 24 18.6648H36.88V14.4355C36.8802 13.3809 37.1931 12.3499 37.7792 11.4731C38.3652 10.5962 39.1981 9.91282 40.1725 9.50925C41.1469 9.10567 42.2191 9.00006 43.2535 9.20575C44.2879 9.41144 45.2381 9.91921 45.984 10.6649L61.664 26.3422C63.1638 27.8424 64.0063 29.8769 64.0063 31.9982C64.0063 34.1195 63.1638 36.1539 61.664 37.6542L45.984 53.3315C45.2381 54.0771 44.2879 54.5849 43.2535 54.7906C42.2191 54.9963 41.1469 54.8907 40.1725 54.4871C39.1981 54.0835 38.3652 53.4001 37.7792 52.5232C37.1931 51.6464 36.8802 50.6155 36.88 49.5608V45.3315H21.3333C17.0912 45.3357 13.024 47.0228 10.0243 50.0224C7.02464 53.0221 5.33757 57.0893 5.33333 61.3315C5.33333 62.0387 5.05238 62.717 4.55229 63.2171C4.05219 63.7172 3.37391 63.9981 2.66667 63.9981C1.95942 63.9981 1.28115 63.7172 0.781049 63.2171C0.280952 62.717 0 62.0387 0 61.3315ZM42.2133 21.3315C42.2133 22.0388 41.9324 22.717 41.4323 23.2171C40.9322 23.7172 40.2539 23.9982 39.5467 23.9982H24C19.051 24.0038 14.3064 25.9723 10.8069 29.4717C7.30745 32.9712 5.33898 37.7158 5.33333 42.6648V47.2355C7.33218 44.9607 9.79331 43.1384 12.5524 41.8904C15.3115 40.6423 18.3051 39.9972 21.3333 39.9982H39.5467C40.2539 39.9982 40.9322 40.2791 41.4323 40.7792C41.9324 41.2793 42.2133 41.9576 42.2133 42.6648V49.5608L57.8907 33.8835C58.3906 33.3834 58.6714 32.7053 58.6714 31.9982C58.6714 31.2911 58.3906 30.6129 57.8907 30.1128L42.2133 14.4355V21.3315Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5023'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="<"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="<"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="<"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5023)'%3E%3Cpath d='M64.0063 61.3315V42.6648C63.9993 36.3018 61.4685 30.2014 56.9691 25.7021C52.4698 21.2027 46.3694 18.6719 40.0063 18.6648H27.1263V14.4355C27.1261 13.3809 26.8132 12.3499 26.2272 11.4731C25.6411 10.5962 24.8082 9.91282 23.8338 9.50925C22.8594 9.10567 21.7873 9.00006 20.7528 9.20575C19.7184 9.41144 18.7682 9.91921 18.0223 10.6649L2.34235 26.3422C0.842575 27.8424 5.34058e-05 29.8769 5.34058e-05 31.9982C5.34058e-05 34.1195 0.842575 36.1539 2.34235 37.6542L18.0223 53.3315C18.7682 54.0771 19.7184 54.5849 20.7528 54.7906C21.7873 54.9963 22.8594 54.8907 23.8338 54.4871C24.8082 54.0835 25.6411 53.4001 26.2272 52.5232C26.8132 51.6464 27.1261 50.6155 27.1263 49.5608V45.3315H42.673C46.9152 45.3357 50.9824 47.0228 53.982 50.0224C56.9817 53.0221 58.6688 57.0893 58.673 61.3315C58.673 62.0387 58.954 62.717 59.4541 63.2171C59.9542 63.7172 60.6324 63.9981 61.3397 63.9981C62.0469 63.9981 62.7252 63.7172 63.2253 63.2171C63.7254 62.717 64.0063 62.0387 64.0063 61.3315ZM21.793 21.3315C21.793 22.0388 22.074 22.717 22.5741 23.2171C23.0742 23.7172 23.7524 23.9982 24.4597 23.9982H40.0063C44.9553 24.0038 49.7 25.9723 53.1994 29.4717C56.6989 32.9712 58.6674 37.7158 58.673 42.6648V47.2355C56.6742 44.9607 54.213 43.1384 51.4539 41.8904C48.6948 40.6423 45.7013 39.9972 42.673 39.9982H24.4597C23.7524 39.9982 23.0742 40.2791 22.5741 40.7792C22.074 41.2793 21.793 41.9576 21.793 42.6648V49.5608L6.11568 33.8835C5.61576 33.3834 5.33492 32.7053 5.33492 31.9982C5.33492 31.2911 5.61576 30.6129 6.11568 30.1128L21.793 14.4355V21.3315Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5023'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="."] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="."] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="."][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4824)'%3E%3Cpath d='M50.6663 22.464V18.6667C50.6663 13.716 48.6997 8.96802 45.199 5.46734C41.6983 1.96666 36.9504 0 31.9997 0C27.049 0 22.301 1.96666 18.8003 5.46734C15.2997 8.96802 13.333 13.716 13.333 18.6667V22.464C10.958 23.5005 8.93646 25.2067 7.51567 27.3739C6.09489 29.5411 5.33642 32.0753 5.33301 34.6667V50.6667C5.33724 54.2016 6.74336 57.5905 9.24293 60.0901C11.7425 62.5897 15.1314 63.9958 18.6663 64H45.333C48.8679 63.9958 52.2569 62.5897 54.7564 60.0901C57.256 57.5905 58.6621 54.2016 58.6663 50.6667V34.6667C58.6629 32.0753 57.9045 29.5411 56.4837 27.3739C55.0629 25.2067 53.0414 23.5005 50.6663 22.464ZM18.6663 18.6667C18.6663 15.1304 20.0711 11.7391 22.5716 9.23858C25.0721 6.73809 28.4635 5.33333 31.9997 5.33333C35.5359 5.33333 38.9273 6.73809 41.4278 9.23858C43.9282 11.7391 45.333 15.1304 45.333 18.6667V21.3333H18.6663V18.6667ZM53.333 50.6667C53.333 52.7884 52.4902 54.8232 50.9899 56.3235C49.4896 57.8238 47.4547 58.6667 45.333 58.6667H18.6663C16.5446 58.6667 14.5098 57.8238 13.0095 56.3235C11.5092 54.8232 10.6663 52.7884 10.6663 50.6667V34.6667C10.6663 32.5449 11.5092 30.5101 13.0095 29.0098C14.5098 27.5095 16.5446 26.6667 18.6663 26.6667H45.333C47.4547 26.6667 49.4896 27.5095 50.9899 29.0098C52.4902 30.5101 53.333 32.5449 53.333 34.6667V50.6667Z' fill='%2308090E'/%3E%3Cpath d='M31.9999 37.3325C31.2927 37.3325 30.6144 37.6134 30.1143 38.1135C29.6142 38.6136 29.3333 39.2919 29.3333 39.9992V45.3325C29.3333 46.0397 29.6142 46.718 30.1143 47.2181C30.6144 47.7182 31.2927 47.9991 31.9999 47.9991C32.7072 47.9991 33.3855 47.7182 33.8856 47.2181C34.3857 46.718 34.6666 46.0397 34.6666 45.3325V39.9992C34.6666 39.2919 34.3857 38.6136 33.8856 38.1135C33.3855 37.6134 32.7072 37.3325 31.9999 37.3325Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4824'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="'"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="'"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="'"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4915)'%3E%3Cpath d='M21.3333 10.665H10.6667C7.83769 10.665 5.12458 11.7888 3.12419 13.7892C1.12381 15.7896 0 18.5027 0 21.3316L0 31.9983C0 33.4128 0.561903 34.7694 1.5621 35.7695C2.56229 36.7697 3.91885 37.3316 5.33333 37.3316H21.0933C20.4606 41.0558 18.5319 44.4364 15.6481 46.8762C12.7642 49.316 9.1108 50.658 5.33333 50.665C4.62609 50.665 3.94781 50.9459 3.44771 51.446C2.94762 51.9461 2.66667 52.6244 2.66667 53.3316C2.66667 54.0389 2.94762 54.7172 3.44771 55.2173C3.94781 55.7174 4.62609 55.9983 5.33333 55.9983C10.9893 55.992 16.4119 53.7423 20.4113 49.7429C24.4107 45.7435 26.6603 40.321 26.6667 34.665V15.9983C26.6667 14.5838 26.1048 13.2273 25.1046 12.2271C24.1044 11.2269 22.7478 10.665 21.3333 10.665Z' fill='%2308090E'/%3E%3Cpath d='M58.6671 10.665H48.0004C45.1714 10.665 42.4583 11.7888 40.4579 13.7892C38.4575 15.7896 37.3337 18.5027 37.3337 21.3316V31.9983C37.3337 33.4128 37.8956 34.7694 38.8958 35.7695C39.896 36.7697 41.2526 37.3316 42.6671 37.3316H58.4271C57.7944 41.0558 55.8657 44.4364 52.9818 46.8762C50.098 49.316 46.4445 50.658 42.6671 50.665C41.9598 50.665 41.2816 50.9459 40.7815 51.446C40.2814 51.9461 40.0004 52.6244 40.0004 53.3316C40.0004 54.0389 40.2814 54.7172 40.7815 55.2173C41.2816 55.7174 41.9598 55.9983 42.6671 55.9983C48.3231 55.992 53.7456 53.7423 57.745 49.7429C61.7444 45.7435 63.9941 40.321 64.0004 34.665V15.9983C64.0004 14.5838 63.4385 13.2273 62.4383 12.2271C61.4381 11.2269 60.0816 10.665 58.6671 10.665Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4915'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="%"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="%"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="%"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4906)'%3E%3Cpath d='M32.0007 5.33321C35.5381 5.34482 39.038 6.05785 42.298 7.43105C45.5579 8.80424 48.5132 10.8103 50.9927 13.3332H42.6674C41.9601 13.3332 41.2818 13.6142 40.7818 14.1143C40.2817 14.6144 40.0007 15.2926 40.0007 15.9999C40.0007 16.7071 40.2817 17.3854 40.7818 17.8855C41.2818 18.3856 41.9601 18.6665 42.6674 18.6665H53.7154C55.0285 18.6658 56.2877 18.1439 57.2162 17.2154C58.1447 16.2868 58.6667 15.0277 58.6674 13.7145V2.66655C58.6674 1.9593 58.3864 1.28103 57.8863 0.78093C57.3862 0.280833 56.7079 -0.000118588 56.0007 -0.000118588C55.2935 -0.000118588 54.6152 0.280833 54.1151 0.78093C53.615 1.28103 53.334 1.9593 53.334 2.66655V8.20788C48.9265 4.23842 43.5009 1.57431 37.665 0.513879C31.829 -0.54655 25.813 0.0385799 20.2908 2.20374C14.7686 4.3689 9.95808 8.0286 6.39807 12.773C2.83806 17.5174 0.669081 23.1592 0.134036 29.0665C0.0995918 29.4379 0.142878 29.8124 0.261137 30.1661C0.379396 30.5198 0.570035 30.8449 0.820907 31.1209C1.07178 31.3969 1.37738 31.6175 1.71824 31.7689C2.05911 31.9202 2.42776 31.9989 2.8007 31.9999C3.45294 32.0082 4.08479 31.7728 4.57259 31.3397C5.06039 30.9067 5.36901 30.3072 5.43804 29.6585C6.03167 23.0205 9.08597 16.8444 14.0009 12.3434C18.9159 7.84248 25.3362 5.342 32.0007 5.33321Z' fill='%2308090E'/%3E%3Cpath d='M61.2031 32.0006C60.5508 31.9923 59.919 32.2277 59.4312 32.6608C58.9434 33.0938 58.6348 33.6934 58.5657 34.342C58.1249 39.4173 56.2375 44.2596 53.1275 48.2946C50.0174 52.3295 45.8152 55.3876 41.0195 57.1062C36.2237 58.8247 31.0356 59.1316 26.0707 57.9903C21.1058 56.849 16.5724 54.3075 13.0084 50.6674H21.3337C22.041 50.6674 22.7193 50.3864 23.2194 49.8863C23.7195 49.3862 24.0004 48.7079 24.0004 48.0007C24.0004 47.2934 23.7195 46.6152 23.2194 46.1151C22.7193 45.615 22.041 45.334 21.3337 45.334H10.2857C9.63534 45.3337 8.99124 45.4615 8.39028 45.7102C7.78932 45.959 7.24327 46.3237 6.78337 46.7836C6.32346 47.2435 5.95871 47.7896 5.70998 48.3906C5.46124 48.9915 5.33339 49.6356 5.33374 50.286V61.334C5.33374 62.0413 5.61469 62.7196 6.11479 63.2197C6.61489 63.7198 7.29316 64.0007 8.00041 64.0007C8.70765 64.0007 9.38593 63.7198 9.88603 63.2197C10.3861 62.7196 10.6671 62.0413 10.6671 61.334V55.7927C15.0746 59.7622 20.5002 62.4263 26.3361 63.4867C32.1721 64.5471 38.1881 63.962 43.7103 61.7969C49.2326 59.6317 54.043 55.972 57.603 51.2276C61.1631 46.4831 63.332 40.8413 63.8671 34.934C63.9015 34.5626 63.8582 34.1882 63.74 33.8345C63.6217 33.4808 63.4311 33.1556 63.1802 32.8796C62.9293 32.6037 62.6237 32.383 62.2829 32.2316C61.942 32.0803 61.5734 32.0016 61.2004 32.0006H61.2031Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4906'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="+"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="+"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="+"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5179)'%3E%3Cpath d='M59.9996 10.6028H51.7703C51.2429 10.6029 50.7275 10.7593 50.289 11.0523C49.8506 11.3454 49.5089 11.7618 49.3071 12.249C49.1053 12.7362 49.0525 13.2723 49.1554 13.7895C49.2582 14.3067 49.5121 14.7818 49.8849 15.1548L52.7809 18.0508L43.2183 27.6108C42.7102 28.0963 42.0344 28.3673 41.3316 28.3673C40.6288 28.3673 39.953 28.0963 39.4449 27.6108L38.9916 27.1548C37.4679 25.6989 35.4416 24.8865 33.3343 24.8865C31.2269 24.8865 29.2006 25.6989 27.6769 27.1548L14.0769 40.7548C13.5758 41.2573 13.2949 41.9382 13.2959 42.6479C13.2969 43.3575 13.5798 44.0377 14.0823 44.5388C14.5848 45.0398 15.2657 45.3208 15.9754 45.3198C16.685 45.3188 17.3652 45.0359 17.8663 44.5334L31.4663 30.9334C31.974 30.4472 32.6499 30.1758 33.3529 30.1758C34.0559 30.1758 34.7318 30.4472 35.2396 30.9334L35.6929 31.3894C37.2172 32.844 39.2433 33.6556 41.3503 33.6556C43.4572 33.6556 45.4833 32.844 47.0076 31.3894L56.5703 21.8268L59.4663 24.7228C59.8405 25.0896 60.3144 25.338 60.829 25.437C61.3435 25.536 61.8758 25.4813 62.3594 25.2796C62.843 25.0779 63.2565 24.7382 63.5482 24.3029C63.8399 23.8676 63.9969 23.3561 63.9996 22.8321V14.6028C63.9996 13.5419 63.5782 12.5245 62.828 11.7743C62.0779 11.0242 61.0605 10.6028 59.9996 10.6028Z' fill='%2308090E'/%3E%3Cpath d='M61.3333 58.6027H13.3333C11.2116 58.6027 9.17677 57.7598 7.67648 56.2595C6.17619 54.7592 5.33333 52.7244 5.33333 50.6027V2.66667C5.33333 1.95942 5.05238 1.28115 4.55229 0.781049C4.05219 0.280952 3.37391 0 2.66667 0C1.95942 0 1.28115 0.280952 0.781049 0.781049C0.280952 1.28115 0 1.95942 0 2.66667L0 50.6027C0.00423429 54.1376 1.41035 57.5265 3.90992 60.0261C6.40949 62.5256 9.79841 63.9318 13.3333 63.936H61.3333C62.0406 63.936 62.7189 63.655 63.219 63.1549C63.7191 62.6549 64 61.9766 64 61.2693C64 60.5621 63.7191 59.8838 63.219 59.3837C62.7189 58.8836 62.0406 58.6027 61.3333 58.6027Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5179'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="_"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="_"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="_"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5021)'%3E%3Cpath d='M59.4485 33.8668L56.5525 36.7628L46.9925 27.2002C45.4683 25.7464 43.4428 24.9353 41.3365 24.9353C39.2301 24.9353 37.2047 25.7464 35.6805 27.2002L35.2191 27.6615C34.7115 28.1469 34.0362 28.4178 33.3338 28.4178C32.6314 28.4178 31.9561 28.1469 31.4485 27.6615L17.9205 14.1175C17.6745 13.8628 17.3802 13.6597 17.0549 13.5199C16.7295 13.3801 16.3796 13.3066 16.0255 13.3035C15.6715 13.3004 15.3203 13.3679 14.9926 13.502C14.6649 13.6361 14.3671 13.8341 14.1167 14.0845C13.8664 14.3348 13.6684 14.6326 13.5343 14.9603C13.4002 15.288 13.3327 15.6392 13.3358 15.9932C13.3389 16.3473 13.4124 16.6972 13.5522 17.0226C13.6919 17.3479 13.8951 17.6422 14.1498 17.8882L27.6751 31.4162C29.199 32.8706 31.2246 33.6821 33.3311 33.6821C35.4377 33.6821 37.4633 32.8706 38.9871 31.4162L39.4485 30.9548C39.9561 30.4694 40.6314 30.1985 41.3338 30.1985C42.0362 30.1985 42.7115 30.4694 43.2191 30.9548L52.7818 40.5335L49.8858 43.4295C49.513 43.8024 49.2591 44.2775 49.1562 44.7948C49.0534 45.312 49.1062 45.8481 49.308 46.3353C49.5098 46.8225 49.8515 47.2389 50.2899 47.5319C50.7283 47.8249 51.2438 47.9814 51.7711 47.9815H60.0005C61.0613 47.9815 62.0787 47.5601 62.8289 46.8099C63.579 46.0598 64.0005 45.0424 64.0005 43.9815V35.7335C63.9967 35.2078 63.8376 34.6949 63.5431 34.2593C63.2487 33.8237 62.8321 33.4849 62.3456 33.2854C61.8592 33.0859 61.3246 33.0347 60.8092 33.1381C60.2937 33.2416 59.8203 33.4951 59.4485 33.8668Z' fill='%2308090E'/%3E%3Cpath d='M61.3333 58.6027H13.3333C11.2116 58.6027 9.17677 57.7598 7.67648 56.2595C6.17619 54.7592 5.33333 52.7244 5.33333 50.6027V2.66667C5.33333 1.95942 5.05238 1.28115 4.55229 0.781049C4.05219 0.280952 3.37391 0 2.66667 0C1.95942 0 1.28115 0.280952 0.781049 0.781049C0.280952 1.28115 0 1.95942 0 2.66667L0 50.6027C0.00423429 54.1376 1.41035 57.5265 3.90992 60.0261C6.40949 62.5256 9.79841 63.9318 13.3333 63.936H61.3333C62.0406 63.936 62.7189 63.655 63.219 63.1549C63.7191 62.6549 64 61.9766 64 61.2693C64 60.5621 63.7191 59.8838 63.219 59.3837C62.7189 58.8836 62.0406 58.6027 61.3333 58.6027Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5021'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="&"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="&"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="&"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5057)'%3E%3Cpath d='M55.9997 10.6667H47.733C47.1141 7.6571 45.4765 4.95292 43.0963 3.00991C40.7162 1.06691 37.7389 0.00387873 34.6663 0L29.333 0C26.2605 0.00387873 23.2832 1.06691 20.903 3.00991C18.5228 4.95292 16.8853 7.6571 16.2663 10.6667H7.99967C7.29243 10.6667 6.61415 10.9476 6.11406 11.4477C5.61396 11.9478 5.33301 12.6261 5.33301 13.3333C5.33301 14.0406 5.61396 14.7189 6.11406 15.219C6.61415 15.719 7.29243 16 7.99967 16H10.6663V50.6667C10.6706 54.2016 12.0767 57.5905 14.5763 60.0901C17.0758 62.5897 20.4648 63.9958 23.9997 64H39.9997C43.5346 63.9958 46.9235 62.5897 49.4231 60.0901C51.9227 57.5905 53.3288 54.2016 53.333 50.6667V16H55.9997C56.7069 16 57.3852 15.719 57.8853 15.219C58.3854 14.7189 58.6663 14.0406 58.6663 13.3333C58.6663 12.6261 58.3854 11.9478 57.8853 11.4477C57.3852 10.9476 56.7069 10.6667 55.9997 10.6667ZM29.333 5.33333H34.6663C36.3204 5.33535 37.9333 5.849 39.284 6.80385C40.6346 7.7587 41.6568 9.10798 42.2103 10.6667H21.789C22.3426 9.10798 23.3647 7.7587 24.7154 6.80385C26.066 5.849 27.6789 5.33535 29.333 5.33333ZM47.9997 50.6667C47.9997 52.7884 47.1568 54.8232 45.6565 56.3235C44.1562 57.8238 42.1214 58.6667 39.9997 58.6667H23.9997C21.8779 58.6667 19.8431 57.8238 18.3428 56.3235C16.8425 54.8232 15.9997 52.7884 15.9997 50.6667V16H47.9997V50.6667Z' fill='%2308090E'/%3E%3Cpath d='M26.6667 47.9983C27.3739 47.9983 28.0522 47.7173 28.5523 47.2172C29.0524 46.7171 29.3333 46.0389 29.3333 45.3316V29.3316C29.3333 28.6244 29.0524 27.9461 28.5523 27.446C28.0522 26.9459 27.3739 26.665 26.6667 26.665C25.9594 26.665 25.2811 26.9459 24.781 27.446C24.281 27.9461 24 28.6244 24 29.3316V45.3316C24 46.0389 24.281 46.7171 24.781 47.2172C25.2811 47.7173 25.9594 47.9983 26.6667 47.9983Z' fill='%2308090E'/%3E%3Cpath d='M37.3329 47.9983C38.0402 47.9983 38.7185 47.7173 39.2186 47.2172C39.7187 46.7171 39.9996 46.0389 39.9996 45.3316V29.3316C39.9996 28.6244 39.7187 27.9461 39.2186 27.446C38.7185 26.9459 38.0402 26.665 37.3329 26.665C36.6257 26.665 35.9474 26.9459 35.4473 27.446C34.9472 27.9461 34.6663 28.6244 34.6663 29.3316V45.3316C34.6663 46.0389 34.9472 46.7171 35.4473 47.2172C35.9474 47.7173 36.6257 47.9983 37.3329 47.9983Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5057'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="a"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="a"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="a"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5106)'%3E%3Cpath d='M24.0004 37.3334H40.0004C40.7076 37.3334 41.3859 37.0524 41.886 36.5523C42.3861 36.0522 42.667 35.3739 42.667 34.6667C42.667 33.9594 42.3861 33.2812 41.886 32.7811C41.3859 32.281 40.7076 32 40.0004 32H24.0004C23.2932 32 22.6149 32.281 22.1148 32.7811C21.6147 33.2812 21.3337 33.9594 21.3337 34.6667C21.3337 35.3739 21.6147 36.0522 22.1148 36.5523C22.6149 37.0524 23.2932 37.3334 24.0004 37.3334Z' fill='%2308090E'/%3E%3Cpath d='M50.6667 0H13.3333C9.79841 0.00423429 6.40949 1.41035 3.90992 3.90992C1.41035 6.40949 0.00423429 9.79841 0 13.3333L0 16C0.000775487 17.1246 0.238669 18.2365 0.698158 19.263C1.15765 20.2895 1.82841 21.2076 2.66667 21.9573V50.6667C2.6709 54.2016 4.07702 57.5905 6.57659 60.0901C9.07615 62.5897 12.4651 63.9958 16 64H48C51.5349 63.9958 54.9239 62.5897 57.4234 60.0901C59.923 57.5905 61.3291 54.2016 61.3333 50.6667V21.9573C62.1716 21.2076 62.8424 20.2895 63.3018 19.263C63.7613 18.2365 63.9992 17.1246 64 16V13.3333C63.9958 9.79841 62.5897 6.40949 60.0901 3.90992C57.5905 1.41035 54.2016 0.00423429 50.6667 0V0ZM5.33333 13.3333C5.33333 11.2116 6.17619 9.17677 7.67648 7.67648C9.17677 6.17619 11.2116 5.33333 13.3333 5.33333H50.6667C52.7884 5.33333 54.8232 6.17619 56.3235 7.67648C57.8238 9.17677 58.6667 11.2116 58.6667 13.3333V16C58.6667 16.7072 58.3857 17.3855 57.8856 17.8856C57.3855 18.3857 56.7072 18.6667 56 18.6667H8C7.29276 18.6667 6.61448 18.3857 6.11438 17.8856C5.61428 17.3855 5.33333 16.7072 5.33333 16V13.3333ZM56 50.6667C56 52.7884 55.1571 54.8232 53.6569 56.3235C52.1566 57.8238 50.1217 58.6667 48 58.6667H16C13.8783 58.6667 11.8434 57.8238 10.3431 56.3235C8.84286 54.8232 8 52.7884 8 50.6667V24H56V50.6667Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5106'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="A"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="A"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="A"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5189)'%3E%3Cpath d='M34.6668 5.4693V2.66664C34.6668 1.95939 34.3859 1.28112 33.8858 0.781018C33.3857 0.280921 32.7074 -3.05176e-05 32.0001 -3.05176e-05C31.2929 -3.05176e-05 30.6146 0.280921 30.1145 0.781018C29.6144 1.28112 29.3335 1.95939 29.3335 2.66664V5.4693C23.9649 5.95061 18.8333 7.90452 14.5041 11.1158C10.1749 14.327 6.81621 18.6709 4.79797 23.669C2.77972 28.667 2.1803 34.1252 3.06573 39.4421C3.95116 44.7591 6.28709 49.7284 9.81614 53.8026C8.42246 54.4921 7.25783 55.5698 6.46251 56.9059C5.66719 58.242 5.2751 59.7795 5.33348 61.3333C5.33348 62.0406 5.61443 62.7188 6.11453 63.2189C6.61462 63.719 7.2929 64 8.00014 64C8.70739 64 9.38566 63.719 9.88576 63.2189C10.3859 62.7188 10.6668 62.0406 10.6668 61.3333C10.6446 60.5114 10.9397 59.7124 11.4909 59.1022C12.042 58.492 12.8069 58.1173 13.6268 58.056C13.8102 58.0211 13.9891 57.9656 14.1601 57.8906C19.2682 61.8525 25.549 64.0027 32.0135 64.0027C38.4779 64.0027 44.7587 61.8525 49.8668 57.8906C50.0229 57.9625 50.1854 58.0197 50.3521 58.0613C51.175 58.1174 51.9444 58.489 52.4998 59.0987C53.0553 59.7083 53.3539 60.5088 53.3335 61.3333C53.3335 62.0406 53.6144 62.7188 54.1145 63.2189C54.6146 63.719 55.2929 64 56.0001 64C56.7074 64 57.3857 63.719 57.8858 63.2189C58.3859 62.7188 58.6668 62.0406 58.6668 61.3333C58.7252 59.7795 58.3331 58.242 57.5378 56.9059C56.7425 55.5698 55.5778 54.4921 54.1841 53.8026C57.7132 49.7284 60.0491 44.7591 60.9346 39.4421C61.82 34.1252 61.2206 28.667 59.2023 23.669C57.1841 18.6709 53.8253 14.327 49.4962 11.1158C45.167 7.90452 40.0354 5.95061 34.6668 5.4693ZM8.00014 34.6666C8.00014 29.9199 9.40772 25.2797 12.0449 21.333C14.682 17.3862 18.4303 14.31 22.8157 12.4935C27.2012 10.677 32.0268 10.2017 36.6823 11.1278C41.3379 12.0538 45.6142 14.3396 48.9707 17.6961C52.3272 21.0525 54.6129 25.3289 55.539 29.9845C56.465 34.64 55.9898 39.4656 54.1733 43.851C52.3568 48.2365 49.2806 51.9848 45.3338 54.6219C41.387 57.2591 36.7469 58.6666 32.0001 58.6666C25.6373 58.6589 19.5373 56.1278 15.0382 51.6286C10.539 47.1294 8.00791 41.0295 8.00014 34.6666Z' fill='%2308090E'/%3E%3Cpath d='M51.2394 -3.76357e-05C50.5321 -3.76357e-05 49.8538 0.280914 49.3537 0.781011C48.8536 1.28111 48.5727 1.95939 48.5727 2.66663C48.5727 3.37387 48.8536 4.05215 49.3537 4.55225C49.8538 5.05234 50.5321 5.3333 51.2394 5.3333C52.1692 5.26261 53.1038 5.38097 53.9867 5.68125C54.8696 5.98152 55.6826 6.45749 56.3766 7.08045C57.0705 7.70341 57.6312 8.46046 58.0246 9.30595C58.4181 10.1514 58.6363 11.0679 58.666 12C58.666 12.7072 58.947 13.3855 59.4471 13.8856C59.9472 14.3857 60.6254 14.6666 61.3327 14.6666C62.0399 14.6666 62.7182 14.3857 63.2183 13.8856C63.7184 13.3855 63.9994 12.7072 63.9994 12C63.9652 10.3693 63.6063 8.76178 62.9434 7.27151C62.2806 5.78123 61.3272 4.43811 60.139 3.32072C58.9509 2.20333 57.5518 1.33411 56.0237 0.76392C54.4956 0.193727 52.8691 -0.0659906 51.2394 -3.76357e-05Z' fill='%2308090E'/%3E%3Cpath d='M5.33333 12C5.36306 11.0679 5.58124 10.1514 5.97472 9.30595C6.3682 8.46046 6.92883 7.70341 7.62281 7.08045C8.31678 6.45749 9.12973 5.98152 10.0126 5.68125C10.8955 5.38097 11.8301 5.26261 12.76 5.3333C13.4672 5.3333 14.1455 5.05234 14.6456 4.55225C15.1457 4.05215 15.4267 3.37387 15.4267 2.66663C15.4267 1.95939 15.1457 1.28111 14.6456 0.781011C14.1455 0.280914 13.4672 -3.76357e-05 12.76 -3.76357e-05C11.1303 -0.0659906 9.50381 0.193727 7.97568 0.76392C6.44756 1.33411 5.0485 2.20333 3.86034 3.32072C2.67218 4.43811 1.71879 5.78123 1.05595 7.27151C0.393107 8.76178 0.0341233 10.3693 0 12C0 12.7072 0.280952 13.3855 0.781049 13.8856C1.28115 14.3857 1.95942 14.6666 2.66667 14.6666C3.37391 14.6666 4.05219 14.3857 4.55229 13.8856C5.05238 13.3855 5.33333 12.7072 5.33333 12Z' fill='%2308090E'/%3E%3Cpath d='M34.6671 30.896V18.6667C34.6671 17.9594 34.3861 17.2811 33.886 16.781C33.3859 16.281 32.7077 16 32.0004 16C31.2932 16 30.6149 16.281 30.1148 16.781C29.6147 17.2811 29.3337 17.9594 29.3337 18.6667V32C29.3339 32.7072 29.6149 33.3854 30.1151 33.8853L38.1151 41.8853C38.618 42.3711 39.2916 42.6399 39.9908 42.6338C40.69 42.6277 41.3588 42.3473 41.8533 41.8529C42.3477 41.3584 42.6281 40.6896 42.6342 39.9904C42.6403 39.2912 42.3715 38.6176 41.8857 38.1147L34.6671 30.896Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5189'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="b"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="b"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="b"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5103)'%3E%3Cpath d='M53.699 64C52.7125 63.9973 51.7363 63.7991 50.8268 63.4169C49.9173 63.0347 49.0926 62.4761 48.4003 61.7733L32.0003 45.4693L15.6003 61.784C14.547 62.8526 13.1963 63.5791 11.7241 63.8688C10.2519 64.1584 8.72655 63.9979 7.34696 63.408C5.95366 62.8476 4.76174 61.88 3.92684 60.6317C3.09194 59.3834 2.65287 57.9123 2.66695 56.4106V13.3333C2.66695 9.79708 4.07171 6.4057 6.5722 3.90521C9.07268 1.40473 12.4641 -3.05176e-05 16.0003 -3.05176e-05L48.0003 -3.05176e-05C49.7513 -3.05176e-05 51.4851 0.344846 53.1027 1.01491C54.7204 1.68497 56.1903 2.6671 57.4284 3.90521C58.6665 5.14333 59.6486 6.61318 60.3187 8.23086C60.9888 9.84853 61.3336 11.5823 61.3336 13.3333V56.4106C61.3486 57.9111 60.9111 59.3813 60.0782 60.6295C59.2452 61.8776 58.0556 62.8459 56.6643 63.408C55.7251 63.8008 54.717 64.002 53.699 64ZM16.0003 5.3333C13.8786 5.3333 11.8437 6.17616 10.3434 7.67645C8.84314 9.17674 8.00029 11.2116 8.00029 13.3333V56.4106C7.99933 56.855 8.13008 57.2897 8.37602 57.6598C8.62197 58.0298 8.97208 58.3187 9.38213 58.49C9.79218 58.6612 10.2438 58.707 10.6799 58.6217C11.116 58.5364 11.517 58.3237 11.8323 58.0106L30.1336 39.8213C30.6333 39.3246 31.3091 39.0459 32.0136 39.0459C32.7181 39.0459 33.394 39.3246 33.8936 39.8213L52.1736 58.0053C52.4889 58.3184 52.89 58.5311 53.3261 58.6164C53.7621 58.7017 54.2137 58.6558 54.6238 58.4846C55.0338 58.3134 55.3839 58.0245 55.6299 57.6544C55.8758 57.2843 56.0066 56.8497 56.0056 56.4053V13.3333C56.0056 11.2116 55.1628 9.17674 53.6625 7.67645C52.1622 6.17616 50.1274 5.3333 48.0056 5.3333H16.0003Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5103'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="B"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="B"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="B"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4958)'%3E%3Cpath d='M61.3333 58.6669H58.6667V37.3335C58.6624 33.7986 57.2563 30.4097 54.7568 27.9101C52.2572 25.4106 48.8683 24.0044 45.3333 24.0002H34.6667V16.1042C35.8546 15.5857 36.8656 14.7322 37.5761 13.6481C38.2865 12.564 38.6655 11.2963 38.6667 10.0002C37.9463 6.5916 36.3235 3.43909 33.968 0.872203C33.7181 0.598948 33.4141 0.38072 33.0753 0.231416C32.7365 0.0821121 32.3703 0.00500488 32 0.00500488C31.6297 0.00500488 31.2635 0.0821121 30.9247 0.231416C30.5859 0.38072 30.2819 0.598948 30.032 0.872203C27.6765 3.43909 26.0537 6.5916 25.3333 10.0002C25.3345 11.2963 25.7135 12.564 26.4239 13.6481C27.1344 14.7322 28.1454 15.5857 29.3333 16.1042V24.0002H18.6667C15.1317 24.0044 11.7428 25.4106 9.24325 27.9101C6.74369 30.4097 5.33757 33.7986 5.33333 37.3335V58.6669H2.66667C1.95942 58.6669 1.28115 58.9478 0.781049 59.4479C0.280952 59.948 0 60.6263 0 61.3335C0 62.0408 0.280952 62.7191 0.781049 63.2192C1.28115 63.7192 1.95942 64.0002 2.66667 64.0002H61.3333C62.0406 64.0002 62.7189 63.7192 63.219 63.2192C63.7191 62.7191 64 62.0408 64 61.3335C64 60.6263 63.7191 59.948 63.219 59.4479C62.7189 58.9478 62.0406 58.6669 61.3333 58.6669ZM18.6667 29.3335H45.3333C47.4551 29.3335 49.4899 30.1764 50.9902 31.6767C52.4905 33.177 53.3333 35.2118 53.3333 37.3335V42.6135C50.8373 42.3469 49.3333 40.7469 49.3333 40.0002C49.3333 39.293 49.0524 38.6147 48.5523 38.1146C48.0522 37.6145 47.3739 37.3335 46.6667 37.3335C45.9594 37.3335 45.2811 37.6145 44.781 38.1146C44.281 38.6147 44 39.293 44 40.0002C44 40.9149 42.1813 42.6669 39.3333 42.6669C36.4293 42.6669 34.6667 40.8162 34.6667 40.0002C34.6667 39.293 34.3857 38.6147 33.8856 38.1146C33.3855 37.6145 32.7072 37.3335 32 37.3335C31.2928 37.3335 30.6145 37.6145 30.1144 38.1146C29.6143 38.6147 29.3333 39.293 29.3333 40.0002C29.3333 40.9149 27.5147 42.6669 24.6667 42.6669C21.7627 42.6669 20 40.8162 20 40.0002C20 39.293 19.719 38.6147 19.219 38.1146C18.7189 37.6145 18.0406 37.3335 17.3333 37.3335C16.6261 37.3335 15.9478 37.6145 15.4477 38.1146C14.9476 38.6147 14.6667 39.293 14.6667 40.0002C14.6667 40.8402 13.1227 42.3682 10.6667 42.6162V37.3335C10.6667 35.2118 11.5095 33.177 13.0098 31.6767C14.5101 30.1764 16.5449 29.3335 18.6667 29.3335ZM10.6667 47.9442C13.1165 47.8355 15.4611 46.9174 17.3333 45.3335C19.3903 47.0482 21.9816 47.9906 24.6595 47.9979C27.3374 48.0052 29.9337 47.0769 32 45.3735C34.0663 47.0769 36.6626 48.0052 39.3405 47.9979C42.0184 47.9906 44.6097 47.0482 46.6667 45.3335C48.5392 46.9164 50.8838 47.8336 53.3333 47.9415V58.6669H10.6667V47.9442Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4958'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="c"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="c"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="c"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5081)'%3E%3Cpath d='M53.3333 0H10.6667C7.83769 0 5.12458 1.12381 3.12419 3.12419C1.12381 5.12458 0 7.83769 0 10.6667L0 42.6667C0 45.4956 1.12381 48.2087 3.12419 50.2091C5.12458 52.2095 7.83769 53.3333 10.6667 53.3333H18.4L30.2693 63.368C30.7508 63.7755 31.3612 63.9991 31.992 63.9991C32.6228 63.9991 33.2332 63.7755 33.7147 63.368L45.6 53.3333H53.3333C56.1623 53.3333 58.8754 52.2095 60.8758 50.2091C62.8762 48.2087 64 45.4956 64 42.6667V10.6667C64 7.83769 62.8762 5.12458 60.8758 3.12419C58.8754 1.12381 56.1623 0 53.3333 0V0ZM58.6667 42.6667C58.6667 44.0812 58.1048 45.4377 57.1046 46.4379C56.1044 47.4381 54.7478 48 53.3333 48H45.6C44.3394 48.0004 43.1198 48.4473 42.1573 49.2613L32 57.84L21.848 49.2613C20.8842 48.4461 19.6624 47.9991 18.4 48H10.6667C9.25218 48 7.89562 47.4381 6.89543 46.4379C5.89524 45.4377 5.33333 44.0812 5.33333 42.6667V10.6667C5.33333 9.25218 5.89524 7.89562 6.89543 6.89543C7.89562 5.89524 9.25218 5.33333 10.6667 5.33333H53.3333C54.7478 5.33333 56.1044 5.89524 57.1046 6.89543C58.1048 7.89562 58.6667 9.25218 58.6667 10.6667V42.6667Z' fill='%2308090E'/%3E%3Cpath d='M18.6667 18.6671H32C32.7072 18.6671 33.3855 18.3861 33.8856 17.886C34.3857 17.3859 34.6667 16.7076 34.6667 16.0004C34.6667 15.2932 34.3857 14.6149 33.8856 14.1148C33.3855 13.6147 32.7072 13.3337 32 13.3337H18.6667C17.9594 13.3337 17.2811 13.6147 16.781 14.1148C16.281 14.6149 16 15.2932 16 16.0004C16 16.7076 16.281 17.3859 16.781 17.886C17.2811 18.3861 17.9594 18.6671 18.6667 18.6671Z' fill='%2308090E'/%3E%3Cpath d='M45.3333 24H18.6667C17.9594 24 17.2811 24.281 16.781 24.781C16.281 25.2811 16 25.9594 16 26.6667C16 27.3739 16.281 28.0522 16.781 28.5523C17.2811 29.0524 17.9594 29.3333 18.6667 29.3333H45.3333C46.0406 29.3333 46.7189 29.0524 47.219 28.5523C47.7191 28.0522 48 27.3739 48 26.6667C48 25.9594 47.7191 25.2811 47.219 24.781C46.7189 24.281 46.0406 24 45.3333 24Z' fill='%2308090E'/%3E%3Cpath d='M45.3333 34.6663H18.6667C17.9594 34.6663 17.2811 34.9472 16.781 35.4473C16.281 35.9474 16 36.6257 16 37.333C16 38.0402 16.281 38.7185 16.781 39.2186C17.2811 39.7187 17.9594 39.9996 18.6667 39.9996H45.3333C46.0406 39.9996 46.7189 39.7187 47.219 39.2186C47.7191 38.7185 48 38.0402 48 37.333C48 36.6257 47.7191 35.9474 47.219 35.4473C46.7189 34.9472 46.0406 34.6663 45.3333 34.6663Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5081'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="C"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="C"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="C"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4896)'%3E%3Cpath d='M61.2001 25.5994C60.7 25.0995 60.0218 24.8187 59.3147 24.8187C58.6076 24.8187 57.9295 25.0995 57.4294 25.5994L28.3841 54.7701C27.146 56.0084 25.6761 56.9907 24.0584 57.6609C22.4406 58.3311 20.7067 58.6761 18.9557 58.6763C15.4192 58.6765 12.0275 57.2719 9.52673 54.7714C7.02591 52.271 5.62083 48.8795 5.62058 45.3431C5.62033 41.8066 7.02493 38.4149 9.52539 35.9141L37.6561 7.66878C39.1603 6.18849 41.1885 5.36257 43.299 5.37091C45.4094 5.37925 47.431 6.22119 48.9235 7.71333C50.416 9.20546 51.2584 11.2269 51.2673 13.3373C51.2761 15.4478 50.4507 17.4762 48.9707 18.9808L20.8401 47.2261C20.3327 47.7121 19.6573 47.9835 18.9547 47.9835C18.2522 47.9835 17.5767 47.7121 17.0694 47.2261C16.5695 46.726 16.2886 46.0479 16.2886 45.3408C16.2886 44.6337 16.5695 43.9555 17.0694 43.4554L42.1147 18.2954C42.6005 17.7925 42.8693 17.1189 42.8632 16.4197C42.8571 15.7205 42.5767 15.0517 42.0822 14.5573C41.5878 14.0628 40.919 13.7824 40.2198 13.7763C39.5206 13.7702 38.847 14.039 38.3441 14.5248L13.2987 39.6848C12.5557 40.4277 11.9663 41.3096 11.5642 42.2803C11.1621 43.251 10.9551 44.2914 10.9551 45.3421C10.9551 46.3928 11.1621 47.4332 11.5642 48.4039C11.9663 49.3746 12.5557 50.2566 13.2987 50.9994C14.823 52.454 16.8491 53.2656 18.9561 53.2656C21.063 53.2656 23.0891 52.454 24.6134 50.9994L52.7414 22.7514C55.1894 20.2403 56.5495 16.8657 56.527 13.3588C56.5045 9.85196 55.1013 6.49512 52.6213 4.01551C50.1414 1.53589 46.7843 0.133167 43.2775 0.111193C39.7706 0.0892202 36.3962 1.44977 33.8854 3.89811L5.75473 32.1434C2.25387 35.6443 0.287109 40.3925 0.287109 45.3434C0.287109 50.2944 2.25387 55.0426 5.75473 58.5434C9.25559 62.0443 14.0038 64.0111 18.9547 64.0111C23.9057 64.0111 28.6539 62.0443 32.1547 58.5434L61.2001 29.3808C61.4492 29.133 61.6469 28.8384 61.7818 28.5139C61.9167 28.1894 61.9862 27.8415 61.9862 27.4901C61.9862 27.1387 61.9167 26.7908 61.7818 26.4663C61.6469 26.1419 61.4492 25.8473 61.2001 25.5994Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4896'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="d"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="d"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="d"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5135)'%3E%3Cpath d='M61.9195 15.3146L53.8901 4.46655C52.9027 3.0861 51.6006 1.96086 50.0915 1.18408C48.5825 0.407303 46.91 0.00135452 45.2128 -0.000117371H18.7861C17.0972 -0.0017027 15.432 0.397811 13.9275 1.16554C12.4231 1.93328 11.1225 3.04728 10.1328 4.41588L1.95948 15.3412C0.628712 17.2177 -0.0585377 19.4747 0.00058975 21.7745C0.0597172 24.0742 0.862041 26.2929 2.28748 28.0985L25.7328 60.9732C26.48 61.9193 27.4323 62.6834 28.5179 63.2077C29.6034 63.732 30.7939 64.0029 31.9995 63.9999C33.2257 63.9974 34.4351 63.7137 35.5344 63.1705C36.6338 62.6273 37.5939 61.8391 38.3408 60.8666L61.5995 28.3572C63.0888 26.5252 63.9281 24.2508 63.986 21.8905C64.0439 19.5302 63.3171 17.2174 61.9195 15.3146ZM49.5781 7.60255L57.6261 18.4772C57.6688 18.5359 57.6795 18.6052 57.7221 18.6665H44.6768L40.8688 5.33322H45.2128C46.0687 5.33587 46.9115 5.54325 47.6709 5.93802C48.4303 6.3328 49.0843 6.90353 49.5781 7.60255ZM31.9995 50.9812L24.7995 23.9999H39.1995L31.9995 50.9812ZM24.8688 18.6665L28.6768 5.33322H35.3221L39.1301 18.6665H24.8688ZM14.4448 7.56522C14.9396 6.87559 15.5913 6.31353 16.3462 5.92544C17.101 5.53735 17.9374 5.33435 18.7861 5.33322H23.1301L19.3221 18.6665H6.18081C6.21814 18.6079 6.22881 18.5359 6.27147 18.4799L14.4448 7.56522ZM6.52747 24.8666C6.33493 24.5946 6.16969 24.3043 6.03414 23.9999H19.2848L27.2688 53.9465L6.52747 24.8666ZM36.7221 53.9732L44.7221 23.9999H58.0181C57.8463 24.3979 57.6289 24.7747 57.3701 25.1225L36.7221 53.9732Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5135'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="D"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="D"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="D"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4904)'%3E%3Cpath d='M45.3337 37.3333C45.3337 38.0405 45.0528 38.7188 44.5527 39.2189C44.0526 39.719 43.3743 40 42.6671 40H21.3337C20.6265 40 19.9482 39.719 19.4481 39.2189C18.948 38.7188 18.6671 38.0405 18.6671 37.3333C18.6671 36.6261 18.948 35.9478 19.4481 35.4477C19.9482 34.9476 20.6265 34.6666 21.3337 34.6666H42.6671C43.3743 34.6666 44.0526 34.9476 44.5527 35.4477C45.0528 35.9478 45.3337 36.6261 45.3337 37.3333ZM34.6671 45.3333H21.3337C20.6265 45.3333 19.9482 45.6143 19.4481 46.1143C18.948 46.6144 18.6671 47.2927 18.6671 48C18.6671 48.7072 18.948 49.3855 19.4481 49.8856C19.9482 50.3857 20.6265 50.6666 21.3337 50.6666H34.6671C35.3743 50.6666 36.0526 50.3857 36.5527 49.8856C37.0528 49.3855 37.3337 48.7072 37.3337 48C37.3337 47.2927 37.0528 46.6144 36.5527 46.1143C36.0526 45.6143 35.3743 45.3333 34.6671 45.3333ZM58.6671 27.96V50.6666C58.6628 54.2016 57.2567 57.5905 54.7572 60.0901C52.2576 62.5896 48.8687 63.9957 45.3337 64H18.6671C15.1322 63.9957 11.7432 62.5896 9.24366 60.0901C6.74409 57.5905 5.33797 54.2016 5.33374 50.6666V13.3333C5.33797 9.79838 6.74409 6.40946 9.24366 3.90989C11.7432 1.41032 15.1322 0.0042042 18.6671 -3.00896e-05H30.7071C33.1594 -0.00634189 35.5886 0.473537 37.8543 1.41186C40.12 2.35019 42.1773 3.72834 43.9071 5.46664L53.1977 14.7626C54.937 16.4913 56.316 18.5479 57.2549 20.8132C58.1937 23.0786 58.6737 25.5078 58.6671 27.96ZM40.1364 9.2373C39.2972 8.4244 38.3549 7.7251 37.3337 7.1573V18.6666C37.3337 19.3739 37.6147 20.0522 38.1148 20.5523C38.6149 21.0524 39.2932 21.3333 40.0004 21.3333H51.5097C50.9416 20.3125 50.2414 19.371 49.4271 18.5333L40.1364 9.2373ZM53.3337 27.96C53.3337 27.52 53.2484 27.0986 53.2084 26.6666H40.0004C37.8787 26.6666 35.8438 25.8238 34.3435 24.3235C32.8433 22.8232 32.0004 20.7884 32.0004 18.6666V5.45864C31.5684 5.41864 31.1444 5.3333 30.7071 5.3333H18.6671C16.5453 5.3333 14.5105 6.17616 13.0102 7.67645C11.5099 9.17674 10.6671 11.2116 10.6671 13.3333V50.6666C10.6671 52.7884 11.5099 54.8232 13.0102 56.3235C14.5105 57.8238 16.5453 58.6666 18.6671 58.6666H45.3337C47.4555 58.6666 49.4903 57.8238 50.9906 56.3235C52.4909 54.8232 53.3337 52.7884 53.3337 50.6666V27.96Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4904'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="e"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="e"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="e"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5107)'%3E%3Cpath d='M50.6667 2.66623H13.3333C9.79841 2.67047 6.40949 4.07659 3.90992 6.57615C1.41035 9.07572 0.00423429 12.4646 0 15.9996L0 47.9996C0.00423429 51.5345 1.41035 54.9234 3.90992 57.423C6.40949 59.9226 9.79841 61.3287 13.3333 61.3329H50.6667C54.2016 61.3287 57.5905 59.9226 60.0901 57.423C62.5897 54.9234 63.9958 51.5345 64 47.9996V15.9996C63.9958 12.4646 62.5897 9.07572 60.0901 6.57615C57.5905 4.07659 54.2016 2.67047 50.6667 2.66623ZM13.3333 7.99957H50.6667C52.2634 8.00271 53.8227 8.48361 55.1439 9.38038C56.465 10.2771 57.4876 11.5488 58.08 13.0316L37.6587 33.4556C36.1558 34.9524 34.1211 35.7928 32 35.7928C29.8789 35.7928 27.8442 34.9524 26.3413 33.4556L5.92 13.0316C6.5124 11.5488 7.53497 10.2771 8.85613 9.38038C10.1773 8.48361 11.7366 8.00271 13.3333 7.99957ZM50.6667 55.9996H13.3333C11.2116 55.9996 9.17677 55.1567 7.67648 53.6564C6.17619 52.1561 5.33333 50.1213 5.33333 47.9996V19.9996L22.5707 37.2262C25.0737 39.7229 28.4647 41.125 32 41.125C35.5353 41.125 38.9263 39.7229 41.4293 37.2262L58.6667 19.9996V47.9996C58.6667 50.1213 57.8238 52.1561 56.3235 53.6564C54.8232 55.1567 52.7884 55.9996 50.6667 55.9996Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5107'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="E"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="E"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="E"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4885)'%3E%3Cpath d='M62.0557 25.117C57.9197 18.381 48.5117 7.07963 31.9997 7.07963C15.4877 7.07963 6.07971 18.381 1.94371 25.117C0.665117 27.185 -0.012146 29.5683 -0.012146 31.9996C-0.012146 34.431 0.665117 36.8143 1.94371 38.8823C6.07971 45.6183 15.4877 56.9196 31.9997 56.9196C48.5117 56.9196 57.9197 45.6183 62.0557 38.8823C63.3343 36.8143 64.0116 34.431 64.0116 31.9996C64.0116 29.5683 63.3343 27.185 62.0557 25.117ZM57.509 36.0903C53.957 41.8663 45.917 51.5863 31.9997 51.5863C18.0824 51.5863 10.0424 41.8663 6.49038 36.0903C5.73074 34.8611 5.32838 33.4446 5.32838 31.9996C5.32838 30.5546 5.73074 29.1382 6.49038 27.909C10.0424 22.133 18.0824 12.413 31.9997 12.413C45.917 12.413 53.957 22.1223 57.509 27.909C58.2687 29.1382 58.671 30.5546 58.671 31.9996C58.671 33.4446 58.2687 34.8611 57.509 36.0903Z' fill='%2308090E'/%3E%3Cpath d='M31.9995 18.6662C29.3624 18.6662 26.7845 19.4482 24.5919 20.9133C22.3992 22.3784 20.6903 24.4608 19.6811 26.8971C18.6719 29.3335 18.4079 32.0144 18.9223 34.6008C19.4368 37.1872 20.7067 39.563 22.5714 41.4277C24.4361 43.2924 26.8119 44.5622 29.3983 45.0767C31.9847 45.5912 34.6656 45.3271 37.1019 44.318C39.5383 43.3088 41.6207 41.5998 43.0857 39.4072C44.5508 37.2145 45.3328 34.6367 45.3328 31.9996C45.3286 28.4647 43.9225 25.0757 41.4229 22.5762C38.9233 20.0766 35.5344 18.6705 31.9995 18.6662ZM31.9995 39.9996C30.4172 39.9996 28.8705 39.5304 27.5549 38.6513C26.2393 37.7723 25.2139 36.5228 24.6084 35.061C24.0029 33.5992 23.8445 31.9907 24.1532 30.4388C24.4619 28.887 25.2238 27.4615 26.3426 26.3427C27.4614 25.2239 28.8869 24.462 30.4388 24.1533C31.9906 23.8446 33.5991 24.003 35.0609 24.6085C36.5228 25.214 37.7722 26.2394 38.6512 27.555C39.5303 28.8706 39.9995 30.4173 39.9995 31.9996C39.9995 34.1213 39.1566 36.1561 37.6563 37.6564C36.156 39.1567 34.1212 39.9996 31.9995 39.9996Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4885'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="f"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="f"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="f"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4960)'%3E%3Cpath d='M44.347 7.73364C42.2484 5.95501 40.0484 4.08564 37.8084 2.04826C36.09 0.485512 33.7692 -0.238738 31.467 0.0696367C29.236 0.364387 27.251 1.63426 26.0484 3.53626C22.8696 8.84826 20.6221 14.6644 19.403 20.7336C18.9246 20.0429 18.5002 19.3164 18.1336 18.5603C16.8706 15.8993 13.6896 14.7659 11.0286 16.0289C10.3844 16.3346 9.80798 16.7665 9.3336 17.2989C4.86073 21.8696 2.3811 28.0265 2.4376 34.4215C2.31048 47.863 11.3519 59.6644 24.363 63.0403C26.7839 63.6494 29.2694 63.9645 31.7656 63.9789C31.8456 63.9789 32.6962 63.9709 33.0402 63.9469C48.9602 63.4313 61.5935 50.3659 61.5736 34.4375C61.563 22.3576 53.5844 15.5843 44.347 7.73364ZM31.699 58.6269C29.7144 58.4759 27.7531 57.672 26.2724 56.4775C23.9536 54.8368 22.4192 52.4308 22.0537 49.6589C21.6004 45.3335 24.2671 39.6775 29.7151 33.2883C30.2864 32.621 31.1221 32.2386 32.0005 32.2429C32.8675 32.2366 33.692 32.618 34.2485 33.2829C39.2405 39.2083 41.9819 44.6749 41.9819 48.6775C41.9665 53.9363 37.8561 58.0963 32.6219 58.6029C32.392 58.6251 32.0004 58.6589 31.699 58.6269ZM46.8697 53.5549C46.7124 53.6775 46.5391 53.7763 46.3791 53.8935C46.9944 52.2213 47.3112 50.454 47.3151 48.6721C47.3151 41.9335 42.4217 34.7121 38.3205 29.8401C36.7514 27.9818 34.4434 26.9088 32.0111 26.9068H32.0004C29.5632 26.9024 27.2469 27.968 25.6644 29.8214C19.1444 37.4588 16.1497 44.32 16.763 50.216C16.9086 51.5848 17.2582 52.924 17.8004 54.1894C11.4681 49.6011 7.73698 42.241 7.77898 34.4214C7.72748 29.3415 9.73073 24.4563 13.3336 20.8748C13.9487 22.1535 14.6874 23.369 15.539 24.5041C16.7086 26.0854 18.7067 26.8191 20.6216 26.3708C22.574 25.9389 24.0899 24.399 24.491 22.4401C25.5624 16.7771 27.6097 11.3434 30.5416 6.38151C30.9024 5.81426 31.4982 5.43851 32.1656 5.35751C32.9115 5.25714 33.6634 5.49251 34.219 6.00014C36.507 8.08014 38.7524 10.0001 40.8856 11.8055C49.787 19.3655 56.2216 24.8269 56.2216 34.4375C56.2446 41.9166 52.7921 48.9823 46.8776 53.5601L46.8697 53.5549Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4960'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="F"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="F"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="F"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5120)'%3E%3Cpath d='M64.0002 61.3334C64.0002 62.0407 63.7192 62.719 63.2191 63.219C62.719 63.7191 62.0407 64.0001 61.3335 64.0001H2.66681C1.95957 64.0001 1.28129 63.7191 0.781196 63.219C0.281099 62.719 0.000147044 62.0407 0.000147044 61.3334C0.000147044 60.6262 0.281099 59.9479 0.781196 59.4478C1.28129 58.9477 1.95957 58.6668 2.66681 58.6668H61.3335C62.0407 58.6668 62.719 58.9477 63.2191 59.4478C63.7192 59.9479 64.0002 60.6262 64.0002 61.3334ZM0.776147 22.8054C0.20154 21.7396 -0.0646672 20.5348 0.00740152 19.3261C0.0794703 18.1174 0.486963 16.9527 1.18415 15.9628C2.3235 14.2911 3.84933 12.9189 5.63215 11.9628L25.6348 1.55209C27.6009 0.529769 29.7842 -0.00396729 32.0001 -0.00396729C34.2161 -0.00396729 36.3994 0.529769 38.3655 1.55209L58.3655 11.9708C60.1483 12.9269 61.6741 14.2991 62.8135 15.9708C63.5107 16.9607 63.9182 18.1254 63.9902 19.3341C64.0623 20.5428 63.7961 21.7476 63.2215 22.8134C62.6029 23.9836 61.675 24.9617 60.5391 25.6411C59.4031 26.3206 58.1025 26.6753 56.7788 26.6668H56.0001V48.0001H58.6668C59.3741 48.0001 60.0523 48.281 60.5524 48.7811C61.0525 49.2812 61.3335 49.9595 61.3335 50.6668C61.3335 51.374 61.0525 52.0523 60.5524 52.5524C60.0523 53.0525 59.3741 53.3334 58.6668 53.3334H5.33348C4.62624 53.3334 3.94796 53.0525 3.44786 52.5524C2.94777 52.0523 2.66681 51.374 2.66681 50.6668C2.66681 49.9595 2.94777 49.2812 3.44786 48.7811C3.94796 48.281 4.62624 48.0001 5.33348 48.0001H8.00015V26.6668H7.22148C5.89657 26.675 4.59483 26.3193 3.45825 25.6384C2.32167 24.9575 1.3939 23.9775 0.776147 22.8054ZM13.3335 48.0001H21.3335V26.6668H13.3335V48.0001ZM26.6668 26.6668V48.0001H37.3335V26.6668H26.6668ZM50.6668 26.6668H42.6668V48.0001H50.6668V26.6668ZM5.50148 20.3334C5.6688 20.6419 5.91778 20.8984 6.22117 21.0748C6.52455 21.2512 6.87062 21.3406 7.22148 21.3334H56.7788C57.1297 21.3406 57.4757 21.2512 57.7791 21.0748C58.0825 20.8984 58.3315 20.6419 58.4988 20.3334C58.6207 20.1296 58.6796 19.8943 58.6682 19.6571C58.6569 19.4199 58.5756 19.1913 58.4348 19.0001C57.7887 18.0399 56.9206 17.2495 55.9042 16.6961L35.9041 6.27742C34.6988 5.65188 33.3608 5.32535 32.0028 5.32535C30.6448 5.32535 29.3068 5.65188 28.1015 6.27742L8.10148 16.6961C7.08544 17.2513 6.21756 18.0424 5.57081 19.0028C5.42972 19.1932 5.34789 19.421 5.33556 19.6576C5.32322 19.8943 5.38094 20.1294 5.50148 20.3334Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5120'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="g"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="g"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="g"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M59.2199 13.4112C56.8299 9.42781 52.5809 6.77219 47.8008 6.77219H15.9336C11.1535 6.77219 6.90462 9.42781 4.5145 13.4112C1.59338 18.7224 0 24.5648 0 30.6727C0 45.2784 5.84237 57.2287 13.278 57.2287C17.2614 57.2287 20.4481 53.5108 22.8381 45.8096C23.1036 44.7473 24.1659 43.9507 25.4937 43.9507H38.5062C39.5685 43.9507 40.6308 44.7473 41.1619 45.8096C43.5519 53.5108 46.7386 57.2287 50.722 57.2287C58.1576 57.2287 64 45.2784 64 30.6727C63.7345 24.5648 62.1411 18.7224 59.2199 13.4112ZM50.4564 51.9174C49.6598 51.9174 47.8008 49.7929 45.9419 44.2162C44.8796 40.7639 41.6929 38.6394 38.2406 38.6394H25.4937C22.0415 38.6394 18.8547 41.0294 17.7925 44.2162C15.9336 49.7929 14.0746 51.9174 13.278 51.9174C10.6224 51.9174 5.31125 43.6851 5.31125 30.6727C5.31125 25.6271 6.639 20.5814 9.02913 16.0669C10.6225 13.6769 13.2781 12.0836 15.9338 12.0836H47.801C50.4566 12.0836 53.1122 13.6769 54.7056 16.0669C57.0956 20.5814 58.4235 25.6271 58.4235 30.6727C58.4232 43.6851 53.112 51.9174 50.4564 51.9174Z' fill='%2308090E'/%3E%3Cpath d='M24.0001 24H21.3335V21.3334C21.3335 19.7334 20.2669 18.6668 18.6669 18.6668C17.0669 18.6668 16.0002 19.7334 16.0002 21.3334V24H13.3336C11.7336 24 10.667 25.0667 10.667 26.6666C10.667 28.2666 11.7336 29.3333 13.3336 29.3333H16.0001V32C16.0001 33.6 17.0667 34.6666 18.6668 34.6666C20.2668 34.6666 21.3334 33.6 21.3334 32V29.3334H24.0001C25.6001 29.3334 26.6668 28.2668 26.6668 26.6668C26.6668 25.0667 25.6001 24 24.0001 24Z' fill='%2308090E'/%3E%3Cpath d='M49.3334 26.6666C51.5425 26.6666 53.3334 24.8757 53.3334 22.6666C53.3334 20.4574 51.5425 18.6666 49.3334 18.6666C47.1242 18.6666 45.3334 20.4574 45.3334 22.6666C45.3334 24.8757 47.1242 26.6666 49.3334 26.6666Z' fill='%2308090E'/%3E%3Cpath d='M41.3334 34.6666C43.5425 34.6666 45.3334 32.8757 45.3334 30.6666C45.3334 28.4574 43.5425 26.6666 41.3334 26.6666C39.1242 26.6666 37.3334 28.4574 37.3334 30.6666C37.3334 32.8757 39.1242 34.6666 41.3334 34.6666Z' fill='%2308090E'/%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="G"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="G"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="G"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4861)'%3E%3Cpath d='M61.1792 18.2318L55.3605 12.4104L57.8859 9.88508C58.1405 9.63909 58.3437 9.34484 58.4835 9.0195C58.6232 8.69415 58.6968 8.34423 58.6999 7.99015C58.7029 7.63608 58.6355 7.28493 58.5014 6.95721C58.3673 6.62948 58.1693 6.33175 57.9189 6.08136C57.6685 5.83098 57.3708 5.63298 57.0431 5.49889C56.7153 5.36481 56.3642 5.29734 56.0101 5.30042C55.656 5.30349 55.3061 5.37706 54.9808 5.51681C54.6554 5.65657 54.3612 5.85972 54.1152 6.11442L51.5899 8.63975L45.7685 2.82108C43.9337 1.07261 41.4964 0.0972748 38.9619 0.0972748C36.4273 0.0972748 33.99 1.07261 32.1552 2.82108C31.2607 3.71486 30.5511 4.77615 30.0669 5.94431C29.5828 7.11246 29.3336 8.36458 29.3336 9.62908C29.3336 10.8936 29.5828 12.1457 30.0669 13.3139C30.5511 14.482 31.2607 15.5433 32.1552 16.4371L37.9739 22.2557L22.2565 37.9731L16.4352 32.1544C14.6004 30.4059 12.163 29.4306 9.62852 29.4306C7.094 29.4306 4.65669 30.4059 2.82185 32.1544C1.92734 33.0482 1.21773 34.1095 0.733587 35.2776C0.249439 36.4458 0.000244141 37.6979 0.000244141 38.9624C0.000244141 40.2269 0.249439 41.479 0.733587 42.6472C1.21773 43.8153 1.92734 44.8766 2.82185 45.7704L8.64052 51.5891L6.11519 54.1144C5.86049 54.3604 5.65734 54.6547 5.51758 54.98C5.37783 55.3053 5.30426 55.6553 5.30119 56.0093C5.29811 56.3634 5.36558 56.7146 5.49966 57.0423C5.63375 57.37 5.83175 57.6678 6.08213 57.9181C6.33251 58.1685 6.63025 58.3665 6.95798 58.5006C7.2857 58.6347 7.63685 58.7022 7.99092 58.6991C8.345 58.696 8.69492 58.6224 9.02027 58.4827C9.34561 58.3429 9.63986 58.1398 9.88585 57.8851L12.4112 55.3597L18.2325 61.1784C19.1262 62.0725 20.1874 62.7818 21.3553 63.2657C22.5232 63.7496 23.775 63.9987 25.0392 63.9987C26.3034 63.9987 27.5552 63.7496 28.7231 63.2657C29.891 62.7818 30.9521 62.0725 31.8459 61.1784C32.7403 60.2849 33.4498 59.2238 33.9339 58.0559C34.4181 56.8879 34.6672 55.636 34.6672 54.3717C34.6672 53.1075 34.4181 51.8556 33.9339 50.6876C33.4498 49.5197 32.7403 48.4586 31.8459 47.5651L26.0272 41.7464L41.7605 26.0264L47.5792 31.8451C48.4729 32.7392 49.534 33.4485 50.7019 33.9324C51.8699 34.4163 53.1217 34.6654 54.3859 34.6654C55.65 34.6654 56.9019 34.4163 58.0698 33.9324C59.2377 33.4485 60.2988 32.7392 61.1925 31.8451C62.087 30.9515 62.7965 29.8905 63.2806 28.7225C63.7647 27.5546 64.0139 26.3027 64.0139 25.0384C64.0139 23.7741 63.7647 22.5222 63.2806 21.3543C62.7965 20.1864 62.087 19.1253 61.1925 18.2318H61.1792ZM29.3339 54.3731C29.335 54.937 29.2244 55.4955 29.0083 56.0164C28.7923 56.5373 28.4751 57.0102 28.0752 57.4077C27.2578 58.1896 26.1703 58.626 25.0392 58.626C23.9081 58.626 22.8206 58.1896 22.0032 57.4077L6.59252 41.9971C5.78732 41.1919 5.33497 40.0998 5.33497 38.9611C5.33497 37.8224 5.78732 36.7303 6.59252 35.9251C7.39772 35.1199 8.4898 34.6675 9.62852 34.6675C10.7672 34.6675 11.8593 35.1199 12.6645 35.9251L28.0752 51.3357C28.4754 51.7336 28.7928 52.2069 29.0088 52.7283C29.2249 53.2497 29.3354 53.8087 29.3339 54.3731ZM57.4085 28.0744C56.5912 28.8563 55.5036 29.2927 54.3725 29.2927C53.2414 29.2927 52.1539 28.8563 51.3365 28.0744L35.9259 12.6638C35.5272 12.2651 35.2109 11.7917 34.9951 11.2708C34.7794 10.7499 34.6683 10.1916 34.6683 9.62775C34.6683 8.48903 35.1207 7.39695 35.9259 6.59175C36.7311 5.78655 37.8231 5.3342 38.9619 5.3342C40.1006 5.3342 41.1927 5.78655 41.9979 6.59175L57.4085 22.0024C57.8076 22.4009 58.1241 22.8742 58.3401 23.3951C58.5561 23.9161 58.6673 24.4745 58.6673 25.0384C58.6673 25.6024 58.5561 26.1608 58.3401 26.6817C58.1241 27.2027 57.8076 27.6759 57.4085 28.0744Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4861'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="h"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="h"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="h"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4854)'%3E%3Cpath d='M61.6565 24.1838L41.4299 3.95445C38.9265 1.45842 35.5356 0.056778 32.0005 0.056778C28.4654 0.056778 25.0745 1.45842 22.5712 3.95445L2.34452 24.1838C1.59899 24.9245 1.00791 25.8059 0.60554 26.7768C0.203174 27.7477 -0.00247279 28.7888 0.000520493 29.8398V56.0184C0.000520493 58.1402 0.843375 60.175 2.34367 61.6753C3.84396 63.1756 5.87879 64.0184 8.00052 64.0184H56.0005C58.1223 64.0184 60.1571 63.1756 61.6574 61.6753C63.1577 60.175 64.0005 58.1402 64.0005 56.0184V29.8398C64.0035 28.7888 63.7979 27.7477 63.3955 26.7768C62.9931 25.8059 62.4021 24.9245 61.6565 24.1838ZM40.0005 58.6851H24.0005V48.1945C24.0005 46.0727 24.8434 44.0379 26.3437 42.5376C27.844 41.0373 29.8788 40.1945 32.0005 40.1945C34.1223 40.1945 36.1571 41.0373 37.6574 42.5376C39.1577 44.0379 40.0005 46.0727 40.0005 48.1945V58.6851ZM58.6672 56.0184C58.6672 56.7257 58.3862 57.404 57.8861 57.9041C57.386 58.4042 56.7078 58.6851 56.0005 58.6851H45.3339V48.1945C45.3339 44.6582 43.9291 41.2668 41.4286 38.7664C38.9281 36.2659 35.5367 34.8611 32.0005 34.8611C28.4643 34.8611 25.0729 36.2659 22.5724 38.7664C20.0719 41.2668 18.6672 44.6582 18.6672 48.1945V58.6851H8.00052C7.29328 58.6851 6.615 58.4042 6.1149 57.9041C5.61481 57.404 5.33385 56.7257 5.33385 56.0184V29.8398C5.33633 29.1331 5.61702 28.4557 6.11519 27.9544L26.3419 7.73311C27.8451 6.23693 29.8796 5.39696 32.0005 5.39696C34.1214 5.39696 36.156 6.23693 37.6592 7.73311L57.8859 27.9624C58.3821 28.4618 58.6626 29.1358 58.6672 29.8398V56.0184Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4854'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="H"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="H"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="H"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5007)'%3E%3Cpath d='M46.6666 5.11076C43.6638 5.15747 40.7265 5.99571 38.1513 7.54082C35.5761 9.08593 33.4543 11.2832 32 13.9108C30.5457 11.2832 28.4238 9.08593 25.8486 7.54082C23.2734 5.99571 20.3361 5.15747 17.3333 5.11076C12.5465 5.31874 8.03652 7.41277 4.78872 10.9354C1.54093 14.458 -0.180698 19.1228 -2.98442e-05 23.9108C-2.98442e-05 36.0361 12.7626 49.2788 23.4666 58.2574C25.8566 60.2658 28.8782 61.3668 32 61.3668C35.1217 61.3668 38.1434 60.2658 40.5333 58.2574C51.2373 49.2788 64 36.0361 64 23.9108C64.1806 19.1228 62.459 14.458 59.2112 10.9354C55.9634 7.41277 51.4535 5.31874 46.6666 5.11076ZM37.1066 54.1774C35.6773 55.3811 33.8686 56.0412 32 56.0412C30.1313 56.0412 28.3227 55.3811 26.8933 54.1774C13.192 42.6814 5.3333 31.6521 5.3333 23.9108C5.15101 20.5367 6.31028 17.2274 8.55827 14.7046C10.8063 12.1819 13.9606 10.6504 17.3333 10.4441C20.706 10.6504 23.8603 12.1819 26.1083 14.7046C28.3563 17.2274 29.5156 20.5367 29.3333 23.9108C29.3333 24.618 29.6143 25.2963 30.1144 25.7964C30.6145 26.2965 31.2927 26.5774 32 26.5774C32.7072 26.5774 33.3855 26.2965 33.8856 25.7964C34.3857 25.2963 34.6666 24.618 34.6666 23.9108C34.4843 20.5367 35.6436 17.2274 37.8916 14.7046C40.1396 12.1819 43.2939 10.6504 46.6666 10.4441C50.0393 10.6504 53.1937 12.1819 55.4417 14.7046C57.6897 17.2274 58.8489 20.5367 58.6666 23.9108C58.6666 31.6521 50.808 42.6814 37.1066 54.1668V54.1774Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5007'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="i"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="i"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="i"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4844)'%3E%3Cpath d='M32 0C25.671 0 19.4841 1.87677 14.2218 5.39297C8.95939 8.90918 4.85787 13.9069 2.43587 19.7541C0.0138652 25.6014 -0.619842 32.0355 0.614885 38.2429C1.84961 44.4503 4.89732 50.1521 9.3726 54.6274C13.8479 59.1027 19.5497 62.1504 25.7571 63.3851C31.9645 64.6199 38.3987 63.9862 44.2459 61.5642C50.0931 59.1421 55.0908 55.0406 58.607 49.7783C62.1232 44.5159 64 38.329 64 32C63.9908 23.5159 60.6165 15.3819 54.6173 9.38272C48.6181 3.38354 40.4841 0.00917622 32 0V0ZM32 58.6667C26.7258 58.6667 21.5701 57.1027 17.1848 54.1725C12.7995 51.2424 9.38156 47.0776 7.36323 42.2049C5.34489 37.3322 4.8168 31.9704 5.84574 26.7976C6.87468 21.6248 9.41443 16.8732 13.1438 13.1438C16.8732 9.41442 21.6248 6.87467 26.7976 5.84573C31.9704 4.81679 37.3322 5.34488 42.2049 7.36321C47.0776 9.38155 51.2424 12.7995 54.1725 17.1848C57.1027 21.5701 58.6667 26.7258 58.6667 32C58.6589 39.0701 55.8469 45.8483 50.8476 50.8476C45.8483 55.8469 39.0701 58.6589 32 58.6667Z' fill='%2308090E'/%3E%3Cpath d='M31.9996 26.6675H29.3329C28.6257 26.6675 27.9474 26.9484 27.4473 27.4485C26.9472 27.9486 26.6663 28.6269 26.6663 29.3341C26.6663 30.0414 26.9472 30.7197 27.4473 31.2198C27.9474 31.7199 28.6257 32.0008 29.3329 32.0008H31.9996V48.0008C31.9996 48.7081 32.2805 49.3863 32.7806 49.8864C33.2807 50.3865 33.959 50.6675 34.6662 50.6675C35.3735 50.6675 36.0518 50.3865 36.5519 49.8864C37.052 49.3863 37.3329 48.7081 37.3329 48.0008V32.0008C37.3329 30.5863 36.771 29.2298 35.7708 28.2296C34.7706 27.2294 33.4141 26.6675 31.9996 26.6675Z' fill='%2308090E'/%3E%3Cpath d='M32 21.3325C34.2091 21.3325 36 19.5416 36 17.3325C36 15.1234 34.2091 13.3325 32 13.3325C29.7909 13.3325 28 15.1234 28 17.3325C28 19.5416 29.7909 21.3325 32 21.3325Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4844'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="I"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="I"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="I"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4884)'%3E%3Cpath d='M47.9845 6.09626C44.7296 3.18838 40.7433 1.22315 36.4547 0.412078C32.166 -0.398994 27.7374 -0.0252051 23.6454 1.49322C19.5534 3.01164 15.9529 5.61721 13.2315 9.02952C10.51 12.4418 8.77062 16.5317 8.20046 20.8589C7.68841 24.6532 8.09793 28.515 9.39438 32.1174C10.6908 35.7199 12.836 38.9571 15.6485 41.5549C17.3877 43.0801 18.7911 44.9499 19.7697 47.0459C20.7484 49.1419 21.281 51.4183 21.3338 53.7309V54.1603C21.3366 56.7691 22.3742 59.2703 24.219 61.1151C26.0637 62.9598 28.5649 63.9974 31.1738 64.0003H32.8271C35.436 63.9974 37.9372 62.9598 39.7819 61.1151C41.6267 59.2703 42.6643 56.7691 42.6671 54.1603V52.6963C42.7071 50.6522 43.1881 48.6408 44.0773 46.7998C44.9665 44.9588 46.2429 43.3316 47.8191 42.0296C50.3754 39.7908 52.4267 37.0343 53.8372 33.9429C55.2477 30.8514 55.9852 27.4955 56.0009 24.0975C56.0165 20.6995 55.3099 17.337 53.9279 14.2327C52.5459 11.1284 50.52 8.35317 47.9845 6.09093V6.09626ZM32.8271 58.6669H31.1738C29.979 58.6655 28.8335 58.1903 27.9887 57.3454C27.1438 56.5005 26.6685 55.3551 26.6671 54.1603C26.6671 54.1603 26.6485 53.4669 26.6458 53.3336H37.3338V54.1603C37.3324 55.3551 36.8571 56.5005 36.0123 57.3454C35.1674 58.1903 34.0219 58.6655 32.8271 58.6669ZM44.2938 38.0243C41.2576 40.6577 39.0649 44.1276 37.9898 48.0003H34.6671V28.8429C36.2215 28.2934 37.5682 27.277 38.5229 25.9328C39.4776 24.5886 39.9936 22.9823 40.0005 21.3336C40.0005 20.6264 39.7195 19.9481 39.2194 19.448C38.7193 18.9479 38.041 18.6669 37.3338 18.6669C36.6266 18.6669 35.9483 18.9479 35.4482 19.448C34.9481 19.9481 34.6671 20.6264 34.6671 21.3336C34.6671 22.0408 34.3862 22.7191 33.8861 23.2192C33.386 23.7193 32.7077 24.0003 32.0005 24.0003C31.2932 24.0003 30.6149 23.7193 30.1148 23.2192C29.6147 22.7191 29.3338 22.0408 29.3338 21.3336C29.3338 20.6264 29.0528 19.9481 28.5527 19.448C28.0526 18.9479 27.3744 18.6669 26.6671 18.6669C25.9599 18.6669 25.2816 18.9479 24.7815 19.448C24.2814 19.9481 24.0005 20.6264 24.0005 21.3336C24.0073 22.9823 24.5234 24.5886 25.478 25.9328C26.4327 27.277 27.7794 28.2934 29.3338 28.8429V48.0003H25.8085C24.6058 44.0248 22.3501 40.4488 19.2805 37.6509C16.675 35.2232 14.8184 32.1008 13.9297 28.6522C13.041 25.2037 13.1574 21.5728 14.265 18.1882C15.3727 14.8036 17.4254 11.8065 20.1809 9.55056C22.9364 7.2946 26.2798 5.87395 29.8165 5.45626C30.5496 5.37442 31.2868 5.33347 32.0245 5.33359C36.6046 5.31998 41.0263 7.00993 44.4298 10.0749C46.4023 11.8339 47.9784 13.992 49.0536 16.4062C50.1289 18.8204 50.6787 21.4356 50.6666 24.0785C50.6545 26.7213 50.0807 29.3313 48.9834 31.7356C47.8862 34.1399 46.2903 36.2835 44.3018 38.0243H44.2938Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4884'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="m"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="m"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="m"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5119)'%3E%3Cpath d='M60.144 2.46138C58.9401 1.45734 57.5287 0.732604 56.0113 0.33929C54.4938 -0.0540232 52.908 -0.106132 51.368 0.186713L26.8773 4.77871C23.8206 5.35156 21.0603 6.97489 19.074 9.36784C17.0877 11.7608 16.0003 14.7728 16 17.8827V44.1494C14.3857 43.1896 12.5447 42.6778 10.6667 42.6667C8.55701 42.6667 6.49471 43.2923 4.74059 44.4644C2.98646 45.6364 1.61929 47.3023 0.811957 49.2514C0.00462167 51.2005 -0.206614 53.3452 0.204962 55.4143C0.616538 57.4835 1.63244 59.3841 3.1242 60.8759C4.61596 62.3676 6.51658 63.3835 8.58571 63.7951C10.6548 64.2067 12.7996 63.9954 14.7486 63.1881C16.6977 62.3808 18.3636 61.0136 19.5357 59.2595C20.7078 57.5053 21.3333 55.443 21.3333 53.3334V29.0027C21.3333 27.7584 21.7682 26.5532 22.563 25.5958C23.3578 24.6384 24.4623 23.989 25.6853 23.76L55.5067 18.16C55.8935 18.0872 56.2917 18.1009 56.6726 18.2002C57.0535 18.2995 57.4077 18.4818 57.7098 18.7342C58.0119 18.9866 58.2543 19.3027 58.4198 19.6599C58.5852 20.0171 58.6695 20.4064 58.6667 20.8V36.16C57.0535 35.1965 55.2123 34.681 53.3333 34.6667C51.2237 34.6667 49.1614 35.2923 47.4073 36.4644C45.6531 37.6364 44.286 39.3023 43.4786 41.2514C42.6713 43.2005 42.4601 45.3452 42.8716 47.4143C43.2832 49.4835 44.2991 51.3841 45.7909 52.8759C47.2826 54.3676 49.1833 55.3835 51.2524 55.7951C53.3215 56.2067 55.4662 55.9954 57.4153 55.1881C59.3644 54.3808 61.0303 53.0136 62.2024 51.2595C63.3744 49.5053 64 47.443 64 45.3334V10.6667C64.0018 9.09935 63.6571 7.55097 62.9905 6.13243C62.3238 4.7139 61.3518 3.46029 60.144 2.46138ZM10.6667 58.6667C9.61184 58.6667 8.58069 58.3539 7.70363 57.7679C6.82657 57.1819 6.14298 56.3489 5.73932 55.3744C5.33565 54.3998 5.23003 53.3275 5.43582 52.2929C5.64161 51.2583 6.14956 50.308 6.89544 49.5621C7.64132 48.8163 8.59163 48.3083 9.62619 48.1025C10.6608 47.8967 11.7331 48.0024 12.7077 48.406C13.6822 48.8097 14.5151 49.4933 15.1012 50.3703C15.6872 51.2474 16 52.2785 16 53.3334C16 54.7479 15.4381 56.1044 14.4379 57.1046C13.4377 58.1048 12.0812 58.6667 10.6667 58.6667ZM54.5253 12.928L24.7013 18.5174C23.5155 18.7433 22.3767 19.1689 21.3333 19.776V17.8827C21.3331 16.0166 21.9852 14.2092 23.1768 12.7731C24.3684 11.337 26.0246 10.3627 27.8587 10.0187L52.352 5.42671C53.122 5.28258 53.9142 5.30982 54.6725 5.50651C55.4307 5.70319 56.1363 6.06449 56.7391 6.56471C57.3419 7.06494 57.8272 7.69181 58.1603 8.40077C58.4935 9.10974 58.6663 9.88338 58.6667 10.6667V13.2907C57.3436 12.8013 55.9134 12.6761 54.5253 12.928ZM53.3333 50.6667C52.2785 50.6667 51.2474 50.3539 50.3703 49.7679C49.4932 49.1819 48.8097 48.3489 48.406 47.3744C48.0023 46.3998 47.8967 45.3275 48.1025 44.2929C48.3083 43.2583 48.8162 42.308 49.5621 41.5621C50.308 40.8163 51.2583 40.3083 52.2929 40.1025C53.3274 39.8967 54.3998 40.0024 55.3743 40.406C56.3489 40.8097 57.1818 41.4933 57.7678 42.3703C58.3539 43.2474 58.6667 44.2785 58.6667 45.3334C58.6667 46.7479 58.1048 48.1044 57.1046 49.1046C56.1044 50.1048 54.7478 50.6667 53.3333 50.6667Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5119'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="M"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="M"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="M"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5186)'%3E%3Cpath d='M61.472 31.0774L56.6213 20.168C55.3643 17.3398 53.3139 14.9369 50.7187 13.2505C48.1236 11.5641 45.095 10.6666 42 10.6667H38.4L36.64 3.62136C36.3804 2.58737 35.7829 1.66971 34.9422 1.01404C34.1016 0.358382 33.0661 0.00228882 32 0.00228882C30.9339 0.00228882 29.8984 0.358382 29.0578 1.01404C28.2171 1.66971 27.6196 2.58737 27.36 3.62136L25.6 10.6667H13.3333C9.79841 10.6709 6.40949 12.077 3.90992 14.5766C1.41035 17.0762 0.00423429 20.4651 0 24L0 45.3334C0.0057216 47.0158 0.542804 48.6535 1.53458 50.0126C2.52636 51.3717 3.92213 52.3827 5.52267 52.9014C5.40195 53.4822 5.33854 54.0735 5.33333 54.6667C5.33333 57.1421 6.31666 59.516 8.067 61.2664C9.81734 63.0167 12.1913 64 14.6667 64C17.142 64 19.516 63.0167 21.2663 61.2664C23.0167 59.516 24 57.1421 24 54.6667C23.9958 54.2202 23.9593 53.7746 23.8907 53.3334H40.1093C40.0407 53.7746 40.0042 54.2202 40 54.6667C40 57.1421 40.9833 59.516 42.7337 61.2664C44.484 63.0167 46.858 64 49.3333 64C51.8087 64 54.1827 63.0167 55.933 61.2664C57.6833 59.516 58.6667 57.1421 58.6667 54.6667C58.6615 54.0735 58.598 53.4822 58.4773 52.9014C60.0779 52.3827 61.4736 51.3717 62.4654 50.0126C63.4572 48.6535 63.9943 47.0158 64 45.3334V42.992C64.0058 38.8868 63.1443 34.8266 61.472 31.0774ZM51.7493 22.336L54.8613 29.3334H45.3333C44.6261 29.3334 43.9478 29.0524 43.4477 28.5523C42.9476 28.0522 42.6667 27.3739 42.6667 26.6667V16.048C44.6104 16.1672 46.4843 16.8162 48.0854 17.9246C49.6865 19.0331 50.9536 20.5587 51.7493 22.336ZM18.6667 54.6667C18.6667 55.7276 18.2452 56.745 17.4951 57.4951C16.7449 58.2453 15.7275 58.6667 14.6667 58.6667C13.6058 58.6667 12.5884 58.2453 11.8382 57.4951C11.0881 56.745 10.6667 55.7276 10.6667 54.6667C10.6683 54.2109 10.7523 53.7592 10.9147 53.3334H18.4187C18.581 53.7592 18.665 54.2109 18.6667 54.6667ZM49.3333 58.6667C48.2725 58.6667 47.2551 58.2453 46.5049 57.4951C45.7548 56.745 45.3333 55.7276 45.3333 54.6667C45.335 54.2109 45.419 53.7592 45.5813 53.3334H53.0853C53.2477 53.7592 53.3317 54.2109 53.3333 54.6667C53.3333 55.7276 52.9119 56.745 52.1618 57.4951C51.4116 58.2453 50.3942 58.6667 49.3333 58.6667ZM58.6667 45.3334C58.6667 46.0406 58.3857 46.7189 57.8856 47.219C57.3855 47.7191 56.7072 48 56 48H8C7.29276 48 6.61448 47.7191 6.11438 47.219C5.61428 46.7189 5.33333 46.0406 5.33333 45.3334V24C5.33333 21.8783 6.17619 19.8435 7.67648 18.3432C9.17677 16.8429 11.2116 16 13.3333 16H37.3333V26.6667C37.3333 28.7884 38.1762 30.8233 39.6765 32.3236C41.1768 33.8238 43.2116 34.6667 45.3333 34.6667H57.144C58.1454 37.3284 58.6611 40.1482 58.6667 42.992V45.3334ZM29.3333 32C29.3333 32.7073 29.0524 33.3856 28.5523 33.8856C28.0522 34.3857 27.3739 34.6667 26.6667 34.6667H24V37.3334C24 38.0406 23.719 38.7189 23.219 39.219C22.7189 39.7191 22.0406 40 21.3333 40C20.6261 40 19.9478 39.7191 19.4477 39.219C18.9476 38.7189 18.6667 38.0406 18.6667 37.3334V34.6667H16C15.2928 34.6667 14.6145 34.3857 14.1144 33.8856C13.6143 33.3856 13.3333 32.7073 13.3333 32C13.3333 31.2928 13.6143 30.6145 14.1144 30.1144C14.6145 29.6143 15.2928 29.3334 16 29.3334H18.6667V26.6667C18.6667 25.9595 18.9476 25.2812 19.4477 24.7811C19.9478 24.281 20.6261 24 21.3333 24C22.0406 24 22.7189 24.281 23.219 24.7811C23.719 25.2812 24 25.9595 24 26.6667V29.3334H26.6667C27.3739 29.3334 28.0522 29.6143 28.5523 30.1144C29.0524 30.6145 29.3333 31.2928 29.3333 32Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5186'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="p"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="p"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="p"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4920)'%3E%3Cpath d='M32 31.9999C35.1645 31.9999 38.2579 31.0615 40.8891 29.3034C43.5203 27.5453 45.5711 25.0464 46.7821 22.1228C47.9931 19.1992 48.3099 15.9821 47.6926 12.8784C47.0752 9.77474 45.5514 6.92382 43.3137 4.68618C41.0761 2.44854 38.2251 0.924684 35.1214 0.307321C32.0177 -0.310043 28.8007 0.00681051 25.8771 1.21781C22.9534 2.42881 20.4546 4.47957 18.6965 7.11076C16.9384 9.74195 16 12.8354 16 15.9999C16.0042 20.2421 17.6913 24.3093 20.691 27.3089C23.6906 30.3086 27.7578 31.9957 32 31.9999ZM32 5.33322C34.1097 5.33322 36.172 5.95881 37.9261 7.13088C39.6802 8.30294 41.0474 9.96885 41.8547 11.9179C42.6621 13.867 42.8733 16.0117 42.4617 18.0808C42.0501 20.15 41.0342 22.0506 39.5425 23.5424C38.0507 25.0341 36.1501 26.05 34.081 26.4616C32.0118 26.8732 29.8671 26.6619 27.918 25.8546C25.969 25.0473 24.3031 23.6801 23.131 21.926C21.9589 20.1718 21.3333 18.1096 21.3333 15.9999C21.3333 13.1709 22.4571 10.4578 24.4575 8.45741C26.4579 6.45703 29.171 5.33322 32 5.33322Z' fill='%2308090E'/%3E%3Cpath d='M32 37.335C25.637 37.342 19.5366 39.8728 15.0372 44.3722C10.5379 48.8715 8.00706 54.9719 8 61.335C8 62.0422 8.28095 62.7205 8.78105 63.2206C9.28115 63.7207 9.95942 64.0016 10.6667 64.0016C11.3739 64.0016 12.0522 63.7207 12.5523 63.2206C13.0524 62.7205 13.3333 62.0422 13.3333 61.335C13.3333 56.3843 15.3 51.6363 18.8007 48.1356C22.3014 44.635 27.0493 42.6683 32 42.6683C36.9507 42.6683 41.6986 44.635 45.1993 48.1356C48.7 51.6363 50.6667 56.3843 50.6667 61.335C50.6667 62.0422 50.9476 62.7205 51.4477 63.2206C51.9478 63.7207 52.6261 64.0016 53.3333 64.0016C54.0406 64.0016 54.7189 63.7207 55.219 63.2206C55.7191 62.7205 56 62.0422 56 61.335C55.9929 54.9719 53.4621 48.8715 48.9628 44.3722C44.4634 39.8728 38.363 37.342 32 37.335Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4920'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="P"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="P"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="P"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4798)'%3E%3Cpath d='M56 26.6665H47.1813L35.8559 4.16782C35.1675 2.90621 34.1519 1.85335 32.9159 1.11991C31.6799 0.386477 30.2692 -0.000442433 28.8319 -0.000176417H28.3466C27.2583 -0.00167939 26.1845 0.250127 25.2103 0.735318C24.2361 1.22051 23.3882 1.92577 22.7337 2.79529C22.0791 3.66481 21.636 4.67473 21.4392 5.74513C21.2424 6.81553 21.2974 7.91704 21.5999 8.96249L26.7413 26.6665H20.3839C19.3326 26.6693 18.2912 26.4635 17.3199 26.0612C16.3486 25.6588 15.4667 25.0679 14.7253 24.3225L10.9466 20.5332C9.9808 19.5683 8.73273 18.9363 7.38344 18.7286C6.03415 18.521 4.6538 18.7486 3.44261 19.3785C2.69316 19.7651 2.03072 20.301 1.49601 20.9531C0.961293 21.6052 0.565607 22.3598 0.333276 23.1705C0.0763199 24.0403 -0.0022769 24.953 0.102201 25.8539C0.20668 26.7548 0.49208 27.6253 0.941276 28.4132L5.24528 35.9465C6.4137 37.9854 8.09906 39.6802 10.1314 40.86C12.1638 42.0398 14.4713 42.6629 16.8213 42.6665H26.7173L22.2693 54.5252C21.8711 55.5858 21.7359 56.7272 21.8752 57.8515C22.0146 58.9759 22.4244 60.0497 23.0695 60.9811C23.7146 61.9124 24.5758 62.6735 25.5794 63.1993C26.583 63.725 27.699 63.9997 28.8319 63.9998C30.2443 64.0073 31.633 63.6372 32.8544 62.9279C34.0757 62.2185 35.0853 61.1957 35.7786 59.9652L46.5706 42.6665H56C58.1217 42.6665 60.1565 41.8236 61.6568 40.3234C63.1571 38.8231 64 36.7882 64 34.6665C64 32.5448 63.1571 30.5099 61.6568 29.0096C60.1565 27.5093 58.1217 26.6665 56 26.6665ZM26.7333 7.47983C26.6609 7.22964 26.6477 6.96606 26.6948 6.7099C26.7418 6.45374 26.8477 6.21202 27.0042 6.00382C27.1606 5.79563 27.3634 5.62666 27.5963 5.51027C27.8293 5.39388 28.0862 5.33324 28.3466 5.33316H28.8319C29.2969 5.32916 29.7547 5.44816 30.1588 5.6781C30.563 5.90804 30.8992 6.24075 31.1333 6.64249L41.2133 26.6665H32.2933L26.7333 7.47983ZM56 37.3332H45.0906C44.6381 37.3334 44.1931 37.4489 43.7975 37.6686C43.4019 37.8883 43.0687 38.2051 42.8293 38.5892L31.1733 57.2772C30.9438 57.6977 30.6053 58.0487 30.1933 58.2931C29.7813 58.5376 29.311 58.6666 28.8319 58.6665C28.5609 58.6667 28.2938 58.6012 28.0536 58.4754C27.8135 58.3497 27.6075 58.1675 27.4532 57.9446C27.299 57.7216 27.2012 57.4646 27.1682 57.1955C27.1353 56.9265 27.1681 56.6534 27.2639 56.3998L33.0613 40.9332C33.212 40.5297 33.2628 40.0958 33.2093 39.6685C33.1558 39.2411 32.9995 38.8331 32.754 38.4793C32.5084 38.1255 32.1808 37.8365 31.7992 37.6369C31.4176 37.4373 30.9933 37.3331 30.5626 37.3332H16.8213C15.413 37.3308 14.0302 36.9568 12.8128 36.2488C11.5954 35.5408 10.5865 34.524 9.88794 33.3012L5.57061 25.7652C5.48026 25.6045 5.42266 25.4275 5.40115 25.2444C5.37964 25.0613 5.39463 24.8757 5.44528 24.6985C5.472 24.5804 5.52333 24.4692 5.59593 24.3722C5.66853 24.2753 5.76077 24.1947 5.86661 24.1358C6.03098 24.0486 6.21386 24.0019 6.39994 23.9998C6.68615 24.0018 6.96045 24.1146 7.16528 24.3145L10.9439 28.0932C12.1809 29.3363 13.6522 30.3217 15.2726 30.9922C16.893 31.6628 18.6303 32.0053 20.3839 31.9998H56C56.7072 31.9998 57.3855 32.2808 57.8856 32.7809C58.3857 33.281 58.6666 33.9593 58.6666 34.6665C58.6666 35.3737 58.3857 36.052 57.8856 36.5521C57.3855 37.0522 56.7072 37.3332 56 37.3332Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4798'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="s"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="s"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="s"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4784)'%3E%3Cpath d='M58.933 5.06806C49.7703 -4.08127 24.9917 -0.17727 12.405 12.4067C-0.181678 24.9907 -4.08301 49.7721 5.06632 58.9347C9.35056 62.5331 14.8631 64.3302 20.445 63.9481C32.0025 63.8459 43.1076 59.4423 51.5943 51.5961C64.1757 39.0121 68.0823 14.2307 58.933 5.06806ZM43.5543 5.33473C47.7251 5.00046 51.8684 6.25176 55.157 8.83873C57.8663 11.5507 58.9623 16.8014 58.557 22.7881L41.2237 5.45473C42.0103 5.40406 42.7997 5.33473 43.5543 5.33473ZM8.84232 55.1587C6.13299 52.4521 5.03699 47.2014 5.44232 41.2147L22.7757 58.5481C16.7997 58.9614 11.549 57.8681 8.84232 55.1587ZM47.8237 47.8254C42.6614 52.6894 36.2749 56.0601 29.3463 57.5774L6.41299 34.6441C7.93378 27.7176 11.3082 21.3346 16.1757 16.1774C21.3464 11.3149 27.7445 7.95362 34.6823 6.45473L57.5783 29.3507C56.0612 36.2792 52.6894 42.665 47.8237 47.8254ZM47.2183 31.2201C46.7183 31.72 46.0401 32.0008 45.333 32.0008C44.6259 32.0008 43.9477 31.72 43.4477 31.2201L39.9997 27.7721L35.7703 32.0014L39.2183 35.4494C39.473 35.6954 39.6762 35.9896 39.8159 36.315C39.9557 36.6403 40.0292 36.9903 40.0323 37.3443C40.0354 37.6984 39.9679 38.0496 39.8338 38.3773C39.6998 38.705 39.5018 39.0027 39.2514 39.2531C39.001 39.5035 38.7033 39.7015 38.3755 39.8356C38.0478 39.9697 37.6967 40.0371 37.3426 40.0341C36.9885 40.031 36.6386 39.9574 36.3132 39.8177C35.9879 39.6779 35.6936 39.4748 35.4477 39.2201L31.9997 35.7721L27.7703 40.0014L31.2183 43.4494C31.473 43.6954 31.6762 43.9896 31.8159 44.315C31.9557 44.6403 32.0292 44.9903 32.0323 45.3443C32.0354 45.6984 31.9679 46.0495 31.8338 46.3773C31.6998 46.705 31.5018 47.0027 31.2514 47.2531C31.001 47.5035 30.7033 47.7015 30.3755 47.8356C30.0478 47.9697 29.6967 48.0371 29.3426 48.0341C28.9885 48.031 28.6386 47.9574 28.3132 47.8177C27.9879 47.6779 27.6936 47.4748 27.4477 47.2201L16.781 36.5534C16.2952 36.0505 16.0264 35.3769 16.0325 34.6777C16.0386 33.9785 16.3191 33.3096 16.8135 32.8152C17.3079 32.3208 17.9767 32.0403 18.6759 32.0343C19.3751 32.0282 20.0487 32.297 20.5517 32.7827L23.9997 36.2307L28.229 32.0014L24.781 28.5534C24.2952 28.0505 24.0264 27.3769 24.0325 26.6777C24.0386 25.9785 24.319 25.3096 24.8135 24.8152C25.3079 24.3208 25.9767 24.0403 26.6759 24.0343C27.3751 24.0282 28.0487 24.297 28.5517 24.7827L31.9997 28.2307L36.229 24.0014L32.781 20.5534C32.2952 20.0505 32.0264 19.3769 32.0325 18.6777C32.0386 17.9785 32.319 17.3096 32.8135 16.8152C33.3079 16.3208 33.9767 16.0403 34.6759 16.0343C35.3751 16.0282 36.0487 16.297 36.5517 16.7827L47.2183 27.4494C47.7182 27.9495 47.9991 28.6276 47.9991 29.3347C47.9991 30.0418 47.7182 30.72 47.2183 31.2201Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4784'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="S"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="S"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="S"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5172)'%3E%3Cpath d='M63.2181 59.4499L47.3008 43.5325C51.6384 38.2274 53.7711 31.4581 53.2577 24.6247C52.7442 17.7913 49.624 11.4166 44.5423 6.81925C39.4606 2.22189 32.8063 -0.246427 25.9558 -0.0751425C19.1053 0.0961423 12.5826 2.89392 7.73705 7.7395C2.89148 12.5851 0.0937009 19.1077 -0.0775839 25.9582C-0.248869 32.8088 2.21945 39.4631 6.81681 44.5448C11.4142 49.6264 17.7888 52.7467 24.6222 53.2601C31.4557 53.7735 38.225 51.6409 43.5301 47.3032L59.4474 63.2205C59.9504 63.7063 60.624 63.9751 61.3232 63.969C62.0224 63.9629 62.6912 63.6825 63.1856 63.188C63.68 62.6936 63.9605 62.0248 63.9666 61.3256C63.9726 60.6264 63.7038 59.9528 63.2181 59.4499ZM26.6661 48.0019C22.4468 48.0019 18.3222 46.7507 14.8139 44.4065C11.3057 42.0624 8.57132 38.7306 6.95665 34.8324C5.34198 30.9343 4.91951 26.6449 5.74267 22.5066C6.56582 18.3683 8.59762 14.5671 11.5811 11.5836C14.5647 8.60006 18.3659 6.56826 22.5042 5.74511C26.6424 4.92196 30.9318 5.34443 34.83 6.9591C38.7282 8.57377 42.06 11.3081 44.4041 14.8164C46.7482 18.3246 47.9994 22.4492 47.9994 26.6685C47.9931 32.3245 45.7434 37.7471 41.744 41.7465C37.7446 45.7459 32.3221 47.9955 26.6661 48.0019Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5172'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="u"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="u"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="u"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4804)'%3E%3Cpath d='M36.9201 46.0452L28.2214 54.7438C25.6959 57.2019 22.3041 58.5667 18.7799 58.5431C15.2558 58.5195 11.8826 57.1093 9.39021 54.6176C6.89785 52.126 5.4867 48.7532 5.46209 45.229C5.43749 41.7049 6.80139 38.3127 9.25872 35.7865L17.9574 27.0799C18.4574 26.5795 18.7382 25.901 18.7379 25.1936C18.7377 24.4862 18.4564 23.8079 17.9561 23.3079C17.4557 22.8079 16.7772 22.5271 16.0698 22.5273C15.3624 22.5276 14.6841 22.8088 14.1841 23.3092L5.48806 32.0159C1.97411 35.5316 0.000703439 40.2992 0.00195372 45.2699C0.003204 50.2406 1.97901 55.0072 5.49472 58.5211C9.01043 62.0351 13.7781 64.0085 18.7488 64.0072C23.7195 64.006 28.4861 62.0302 32.0001 58.5145L40.6987 49.8158C41.1845 49.3129 41.4533 48.6393 41.4472 47.9401C41.4411 47.2409 41.1607 46.5721 40.6662 46.0777C40.1718 45.5832 39.503 45.3028 38.8038 45.2967C38.1046 45.2906 37.431 45.5594 36.9281 46.0452H36.9201Z' fill='%2308090E'/%3E%3Cpath d='M58.5177 5.49713C56.7824 3.74997 54.7177 2.36454 52.4432 1.42112C50.1686 0.477703 47.7295 -0.0049491 45.267 0.00113382C42.8059 -0.00540412 40.3678 0.476009 38.0939 1.41754C35.8199 2.35907 33.7552 3.74203 32.019 5.48647L23.307 14.1878C22.8066 14.6878 22.5254 15.3661 22.5251 16.0735C22.5249 16.7809 22.8057 17.4594 23.3057 17.9598C23.8057 18.4602 24.484 18.7414 25.1914 18.7417C25.8988 18.7419 26.5773 18.4612 27.0777 17.9611L35.7844 9.26247C37.0258 8.01353 38.5027 7.02327 40.1295 6.34902C41.7563 5.67478 43.5007 5.32994 45.2617 5.33447C47.9131 5.33535 50.5046 6.12228 52.7088 7.5958C54.913 9.06931 56.6309 11.1633 57.6452 13.6129C58.6596 16.0626 58.9249 18.758 58.4076 21.3584C57.8903 23.9588 56.6136 26.3475 54.739 28.2225L46.0404 36.9211C45.54 37.4215 45.2589 38.1002 45.2589 38.8078C45.2589 39.5154 45.54 40.1941 46.0404 40.6945C46.5407 41.1948 47.2194 41.476 47.927 41.476C48.6347 41.476 49.3133 41.1948 49.8137 40.6945L58.5124 32.0011C62.0218 28.4841 63.9932 23.7187 63.9942 18.7502C63.9952 13.7817 62.0257 9.01562 58.5177 5.49713Z' fill='%2308090E'/%3E%3Cpath d='M38.1151 22.1149L22.1151 38.1149C21.8604 38.3609 21.6573 38.6551 21.5175 38.9805C21.3778 39.3058 21.3042 39.6557 21.3011 40.0098C21.298 40.3639 21.3655 40.715 21.4996 41.0428C21.6337 41.3705 21.8317 41.6682 22.0821 41.9186C22.3325 42.169 22.6302 42.367 22.9579 42.5011C23.2856 42.6352 23.6368 42.7026 23.9909 42.6996C24.3449 42.6965 24.6949 42.6229 25.0202 42.4832C25.3456 42.3434 25.6398 42.1402 25.8858 41.8856L41.8858 25.8856C42.3715 25.3826 42.6403 24.709 42.6343 24.0099C42.6282 23.3107 42.3477 22.6418 41.8533 22.1474C41.3589 21.653 40.6901 21.3725 39.9909 21.3665C39.2917 21.3604 38.6181 21.6292 38.1151 22.1149Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4804'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="v"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="v"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="v"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5045)'%3E%3Cpath d='M50.6667 0H13.3333C9.79841 0.00423429 6.40949 1.41035 3.90992 3.90992C1.41035 6.40949 0.00423429 9.79841 0 13.3333L0 50.6667C0.00423429 54.2016 1.41035 57.5905 3.90992 60.0901C6.40949 62.5897 9.79841 63.9958 13.3333 64H50.6667C54.2016 63.9958 57.5905 62.5897 60.0901 60.0901C62.5897 57.5905 63.9958 54.2016 64 50.6667V13.3333C63.9958 9.79841 62.5897 6.40949 60.0901 3.90992C57.5905 1.41035 54.2016 0.00423429 50.6667 0V0ZM53.3333 29.3333H58.6667V34.6667H53.3333V29.3333ZM53.3333 24V18.6667H58.6667V24H53.3333ZM48 29.3333H16V5.33333H48V29.3333ZM10.6667 34.6667H5.33333V29.3333H10.6667V34.6667ZM10.6667 24H5.33333V18.6667H10.6667V24ZM5.33333 40H10.6667V45.3333H5.33333V40ZM16 34.6667H48V58.6667H16V34.6667ZM53.3333 40H58.6667V45.3333H53.3333V40ZM58.6667 13.3333H53.3333V5.824C54.8878 6.37356 56.2344 7.38995 57.1891 8.73414C58.1438 10.0783 58.6598 11.6846 58.6667 13.3333ZM10.6667 5.824V13.3333H5.33333C5.34017 11.6846 5.85622 10.0783 6.8109 8.73414C7.76558 7.38995 9.11224 6.37356 10.6667 5.824ZM5.33333 50.6667H10.6667V58.176C9.11224 57.6264 7.76558 56.6101 6.8109 55.2659C5.85622 53.9217 5.34017 52.3154 5.33333 50.6667ZM53.3333 58.176V50.6667H58.6667C58.6598 52.3154 58.1438 53.9217 57.1891 55.2659C56.2344 56.6101 54.8878 57.6264 53.3333 58.176Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5045'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="w"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="w"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="w"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4868)'%3E%3Cpath d='M32 0C25.671 0 19.4841 1.87677 14.2218 5.39297C8.95939 8.90918 4.85787 13.9069 2.43587 19.7541C0.0138652 25.6014 -0.619842 32.0355 0.614885 38.2429C1.84961 44.4503 4.89732 50.1521 9.3726 54.6274C13.8479 59.1027 19.5497 62.1504 25.7571 63.3851C31.9645 64.6199 38.3987 63.9862 44.2459 61.5642C50.0931 59.1421 55.0908 55.0406 58.607 49.7783C62.1232 44.5159 64 38.329 64 32C63.9908 23.5159 60.6165 15.3819 54.6173 9.38272C48.6181 3.38354 40.4841 0.00917622 32 0V0ZM55.0587 18.6667H46.4694C44.5466 14.2106 42.0149 10.0429 38.9467 6.28267C45.7373 8.13047 51.5262 12.5799 55.0587 18.6667ZM44 32C43.9781 34.715 43.5503 37.4115 42.7307 40H21.2693C20.4497 37.4115 20.0219 34.715 20 32C20.0219 29.285 20.4497 26.5885 21.2693 24H42.7307C43.5503 26.5885 43.9781 29.285 44 32ZM23.408 45.3333H40.592C38.3286 49.8019 35.4351 53.9222 32 57.568C28.5637 53.9233 25.67 49.8028 23.408 45.3333ZM23.408 18.6667C25.6714 14.1981 28.5649 10.0778 32 6.432C35.4364 10.0767 38.33 14.1972 40.592 18.6667H23.408ZM25.0667 6.28267C21.9938 10.0421 19.4576 14.2099 17.5307 18.6667H8.94135C12.477 12.5772 18.2711 8.12735 25.0667 6.28267ZM6.56268 24H15.7333C15.042 26.6111 14.6836 29.299 14.6667 32C14.6836 34.701 15.042 37.389 15.7333 40H6.56268C4.92359 34.7926 4.92359 29.2074 6.56268 24ZM8.94135 45.3333H17.5307C19.4576 49.7901 21.9938 53.9579 25.0667 57.7173C18.2711 55.8727 12.477 51.4229 8.94135 45.3333ZM38.9467 57.7173C42.0149 53.9571 44.5466 49.7894 46.4694 45.3333H55.0587C51.5262 51.4201 45.7373 55.8695 38.9467 57.7173ZM57.4373 40H48.2667C48.958 37.389 49.3164 34.701 49.3334 32C49.3164 29.299 48.958 26.6111 48.2667 24H57.432C59.0711 29.2074 59.0711 34.7926 57.432 40H57.4373Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4868'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="W"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="W"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="W"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_5116)'%3E%3Cpath d='M50.6667 10.6667H47.7333C47.1144 7.6571 45.4769 4.95292 43.0967 3.00991C40.7165 1.06691 37.7392 0.00387873 34.6667 0L29.3333 0C26.2608 0.00387873 23.2835 1.06691 20.9033 3.00991C18.5231 4.95292 16.8856 7.6571 16.2667 10.6667H13.3333C9.79841 10.6709 6.40949 12.077 3.90992 14.5766C1.41035 17.0762 0.00423429 20.4651 0 24L0 50.6667C0.00423429 54.2016 1.41035 57.5905 3.90992 60.0901C6.40949 62.5897 9.79841 63.9958 13.3333 64H50.6667C54.2016 63.9958 57.5905 62.5897 60.0901 60.0901C62.5897 57.5905 63.9958 54.2016 64 50.6667V24C63.9958 20.4651 62.5897 17.0762 60.0901 14.5766C57.5905 12.077 54.2016 10.6709 50.6667 10.6667ZM29.3333 5.33333H34.6667C36.3154 5.34017 37.9217 5.85622 39.2659 6.8109C40.6101 7.76558 41.6264 9.11224 42.176 10.6667H21.824C22.3736 9.11224 23.39 7.76558 24.7341 6.8109C26.0783 5.85622 27.6846 5.34017 29.3333 5.33333ZM13.3333 16H50.6667C52.7884 16 54.8232 16.8429 56.3235 18.3431C57.8238 19.8434 58.6667 21.8783 58.6667 24V32H5.33333V24C5.33333 21.8783 6.17619 19.8434 7.67648 18.3431C9.17677 16.8429 11.2116 16 13.3333 16ZM50.6667 58.6667H13.3333C11.2116 58.6667 9.17677 57.8238 7.67648 56.3235C6.17619 54.8232 5.33333 52.7884 5.33333 50.6667V37.3333H29.3333V40C29.3333 40.7072 29.6143 41.3855 30.1144 41.8856C30.6145 42.3857 31.2928 42.6667 32 42.6667C32.7072 42.6667 33.3855 42.3857 33.8856 41.8856C34.3857 41.3855 34.6667 40.7072 34.6667 40V37.3333H58.6667V50.6667C58.6667 52.7884 57.8238 54.8232 56.3235 56.3235C54.8232 57.8238 52.7884 58.6667 50.6667 58.6667Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_5116'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="z"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="z"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="z"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4808)'%3E%3Cpath d='M39.9997 63.9994C35.5184 63.996 31.0875 63.0531 26.9932 61.2314C22.8988 59.4098 19.2318 56.7499 16.229 53.4234C13.2035 50.0931 10.9208 46.1575 9.53233 41.8776C8.14388 37.5978 7.68143 33.0716 8.17568 28.5994C8.97249 21.6395 12.0087 15.1267 16.8273 10.0417C21.6459 4.95667 27.986 1.57463 34.893 0.404751C39.3581 -0.284916 43.9148 -0.0992442 48.309 0.951418C49.4596 1.24704 50.5104 1.84476 51.3525 2.68273C52.1946 3.52069 52.7975 4.56846 53.0988 5.71761C53.4001 6.86677 53.3888 8.07556 53.0662 9.2189C52.7435 10.3622 52.1212 11.3986 51.2637 12.2208C39.1037 23.3301 40.1597 40.6048 53.4157 50.6474C54.353 51.3831 55.076 52.3565 55.5094 53.4663C55.9429 54.5761 56.071 55.7819 55.8805 56.958C55.6899 58.1342 55.1876 59.2378 54.4258 60.154C53.664 61.0701 52.6706 61.7654 51.549 62.1674C47.8205 63.3856 43.9222 64.004 39.9997 63.9994ZM40.2023 5.33275C38.7051 5.32915 37.2099 5.44238 35.7303 5.67142C29.9797 6.64399 24.7006 9.4582 20.6877 13.6904C16.6748 17.9227 14.1452 23.3439 13.4797 29.1381C13.0637 32.8715 13.4471 36.6508 14.6043 40.2246C15.7616 43.7985 17.6662 47.0851 20.1917 49.8661C23.8886 53.8119 28.6511 56.6 33.9015 57.8923C39.1518 59.1845 44.6644 58.9253 49.7703 57.1461C49.9904 57.0636 50.1848 56.9245 50.3338 56.7427C50.4828 56.5609 50.5811 56.343 50.6187 56.111C50.6564 55.879 50.632 55.6411 50.5481 55.4216C50.4642 55.202 50.3238 55.0085 50.141 54.8608C34.3303 42.9194 33.0743 21.5648 47.613 8.33008C47.7798 8.17519 47.9002 7.97683 47.9605 7.75731C48.0208 7.53779 48.0186 7.3058 47.9543 7.08742C47.8989 6.85564 47.7812 6.64344 47.6139 6.47376C47.4465 6.30408 47.236 6.18339 47.005 6.12475C44.7777 5.58749 42.4935 5.32156 40.2023 5.33275Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4808'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

body:not(.disable-alternative-checkboxes) [data-task="Z"] > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="Z"] > p > input[type="checkbox"]:checked:after,
body:not(.disable-alternative-checkboxes) [data-task="Z"][type="checkbox"]:checked:after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_7_4753)'%3E%3Cpath d='M61.3333 29.3333H50.4533C50.2456 27.8641 49.8615 26.4253 49.3093 25.048L58.7147 19.5973C59.029 19.4282 59.3062 19.1976 59.5298 18.9194C59.7533 18.6411 59.9188 18.3208 60.0163 17.9774C60.1138 17.634 60.1413 17.2745 60.0973 16.9203C60.0533 16.566 59.9386 16.2243 59.76 15.9152C59.5815 15.6061 59.3427 15.336 59.0578 15.1209C58.7729 14.9058 58.4477 14.7501 58.1016 14.663C57.7554 14.5759 57.3952 14.5592 57.0425 14.6139C56.6897 14.6686 56.3516 14.7935 56.048 14.9813L46.6347 20.44C45.7348 19.3032 44.7066 18.2742 43.5707 17.3733L49.0267 7.95733C49.3552 7.34681 49.4331 6.63232 49.2437 5.96536C49.0544 5.2984 48.6127 4.73141 48.0124 4.3846C47.412 4.03778 46.7002 3.93841 46.0279 4.10756C45.3555 4.2767 44.7754 4.70106 44.4107 5.29067L38.952 14.6907C37.5749 14.1379 36.136 13.7538 34.6667 13.5467V2.66667C34.6667 1.95942 34.3857 1.28115 33.8856 0.781049C33.3855 0.280952 32.7072 0 32 0C31.2928 0 30.6145 0.280952 30.1144 0.781049C29.6143 1.28115 29.3333 1.95942 29.3333 2.66667V13.5467C27.864 13.7538 26.4251 14.1379 25.048 14.6907L19.5973 5.28533C19.2326 4.69573 18.6525 4.27137 17.9801 4.10222C17.3078 3.93308 16.596 4.03245 15.9956 4.37926C15.3953 4.72608 14.9536 5.29307 14.7643 5.96003C14.5749 6.62699 14.6528 7.34147 14.9813 7.952L20.4373 17.3733C19.3014 18.2742 18.2732 19.3032 17.3733 20.44L7.96 14.9813C7.65644 14.7935 7.31826 14.6686 6.96551 14.6139C6.61276 14.5592 6.25262 14.5759 5.90645 14.663C5.56027 14.7501 5.2351 14.9058 4.95022 15.1209C4.66533 15.336 4.42653 15.6061 4.24797 15.9152C4.06941 16.2243 3.95472 16.566 3.9107 16.9203C3.86669 17.2745 3.89424 17.634 3.99173 17.9774C4.08922 18.3208 4.25466 18.6411 4.47824 18.9194C4.70182 19.1976 4.979 19.4282 5.29333 19.5973L14.6907 25.048C14.1385 26.4253 13.7544 27.8641 13.5467 29.3333H2.66667C1.95942 29.3333 1.28115 29.6143 0.781049 30.1144C0.280952 30.6145 0 31.2928 0 32C0 32.7072 0.280952 33.3855 0.781049 33.8856C1.28115 34.3857 1.95942 34.6667 2.66667 34.6667H13.5467C13.7544 36.1359 14.1385 37.5747 14.6907 38.952L5.28533 44.4027C4.971 44.5718 4.69382 44.8024 4.47024 45.0806C4.24666 45.3589 4.08122 45.6792 3.98373 46.0226C3.88624 46.366 3.85869 46.7255 3.9027 47.0797C3.94672 47.434 4.06141 47.7757 4.23997 48.0848C4.41853 48.3939 4.65733 48.664 4.94222 48.8791C5.2271 49.0942 5.55227 49.2499 5.89845 49.337C6.24462 49.4241 6.60476 49.4408 6.95751 49.3861C7.31026 49.3314 7.64844 49.2065 7.952 49.0187L17.3653 43.56C18.2652 44.6968 19.2934 45.7258 20.4293 46.6267L14.9813 56.0427C14.6528 56.6532 14.5749 57.3677 14.7643 58.0346C14.9536 58.7016 15.3953 59.2686 15.9956 59.6154C16.596 59.9622 17.3078 60.0616 17.9801 59.8924C18.6525 59.7233 19.2326 59.2989 19.5973 58.7093L25.048 49.304C26.4252 49.8574 27.864 50.2433 29.3333 50.4533V61.3333C29.3333 62.0406 29.6143 62.7189 30.1144 63.219C30.6145 63.7191 31.2928 64 32 64C32.7072 64 33.3855 63.7191 33.8856 63.219C34.3857 62.7189 34.6667 62.0406 34.6667 61.3333V50.4533C36.1358 50.245 37.5745 49.8609 38.952 49.3093L44.4027 58.7147C44.7674 59.3043 45.3475 59.7286 46.0199 59.8978C46.6922 60.0669 47.404 59.9676 48.0044 59.6207C48.6047 59.2739 49.0464 58.7069 49.2357 58.04C49.4251 57.373 49.3472 56.6585 49.0187 56.048L43.5627 46.632C44.6986 45.7311 45.7268 44.7021 46.6267 43.5653L56.04 49.024C56.3436 49.2118 56.6817 49.3368 57.0345 49.3914C57.3872 49.4461 57.7474 49.4294 58.0936 49.3423C58.4397 49.2552 58.7649 49.0995 59.0498 48.8845C59.3347 48.6694 59.5735 48.3993 59.752 48.0902C59.9306 47.7811 60.0453 47.4393 60.0893 47.0851C60.1333 46.7308 60.1058 46.3713 60.0083 46.028C59.9108 45.6846 59.7453 45.3642 59.5218 45.086C59.2982 44.8077 59.021 44.5772 58.7067 44.408L49.3013 38.9573C49.8566 37.5787 50.2434 36.138 50.4533 34.6667H61.3333C62.0406 34.6667 62.7189 34.3857 63.219 33.8856C63.7191 33.3855 64 32.7072 64 32C64 31.2928 63.7191 30.6145 63.219 30.1144C62.7189 29.6143 62.0406 29.3333 61.3333 29.3333ZM32 45.3333C14.3787 44.7733 14.384 19.224 32 18.6667C49.6213 19.2267 49.616 44.776 32 45.3333Z' fill='%2308090E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_4753'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/*================================================*/
/* Vibrant Tags
/*================================================*/

.multi-select-pill,
a.tag,
.multi-select-pill-remove-button,
.multi-select-pill-remove-button:hover {
	color: var(--background-primary);
}

.multi-select-pill,
a.tag,
p > a.tag,
.cm-hashtag {
	border: none !important;
	box-shadow: none;
	transition: 0.4s;
}
a.tag:nth-child(7n + 1),
.multi-select-pill:nth-child(7n + 1),
p > a.tag:nth-child(7n + 1),
:is(.cm-hashtag:nth-child(14n + 1), .cm-hashtag:nth-child(14n + 2)) {
	color: var(--background-primary);
	background-color: var(--C001);
}
a.tag:nth-child(7n + 2),
.multi-select-pill:nth-child(7n + 2),
p > a.tag:nth-child(7n + 2),
:is(.cm-hashtag:nth-child(14n + 3), .cm-hashtag:nth-child(14n + 4)) {
	color: var(--background-primary);
	background-color: var(--C002);
}
a.tag:nth-child(7n + 3),
.multi-select-pill:nth-child(7n + 3),
p > a.tag:nth-child(7n + 3),
:is(.cm-hashtag:nth-child(14n + 5), .cm-hashtag:nth-child(14n + 6)) {
	color: var(--background-primary);
	background-color: var(--C003);
}
a.tag:nth-child(7n + 4),
.multi-select-pill:nth-child(7n + 4),
p > a.tag:nth-child(7n + 4),
:is(.cm-hashtag:nth-child(14n + 7), .cm-hashtag:nth-child(14n + 8)) {
	color: var(--background-primary);
	background-color: var(--C004);
}
a.tag:nth-child(7n + 5),
.multi-select-pill:nth-child(7n + 5),
p > a.tag:nth-child(7n + 5),
:is(.cm-hashtag:nth-child(14n + 9), .cm-hashtag:nth-child(14n + 10)) {
	color: var(--background-primary);
	background-color: var(--C005);
}
a.tag:nth-child(7n + 6),
.multi-select-pill:nth-child(7n + 6),
p > a.tag:nth-child(7n + 6),
:is(.cm-hashtag:nth-child(14n + 11), .cm-hashtag:nth-child(14n + 12)) {
	color: var(--background-primary);
	background-color: var(--C006);
}
a.tag:nth-child(7n + 7),
.multi-select-pill:nth-child(7n + 7),
p > a.tag:nth-child(7n + 7),
:is(.cm-hashtag:nth-child(14n + 13), .cm-hashtag:nth-child(14n + 14)) {
	color: var(--background-primary);
	background-color: var(--C007);
}
a.tag:nth-child(7n + 8),
.multi-select-pill:nth-child(7n + 8),
p > a.tag:nth-child(7n + 8),
:is(.cm-hashtag:nth-child(14n + 15), .cm-hashtag:nth-child(14n + 16)) {
	color: var(--background-primary);
	background-color: var(--C008);
}
a.tag:nth-child(7n + 9),
.multi-select-pill:nth-child(7n + 9),
p > a.tag:nth-child(7n + 9),
:is(.cm-hashtag:nth-child(14n + 17), .cm-hashtag:nth-child(14n + 18)) {
	color: var(--background-primary);
	background-color: var(--C009);
}
a.tag:nth-child(7n + 10),
.multi-select-pill:nth-child(7n + 10),
p > a.tag:nth-child(7n + 10),
:is(.cm-hashtag:nth-child(14n + 19), .cm-hashtag:nth-child(14n + 20)) {
	color: var(--background-primary);
	background-color: var(--C010);
}
a.tag:nth-child(7n + 11),
.multi-select-pill:nth-child(7n + 11),
p > a.tag:nth-child(7n + 11),
:is(.cm-hashtag:nth-child(14n + 21), .cm-hashtag:nth-child(14n + 22)) {
	color: var(--background-primary);
	background-color: var(--C011);
}

/*================================================*/
/* Metadata Menu Plugin
/*================================================*/

.fileClass-add-button,
.metadata-menu.fileclass-icon {
	color: currentColor;
}

.workspace-tab-header-inner > .metadata-menu.fileclass-icon {
	color: var(--text-normal);
}

/*================================================*/
/* Dataview
/*================================================*/

.container.svelte-pcimu8 {
	--color-dot: var(--interactive-accent) !important;
}








/* --- Final Header Layout (Text Next to Menu) --- */

/* 1. Main header container */
.site-header {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important; /* Adds space between the menu icon and the text */
  height: 60px !important;
  padding: 0 1rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* 2. Menu Icon */
.lucide-menu {
  width: 28px !important;
  height: 28px !important;
}

/* 3. The Title (now positioned next to the menu) */
.site-header-text {
  /* We've removed the 'position: absolute' rules */
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* 4. The Logo (Pinned to the Right - NO CHANGE) */
.site-header-logo {
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

.site-header-logo img {
  height: 100% !important;
  width: auto !important;
  object-fit: contain !important;
}


/* Hides the logo and site name in the sidebar */
.site-body-left-column-site-logo,
.site-body-left-column-site-name {
  display: none !important;
}




